|
|
|
1 | 2024-12-03T22:27:15.328Z | job assigned to worker 01JE7A3BSAQN315W92QWV2CP8S [factory aws, i-05fee20467ac6cb18] (queued for 58 s) |
|
2 | 2024-12-03T22:27:22.668Z | starting task 0: "setup" |
3 | 2024-12-03T22:27:22.679Z | ++ uname -s |
4 | 2024-12-03T22:27:22.681Z | + kern=SunOS |
5 | 2024-12-03T22:27:22.682Z | + case "$kern" in |
6 | 2024-12-03T22:27:22.682Z | + groupadd -g 12345 build |
7 | 2024-12-03T22:27:22.685Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-03T22:27:24.691Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-03T22:27:24.807Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-03T22:27:24.810Z | + home_fs=zfs |
11 | 2024-12-03T22:27:24.810Z | + [[ zfs == autofs ]] |
12 | 2024-12-03T22:27:24.810Z | + mkdir -p /home/build |
13 | 2024-12-03T22:27:24.812Z | + chown build:build /home/build /work |
14 | 2024-12-03T22:27:26.814Z | + chmod 0700 /home/build /work |
15 | 2024-12-03T22:27:26.817Z | process exited: duration 4147 ms, exit code 0 |
|
16 | 2024-12-03T22:27:26.822Z | starting task 1: "rust-toolchain" |
17 | 2024-12-03T22:27:26.827Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-03T22:27:26.827Z | ' 1.81.0 |
19 | 2024-12-03T22:27:26.827Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-03T22:27:26.828Z | ' default |
21 | 2024-12-03T22:27:26.828Z | * toolchain channel = "1.81.0" |
22 | 2024-12-03T22:27:26.828Z | * toolchain profile = "default" |
23 | 2024-12-03T22:27:26.831Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-03T22:27:26.831Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-03T22:27:26.951Z | info: downloading installer |
26 | 2024-12-03T22:27:28.496Z | info: profile set to 'default' |
27 | 2024-12-03T22:27:28.496Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-03T22:27:28.499Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-03T22:27:28.657Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-03T22:27:28.658Z | info: downloading component 'cargo' |
31 | 2024-12-03T22:27:29.543Z | info: downloading component 'clippy' |
32 | 2024-12-03T22:27:29.872Z | info: downloading component 'rust-docs' |
33 | 2024-12-03T22:27:31.104Z | info: downloading component 'rust-std' |
34 | 2024-12-03T22:27:33.023Z | info: downloading component 'rustc' |
35 | 2024-12-03T22:27:39.879Z | info: downloading component 'rustfmt' |
36 | 2024-12-03T22:27:40.134Z | info: installing component 'cargo' |
37 | 2024-12-03T22:27:40.937Z | info: installing component 'clippy' |
38 | 2024-12-03T22:27:41.293Z | info: installing component 'rust-docs' |
39 | 2024-12-03T22:27:42.958Z | info: installing component 'rust-std' |
40 | 2024-12-03T22:27:44.663Z | info: installing component 'rustc' |
41 | 2024-12-03T22:27:50.340Z | info: installing component 'rustfmt' |
42 | 2024-12-03T22:27:50.658Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-03T22:27:50.658Z | |
44 | 2024-12-03T22:27:51.029Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-03T22:27:51.029Z | |
46 | 2024-12-03T22:27:51.032Z | |
47 | 2024-12-03T22:27:51.032Z | Rust is installed now. Great! |
48 | 2024-12-03T22:27:51.032Z | |
49 | 2024-12-03T22:27:51.032Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-03T22:27:51.032Z | environment variable. This has not been done automatically. |
51 | 2024-12-03T22:27:51.032Z | |
52 | 2024-12-03T22:27:51.032Z | To configure your current shell, you need to source |
53 | 2024-12-03T22:27:51.032Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-03T22:27:51.032Z | |
55 | 2024-12-03T22:27:51.032Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-03T22:27:51.032Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-03T22:27:51.032Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-03T22:27:51.101Z | + rustc --version |
59 | 2024-12-03T22:27:51.165Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-03T22:27:51.168Z | process exited: duration 24340 ms, exit code 0 |
|
61 | 2024-12-03T22:27:51.175Z | starting task 2: "authentication" |
62 | 2024-12-03T22:27:51.194Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-03T22:27:51.199Z | starting task 3: "clone repository" |
64 | 2024-12-03T22:27:51.204Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-03T22:27:51.207Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-03T22:27:51.245Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-03T22:27:58.757Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-03T22:27:58.760Z | + git fetch origin bd515ff97e47394962258d8347b7007043019576 |
69 | 2024-12-03T22:27:59.042Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-03T22:27:59.042Z | * branch bd515ff97e47394962258d8347b7007043019576 -> FETCH_HEAD |
71 | 2024-12-03T22:27:59.053Z | + [[ -n project-scoped-oxql ]] |
72 | 2024-12-03T22:27:59.055Z | ++ git branch --show-current |
73 | 2024-12-03T22:27:59.058Z | + current=main |
74 | 2024-12-03T22:27:59.058Z | + [[ main != project-scoped-oxql ]] |
75 | 2024-12-03T22:27:59.058Z | + git branch -f project-scoped-oxql bd515ff97e47394962258d8347b7007043019576 |
76 | 2024-12-03T22:27:59.061Z | + git checkout -f project-scoped-oxql |
77 | 2024-12-03T22:27:59.233Z | Switched to branch 'project-scoped-oxql' |
78 | 2024-12-03T22:27:59.236Z | + git reset --hard bd515ff97e47394962258d8347b7007043019576 |
79 | 2024-12-03T22:27:59.255Z | HEAD is now at bd515ff97 shorter names |
80 | 2024-12-03T22:27:59.258Z | process exited: duration 8054 ms, exit code 0 |
|
81 | 2024-12-03T22:27:59.263Z | starting task 4: "build" |
82 | 2024-12-03T22:27:59.269Z | + source ./env.sh |
83 | 2024-12-03T22:27:59.269Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-12-03T22:27:59.269Z | ++ set -o xtrace |
85 | 2024-12-03T22:27:59.272Z | ++++ dirname ./env.sh |
86 | 2024-12-03T22:27:59.274Z | +++ readlink -f . |
87 | 2024-12-03T22:27:59.277Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-12-03T22:27:59.277Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-12-03T22:27:59.277Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-12-03T22:27:59.277Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-12-03T22:27:59.277Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-12-03T22:27:59.277Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-12-03T22:27:59.277Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-12-03T22:27:59.278Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-12-03T22:27:59.278Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-12-03T22:27:59.278Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-12-03T22:27:59.278Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-12-03T22:27:59.278Z | + source .github/buildomat/ci-env.sh |
99 | 2024-12-03T22:27:59.278Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-12-03T22:27:59.278Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-12-03T22:27:59.278Z | + cargo --version |
102 | 2024-12-03T22:27:59.335Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-12-03T22:27:59.338Z | + rustc --version |
104 | 2024-12-03T22:27:59.399Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-12-03T22:27:59.401Z | + banner prerequisites |
106 | 2024-12-03T22:27:59.404Z | |
107 | 2024-12-03T22:27:59.404Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-12-03T22:27:59.404Z | # # # # # # # # # # # # # # # |
109 | 2024-12-03T22:27:59.404Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-12-03T22:27:59.404Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-12-03T22:27:59.404Z | # # # # # # # # # # # # # # # |
112 | 2024-12-03T22:27:59.404Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-12-03T22:27:59.404Z | |
114 | 2024-12-03T22:27:59.407Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-12-03T22:28:06.970Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-12-03T22:28:10.737Z | Startup: Caching catalogs ... Done |
117 | 2024-12-03T22:28:20.554Z | Planning: Solver setup ... Done (8.963s) |
118 | 2024-12-03T22:28:20.676Z | Planning: Running solver ... Done (0.122s) |
119 | 2024-12-03T22:28:20.777Z | Planning: Finding local manifests ... Done (0.004s) |
120 | 2024-12-03T22:28:20.798Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-12-03T22:28:21.041Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-12-03T22:28:21.139Z | Planning: Package planning ... Done (0.098s) |
123 | 2024-12-03T22:28:21.195Z | Planning: Merging actions ... Done (0.056s) |
124 | 2024-12-03T22:28:21.383Z | Planning: Checking for conflicting actions ... Done (0.188s) |
125 | 2024-12-03T22:28:23.332Z | Planning: Consolidating action changes ... Done (1.948s) |
126 | 2024-12-03T22:28:23.749Z | Planning: Evaluating mediators ... Done (0.417s) |
127 | 2024-12-03T22:28:23.830Z | Planning: Planning completed in 13.00 seconds |
128 | 2024-12-03T22:28:23.846Z | Packages to install: 4 |
129 | 2024-12-03T22:28:23.846Z | Packages to update: 1 |
130 | 2024-12-03T22:28:23.849Z | Mediators to change: 2 |
131 | 2024-12-03T22:28:23.849Z | Services to change: 1 |
132 | 2024-12-03T22:28:23.849Z | Estimated space available: 155.64 GB |
133 | 2024-12-03T22:28:23.849Z | Estimated space to be consumed: 1.61 GB |
134 | 2024-12-03T22:28:23.849Z | Create boot environment: No |
135 | 2024-12-03T22:28:23.849Z | Create backup boot environment: Yes |
136 | 2024-12-03T22:28:23.849Z | Rebuild boot archive: No |
137 | 2024-12-03T22:28:23.849Z | |
138 | 2024-12-03T22:28:23.849Z | Changed mediators: |
139 | 2024-12-03T22:28:23.849Z | mediator clang: |
140 | 2024-12-03T22:28:23.849Z | version: None -> 15 (system default) |
141 | 2024-12-03T22:28:23.849Z | |
142 | 2024-12-03T22:28:23.850Z | mediator llvm: |
143 | 2024-12-03T22:28:23.850Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-12-03T22:28:23.850Z | |
145 | 2024-12-03T22:28:23.850Z | Changed packages: |
146 | 2024-12-03T22:28:23.850Z | helios-dev |
147 | 2024-12-03T22:28:23.850Z | developer/build-essential |
148 | 2024-12-03T22:28:23.850Z | None -> 11-2.0 |
149 | 2024-12-03T22:28:23.850Z | library/libxmlsec1 |
150 | 2024-12-03T22:28:23.850Z | None -> 1.2.35-2.0 |
151 | 2024-12-03T22:28:23.851Z | ooce/developer/clang-15 |
152 | 2024-12-03T22:28:23.851Z | None -> 15.0.7-2.0 |
153 | 2024-12-03T22:28:23.851Z | ooce/developer/llvm-15 |
154 | 2024-12-03T22:28:23.851Z | None -> 15.0.7-2.0 |
155 | 2024-12-03T22:28:23.851Z | package/pkg |
156 | 2024-12-03T22:28:23.851Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-12-03T22:28:23.851Z | |
158 | 2024-12-03T22:28:23.851Z | Services: |
159 | 2024-12-03T22:28:23.851Z | restart_fmri: |
160 | 2024-12-03T22:28:23.851Z | svc:/system/update-man-index:default |
161 | 2024-12-03T22:28:23.851Z | |
162 | 2024-12-03T22:28:23.851Z | Editable files to change: |
163 | 2024-12-03T22:28:23.851Z | Update: |
164 | 2024-12-03T22:28:23.851Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-12-03T22:28:23.927Z | |
166 | 2024-12-03T22:28:23.927Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-12-03T22:28:28.939Z | Download: 1199/4281 items 83.5/220.6MB 37% complete (17.0M/s) |
168 | 2024-12-03T22:28:33.944Z | Download: 2511/4281 items 120.2/220.6MB 54% complete (12.2M/s) |
169 | 2024-12-03T22:28:38.947Z | Download: 3246/4281 items 199.8/220.6MB 90% complete (12.3M/s) |
170 | 2024-12-03T22:28:43.948Z | Download: 4093/4281 items 219.6/220.6MB 99% complete (9.9M/s) |
171 | 2024-12-03T22:28:45.188Z | Download: Completed 220.60 MB in 21.26 seconds (10.4M/s) |
172 | 2024-12-03T22:28:47.416Z | Actions: 1/5063 actions (Removing old actions) |
173 | 2024-12-03T22:28:47.436Z | Actions: 194/5063 actions (Installing new actions) |
174 | 2024-12-03T22:28:52.105Z | Actions: 4226/5063 actions (Updating modified actions) |
175 | 2024-12-03T22:28:52.422Z | Actions: Completed 5063 actions in 5.00 seconds. |
176 | 2024-12-03T22:28:52.644Z | Done (0.215s) |
177 | 2024-12-03T22:28:52.647Z | Done (0.000s) |
178 | 2024-12-03T22:28:53.191Z | Done (0.545s) |
179 | 2024-12-03T22:28:57.561Z | Done (4.157s) |
180 | 2024-12-03T22:28:57.649Z | Done (0.019s) |
181 | 2024-12-03T22:28:57.652Z | Done (0.000s) |
182 | 2024-12-03T22:28:57.812Z | Done (0.000s) |
183 | 2024-12-03T22:28:58.489Z | Planning: Evaluating mediator changes ... Done |
184 | 2024-12-03T22:28:58.650Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-12-03T22:28:58.653Z | Planning: Consolidating action changes ... Done |
186 | 2024-12-03T22:28:58.923Z | Planning: Evaluating mediators ... Done |
187 | 2024-12-03T22:28:58.926Z | Planning: Planning completed in 0.44 seconds |
188 | 2024-12-03T22:28:58.965Z | Mediators to change: 2 |
189 | 2024-12-03T22:28:58.965Z | Create boot environment: No |
190 | 2024-12-03T22:28:58.968Z | Create backup boot environment: No |
191 | 2024-12-03T22:28:59.058Z | Done |
192 | 2024-12-03T22:28:59.059Z | Done |
193 | 2024-12-03T22:28:59.406Z | Done |
194 | 2024-12-03T22:29:03.165Z | Done |
195 | 2024-12-03T22:29:03.257Z | Done |
196 | 2024-12-03T22:29:03.260Z | Done |
197 | 2024-12-03T22:29:03.387Z | Done |
198 | 2024-12-03T22:29:03.995Z | Planning: Evaluating mediator changes ... Done |
199 | 2024-12-03T22:29:03.998Z | Planning: Merging actions ... Done |
200 | 2024-12-03T22:29:04.183Z | Planning: Checking for conflicting actions ... Done |
201 | 2024-12-03T22:29:04.186Z | Planning: Consolidating action changes ... Done |
202 | 2024-12-03T22:29:04.448Z | Planning: Evaluating mediators ... Done |
203 | 2024-12-03T22:29:04.501Z | Planning: Planning completed in 0.75 seconds |
204 | 2024-12-03T22:29:04.541Z | Packages to change: 1 |
205 | 2024-12-03T22:29:04.541Z | Mediators to change: 1 |
206 | 2024-12-03T22:29:04.544Z | Services to change: 1 |
207 | 2024-12-03T22:29:04.544Z | Create boot environment: No |
208 | 2024-12-03T22:29:04.544Z | Create backup boot environment: Yes |
209 | 2024-12-03T22:29:06.919Z | Actions: 1/6 actions (Updating modified actions) |
210 | 2024-12-03T22:29:06.922Z | Actions: Completed 6 actions in 0.00 seconds. |
211 | 2024-12-03T22:29:06.923Z | Done |
212 | 2024-12-03T22:29:06.923Z | Done |
213 | 2024-12-03T22:29:07.031Z | Done |
214 | 2024-12-03T22:29:10.686Z | Done |
215 | 2024-12-03T22:29:10.778Z | Done |
216 | 2024-12-03T22:29:10.781Z | Done |
217 | 2024-12-03T22:29:10.916Z | Done |
218 | 2024-12-03T22:29:11.348Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
219 | 2024-12-03T22:29:11.348Z | clang system 15 system |
220 | 2024-12-03T22:29:11.348Z | csh system system illumos |
221 | 2024-12-03T22:29:11.348Z | ctags system system illumos |
222 | 2024-12-03T22:29:11.348Z | gcc vendor 12 vendor |
223 | 2024-12-03T22:29:11.348Z | gcc system 10 system |
224 | 2024-12-03T22:29:11.348Z | gcc system 7 system |
225 | 2024-12-03T22:29:11.348Z | go system 1.20 system |
226 | 2024-12-03T22:29:11.348Z | go system 1.19 system |
227 | 2024-12-03T22:29:11.348Z | llvm system 15 system |
228 | 2024-12-03T22:29:11.348Z | llvm system 14 system |
229 | 2024-12-03T22:29:11.348Z | mariadb system 10.6 system |
230 | 2024-12-03T22:29:11.348Z | mta vendor vendor dma |
231 | 2024-12-03T22:29:11.348Z | openjdk system 17 system |
232 | 2024-12-03T22:29:11.348Z | openjdk system 11 system |
233 | 2024-12-03T22:29:11.348Z | openjdk system 1.8 system |
234 | 2024-12-03T22:29:11.348Z | openssl vendor 3 vendor |
235 | 2024-12-03T22:29:11.348Z | perl system 5.36 system |
236 | 2024-12-03T22:29:11.348Z | postgresql system 15 system |
237 | 2024-12-03T22:29:11.348Z | postgresql system 13 system |
238 | 2024-12-03T22:29:11.348Z | python vendor 3 vendor |
239 | 2024-12-03T22:29:11.348Z | python system 2 system |
240 | 2024-12-03T22:29:11.348Z | python3 system 3.11 system |
241 | 2024-12-03T22:29:11.348Z | ruby system 3.0 system |
242 | 2024-12-03T22:29:11.348Z | words vendor vendor american-english |
243 | 2024-12-03T22:29:11.348Z | words system system australian-english |
244 | 2024-12-03T22:29:11.348Z | words system system british-english |
245 | 2024-12-03T22:29:11.348Z | words system system canadian-english |
246 | 2024-12-03T22:29:11.348Z | words system system french |
247 | 2024-12-03T22:29:11.348Z | words system system italian |
248 | 2024-12-03T22:29:11.348Z | words system system ngerman |
249 | 2024-12-03T22:29:11.348Z | words system system ogerman |
250 | 2024-12-03T22:29:11.348Z | words system system spanish |
251 | 2024-12-03T22:29:11.679Z | PUBLISHER TYPE STATUS P LOCATION |
252 | 2024-12-03T22:29:11.679Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
253 | 2024-12-03T22:29:14.285Z | FMRI IFO |
254 | 2024-12-03T22:29:14.285Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2024-12-03T22:29:14.285Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2024-12-03T22:29:14.285Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2024-12-03T22:29:14.285Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
258 | 2024-12-03T22:29:14.285Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
259 | 2024-12-03T22:29:14.285Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
260 | 2024-12-03T22:29:14.285Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
261 | 2024-12-03T22:29:14.285Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
262 | 2024-12-03T22:29:14.285Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
263 | 2024-12-03T22:29:14.285Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
264 | 2024-12-03T22:29:14.285Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
265 | 2024-12-03T22:29:14.285Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
266 | 2024-12-03T22:29:14.285Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
267 | 2024-12-03T22:29:14.285Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
268 | 2024-12-03T22:29:14.285Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
269 | 2024-12-03T22:29:15.028Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
270 | 2024-12-03T22:29:15.346Z | Updating crates.io index |
271 | 2024-12-03T22:29:15.383Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
272 | 2024-12-03T22:29:15.934Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
273 | 2024-12-03T22:29:16.189Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
274 | 2024-12-03T22:29:16.511Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
275 | 2024-12-03T22:29:16.774Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
276 | 2024-12-03T22:29:17.623Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
277 | 2024-12-03T22:29:20.358Z | Updating git repository `https://github.com/oxidecomputer/opte` |
278 | 2024-12-03T22:29:21.438Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
279 | 2024-12-03T22:29:22.139Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
280 | 2024-12-03T22:29:22.413Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
281 | 2024-12-03T22:29:22.786Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
282 | 2024-12-03T22:29:23.378Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
283 | 2024-12-03T22:29:23.803Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
284 | 2024-12-03T22:29:24.166Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
285 | 2024-12-03T22:29:24.628Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
286 | 2024-12-03T22:29:24.895Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
287 | 2024-12-03T22:29:25.138Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
288 | 2024-12-03T22:29:25.416Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
289 | 2024-12-03T22:29:25.729Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
290 | 2024-12-03T22:29:26.167Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
291 | 2024-12-03T22:29:26.480Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
292 | 2024-12-03T22:29:27.014Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
293 | 2024-12-03T22:29:27.324Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
294 | 2024-12-03T22:29:27.835Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
295 | 2024-12-03T22:29:28.258Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
296 | 2024-12-03T22:29:28.537Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
297 | 2024-12-03T22:29:28.794Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
298 | 2024-12-03T22:29:29.082Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
299 | 2024-12-03T22:29:30.325Z | Downloading crates ... |
300 | 2024-12-03T22:29:30.387Z | Downloaded textwrap v0.16.1 |
301 | 2024-12-03T22:29:30.390Z | Downloaded macaddr v1.0.1 |
302 | 2024-12-03T22:29:30.412Z | Downloaded anstyle v1.0.10 |
303 | 2024-12-03T22:29:30.418Z | Downloaded anstream v0.6.15 |
304 | 2024-12-03T22:29:30.448Z | Downloaded heck v0.4.1 |
305 | 2024-12-03T22:29:30.451Z | Downloaded cargo-platform v0.1.8 |
306 | 2024-12-03T22:29:30.454Z | Downloaded crypto-common v0.1.6 |
307 | 2024-12-03T22:29:30.456Z | Downloaded is_terminal_polyfill v1.70.1 |
308 | 2024-12-03T22:29:30.458Z | Downloaded camino v1.1.9 |
309 | 2024-12-03T22:29:30.461Z | Downloaded fs-err v2.11.0 |
310 | 2024-12-03T22:29:30.461Z | Downloaded cfg-if v1.0.0 |
311 | 2024-12-03T22:29:30.467Z | Downloaded pest_meta v2.7.14 |
312 | 2024-12-03T22:29:30.474Z | Downloaded dtrace-parser v0.2.0 |
313 | 2024-12-03T22:29:30.477Z | Downloaded equivalent v1.0.1 |
314 | 2024-12-03T22:29:30.485Z | Downloaded fnv v1.0.7 |
315 | 2024-12-03T22:29:30.488Z | Downloaded cpufeatures v0.2.14 |
316 | 2024-12-03T22:29:30.488Z | Downloaded colorchoice v1.0.2 |
317 | 2024-12-03T22:29:30.492Z | Downloaded digest v0.10.7 |
318 | 2024-12-03T22:29:30.495Z | Downloaded clap_lex v0.7.2 |
319 | 2024-12-03T22:29:30.495Z | Downloaded byteorder v1.5.0 |
320 | 2024-12-03T22:29:30.504Z | Downloaded generic-array v0.14.7 |
321 | 2024-12-03T22:29:30.507Z | Downloaded anstyle-parse v0.2.5 |
322 | 2024-12-03T22:29:30.507Z | Downloaded dof v0.3.0 |
323 | 2024-12-03T22:29:30.511Z | Downloaded itoa v1.0.11 |
324 | 2024-12-03T22:29:30.514Z | Downloaded autocfg v1.4.0 |
325 | 2024-12-03T22:29:30.517Z | Downloaded anstyle-query v1.1.1 |
326 | 2024-12-03T22:29:30.530Z | Downloaded swrite v0.1.0 |
327 | 2024-12-03T22:29:30.533Z | Downloaded scroll_derive v0.12.0 |
328 | 2024-12-03T22:29:30.533Z | Downloaded pretty-hex v0.4.1 |
329 | 2024-12-03T22:29:30.536Z | Downloaded usdt-macro v0.5.0 |
330 | 2024-12-03T22:29:30.539Z | Downloaded usdt-attr-macro v0.5.0 |
331 | 2024-12-03T22:29:30.548Z | Downloaded proc-macro-error-attr v1.0.4 |
332 | 2024-12-03T22:29:30.552Z | Downloaded errno v0.3.9 |
333 | 2024-12-03T22:29:30.552Z | Downloaded clap_derive v4.5.18 |
334 | 2024-12-03T22:29:30.555Z | Downloaded memmap v0.7.0 |
335 | 2024-12-03T22:29:30.558Z | Downloaded proc-macro-error v1.0.4 |
336 | 2024-12-03T22:29:30.561Z | Downloaded terminal_size v0.4.0 |
337 | 2024-12-03T22:29:30.564Z | Downloaded cargo_toml v0.20.5 |
338 | 2024-12-03T22:29:30.567Z | Downloaded unicode-linebreak v0.1.5 |
339 | 2024-12-03T22:29:30.569Z | Downloaded usdt v0.5.0 |
340 | 2024-12-03T22:29:30.569Z | Downloaded thread-id v4.2.2 |
341 | 2024-12-03T22:29:30.572Z | Downloaded scroll v0.12.0 |
342 | 2024-12-03T22:29:30.572Z | Downloaded plain v0.2.3 |
343 | 2024-12-03T22:29:30.572Z | Downloaded thiserror-impl v1.0.69 |
344 | 2024-12-03T22:29:30.574Z | Downloaded serde_spanned v0.6.8 |
345 | 2024-12-03T22:29:30.575Z | Downloaded pest_generator v2.7.14 |
346 | 2024-12-03T22:29:30.577Z | Downloaded toml_datetime v0.6.8 |
347 | 2024-12-03T22:29:30.577Z | Downloaded heck v0.5.0 |
348 | 2024-12-03T22:29:30.579Z | Downloaded serde_tokenstream v0.2.2 |
349 | 2024-12-03T22:29:30.579Z | Downloaded camino-tempfile v1.1.1 |
350 | 2024-12-03T22:29:30.585Z | Downloaded bytecount v0.6.8 |
351 | 2024-12-03T22:29:30.588Z | Downloaded utf8parse v0.2.2 |
352 | 2024-12-03T22:29:30.588Z | Downloaded block-buffer v0.10.4 |
353 | 2024-12-03T22:29:30.593Z | Downloaded version_check v0.9.5 |
354 | 2024-12-03T22:29:30.596Z | Downloaded strsim v0.11.1 |
355 | 2024-12-03T22:29:30.599Z | Downloaded smawk v0.3.2 |
356 | 2024-12-03T22:29:30.602Z | Downloaded thiserror v1.0.69 |
357 | 2024-12-03T22:29:30.607Z | Downloaded semver v1.0.23 |
358 | 2024-12-03T22:29:30.610Z | Downloaded proc-macro2 v1.0.89 |
359 | 2024-12-03T22:29:30.613Z | Downloaded log v0.4.22 |
360 | 2024-12-03T22:29:30.616Z | Downloaded tabled_derive v0.7.0 |
361 | 2024-12-03T22:29:30.616Z | Downloaded pest_derive v2.7.14 |
362 | 2024-12-03T22:29:30.619Z | Downloaded quote v1.0.37 |
363 | 2024-12-03T22:29:30.619Z | Downloaded fastrand v2.1.1 |
364 | 2024-12-03T22:29:30.621Z | Downloaded clap v4.5.21 |
365 | 2024-12-03T22:29:30.627Z | Downloaded zerocopy-derive v0.7.35 |
366 | 2024-12-03T22:29:30.631Z | Downloaded tempfile v3.13.0 |
367 | 2024-12-03T22:29:30.634Z | Downloaded sha2 v0.10.8 |
368 | 2024-12-03T22:29:30.638Z | Downloaded cargo_metadata v0.18.1 |
369 | 2024-12-03T22:29:30.638Z | Downloaded anyhow v1.0.93 |
370 | 2024-12-03T22:29:30.641Z | Downloaded unicode-ident v1.0.13 |
371 | 2024-12-03T22:29:30.643Z | Downloaded typenum v1.17.0 |
372 | 2024-12-03T22:29:30.646Z | Downloaded ryu v1.0.18 |
373 | 2024-12-03T22:29:30.649Z | Downloaded once_cell v1.20.2 |
374 | 2024-12-03T22:29:30.652Z | Downloaded goblin v0.8.2 |
375 | 2024-12-03T22:29:30.655Z | Downloaded ucd-trie v0.1.7 |
376 | 2024-12-03T22:29:30.658Z | Downloaded usdt-impl v0.5.0 |
377 | 2024-12-03T22:29:30.658Z | Downloaded bitflags v2.6.0 |
378 | 2024-12-03T22:29:30.666Z | Downloaded toml v0.8.19 |
379 | 2024-12-03T22:29:30.669Z | Downloaded serde_derive v1.0.215 |
380 | 2024-12-03T22:29:30.672Z | Downloaded papergrid v0.11.0 |
381 | 2024-12-03T22:29:30.678Z | Downloaded serde v1.0.215 |
382 | 2024-12-03T22:29:30.685Z | Downloaded indexmap v2.6.0 |
383 | 2024-12-03T22:29:30.694Z | Downloaded memchr v2.7.4 |
384 | 2024-12-03T22:29:30.713Z | Downloaded hashbrown v0.15.0 |
385 | 2024-12-03T22:29:30.717Z | Downloaded toml_edit v0.22.22 |
386 | 2024-12-03T22:29:30.746Z | Downloaded serde_json v1.0.132 |
387 | 2024-12-03T22:29:30.756Z | Downloaded winnow v0.6.20 |
388 | 2024-12-03T22:29:30.764Z | Downloaded clap_builder v4.5.21 |
389 | 2024-12-03T22:29:30.770Z | Downloaded zerocopy v0.7.35 |
390 | 2024-12-03T22:29:30.784Z | Downloaded pest v2.7.14 |
391 | 2024-12-03T22:29:30.789Z | Downloaded tabled v0.15.0 |
392 | 2024-12-03T22:29:30.807Z | Downloaded syn v1.0.109 |
393 | 2024-12-03T22:29:30.821Z | Downloaded unicode-width v0.1.14 |
394 | 2024-12-03T22:29:30.828Z | Downloaded syn v2.0.87 |
395 | 2024-12-03T22:29:30.840Z | Downloaded rustix v0.38.37 |
396 | 2024-12-03T22:29:30.888Z | Downloaded libc v0.2.162 |
397 | 2024-12-03T22:29:31.203Z | Compiling proc-macro2 v1.0.89 |
398 | 2024-12-03T22:29:31.203Z | Compiling unicode-ident v1.0.13 |
399 | 2024-12-03T22:29:31.207Z | Compiling serde v1.0.215 |
400 | 2024-12-03T22:29:31.207Z | Compiling version_check v0.9.5 |
401 | 2024-12-03T22:29:31.207Z | Compiling memchr v2.7.4 |
402 | 2024-12-03T22:29:31.207Z | Compiling thiserror v1.0.69 |
403 | 2024-12-03T22:29:31.207Z | Compiling libc v0.2.162 |
404 | 2024-12-03T22:29:31.276Z | Compiling itoa v1.0.11 |
405 | 2024-12-03T22:29:31.466Z | Compiling ucd-trie v0.1.7 |
406 | 2024-12-03T22:29:31.597Z | Compiling ryu v1.0.18 |
407 | 2024-12-03T22:29:31.983Z | Compiling once_cell v1.20.2 |
408 | 2024-12-03T22:29:32.042Z | Compiling byteorder v1.5.0 |
409 | 2024-12-03T22:29:32.102Z | Compiling serde_json v1.0.132 |
410 | 2024-12-03T22:29:32.357Z | Compiling rustix v0.38.37 |
411 | 2024-12-03T22:29:32.503Z | Compiling bitflags v2.6.0 |
412 | 2024-12-03T22:29:32.541Z | Compiling usdt-impl v0.5.0 |
413 | 2024-12-03T22:29:32.814Z | Compiling proc-macro-error-attr v1.0.4 |
414 | 2024-12-03T22:29:32.888Z | Compiling syn v1.0.109 |
415 | 2024-12-03T22:29:32.994Z | Compiling proc-macro-error v1.0.4 |
416 | 2024-12-03T22:29:33.053Z | Compiling quote v1.0.37 |
417 | 2024-12-03T22:29:33.185Z | Compiling equivalent v1.0.1 |
418 | 2024-12-03T22:29:33.257Z | Compiling log v0.4.22 |
419 | 2024-12-03T22:29:33.282Z | Compiling utf8parse v0.2.2 |
420 | 2024-12-03T22:29:33.307Z | Compiling errno v0.3.9 |
421 | 2024-12-03T22:29:33.455Z | Compiling syn v2.0.87 |
422 | 2024-12-03T22:29:33.613Z | Compiling hashbrown v0.15.0 |
423 | 2024-12-03T22:29:33.636Z | Compiling plain v0.2.3 |
424 | 2024-12-03T22:29:33.639Z | Compiling camino v1.1.9 |
425 | 2024-12-03T22:29:33.797Z | Compiling anstyle-parse v0.2.5 |
426 | 2024-12-03T22:29:33.944Z | Compiling thread-id v4.2.2 |
427 | 2024-12-03T22:29:34.204Z | Compiling pretty-hex v0.4.1 |
428 | 2024-12-03T22:29:34.363Z | Compiling anstyle-query v1.1.1 |
429 | 2024-12-03T22:29:34.438Z | Compiling winnow v0.6.20 |
430 | 2024-12-03T22:29:34.479Z | Compiling semver v1.0.23 |
431 | 2024-12-03T22:29:34.531Z | Compiling unicode-width v0.1.14 |
432 | 2024-12-03T22:29:34.760Z | Compiling indexmap v2.6.0 |
433 | 2024-12-03T22:29:34.853Z | Compiling autocfg v1.4.0 |
434 | 2024-12-03T22:29:35.023Z | Compiling anstyle v1.0.10 |
435 | 2024-12-03T22:29:35.097Z | Compiling is_terminal_polyfill v1.70.1 |
436 | 2024-12-03T22:29:35.230Z | Compiling colorchoice v1.0.2 |
437 | 2024-12-03T22:29:35.401Z | Compiling anstream v0.6.15 |
438 | 2024-12-03T22:29:35.738Z | Compiling terminal_size v0.4.0 |
439 | 2024-12-03T22:29:36.049Z | Compiling fs-err v2.11.0 |
440 | 2024-12-03T22:29:36.126Z | Compiling clap_lex v0.7.2 |
441 | 2024-12-03T22:29:36.174Z | Compiling bytecount v0.6.8 |
442 | 2024-12-03T22:29:36.202Z | Compiling anyhow v1.0.93 |
443 | 2024-12-03T22:29:36.348Z | Compiling fastrand v2.1.1 |
444 | 2024-12-03T22:29:36.443Z | Compiling heck v0.5.0 |
445 | 2024-12-03T22:29:36.648Z | Compiling heck v0.4.1 |
446 | 2024-12-03T22:29:36.892Z | Compiling cfg-if v1.0.0 |
447 | 2024-12-03T22:29:36.923Z | Compiling strsim v0.11.1 |
448 | 2024-12-03T22:29:36.984Z | Compiling fnv v1.0.7 |
449 | 2024-12-03T22:29:37.007Z | Compiling tempfile v3.13.0 |
450 | 2024-12-03T22:29:37.130Z | Compiling papergrid v0.11.0 |
451 | 2024-12-03T22:29:37.530Z | Compiling clap_builder v4.5.21 |
452 | 2024-12-03T22:29:37.716Z | Compiling memmap v0.7.0 |
453 | 2024-12-03T22:29:37.863Z | Compiling unicode-linebreak v0.1.5 |
454 | 2024-12-03T22:29:37.893Z | Compiling smawk v0.3.2 |
455 | 2024-12-03T22:29:38.310Z | Compiling textwrap v0.16.1 |
456 | 2024-12-03T22:29:38.374Z | Compiling swrite v0.1.0 |
457 | 2024-12-03T22:29:39.530Z | Compiling tabled_derive v0.7.0 |
458 | 2024-12-03T22:29:41.188Z | Compiling tabled v0.15.0 |
459 | 2024-12-03T22:29:42.397Z | Compiling serde_derive v1.0.215 |
460 | 2024-12-03T22:29:42.397Z | Compiling thiserror-impl v1.0.69 |
461 | 2024-12-03T22:29:42.400Z | Compiling zerocopy-derive v0.7.35 |
462 | 2024-12-03T22:29:42.400Z | Compiling scroll_derive v0.12.0 |
463 | 2024-12-03T22:29:42.841Z | Compiling clap_derive v4.5.18 |
464 | 2024-12-03T22:29:43.846Z | Compiling scroll v0.12.0 |
465 | 2024-12-03T22:29:44.432Z | Compiling goblin v0.8.2 |
466 | 2024-12-03T22:29:44.588Z | Compiling zerocopy v0.7.35 |
467 | 2024-12-03T22:29:45.173Z | Compiling pest v2.7.14 |
468 | 2024-12-03T22:29:46.622Z | Compiling clap v4.5.21 |
469 | 2024-12-03T22:29:47.534Z | Compiling pest_meta v2.7.14 |
470 | 2024-12-03T22:29:48.389Z | Compiling pest_generator v2.7.14 |
471 | 2024-12-03T22:29:50.342Z | Compiling pest_derive v2.7.14 |
472 | 2024-12-03T22:29:51.065Z | Compiling dtrace-parser v0.2.0 |
473 | 2024-12-03T22:29:52.835Z | Compiling toml_datetime v0.6.8 |
474 | 2024-12-03T22:29:52.835Z | Compiling serde_spanned v0.6.8 |
475 | 2024-12-03T22:29:52.838Z | Compiling cargo-platform v0.1.8 |
476 | 2024-12-03T22:29:53.210Z | Compiling serde_tokenstream v0.2.2 |
477 | 2024-12-03T22:29:53.244Z | Compiling toml_edit v0.22.22 |
478 | 2024-12-03T22:29:53.452Z | Compiling macaddr v1.0.1 |
479 | 2024-12-03T22:29:53.566Z | Compiling camino-tempfile v1.1.1 |
480 | 2024-12-03T22:29:54.340Z | Compiling dof v0.3.0 |
481 | 2024-12-03T22:29:54.340Z | Compiling cargo_metadata v0.18.1 |
482 | 2024-12-03T22:29:56.020Z | Compiling toml v0.8.19 |
483 | 2024-12-03T22:29:56.387Z | Compiling usdt-macro v0.5.0 |
484 | 2024-12-03T22:29:56.590Z | Compiling usdt-attr-macro v0.5.0 |
485 | 2024-12-03T22:29:56.845Z | Compiling cargo_toml v0.20.5 |
486 | 2024-12-03T22:29:57.927Z | Compiling usdt v0.5.0 |
487 | 2024-12-03T22:30:00.518Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
488 | 2024-12-03T22:30:04.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.88s |
489 | 2024-12-03T22:30:04.954Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
490 | 2024-12-03T22:30:05.493Z | Downloading crates ... |
491 | 2024-12-03T22:30:05.648Z | Downloaded aead v0.5.2 |
492 | 2024-12-03T22:30:05.652Z | Downloaded adler2 v2.0.0 |
493 | 2024-12-03T22:30:05.658Z | Downloaded addr2line v0.24.2 |
494 | 2024-12-03T22:30:05.666Z | Downloaded allocator-api2 v0.2.18 |
495 | 2024-12-03T22:30:05.670Z | Downloaded argon2 v0.5.3 |
496 | 2024-12-03T22:30:05.680Z | Downloaded aes v0.8.4 |
497 | 2024-12-03T22:30:05.684Z | Downloaded array-init v0.0.4 |
498 | 2024-12-03T22:30:05.691Z | Downloaded arc-swap v1.7.1 |
499 | 2024-12-03T22:30:05.699Z | Downloaded arrayref v0.3.9 |
500 | 2024-12-03T22:30:05.704Z | Downloaded ahash v0.8.11 |
501 | 2024-12-03T22:30:05.709Z | Downloaded aes-gcm v0.10.3 |
502 | 2024-12-03T22:30:05.721Z | Downloaded aho-corasick v1.1.3 |
503 | 2024-12-03T22:30:05.725Z | Downloaded backtrace v0.3.74 |
504 | 2024-12-03T22:30:05.731Z | Downloaded backoff v0.4.0 |
505 | 2024-12-03T22:30:05.736Z | Downloaded darling v0.20.10 |
506 | 2024-12-03T22:30:05.741Z | Downloaded base64 v0.21.7 |
507 | 2024-12-03T22:30:05.746Z | Downloaded heck v0.3.3 |
508 | 2024-12-03T22:30:05.749Z | Downloaded base64 v0.22.1 |
509 | 2024-12-03T22:30:05.752Z | Downloaded heapless v0.7.17 |
510 | 2024-12-03T22:30:05.758Z | Downloaded http-range v0.1.5 |
511 | 2024-12-03T22:30:05.760Z | Downloaded httpdate v1.0.3 |
512 | 2024-12-03T22:30:05.760Z | Downloaded heapless v0.8.0 |
513 | 2024-12-03T22:30:05.764Z | Downloaded httparse v1.9.5 |
514 | 2024-12-03T22:30:05.766Z | Downloaded home v0.5.9 |
515 | 2024-12-03T22:30:05.769Z | Downloaded bit-vec v0.6.3 |
516 | 2024-12-03T22:30:05.772Z | Downloaded base16ct v0.2.0 |
517 | 2024-12-03T22:30:05.772Z | Downloaded bcs v0.1.6 |
518 | 2024-12-03T22:30:05.776Z | Downloaded http v1.1.0 |
519 | 2024-12-03T22:30:05.779Z | Downloaded cfg_aliases v0.2.1 |
520 | 2024-12-03T22:30:05.783Z | Downloaded blake2 v0.10.6 |
521 | 2024-12-03T22:30:05.785Z | Downloaded hmac v0.12.1 |
522 | 2024-12-03T22:30:05.788Z | Downloaded bzip2 v0.4.4 |
523 | 2024-12-03T22:30:05.791Z | Downloaded icu_locid_transform_data v1.5.0 |
524 | 2024-12-03T22:30:05.791Z | Downloaded cfg_aliases v0.1.1 |
525 | 2024-12-03T22:30:05.794Z | Downloaded icu_locid v1.5.0 |
526 | 2024-12-03T22:30:05.798Z | Downloaded hyper-staticfile v0.10.1 |
527 | 2024-12-03T22:30:05.800Z | Downloaded hostname v0.4.0 |
528 | 2024-12-03T22:30:05.803Z | Downloaded hubpack v0.1.2 |
529 | 2024-12-03T22:30:05.806Z | Downloaded highway v1.2.0 |
530 | 2024-12-03T22:30:05.808Z | Downloaded ciborium-io v0.2.2 |
531 | 2024-12-03T22:30:05.808Z | Downloaded blowfish v0.9.1 |
532 | 2024-12-03T22:30:05.811Z | Downloaded bit-set v0.5.3 |
533 | 2024-12-03T22:30:05.814Z | Downloaded http-body v1.0.1 |
534 | 2024-12-03T22:30:05.814Z | Downloaded crunchy v0.2.2 |
535 | 2024-12-03T22:30:05.814Z | Downloaded crucible-workspace-hack v0.1.0 |
536 | 2024-12-03T22:30:05.817Z | Downloaded hyper-rustls v0.27.3 |
537 | 2024-12-03T22:30:05.819Z | Downloaded icu_provider_macros v1.5.0 |
538 | 2024-12-03T22:30:05.820Z | Downloaded humantime v2.1.0 |
539 | 2024-12-03T22:30:05.823Z | Downloaded hubpack_derive v0.1.1 |
540 | 2024-12-03T22:30:05.827Z | Downloaded instant v0.1.13 |
541 | 2024-12-03T22:30:05.829Z | Downloaded cstr-argument v0.1.2 |
542 | 2024-12-03T22:30:05.829Z | Downloaded chrono-tz-build v0.4.0 |
543 | 2024-12-03T22:30:05.832Z | Downloaded progenitor-client v0.8.0 |
544 | 2024-12-03T22:30:05.834Z | Downloaded atomicwrites v0.4.4 |
545 | 2024-12-03T22:30:05.837Z | Downloaded atty v0.2.14 |
546 | 2024-12-03T22:30:05.837Z | Downloaded http-body-util v0.1.2 |
547 | 2024-12-03T22:30:05.840Z | Downloaded ident_case v1.0.1 |
548 | 2024-12-03T22:30:05.844Z | Downloaded hyper-tls v0.6.0 |
549 | 2024-12-03T22:30:05.847Z | Downloaded hex-literal v0.4.1 |
550 | 2024-12-03T22:30:05.847Z | Downloaded is_ci v1.2.0 |
551 | 2024-12-03T22:30:05.851Z | Downloaded keccak v0.1.5 |
552 | 2024-12-03T22:30:05.851Z | Downloaded cexpr v0.6.0 |
553 | 2024-12-03T22:30:05.854Z | Downloaded md5 v0.7.0 |
554 | 2024-12-03T22:30:05.854Z | Downloaded cmake v0.1.51 |
555 | 2024-12-03T22:30:05.854Z | Downloaded matches v0.1.10 |
556 | 2024-12-03T22:30:05.857Z | Downloaded convert_case v0.4.0 |
557 | 2024-12-03T22:30:05.857Z | Downloaded match_cfg v0.1.0 |
558 | 2024-12-03T22:30:05.859Z | Downloaded crc-catalog v2.4.0 |
559 | 2024-12-03T22:30:05.859Z | Downloaded crc v3.2.1 |
560 | 2024-12-03T22:30:05.863Z | Downloaded icu_locid_transform v1.5.0 |
561 | 2024-12-03T22:30:05.867Z | Downloaded impl-trait-for-tuples v0.2.2 |
562 | 2024-12-03T22:30:05.869Z | Downloaded is-terminal v0.4.13 |
563 | 2024-12-03T22:30:05.872Z | Downloaded indoc v1.0.9 |
564 | 2024-12-03T22:30:05.875Z | Downloaded rustc_version v0.4.1 |
565 | 2024-12-03T22:30:05.875Z | Downloaded assert_matches v1.5.0 |
566 | 2024-12-03T22:30:05.878Z | Downloaded constant_time_eq v0.3.1 |
567 | 2024-12-03T22:30:05.878Z | Downloaded colored v2.1.0 |
568 | 2024-12-03T22:30:05.881Z | Downloaded libefi-sys v0.1.0 |
569 | 2024-12-03T22:30:05.881Z | Downloaded ascii-canvas v3.0.0 |
570 | 2024-12-03T22:30:05.884Z | Downloaded time-core v0.1.2 |
571 | 2024-12-03T22:30:05.884Z | Downloaded crossbeam-deque v0.8.5 |
572 | 2024-12-03T22:30:05.886Z | Downloaded atomic-waker v1.1.2 |
573 | 2024-12-03T22:30:05.886Z | Downloaded async-recursion v1.1.1 |
574 | 2024-12-03T22:30:05.889Z | Downloaded tower-service v0.3.3 |
575 | 2024-12-03T22:30:05.892Z | Downloaded curve25519-dalek-derive v0.1.1 |
576 | 2024-12-03T22:30:05.892Z | Downloaded instability v0.3.2 |
577 | 2024-12-03T22:30:05.896Z | Downloaded indent_write v2.2.0 |
578 | 2024-12-03T22:30:05.896Z | Downloaded cobs v0.2.3 |
579 | 2024-12-03T22:30:05.898Z | Downloaded cassowary v0.3.0 |
580 | 2024-12-03T22:30:05.898Z | Downloaded lalrpop-util v0.19.12 |
581 | 2024-12-03T22:30:05.901Z | Downloaded async-stream v0.3.6 |
582 | 2024-12-03T22:30:05.901Z | Downloaded linked-hash-map v0.5.6 |
583 | 2024-12-03T22:30:05.905Z | Downloaded cookie_store v0.21.0 |
584 | 2024-12-03T22:30:05.905Z | Downloaded lazy_static v1.5.0 |
585 | 2024-12-03T22:30:05.909Z | Downloaded iana-time-zone v0.1.61 |
586 | 2024-12-03T22:30:05.909Z | Downloaded cipher v0.4.4 |
587 | 2024-12-03T22:30:05.913Z | Downloaded managed v0.8.0 |
588 | 2024-12-03T22:30:05.913Z | Downloaded kstat-rs v0.2.4 |
589 | 2024-12-03T22:30:05.913Z | Downloaded cbc v0.1.2 |
590 | 2024-12-03T22:30:05.916Z | Downloaded memoffset v0.9.1 |
591 | 2024-12-03T22:30:05.916Z | Downloaded rand_chacha v0.3.1 |
592 | 2024-12-03T22:30:05.919Z | Downloaded maplit v1.0.2 |
593 | 2024-12-03T22:30:05.919Z | Downloaded mime v0.3.17 |
594 | 2024-12-03T22:30:05.922Z | Downloaded ref-cast v1.0.23 |
595 | 2024-12-03T22:30:05.927Z | Downloaded quinn-udp v0.5.5 |
596 | 2024-12-03T22:30:05.927Z | Downloaded maybe-uninit v2.0.0 |
597 | 2024-12-03T22:30:05.930Z | Downloaded hickory-client v0.24.1 |
598 | 2024-12-03T22:30:05.930Z | Downloaded md-5 v0.10.6 |
599 | 2024-12-03T22:30:05.933Z | Downloaded cancel-safe-futures v0.1.5 |
600 | 2024-12-03T22:30:05.933Z | Downloaded derive_builder_macro v0.20.2 |
601 | 2024-12-03T22:30:05.936Z | Downloaded hickory-server v0.24.1 |
602 | 2024-12-03T22:30:05.939Z | Downloaded ipnet v2.10.1 |
603 | 2024-12-03T22:30:05.942Z | Downloaded shlex v1.3.0 |
604 | 2024-12-03T22:30:05.944Z | Downloaded crc32fast v1.4.2 |
605 | 2024-12-03T22:30:05.947Z | Downloaded slog-json v2.6.1 |
606 | 2024-12-03T22:30:05.949Z | Downloaded stable_deref_trait v1.2.0 |
607 | 2024-12-03T22:30:05.949Z | Downloaded slog-envlogger v2.2.0 |
608 | 2024-12-03T22:30:05.949Z | Downloaded scopeguard v1.2.0 |
609 | 2024-12-03T22:30:05.954Z | Downloaded serde_derive_internals v0.29.1 |
610 | 2024-12-03T22:30:05.954Z | Downloaded schemars_derive v0.8.21 |
611 | 2024-12-03T22:30:05.957Z | Downloaded rustls-pemfile v1.0.4 |
612 | 2024-12-03T22:30:05.957Z | Downloaded icu_normalizer v1.5.0 |
613 | 2024-12-03T22:30:05.960Z | Downloaded unarray v0.1.4 |
614 | 2024-12-03T22:30:05.963Z | Downloaded slog-bunyan v2.5.0 |
615 | 2024-12-03T22:30:05.966Z | Downloaded unicase v2.7.0 |
616 | 2024-12-03T22:30:05.966Z | Downloaded shell-words v1.1.0 |
617 | 2024-12-03T22:30:05.966Z | Downloaded ciborium-ll v0.2.2 |
618 | 2024-12-03T22:30:05.970Z | Downloaded csv-core v0.1.11 |
619 | 2024-12-03T22:30:05.973Z | Downloaded slog-dtrace v0.3.0 |
620 | 2024-12-03T22:30:05.973Z | Downloaded async-trait v0.1.83 |
621 | 2024-12-03T22:30:05.976Z | Downloaded lock_api v0.4.12 |
622 | 2024-12-03T22:30:05.980Z | Downloaded litemap v0.7.3 |
623 | 2024-12-03T22:30:05.984Z | Downloaded ctr v0.9.2 |
624 | 2024-12-03T22:30:05.984Z | Downloaded memmap2 v0.9.5 |
625 | 2024-12-03T22:30:05.987Z | Downloaded oso-derive v0.27.3 |
626 | 2024-12-03T22:30:05.987Z | Downloaded async-bb8-diesel v0.2.1 |
627 | 2024-12-03T22:30:05.990Z | Downloaded linear-map v1.2.0 |
628 | 2024-12-03T22:30:05.993Z | Downloaded zerovec-derive v0.10.3 |
629 | 2024-12-03T22:30:05.993Z | Downloaded libsw v3.3.1 |
630 | 2024-12-03T22:30:05.996Z | Downloaded libloading v0.8.5 |
631 | 2024-12-03T22:30:06.000Z | Downloaded typify-macro v0.2.0 |
632 | 2024-12-03T22:30:06.000Z | Downloaded tokio-macros v2.4.0 |
633 | 2024-12-03T22:30:06.003Z | Downloaded path-slash v0.1.5 |
634 | 2024-12-03T22:30:06.003Z | Downloaded icu_provider v1.5.0 |
635 | 2024-12-03T22:30:06.005Z | Downloaded jobserver v0.1.32 |
636 | 2024-12-03T22:30:06.008Z | Downloaded defmt-parser v0.3.4 |
637 | 2024-12-03T22:30:06.008Z | Downloaded static_assertions v1.1.0 |
638 | 2024-12-03T22:30:06.010Z | Downloaded filetime v0.2.25 |
639 | 2024-12-03T22:30:06.013Z | Downloaded futures-sink v0.3.31 |
640 | 2024-12-03T22:30:06.014Z | Downloaded arrayvec v0.7.6 |
641 | 2024-12-03T22:30:06.016Z | Downloaded flagset v0.4.6 |
642 | 2024-12-03T22:30:06.019Z | Downloaded fixedbitset v0.4.2 |
643 | 2024-12-03T22:30:06.019Z | Downloaded const-oid v0.9.6 |
644 | 2024-12-03T22:30:06.030Z | Downloaded sync-ptr v0.1.1 |
645 | 2024-12-03T22:30:06.033Z | Downloaded yoke v0.7.4 |
646 | 2024-12-03T22:30:06.035Z | Downloaded vte v0.11.1 |
647 | 2024-12-03T22:30:06.038Z | Downloaded diesel-dtrace v0.3.0 |
648 | 2024-12-03T22:30:06.041Z | Downloaded embedded-io v0.6.1 |
649 | 2024-12-03T22:30:06.041Z | Downloaded zeroize_derive v1.4.2 |
650 | 2024-12-03T22:30:06.044Z | Downloaded ff v0.13.0 |
651 | 2024-12-03T22:30:06.044Z | Downloaded embedded-io v0.4.0 |
652 | 2024-12-03T22:30:06.047Z | Downloaded mime_guess v2.0.5 |
653 | 2024-12-03T22:30:06.047Z | Downloaded icu_properties v1.5.1 |
654 | 2024-12-03T22:30:06.050Z | Downloaded num_enum_derive v0.5.11 |
655 | 2024-12-03T22:30:06.052Z | Downloaded crossbeam-utils v0.8.20 |
656 | 2024-12-03T22:30:06.055Z | Downloaded crc-any v2.5.0 |
657 | 2024-12-03T22:30:06.057Z | Downloaded cookie v0.18.1 |
658 | 2024-12-03T22:30:06.061Z | Downloaded zone_cfg_derive v0.1.2 |
659 | 2024-12-03T22:30:06.064Z | Downloaded slog-async v2.8.0 |
660 | 2024-12-03T22:30:06.064Z | Downloaded endian-type v0.1.2 |
661 | 2024-12-03T22:30:06.064Z | Downloaded bytes v1.8.0 |
662 | 2024-12-03T22:30:06.069Z | Downloaded pbkdf2 v0.12.2 |
663 | 2024-12-03T22:30:06.072Z | Downloaded pbkdf2 v0.11.0 |
664 | 2024-12-03T22:30:06.074Z | Downloaded r2d2 v0.8.10 |
665 | 2024-12-03T22:30:06.074Z | Downloaded peg v0.8.4 |
666 | 2024-12-03T22:30:06.078Z | Downloaded serde_urlencoded v0.7.1 |
667 | 2024-12-03T22:30:06.081Z | Downloaded value-bag v1.9.0 |
668 | 2024-12-03T22:30:06.084Z | Downloaded newline-converter v0.3.0 |
669 | 2024-12-03T22:30:06.084Z | Downloaded openssl-probe v0.1.5 |
670 | 2024-12-03T22:30:06.088Z | Downloaded new_debug_unreachable v1.0.6 |
671 | 2024-12-03T22:30:06.089Z | Downloaded spin v0.5.2 |
672 | 2024-12-03T22:30:06.091Z | Downloaded siphasher v0.3.11 |
673 | 2024-12-03T22:30:06.091Z | Downloaded sec1 v0.7.3 |
674 | 2024-12-03T22:30:06.091Z | Downloaded rustc-hash v1.1.0 |
675 | 2024-12-03T22:30:06.096Z | Downloaded subprocess v0.2.9 |
676 | 2024-12-03T22:30:06.101Z | Downloaded termios v0.3.3 |
677 | 2024-12-03T22:30:06.101Z | Downloaded termcolor v1.4.1 |
678 | 2024-12-03T22:30:06.101Z | Downloaded icu_collections v1.5.0 |
679 | 2024-12-03T22:30:06.106Z | Downloaded paste v1.0.15 |
680 | 2024-12-03T22:30:06.108Z | Downloaded powerfmt v0.2.0 |
681 | 2024-12-03T22:30:06.111Z | Downloaded progenitor v0.8.0 |
682 | 2024-12-03T22:30:06.113Z | Downloaded russh-keys v0.45.0 |
683 | 2024-12-03T22:30:06.116Z | Downloaded twox-hash v1.6.3 |
684 | 2024-12-03T22:30:06.119Z | Downloaded utf8_iter v1.0.4 |
685 | 2024-12-03T22:30:06.119Z | Downloaded rfc6979 v0.4.0 |
686 | 2024-12-03T22:30:06.122Z | Downloaded hyper-util v0.1.10 |
687 | 2024-12-03T22:30:06.125Z | Downloaded serde_repr v0.1.19 |
688 | 2024-12-03T22:30:06.128Z | Downloaded zone v0.3.0 |
689 | 2024-12-03T22:30:06.130Z | Downloaded write16 v1.0.0 |
690 | 2024-12-03T22:30:06.130Z | Downloaded pretty-hex v0.2.1 |
691 | 2024-12-03T22:30:06.133Z | Downloaded slog v2.7.0 |
692 | 2024-12-03T22:30:06.138Z | Downloaded serde_plain v1.0.2 |
693 | 2024-12-03T22:30:06.138Z | Downloaded poly1305 v0.8.0 |
694 | 2024-12-03T22:30:06.141Z | Downloaded crossbeam-epoch v0.9.18 |
695 | 2024-12-03T22:30:06.145Z | Downloaded fallible-iterator v0.2.0 |
696 | 2024-12-03T22:30:06.146Z | Downloaded compact_str v0.8.0 |
697 | 2024-12-03T22:30:06.150Z | Downloaded sigpipe v0.1.3 |
698 | 2024-12-03T22:30:06.150Z | Downloaded fragile v2.0.0 |
699 | 2024-12-03T22:30:06.154Z | Downloaded prettyplease v0.2.25 |
700 | 2024-12-03T22:30:06.157Z | Downloaded utf16_iter v1.0.5 |
701 | 2024-12-03T22:30:06.157Z | Downloaded mockall v0.13.0 |
702 | 2024-12-03T22:30:06.157Z | Downloaded indicatif v0.17.9 |
703 | 2024-12-03T22:30:06.161Z | Downloaded olpc-cjson v0.1.4 |
704 | 2024-12-03T22:30:06.166Z | Downloaded vergen v8.3.2 |
705 | 2024-12-03T22:30:06.168Z | Downloaded newtype-uuid v1.1.3 |
706 | 2024-12-03T22:30:06.169Z | Downloaded snafu-derive v0.8.5 |
707 | 2024-12-03T22:30:06.169Z | Downloaded parking_lot_core v0.8.6 |
708 | 2024-12-03T22:30:06.171Z | Downloaded packed_struct_codegen v0.10.1 |
709 | 2024-12-03T22:30:06.174Z | Downloaded unicode-bidi v0.3.17 |
710 | 2024-12-03T22:30:06.177Z | Downloaded bumpalo v3.16.0 |
711 | 2024-12-03T22:30:06.180Z | Downloaded sync_wrapper v1.0.1 |
712 | 2024-12-03T22:30:06.180Z | Downloaded tokio-stream v0.1.16 |
713 | 2024-12-03T22:30:06.183Z | Downloaded defmt-macros v0.3.9 |
714 | 2024-12-03T22:30:06.186Z | Downloaded zerofrom v0.1.4 |
715 | 2024-12-03T22:30:06.189Z | Downloaded foreign-types v0.5.0 |
716 | 2024-12-03T22:30:06.189Z | Downloaded primeorder v0.13.6 |
717 | 2024-12-03T22:30:06.192Z | Downloaded deranged v0.3.11 |
718 | 2024-12-03T22:30:06.192Z | Downloaded writeable v0.5.5 |
719 | 2024-12-03T22:30:06.195Z | Downloaded diesel_table_macro_syntax v0.2.0 |
720 | 2024-12-03T22:30:06.198Z | Downloaded der_derive v0.7.3 |
721 | 2024-12-03T22:30:06.198Z | Downloaded mirai-annotations v1.12.0 |
722 | 2024-12-03T22:30:06.201Z | Downloaded dhcproto-macros v0.1.0 |
723 | 2024-12-03T22:30:06.201Z | Downloaded yoke-derive v0.7.4 |
724 | 2024-12-03T22:30:06.201Z | Downloaded want v0.3.1 |
725 | 2024-12-03T22:30:06.203Z | Downloaded postgres-types v0.2.8 |
726 | 2024-12-03T22:30:06.206Z | Downloaded ref-cast-impl v1.0.23 |
727 | 2024-12-03T22:30:06.206Z | Downloaded rustls-pemfile v2.2.0 |
728 | 2024-12-03T22:30:06.209Z | Downloaded num-integer v0.1.46 |
729 | 2024-12-03T22:30:06.212Z | Downloaded num-derive v0.4.2 |
730 | 2024-12-03T22:30:06.216Z | Downloaded slab v0.4.9 |
731 | 2024-12-03T22:30:06.216Z | Downloaded time-macros v0.2.18 |
732 | 2024-12-03T22:30:06.219Z | Downloaded num-conv v0.1.0 |
733 | 2024-12-03T22:30:06.219Z | Downloaded tar v0.4.42 |
734 | 2024-12-03T22:30:06.222Z | Downloaded stringprep v0.1.5 |
735 | 2024-12-03T22:30:06.224Z | Downloaded simd-adler32 v0.3.7 |
736 | 2024-12-03T22:30:06.228Z | Downloaded thiserror-impl v2.0.3 |
737 | 2024-12-03T22:30:06.228Z | Downloaded signature v2.2.0 |
738 | 2024-12-03T22:30:06.232Z | Downloaded socket2 v0.5.7 |
739 | 2024-12-03T22:30:06.232Z | Downloaded tokio-rustls v0.26.0 |
740 | 2024-12-03T22:30:06.234Z | Downloaded hickory-resolver v0.24.1 |
741 | 2024-12-03T22:30:06.239Z | Downloaded predicates-tree v1.0.11 |
742 | 2024-12-03T22:30:06.245Z | Downloaded russh-cryptovec v0.7.3 |
743 | 2024-12-03T22:30:06.245Z | Downloaded rusty-fork v0.3.0 |
744 | 2024-12-03T22:30:06.248Z | Downloaded zerofrom-derive v0.1.4 |
745 | 2024-12-03T22:30:06.248Z | Downloaded untrusted v0.7.1 |
746 | 2024-12-03T22:30:06.248Z | Downloaded tungstenite v0.23.0 |
747 | 2024-12-03T22:30:06.251Z | Downloaded minimal-lexical v0.2.1 |
748 | 2024-12-03T22:30:06.255Z | Downloaded pkg-config v0.3.31 |
749 | 2024-12-03T22:30:06.258Z | Downloaded ed25519 v2.2.3 |
750 | 2024-12-03T22:30:06.260Z | Downloaded either v1.13.0 |
751 | 2024-12-03T22:30:06.265Z | Downloaded hash32 v0.3.1 |
752 | 2024-12-03T22:30:06.265Z | Downloaded futures-io v0.3.31 |
753 | 2024-12-03T22:30:06.268Z | Downloaded futures-executor v0.3.31 |
754 | 2024-12-03T22:30:06.268Z | Downloaded enum-as-inner v0.5.1 |
755 | 2024-12-03T22:30:06.268Z | Downloaded crossbeam-channel v0.5.13 |
756 | 2024-12-03T22:30:06.273Z | Downloaded string_cache v0.8.7 |
757 | 2024-12-03T22:30:06.275Z | Downloaded similar v2.6.0 |
758 | 2024-12-03T22:30:06.280Z | Downloaded salsa20 v0.10.2 |
759 | 2024-12-03T22:30:06.282Z | Downloaded futures-task v0.3.31 |
760 | 2024-12-03T22:30:06.285Z | Downloaded num-iter v0.1.45 |
761 | 2024-12-03T22:30:06.285Z | Downloaded env_logger v0.11.5 |
762 | 2024-12-03T22:30:06.288Z | Downloaded spin v0.9.8 |
763 | 2024-12-03T22:30:06.290Z | Downloaded rcgen v0.12.1 |
764 | 2024-12-03T22:30:06.293Z | Downloaded rustls-pki-types v1.9.0 |
765 | 2024-12-03T22:30:06.297Z | Downloaded foreign-types v0.3.2 |
766 | 2024-12-03T22:30:06.299Z | Downloaded form_urlencoded v1.2.1 |
767 | 2024-12-03T22:30:06.299Z | Downloaded password-hash v0.4.2 |
768 | 2024-12-03T22:30:06.303Z | Downloaded cc v1.1.30 |
769 | 2024-12-03T22:30:06.306Z | Downloaded elliptic-curve v0.13.8 |
770 | 2024-12-03T22:30:06.309Z | Downloaded rustc-hash v2.0.0 |
771 | 2024-12-03T22:30:06.312Z | Downloaded newtype_derive v0.1.6 |
772 | 2024-12-03T22:30:06.315Z | Downloaded tungstenite v0.21.0 |
773 | 2024-12-03T22:30:06.318Z | Downloaded signal-hook-mio v0.2.4 |
774 | 2024-12-03T22:30:06.323Z | Downloaded parse-display v0.10.0 |
775 | 2024-12-03T22:30:06.323Z | Downloaded rustc-demangle v0.1.24 |
776 | 2024-12-03T22:30:06.323Z | Downloaded supports-color v3.0.1 |
777 | 2024-12-03T22:30:06.327Z | Downloaded subtle v2.6.1 |
778 | 2024-12-03T22:30:06.327Z | Downloaded smallvec v0.6.14 |
779 | 2024-12-03T22:30:06.328Z | Downloaded hkdf v0.12.4 |
780 | 2024-12-03T22:30:06.332Z | Downloaded progenitor-impl v0.8.0 |
781 | 2024-12-03T22:30:06.335Z | Downloaded rsa v0.9.6 |
782 | 2024-12-03T22:30:06.337Z | Downloaded unicode-xid v0.2.6 |
783 | 2024-12-03T22:30:06.340Z | Downloaded strum v0.26.3 |
784 | 2024-12-03T22:30:06.340Z | Downloaded openssl-macros v0.1.1 |
785 | 2024-12-03T22:30:06.344Z | Downloaded half v2.4.1 |
786 | 2024-12-03T22:30:06.348Z | Downloaded serde-big-array v0.5.1 |
787 | 2024-12-03T22:30:06.348Z | Downloaded num-complex v0.4.6 |
788 | 2024-12-03T22:30:06.350Z | Downloaded dirs-next v2.0.0 |
789 | 2024-12-03T22:30:06.350Z | Downloaded libm v0.2.8 |
790 | 2024-12-03T22:30:06.358Z | Downloaded scrypt v0.11.0 |
791 | 2024-12-03T22:30:06.361Z | Downloaded downcast v0.11.0 |
792 | 2024-12-03T22:30:06.364Z | Downloaded tokio-tungstenite v0.23.1 |
793 | 2024-12-03T22:30:06.367Z | Downloaded bindgen v0.69.5 |
794 | 2024-12-03T22:30:06.373Z | Downloaded waitgroup v0.1.2 |
795 | 2024-12-03T22:30:06.376Z | Downloaded rtoolbox v0.0.2 |
796 | 2024-12-03T22:30:06.378Z | Downloaded tokio-native-tls v0.3.1 |
797 | 2024-12-03T22:30:06.380Z | Downloaded opaque-debug v0.3.1 |
798 | 2024-12-03T22:30:06.380Z | Downloaded tls_codec_derive v0.4.1 |
799 | 2024-12-03T22:30:06.383Z | Downloaded xz2 v0.1.7 |
800 | 2024-12-03T22:30:06.386Z | Downloaded slog-term v2.9.1 |
801 | 2024-12-03T22:30:06.388Z | Downloaded sct v0.7.1 |
802 | 2024-12-03T22:30:06.391Z | Downloaded idna v1.0.3 |
803 | 2024-12-03T22:30:06.394Z | Downloaded rayon-core v1.12.1 |
804 | 2024-12-03T22:30:06.399Z | Downloaded parse-display-derive v0.10.0 |
805 | 2024-12-03T22:30:06.402Z | Downloaded funty v2.0.0 |
806 | 2024-12-03T22:30:06.402Z | Downloaded unicode-truncate v1.1.0 |
807 | 2024-12-03T22:30:06.404Z | Downloaded synstructure v0.13.1 |
808 | 2024-12-03T22:30:06.407Z | Downloaded tungstenite v0.24.0 |
809 | 2024-12-03T22:30:06.410Z | Downloaded strum_macros v0.24.3 |
810 | 2024-12-03T22:30:06.418Z | Downloaded structmeta-derive v0.3.0 |
811 | 2024-12-03T22:30:06.418Z | Downloaded difflib v0.4.0 |
812 | 2024-12-03T22:30:06.418Z | Downloaded fallible-iterator v0.3.0 |
813 | 2024-12-03T22:30:06.418Z | Downloaded libxml v0.3.3 |
814 | 2024-12-03T22:30:06.424Z | Downloaded strum_macros v0.25.3 |
815 | 2024-12-03T22:30:06.426Z | Downloaded vte_generate_state_changes v0.1.2 |
816 | 2024-12-03T22:30:06.426Z | Downloaded sqlparser_derive v0.2.2 |
817 | 2024-12-03T22:30:06.429Z | Downloaded itertools v0.12.1 |
818 | 2024-12-03T22:30:06.436Z | Downloaded xattr v1.3.1 |
819 | 2024-12-03T22:30:06.439Z | Downloaded spki v0.7.3 |
820 | 2024-12-03T22:30:06.442Z | Downloaded radium v0.7.0 |
821 | 2024-12-03T22:30:06.442Z | Downloaded pin-project-lite v0.2.14 |
822 | 2024-12-03T22:30:06.446Z | Downloaded owo-colors v4.1.0 |
823 | 2024-12-03T22:30:06.449Z | Downloaded typify v0.2.0 |
824 | 2024-12-03T22:30:06.452Z | Downloaded precomputed-hash v0.1.1 |
825 | 2024-12-03T22:30:06.455Z | Downloaded quick-error v1.2.3 |
826 | 2024-12-03T22:30:06.455Z | Downloaded float-ord v0.3.2 |
827 | 2024-12-03T22:30:06.458Z | Downloaded progenitor-macro v0.8.0 |
828 | 2024-12-03T22:30:06.458Z | Downloaded predicates-core v1.0.8 |
829 | 2024-12-03T22:30:06.463Z | Downloaded itertools v0.13.0 |
830 | 2024-12-03T22:30:06.476Z | Downloaded zerocopy v0.6.6 |
831 | 2024-12-03T22:30:06.476Z | Downloaded toolchain_find v0.4.0 |
832 | 2024-12-03T22:30:06.488Z | Downloaded multimap v0.10.0 |
833 | 2024-12-03T22:30:06.488Z | Downloaded postcard v1.0.10 |
834 | 2024-12-03T22:30:06.488Z | Downloaded rpassword v7.3.1 |
835 | 2024-12-03T22:30:06.488Z | Downloaded tabwriter v1.4.0 |
836 | 2024-12-03T22:30:06.488Z | Downloaded foldhash v0.1.3 |
837 | 2024-12-03T22:30:06.488Z | Downloaded signal-hook-registry v1.4.2 |
838 | 2024-12-03T22:30:06.489Z | Downloaded derive_builder v0.20.2 |
839 | 2024-12-03T22:30:06.499Z | Downloaded unicode-normalization v0.1.24 |
840 | 2024-12-03T22:30:06.499Z | Downloaded tough v0.19.0 |
841 | 2024-12-03T22:30:06.504Z | Downloaded parse-size v1.1.0 |
842 | 2024-12-03T22:30:06.504Z | Downloaded take_mut v0.2.2 |
843 | 2024-12-03T22:30:06.507Z | Downloaded dyn-clone v1.0.17 |
844 | 2024-12-03T22:30:06.507Z | Downloaded termtree v0.4.1 |
845 | 2024-12-03T22:30:06.507Z | Downloaded displaydoc v0.2.5 |
846 | 2024-12-03T22:30:06.511Z | Downloaded futures-core v0.3.31 |
847 | 2024-12-03T22:30:06.511Z | Downloaded display-error-chain v0.2.2 |
848 | 2024-12-03T22:30:06.514Z | Downloaded phf_shared v0.10.0 |
849 | 2024-12-03T22:30:06.516Z | Downloaded futures-channel v0.3.31 |
850 | 2024-12-03T22:30:06.516Z | Downloaded multer v3.1.0 |
851 | 2024-12-03T22:30:06.519Z | Downloaded thread_local v1.1.8 |
852 | 2024-12-03T22:30:06.522Z | Downloaded foreign-types-macros v0.2.3 |
853 | 2024-12-03T22:30:06.522Z | Downloaded thiserror-no-std v2.0.2 |
854 | 2024-12-03T22:30:06.526Z | Downloaded phf v0.11.2 |
855 | 2024-12-03T22:30:06.529Z | Downloaded test-strategy v0.3.1 |
856 | 2024-12-03T22:30:06.532Z | Downloaded darling_macro v0.20.10 |
857 | 2024-12-03T22:30:06.534Z | Downloaded wyz v0.5.1 |
858 | 2024-12-03T22:30:06.537Z | Downloaded pin-project v1.1.6 |
859 | 2024-12-03T22:30:06.547Z | Downloaded signal-hook-tokio v0.3.1 |
860 | 2024-12-03T22:30:06.550Z | Downloaded unicode-properties v0.1.3 |
861 | 2024-12-03T22:30:06.554Z | Downloaded rustfmt-wrapper v0.2.1 |
862 | 2024-12-03T22:30:06.554Z | Downloaded rustc_version v0.1.7 |
863 | 2024-12-03T22:30:06.556Z | Downloaded dunce v1.0.5 |
864 | 2024-12-03T22:30:06.556Z | Downloaded crossterm v0.28.1 |
865 | 2024-12-03T22:30:06.563Z | Downloaded ssh-key v0.6.6 |
866 | 2024-12-03T22:30:06.571Z | Downloaded dsl_auto_type v0.1.2 |
867 | 2024-12-03T22:30:06.574Z | Downloaded resolv-conf v0.7.0 |
868 | 2024-12-03T22:30:06.574Z | Downloaded zone v0.1.8 |
869 | 2024-12-03T22:30:06.578Z | Downloaded structmeta v0.2.0 |
870 | 2024-12-03T22:30:06.578Z | Downloaded predicates v3.1.2 |
871 | 2024-12-03T22:30:06.581Z | Downloaded icu_properties_data v1.5.0 |
872 | 2024-12-03T22:30:06.592Z | Downloaded tinyvec_macros v0.1.1 |
873 | 2024-12-03T22:30:06.594Z | Downloaded omicron-zone-package v0.11.1 |
874 | 2024-12-03T22:30:06.596Z | Downloaded defmt v0.3.8 |
875 | 2024-12-03T22:30:06.600Z | Downloaded tokio-postgres v0.7.12 |
876 | 2024-12-03T22:30:06.606Z | Downloaded untrusted v0.9.0 |
877 | 2024-12-03T22:30:06.609Z | Downloaded ppv-lite86 v0.2.20 |
878 | 2024-12-03T22:30:06.609Z | Downloaded debug-ignore v1.0.5 |
879 | 2024-12-03T22:30:06.614Z | Downloaded num_threads v0.1.7 |
880 | 2024-12-03T22:30:06.623Z | Downloaded data-encoding v2.6.0 |
881 | 2024-12-03T22:30:06.623Z | Downloaded mio v1.0.2 |
882 | 2024-12-03T22:30:06.623Z | Downloaded ed25519-dalek v2.1.1 |
883 | 2024-12-03T22:30:06.626Z | Downloaded rustversion v1.0.17 |
884 | 2024-12-03T22:30:06.629Z | Downloaded hash32 v0.2.1 |
885 | 2024-12-03T22:30:06.629Z | Downloaded parking_lot v0.11.2 |
886 | 2024-12-03T22:30:06.633Z | Downloaded derive_builder_core v0.20.2 |
887 | 2024-12-03T22:30:06.639Z | Downloaded whoami v1.5.2 |
888 | 2024-12-03T22:30:06.639Z | Downloaded zerocopy-derive v0.8.10 |
889 | 2024-12-03T22:30:06.643Z | Downloaded number_prefix v0.4.0 |
890 | 2024-12-03T22:30:06.646Z | Downloaded normalize-line-endings v0.3.0 |
891 | 2024-12-03T22:30:06.646Z | Downloaded tls_codec v0.4.1 |
892 | 2024-12-03T22:30:06.649Z | Downloaded phf_generator v0.11.2 |
893 | 2024-12-03T22:30:06.649Z | Downloaded time v0.3.36 |
894 | 2024-12-03T22:30:06.656Z | Downloaded foreign-types-shared v0.3.1 |
895 | 2024-12-03T22:30:06.659Z | Downloaded des v0.8.1 |
896 | 2024-12-03T22:30:06.661Z | Downloaded sha1 v0.10.6 |
897 | 2024-12-03T22:30:06.661Z | Downloaded percent-encoding v2.3.1 |
898 | 2024-12-03T22:30:06.664Z | Downloaded dhcproto v0.12.0 |
899 | 2024-12-03T22:30:06.667Z | Downloaded num-traits v0.2.19 |
900 | 2024-12-03T22:30:06.671Z | Downloaded foreign-types-shared v0.1.1 |
901 | 2024-12-03T22:30:06.671Z | Downloaded zeroize v1.8.1 |
902 | 2024-12-03T22:30:06.672Z | Downloaded unsafe-libyaml v0.2.11 |
903 | 2024-12-03T22:30:06.674Z | Downloaded parse-zoneinfo v0.3.1 |
904 | 2024-12-03T22:30:06.678Z | Downloaded nodrop v0.1.14 |
905 | 2024-12-03T22:30:06.681Z | Downloaded packed_struct v0.10.1 |
906 | 2024-12-03T22:30:06.681Z | Downloaded float-cmp v0.9.0 |
907 | 2024-12-03T22:30:06.684Z | Downloaded reedline v0.35.0 |
908 | 2024-12-03T22:30:06.690Z | Downloaded zone_cfg_derive v0.3.0 |
909 | 2024-12-03T22:30:06.693Z | Downloaded postgres-protocol v0.6.7 |
910 | 2024-12-03T22:30:06.695Z | Downloaded scheduled-thread-pool v0.2.7 |
911 | 2024-12-03T22:30:06.695Z | Downloaded ron v0.8.1 |
912 | 2024-12-03T22:30:06.701Z | Downloaded smallvec v1.13.2 |
913 | 2024-12-03T22:30:06.704Z | Downloaded enum-as-inner v0.6.1 |
914 | 2024-12-03T22:30:06.707Z | Downloaded tokio-util v0.7.12 |
915 | 2024-12-03T22:30:06.712Z | Downloaded fxhash v0.2.1 |
916 | 2024-12-03T22:30:06.715Z | Downloaded strip-ansi-escapes v0.2.0 |
917 | 2024-12-03T22:30:06.715Z | Downloaded num v0.4.3 |
918 | 2024-12-03T22:30:06.717Z | Downloaded wait-timeout v0.2.0 |
919 | 2024-12-03T22:30:06.717Z | Downloaded which v4.4.2 |
920 | 2024-12-03T22:30:06.720Z | Downloaded hashlink v0.9.1 |
921 | 2024-12-03T22:30:06.723Z | Downloaded tokio-rustls v0.24.1 |
922 | 2024-12-03T22:30:06.726Z | Downloaded parking_lot_core v0.9.10 |
923 | 2024-12-03T22:30:06.728Z | Downloaded hashbrown v0.14.5 |
924 | 2024-12-03T22:30:06.732Z | Downloaded p256 v0.13.2 |
925 | 2024-12-03T22:30:06.735Z | Downloaded walkdir v2.5.0 |
926 | 2024-12-03T22:30:06.738Z | Downloaded headers v0.4.0 |
927 | 2024-12-03T22:30:06.743Z | Downloaded psl-types v2.0.11 |
928 | 2024-12-03T22:30:06.746Z | Downloaded unicode-segmentation v1.12.0 |
929 | 2024-12-03T22:30:06.749Z | Downloaded blake3 v1.5.4 |
930 | 2024-12-03T22:30:06.759Z | Downloaded fd-lock v4.0.2 |
931 | 2024-12-03T22:30:06.762Z | Downloaded pkcs5 v0.7.1 |
932 | 2024-12-03T22:30:06.765Z | Downloaded pem-rfc7468 v0.7.0 |
933 | 2024-12-03T22:30:06.767Z | Downloaded tokio-tungstenite v0.21.0 |
934 | 2024-12-03T22:30:06.770Z | Downloaded pem v3.0.4 |
935 | 2024-12-03T22:30:06.772Z | Downloaded tokio-rustls v0.25.0 |
936 | 2024-12-03T22:30:06.772Z | Downloaded slog-stdlog v4.1.1 |
937 | 2024-12-03T22:30:06.774Z | Downloaded universal-hash v0.5.1 |
938 | 2024-12-03T22:30:06.778Z | Downloaded x509-cert v0.2.5 |
939 | 2024-12-03T22:30:06.781Z | Downloaded nu-ansi-term v0.50.1 |
940 | 2024-12-03T22:30:06.784Z | Downloaded sqlformat v0.2.6 |
941 | 2024-12-03T22:30:06.787Z | Downloaded env_filter v0.1.2 |
942 | 2024-12-03T22:30:06.790Z | Downloaded tracing-core v0.1.32 |
943 | 2024-12-03T22:30:06.792Z | Downloaded env_logger v0.10.2 |
944 | 2024-12-03T22:30:06.795Z | Downloaded phf_codegen v0.11.2 |
945 | 2024-12-03T22:30:06.798Z | Downloaded quinn v0.11.5 |
946 | 2024-12-03T22:30:06.800Z | Downloaded rustls-webpki v0.101.7 |
947 | 2024-12-03T22:30:06.815Z | Downloaded ghash v0.5.1 |
948 | 2024-12-03T22:30:06.818Z | Downloaded slog-scope v4.4.0 |
949 | 2024-12-03T22:30:06.820Z | Downloaded lalrpop v0.19.12 |
950 | 2024-12-03T22:30:06.829Z | Downloaded rayon v1.10.0 |
951 | 2024-12-03T22:30:06.839Z | Downloaded peg-macros v0.8.4 |
952 | 2024-12-03T22:30:06.842Z | Downloaded mockall_derive v0.13.0 |
953 | 2024-12-03T22:30:06.845Z | Downloaded fatfs v0.3.6 |
954 | 2024-12-03T22:30:06.848Z | Downloaded salty v0.3.0 |
955 | 2024-12-03T22:30:06.854Z | Downloaded h2 v0.4.6 |
956 | 2024-12-03T22:30:06.861Z | Downloaded serde_with_macros v3.11.0 |
957 | 2024-12-03T22:30:06.864Z | Downloaded secrecy v0.8.0 |
958 | 2024-12-03T22:30:06.866Z | Downloaded serde_yaml v0.9.34+deprecated |
959 | 2024-12-03T22:30:06.869Z | Downloaded zip v2.1.3 |
960 | 2024-12-03T22:30:06.873Z | Downloaded zip v0.6.6 |
961 | 2024-12-03T22:30:06.877Z | Downloaded p521 v0.13.3 |
962 | 2024-12-03T22:30:06.881Z | Downloaded num-bigint-dig v0.8.4 |
963 | 2024-12-03T22:30:06.886Z | Downloaded zopfli v0.8.1 |
964 | 2024-12-03T22:30:06.889Z | Downloaded rustyline v14.0.0 |
965 | 2024-12-03T22:30:06.894Z | Downloaded ecdsa v0.16.9 |
966 | 2024-12-03T22:30:06.897Z | Downloaded dropshot_endpoint v0.12.0 |
967 | 2024-12-03T22:30:06.900Z | Downloaded flume v0.11.1 |
968 | 2024-12-03T22:30:06.903Z | Downloaded aws-lc-rs v1.10.0 |
969 | 2024-12-03T22:30:06.913Z | Downloaded hashbrown v0.13.2 |
970 | 2024-12-03T22:30:06.918Z | Downloaded toml_edit v0.19.15 |
971 | 2024-12-03T22:30:06.935Z | Downloaded publicsuffix v2.2.3 |
972 | 2024-12-03T22:30:06.938Z | Downloaded tinyvec v1.8.0 |
973 | 2024-12-03T22:30:06.941Z | Downloaded num-bigint v0.4.6 |
974 | 2024-12-03T22:30:06.945Z | Downloaded hashbrown v0.12.3 |
975 | 2024-12-03T22:30:06.950Z | Downloaded schemars v0.8.21 |
976 | 2024-12-03T22:30:06.961Z | Downloaded idna v0.3.0 |
977 | 2024-12-03T22:30:06.969Z | Downloaded portable-atomic v1.9.0 |
978 | 2024-12-03T22:30:06.976Z | Downloaded unicode_categories v0.1.1 |
979 | 2024-12-03T22:30:06.979Z | Downloaded quick-xml v0.33.0 |
980 | 2024-12-03T22:30:06.985Z | Downloaded idna v0.4.0 |
981 | 2024-12-03T22:30:06.993Z | Downloaded nom v7.1.3 |
982 | 2024-12-03T22:30:06.998Z | Downloaded bitvec v1.0.1 |
983 | 2024-12-03T22:30:07.014Z | Downloaded futures-util v0.3.31 |
984 | 2024-12-03T22:30:07.027Z | Downloaded russh v0.45.0 |
985 | 2024-12-03T22:30:07.032Z | Downloaded quinn-proto v0.11.8 |
986 | 2024-12-03T22:30:07.040Z | Downloaded idna v0.5.0 |
987 | 2024-12-03T22:30:07.047Z | Downloaded regex v1.11.1 |
988 | 2024-12-03T22:30:07.061Z | Downloaded vcpkg v0.2.15 |
989 | 2024-12-03T22:30:07.100Z | Downloaded idna v0.2.3 |
990 | 2024-12-03T22:30:07.106Z | Downloaded rand v0.8.5 |
991 | 2024-12-03T22:30:07.110Z | Downloaded polar-core v0.27.3 |
992 | 2024-12-03T22:30:07.119Z | Downloaded rusqlite v0.32.1 |
993 | 2024-12-03T22:30:07.126Z | Downloaded serde_with v3.11.0 |
994 | 2024-12-03T22:30:07.134Z | Downloaded sqlparser v0.45.0 |
995 | 2024-12-03T22:30:07.140Z | Downloaded rustls-webpki v0.102.8 |
996 | 2024-12-03T22:30:07.159Z | Downloaded flate2 v1.0.34 |
997 | 2024-12-03T22:30:07.164Z | Downloaded webpki-roots v0.26.6 |
998 | 2024-12-03T22:30:07.168Z | Downloaded unicode-width v0.2.0 |
999 | 2024-12-03T22:30:07.175Z | Downloaded zerocopy v0.8.10 |
1000 | 2024-12-03T22:30:07.200Z | Downloaded smoltcp v0.11.0 |
1001 | 2024-12-03T22:30:07.213Z | Downloaded gimli v0.31.1 |
1002 | 2024-12-03T22:30:07.221Z | Downloaded git2 v0.19.0 |
1003 | 2024-12-03T22:30:07.231Z | Downloaded openapiv3 v2.0.0 |
1004 | 2024-12-03T22:30:07.243Z | Downloaded petname v2.0.2 |
1005 | 2024-12-03T22:30:07.249Z | Downloaded object v0.30.4 |
1006 | 2024-12-03T22:30:07.259Z | Downloaded winnow v0.5.40 |
1007 | 2024-12-03T22:30:07.268Z | Downloaded radix_trie v0.2.1 |
1008 | 2024-12-03T22:30:07.274Z | Downloaded nix v0.27.1 |
1009 | 2024-12-03T22:30:07.285Z | Downloaded regex-syntax v0.6.29 |
1010 | 2024-12-03T22:30:07.293Z | Downloaded trust-dns-proto v0.22.0 |
1011 | 2024-12-03T22:30:07.306Z | Downloaded nix v0.28.0 |
1012 | 2024-12-03T22:30:07.318Z | Downloaded proptest v1.5.0 |
1013 | 2024-12-03T22:30:07.328Z | Downloaded bstr v1.10.0 |
1014 | 2024-12-03T22:30:07.339Z | Downloaded regex-syntax v0.8.5 |
1015 | 2024-12-03T22:30:07.348Z | Downloaded openssl v0.10.66 |
1016 | 2024-12-03T22:30:07.358Z | Downloaded smoltcp v0.9.1 |
1017 | 2024-12-03T22:30:07.370Z | Downloaded sled v0.34.7 |
1018 | 2024-12-03T22:30:07.381Z | Downloaded diesel v2.2.4 |
1019 | 2024-12-03T22:30:07.400Z | Downloaded regress v0.10.1 |
1020 | 2024-12-03T22:30:07.409Z | Downloaded dropshot v0.13.0 |
1021 | 2024-12-03T22:30:07.430Z | Downloaded chrono-tz v0.10.0 |
1022 | 2024-12-03T22:30:07.438Z | Downloaded nix v0.29.0 |
1023 | 2024-12-03T22:30:07.451Z | Downloaded rustls v0.21.12 |
1024 | 2024-12-03T22:30:07.463Z | Downloaded object v0.36.5 |
1025 | 2024-12-03T22:30:07.475Z | Downloaded rustls v0.22.4 |
1026 | 2024-12-03T22:30:07.488Z | Downloaded dropshot v0.12.0 |
1027 | 2024-12-03T22:30:07.509Z | Downloaded rustls v0.23.14 |
1028 | 2024-12-03T22:30:07.521Z | Downloaded lzma-sys v0.1.20 |
1029 | 2024-12-03T22:30:07.551Z | Downloaded regress v0.9.1 |
1030 | 2024-12-03T22:30:07.560Z | Downloaded regex-automata v0.4.8 |
1031 | 2024-12-03T22:30:07.577Z | Downloaded curve25519-dalek v4.1.3 |
1032 | 2024-12-03T22:30:07.586Z | Downloaded ratatui v0.28.1 |
1033 | 2024-12-03T22:30:07.607Z | Downloaded petgraph v0.6.5 |
1034 | 2024-12-03T22:30:07.624Z | Downloaded typify-impl v0.2.0 |
1035 | 2024-12-03T22:30:07.639Z | Downloaded libz-sys v1.1.20 |
1036 | 2024-12-03T22:30:07.660Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1037 | 2024-12-03T22:30:07.672Z | Downloaded zerocopy-derive v0.6.6 |
1038 | 2024-12-03T22:30:07.682Z | Downloaded hickory-proto v0.24.1 |
1039 | 2024-12-03T22:30:07.697Z | Downloaded p384 v0.13.0 |
1040 | 2024-12-03T22:30:07.704Z | Downloaded reqwest v0.12.9 |
1041 | 2024-12-03T22:30:07.712Z | Downloaded chrono v0.4.38 |
1042 | 2024-12-03T22:30:07.719Z | Downloaded derive_more v0.99.18 |
1043 | 2024-12-03T22:30:07.724Z | Downloaded derive-where v1.2.7 |
1044 | 2024-12-03T22:30:07.727Z | Downloaded utf-8 v0.7.6 |
1045 | 2024-12-03T22:30:07.730Z | Downloaded smf v0.2.3 |
1046 | 2024-12-03T22:30:07.730Z | Downloaded parking_lot v0.12.3 |
1047 | 2024-12-03T22:30:07.732Z | Downloaded steno v0.4.1 |
1048 | 2024-12-03T22:30:07.735Z | Downloaded pkcs8 v0.10.2 |
1049 | 2024-12-03T22:30:07.742Z | Downloaded peg-runtime v0.8.3 |
1050 | 2024-12-03T22:30:07.742Z | Downloaded sha3 v0.10.8 |
1051 | 2024-12-03T22:30:07.745Z | Downloaded tokio v1.40.0 |
1052 | 2024-12-03T22:30:07.782Z | Downloaded rand_xorshift v0.3.0 |
1053 | 2024-12-03T22:30:07.785Z | Downloaded url v2.5.3 |
1054 | 2024-12-03T22:30:07.787Z | Downloaded csv v1.3.0 |
1055 | 2024-12-03T22:30:07.806Z | Downloaded openssl-sys v0.9.103 |
1056 | 2024-12-03T22:30:07.810Z | Downloaded tinystr v0.7.6 |
1057 | 2024-12-03T22:30:07.813Z | Downloaded thiserror-impl-no-std v2.0.2 |
1058 | 2024-12-03T22:30:07.813Z | Downloaded ron v0.7.1 |
1059 | 2024-12-03T22:30:07.819Z | Downloaded uzers v0.12.1 |
1060 | 2024-12-03T22:30:07.822Z | Downloaded rand_seeder v0.3.0 |
1061 | 2024-12-03T22:30:07.825Z | Downloaded tracing-attributes v0.1.27 |
1062 | 2024-12-03T22:30:07.825Z | Downloaded darling_core v0.20.10 |
1063 | 2024-12-03T22:30:07.828Z | Downloaded expectorate v1.1.0 |
1064 | 2024-12-03T22:30:07.831Z | Downloaded zerovec v0.10.4 |
1065 | 2024-12-03T22:30:07.836Z | Downloaded miniz_oxide v0.8.0 |
1066 | 2024-12-03T22:30:07.839Z | Downloaded tap v1.0.1 |
1067 | 2024-12-03T22:30:07.841Z | Downloaded semver v0.1.20 |
1068 | 2024-12-03T22:30:07.842Z | Downloaded structmeta-derive v0.2.0 |
1069 | 2024-12-03T22:30:07.842Z | Downloaded structmeta v0.3.0 |
1070 | 2024-12-03T22:30:07.844Z | Downloaded fs_extra v1.3.0 |
1071 | 2024-12-03T22:30:07.846Z | Downloaded topological-sort v0.2.2 |
1072 | 2024-12-03T22:30:07.846Z | Downloaded toml v0.7.8 |
1073 | 2024-12-03T22:30:07.849Z | Downloaded der v0.7.9 |
1074 | 2024-12-03T22:30:07.854Z | Downloaded num-rational v0.4.2 |
1075 | 2024-12-03T22:30:07.857Z | Downloaded serde-hex v0.1.0 |
1076 | 2024-12-03T22:30:07.860Z | Downloaded pin-project-internal v1.1.6 |
1077 | 2024-12-03T22:30:07.860Z | Downloaded yasna v0.5.2 |
1078 | 2024-12-03T22:30:07.863Z | Downloaded getrandom v0.2.15 |
1079 | 2024-12-03T22:30:07.867Z | Downloaded typed-path v0.9.3 |
1080 | 2024-12-03T22:30:07.871Z | Downloaded polyval v0.6.2 |
1081 | 2024-12-03T22:30:07.873Z | Downloaded ssh-encoding v0.2.0 |
1082 | 2024-12-03T22:30:07.876Z | Downloaded ssh-cipher v0.2.0 |
1083 | 2024-12-03T22:30:07.876Z | Downloaded pin-utils v0.1.0 |
1084 | 2024-12-03T22:30:07.879Z | Downloaded try-lock v0.2.5 |
1085 | 2024-12-03T22:30:07.879Z | Downloaded nanorand v0.7.0 |
1086 | 2024-12-03T22:30:07.881Z | Downloaded gethostname v0.5.0 |
1087 | 2024-12-03T22:30:07.884Z | Downloaded fallible-streaming-iterator v0.1.9 |
1088 | 2024-12-03T22:30:07.884Z | Downloaded dirs-sys-next v0.1.2 |
1089 | 2024-12-03T22:30:07.884Z | Downloaded diff v0.1.13 |
1090 | 2024-12-03T22:30:07.886Z | Downloaded encoding_rs v0.8.34 |
1091 | 2024-12-03T22:30:07.908Z | Downloaded tui-tree-widget v0.22.0 |
1092 | 2024-12-03T22:30:07.911Z | Downloaded itertools v0.10.5 |
1093 | 2024-12-03T22:30:07.915Z | Downloaded tracing v0.1.40 |
1094 | 2024-12-03T22:30:07.919Z | Downloaded rand_core v0.6.4 |
1095 | 2024-12-03T22:30:07.922Z | Downloaded thiserror v2.0.3 |
1096 | 2024-12-03T22:30:07.927Z | Downloaded snafu v0.8.5 |
1097 | 2024-12-03T22:30:07.934Z | Downloaded qorb v0.2.1 |
1098 | 2024-12-03T22:30:07.936Z | Downloaded crypto-bigint v0.5.5 |
1099 | 2024-12-03T22:30:07.943Z | Downloaded diesel_derives v2.2.3 |
1100 | 2024-12-03T22:30:07.947Z | Downloaded phf_shared v0.11.2 |
1101 | 2024-12-03T22:30:07.950Z | Downloaded uuid v1.11.0 |
1102 | 2024-12-03T22:30:07.953Z | Downloaded password-hash v0.5.0 |
1103 | 2024-12-03T22:30:07.953Z | Downloaded oso v0.27.3 |
1104 | 2024-12-03T22:30:07.957Z | Downloaded const_format v0.2.33 |
1105 | 2024-12-03T22:30:07.961Z | Downloaded dropshot_endpoint v0.13.0 |
1106 | 2024-12-03T22:30:07.964Z | Downloaded same-file v1.0.6 |
1107 | 2024-12-03T22:30:07.966Z | Downloaded group v0.13.0 |
1108 | 2024-12-03T22:30:07.969Z | Downloaded tiny-keccak v2.0.2 |
1109 | 2024-12-03T22:30:07.969Z | Downloaded samael v0.0.17 |
1110 | 2024-12-03T22:30:07.975Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1111 | 2024-12-03T22:30:08.032Z | Downloaded pkcs1 v0.7.5 |
1112 | 2024-12-03T22:30:08.035Z | Downloaded hyper v1.5.0 |
1113 | 2024-12-03T22:30:08.040Z | Downloaded chacha20poly1305 v0.10.1 |
1114 | 2024-12-03T22:30:08.043Z | Downloaded futures v0.3.31 |
1115 | 2024-12-03T22:30:08.046Z | Downloaded native-tls v0.2.12 |
1116 | 2024-12-03T22:30:08.049Z | Downloaded globset v0.4.15 |
1117 | 2024-12-03T22:30:08.052Z | Downloaded signal-hook v0.3.17 |
1118 | 2024-12-03T22:30:08.054Z | Downloaded num_enum v0.5.11 |
1119 | 2024-12-03T22:30:08.057Z | Downloaded nibble_vec v0.1.0 |
1120 | 2024-12-03T22:30:08.060Z | Downloaded futures-macro v0.3.31 |
1121 | 2024-12-03T22:30:08.060Z | Downloaded term v0.7.0 |
1122 | 2024-12-03T22:30:08.063Z | Downloaded vsss-rs v3.3.4 |
1123 | 2024-12-03T22:30:08.066Z | Downloaded indexmap v1.9.3 |
1124 | 2024-12-03T22:30:08.069Z | Downloaded proc-macro-crate v1.3.1 |
1125 | 2024-12-03T22:30:08.069Z | Downloaded glob v0.3.1 |
1126 | 2024-12-03T22:30:08.071Z | Downloaded tokio-tungstenite v0.24.0 |
1127 | 2024-12-03T22:30:08.073Z | Downloaded icu_normalizer_data v1.5.0 |
1128 | 2024-12-03T22:30:08.073Z | Downloaded ena v0.14.3 |
1129 | 2024-12-03T22:30:08.076Z | Downloaded strum_macros v0.26.4 |
1130 | 2024-12-03T22:30:08.079Z | Downloaded clang-sys v1.8.1 |
1131 | 2024-12-03T22:30:08.082Z | Downloaded const_format_proc_macros v0.2.33 |
1132 | 2024-12-03T22:30:08.082Z | Downloaded serde_path_to_error v0.1.16 |
1133 | 2024-12-03T22:30:08.085Z | Downloaded internet-checksum v0.2.1 |
1134 | 2024-12-03T22:30:08.085Z | Downloaded castaway v0.2.3 |
1135 | 2024-12-03T22:30:08.088Z | Downloaded console v0.15.8 |
1136 | 2024-12-03T22:30:08.090Z | Downloaded ciborium v0.2.2 |
1137 | 2024-12-03T22:30:08.090Z | Downloaded lru-cache v0.1.2 |
1138 | 2024-12-03T22:30:08.094Z | Downloaded lru v0.12.5 |
1139 | 2024-12-03T22:30:08.094Z | Downloaded lockfree-object-pool v0.1.6 |
1140 | 2024-12-03T22:30:08.096Z | Downloaded lazycell v1.3.0 |
1141 | 2024-12-03T22:30:08.096Z | Downloaded bitfield-struct v0.6.2 |
1142 | 2024-12-03T22:30:08.099Z | Downloaded ipnetwork v0.20.0 |
1143 | 2024-12-03T22:30:08.099Z | Downloaded inout v0.1.3 |
1144 | 2024-12-03T22:30:08.100Z | Downloaded idna_adapter v1.2.0 |
1145 | 2024-12-03T22:30:08.103Z | Downloaded chacha20 v0.9.1 |
1146 | 2024-12-03T22:30:08.103Z | Downloaded hex v0.4.3 |
1147 | 2024-12-03T22:30:08.106Z | Downloaded bitfield v0.14.0 |
1148 | 2024-12-03T22:30:08.106Z | Downloaded buf-list v1.0.3 |
1149 | 2024-12-03T22:30:08.108Z | Downloaded bitflags v1.3.2 |
1150 | 2024-12-03T22:30:08.111Z | Downloaded async-stream-impl v0.3.6 |
1151 | 2024-12-03T22:30:08.111Z | Downloaded hostname v0.3.1 |
1152 | 2024-12-03T22:30:08.114Z | Downloaded block-padding v0.3.3 |
1153 | 2024-12-03T22:30:08.114Z | Downloaded bcrypt-pbkdf v0.10.0 |
1154 | 2024-12-03T22:30:08.114Z | Downloaded bb8 v0.8.5 |
1155 | 2024-12-03T22:30:08.117Z | Downloaded headers-core v0.3.0 |
1156 | 2024-12-03T22:30:08.117Z | Downloaded base64ct v1.6.0 |
1157 | 2024-12-03T22:30:08.120Z | Downloaded base64 v0.13.1 |
1158 | 2024-12-03T22:30:08.296Z | Downloaded libsqlite3-sys v0.30.1 |
1159 | 2024-12-03T22:30:08.784Z | Downloaded ring v0.17.8 |
1160 | 2024-12-03T22:30:08.981Z | Downloaded ring v0.16.20 |
1161 | 2024-12-03T22:30:09.282Z | Downloaded aws-lc-sys v0.22.0 |
1162 | 2024-12-03T22:30:09.583Z | Compiling serde v1.0.215 |
1163 | 2024-12-03T22:30:09.589Z | Compiling lock_api v0.4.12 |
1164 | 2024-12-03T22:30:09.589Z | Compiling scopeguard v1.2.0 |
1165 | 2024-12-03T22:30:09.589Z | Compiling value-bag v1.9.0 |
1166 | 2024-12-03T22:30:09.589Z | Compiling typenum v1.17.0 |
1167 | 2024-12-03T22:30:09.740Z | Compiling generic-array v0.14.7 |
1168 | 2024-12-03T22:30:09.784Z | Compiling syn v2.0.87 |
1169 | 2024-12-03T22:30:09.799Z | Compiling getrandom v0.2.15 |
1170 | 2024-12-03T22:30:09.878Z | Compiling shlex v1.3.0 |
1171 | 2024-12-03T22:30:10.116Z | Compiling rand_core v0.6.4 |
1172 | 2024-12-03T22:30:10.222Z | Compiling log v0.4.22 |
1173 | 2024-12-03T22:30:10.323Z | Compiling subtle v2.6.1 |
1174 | 2024-12-03T22:30:10.349Z | Compiling jobserver v0.1.32 |
1175 | 2024-12-03T22:30:10.370Z | Compiling const-oid v0.9.6 |
1176 | 2024-12-03T22:30:10.637Z | Compiling smallvec v1.13.2 |
1177 | 2024-12-03T22:30:10.659Z | Compiling spin v0.9.8 |
1178 | 2024-12-03T22:30:10.677Z | Compiling pin-project-lite v0.2.14 |
1179 | 2024-12-03T22:30:10.814Z | Compiling cc v1.1.30 |
1180 | 2024-12-03T22:30:11.162Z | Compiling rustix v0.38.37 |
1181 | 2024-12-03T22:30:11.183Z | Compiling parking_lot_core v0.9.10 |
1182 | 2024-12-03T22:30:11.250Z | Compiling futures-core v0.3.31 |
1183 | 2024-12-03T22:30:11.454Z | Compiling signal-hook-registry v1.4.2 |
1184 | 2024-12-03T22:30:11.510Z | Compiling mio v1.0.2 |
1185 | 2024-12-03T22:30:12.096Z | Compiling parking_lot v0.12.3 |
1186 | 2024-12-03T22:30:12.270Z | Compiling aho-corasick v1.1.3 |
1187 | 2024-12-03T22:30:12.311Z | Compiling either v1.13.0 |
1188 | 2024-12-03T22:30:12.483Z | Compiling cpufeatures v0.2.14 |
1189 | 2024-12-03T22:30:12.559Z | Compiling regex-syntax v0.8.5 |
1190 | 2024-12-03T22:30:12.584Z | Compiling lazy_static v1.5.0 |
1191 | 2024-12-03T22:30:12.711Z | Compiling futures-sink v0.3.31 |
1192 | 2024-12-03T22:30:12.776Z | Compiling glob v0.3.1 |
1193 | 2024-12-03T22:30:12.814Z | Compiling stable_deref_trait v1.2.0 |
1194 | 2024-12-03T22:30:12.862Z | Compiling socket2 v0.5.7 |
1195 | 2024-12-03T22:30:12.926Z | Compiling slab v0.4.9 |
1196 | 2024-12-03T22:30:13.086Z | Compiling prettyplease v0.2.25 |
1197 | 2024-12-03T22:30:13.350Z | Compiling minimal-lexical v0.2.1 |
1198 | 2024-12-03T22:30:13.738Z | Compiling libloading v0.8.5 |
1199 | 2024-12-03T22:30:13.831Z | Compiling clang-sys v1.8.1 |
1200 | 2024-12-03T22:30:13.878Z | Compiling nom v7.1.3 |
1201 | 2024-12-03T22:30:13.896Z | Compiling bindgen v0.69.5 |
1202 | 2024-12-03T22:30:14.166Z | Compiling serde_json v1.0.132 |
1203 | 2024-12-03T22:30:14.494Z | Compiling home v0.5.9 |
1204 | 2024-12-03T22:30:14.756Z | Compiling futures-channel v0.3.31 |
1205 | 2024-12-03T22:30:14.781Z | Compiling itertools v0.12.1 |
1206 | 2024-12-03T22:30:15.181Z | Compiling rustc-hash v1.1.0 |
1207 | 2024-12-03T22:30:15.345Z | Compiling allocator-api2 v0.2.18 |
1208 | 2024-12-03T22:30:15.433Z | Compiling lazycell v1.3.0 |
1209 | 2024-12-03T22:30:15.602Z | Compiling pin-utils v0.1.0 |
1210 | 2024-12-03T22:30:15.708Z | Compiling foldhash v0.1.3 |
1211 | 2024-12-03T22:30:15.999Z | Compiling futures-io v0.3.31 |
1212 | 2024-12-03T22:30:16.204Z | Compiling regex-automata v0.4.8 |
1213 | 2024-12-03T22:30:16.326Z | Compiling futures-task v0.3.31 |
1214 | 2024-12-03T22:30:16.633Z | Compiling hashbrown v0.15.0 |
1215 | 2024-12-03T22:30:17.770Z | Compiling synstructure v0.13.1 |
1216 | 2024-12-03T22:30:17.959Z | Compiling cexpr v0.6.0 |
1217 | 2024-12-03T22:30:18.014Z | Compiling cmake v0.1.51 |
1218 | 2024-12-03T22:30:19.046Z | Compiling tinyvec_macros v0.1.1 |
1219 | 2024-12-03T22:30:19.142Z | Compiling libm v0.2.8 |
1220 | 2024-12-03T22:30:19.419Z | Compiling pkg-config v0.3.31 |
1221 | 2024-12-03T22:30:19.448Z | Compiling dunce v1.0.5 |
1222 | 2024-12-03T22:30:19.474Z | Compiling fs_extra v1.3.0 |
1223 | 2024-12-03T22:30:19.603Z | Compiling tinyvec v1.8.0 |
1224 | 2024-12-03T22:30:19.786Z | Compiling num-traits v0.2.19 |
1225 | 2024-12-03T22:30:20.311Z | Compiling ring v0.17.8 |
1226 | 2024-12-03T22:30:21.021Z | Compiling writeable v0.5.5 |
1227 | 2024-12-03T22:30:21.059Z | Compiling unicode-normalization v0.1.24 |
1228 | 2024-12-03T22:30:21.120Z | Compiling litemap v0.7.3 |
1229 | 2024-12-03T22:30:21.494Z | Compiling base64ct v1.6.0 |
1230 | 2024-12-03T22:30:21.516Z | Compiling paste v1.0.15 |
1231 | 2024-12-03T22:30:21.535Z | Compiling unicode-bidi v0.3.17 |
1232 | 2024-12-03T22:30:21.993Z | Compiling regex v1.11.1 |
1233 | 2024-12-03T22:30:22.138Z | Compiling pem-rfc7468 v0.7.0 |
1234 | 2024-12-03T22:30:22.881Z | Compiling httparse v1.9.5 |
1235 | 2024-12-03T22:30:22.907Z | Compiling flagset v0.4.6 |
1236 | 2024-12-03T22:30:23.030Z | Compiling aws-lc-rs v1.10.0 |
1237 | 2024-12-03T22:30:23.483Z | Compiling tracing-core v0.1.32 |
1238 | 2024-12-03T22:30:23.679Z | Compiling icu_locid_transform_data v1.5.0 |
1239 | 2024-12-03T22:30:23.780Z | Compiling crossbeam-utils v0.8.20 |
1240 | 2024-12-03T22:30:24.096Z | Compiling percent-encoding v2.3.1 |
1241 | 2024-12-03T22:30:24.311Z | Compiling rustls-pki-types v1.9.0 |
1242 | 2024-12-03T22:30:24.448Z | Compiling icu_properties_data v1.5.0 |
1243 | 2024-12-03T22:30:24.667Z | Compiling serde_derive v1.0.215 |
1244 | 2024-12-03T22:30:24.706Z | Compiling zeroize_derive v1.4.2 |
1245 | 2024-12-03T22:30:24.811Z | Compiling zerocopy-derive v0.7.35 |
1246 | 2024-12-03T22:30:25.076Z | Compiling tokio-macros v2.4.0 |
1247 | 2024-12-03T22:30:25.405Z | Compiling zerofrom-derive v0.1.4 |
1248 | 2024-12-03T22:30:26.304Z | Compiling zeroize v1.8.1 |
1249 | 2024-12-03T22:30:26.667Z | Compiling yoke-derive v0.7.4 |
1250 | 2024-12-03T22:30:26.723Z | Compiling thiserror-impl v1.0.69 |
1251 | 2024-12-03T22:30:27.112Z | Compiling zerocopy v0.7.35 |
1252 | 2024-12-03T22:30:27.563Z | Compiling futures-macro v0.3.31 |
1253 | 2024-12-03T22:30:27.976Z | Compiling crypto-common v0.1.6 |
1254 | 2024-12-03T22:30:28.213Z | Compiling block-buffer v0.10.4 |
1255 | 2024-12-03T22:30:28.495Z | Compiling digest v0.10.7 |
1256 | 2024-12-03T22:30:28.809Z | Compiling zerovec-derive v0.10.3 |
1257 | 2024-12-03T22:30:28.987Z | Compiling hmac v0.12.1 |
1258 | 2024-12-03T22:30:29.070Z | Compiling block-padding v0.3.3 |
1259 | 2024-12-03T22:30:29.224Z | Compiling displaydoc v0.2.5 |
1260 | 2024-12-03T22:30:29.315Z | Compiling inout v0.1.3 |
1261 | 2024-12-03T22:30:29.568Z | Compiling futures-util v0.3.31 |
1262 | 2024-12-03T22:30:29.600Z | Compiling cipher v0.4.4 |
1263 | 2024-12-03T22:30:29.760Z | Compiling zerofrom v0.1.4 |
1264 | 2024-12-03T22:30:29.818Z | Compiling sha2 v0.10.8 |
1265 | 2024-12-03T22:30:30.011Z | Compiling yoke v0.7.4 |
1266 | 2024-12-03T22:30:30.129Z | Compiling ppv-lite86 v0.2.20 |
1267 | 2024-12-03T22:30:30.233Z | Compiling thiserror v1.0.69 |
1268 | 2024-12-03T22:30:30.371Z | Compiling der_derive v0.7.3 |
1269 | 2024-12-03T22:30:30.398Z | Compiling icu_provider_macros v1.5.0 |
1270 | 2024-12-03T22:30:30.992Z | Compiling tracing-attributes v0.1.27 |
1271 | 2024-12-03T22:30:31.068Z | Compiling rand_chacha v0.3.1 |
1272 | 2024-12-03T22:30:31.550Z | Compiling zerovec v0.10.4 |
1273 | 2024-12-03T22:30:31.567Z | Compiling rand v0.8.5 |
1274 | 2024-12-03T22:30:33.020Z | Compiling der v0.7.9 |
1275 | 2024-12-03T22:30:33.372Z | Compiling tinystr v0.7.6 |
1276 | 2024-12-03T22:30:33.491Z | Compiling icu_collections v1.5.0 |
1277 | 2024-12-03T22:30:33.730Z | Compiling icu_locid v1.5.0 |
1278 | 2024-12-03T22:30:33.749Z | Compiling pest v2.7.14 |
1279 | 2024-12-03T22:30:33.807Z | Compiling salsa20 v0.10.2 |
1280 | 2024-12-03T22:30:34.019Z | Compiling pbkdf2 v0.12.2 |
1281 | 2024-12-03T22:30:34.184Z | Compiling powerfmt v0.2.0 |
1282 | 2024-12-03T22:30:34.593Z | Compiling num-conv v0.1.0 |
1283 | 2024-12-03T22:30:34.869Z | Compiling untrusted v0.9.0 |
1284 | 2024-12-03T22:30:34.889Z | Compiling tracing v0.1.40 |
1285 | 2024-12-03T22:30:34.962Z | Compiling icu_provider v1.5.0 |
1286 | 2024-12-03T22:30:35.031Z | Compiling time-core v0.1.2 |
1287 | 2024-12-03T22:30:35.210Z | Compiling spki v0.7.3 |
1288 | 2024-12-03T22:30:35.394Z | Compiling mirai-annotations v1.12.0 |
1289 | 2024-12-03T22:30:35.585Z | Compiling untrusted v0.7.1 |
1290 | 2024-12-03T22:30:35.605Z | Compiling vcpkg v0.2.15 |
1291 | 2024-12-03T22:30:35.773Z | Compiling icu_locid_transform v1.5.0 |
1292 | 2024-12-03T22:30:35.844Z | Compiling time-macros v0.2.18 |
1293 | 2024-12-03T22:30:36.228Z | Compiling deranged v0.3.11 |
1294 | 2024-12-03T22:30:36.491Z | Compiling pest_meta v2.7.14 |
1295 | 2024-12-03T22:30:36.862Z | Compiling scrypt v0.11.0 |
1296 | 2024-12-03T22:30:37.443Z | Compiling icu_properties v1.5.1 |
1297 | 2024-12-03T22:30:37.872Z | Compiling openssl-sys v0.9.103 |
1298 | 2024-12-03T22:30:38.169Z | Compiling cbc v0.1.2 |
1299 | 2024-12-03T22:30:38.420Z | Compiling aes v0.8.4 |
1300 | 2024-12-03T22:30:38.508Z | Compiling scroll_derive v0.12.0 |
1301 | 2024-12-03T22:30:38.986Z | Compiling bitflags v2.6.0 |
1302 | 2024-12-03T22:30:39.201Z | Compiling bytes v1.8.0 |
1303 | 2024-12-03T22:30:39.934Z | Compiling indexmap v2.6.0 |
1304 | 2024-12-03T22:30:39.997Z | Compiling semver v1.0.23 |
1305 | 2024-12-03T22:30:40.537Z | Compiling tokio v1.40.0 |
1306 | 2024-12-03T22:30:40.810Z | Compiling http v1.1.0 |
1307 | 2024-12-03T22:30:41.333Z | Compiling rustc_version v0.4.1 |
1308 | 2024-12-03T22:30:41.657Z | Compiling atomic-waker v1.1.2 |
1309 | 2024-12-03T22:30:41.852Z | Compiling utf16_iter v1.0.5 |
1310 | 2024-12-03T22:30:42.072Z | Compiling num_threads v0.1.7 |
1311 | 2024-12-03T22:30:42.144Z | Compiling icu_normalizer_data v1.5.0 |
1312 | 2024-12-03T22:30:42.202Z | Compiling utf8_iter v1.0.4 |
1313 | 2024-12-03T22:30:42.260Z | Compiling write16 v1.0.0 |
1314 | 2024-12-03T22:30:42.396Z | Compiling icu_normalizer v1.5.0 |
1315 | 2024-12-03T22:30:42.458Z | Compiling http-body v1.0.1 |
1316 | 2024-12-03T22:30:42.477Z | Compiling time v0.3.36 |
1317 | 2024-12-03T22:30:42.572Z | Compiling scroll v0.12.0 |
1318 | 2024-12-03T22:30:42.697Z | Compiling pkcs5 v0.7.1 |
1319 | 2024-12-03T22:30:42.858Z | Compiling pest_generator v2.7.14 |
1320 | 2024-12-03T22:30:43.157Z | Compiling form_urlencoded v1.2.1 |
1321 | 2024-12-03T22:30:43.226Z | Compiling slog v2.7.0 |
1322 | 2024-12-03T22:30:43.493Z | Compiling which v4.4.2 |
1323 | 2024-12-03T22:30:43.729Z | Compiling try-lock v0.2.5 |
1324 | 2024-12-03T22:30:43.933Z | Compiling want v0.3.1 |
1325 | 2024-12-03T22:30:44.143Z | Compiling goblin v0.8.2 |
1326 | 2024-12-03T22:30:44.277Z | Compiling pkcs8 v0.10.2 |
1327 | 2024-12-03T22:30:44.445Z | Compiling idna_adapter v1.2.0 |
1328 | 2024-12-03T22:30:44.670Z | Compiling httpdate v1.0.3 |
1329 | 2024-12-03T22:30:44.839Z | Compiling pest_derive v2.7.14 |
1330 | 2024-12-03T22:30:44.994Z | Compiling idna v1.0.3 |
1331 | 2024-12-03T22:30:45.121Z | Compiling toml_datetime v0.6.8 |
1332 | 2024-12-03T22:30:45.601Z | Compiling serde_tokenstream v0.2.2 |
1333 | 2024-12-03T22:30:45.641Z | Compiling dtrace-parser v0.2.0 |
1334 | 2024-12-03T22:30:45.855Z | Compiling serde_spanned v0.6.8 |
1335 | 2024-12-03T22:30:46.098Z | Compiling uuid v1.11.0 |
1336 | 2024-12-03T22:30:46.258Z | Compiling rustversion v1.0.17 |
1337 | 2024-12-03T22:30:46.902Z | Compiling foreign-types-shared v0.1.1 |
1338 | 2024-12-03T22:30:46.984Z | Compiling match_cfg v0.1.0 |
1339 | 2024-12-03T22:30:47.016Z | Compiling tower-service v0.3.3 |
1340 | 2024-12-03T22:30:47.084Z | Compiling adler2 v2.0.0 |
1341 | 2024-12-03T22:30:47.151Z | Compiling iana-time-zone v0.1.61 |
1342 | 2024-12-03T22:30:47.292Z | Compiling base64 v0.22.1 |
1343 | 2024-12-03T22:30:47.554Z | Compiling openssl v0.10.66 |
1344 | 2024-12-03T22:30:47.611Z | Compiling chrono v0.4.38 |
1345 | 2024-12-03T22:30:47.892Z | Compiling miniz_oxide v0.8.0 |
1346 | 2024-12-03T22:30:47.895Z | Compiling hostname v0.3.1 |
1347 | 2024-12-03T22:30:47.983Z | Compiling foreign-types v0.3.2 |
1348 | 2024-12-03T22:30:48.078Z | Compiling url v2.5.3 |
1349 | 2024-12-03T22:30:48.156Z | Compiling openssl-macros v0.1.1 |
1350 | 2024-12-03T22:30:48.950Z | Compiling tokio-util v0.7.12 |
1351 | 2024-12-03T22:30:49.455Z | Compiling async-trait v0.1.83 |
1352 | 2024-12-03T22:30:49.482Z | Compiling dirs-sys-next v0.1.2 |
1353 | 2024-12-03T22:30:50.117Z | Compiling h2 v0.4.6 |
1354 | 2024-12-03T22:30:50.151Z | Compiling dof v0.3.0 |
1355 | 2024-12-03T22:30:50.403Z | Compiling native-tls v0.2.12 |
1356 | 2024-12-03T22:30:50.731Z | Compiling data-encoding v2.6.0 |
1357 | 2024-12-03T22:30:51.297Z | Compiling usdt-impl v0.5.0 |
1358 | 2024-12-03T22:30:52.267Z | Compiling syn v1.0.109 |
1359 | 2024-12-03T22:30:52.377Z | Compiling rustls v0.22.4 |
1360 | 2024-12-03T22:30:52.637Z | Compiling rustls v0.23.14 |
1361 | 2024-12-03T22:30:52.885Z | Compiling siphasher v0.3.11 |
1362 | 2024-12-03T22:30:52.986Z | Compiling dirs-next v2.0.0 |
1363 | 2024-12-03T22:30:53.180Z | Compiling http-body-util v0.1.2 |
1364 | 2024-12-03T22:30:53.254Z | Compiling crossbeam-epoch v0.9.18 |
1365 | 2024-12-03T22:30:53.735Z | Compiling heapless v0.7.17 |
1366 | 2024-12-03T22:30:54.036Z | Compiling signature v2.2.0 |
1367 | 2024-12-03T22:30:54.181Z | Compiling sha1 v0.10.6 |
1368 | 2024-12-03T22:30:54.327Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1369 | 2024-12-03T22:30:54.530Z | Compiling serde_derive_internals v0.29.1 |
1370 | 2024-12-03T22:30:54.608Z | Compiling thread_local v1.1.8 |
1371 | 2024-12-03T22:30:54.610Z | Compiling encoding_rs v0.8.34 |
1372 | 2024-12-03T22:30:54.790Z | Compiling multer v3.1.0 |
1373 | 2024-12-03T22:30:55.079Z | Compiling cookie v0.18.1 |
1374 | 2024-12-03T22:30:55.140Z | Compiling rayon-core v1.12.1 |
1375 | 2024-12-03T22:30:55.349Z | Compiling unicode-properties v0.1.3 |
1376 | 2024-12-03T22:30:55.393Z | Compiling gimli v0.31.1 |
1377 | 2024-12-03T22:30:55.761Z | Compiling mime v0.3.17 |
1378 | 2024-12-03T22:30:56.278Z | Compiling schemars v0.8.21 |
1379 | 2024-12-03T22:30:56.407Z | Compiling slog-async v2.8.0 |
1380 | 2024-12-03T22:30:56.605Z | Compiling ipnet v2.10.1 |
1381 | 2024-12-03T22:30:56.913Z | Compiling signal-hook v0.3.17 |
1382 | 2024-12-03T22:30:57.168Z | Compiling hyper v1.5.0 |
1383 | 2024-12-03T22:30:57.333Z | Compiling openssl-probe v0.1.5 |
1384 | 2024-12-03T22:30:57.689Z | Compiling schemars_derive v0.8.21 |
1385 | 2024-12-03T22:30:58.034Z | Compiling toml_edit v0.22.22 |
1386 | 2024-12-03T22:30:58.992Z | Compiling stringprep v0.1.5 |
1387 | 2024-12-03T22:31:00.282Z | Compiling hyper-util v0.1.10 |
1388 | 2024-12-03T22:31:00.661Z | Compiling addr2line v0.24.2 |
1389 | 2024-12-03T22:31:01.396Z | Compiling usdt-attr-macro v0.5.0 |
1390 | 2024-12-03T22:31:01.417Z | Compiling usdt-macro v0.5.0 |
1391 | 2024-12-03T22:31:01.496Z | Compiling crossbeam-deque v0.8.5 |
1392 | 2024-12-03T22:31:01.841Z | Compiling term v0.7.0 |
1393 | 2024-12-03T22:31:02.699Z | Compiling slog-json v2.6.1 |
1394 | 2024-12-03T22:31:02.752Z | Compiling serde_urlencoded v0.7.1 |
1395 | 2024-12-03T22:31:03.039Z | Compiling crossbeam-channel v0.5.13 |
1396 | 2024-12-03T22:31:03.091Z | Compiling curve25519-dalek v4.1.3 |
1397 | 2024-12-03T22:31:03.288Z | Compiling futures-executor v0.3.31 |
1398 | 2024-12-03T22:31:03.373Z | Compiling enum-as-inner v0.6.1 |
1399 | 2024-12-03T22:31:03.395Z | Compiling md-5 v0.10.6 |
1400 | 2024-12-03T22:31:03.644Z | Compiling rustls-pemfile v2.2.0 |
1401 | 2024-12-03T22:31:03.701Z | Compiling async-stream-impl v0.3.6 |
1402 | 2024-12-03T22:31:03.869Z | Compiling num-integer v0.1.46 |
1403 | 2024-12-03T22:31:03.993Z | Compiling idna v0.3.0 |
1404 | 2024-12-03T22:31:04.168Z | Compiling idna v0.4.0 |
1405 | 2024-12-03T22:31:04.450Z | Compiling hash32 v0.2.1 |
1406 | 2024-12-03T22:31:04.678Z | Compiling ff v0.13.0 |
1407 | 2024-12-03T22:31:04.841Z | Compiling is-terminal v0.4.13 |
1408 | 2024-12-03T22:31:04.905Z | Compiling object v0.36.5 |
1409 | 2024-12-03T22:31:04.977Z | Compiling dropshot v0.12.0 |
1410 | 2024-12-03T22:31:05.089Z | Compiling portable-atomic v1.9.0 |
1411 | 2024-12-03T22:31:05.269Z | Compiling take_mut v0.2.2 |
1412 | 2024-12-03T22:31:05.433Z | Compiling smoltcp v0.9.1 |
1413 | 2024-12-03T22:31:05.667Z | Compiling fallible-iterator v0.2.0 |
1414 | 2024-12-03T22:31:05.846Z | Compiling psl-types v2.0.11 |
1415 | 2024-12-03T22:31:06.078Z | Compiling rustc-demangle v0.1.24 |
1416 | 2024-12-03T22:31:06.174Z | Compiling anyhow v1.0.93 |
1417 | 2024-12-03T22:31:06.219Z | Compiling base16ct v0.2.0 |
1418 | 2024-12-03T22:31:06.453Z | Compiling quick-error v1.2.3 |
1419 | 2024-12-03T22:31:06.559Z | Compiling linked-hash-map v0.5.6 |
1420 | 2024-12-03T22:31:06.601Z | Compiling utf-8 v0.7.6 |
1421 | 2024-12-03T22:31:06.622Z | Compiling num-bigint-dig v0.8.4 |
1422 | 2024-12-03T22:31:06.804Z | Compiling dyn-clone v1.0.17 |
1423 | 2024-12-03T22:31:06.930Z | Compiling lru-cache v0.1.2 |
1424 | 2024-12-03T22:31:06.948Z | Compiling tungstenite v0.24.0 |
1425 | 2024-12-03T22:31:07.048Z | Compiling resolv-conf v0.7.0 |
1426 | 2024-12-03T22:31:07.124Z | Compiling sec1 v0.7.3 |
1427 | 2024-12-03T22:31:07.380Z | Compiling postgres-protocol v0.6.7 |
1428 | 2024-12-03T22:31:07.796Z | Compiling publicsuffix v2.2.3 |
1429 | 2024-12-03T22:31:08.138Z | Compiling async-stream v0.3.6 |
1430 | 2024-12-03T22:31:08.447Z | Compiling hickory-proto v0.24.1 |
1431 | 2024-12-03T22:31:08.729Z | Compiling slog-term v2.9.1 |
1432 | 2024-12-03T22:31:09.052Z | Compiling usdt v0.5.0 |
1433 | 2024-12-03T22:31:09.324Z | Compiling group v0.13.0 |
1434 | 2024-12-03T22:31:09.649Z | Compiling num-iter v0.1.45 |
1435 | 2024-12-03T22:31:09.964Z | Compiling futures v0.3.31 |
1436 | 2024-12-03T22:31:09.989Z | Compiling slog-bunyan v2.5.0 |
1437 | 2024-12-03T22:31:10.239Z | Compiling toml v0.8.19 |
1438 | 2024-12-03T22:31:11.972Z | Compiling tokio-native-tls v0.3.1 |
1439 | 2024-12-03T22:31:12.002Z | Compiling camino v1.1.9 |
1440 | 2024-12-03T22:31:12.073Z | Compiling phf_shared v0.11.2 |
1441 | 2024-12-03T22:31:12.255Z | Compiling dropshot_endpoint v0.12.0 |
1442 | 2024-12-03T22:31:12.471Z | Compiling backtrace v0.3.74 |
1443 | 2024-12-03T22:31:13.022Z | Compiling terminal_size v0.4.0 |
1444 | 2024-12-03T22:31:13.064Z | Compiling waitgroup v0.1.2 |
1445 | 2024-12-03T22:31:13.085Z | Compiling openapiv3 v2.0.0 |
1446 | 2024-12-03T22:31:13.249Z | Compiling serde_path_to_error v0.1.16 |
1447 | 2024-12-03T22:31:13.291Z | Compiling hkdf v0.12.4 |
1448 | 2024-12-03T22:31:13.555Z | Compiling crypto-bigint v0.5.5 |
1449 | 2024-12-03T22:31:14.101Z | Compiling webpki-roots v0.26.6 |
1450 | 2024-12-03T22:31:14.329Z | Compiling curve25519-dalek-derive v0.1.1 |
1451 | 2024-12-03T22:31:15.956Z | Compiling zerocopy-derive v0.6.6 |
1452 | 2024-12-03T22:31:16.184Z | Compiling idna v0.5.0 |
1453 | 2024-12-03T22:31:16.464Z | Compiling hubpack_derive v0.1.1 |
1454 | 2024-12-03T22:31:16.976Z | Compiling hostname v0.4.0 |
1455 | 2024-12-03T22:31:17.240Z | Compiling crc32fast v1.4.2 |
1456 | 2024-12-03T22:31:17.346Z | Compiling fs-err v2.11.0 |
1457 | 2024-12-03T22:31:17.539Z | Compiling ahash v0.8.11 |
1458 | 2024-12-03T22:31:17.576Z | Compiling managed v0.8.0 |
1459 | 2024-12-03T22:31:17.636Z | Compiling winnow v0.5.40 |
1460 | 2024-12-03T22:31:17.851Z | Compiling bitflags v1.3.2 |
1461 | 2024-12-03T22:31:17.881Z | Compiling debug-ignore v1.0.5 |
1462 | 2024-12-03T22:31:18.044Z | Compiling clap_builder v4.5.21 |
1463 | 2024-12-03T22:31:18.047Z | Compiling strum_macros v0.25.3 |
1464 | 2024-12-03T22:31:18.325Z | Compiling zerocopy v0.6.6 |
1465 | 2024-12-03T22:31:19.032Z | Compiling console v0.15.8 |
1466 | 2024-12-03T22:31:19.221Z | Compiling flate2 v1.0.34 |
1467 | 2024-12-03T22:31:19.742Z | Compiling hubpack v0.1.2 |
1468 | 2024-12-03T22:31:20.149Z | Compiling cookie_store v0.21.0 |
1469 | 2024-12-03T22:31:20.190Z | Compiling elliptic-curve v0.13.8 |
1470 | 2024-12-03T22:31:20.709Z | Compiling hickory-resolver v0.24.1 |
1471 | 2024-12-03T22:31:21.550Z | Compiling toml_edit v0.19.15 |
1472 | 2024-12-03T22:31:21.852Z | Compiling signal-hook-mio v0.2.4 |
1473 | 2024-12-03T22:31:21.977Z | Compiling phf v0.11.2 |
1474 | 2024-12-03T22:31:22.012Z | Compiling hyper-tls v0.6.0 |
1475 | 2024-12-03T22:31:22.245Z | Compiling rayon v1.10.0 |
1476 | 2024-12-03T22:31:22.334Z | Compiling bzip2 v0.4.4 |
1477 | 2024-12-03T22:31:22.743Z | Compiling postgres-types v0.2.8 |
1478 | 2024-12-03T22:31:24.290Z | Compiling tokio-tungstenite v0.24.0 |
1479 | 2024-12-03T22:31:26.267Z | Compiling ed25519 v2.2.3 |
1480 | 2024-12-03T22:31:27.245Z | Compiling phf_shared v0.10.0 |
1481 | 2024-12-03T22:31:27.667Z | Compiling tokio-stream v0.1.16 |
1482 | 2024-12-03T22:31:27.742Z | Compiling pkcs1 v0.7.5 |
1483 | 2024-12-03T22:31:27.745Z | Compiling serde-big-array v0.5.1 |
1484 | 2024-12-03T22:31:27.997Z | Compiling clap_derive v4.5.18 |
1485 | 2024-12-03T22:31:28.181Z | Compiling rfc6979 v0.4.0 |
1486 | 2024-12-03T22:31:28.382Z | Compiling derive-where v1.2.7 |
1487 | 2024-12-03T22:31:28.560Z | Compiling serde_repr v0.1.19 |
1488 | 2024-12-03T22:31:28.723Z | Compiling float-cmp v0.9.0 |
1489 | 2024-12-03T22:31:28.764Z | Compiling bstr v1.10.0 |
1490 | 2024-12-03T22:31:28.951Z | Compiling sync_wrapper v1.0.1 |
1491 | 2024-12-03T22:31:29.121Z | Compiling unicode-segmentation v1.12.0 |
1492 | 2024-12-03T22:31:29.618Z | Compiling predicates-core v1.0.8 |
1493 | 2024-12-03T22:31:29.788Z | Compiling new_debug_unreachable v1.0.6 |
1494 | 2024-12-03T22:31:29.887Z | Compiling number_prefix v0.4.0 |
1495 | 2024-12-03T22:31:30.000Z | Compiling fixedbitset v0.4.2 |
1496 | 2024-12-03T22:31:30.020Z | Compiling normalize-line-endings v0.3.0 |
1497 | 2024-12-03T22:31:30.109Z | Compiling bit-vec v0.6.3 |
1498 | 2024-12-03T22:31:30.144Z | Compiling precomputed-hash v0.1.1 |
1499 | 2024-12-03T22:31:30.269Z | Compiling static_assertions v1.1.0 |
1500 | 2024-12-03T22:31:30.378Z | Compiling whoami v1.5.2 |
1501 | 2024-12-03T22:31:30.481Z | Compiling difflib v0.4.0 |
1502 | 2024-12-03T22:31:30.539Z | Compiling unicode-width v0.2.0 |
1503 | 2024-12-03T22:31:30.579Z | Compiling bit-set v0.5.3 |
1504 | 2024-12-03T22:31:30.893Z | Compiling tokio-postgres v0.7.12 |
1505 | 2024-12-03T22:31:31.036Z | Compiling indicatif v0.17.9 |
1506 | 2024-12-03T22:31:31.088Z | Compiling predicates v3.1.2 |
1507 | 2024-12-03T22:31:32.082Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1508 | 2024-12-03T22:31:32.202Z | Compiling petgraph v0.6.5 |
1509 | 2024-12-03T22:31:32.901Z | Compiling string_cache v0.8.7 |
1510 | 2024-12-03T22:31:33.122Z | Compiling clap v4.5.21 |
1511 | 2024-12-03T22:31:33.251Z | Compiling similar v2.6.0 |
1512 | 2024-12-03T22:31:33.308Z | Compiling ecdsa v0.16.9 |
1513 | 2024-12-03T22:31:33.404Z | Compiling rsa v0.9.6 |
1514 | 2024-12-03T22:31:34.176Z | Compiling ed25519-dalek v2.1.1 |
1515 | 2024-12-03T22:31:35.483Z | Compiling toml v0.7.8 |
1516 | 2024-12-03T22:31:35.688Z | Compiling zip v0.6.6 |
1517 | 2024-12-03T22:31:36.403Z | Compiling crossterm v0.28.1 |
1518 | 2024-12-03T22:31:37.156Z | Compiling hex v0.4.3 |
1519 | 2024-12-03T22:31:37.238Z | Compiling x509-cert v0.2.5 |
1520 | 2024-12-03T22:31:37.738Z | Compiling itertools v0.10.5 |
1521 | 2024-12-03T22:31:37.779Z | Compiling lalrpop-util v0.19.12 |
1522 | 2024-12-03T22:31:37.799Z | Compiling unicode-xid v0.2.6 |
1523 | 2024-12-03T22:31:37.969Z | Compiling peg-runtime v0.8.3 |
1524 | 2024-12-03T22:31:38.135Z | Compiling strum_macros v0.26.4 |
1525 | 2024-12-03T22:31:38.657Z | Compiling xattr v1.3.1 |
1526 | 2024-12-03T22:31:38.925Z | Compiling filetime v0.2.25 |
1527 | 2024-12-03T22:31:39.256Z | Compiling tar v0.4.42 |
1528 | 2024-12-03T22:31:43.061Z | Compiling strum v0.26.3 |
1529 | 2024-12-03T22:31:46.414Z | Compiling aws-lc-sys v0.22.0 |
1530 | 2024-12-03T22:32:14.651Z | Compiling rustls-webpki v0.102.8 |
1531 | 2024-12-03T22:32:18.048Z | Compiling tokio-rustls v0.25.0 |
1532 | 2024-12-03T22:32:19.705Z | Compiling tokio-rustls v0.26.0 |
1533 | 2024-12-03T22:32:20.108Z | Compiling hyper-rustls v0.27.3 |
1534 | 2024-12-03T22:32:20.459Z | Compiling reqwest v0.12.9 |
1535 | 2024-12-03T22:32:21.874Z | Compiling qorb v0.2.1 |
1536 | 2024-12-03T22:32:26.475Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1537 | 2024-12-03T22:32:26.706Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1538 | 2024-12-03T22:32:32.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
1539 | 2024-12-03T22:32:32.859Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1540 | 2024-12-03T22:32:32.909Z | Dec 03 22:32:31.833 INFO Starting download, target: Cockroach |
1541 | 2024-12-03T22:32:32.909Z | Dec 03 22:32:31.833 INFO Starting download, target: Console |
1542 | 2024-12-03T22:32:32.909Z | Dec 03 22:32:31.833 INFO Starting download, target: Clickhouse |
1543 | 2024-12-03T22:32:32.909Z | Dec 03 22:32:31.833 INFO Starting download, target: DendriteOpenapi |
1544 | 2024-12-03T22:32:32.909Z | Dec 03 22:32:31.833 INFO Starting download, target: DendriteStub |
1545 | 2024-12-03T22:32:32.911Z | Dec 03 22:32:31.833 INFO Starting download, target: MaghemiteMgd |
1546 | 2024-12-03T22:32:32.915Z | Dec 03 22:32:31.833 INFO Starting download, target: TransceiverControl |
1547 | 2024-12-03T22:32:32.915Z | Dec 03 22:32:31.834 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1548 | 2024-12-03T22:32:32.916Z | Dec 03 22:32:31.834 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1549 | 2024-12-03T22:32:32.916Z | Dec 03 22:32:31.834 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1550 | 2024-12-03T22:32:32.916Z | Dec 03 22:32:31.834 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1551 | 2024-12-03T22:32:32.916Z | Dec 03 22:32:31.834 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1552 | 2024-12-03T22:32:32.916Z | Dec 03 22:32:31.834 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1553 | 2024-12-03T22:32:32.916Z | Dec 03 22:32:31.834 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1554 | 2024-12-03T22:32:33.143Z | Dec 03 22:32:32.051 INFO Download complete, target: DendriteOpenapi |
1555 | 2024-12-03T22:32:33.442Z | Dec 03 22:32:32.288 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1556 | 2024-12-03T22:32:33.526Z | Dec 03 22:32:32.353 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1557 | 2024-12-03T22:32:33.816Z | Dec 03 22:32:32.712 INFO Download complete, target: Console |
1558 | 2024-12-03T22:32:33.917Z | Dec 03 22:32:32.838 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1559 | 2024-12-03T22:32:33.990Z | Dec 03 22:32:32.902 INFO Download complete, target: TransceiverControl |
1560 | 2024-12-03T22:32:34.138Z | Dec 03 22:32:33.057 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1561 | 2024-12-03T22:32:34.913Z | Dec 03 22:32:33.837 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1562 | 2024-12-03T22:32:34.913Z | Dec 03 22:32:33.837 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1563 | 2024-12-03T22:32:34.986Z | Dec 03 22:32:33.911 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1564 | 2024-12-03T22:32:36.786Z | Dec 03 22:32:35.688 INFO Download complete, target: MaghemiteMgd |
1565 | 2024-12-03T22:32:36.903Z | Dec 03 22:32:35.818 INFO Download complete, target: DendriteStub |
1566 | 2024-12-03T22:32:42.007Z | Dec 03 22:32:40.930 INFO Checking that binary works, target: Cockroach |
1567 | 2024-12-03T22:32:42.164Z | Dec 03 22:32:41.087 INFO Download complete, target: Cockroach |
1568 | 2024-12-03T22:32:46.887Z | Dec 03 22:32:45.807 INFO Checking that binary works, target: Clickhouse |
1569 | 2024-12-03T22:32:47.016Z | Dec 03 22:32:45.939 INFO Download complete, target: Clickhouse |
1570 | 2024-12-03T22:32:47.035Z | All builder prerequisites installed successfully, and PATH looks valid |
1571 | 2024-12-03T22:32:47.038Z | |
1572 | 2024-12-03T22:32:47.038Z | real 4:47.564724178 |
1573 | 2024-12-03T22:32:47.038Z | user 16:34.563459623 |
1574 | 2024-12-03T22:32:47.038Z | sys 3:15.588717130 |
1575 | 2024-12-03T22:32:47.038Z | trap 0.547790574 |
1576 | 2024-12-03T22:32:47.038Z | tflt 1.572214641 |
1577 | 2024-12-03T22:32:47.038Z | dflt 2.019635407 |
1578 | 2024-12-03T22:32:47.038Z | kflt 0.024649364 |
1579 | 2024-12-03T22:32:47.038Z | lock 29:20.103778841 |
1580 | 2024-12-03T22:32:47.038Z | slp 1:01:39.865912451 |
1581 | 2024-12-03T22:32:47.038Z | lat 58.394093760 |
1582 | 2024-12-03T22:32:47.038Z | stop 2:21.507699269 |
1583 | 2024-12-03T22:32:47.038Z | + banner clippy |
1584 | 2024-12-03T22:32:47.041Z | |
1585 | 2024-12-03T22:32:47.041Z | #### # # ##### ##### # # |
1586 | 2024-12-03T22:32:47.041Z | # # # # # # # # # # |
1587 | 2024-12-03T22:32:47.041Z | # # # # # # # # |
1588 | 2024-12-03T22:32:47.041Z | # # # ##### ##### # |
1589 | 2024-12-03T22:32:47.041Z | # # # # # # # |
1590 | 2024-12-03T22:32:47.041Z | #### ###### # # # # |
1591 | 2024-12-03T22:32:47.041Z | |
1592 | 2024-12-03T22:32:47.041Z | + export CARGO_INCREMENTAL=0 |
1593 | 2024-12-03T22:32:47.041Z | + CARGO_INCREMENTAL=0 |
1594 | 2024-12-03T22:32:47.041Z | + ptime -m cargo xtask clippy |
1595 | 2024-12-03T22:32:47.562Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1596 | 2024-12-03T22:32:51.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
1597 | 2024-12-03T22:32:51.237Z | Running `target/debug/xtask clippy` |
1598 | 2024-12-03T22:32:51.259Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1599 | 2024-12-03T22:32:51.954Z | Downloading crates ... |
1600 | 2024-12-03T22:32:52.312Z | Downloaded plotters v0.3.7 |
1601 | 2024-12-03T22:32:52.321Z | Downloaded approx v0.5.1 |
1602 | 2024-12-03T22:32:52.324Z | Downloaded assert-json-diff v2.0.2 |
1603 | 2024-12-03T22:32:52.327Z | Downloaded anes v0.1.6 |
1604 | 2024-12-03T22:32:52.332Z | Downloaded async-channel v2.3.1 |
1605 | 2024-12-03T22:32:52.335Z | Downloaded async-task v4.7.1 |
1606 | 2024-12-03T22:32:52.338Z | Downloaded async-attributes v1.1.2 |
1607 | 2024-12-03T22:32:52.338Z | Downloaded async-channel v1.9.0 |
1608 | 2024-12-03T22:32:52.342Z | Downloaded async-object-pool v0.1.5 |
1609 | 2024-12-03T22:32:52.342Z | Downloaded assert_cmd v2.0.16 |
1610 | 2024-12-03T22:32:52.344Z | Downloaded async-lock v3.4.0 |
1611 | 2024-12-03T22:32:52.369Z | Downloaded async-global-executor v2.4.1 |
1612 | 2024-12-03T22:32:52.382Z | Downloaded async-io v2.3.4 |
1613 | 2024-12-03T22:32:52.382Z | Downloaded async-executor v1.13.1 |
1614 | 2024-12-03T22:32:52.383Z | Downloaded async-std v1.13.0 |
1615 | 2024-12-03T22:32:52.398Z | Downloaded escape8259 v0.5.3 |
1616 | 2024-12-03T22:32:52.398Z | Downloaded criterion-plot v0.5.0 |
1617 | 2024-12-03T22:32:52.404Z | Downloaded cfg-expr v0.17.0 |
1618 | 2024-12-03T22:32:52.404Z | Downloaded blake2b_simd v1.0.2 |
1619 | 2024-12-03T22:32:52.404Z | Downloaded doc-comment v0.3.3 |
1620 | 2024-12-03T22:32:52.405Z | Downloaded cast v0.3.0 |
1621 | 2024-12-03T22:32:52.405Z | Downloaded blocking v1.6.1 |
1622 | 2024-12-03T22:32:52.405Z | Downloaded pathdiff v0.2.2 |
1623 | 2024-12-03T22:32:52.405Z | Downloaded criterion v0.5.1 |
1624 | 2024-12-03T22:32:52.410Z | Downloaded indoc v2.0.5 |
1625 | 2024-12-03T22:32:52.411Z | Downloaded event-listener v5.3.1 |
1626 | 2024-12-03T22:32:52.415Z | Downloaded concurrent-queue v2.5.0 |
1627 | 2024-12-03T22:32:52.415Z | Downloaded plotters-svg v0.3.7 |
1628 | 2024-12-03T22:32:52.415Z | Downloaded nested v0.1.1 |
1629 | 2024-12-03T22:32:52.415Z | Downloaded parking v2.2.1 |
1630 | 2024-12-03T22:32:52.426Z | Downloaded num_cpus v1.16.0 |
1631 | 2024-12-03T22:32:52.426Z | Downloaded guppy-workspace-hack v0.1.0 |
1632 | 2024-12-03T22:32:52.426Z | Downloaded async-signal v0.2.10 |
1633 | 2024-12-03T22:32:52.426Z | Downloaded rustls-native-certs v0.7.3 |
1634 | 2024-12-03T22:32:52.428Z | Downloaded event-listener-strategy v0.5.2 |
1635 | 2024-12-03T22:32:52.430Z | Downloaded datatest-stable v0.2.9 |
1636 | 2024-12-03T22:32:52.430Z | Downloaded target-triple v0.1.3 |
1637 | 2024-12-03T22:32:52.430Z | Downloaded proc-macro-crate v3.2.0 |
1638 | 2024-12-03T22:32:52.430Z | Downloaded event-listener v2.5.3 |
1639 | 2024-12-03T22:32:52.430Z | Downloaded oorandom v11.1.4 |
1640 | 2024-12-03T22:32:52.430Z | Downloaded async-process v2.3.0 |
1641 | 2024-12-03T22:32:52.432Z | Downloaded serde_regex v1.1.0 |
1642 | 2024-12-03T22:32:52.434Z | Downloaded plotters-backend v0.3.7 |
1643 | 2024-12-03T22:32:52.434Z | Downloaded piper v0.2.4 |
1644 | 2024-12-03T22:32:52.437Z | Downloaded path-tree v0.8.1 |
1645 | 2024-12-03T22:32:52.437Z | Downloaded kv-log-macro v1.0.7 |
1646 | 2024-12-03T22:32:52.441Z | Downloaded threadpool v1.8.1 |
1647 | 2024-12-03T22:32:52.443Z | Downloaded target-spec v3.2.2 |
1648 | 2024-12-03T22:32:52.443Z | Downloaded stringmetrics v2.2.2 |
1649 | 2024-12-03T22:32:52.443Z | Downloaded similar-asserts v1.6.0 |
1650 | 2024-12-03T22:32:52.446Z | Downloaded rust-argon2 v2.1.0 |
1651 | 2024-12-03T22:32:52.448Z | Downloaded partial-io v0.5.4 |
1652 | 2024-12-03T22:32:52.451Z | Downloaded futures-timer v3.0.3 |
1653 | 2024-12-03T22:32:52.453Z | Downloaded libtest-mimic v0.7.3 |
1654 | 2024-12-03T22:32:52.453Z | Downloaded httptest v0.16.1 |
1655 | 2024-12-03T22:32:52.455Z | Downloaded tinytemplate v1.2.1 |
1656 | 2024-12-03T22:32:52.459Z | Downloaded hyper-rustls v0.26.0 |
1657 | 2024-12-03T22:32:52.459Z | Downloaded relative-path v1.9.3 |
1658 | 2024-12-03T22:32:52.461Z | Downloaded trybuild v1.0.101 |
1659 | 2024-12-03T22:32:52.464Z | Downloaded target-lexicon v0.12.16 |
1660 | 2024-12-03T22:32:52.468Z | Downloaded rstest_macros v0.23.0 |
1661 | 2024-12-03T22:32:52.471Z | Downloaded yansi v1.0.1 |
1662 | 2024-12-03T22:32:52.474Z | Downloaded futures-lite v2.3.0 |
1663 | 2024-12-03T22:32:52.477Z | Downloaded fancy-regex v0.13.0 |
1664 | 2024-12-03T22:32:52.477Z | Downloaded pretty_assertions v1.4.1 |
1665 | 2024-12-03T22:32:52.479Z | Downloaded rand_distr v0.4.3 |
1666 | 2024-12-03T22:32:52.481Z | Downloaded guppy v0.17.8 |
1667 | 2024-12-03T22:32:52.486Z | Downloaded rstest v0.23.0 |
1668 | 2024-12-03T22:32:52.492Z | Downloaded polling v3.7.3 |
1669 | 2024-12-03T22:32:52.553Z | Downloaded httpmock v0.8.0-alpha.1 |
1670 | 2024-12-03T22:32:53.336Z | Checking cfg-if v1.0.0 |
1671 | 2024-12-03T22:32:53.414Z | Checking libc v0.2.162 |
1672 | 2024-12-03T22:32:53.434Z | Checking serde v1.0.215 |
1673 | 2024-12-03T22:32:53.457Z | Checking memchr v2.7.4 |
1674 | 2024-12-03T22:32:53.479Z | Checking value-bag v1.9.0 |
1675 | 2024-12-03T22:32:53.502Z | Checking scopeguard v1.2.0 |
1676 | 2024-12-03T22:32:53.525Z | Checking zeroize v1.8.1 |
1677 | 2024-12-03T22:32:53.555Z | Checking smallvec v1.13.2 |
1678 | 2024-12-03T22:32:53.583Z | Checking itoa v1.0.11 |
1679 | 2024-12-03T22:32:53.630Z | Checking lock_api v0.4.12 |
1680 | 2024-12-03T22:32:53.792Z | Checking byteorder v1.5.0 |
1681 | 2024-12-03T22:32:53.822Z | Checking pin-project-lite v0.2.14 |
1682 | 2024-12-03T22:32:53.907Z | Checking log v0.4.22 |
1683 | 2024-12-03T22:32:53.929Z | Checking subtle v2.6.1 |
1684 | 2024-12-03T22:32:53.958Z | Checking once_cell v1.20.2 |
1685 | 2024-12-03T22:32:54.029Z | Checking typenum v1.17.0 |
1686 | 2024-12-03T22:32:54.192Z | Checking futures-core v0.3.31 |
1687 | 2024-12-03T22:32:54.223Z | Checking thiserror v1.0.69 |
1688 | 2024-12-03T22:32:54.264Z | Checking libm v0.2.8 |
1689 | 2024-12-03T22:32:54.341Z | Checking zerocopy v0.7.35 |
1690 | 2024-12-03T22:32:54.371Z | Checking ryu v1.0.18 |
1691 | 2024-12-03T22:32:54.403Z | Checking spin v0.9.8 |
1692 | 2024-12-03T22:32:54.453Z | Checking const-oid v0.9.6 |
1693 | 2024-12-03T22:32:54.498Z | Checking getrandom v0.2.15 |
1694 | 2024-12-03T22:32:54.610Z | Checking parking_lot_core v0.9.10 |
1695 | 2024-12-03T22:32:54.741Z | Checking signal-hook-registry v1.4.2 |
1696 | 2024-12-03T22:32:54.744Z | Checking rand_core v0.6.4 |
1697 | 2024-12-03T22:32:54.962Z | Checking parking_lot v0.12.3 |
1698 | 2024-12-03T22:32:55.009Z | Checking mio v1.0.2 |
1699 | 2024-12-03T22:32:55.088Z | Checking socket2 v0.5.7 |
1700 | 2024-12-03T22:32:55.169Z | Checking num-traits v0.2.19 |
1701 | 2024-12-03T22:32:55.316Z | Checking futures-io v0.3.31 |
1702 | 2024-12-03T22:32:55.337Z | Checking generic-array v0.14.7 |
1703 | 2024-12-03T22:32:55.517Z | Checking slab v0.4.9 |
1704 | 2024-12-03T22:32:55.561Z | Checking allocator-api2 v0.2.18 |
1705 | 2024-12-03T22:32:55.640Z | Checking cpufeatures v0.2.14 |
1706 | 2024-12-03T22:32:55.745Z | Checking futures-sink v0.3.31 |
1707 | 2024-12-03T22:32:55.795Z | Checking pin-utils v0.1.0 |
1708 | 2024-12-03T22:32:55.843Z | Checking foldhash v0.1.3 |
1709 | 2024-12-03T22:32:55.881Z | Checking equivalent v1.0.1 |
1710 | 2024-12-03T22:32:55.906Z | Checking futures-channel v0.3.31 |
1711 | 2024-12-03T22:32:55.991Z | Checking futures-task v0.3.31 |
1712 | 2024-12-03T22:32:56.069Z | Checking stable_deref_trait v1.2.0 |
1713 | 2024-12-03T22:32:56.221Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1714 | 2024-12-03T22:32:56.249Z | Checking iana-time-zone v0.1.61 |
1715 | 2024-12-03T22:32:56.251Z | Checking hashbrown v0.15.0 |
1716 | 2024-12-03T22:32:56.252Z | Checking futures-util v0.3.31 |
1717 | 2024-12-03T22:32:56.378Z | Checking fnv v1.0.7 |
1718 | 2024-12-03T22:32:56.402Z | Checking ppv-lite86 v0.2.20 |
1719 | 2024-12-03T22:32:56.482Z | Checking crypto-common v0.1.6 |
1720 | 2024-12-03T22:32:56.514Z | Checking block-buffer v0.10.4 |
1721 | 2024-12-03T22:32:56.581Z | Checking tracing-core v0.1.32 |
1722 | 2024-12-03T22:32:56.682Z | Checking errno v0.3.9 |
1723 | 2024-12-03T22:32:56.747Z | Checking digest v0.10.7 |
1724 | 2024-12-03T22:32:56.857Z | Checking zerofrom v0.1.4 |
1725 | 2024-12-03T22:32:56.882Z | Checking dyn-clone v1.0.17 |
1726 | 2024-12-03T22:32:57.031Z | Checking block-padding v0.3.3 |
1727 | 2024-12-03T22:32:57.099Z | Checking yoke v0.7.4 |
1728 | 2024-12-03T22:32:57.136Z | Checking crossbeam-utils v0.8.20 |
1729 | 2024-12-03T22:32:57.207Z | Checking rand_chacha v0.3.1 |
1730 | 2024-12-03T22:32:57.246Z | Checking inout v0.1.3 |
1731 | 2024-12-03T22:32:57.273Z | Checking tracing v0.1.40 |
1732 | 2024-12-03T22:32:57.408Z | Checking percent-encoding v2.3.1 |
1733 | 2024-12-03T22:32:57.436Z | Checking zerovec v0.10.4 |
1734 | 2024-12-03T22:32:57.487Z | Checking cipher v0.4.4 |
1735 | 2024-12-03T22:32:57.585Z | Checking rand v0.8.5 |
1736 | 2024-12-03T22:32:57.620Z | Checking litemap v0.7.3 |
1737 | 2024-12-03T22:32:57.647Z | Checking writeable v0.5.5 |
1738 | 2024-12-03T22:32:57.839Z | Checking tinyvec_macros v0.1.1 |
1739 | 2024-12-03T22:32:57.931Z | Checking form_urlencoded v1.2.1 |
1740 | 2024-12-03T22:32:57.955Z | Checking tinyvec v1.8.0 |
1741 | 2024-12-03T22:32:57.980Z | Checking httparse v1.9.5 |
1742 | 2024-12-03T22:32:58.005Z | Checking base64ct v1.6.0 |
1743 | 2024-12-03T22:32:58.142Z | Checking atomic-waker v1.1.2 |
1744 | 2024-12-03T22:32:58.286Z | Checking icu_locid_transform_data v1.5.0 |
1745 | 2024-12-03T22:32:58.338Z | Checking bytes v1.8.0 |
1746 | 2024-12-03T22:32:58.393Z | Checking bitflags v2.6.0 |
1747 | 2024-12-03T22:32:58.435Z | Checking serde_json v1.0.132 |
1748 | 2024-12-03T22:32:58.488Z | Checking indexmap v2.6.0 |
1749 | 2024-12-03T22:32:58.719Z | Checking chrono v0.4.38 |
1750 | 2024-12-03T22:32:58.938Z | Checking rustix v0.38.37 |
1751 | 2024-12-03T22:32:59.111Z | Checking uuid v1.11.0 |
1752 | 2024-12-03T22:32:59.176Z | Checking tokio v1.40.0 |
1753 | 2024-12-03T22:32:59.262Z | Checking http v1.1.0 |
1754 | 2024-12-03T22:32:59.724Z | Checking tinystr v0.7.6 |
1755 | 2024-12-03T22:32:59.751Z | Checking regex-syntax v0.8.5 |
1756 | 2024-12-03T22:33:00.137Z | Checking unicode-normalization v0.1.24 |
1757 | 2024-12-03T22:33:00.140Z | Checking icu_locid v1.5.0 |
1758 | 2024-12-03T22:33:00.598Z | Checking icu_collections v1.5.0 |
1759 | 2024-12-03T22:33:00.831Z | Checking schemars v0.8.21 |
1760 | 2024-12-03T22:33:01.053Z | Checking hmac v0.12.1 |
1761 | 2024-12-03T22:33:01.202Z | Checking icu_provider v1.5.0 |
1762 | 2024-12-03T22:33:01.278Z | Checking untrusted v0.9.0 |
1763 | 2024-12-03T22:33:01.280Z | Checking icu_properties_data v1.5.0 |
1764 | 2024-12-03T22:33:01.454Z | Checking ring v0.17.8 |
1765 | 2024-12-03T22:33:01.584Z | Checking sha2 v0.10.8 |
1766 | 2024-12-03T22:33:01.634Z | Checking aho-corasick v1.1.3 |
1767 | 2024-12-03T22:33:01.900Z | Checking icu_locid_transform v1.5.0 |
1768 | 2024-12-03T22:33:02.192Z | Checking icu_normalizer_data v1.5.0 |
1769 | 2024-12-03T22:33:02.306Z | Checking unicode-ident v1.0.13 |
1770 | 2024-12-03T22:33:02.485Z | Checking utf16_iter v1.0.5 |
1771 | 2024-12-03T22:33:02.527Z | Checking utf8_iter v1.0.4 |
1772 | 2024-12-03T22:33:02.529Z | Checking write16 v1.0.0 |
1773 | 2024-12-03T22:33:02.660Z | Checking unicode-bidi v0.3.17 |
1774 | 2024-12-03T22:33:02.685Z | Checking lazy_static v1.5.0 |
1775 | 2024-12-03T22:33:02.722Z | Checking adler2 v2.0.0 |
1776 | 2024-12-03T22:33:02.806Z | Checking powerfmt v0.2.0 |
1777 | 2024-12-03T22:33:02.877Z | Checking miniz_oxide v0.8.0 |
1778 | 2024-12-03T22:33:02.904Z | Checking icu_properties v1.5.1 |
1779 | 2024-12-03T22:33:03.007Z | Checking num-conv v0.1.0 |
1780 | 2024-12-03T22:33:03.082Z | Checking deranged v0.3.11 |
1781 | 2024-12-03T22:33:03.275Z | Checking rustls-pki-types v1.9.0 |
1782 | 2024-12-03T22:33:03.277Z | Checking regex-automata v0.4.8 |
1783 | 2024-12-03T22:33:03.318Z | Checking time-core v0.1.2 |
1784 | 2024-12-03T22:33:03.362Z | Checking num_threads v0.1.7 |
1785 | 2024-12-03T22:33:03.473Z | Checking proc-macro2 v1.0.89 |
1786 | 2024-12-03T22:33:03.499Z | Checking pem-rfc7468 v0.7.0 |
1787 | 2024-12-03T22:33:03.568Z | Checking untrusted v0.7.1 |
1788 | 2024-12-03T22:33:03.747Z | Checking http-body v1.0.1 |
1789 | 2024-12-03T22:33:03.774Z | Checking aws-lc-sys v0.22.0 |
1790 | 2024-12-03T22:33:03.821Z | Checking try-lock v0.2.5 |
1791 | 2024-12-03T22:33:03.942Z | Checking base64 v0.22.1 |
1792 | 2024-12-03T22:33:03.968Z | Checking httpdate v1.0.3 |
1793 | 2024-12-03T22:33:04.153Z | Checking quote v1.0.37 |
1794 | 2024-12-03T22:33:04.208Z | Checking mirai-annotations v1.12.0 |
1795 | 2024-12-03T22:33:04.404Z | Checking want v0.3.1 |
1796 | 2024-12-03T22:33:04.457Z | Checking flagset v0.4.6 |
1797 | 2024-12-03T22:33:04.517Z | Checking syn v2.0.87 |
1798 | 2024-12-03T22:33:04.601Z | Checking pbkdf2 v0.12.2 |
1799 | 2024-12-03T22:33:04.672Z | Checking der v0.7.9 |
1800 | 2024-12-03T22:33:04.781Z | Checking aes v0.8.4 |
1801 | 2024-12-03T22:33:04.893Z | Checking time v0.3.36 |
1802 | 2024-12-03T22:33:05.753Z | Checking cbc v0.1.2 |
1803 | 2024-12-03T22:33:05.959Z | Checking salsa20 v0.10.2 |
1804 | 2024-12-03T22:33:06.148Z | Checking icu_normalizer v1.5.0 |
1805 | 2024-12-03T22:33:06.198Z | Checking ahash v0.8.11 |
1806 | 2024-12-03T22:33:06.348Z | Checking aws-lc-rs v1.10.0 |
1807 | 2024-12-03T22:33:06.516Z | Checking spki v0.7.3 |
1808 | 2024-12-03T22:33:06.575Z | Checking tokio-util v0.7.12 |
1809 | 2024-12-03T22:33:06.786Z | Checking slog v2.7.0 |
1810 | 2024-12-03T22:33:06.818Z | Checking tower-service v0.3.3 |
1811 | 2024-12-03T22:33:06.951Z | Checking scrypt v0.11.0 |
1812 | 2024-12-03T22:33:06.993Z | Checking idna_adapter v1.2.0 |
1813 | 2024-12-03T22:33:07.194Z | Checking gimli v0.31.1 |
1814 | 2024-12-03T22:33:07.196Z | Checking idna v1.0.3 |
1815 | 2024-12-03T22:33:07.276Z | Checking mime v0.3.17 |
1816 | 2024-12-03T22:33:07.430Z | Checking pkcs5 v0.7.1 |
1817 | 2024-12-03T22:33:07.479Z | Checking h2 v0.4.6 |
1818 | 2024-12-03T22:33:07.603Z | Checking object v0.36.5 |
1819 | 2024-12-03T22:33:07.694Z | Checking url v2.5.3 |
1820 | 2024-12-03T22:33:07.936Z | Checking rustc-demangle v0.1.24 |
1821 | 2024-12-03T22:33:07.939Z | Checking utf8parse v0.2.2 |
1822 | 2024-12-03T22:33:08.116Z | Checking pkcs8 v0.10.2 |
1823 | 2024-12-03T22:33:08.155Z | Checking rustls-webpki v0.102.8 |
1824 | 2024-12-03T22:33:08.374Z | Checking regex v1.11.1 |
1825 | 2024-12-03T22:33:08.437Z | Checking http-body-util v0.1.2 |
1826 | 2024-12-03T22:33:08.488Z | Checking futures-executor v0.3.31 |
1827 | 2024-12-03T22:33:08.726Z | Checking serde_spanned v0.6.8 |
1828 | 2024-12-03T22:33:08.913Z | Checking toml_datetime v0.6.8 |
1829 | 2024-12-03T22:33:08.939Z | Checking ipnet v2.10.1 |
1830 | 2024-12-03T22:33:08.978Z | Checking data-encoding v2.6.0 |
1831 | 2024-12-03T22:33:09.009Z | Checking unicode-width v0.1.14 |
1832 | 2024-12-03T22:33:09.191Z | Checking futures v0.3.31 |
1833 | 2024-12-03T22:33:09.323Z | Checking rustls-pemfile v2.2.0 |
1834 | 2024-12-03T22:33:09.404Z | Checking foreign-types-shared v0.1.1 |
1835 | 2024-12-03T22:33:09.518Z | Checking anstyle v1.0.10 |
1836 | 2024-12-03T22:33:09.520Z | Checking openssl-probe v0.1.5 |
1837 | 2024-12-03T22:33:09.568Z | Checking foreign-types v0.3.2 |
1838 | 2024-12-03T22:33:09.660Z | Checking semver v1.0.23 |
1839 | 2024-12-03T22:33:09.686Z | Checking serde_urlencoded v0.7.1 |
1840 | 2024-12-03T22:33:09.689Z | Checking sha1 v0.10.6 |
1841 | 2024-12-03T22:33:09.877Z | Checking openssl-sys v0.9.103 |
1842 | 2024-12-03T22:33:10.017Z | Checking encoding_rs v0.8.34 |
1843 | 2024-12-03T22:33:10.097Z | Checking rustls v0.23.14 |
1844 | 2024-12-03T22:33:10.123Z | Checking anstyle-parse v0.2.5 |
1845 | 2024-12-03T22:33:10.402Z | Checking camino v1.1.9 |
1846 | 2024-12-03T22:33:10.972Z | Checking is_terminal_polyfill v1.70.1 |
1847 | 2024-12-03T22:33:10.999Z | Checking winnow v0.6.20 |
1848 | 2024-12-03T22:33:11.097Z | Checking colorchoice v1.0.2 |
1849 | 2024-12-03T22:33:11.201Z | Checking addr2line v0.24.2 |
1850 | 2024-12-03T22:33:11.257Z | Checking anstyle-query v1.1.1 |
1851 | 2024-12-03T22:33:11.285Z | Checking openssl v0.10.66 |
1852 | 2024-12-03T22:33:11.405Z | Checking either v1.13.0 |
1853 | 2024-12-03T22:33:11.754Z | Checking anstream v0.6.15 |
1854 | 2024-12-03T22:33:11.797Z | Checking idna v0.3.0 |
1855 | 2024-12-03T22:33:12.127Z | Checking terminal_size v0.4.0 |
1856 | 2024-12-03T22:33:12.312Z | Checking openapiv3 v2.0.0 |
1857 | 2024-12-03T22:33:12.440Z | Checking signature v2.2.0 |
1858 | 2024-12-03T22:33:12.657Z | Checking psl-types v2.0.11 |
1859 | 2024-12-03T22:33:12.690Z | Checking strsim v0.11.1 |
1860 | 2024-12-03T22:33:12.841Z | Checking clap_lex v0.7.2 |
1861 | 2024-12-03T22:33:12.970Z | Checking publicsuffix v2.2.3 |
1862 | 2024-12-03T22:33:13.081Z | Checking clap_builder v4.5.21 |
1863 | 2024-12-03T22:33:13.210Z | Checking cookie v0.18.1 |
1864 | 2024-12-03T22:33:13.719Z | Checking hyper v1.5.0 |
1865 | 2024-12-03T22:33:13.781Z | Checking webpki-roots v0.26.6 |
1866 | 2024-12-03T22:33:13.830Z | Checking backtrace v0.3.74 |
1867 | 2024-12-03T22:33:13.971Z | Checking idna v0.5.0 |
1868 | 2024-12-03T22:33:14.007Z | Checking is-terminal v0.4.13 |
1869 | 2024-12-03T22:33:14.137Z | Checking scroll v0.12.0 |
1870 | 2024-12-03T22:33:14.384Z | Checking anyhow v1.0.93 |
1871 | 2024-12-03T22:33:14.618Z | Checking plain v0.2.3 |
1872 | 2024-12-03T22:33:14.774Z | Checking ucd-trie v0.1.7 |
1873 | 2024-12-03T22:33:14.797Z | Checking goblin v0.8.2 |
1874 | 2024-12-03T22:33:14.876Z | Checking cookie_store v0.21.0 |
1875 | 2024-12-03T22:33:14.983Z | Checking pest v2.7.14 |
1876 | 2024-12-03T22:33:15.563Z | Checking sync_wrapper v1.0.1 |
1877 | 2024-12-03T22:33:15.701Z | Checking hyper-util v0.1.10 |
1878 | 2024-12-03T22:33:15.730Z | Checking pretty-hex v0.4.1 |
1879 | 2024-12-03T22:33:15.733Z | Checking tokio-rustls v0.26.0 |
1880 | 2024-12-03T22:33:15.733Z | Checking base16ct v0.2.0 |
1881 | 2024-12-03T22:33:15.918Z | Checking num-integer v0.1.46 |
1882 | 2024-12-03T22:33:15.958Z | Checking sec1 v0.7.3 |
1883 | 2024-12-03T22:33:16.109Z | Checking clap v4.5.21 |
1884 | 2024-12-03T22:33:16.204Z | Checking ff v0.13.0 |
1885 | 2024-12-03T22:33:16.245Z | Checking thread-id v4.2.2 |
1886 | 2024-12-03T22:33:16.351Z | Checking toml_edit v0.22.22 |
1887 | 2024-12-03T22:33:16.378Z | Checking hkdf v0.12.4 |
1888 | 2024-12-03T22:33:16.407Z | Checking crypto-bigint v0.5.5 |
1889 | 2024-12-03T22:33:16.430Z | Checking group v0.13.0 |
1890 | 2024-12-03T22:33:16.596Z | Checking dirs-sys-next v0.1.2 |
1891 | 2024-12-03T22:33:16.698Z | Checking memmap v0.7.0 |
1892 | 2024-12-03T22:33:16.730Z | Checking native-tls v0.2.12 |
1893 | 2024-12-03T22:33:16.790Z | Checking crc32fast v1.4.2 |
1894 | 2024-12-03T22:33:16.929Z | Checking static_assertions v1.1.0 |
1895 | 2024-12-03T22:33:17.024Z | Checking bitflags v1.3.2 |
1896 | 2024-12-03T22:33:17.053Z | Checking utf-8 v0.7.6 |
1897 | 2024-12-03T22:33:17.073Z | Checking tokio-native-tls v0.3.1 |
1898 | 2024-12-03T22:33:17.138Z | Checking dirs-next v2.0.0 |
1899 | 2024-12-03T22:33:17.267Z | Checking crossbeam-channel v0.5.13 |
1900 | 2024-12-03T22:33:17.292Z | Checking thread_local v1.1.8 |
1901 | 2024-12-03T22:33:17.337Z | Checking unicode-segmentation v1.12.0 |
1902 | 2024-12-03T22:33:17.519Z | Checking dtrace-parser v0.2.0 |
1903 | 2024-12-03T22:33:17.566Z | Checking term v0.7.0 |
1904 | 2024-12-03T22:33:17.733Z | Checking hyper-rustls v0.27.3 |
1905 | 2024-12-03T22:33:17.982Z | Checking hyper-tls v0.6.0 |
1906 | 2024-12-03T22:33:18.009Z | Checking num-iter v0.1.45 |
1907 | 2024-12-03T22:33:18.033Z | Checking crossbeam-epoch v0.9.18 |
1908 | 2024-12-03T22:33:18.056Z | Checking take_mut v0.2.2 |
1909 | 2024-12-03T22:33:18.082Z | Checking match_cfg v0.1.0 |
1910 | 2024-12-03T22:33:18.186Z | Checking slog-term v2.9.1 |
1911 | 2024-12-03T22:33:18.210Z | Checking hostname v0.3.1 |
1912 | 2024-12-03T22:33:18.214Z | Checking slog-async v2.8.0 |
1913 | 2024-12-03T22:33:18.258Z | Checking reqwest v0.12.9 |
1914 | 2024-12-03T22:33:18.342Z | Checking bstr v1.10.0 |
1915 | 2024-12-03T22:33:18.486Z | Checking rfc6979 v0.4.0 |
1916 | 2024-12-03T22:33:18.513Z | Checking hex v0.4.3 |
1917 | 2024-12-03T22:33:18.679Z | Checking winnow v0.5.40 |
1918 | 2024-12-03T22:33:18.706Z | Checking managed v0.8.0 |
1919 | 2024-12-03T22:33:18.981Z | Checking toml v0.8.19 |
1920 | 2024-12-03T22:33:19.038Z | Checking crossbeam-deque v0.8.5 |
1921 | 2024-12-03T22:33:19.090Z | Checking num-bigint-dig v0.8.4 |
1922 | 2024-12-03T22:33:19.218Z | Checking elliptic-curve v0.13.8 |
1923 | 2024-12-03T22:33:19.307Z | Checking flate2 v1.0.34 |
1924 | 2024-12-03T22:33:19.345Z | Checking rustls v0.22.4 |
1925 | 2024-12-03T22:33:19.710Z | Checking pkcs1 v0.7.5 |
1926 | 2024-12-03T22:33:19.741Z | Checking dof v0.3.0 |
1927 | 2024-12-03T22:33:19.899Z | Checking ecdsa v0.16.9 |
1928 | 2024-12-03T22:33:19.948Z | Checking curve25519-dalek v4.1.3 |
1929 | 2024-12-03T22:33:20.104Z | Checking zerocopy v0.6.6 |
1930 | 2024-12-03T22:33:20.135Z | Checking siphasher v0.3.11 |
1931 | 2024-12-03T22:33:20.361Z | Checking usdt-impl v0.5.0 |
1932 | 2024-12-03T22:33:20.454Z | Checking rayon-core v1.12.1 |
1933 | 2024-12-03T22:33:20.585Z | Checking ed25519 v2.2.3 |
1934 | 2024-12-03T22:33:20.892Z | Checking slog-json v2.6.1 |
1935 | 2024-12-03T22:33:20.895Z | Checking signal-hook v0.3.17 |
1936 | 2024-12-03T22:33:20.936Z | Checking usdt v0.5.0 |
1937 | 2024-12-03T22:33:21.140Z | Checking quick-error v1.2.3 |
1938 | 2024-12-03T22:33:21.166Z | Checking debug-ignore v1.0.5 |
1939 | 2024-12-03T22:33:21.217Z | Checking slog-bunyan v2.5.0 |
1940 | 2024-12-03T22:33:21.257Z | Checking multer v3.1.0 |
1941 | 2024-12-03T22:33:21.284Z | Checking rsa v0.9.6 |
1942 | 2024-12-03T22:33:21.286Z | Checking itertools v0.10.5 |
1943 | 2024-12-03T22:33:21.331Z | Checking x509-cert v0.2.5 |
1944 | 2024-12-03T22:33:21.390Z | Checking idna v0.4.0 |
1945 | 2024-12-03T22:33:21.647Z | Checking toml_edit v0.19.15 |
1946 | 2024-12-03T22:33:21.672Z | Checking hubpack v0.1.2 |
1947 | 2024-12-03T22:33:21.852Z | Checking ed25519-dalek v2.1.1 |
1948 | 2024-12-03T22:33:21.989Z | Checking serde_path_to_error v0.1.16 |
1949 | 2024-12-03T22:33:22.220Z | Checking waitgroup v0.1.2 |
1950 | 2024-12-03T22:33:22.249Z | Checking bzip2-sys v0.1.11+1.0.8 |
1951 | 2024-12-03T22:33:22.321Z | Checking async-stream v0.3.6 |
1952 | 2024-12-03T22:33:22.369Z | Checking hostname v0.4.0 |
1953 | 2024-12-03T22:33:22.395Z | Checking bit-vec v0.6.3 |
1954 | 2024-12-03T22:33:22.505Z | Checking bzip2 v0.4.4 |
1955 | 2024-12-03T22:33:22.531Z | Checking hickory-proto v0.24.1 |
1956 | 2024-12-03T22:33:22.632Z | Checking signal-hook-mio v0.2.4 |
1957 | 2024-12-03T22:33:22.726Z | Checking bit-set v0.5.3 |
1958 | 2024-12-03T22:33:22.782Z | Checking console v0.15.8 |
1959 | 2024-12-03T22:33:22.808Z | Checking hash32 v0.2.1 |
1960 | 2024-12-03T22:33:22.932Z | Checking predicates-core v1.0.8 |
1961 | 2024-12-03T22:33:22.982Z | Checking linked-hash-map v0.5.6 |
1962 | 2024-12-03T22:33:23.093Z | Checking tokio-rustls v0.25.0 |
1963 | 2024-12-03T22:33:23.121Z | Checking unicode-properties v0.1.3 |
1964 | 2024-12-03T22:33:23.145Z | Checking heapless v0.7.17 |
1965 | 2024-12-03T22:33:23.326Z | Checking lru-cache v0.1.2 |
1966 | 2024-12-03T22:33:23.358Z | Checking crossterm v0.28.1 |
1967 | 2024-12-03T22:33:23.473Z | Checking dropshot v0.12.0 |
1968 | 2024-12-03T22:33:23.499Z | Checking stringprep v0.1.5 |
1969 | 2024-12-03T22:33:23.529Z | Checking rayon v1.10.0 |
1970 | 2024-12-03T22:33:23.532Z | Checking phf_shared v0.11.2 |
1971 | 2024-12-03T22:33:23.780Z | Checking similar v2.6.0 |
1972 | 2024-12-03T22:33:23.835Z | Checking tokio-stream v0.1.16 |
1973 | 2024-12-03T22:33:24.052Z | Checking toml v0.7.8 |
1974 | 2024-12-03T22:33:24.182Z | Checking md-5 v0.10.6 |
1975 | 2024-12-03T22:33:24.424Z | Checking float-cmp v0.9.0 |
1976 | 2024-12-03T22:33:24.617Z | Checking fallible-iterator v0.2.0 |
1977 | 2024-12-03T22:33:24.642Z | Checking fixedbitset v0.4.2 |
1978 | 2024-12-03T22:33:24.712Z | Checking difflib v0.4.0 |
1979 | 2024-12-03T22:33:24.793Z | Checking normalize-line-endings v0.3.0 |
1980 | 2024-12-03T22:33:24.916Z | Checking petgraph v0.6.5 |
1981 | 2024-12-03T22:33:24.939Z | Checking smoltcp v0.9.1 |
1982 | 2024-12-03T22:33:25.047Z | Checking predicates v3.1.2 |
1983 | 2024-12-03T22:33:25.149Z | Checking phf v0.11.2 |
1984 | 2024-12-03T22:33:25.259Z | Checking postgres-protocol v0.6.7 |
1985 | 2024-12-03T22:33:25.441Z | Checking zip v0.6.6 |
1986 | 2024-12-03T22:33:25.740Z | Checking resolv-conf v0.7.0 |
1987 | 2024-12-03T22:33:25.925Z | Checking phf_shared v0.10.0 |
1988 | 2024-12-03T22:33:26.090Z | Checking tungstenite v0.24.0 |
1989 | 2024-12-03T22:33:26.137Z | Checking fs-err v2.11.0 |
1990 | 2024-12-03T22:33:26.215Z | Checking serde-big-array v0.5.1 |
1991 | 2024-12-03T22:33:26.437Z | Checking portable-atomic v1.9.0 |
1992 | 2024-12-03T22:33:26.475Z | Checking precomputed-hash v0.1.1 |
1993 | 2024-12-03T22:33:26.609Z | Checking minimal-lexical v0.2.1 |
1994 | 2024-12-03T22:33:26.727Z | Checking new_debug_unreachable v1.0.6 |
1995 | 2024-12-03T22:33:26.833Z | Checking number_prefix v0.4.0 |
1996 | 2024-12-03T22:33:27.011Z | Checking unicode-width v0.2.0 |
1997 | 2024-12-03T22:33:27.038Z | Checking lalrpop-util v0.19.12 |
1998 | 2024-12-03T22:33:27.064Z | Checking tokio-tungstenite v0.24.0 |
1999 | 2024-12-03T22:33:27.153Z | Checking nom v7.1.3 |
2000 | 2024-12-03T22:33:27.332Z | Checking string_cache v0.8.7 |
2001 | 2024-12-03T22:33:27.403Z | Checking hickory-resolver v0.24.1 |
2002 | 2024-12-03T22:33:27.462Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2003 | 2024-12-03T22:33:27.491Z | Checking postgres-types v0.2.8 |
2004 | 2024-12-03T22:33:27.522Z | Checking itertools v0.12.1 |
2005 | 2024-12-03T22:33:27.549Z | Checking indicatif v0.17.9 |
2006 | 2024-12-03T22:33:27.619Z | Checking peg-runtime v0.8.3 |
2007 | 2024-12-03T22:33:27.859Z | Checking whoami v1.5.2 |
2008 | 2024-12-03T22:33:28.205Z | Checking tokio-postgres v0.7.12 |
2009 | 2024-12-03T22:33:28.230Z | Compiling hashbrown v0.14.5 |
2010 | 2024-12-03T22:33:28.311Z | Compiling ident_case v1.0.1 |
2011 | 2024-12-03T22:33:28.338Z | Compiling unsafe-libyaml v0.2.11 |
2012 | 2024-12-03T22:33:28.511Z | Compiling darling_core v0.20.10 |
2013 | 2024-12-03T22:33:28.985Z | Checking qorb v0.2.1 |
2014 | 2024-12-03T22:33:29.674Z | Compiling regress v0.10.1 |
2015 | 2024-12-03T22:33:30.079Z | Compiling serde_yaml v0.9.34+deprecated |
2016 | 2024-12-03T22:33:30.337Z | Checking heck v0.5.0 |
2017 | 2024-12-03T22:33:30.541Z | Checking progenitor-client v0.8.0 |
2018 | 2024-12-03T22:33:30.909Z | Checking fastrand v2.1.1 |
2019 | 2024-12-03T22:33:31.269Z | Compiling newtype-uuid v1.1.3 |
2020 | 2024-12-03T22:33:31.296Z | Checking ipnetwork v0.20.0 |
2021 | 2024-12-03T22:33:31.588Z | Compiling structmeta-derive v0.3.0 |
2022 | 2024-12-03T22:33:31.636Z | Checking strum v0.26.3 |
2023 | 2024-12-03T22:33:31.660Z | Compiling dropshot v0.13.0 |
2024 | 2024-12-03T22:33:31.807Z | Checking macaddr v1.0.1 |
2025 | 2024-12-03T22:33:32.024Z | Compiling dropshot_endpoint v0.13.0 |
2026 | 2024-12-03T22:33:32.125Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2027 | 2024-12-03T22:33:32.933Z | Checking tempfile v3.13.0 |
2028 | 2024-12-03T22:33:33.183Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2029 | 2024-12-03T22:33:33.314Z | Checking instant v0.1.13 |
2030 | 2024-12-03T22:33:33.446Z | Compiling typify-impl v0.2.0 |
2031 | 2024-12-03T22:33:33.550Z | Checking regress v0.9.1 |
2032 | 2024-12-03T22:33:34.416Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2033 | 2024-12-03T22:33:34.503Z | Compiling structmeta v0.3.0 |
2034 | 2024-12-03T22:33:34.747Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2035 | 2024-12-03T22:33:34.967Z | Compiling parse-display-derive v0.10.0 |
2036 | 2024-12-03T22:33:35.059Z | Checking backoff v0.4.0 |
2037 | 2024-12-03T22:33:35.210Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2038 | 2024-12-03T22:33:35.363Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2039 | 2024-12-03T22:33:35.366Z | Checking wait-timeout v0.2.0 |
2040 | 2024-12-03T22:33:35.486Z | Compiling darling_macro v0.20.10 |
2041 | 2024-12-03T22:33:35.530Z | Checking rand_xorshift v0.3.0 |
2042 | 2024-12-03T22:33:35.569Z | Checking rusty-fork v0.3.0 |
2043 | 2024-12-03T22:33:35.724Z | Checking unarray v0.1.4 |
2044 | 2024-12-03T22:33:35.887Z | Compiling structmeta-derive v0.2.0 |
2045 | 2024-12-03T22:33:35.890Z | Checking proptest v1.5.0 |
2046 | 2024-12-03T22:33:36.482Z | Compiling darling v0.20.10 |
2047 | 2024-12-03T22:33:36.619Z | Compiling serde_with_macros v3.11.0 |
2048 | 2024-12-03T22:33:37.134Z | Checking camino-tempfile v1.1.1 |
2049 | 2024-12-03T22:33:37.423Z | Compiling proc-macro-error v1.0.4 |
2050 | 2024-12-03T22:33:37.455Z | Compiling proc-macro-crate v1.3.1 |
2051 | 2024-12-03T22:33:38.132Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2052 | 2024-12-03T22:33:38.522Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2053 | 2024-12-03T22:33:38.624Z | Compiling num_enum_derive v0.5.11 |
2054 | 2024-12-03T22:33:38.833Z | Compiling foreign-types-macros v0.2.3 |
2055 | 2024-12-03T22:33:38.919Z | Compiling structmeta v0.2.0 |
2056 | 2024-12-03T22:33:39.367Z | Compiling test-strategy v0.3.1 |
2057 | 2024-12-03T22:33:39.472Z | Checking serde_with v3.11.0 |
2058 | 2024-12-03T22:33:39.729Z | Checking parse-display v0.10.0 |
2059 | 2024-12-03T22:33:39.989Z | Checking foreign-types-shared v0.3.1 |
2060 | 2024-12-03T22:33:40.142Z | Checking foreign-types v0.5.0 |
2061 | 2024-12-03T22:33:40.290Z | Checking tabwriter v1.4.0 |
2062 | 2024-12-03T22:33:40.447Z | Checking cstr-argument v0.1.2 |
2063 | 2024-12-03T22:33:40.538Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2064 | 2024-12-03T22:33:40.629Z | Checking pretty-hex v0.2.1 |
2065 | 2024-12-03T22:33:40.632Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2066 | 2024-12-03T22:33:40.632Z | Checking colored v2.1.0 |
2067 | 2024-12-03T22:33:40.799Z | Checking smf v0.2.3 |
2068 | 2024-12-03T22:33:40.959Z | Compiling crucible-workspace-hack v0.1.0 |
2069 | 2024-12-03T22:33:40.985Z | Compiling zerocopy v0.8.10 |
2070 | 2024-12-03T22:33:41.171Z | Checking num_enum v0.5.11 |
2071 | 2024-12-03T22:33:41.233Z | Checking base64 v0.21.7 |
2072 | 2024-12-03T22:33:41.329Z | Compiling itertools v0.13.0 |
2073 | 2024-12-03T22:33:41.386Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2074 | 2024-12-03T22:33:41.418Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2075 | 2024-12-03T22:33:41.592Z | Compiling zerocopy-derive v0.8.10 |
2076 | 2024-12-03T22:33:41.675Z | Checking termtree v0.4.1 |
2077 | 2024-12-03T22:33:41.728Z | Compiling heapless v0.8.0 |
2078 | 2024-12-03T22:33:41.897Z | Checking predicates-tree v1.0.11 |
2079 | 2024-12-03T22:33:42.075Z | Checking hash32 v0.3.1 |
2080 | 2024-12-03T22:33:42.121Z | Compiling smoltcp v0.11.0 |
2081 | 2024-12-03T22:33:42.274Z | Checking cobs v0.2.3 |
2082 | 2024-12-03T22:33:42.471Z | Checking postcard v1.0.10 |
2083 | 2024-12-03T22:33:42.882Z | Checking sigpipe v0.1.3 |
2084 | 2024-12-03T22:33:43.001Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2085 | 2024-12-03T22:33:43.003Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2086 | 2024-12-03T22:33:43.070Z | Checking atomicwrites v0.4.4 |
2087 | 2024-12-03T22:33:43.180Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2088 | 2024-12-03T22:33:43.276Z | Compiling thiserror v2.0.3 |
2089 | 2024-12-03T22:33:43.381Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2090 | 2024-12-03T22:33:43.411Z | Compiling mockall_derive v0.13.0 |
2091 | 2024-12-03T22:33:43.724Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2092 | 2024-12-03T22:33:43.747Z | Compiling thiserror-impl v2.0.3 |
2093 | 2024-12-03T22:33:44.039Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2094 | 2024-12-03T22:33:44.257Z | Compiling zone_cfg_derive v0.3.0 |
2095 | 2024-12-03T22:33:44.533Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2096 | 2024-12-03T22:33:45.842Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2097 | 2024-12-03T22:33:46.150Z | Compiling num-derive v0.4.2 |
2098 | 2024-12-03T22:33:46.254Z | Checking fragile v2.0.0 |
2099 | 2024-12-03T22:33:46.533Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2100 | 2024-12-03T22:33:46.672Z | Checking downcast v0.11.0 |
2101 | 2024-12-03T22:33:46.873Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2102 | 2024-12-03T22:33:46.898Z | Checking zone v0.3.0 |
2103 | 2024-12-03T22:33:47.132Z | Compiling convert_case v0.4.0 |
2104 | 2024-12-03T22:33:47.683Z | Checking newline-converter v0.3.0 |
2105 | 2024-12-03T22:33:47.850Z | Checking expectorate v1.1.0 |
2106 | 2024-12-03T22:33:47.876Z | Checking tungstenite v0.21.0 |
2107 | 2024-12-03T22:33:48.032Z | Checking same-file v1.0.6 |
2108 | 2024-12-03T22:33:48.092Z | Compiling derive_more v0.99.18 |
2109 | 2024-12-03T22:33:48.202Z | Checking walkdir v2.5.0 |
2110 | 2024-12-03T22:33:48.489Z | Checking arc-swap v1.7.1 |
2111 | 2024-12-03T22:33:48.579Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2112 | 2024-12-03T22:33:48.858Z | Checking tokio-tungstenite v0.21.0 |
2113 | 2024-12-03T22:33:48.941Z | Checking slog-scope v4.4.0 |
2114 | 2024-12-03T22:33:49.048Z | Checking xattr v1.3.1 |
2115 | 2024-12-03T22:33:49.150Z | Checking slog-stdlog v4.1.1 |
2116 | 2024-12-03T22:33:49.254Z | Checking filetime v0.2.25 |
2117 | 2024-12-03T22:33:49.325Z | Checking slog-envlogger v2.2.0 |
2118 | 2024-12-03T22:33:49.360Z | Checking num-rational v0.4.2 |
2119 | 2024-12-03T22:33:49.474Z | Checking tar v0.4.42 |
2120 | 2024-12-03T22:33:49.551Z | Checking num-complex v0.4.6 |
2121 | 2024-12-03T22:33:50.055Z | Checking float-ord v0.3.2 |
2122 | 2024-12-03T22:33:50.215Z | Compiling owo-colors v4.1.0 |
2123 | 2024-12-03T22:33:50.325Z | Compiling cancel-safe-futures v0.1.5 |
2124 | 2024-12-03T22:33:50.433Z | Checking swrite v0.1.0 |
2125 | 2024-12-03T22:33:50.486Z | Checking num v0.4.3 |
2126 | 2024-12-03T22:33:50.569Z | Checking libsw v3.3.1 |
2127 | 2024-12-03T22:33:50.599Z | Checking pem v3.0.4 |
2128 | 2024-12-03T22:33:50.848Z | Checking password-hash v0.5.0 |
2129 | 2024-12-03T22:33:50.874Z | Checking blake2 v0.10.6 |
2130 | 2024-12-03T22:33:51.121Z | Checking indent_write v2.2.0 |
2131 | 2024-12-03T22:33:51.339Z | Checking linear-map v1.2.0 |
2132 | 2024-12-03T22:33:51.364Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2133 | 2024-12-03T22:33:51.384Z | Checking argon2 v0.5.3 |
2134 | 2024-12-03T22:33:51.738Z | Compiling lzma-sys v0.1.20 |
2135 | 2024-12-03T22:33:52.040Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2136 | 2024-12-03T22:33:52.086Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2137 | 2024-12-03T22:33:52.138Z | Checking mockall v0.13.0 |
2138 | 2024-12-03T22:33:52.163Z | Checking headers-core v0.3.0 |
2139 | 2024-12-03T22:33:52.214Z | Compiling typify-macro v0.2.0 |
2140 | 2024-12-03T22:33:52.315Z | Compiling heck v0.3.3 |
2141 | 2024-12-03T22:33:52.362Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2142 | 2024-12-03T22:33:52.430Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2143 | 2024-12-03T22:33:52.477Z | Checking headers v0.4.0 |
2144 | 2024-12-03T22:33:52.675Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2145 | 2024-12-03T22:33:52.749Z | Checking yasna v0.5.2 |
2146 | 2024-12-03T22:33:52.774Z | Compiling zone_cfg_derive v0.1.2 |
2147 | 2024-12-03T22:33:52.806Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2148 | 2024-12-03T22:33:52.991Z | Checking highway v1.2.0 |
2149 | 2024-12-03T22:33:53.437Z | Checking base64 v0.13.1 |
2150 | 2024-12-03T22:33:53.596Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2151 | 2024-12-03T22:33:53.647Z | Checking rcgen v0.12.1 |
2152 | 2024-12-03T22:33:53.848Z | Checking ron v0.7.1 |
2153 | 2024-12-03T22:33:54.081Z | Checking xz2 v0.1.7 |
2154 | 2024-12-03T22:33:54.315Z | Checking zone v0.1.8 |
2155 | 2024-12-03T22:33:54.400Z | Checking subprocess v0.2.9 |
2156 | 2024-12-03T22:33:54.965Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2157 | 2024-12-03T22:33:54.988Z | Checking humantime v2.1.0 |
2158 | 2024-12-03T22:33:55.010Z | Compiling semver v0.1.20 |
2159 | 2024-12-03T22:33:55.159Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2160 | 2024-12-03T22:33:55.293Z | Checking half v2.4.1 |
2161 | 2024-12-03T22:33:55.680Z | Compiling rustc_version v0.1.7 |
2162 | 2024-12-03T22:33:55.763Z | Checking ciborium-io v0.2.2 |
2163 | 2024-12-03T22:33:55.855Z | Checking prettyplease v0.2.25 |
2164 | 2024-12-03T22:33:55.891Z | Checking ciborium-ll v0.2.2 |
2165 | 2024-12-03T22:33:56.211Z | Checking ciborium v0.2.2 |
2166 | 2024-12-03T22:33:56.232Z | Compiling newtype_derive v0.1.6 |
2167 | 2024-12-03T22:33:56.463Z | Compiling typify v0.2.0 |
2168 | 2024-12-03T22:33:56.604Z | Compiling progenitor-impl v0.8.0 |
2169 | 2024-12-03T22:33:56.653Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2170 | 2024-12-03T22:33:58.476Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2171 | 2024-12-03T22:33:58.832Z | Checking steno v0.4.1 |
2172 | 2024-12-03T22:33:59.059Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2173 | 2024-12-03T22:33:59.347Z | Checking display-error-chain v0.2.2 |
2174 | 2024-12-03T22:33:59.536Z | Compiling slog-dtrace v0.3.0 |
2175 | 2024-12-03T22:33:59.622Z | Checking gethostname v0.5.0 |
2176 | 2024-12-03T22:33:59.765Z | Checking nibble_vec v0.1.0 |
2177 | 2024-12-03T22:33:59.974Z | Compiling ring v0.16.20 |
2178 | 2024-12-03T22:34:00.322Z | Compiling blake3 v1.5.4 |
2179 | 2024-12-03T22:34:00.375Z | Checking endian-type v0.1.2 |
2180 | 2024-12-03T22:34:00.608Z | Checking keccak v0.1.5 |
2181 | 2024-12-03T22:34:00.920Z | Checking sha3 v0.10.8 |
2182 | 2024-12-03T22:34:01.013Z | Checking radix_trie v0.2.1 |
2183 | 2024-12-03T22:34:01.320Z | Checking universal-hash v0.5.1 |
2184 | 2024-12-03T22:34:01.445Z | Checking secrecy v0.8.0 |
2185 | 2024-12-03T22:34:01.468Z | Checking opaque-debug v0.3.1 |
2186 | 2024-12-03T22:34:01.510Z | Checking aead v0.5.2 |
2187 | 2024-12-03T22:34:01.568Z | Checking poly1305 v0.8.0 |
2188 | 2024-12-03T22:34:01.631Z | Checking chacha20 v0.9.1 |
2189 | 2024-12-03T22:34:02.011Z | Compiling memmap2 v0.9.5 |
2190 | 2024-12-03T22:34:02.071Z | Compiling arrayvec v0.7.6 |
2191 | 2024-12-03T22:34:02.487Z | Compiling spin v0.5.2 |
2192 | 2024-12-03T22:34:02.487Z | Compiling arrayref v0.3.9 |
2193 | 2024-12-03T22:34:02.619Z | Compiling constant_time_eq v0.3.1 |
2194 | 2024-12-03T22:34:02.654Z | Compiling toolchain_find v0.4.0 |
2195 | 2024-12-03T22:34:02.720Z | Compiling thiserror-impl-no-std v2.0.2 |
2196 | 2024-12-03T22:34:02.769Z | Compiling topological-sort v0.2.2 |
2197 | 2024-12-03T22:34:02.991Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2198 | 2024-12-03T22:34:03.127Z | Compiling rustfmt-wrapper v0.2.1 |
2199 | 2024-12-03T22:34:03.315Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2200 | 2024-12-03T22:34:03.574Z | Checking chacha20poly1305 v0.10.1 |
2201 | 2024-12-03T22:34:03.659Z | Compiling async-recursion v1.1.1 |
2202 | 2024-12-03T22:34:03.722Z | Checking fxhash v0.2.1 |
2203 | 2024-12-03T22:34:03.763Z | Checking bumpalo v3.16.0 |
2204 | 2024-12-03T22:34:03.914Z | Compiling zip v2.1.3 |
2205 | 2024-12-03T22:34:04.002Z | Checking simd-adler32 v0.3.7 |
2206 | 2024-12-03T22:34:04.106Z | Checking lockfree-object-pool v0.1.6 |
2207 | 2024-12-03T22:34:04.250Z | Checking termcolor v1.4.1 |
2208 | 2024-12-03T22:34:04.362Z | Compiling radium v0.7.0 |
2209 | 2024-12-03T22:34:04.385Z | Checking zopfli v0.8.1 |
2210 | 2024-12-03T22:34:04.706Z | Checking maplit v1.0.2 |
2211 | 2024-12-03T22:34:04.830Z | Checking tap v1.0.1 |
2212 | 2024-12-03T22:34:04.888Z | Compiling progenitor-macro v0.8.0 |
2213 | 2024-12-03T22:34:04.891Z | Compiling maybe-uninit v2.0.0 |
2214 | 2024-12-03T22:34:04.989Z | Checking wyz v0.5.1 |
2215 | 2024-12-03T22:34:05.407Z | Compiling packed_struct v0.10.1 |
2216 | 2024-12-03T22:34:05.511Z | Checking home v0.5.9 |
2217 | 2024-12-03T22:34:05.667Z | Checking crc-catalog v2.4.0 |
2218 | 2024-12-03T22:34:05.772Z | Compiling omicron-zone-package v0.11.1 |
2219 | 2024-12-03T22:34:05.812Z | Checking funty v2.0.0 |
2220 | 2024-12-03T22:34:05.899Z | Checking crc v3.2.1 |
2221 | 2024-12-03T22:34:06.005Z | Checking thiserror-no-std v2.0.2 |
2222 | 2024-12-03T22:34:06.130Z | Checking vsss-rs v3.3.4 |
2223 | 2024-12-03T22:34:06.292Z | Compiling const_format_proc_macros v0.2.33 |
2224 | 2024-12-03T22:34:06.386Z | Checking kstat-rs v0.2.4 |
2225 | 2024-12-03T22:34:06.743Z | Compiling packed_struct_codegen v0.10.1 |
2226 | 2024-12-03T22:34:06.809Z | Checking bitvec v1.0.1 |
2227 | 2024-12-03T22:34:07.103Z | Compiling vte_generate_state_changes v0.1.2 |
2228 | 2024-12-03T22:34:07.510Z | Compiling indexmap v1.9.3 |
2229 | 2024-12-03T22:34:07.774Z | Checking nodrop v0.1.14 |
2230 | 2024-12-03T22:34:07.821Z | Compiling libefi-sys v0.1.0 |
2231 | 2024-12-03T22:34:07.898Z | Checking array-init v0.0.4 |
2232 | 2024-12-03T22:34:08.175Z | Checking vte v0.11.1 |
2233 | 2024-12-03T22:34:08.450Z | Checking const_format v0.2.33 |
2234 | 2024-12-03T22:34:08.945Z | Checking smallvec v0.6.14 |
2235 | 2024-12-03T22:34:08.969Z | Checking fd-lock v4.0.2 |
2236 | 2024-12-03T22:34:09.156Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2237 | 2024-12-03T22:34:09.342Z | Compiling bitfield-struct v0.6.2 |
2238 | 2024-12-03T22:34:09.448Z | Checking bitfield v0.14.0 |
2239 | 2024-12-03T22:34:09.540Z | Checking hashbrown v0.12.3 |
2240 | 2024-12-03T22:34:09.607Z | Checking strip-ansi-escapes v0.2.0 |
2241 | 2024-12-03T22:34:09.681Z | Checking serde-hex v0.1.0 |
2242 | 2024-12-03T22:34:09.760Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2243 | 2024-12-03T22:34:10.020Z | Checking env_logger v0.10.2 |
2244 | 2024-12-03T22:34:10.150Z | Checking ron v0.8.1 |
2245 | 2024-12-03T22:34:10.469Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2246 | 2024-12-03T22:34:10.777Z | Checking hashbrown v0.13.2 |
2247 | 2024-12-03T22:34:10.845Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2248 | 2024-12-03T22:34:11.418Z | Checking crc-any v2.5.0 |
2249 | 2024-12-03T22:34:11.441Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2250 | 2024-12-03T22:34:11.490Z | Checking nu-ansi-term v0.50.1 |
2251 | 2024-12-03T22:34:11.574Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2252 | 2024-12-03T22:34:11.834Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2253 | 2024-12-03T22:34:11.919Z | Checking reedline v0.35.0 |
2254 | 2024-12-03T22:34:11.941Z | Checking object v0.30.4 |
2255 | 2024-12-03T22:34:12.102Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2256 | 2024-12-03T22:34:12.247Z | Checking path-slash v0.1.5 |
2257 | 2024-12-03T22:34:12.298Z | Compiling parking_lot_core v0.8.6 |
2258 | 2024-12-03T22:34:12.338Z | Compiling phf_generator v0.11.2 |
2259 | 2024-12-03T22:34:12.397Z | Checking bytecount v0.6.8 |
2260 | 2024-12-03T22:34:12.532Z | Checking glob v0.3.1 |
2261 | 2024-12-03T22:34:12.559Z | Checking papergrid v0.11.0 |
2262 | 2024-12-03T22:34:12.858Z | Compiling phf_codegen v0.11.2 |
2263 | 2024-12-03T22:34:13.088Z | Compiling tabled_derive v0.7.0 |
2264 | 2024-12-03T22:34:13.151Z | Checking parking_lot v0.11.2 |
2265 | 2024-12-03T22:34:13.497Z | Compiling parse-zoneinfo v0.3.1 |
2266 | 2024-12-03T22:34:13.582Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2267 | 2024-12-03T22:34:13.728Z | Compiling cfg_aliases v0.1.1 |
2268 | 2024-12-03T22:34:13.854Z | Compiling nix v0.28.0 |
2269 | 2024-12-03T22:34:14.137Z | Compiling chrono-tz-build v0.4.0 |
2270 | 2024-12-03T22:34:14.695Z | Checking sled v0.34.7 |
2271 | 2024-12-03T22:34:14.718Z | Checking hickory-client v0.24.1 |
2272 | 2024-12-03T22:34:15.391Z | Checking hickory-server v0.24.1 |
2273 | 2024-12-03T22:34:15.598Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2274 | 2024-12-03T22:34:15.655Z | Compiling chrono-tz v0.10.0 |
2275 | 2024-12-03T22:34:15.679Z | Checking tabled v0.15.0 |
2276 | 2024-12-03T22:34:16.317Z | Compiling buf-list v1.0.3 |
2277 | 2024-12-03T22:34:17.539Z | Compiling peg-macros v0.8.4 |
2278 | 2024-12-03T22:34:17.872Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2279 | 2024-12-03T22:34:18.092Z | Compiling sqlparser_derive v0.2.2 |
2280 | 2024-12-03T22:34:18.287Z | Checking unicode_categories v0.1.1 |
2281 | 2024-12-03T22:34:18.596Z | Checking sqlformat v0.2.6 |
2282 | 2024-12-03T22:34:19.193Z | Checking sqlparser v0.45.0 |
2283 | 2024-12-03T22:34:19.444Z | Checking bcs v0.1.6 |
2284 | 2024-12-03T22:34:19.601Z | Checking rustyline v14.0.0 |
2285 | 2024-12-03T22:34:19.930Z | Checking primeorder v0.13.6 |
2286 | 2024-12-03T22:34:20.150Z | Checking progenitor v0.8.0 |
2287 | 2024-12-03T22:34:20.406Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2288 | 2024-12-03T22:34:20.719Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2289 | 2024-12-03T22:34:21.331Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2290 | 2024-12-03T22:34:23.006Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2291 | 2024-12-03T22:34:24.842Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2292 | 2024-12-03T22:34:25.358Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2293 | 2024-12-03T22:34:25.771Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2294 | 2024-12-03T22:34:28.296Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2295 | 2024-12-03T22:34:28.397Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2296 | 2024-12-03T22:34:29.181Z | Checking peg v0.8.4 |
2297 | 2024-12-03T22:34:29.299Z | Compiling unicase v2.7.0 |
2298 | 2024-12-03T22:34:29.435Z | Checking nanorand v0.7.0 |
2299 | 2024-12-03T22:34:29.571Z | Checking atty v0.2.14 |
2300 | 2024-12-03T22:34:29.715Z | Compiling salty v0.3.0 |
2301 | 2024-12-03T22:34:29.817Z | Checking flume v0.11.1 |
2302 | 2024-12-03T22:34:30.165Z | Checking p384 v0.13.0 |
2303 | 2024-12-03T22:34:30.218Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2304 | 2024-12-03T22:34:30.272Z | Compiling mime_guess v2.0.5 |
2305 | 2024-12-03T22:34:30.419Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2306 | 2024-12-03T22:34:30.850Z | Checking env_filter v0.1.2 |
2307 | 2024-12-03T22:34:31.100Z | Checking http-range v0.1.5 |
2308 | 2024-12-03T22:34:31.124Z | Checking env_logger v0.11.5 |
2309 | 2024-12-03T22:34:31.295Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2310 | 2024-12-03T22:34:31.346Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2311 | 2024-12-03T22:34:31.454Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2312 | 2024-12-03T22:34:31.591Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2313 | 2024-12-03T22:34:31.731Z | Compiling dsl_auto_type v0.1.2 |
2314 | 2024-12-03T22:34:31.775Z | Checking scheduled-thread-pool v0.2.7 |
2315 | 2024-12-03T22:34:31.946Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2316 | 2024-12-03T22:34:31.997Z | Compiling diesel_table_macro_syntax v0.2.0 |
2317 | 2024-12-03T22:34:32.115Z | Compiling crunchy v0.2.2 |
2318 | 2024-12-03T22:34:32.377Z | Checking hyper-staticfile v0.10.1 |
2319 | 2024-12-03T22:34:32.438Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2320 | 2024-12-03T22:34:32.643Z | Checking r2d2 v0.8.10 |
2321 | 2024-12-03T22:34:32.881Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2322 | 2024-12-03T22:34:32.937Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2323 | 2024-12-03T22:34:32.980Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2324 | 2024-12-03T22:34:33.398Z | Compiling diesel_derives v2.2.3 |
2325 | 2024-12-03T22:34:33.456Z | Compiling tiny-keccak v2.0.2 |
2326 | 2024-12-03T22:34:33.757Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2327 | 2024-12-03T22:34:33.815Z | Compiling pin-project-internal v1.1.6 |
2328 | 2024-12-03T22:34:34.018Z | Compiling ref-cast v1.0.23 |
2329 | 2024-12-03T22:34:35.146Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2330 | 2024-12-03T22:34:35.344Z | Compiling ascii-canvas v3.0.0 |
2331 | 2024-12-03T22:34:35.440Z | Compiling ena v0.14.3 |
2332 | 2024-12-03T22:34:35.875Z | Compiling ref-cast-impl v1.0.23 |
2333 | 2024-12-03T22:34:35.935Z | Compiling diff v0.1.13 |
2334 | 2024-12-03T22:34:36.648Z | Compiling regex-syntax v0.6.29 |
2335 | 2024-12-03T22:34:37.021Z | Checking pin-project v1.1.6 |
2336 | 2024-12-03T22:34:37.198Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2337 | 2024-12-03T22:34:37.221Z | Checking signal-hook-tokio v0.3.1 |
2338 | 2024-12-03T22:34:37.271Z | Compiling snafu-derive v0.8.5 |
2339 | 2024-12-03T22:34:37.420Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2340 | 2024-12-03T22:34:37.702Z | Compiling derive_builder_core v0.20.2 |
2341 | 2024-12-03T22:34:40.220Z | Compiling lalrpop v0.19.12 |
2342 | 2024-12-03T22:34:41.402Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2343 | 2024-12-03T22:34:42.657Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2344 | 2024-12-03T22:34:42.978Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2345 | 2024-12-03T22:34:45.222Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2346 | 2024-12-03T22:34:45.943Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2347 | 2024-12-03T22:34:46.790Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2348 | 2024-12-03T22:34:47.780Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2349 | 2024-12-03T22:34:48.012Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2350 | 2024-12-03T22:34:48.168Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2351 | 2024-12-03T22:34:48.243Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2352 | 2024-12-03T22:34:49.175Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2353 | 2024-12-03T22:34:49.708Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2354 | 2024-12-03T22:34:50.133Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2355 | 2024-12-03T22:34:50.564Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2356 | 2024-12-03T22:34:50.826Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2357 | 2024-12-03T22:34:50.910Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2358 | 2024-12-03T22:34:51.161Z | Checking diesel v2.2.4 |
2359 | 2024-12-03T22:34:51.213Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2360 | 2024-12-03T22:34:51.386Z | Checking snafu v0.8.5 |
2361 | 2024-12-03T22:34:51.675Z | Checking globset v0.4.15 |
2362 | 2024-12-03T22:34:51.887Z | Checking olpc-cjson v0.1.4 |
2363 | 2024-12-03T22:34:52.166Z | Checking serde_plain v1.0.2 |
2364 | 2024-12-03T22:34:52.441Z | Compiling libxml v0.3.3 |
2365 | 2024-12-03T22:34:52.811Z | Compiling memoffset v0.9.1 |
2366 | 2024-12-03T22:34:53.130Z | Checking typed-path v0.9.3 |
2367 | 2024-12-03T22:34:54.337Z | Compiling derive_builder_macro v0.20.2 |
2368 | 2024-12-03T22:34:55.178Z | Checking tough v0.19.0 |
2369 | 2024-12-03T22:34:55.259Z | Checking tungstenite v0.23.0 |
2370 | 2024-12-03T22:34:55.443Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2371 | 2024-12-03T22:34:56.018Z | Compiling strum_macros v0.24.3 |
2372 | 2024-12-03T22:34:56.275Z | Compiling samael v0.0.17 |
2373 | 2024-12-03T22:34:56.830Z | Checking parse-size v1.1.0 |
2374 | 2024-12-03T22:34:56.911Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2375 | 2024-12-03T22:34:57.014Z | Compiling indoc v1.0.9 |
2376 | 2024-12-03T22:34:57.976Z | Checking tokio-tungstenite v0.23.1 |
2377 | 2024-12-03T22:34:58.445Z | Checking derive_builder v0.20.2 |
2378 | 2024-12-03T22:34:59.613Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2379 | 2024-12-03T22:34:59.636Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2380 | 2024-12-03T22:35:00.112Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2381 | 2024-12-03T22:35:00.344Z | Checking quick-xml v0.33.0 |
2382 | 2024-12-03T22:35:00.380Z | Compiling oso-derive v0.27.3 |
2383 | 2024-12-03T22:35:00.421Z | Compiling impl-trait-for-tuples v0.2.2 |
2384 | 2024-12-03T22:35:00.520Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2385 | 2024-12-03T22:35:01.484Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2386 | 2024-12-03T22:35:01.927Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2387 | 2024-12-03T22:35:02.412Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2388 | 2024-12-03T22:35:02.491Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2389 | 2024-12-03T22:35:02.903Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2390 | 2024-12-03T22:35:03.558Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2391 | 2024-12-03T22:35:04.477Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2392 | 2024-12-03T22:35:05.037Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2393 | 2024-12-03T22:35:05.429Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2394 | 2024-12-03T22:35:08.567Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2395 | 2024-12-03T22:35:08.989Z | Checking nix v0.27.1 |
2396 | 2024-12-03T22:35:10.386Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2397 | 2024-12-03T22:35:10.763Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2398 | 2024-12-03T22:35:11.671Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2399 | 2024-12-03T22:35:13.053Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2400 | 2024-12-03T22:35:13.824Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2401 | 2024-12-03T22:35:14.111Z | Compiling diesel-dtrace v0.3.0 |
2402 | 2024-12-03T22:35:14.873Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2403 | 2024-12-03T22:35:14.920Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2404 | 2024-12-03T22:35:15.214Z | Checking bb8 v0.8.5 |
2405 | 2024-12-03T22:35:15.756Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2406 | 2024-12-03T22:35:16.171Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2407 | 2024-12-03T22:35:16.764Z | Checking heck v0.4.1 |
2408 | 2024-12-03T22:35:16.962Z | Checking rand_seeder v0.3.0 |
2409 | 2024-12-03T22:35:16.995Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2410 | 2024-12-03T22:35:17.109Z | Checking assert_matches v1.5.0 |
2411 | 2024-12-03T22:35:17.133Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2412 | 2024-12-03T22:35:17.196Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2413 | 2024-12-03T22:35:17.222Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2414 | 2024-12-03T22:35:17.418Z | Compiling libz-sys v1.1.20 |
2415 | 2024-12-03T22:35:17.476Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2416 | 2024-12-03T22:35:18.269Z | Checking is_ci v1.2.0 |
2417 | 2024-12-03T22:35:18.313Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2418 | 2024-12-03T22:35:18.424Z | Checking supports-color v3.0.1 |
2419 | 2024-12-03T22:35:18.810Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2420 | 2024-12-03T22:35:18.979Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2421 | 2024-12-03T22:35:19.405Z | Compiling vergen v8.3.2 |
2422 | 2024-12-03T22:35:19.690Z | Compiling cargo-platform v0.1.8 |
2423 | 2024-12-03T22:35:19.750Z | Checking unicode-linebreak v0.1.5 |
2424 | 2024-12-03T22:35:20.178Z | Checking smawk v0.3.2 |
2425 | 2024-12-03T22:35:20.279Z | Compiling cargo_metadata v0.18.1 |
2426 | 2024-12-03T22:35:20.388Z | Checking textwrap v0.16.1 |
2427 | 2024-12-03T22:35:20.496Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2428 | 2024-12-03T22:35:20.785Z | Checking castaway v0.2.3 |
2429 | 2024-12-03T22:35:20.955Z | Compiling libsqlite3-sys v0.30.1 |
2430 | 2024-12-03T22:35:21.042Z | Compiling cfg_aliases v0.2.1 |
2431 | 2024-12-03T22:35:21.064Z | Compiling rustls v0.21.12 |
2432 | 2024-12-03T22:35:21.147Z | Compiling nix v0.29.0 |
2433 | 2024-12-03T22:35:21.522Z | Checking compact_str v0.8.0 |
2434 | 2024-12-03T22:35:22.130Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2435 | 2024-12-03T22:35:22.430Z | Checking unicode-truncate v1.1.0 |
2436 | 2024-12-03T22:35:22.471Z | Checking rustls-webpki v0.101.7 |
2437 | 2024-12-03T22:35:22.636Z | Checking sct v0.7.1 |
2438 | 2024-12-03T22:35:22.841Z | Checking lru v0.12.5 |
2439 | 2024-12-03T22:35:23.046Z | Compiling instability v0.3.2 |
2440 | 2024-12-03T22:35:23.126Z | Checking cassowary v0.3.0 |
2441 | 2024-12-03T22:35:23.980Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2442 | 2024-12-03T22:35:24.002Z | Checking hashlink v0.9.1 |
2443 | 2024-12-03T22:35:24.081Z | Checking ratatui v0.28.1 |
2444 | 2024-12-03T22:35:24.251Z | Checking concurrent-queue v2.5.0 |
2445 | 2024-12-03T22:35:24.601Z | Checking parking v2.2.1 |
2446 | 2024-12-03T22:35:24.624Z | Checking fallible-iterator v0.3.0 |
2447 | 2024-12-03T22:35:24.783Z | Checking plotters-backend v0.3.7 |
2448 | 2024-12-03T22:35:25.151Z | Checking fallible-streaming-iterator v0.1.9 |
2449 | 2024-12-03T22:35:25.272Z | Checking plotters-svg v0.3.7 |
2450 | 2024-12-03T22:35:25.401Z | Checking rusqlite v0.32.1 |
2451 | 2024-12-03T22:35:26.022Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2452 | 2024-12-03T22:35:26.526Z | Checking tokio-rustls v0.24.1 |
2453 | 2024-12-03T22:35:26.618Z | Checking async-bb8-diesel v0.2.1 |
2454 | 2024-12-03T22:35:26.922Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2455 | 2024-12-03T22:35:26.996Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2456 | 2024-12-03T22:35:27.036Z | Checking rustls-pemfile v1.0.4 |
2457 | 2024-12-03T22:35:27.217Z | Checking twox-hash v1.6.3 |
2458 | 2024-12-03T22:35:27.264Z | Checking cast v0.3.0 |
2459 | 2024-12-03T22:35:27.322Z | Checking plotters v0.3.7 |
2460 | 2024-12-03T22:35:27.345Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2461 | 2024-12-03T22:35:27.563Z | Checking criterion-plot v0.5.0 |
2462 | 2024-12-03T22:35:27.647Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2463 | 2024-12-03T22:35:28.093Z | Checking fatfs v0.3.6 |
2464 | 2024-12-03T22:35:28.165Z | Checking tinytemplate v1.2.1 |
2465 | 2024-12-03T22:35:28.501Z | Checking csv-core v0.1.11 |
2466 | 2024-12-03T22:35:28.856Z | Checking shell-words v1.1.0 |
2467 | 2024-12-03T22:35:29.043Z | Checking hex-literal v0.4.1 |
2468 | 2024-12-03T22:35:29.104Z | Checking anes v0.1.6 |
2469 | 2024-12-03T22:35:29.126Z | Checking oorandom v11.1.4 |
2470 | 2024-12-03T22:35:29.152Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2471 | 2024-12-03T22:35:29.297Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2472 | 2024-12-03T22:35:29.318Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2473 | 2024-12-03T22:35:29.442Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2474 | 2024-12-03T22:35:30.004Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2475 | 2024-12-03T22:35:30.560Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2476 | 2024-12-03T22:35:31.172Z | Checking criterion v0.5.1 |
2477 | 2024-12-03T22:35:32.418Z | Checking csv v1.3.0 |
2478 | 2024-12-03T22:35:33.207Z | Checking event-listener v5.3.1 |
2479 | 2024-12-03T22:35:33.305Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2480 | 2024-12-03T22:35:33.638Z | Checking rtoolbox v0.0.2 |
2481 | 2024-12-03T22:35:33.856Z | Checking rpassword v7.3.1 |
2482 | 2024-12-03T22:35:33.891Z | Checking event-listener-strategy v0.5.2 |
2483 | 2024-12-03T22:35:34.033Z | Checking tui-tree-widget v0.22.0 |
2484 | 2024-12-03T22:35:34.095Z | Checking polyval v0.6.2 |
2485 | 2024-12-03T22:35:34.368Z | Checking futures-lite v2.3.0 |
2486 | 2024-12-03T22:35:34.392Z | Checking ghash v0.5.1 |
2487 | 2024-12-03T22:35:34.545Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2488 | 2024-12-03T22:35:35.734Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2489 | 2024-12-03T22:35:35.788Z | Checking ctr v0.9.2 |
2490 | 2024-12-03T22:35:36.101Z | Checking yansi v1.0.1 |
2491 | 2024-12-03T22:35:36.692Z | Checking pretty_assertions v1.4.1 |
2492 | 2024-12-03T22:35:36.912Z | Checking aes-gcm v0.10.3 |
2493 | 2024-12-03T22:35:37.024Z | Checking ssh-encoding v0.2.0 |
2494 | 2024-12-03T22:35:37.168Z | Checking blowfish v0.9.1 |
2495 | 2024-12-03T22:35:37.399Z | Checking bcrypt-pbkdf v0.10.0 |
2496 | 2024-12-03T22:35:37.421Z | Checking ssh-cipher v0.2.0 |
2497 | 2024-12-03T22:35:37.578Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2498 | 2024-12-03T22:35:37.651Z | Checking async-lock v3.4.0 |
2499 | 2024-12-03T22:35:37.686Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2500 | 2024-12-03T22:35:38.581Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2501 | 2024-12-03T22:35:38.585Z | Checking polling v3.7.3 |
2502 | 2024-12-03T22:35:38.989Z | Checking password-hash v0.4.2 |
2503 | 2024-12-03T22:35:39.431Z | Checking matches v0.1.10 |
2504 | 2024-12-03T22:35:39.536Z | Checking idna v0.2.3 |
2505 | 2024-12-03T22:35:40.055Z | Checking pbkdf2 v0.11.0 |
2506 | 2024-12-03T22:35:40.338Z | Checking async-io v2.3.4 |
2507 | 2024-12-03T22:35:40.392Z | Checking ssh-key v0.6.6 |
2508 | 2024-12-03T22:35:41.259Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2509 | 2024-12-03T22:35:42.062Z | Checking p256 v0.13.2 |
2510 | 2024-12-03T22:35:42.154Z | Checking p521 v0.13.3 |
2511 | 2024-12-03T22:35:42.518Z | Checking russh-cryptovec v0.7.3 |
2512 | 2024-12-03T22:35:42.729Z | Compiling enum-as-inner v0.5.1 |
2513 | 2024-12-03T22:35:42.804Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2514 | 2024-12-03T22:35:43.494Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2515 | 2024-12-03T22:35:43.770Z | Checking async-task v4.7.1 |
2516 | 2024-12-03T22:35:44.129Z | Checking md5 v0.7.0 |
2517 | 2024-12-03T22:35:44.254Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2518 | 2024-12-03T22:35:44.415Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2519 | 2024-12-03T22:35:44.922Z | Compiling target-lexicon v0.12.16 |
2520 | 2024-12-03T22:35:45.929Z | Compiling doc-comment v0.3.3 |
2521 | 2024-12-03T22:35:46.593Z | Checking russh-keys v0.45.0 |
2522 | 2024-12-03T22:35:46.701Z | Checking trust-dns-proto v0.22.0 |
2523 | 2024-12-03T22:35:47.969Z | Checking async-channel v2.3.1 |
2524 | 2024-12-03T22:35:48.314Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2525 | 2024-12-03T22:35:49.400Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2526 | 2024-12-03T22:35:50.257Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2527 | 2024-12-03T22:35:50.399Z | Checking piper v0.2.4 |
2528 | 2024-12-03T22:35:50.578Z | Checking num-bigint v0.4.6 |
2529 | 2024-12-03T22:35:50.601Z | Checking des v0.8.1 |
2530 | 2024-12-03T22:35:50.833Z | Compiling dhcproto-macros v0.1.0 |
2531 | 2024-12-03T22:35:51.090Z | Checking futures-timer v3.0.3 |
2532 | 2024-12-03T22:35:51.424Z | Compiling guppy-workspace-hack v0.1.0 |
2533 | 2024-12-03T22:35:51.720Z | Compiling assert_cmd v2.0.16 |
2534 | 2024-12-03T22:35:51.779Z | Checking dhcproto v0.12.0 |
2535 | 2024-12-03T22:35:52.248Z | Checking blocking v1.6.1 |
2536 | 2024-12-03T22:35:53.141Z | Checking russh v0.45.0 |
2537 | 2024-12-03T22:35:53.180Z | Checking async-executor v1.13.1 |
2538 | 2024-12-03T22:35:53.333Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2539 | 2024-12-03T22:35:53.555Z | Checking async-signal v0.2.10 |
2540 | 2024-12-03T22:35:53.862Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2541 | 2024-12-03T22:35:54.230Z | Checking event-listener v2.5.3 |
2542 | 2024-12-03T22:35:54.284Z | Compiling target-spec v3.2.2 |
2543 | 2024-12-03T22:35:54.471Z | Checking internet-checksum v0.2.1 |
2544 | 2024-12-03T22:35:54.878Z | Checking async-channel v1.9.0 |
2545 | 2024-12-03T22:35:55.770Z | Checking async-process v2.3.0 |
2546 | 2024-12-03T22:35:56.188Z | Checking async-global-executor v2.4.1 |
2547 | 2024-12-03T22:35:56.517Z | Checking cfg-expr v0.17.0 |
2548 | 2024-12-03T22:35:57.295Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2549 | 2024-12-03T22:35:57.358Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2550 | 2024-12-03T22:35:57.567Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2551 | 2024-12-03T22:35:58.017Z | Checking httptest v0.16.1 |
2552 | 2024-12-03T22:35:58.714Z | Checking rustls-native-certs v0.7.3 |
2553 | 2024-12-03T22:35:58.844Z | Compiling petname v2.0.2 |
2554 | 2024-12-03T22:35:58.901Z | Checking num_cpus v1.16.0 |
2555 | 2024-12-03T22:35:59.044Z | Checking kv-log-macro v1.0.7 |
2556 | 2024-12-03T22:35:59.198Z | Compiling async-attributes v1.1.2 |
2557 | 2024-12-03T22:36:00.113Z | Checking async-std v1.13.0 |
2558 | 2024-12-03T22:36:02.221Z | Checking threadpool v1.8.1 |
2559 | 2024-12-03T22:36:02.444Z | Checking hyper-rustls v0.26.0 |
2560 | 2024-12-03T22:36:02.825Z | Checking pathdiff v0.2.2 |
2561 | 2024-12-03T22:36:02.849Z | Compiling rstest_macros v0.23.0 |
2562 | 2024-12-03T22:36:02.998Z | Checking escape8259 v0.5.3 |
2563 | 2024-12-03T22:36:03.205Z | Compiling target-triple v0.1.3 |
2564 | 2024-12-03T22:36:03.372Z | Checking nested v0.1.1 |
2565 | 2024-12-03T22:36:03.601Z | Checking guppy v0.17.8 |
2566 | 2024-12-03T22:36:03.782Z | Checking async-object-pool v0.1.5 |
2567 | 2024-12-03T22:36:03.932Z | Checking libtest-mimic v0.7.3 |
2568 | 2024-12-03T22:36:04.448Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2569 | 2024-12-03T22:36:04.707Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2570 | 2024-12-03T22:36:05.020Z | Checking similar-asserts v1.6.0 |
2571 | 2024-12-03T22:36:05.291Z | Checking fancy-regex v0.13.0 |
2572 | 2024-12-03T22:36:05.830Z | Checking serde_regex v1.1.0 |
2573 | 2024-12-03T22:36:06.090Z | Checking assert-json-diff v2.0.2 |
2574 | 2024-12-03T22:36:06.113Z | Compiling proc-macro-crate v3.2.0 |
2575 | 2024-12-03T22:36:06.407Z | Checking path-tree v0.8.1 |
2576 | 2024-12-03T22:36:06.767Z | Checking stringmetrics v2.2.2 |
2577 | 2024-12-03T22:36:07.023Z | Compiling relative-path v1.9.3 |
2578 | 2024-12-03T22:36:07.652Z | Checking sync-ptr v0.1.1 |
2579 | 2024-12-03T22:36:07.728Z | Checking httpmock v0.8.0-alpha.1 |
2580 | 2024-12-03T22:36:07.871Z | Checking datatest-stable v0.2.9 |
2581 | 2024-12-03T22:36:08.342Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2582 | 2024-12-03T22:36:09.746Z | Checking blake2b_simd v1.0.2 |
2583 | 2024-12-03T22:36:10.630Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2584 | 2024-12-03T22:36:11.395Z | Compiling git2 v0.19.0 |
2585 | 2024-12-03T22:36:13.111Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2586 | 2024-12-03T22:36:13.413Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2587 | 2024-12-03T22:36:13.720Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2588 | 2024-12-03T22:36:14.015Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2589 | 2024-12-03T22:36:14.530Z | Checking serde_tokenstream v0.2.2 |
2590 | 2024-12-03T22:36:14.554Z | Checking uzers v0.12.1 |
2591 | 2024-12-03T22:36:15.046Z | Checking rust-argon2 v2.1.0 |
2592 | 2024-12-03T22:36:15.070Z | Checking trybuild v1.0.101 |
2593 | 2024-12-03T22:36:15.478Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2594 | 2024-12-03T22:36:16.507Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2595 | 2024-12-03T22:36:16.905Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2596 | 2024-12-03T22:36:19.053Z | Checking rstest v0.23.0 |
2597 | 2024-12-03T22:36:19.291Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2598 | 2024-12-03T22:36:19.592Z | Checking rand_distr v0.4.3 |
2599 | 2024-12-03T22:36:20.110Z | Checking multimap v0.10.0 |
2600 | 2024-12-03T22:36:20.399Z | Checking approx v0.5.1 |
2601 | 2024-12-03T22:36:20.490Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2602 | 2024-12-03T22:36:20.752Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2603 | 2024-12-03T22:36:21.221Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2604 | 2024-12-03T22:36:21.360Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2605 | 2024-12-03T22:36:21.864Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2606 | 2024-12-03T22:36:22.243Z | Checking partial-io v0.5.4 |
2607 | 2024-12-03T22:36:22.388Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2608 | 2024-12-03T22:36:22.627Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2609 | 2024-12-03T22:36:22.673Z | Checking cargo_toml v0.20.5 |
2610 | 2024-12-03T22:36:23.393Z | Checking termios v0.3.3 |
2611 | 2024-12-03T22:36:23.622Z | Compiling indoc v2.0.5 |
2612 | 2024-12-03T22:36:23.733Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2613 | 2024-12-03T22:36:24.670Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2614 | 2024-12-03T22:36:26.455Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2615 | 2024-12-03T22:36:44.411Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2616 | 2024-12-03T22:36:47.431Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2617 | 2024-12-03T22:36:48.496Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2618 | 2024-12-03T22:37:09.382Z | Compiling polar-core v0.27.3 |
2619 | 2024-12-03T22:37:20.710Z | Checking oso v0.27.3 |
2620 | 2024-12-03T22:37:25.885Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2621 | 2024-12-03T22:37:26.142Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2622 | 2024-12-03T22:37:27.503Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2623 | 2024-12-03T22:38:09.148Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2624 | 2024-12-03T22:38:09.148Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2625 | 2024-12-03T22:38:09.148Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2626 | 2024-12-03T22:39:33.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 42s |
2627 | 2024-12-03T22:39:34.059Z | |
2628 | 2024-12-03T22:39:34.062Z | real 6:46.927384336 |
2629 | 2024-12-03T22:39:34.062Z | user 36:14.131905803 |
2630 | 2024-12-03T22:39:34.062Z | sys 6:45.762037344 |
2631 | 2024-12-03T22:39:34.062Z | trap 0.981349191 |
2632 | 2024-12-03T22:39:34.062Z | tflt 2.087696023 |
2633 | 2024-12-03T22:39:34.062Z | dflt 0.871022359 |
2634 | 2024-12-03T22:39:34.063Z | kflt 0.000818408 |
2635 | 2024-12-03T22:39:34.063Z | lock 52:44.526909491 |
2636 | 2024-12-03T22:39:34.063Z | slp 2:05:30.293903882 |
2637 | 2024-12-03T22:39:34.063Z | lat 1:40.325077934 |
2638 | 2024-12-03T22:39:34.063Z | stop 6:17.598302854 |
2639 | 2024-12-03T22:39:34.063Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2640 | 2024-12-03T22:39:34.063Z | + ptime -m cargo doc --workspace --no-deps |
2641 | 2024-12-03T22:39:35.248Z | warning: output filename collision. |
2642 | 2024-12-03T22:39:35.249Z | 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)`. |
2643 | 2024-12-03T22:39:35.249Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2644 | 2024-12-03T22:39:35.249Z | The targets should have unique names. |
2645 | 2024-12-03T22:39:35.249Z | This is a known bug where multiple crates with the same name use |
2646 | 2024-12-03T22:39:35.249Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2647 | 2024-12-03T22:39:35.686Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2648 | 2024-12-03T22:39:35.755Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2649 | 2024-12-03T22:39:35.774Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2650 | 2024-12-03T22:39:35.813Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2651 | 2024-12-03T22:39:35.836Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2652 | 2024-12-03T22:39:35.862Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2653 | 2024-12-03T22:39:35.862Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2654 | 2024-12-03T22:39:36.070Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2655 | 2024-12-03T22:39:36.104Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2656 | 2024-12-03T22:39:36.126Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2657 | 2024-12-03T22:39:36.147Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2658 | 2024-12-03T22:39:36.404Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2659 | 2024-12-03T22:39:36.446Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2660 | 2024-12-03T22:39:36.714Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2661 | 2024-12-03T22:39:36.890Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2662 | 2024-12-03T22:39:39.446Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2663 | 2024-12-03T22:39:40.630Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2664 | 2024-12-03T22:39:40.954Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2665 | 2024-12-03T22:39:41.190Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2666 | 2024-12-03T22:39:41.230Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2667 | 2024-12-03T22:39:41.411Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2668 | 2024-12-03T22:39:41.525Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2669 | 2024-12-03T22:39:41.754Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2670 | 2024-12-03T22:39:41.902Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2671 | 2024-12-03T22:39:42.185Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2672 | 2024-12-03T22:39:42.239Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2673 | 2024-12-03T22:39:42.659Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2674 | 2024-12-03T22:39:42.824Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2675 | 2024-12-03T22:39:42.886Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2676 | 2024-12-03T22:39:43.120Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2677 | 2024-12-03T22:39:43.158Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2678 | 2024-12-03T22:39:43.372Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2679 | 2024-12-03T22:39:43.434Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2680 | 2024-12-03T22:39:43.456Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2681 | 2024-12-03T22:39:43.769Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2682 | 2024-12-03T22:39:44.090Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2683 | 2024-12-03T22:39:44.366Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2684 | 2024-12-03T22:39:44.387Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2685 | 2024-12-03T22:39:44.775Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2686 | 2024-12-03T22:39:44.821Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2687 | 2024-12-03T22:39:44.843Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2688 | 2024-12-03T22:39:45.564Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2689 | 2024-12-03T22:39:45.943Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2690 | 2024-12-03T22:39:48.066Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2691 | 2024-12-03T22:39:50.321Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2692 | 2024-12-03T22:39:51.107Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2693 | 2024-12-03T22:39:51.389Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2694 | 2024-12-03T22:39:51.585Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2695 | 2024-12-03T22:39:51.661Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2696 | 2024-12-03T22:39:52.655Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2697 | 2024-12-03T22:39:52.848Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2698 | 2024-12-03T22:39:53.189Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2699 | 2024-12-03T22:39:53.779Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2700 | 2024-12-03T22:39:54.081Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2701 | 2024-12-03T22:39:58.995Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2702 | 2024-12-03T22:39:59.866Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2703 | 2024-12-03T22:40:00.694Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2704 | 2024-12-03T22:40:02.089Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2705 | 2024-12-03T22:40:02.559Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2706 | 2024-12-03T22:40:02.631Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2707 | 2024-12-03T22:40:03.075Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2708 | 2024-12-03T22:40:03.215Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2709 | 2024-12-03T22:40:03.733Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2710 | 2024-12-03T22:40:03.831Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2711 | 2024-12-03T22:40:04.804Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2712 | 2024-12-03T22:40:04.959Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2713 | 2024-12-03T22:40:05.325Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2714 | 2024-12-03T22:40:05.455Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2715 | 2024-12-03T22:40:06.008Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2716 | 2024-12-03T22:40:06.442Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2717 | 2024-12-03T22:40:06.849Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2718 | 2024-12-03T22:40:07.029Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2719 | 2024-12-03T22:40:07.289Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2720 | 2024-12-03T22:40:07.365Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2721 | 2024-12-03T22:40:07.651Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2722 | 2024-12-03T22:40:08.283Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2723 | 2024-12-03T22:40:08.718Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2724 | 2024-12-03T22:40:09.307Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2725 | 2024-12-03T22:40:09.328Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2726 | 2024-12-03T22:40:10.479Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2727 | 2024-12-03T22:40:11.034Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2728 | 2024-12-03T22:40:11.197Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2729 | 2024-12-03T22:40:11.328Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2730 | 2024-12-03T22:40:11.688Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2731 | 2024-12-03T22:40:11.857Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2732 | 2024-12-03T22:40:12.089Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2733 | 2024-12-03T22:40:12.345Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2734 | 2024-12-03T22:40:12.727Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2735 | 2024-12-03T22:40:12.758Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2736 | 2024-12-03T22:40:12.908Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2737 | 2024-12-03T22:40:13.266Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2738 | 2024-12-03T22:40:13.489Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2739 | 2024-12-03T22:40:13.511Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2740 | 2024-12-03T22:40:14.705Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2741 | 2024-12-03T22:40:14.738Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2742 | 2024-12-03T22:40:14.977Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2743 | 2024-12-03T22:40:15.184Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2744 | 2024-12-03T22:40:15.281Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2745 | 2024-12-03T22:40:16.217Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2746 | 2024-12-03T22:40:16.487Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2747 | 2024-12-03T22:40:16.666Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2748 | 2024-12-03T22:40:16.832Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2749 | 2024-12-03T22:40:18.074Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2750 | 2024-12-03T22:40:18.176Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2751 | 2024-12-03T22:40:19.100Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2752 | 2024-12-03T22:40:21.015Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2753 | 2024-12-03T22:40:22.238Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2754 | 2024-12-03T22:40:22.426Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2755 | 2024-12-03T22:40:22.976Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2756 | 2024-12-03T22:40:25.394Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2757 | 2024-12-03T22:40:26.238Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2758 | 2024-12-03T22:40:27.357Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2759 | 2024-12-03T22:40:28.594Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2760 | 2024-12-03T22:40:33.645Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2761 | 2024-12-03T22:40:37.598Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2762 | 2024-12-03T22:40:38.038Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2763 | 2024-12-03T22:40:43.412Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2764 | 2024-12-03T22:40:46.872Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2765 | 2024-12-03T22:41:29.227Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2766 | 2024-12-03T22:41:32.962Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2767 | 2024-12-03T22:41:35.856Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2768 | 2024-12-03T22:41:51.481Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2769 | 2024-12-03T22:42:13.526Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2770 | 2024-12-03T22:42:14.703Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2771 | 2024-12-03T22:42:16.411Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2772 | 2024-12-03T22:42:16.697Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2773 | 2024-12-03T22:42:18.648Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2774 | 2024-12-03T22:42:19.497Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2775 | 2024-12-03T22:42:23.483Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2776 | 2024-12-03T22:42:30.186Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2777 | 2024-12-03T22:42:30.234Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2778 | 2024-12-03T22:43:10.446Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2779 | 2024-12-03T22:43:20.676Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2780 | 2024-12-03T22:43:23.295Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2781 | 2024-12-03T22:43:24.416Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2782 | 2024-12-03T22:43:35.792Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2783 | 2024-12-03T22:43:44.976Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2784 | 2024-12-03T22:43:47.978Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2785 | 2024-12-03T22:43:49.705Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2786 | 2024-12-03T22:44:03.106Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2787 | 2024-12-03T22:44:05.878Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2788 | 2024-12-03T22:44:08.426Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2789 | 2024-12-03T22:44:12.800Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2790 | 2024-12-03T22:44:18.413Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2791 | 2024-12-03T22:44:24.077Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2792 | 2024-12-03T22:44:27.501Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2793 | 2024-12-03T22:44:29.010Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2794 | 2024-12-03T22:44:30.575Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2795 | 2024-12-03T22:44:36.616Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2796 | 2024-12-03T22:44:40.255Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2797 | 2024-12-03T22:44:40.407Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2798 | 2024-12-03T22:44:44.609Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2799 | 2024-12-03T22:44:56.837Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2800 | 2024-12-03T22:44:57.166Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2801 | 2024-12-03T22:44:57.499Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2802 | 2024-12-03T22:44:58.186Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2803 | 2024-12-03T22:45:08.830Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2804 | 2024-12-03T22:45:09.891Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2805 | 2024-12-03T22:45:17.704Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2806 | 2024-12-03T22:45:17.731Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2807 | 2024-12-03T22:45:21.366Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2808 | 2024-12-03T22:45:23.401Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2809 | 2024-12-03T22:45:25.166Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2810 | 2024-12-03T22:45:26.711Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2811 | 2024-12-03T22:45:30.935Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2812 | 2024-12-03T22:45:39.851Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2813 | 2024-12-03T22:45:44.607Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2814 | 2024-12-03T22:45:44.948Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2815 | 2024-12-03T22:45:45.448Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2816 | 2024-12-03T22:45:45.906Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2817 | 2024-12-03T22:45:47.290Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2818 | 2024-12-03T22:45:53.724Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2819 | 2024-12-03T22:46:01.286Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2820 | 2024-12-03T22:46:02.362Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2821 | 2024-12-03T22:46:05.531Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2822 | 2024-12-03T22:46:08.449Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2823 | 2024-12-03T22:46:08.879Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2824 | 2024-12-03T22:46:10.405Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2825 | 2024-12-03T22:46:11.230Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2826 | 2024-12-03T22:46:17.776Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2827 | 2024-12-03T22:46:22.134Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2828 | 2024-12-03T22:46:23.121Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2829 | 2024-12-03T22:46:24.028Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2830 | 2024-12-03T22:46:24.459Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2831 | 2024-12-03T22:46:33.529Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2832 | 2024-12-03T22:46:35.733Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2833 | 2024-12-03T22:46:37.869Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2834 | 2024-12-03T22:46:42.888Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2835 | 2024-12-03T22:46:43.762Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2836 | 2024-12-03T22:46:50.038Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2837 | 2024-12-03T22:46:52.017Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2838 | 2024-12-03T22:46:53.199Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2839 | 2024-12-03T22:46:53.993Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2840 | 2024-12-03T22:46:57.143Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2841 | 2024-12-03T22:46:58.556Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2842 | 2024-12-03T22:46:59.491Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2843 | 2024-12-03T22:47:02.363Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2844 | 2024-12-03T22:47:07.500Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2845 | 2024-12-03T22:47:15.216Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2846 | 2024-12-03T22:47:18.025Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2847 | 2024-12-03T22:47:19.552Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2848 | 2024-12-03T22:47:20.304Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2849 | 2024-12-03T22:47:20.551Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2850 | 2024-12-03T22:47:22.744Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2851 | 2024-12-03T22:47:23.041Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2852 | 2024-12-03T22:47:23.875Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2853 | 2024-12-03T22:47:25.426Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2854 | 2024-12-03T22:47:30.156Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2855 | 2024-12-03T22:47:32.101Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2856 | 2024-12-03T22:47:34.280Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2857 | 2024-12-03T22:47:36.716Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2858 | 2024-12-03T22:47:39.778Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2859 | 2024-12-03T22:47:40.669Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2860 | 2024-12-03T22:47:43.710Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2861 | 2024-12-03T22:47:44.320Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2862 | 2024-12-03T22:47:48.631Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2863 | 2024-12-03T22:47:49.012Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2864 | 2024-12-03T22:47:49.356Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2865 | 2024-12-03T22:47:50.359Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2866 | 2024-12-03T22:47:53.930Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2867 | 2024-12-03T22:47:54.370Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2868 | 2024-12-03T22:47:55.093Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2869 | 2024-12-03T22:47:55.425Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2870 | 2024-12-03T22:47:59.025Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2871 | 2024-12-03T22:48:00.183Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2872 | 2024-12-03T22:48:01.284Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2873 | 2024-12-03T22:48:01.496Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2874 | 2024-12-03T22:48:01.862Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2875 | 2024-12-03T22:48:03.437Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2876 | 2024-12-03T22:48:27.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 53s |
2877 | 2024-12-03T22:48:27.674Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 140 other files |
2878 | 2024-12-03T22:48:27.741Z | |
2879 | 2024-12-03T22:48:27.741Z | real 8:53.519207319 |
2880 | 2024-12-03T22:48:27.741Z | user 26:36.035802960 |
2881 | 2024-12-03T22:48:27.741Z | sys 41:22.920303765 |
2882 | 2024-12-03T22:48:27.741Z | trap 0.412613703 |
2883 | 2024-12-03T22:48:27.744Z | tflt 0.140864969 |
2884 | 2024-12-03T22:48:27.744Z | dflt 0.207944752 |
2885 | 2024-12-03T22:48:27.744Z | kflt 0.000016706 |
2886 | 2024-12-03T22:48:27.744Z | lock 1:29:25.913668174 |
2887 | 2024-12-03T22:48:27.744Z | slp 2:32:54.965779173 |
2888 | 2024-12-03T22:48:27.744Z | lat 1:15.662642040 |
2889 | 2024-12-03T22:48:27.744Z | stop 1:09.621752526 |
2890 | 2024-12-03T22:48:27.744Z | process exited: duration 1228205 ms, exit code 0 |
|
2891 | 2024-12-03T22:48:27.750Z | found 0 output files |