|
|
|
1 | 2024-11-20T23:20:39.065Z | job assigned to worker 01JD5Y00117ARAADSWQXGT1125 [factory aws, i-0ba6a9237dcab20d2] (queued for 55 s) |
|
2 | 2024-11-20T23:20:46.795Z | starting task 0: "setup" |
3 | 2024-11-20T23:20:46.804Z | ++ uname -s |
4 | 2024-11-20T23:20:46.807Z | + kern=SunOS |
5 | 2024-11-20T23:20:46.807Z | + case "$kern" in |
6 | 2024-11-20T23:20:46.807Z | + groupadd -g 12345 build |
7 | 2024-11-20T23:20:46.810Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-20T23:20:48.816Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-20T23:20:48.969Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-20T23:20:48.971Z | + home_fs=zfs |
11 | 2024-11-20T23:20:48.971Z | + [[ zfs == autofs ]] |
12 | 2024-11-20T23:20:48.971Z | + mkdir -p /home/build |
13 | 2024-11-20T23:20:48.973Z | + chown build:build /home/build /work |
14 | 2024-11-20T23:20:50.975Z | + chmod 0700 /home/build /work |
15 | 2024-11-20T23:20:50.978Z | process exited: duration 4184 ms, exit code 0 |
|
16 | 2024-11-20T23:20:50.983Z | starting task 1: "rust-toolchain" |
17 | 2024-11-20T23:20:50.988Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-20T23:20:50.988Z | ' 1.81.0 |
19 | 2024-11-20T23:20:50.988Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-20T23:20:50.988Z | ' default |
21 | 2024-11-20T23:20:50.988Z | * toolchain channel = "1.81.0" |
22 | 2024-11-20T23:20:50.988Z | * toolchain profile = "default" |
23 | 2024-11-20T23:20:50.992Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-20T23:20:50.992Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-20T23:20:51.095Z | info: downloading installer |
26 | 2024-11-20T23:20:52.464Z | info: profile set to 'default' |
27 | 2024-11-20T23:20:52.464Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-20T23:20:52.467Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-20T23:20:52.630Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-20T23:20:52.630Z | info: downloading component 'cargo' |
31 | 2024-11-20T23:20:53.565Z | info: downloading component 'clippy' |
32 | 2024-11-20T23:20:53.923Z | info: downloading component 'rust-docs' |
33 | 2024-11-20T23:20:55.221Z | info: downloading component 'rust-std' |
34 | 2024-11-20T23:20:57.249Z | info: downloading component 'rustc' |
35 | 2024-11-20T23:21:04.499Z | info: downloading component 'rustfmt' |
36 | 2024-11-20T23:21:04.774Z | info: installing component 'cargo' |
37 | 2024-11-20T23:21:05.583Z | info: installing component 'clippy' |
38 | 2024-11-20T23:21:05.941Z | info: installing component 'rust-docs' |
39 | 2024-11-20T23:21:07.578Z | info: installing component 'rust-std' |
40 | 2024-11-20T23:21:09.299Z | info: installing component 'rustc' |
41 | 2024-11-20T23:21:14.990Z | info: installing component 'rustfmt' |
42 | 2024-11-20T23:21:15.311Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-20T23:21:15.311Z | |
44 | 2024-11-20T23:21:15.684Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-20T23:21:15.684Z | |
46 | 2024-11-20T23:21:15.687Z | |
47 | 2024-11-20T23:21:15.687Z | Rust is installed now. Great! |
48 | 2024-11-20T23:21:15.687Z | |
49 | 2024-11-20T23:21:15.687Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-20T23:21:15.687Z | environment variable. This has not been done automatically. |
51 | 2024-11-20T23:21:15.687Z | |
52 | 2024-11-20T23:21:15.687Z | To configure your current shell, you need to source |
53 | 2024-11-20T23:21:15.687Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-20T23:21:15.687Z | |
55 | 2024-11-20T23:21:15.687Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-20T23:21:15.687Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-20T23:21:15.687Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-20T23:21:15.762Z | + rustc --version |
59 | 2024-11-20T23:21:15.829Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-20T23:21:15.832Z | process exited: duration 24845 ms, exit code 0 |
|
61 | 2024-11-20T23:21:15.840Z | starting task 2: "authentication" |
62 | 2024-11-20T23:21:15.863Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-20T23:21:15.870Z | starting task 3: "clone repository" |
64 | 2024-11-20T23:21:15.873Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-20T23:21:15.876Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-20T23:21:15.913Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-20T23:21:23.101Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-20T23:21:23.101Z | + git fetch origin 6f0440768f2de2ffb4190db043fa9074accaa58c |
69 | 2024-11-20T23:21:23.419Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-20T23:21:23.419Z | * branch 6f0440768f2de2ffb4190db043fa9074accaa58c -> FETCH_HEAD |
71 | 2024-11-20T23:21:23.430Z | + [[ -n felixmcfelix/opte-ingot ]] |
72 | 2024-11-20T23:21:23.432Z | ++ git branch --show-current |
73 | 2024-11-20T23:21:23.434Z | + current=main |
74 | 2024-11-20T23:21:23.434Z | + [[ main != felixmcfelix/opte-ingot ]] |
75 | 2024-11-20T23:21:23.434Z | + git branch -f felixmcfelix/opte-ingot 6f0440768f2de2ffb4190db043fa9074accaa58c |
76 | 2024-11-20T23:21:23.437Z | + git checkout -f felixmcfelix/opte-ingot |
77 | 2024-11-20T23:21:23.502Z | Switched to branch 'felixmcfelix/opte-ingot' |
78 | 2024-11-20T23:21:23.505Z | + git reset --hard 6f0440768f2de2ffb4190db043fa9074accaa58c |
79 | 2024-11-20T23:21:23.574Z | HEAD is now at 6f0440768 Bump to maghmeite/main, new lab image. |
80 | 2024-11-20T23:21:23.577Z | process exited: duration 7706 ms, exit code 0 |
|
81 | 2024-11-20T23:21:23.582Z | starting task 4: "build" |
82 | 2024-11-20T23:21:23.587Z | + source ./env.sh |
83 | 2024-11-20T23:21:23.587Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-11-20T23:21:23.587Z | ++ set -o xtrace |
85 | 2024-11-20T23:21:23.590Z | ++++ dirname ./env.sh |
86 | 2024-11-20T23:21:23.593Z | +++ readlink -f . |
87 | 2024-11-20T23:21:23.595Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-11-20T23:21:23.595Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-11-20T23:21:23.595Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-11-20T23:21:23.595Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-11-20T23:21:23.595Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-11-20T23:21:23.595Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-11-20T23:21:23.595Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-11-20T23:21:23.595Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-11-20T23:21:23.595Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-11-20T23:21:23.595Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-11-20T23:21:23.595Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-11-20T23:21:23.595Z | + source .github/buildomat/ci-env.sh |
99 | 2024-11-20T23:21:23.595Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-11-20T23:21:23.595Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-11-20T23:21:23.596Z | + cargo --version |
102 | 2024-11-20T23:21:23.655Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-11-20T23:21:23.657Z | + rustc --version |
104 | 2024-11-20T23:21:23.719Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-11-20T23:21:23.722Z | + banner prerequisites |
106 | 2024-11-20T23:21:23.724Z | |
107 | 2024-11-20T23:21:23.724Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-11-20T23:21:23.724Z | # # # # # # # # # # # # # # # |
109 | 2024-11-20T23:21:23.724Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-11-20T23:21:23.724Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-11-20T23:21:23.724Z | # # # # # # # # # # # # # # # |
112 | 2024-11-20T23:21:23.724Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-11-20T23:21:23.724Z | |
114 | 2024-11-20T23:21:23.724Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-11-20T23:21:30.192Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-11-20T23:21:33.879Z | Startup: Caching catalogs ... Done |
117 | 2024-11-20T23:21:42.736Z | Planning: Solver setup ... Done (8.101s) |
118 | 2024-11-20T23:21:42.849Z | Planning: Running solver ... Done (0.112s) |
119 | 2024-11-20T23:21:42.948Z | Planning: Finding local manifests ... Done (0.003s) |
120 | 2024-11-20T23:21:42.978Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-11-20T23:21:46.015Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-11-20T23:21:46.118Z | Planning: Package planning ... Done (0.101s) |
123 | 2024-11-20T23:21:46.172Z | Planning: Merging actions ... Done (0.056s) |
124 | 2024-11-20T23:21:46.363Z | Planning: Checking for conflicting actions ... Done (0.190s) |
125 | 2024-11-20T23:21:48.092Z | Planning: Consolidating action changes ... Done (1.727s) |
126 | 2024-11-20T23:21:48.485Z | Planning: Evaluating mediators ... Done (0.395s) |
127 | 2024-11-20T23:21:48.564Z | Planning: Planning completed in 14.61 seconds |
128 | 2024-11-20T23:21:48.581Z | Packages to install: 4 |
129 | 2024-11-20T23:21:48.583Z | Packages to update: 1 |
130 | 2024-11-20T23:21:48.583Z | Mediators to change: 2 |
131 | 2024-11-20T23:21:48.583Z | Services to change: 1 |
132 | 2024-11-20T23:21:48.583Z | Estimated space available: 155.64 GB |
133 | 2024-11-20T23:21:48.583Z | Estimated space to be consumed: 1.60 GB |
134 | 2024-11-20T23:21:48.583Z | Create boot environment: No |
135 | 2024-11-20T23:21:48.583Z | Create backup boot environment: Yes |
136 | 2024-11-20T23:21:48.583Z | Rebuild boot archive: No |
137 | 2024-11-20T23:21:48.583Z | |
138 | 2024-11-20T23:21:48.583Z | Changed mediators: |
139 | 2024-11-20T23:21:48.583Z | mediator clang: |
140 | 2024-11-20T23:21:48.583Z | version: None -> 15 (system default) |
141 | 2024-11-20T23:21:48.584Z | |
142 | 2024-11-20T23:21:48.584Z | mediator llvm: |
143 | 2024-11-20T23:21:48.584Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-11-20T23:21:48.584Z | |
145 | 2024-11-20T23:21:48.584Z | Changed packages: |
146 | 2024-11-20T23:21:48.584Z | helios-dev |
147 | 2024-11-20T23:21:48.584Z | developer/build-essential |
148 | 2024-11-20T23:21:48.584Z | None -> 11-2.0 |
149 | 2024-11-20T23:21:48.584Z | library/libxmlsec1 |
150 | 2024-11-20T23:21:48.584Z | None -> 1.2.35-2.0 |
151 | 2024-11-20T23:21:48.584Z | ooce/developer/clang-15 |
152 | 2024-11-20T23:21:48.584Z | None -> 15.0.7-2.0 |
153 | 2024-11-20T23:21:48.584Z | ooce/developer/llvm-15 |
154 | 2024-11-20T23:21:48.584Z | None -> 15.0.7-2.0 |
155 | 2024-11-20T23:21:48.584Z | package/pkg |
156 | 2024-11-20T23:21:48.584Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-11-20T23:21:48.584Z | |
158 | 2024-11-20T23:21:48.584Z | Services: |
159 | 2024-11-20T23:21:48.584Z | restart_fmri: |
160 | 2024-11-20T23:21:48.584Z | svc:/system/update-man-index:default |
161 | 2024-11-20T23:21:48.584Z | |
162 | 2024-11-20T23:21:48.584Z | Editable files to change: |
163 | 2024-11-20T23:21:48.584Z | Update: |
164 | 2024-11-20T23:21:48.584Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-11-20T23:21:48.657Z | |
166 | 2024-11-20T23:21:48.657Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-11-20T23:21:53.700Z | Download: 639/4281 items 18.0/220.6MB 8% complete (4.0M/s) |
168 | 2024-11-20T23:21:58.701Z | Download: 1176/4281 items 74.2/220.6MB 33% complete (7.3M/s) |
169 | 2024-11-20T23:22:05.375Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (8.0M/s) |
170 | 2024-11-20T23:22:10.420Z | Download: 1814/4281 items 118.3/220.6MB 53% complete (3.5M/s) |
171 | 2024-11-20T23:22:15.387Z | Download: 2962/4281 items 121.2/220.6MB 54% complete (3.8M/s) |
172 | 2024-11-20T23:22:20.980Z | Download: 3272/4281 items 208.6/220.6MB 94% complete (9.0M/s) |
173 | 2024-11-20T23:22:25.981Z | Download: 3514/4281 items 215.5/220.6MB 97% complete (9.4M/s) |
174 | 2024-11-20T23:22:32.009Z | Download: 4207/4281 items 220.6/220.6MB 99% complete (1.3M/s) |
175 | 2024-11-20T23:22:32.307Z | Download: Completed 220.60 MB in 43.64 seconds (5.0M/s) |
176 | 2024-11-20T23:22:34.288Z | Actions: 1/5063 actions (Removing old actions) |
177 | 2024-11-20T23:22:34.306Z | Actions: 194/5063 actions (Installing new actions) |
178 | 2024-11-20T23:22:39.009Z | Actions: 4226/5063 actions (Updating modified actions) |
179 | 2024-11-20T23:22:39.319Z | Actions: Completed 5063 actions in 5.03 seconds. |
180 | 2024-11-20T23:22:39.540Z | Done (0.212s) |
181 | 2024-11-20T23:22:39.543Z | Done (0.000s) |
182 | 2024-11-20T23:22:40.091Z | Done (0.528s) |
183 | 2024-11-20T23:22:44.463Z | Done (4.180s) |
184 | 2024-11-20T23:22:44.559Z | Done (0.018s) |
185 | 2024-11-20T23:22:44.562Z | Done (0.000s) |
186 | 2024-11-20T23:22:44.720Z | Done (0.000s) |
187 | 2024-11-20T23:22:45.416Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-11-20T23:22:45.598Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-11-20T23:22:45.604Z | Planning: Consolidating action changes ... Done |
190 | 2024-11-20T23:22:45.853Z | Planning: Evaluating mediators ... Done |
191 | 2024-11-20T23:22:45.869Z | Planning: Planning completed in 0.44 seconds |
192 | 2024-11-20T23:22:45.891Z | Mediators to change: 2 |
193 | 2024-11-20T23:22:45.891Z | Create boot environment: No |
194 | 2024-11-20T23:22:45.897Z | Create backup boot environment: No |
195 | 2024-11-20T23:22:45.974Z | Done |
196 | 2024-11-20T23:22:45.975Z | Done |
197 | 2024-11-20T23:22:46.327Z | Done |
198 | 2024-11-20T23:22:51.494Z | Done |
199 | 2024-11-20T23:22:51.507Z | Done |
200 | 2024-11-20T23:22:51.507Z | Done |
201 | 2024-11-20T23:22:51.507Z | Done |
202 | 2024-11-20T23:22:51.507Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-11-20T23:22:51.507Z | Planning: Merging actions ... Done |
204 | 2024-11-20T23:22:51.507Z | Planning: Checking for conflicting actions ... Done |
205 | 2024-11-20T23:22:51.507Z | Planning: Consolidating action changes ... Done |
206 | 2024-11-20T23:22:51.507Z | Planning: Evaluating mediators ... Done |
207 | 2024-11-20T23:22:51.507Z | Planning: Planning completed in 0.77 seconds |
208 | 2024-11-20T23:22:51.566Z | Packages to change: 1 |
209 | 2024-11-20T23:22:51.566Z | Mediators to change: 1 |
210 | 2024-11-20T23:22:51.596Z | Services to change: 1 |
211 | 2024-11-20T23:22:51.596Z | Create boot environment: No |
212 | 2024-11-20T23:22:51.596Z | Create backup boot environment: Yes |
213 | 2024-11-20T23:22:53.765Z | Actions: 1/6 actions (Updating modified actions) |
214 | 2024-11-20T23:22:53.768Z | Actions: Completed 6 actions in 0.00 seconds. |
215 | 2024-11-20T23:22:53.768Z | Done |
216 | 2024-11-20T23:22:53.768Z | Done |
217 | 2024-11-20T23:22:53.877Z | Done |
218 | 2024-11-20T23:22:57.723Z | Done |
219 | 2024-11-20T23:22:57.823Z | Done |
220 | 2024-11-20T23:22:57.826Z | Done |
221 | 2024-11-20T23:22:57.937Z | Done |
222 | 2024-11-20T23:22:58.388Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
223 | 2024-11-20T23:22:58.388Z | clang system 15 system |
224 | 2024-11-20T23:22:58.388Z | csh system system illumos |
225 | 2024-11-20T23:22:58.388Z | ctags system system illumos |
226 | 2024-11-20T23:22:58.388Z | gcc vendor 12 vendor |
227 | 2024-11-20T23:22:58.388Z | gcc system 10 system |
228 | 2024-11-20T23:22:58.388Z | gcc system 7 system |
229 | 2024-11-20T23:22:58.388Z | go system 1.20 system |
230 | 2024-11-20T23:22:58.388Z | go system 1.19 system |
231 | 2024-11-20T23:22:58.388Z | llvm system 15 system |
232 | 2024-11-20T23:22:58.389Z | llvm system 14 system |
233 | 2024-11-20T23:22:58.389Z | mariadb system 10.6 system |
234 | 2024-11-20T23:22:58.389Z | mta vendor vendor dma |
235 | 2024-11-20T23:22:58.389Z | openjdk system 17 system |
236 | 2024-11-20T23:22:58.389Z | openjdk system 11 system |
237 | 2024-11-20T23:22:58.389Z | openjdk system 1.8 system |
238 | 2024-11-20T23:22:58.389Z | openssl vendor 3 vendor |
239 | 2024-11-20T23:22:58.389Z | perl system 5.36 system |
240 | 2024-11-20T23:22:58.389Z | postgresql system 15 system |
241 | 2024-11-20T23:22:58.389Z | postgresql system 13 system |
242 | 2024-11-20T23:22:58.389Z | python vendor 3 vendor |
243 | 2024-11-20T23:22:58.389Z | python system 2 system |
244 | 2024-11-20T23:22:58.389Z | python3 system 3.11 system |
245 | 2024-11-20T23:22:58.389Z | ruby system 3.0 system |
246 | 2024-11-20T23:22:58.389Z | words vendor vendor american-english |
247 | 2024-11-20T23:22:58.389Z | words system system australian-english |
248 | 2024-11-20T23:22:58.389Z | words system system british-english |
249 | 2024-11-20T23:22:58.389Z | words system system canadian-english |
250 | 2024-11-20T23:22:58.390Z | words system system french |
251 | 2024-11-20T23:22:58.390Z | words system system italian |
252 | 2024-11-20T23:22:58.390Z | words system system ngerman |
253 | 2024-11-20T23:22:58.390Z | words system system ogerman |
254 | 2024-11-20T23:22:58.390Z | words system system spanish |
255 | 2024-11-20T23:22:58.732Z | PUBLISHER TYPE STATUS P LOCATION |
256 | 2024-11-20T23:22:58.732Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
257 | 2024-11-20T23:23:01.337Z | FMRI IFO |
258 | 2024-11-20T23:23:01.337Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2024-11-20T23:23:01.337Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2024-11-20T23:23:01.337Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2024-11-20T23:23:01.337Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
262 | 2024-11-20T23:23:01.337Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
263 | 2024-11-20T23:23:01.337Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
264 | 2024-11-20T23:23:01.337Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
265 | 2024-11-20T23:23:01.337Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
266 | 2024-11-20T23:23:01.337Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
267 | 2024-11-20T23:23:01.337Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
268 | 2024-11-20T23:23:01.338Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
269 | 2024-11-20T23:23:01.338Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
270 | 2024-11-20T23:23:01.338Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
271 | 2024-11-20T23:23:01.338Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
272 | 2024-11-20T23:23:01.338Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
273 | 2024-11-20T23:23:02.100Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
274 | 2024-11-20T23:23:02.347Z | Updating crates.io index |
275 | 2024-11-20T23:23:02.406Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
276 | 2024-11-20T23:23:03.207Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
277 | 2024-11-20T23:23:03.578Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
278 | 2024-11-20T23:23:03.844Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
279 | 2024-11-20T23:23:04.198Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
280 | 2024-11-20T23:23:05.070Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
281 | 2024-11-20T23:23:07.446Z | Updating git repository `https://github.com/oxidecomputer/opte` |
282 | 2024-11-20T23:23:08.531Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
283 | 2024-11-20T23:23:09.244Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
284 | 2024-11-20T23:23:09.520Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
285 | 2024-11-20T23:23:09.928Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
286 | 2024-11-20T23:23:10.587Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
287 | 2024-11-20T23:23:11.042Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
288 | 2024-11-20T23:23:11.325Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-11-20T23:23:11.590Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-11-20T23:23:11.848Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-11-20T23:23:12.071Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-11-20T23:23:12.412Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
293 | 2024-11-20T23:23:12.789Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
294 | 2024-11-20T23:23:13.215Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
295 | 2024-11-20T23:23:13.459Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
296 | 2024-11-20T23:23:13.939Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
297 | 2024-11-20T23:23:14.319Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
298 | 2024-11-20T23:23:14.783Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-11-20T23:23:15.221Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
300 | 2024-11-20T23:23:15.513Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2024-11-20T23:23:15.787Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2024-11-20T23:23:16.040Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2024-11-20T23:23:17.327Z | Downloading crates ... |
304 | 2024-11-20T23:23:17.396Z | Downloaded anstyle-parse v0.2.5 |
305 | 2024-11-20T23:23:17.399Z | Downloaded fnv v1.0.7 |
306 | 2024-11-20T23:23:17.424Z | Downloaded tabled v0.15.0 |
307 | 2024-11-20T23:23:17.440Z | Downloaded cargo_toml v0.20.5 |
308 | 2024-11-20T23:23:17.443Z | Downloaded anyhow v1.0.93 |
309 | 2024-11-20T23:23:17.445Z | Downloaded clap_lex v0.7.2 |
310 | 2024-11-20T23:23:17.447Z | Downloaded cfg-if v1.0.0 |
311 | 2024-11-20T23:23:17.447Z | Downloaded bytecount v0.6.8 |
312 | 2024-11-20T23:23:17.449Z | Downloaded anstream v0.6.15 |
313 | 2024-11-20T23:23:17.452Z | Downloaded block-buffer v0.10.4 |
314 | 2024-11-20T23:23:17.454Z | Downloaded autocfg v1.4.0 |
315 | 2024-11-20T23:23:17.454Z | Downloaded bitflags v2.6.0 |
316 | 2024-11-20T23:23:17.458Z | Downloaded clap_derive v4.5.18 |
317 | 2024-11-20T23:23:17.460Z | Downloaded cargo-platform v0.1.8 |
318 | 2024-11-20T23:23:17.462Z | Downloaded clap v4.5.21 |
319 | 2024-11-20T23:23:17.469Z | Downloaded anstyle v1.0.10 |
320 | 2024-11-20T23:23:17.472Z | Downloaded camino v1.1.9 |
321 | 2024-11-20T23:23:17.474Z | Downloaded camino-tempfile v1.1.1 |
322 | 2024-11-20T23:23:17.476Z | Downloaded clap_builder v4.5.21 |
323 | 2024-11-20T23:23:17.481Z | Downloaded scroll_derive v0.12.0 |
324 | 2024-11-20T23:23:17.483Z | Downloaded colorchoice v1.0.2 |
325 | 2024-11-20T23:23:17.483Z | Downloaded proc-macro-error v1.0.4 |
326 | 2024-11-20T23:23:17.486Z | Downloaded itoa v1.0.11 |
327 | 2024-11-20T23:23:17.488Z | Downloaded cargo_metadata v0.18.1 |
328 | 2024-11-20T23:23:17.490Z | Downloaded smawk v0.3.2 |
329 | 2024-11-20T23:23:17.492Z | Downloaded fastrand v2.1.1 |
330 | 2024-11-20T23:23:17.494Z | Downloaded errno v0.3.9 |
331 | 2024-11-20T23:23:17.494Z | Downloaded equivalent v1.0.1 |
332 | 2024-11-20T23:23:17.497Z | Downloaded cpufeatures v0.2.14 |
333 | 2024-11-20T23:23:17.497Z | Downloaded byteorder v1.5.0 |
334 | 2024-11-20T23:23:17.499Z | Downloaded anstyle-query v1.1.1 |
335 | 2024-11-20T23:23:17.501Z | Downloaded dtrace-parser v0.2.0 |
336 | 2024-11-20T23:23:17.505Z | Downloaded pretty-hex v0.4.1 |
337 | 2024-11-20T23:23:17.507Z | Downloaded swrite v0.1.0 |
338 | 2024-11-20T23:23:17.511Z | Downloaded thread-id v4.2.2 |
339 | 2024-11-20T23:23:17.514Z | Downloaded dof v0.3.0 |
340 | 2024-11-20T23:23:17.514Z | Downloaded memmap v0.7.0 |
341 | 2024-11-20T23:23:17.516Z | Downloaded thiserror-impl v1.0.69 |
342 | 2024-11-20T23:23:17.519Z | Downloaded usdt-macro v0.5.0 |
343 | 2024-11-20T23:23:17.522Z | Downloaded usdt-attr-macro v0.5.0 |
344 | 2024-11-20T23:23:17.524Z | Downloaded crypto-common v0.1.6 |
345 | 2024-11-20T23:23:17.526Z | Downloaded serde_tokenstream v0.2.2 |
346 | 2024-11-20T23:23:17.528Z | Downloaded utf8parse v0.2.2 |
347 | 2024-11-20T23:23:17.528Z | Downloaded usdt v0.5.0 |
348 | 2024-11-20T23:23:17.530Z | Downloaded pest_generator v2.7.14 |
349 | 2024-11-20T23:23:17.533Z | Downloaded serde_spanned v0.6.8 |
350 | 2024-11-20T23:23:17.533Z | Downloaded is_terminal_polyfill v1.70.1 |
351 | 2024-11-20T23:23:17.535Z | Downloaded generic-array v0.14.7 |
352 | 2024-11-20T23:23:17.538Z | Downloaded unicode-linebreak v0.1.5 |
353 | 2024-11-20T23:23:17.538Z | Downloaded terminal_size v0.4.0 |
354 | 2024-11-20T23:23:17.538Z | Downloaded heck v0.4.1 |
355 | 2024-11-20T23:23:17.540Z | Downloaded thiserror v1.0.69 |
356 | 2024-11-20T23:23:17.543Z | Downloaded scroll v0.12.0 |
357 | 2024-11-20T23:23:17.546Z | Downloaded digest v0.10.7 |
358 | 2024-11-20T23:23:17.549Z | Downloaded toml_datetime v0.6.8 |
359 | 2024-11-20T23:23:17.549Z | Downloaded heck v0.5.0 |
360 | 2024-11-20T23:23:17.551Z | Downloaded proc-macro-error-attr v1.0.4 |
361 | 2024-11-20T23:23:17.551Z | Downloaded once_cell v1.20.2 |
362 | 2024-11-20T23:23:17.553Z | Downloaded ryu v1.0.18 |
363 | 2024-11-20T23:23:17.556Z | Downloaded version_check v0.9.5 |
364 | 2024-11-20T23:23:17.558Z | Downloaded tabled_derive v0.7.0 |
365 | 2024-11-20T23:23:17.558Z | Downloaded macaddr v1.0.1 |
366 | 2024-11-20T23:23:17.560Z | Downloaded pest_derive v2.7.14 |
367 | 2024-11-20T23:23:17.563Z | Downloaded plain v0.2.3 |
368 | 2024-11-20T23:23:17.565Z | Downloaded strsim v0.11.1 |
369 | 2024-11-20T23:23:17.565Z | Downloaded fs-err v2.11.0 |
370 | 2024-11-20T23:23:17.569Z | Downloaded semver v1.0.23 |
371 | 2024-11-20T23:23:17.575Z | Downloaded tempfile v3.13.0 |
372 | 2024-11-20T23:23:17.578Z | Downloaded papergrid v0.11.0 |
373 | 2024-11-20T23:23:17.582Z | Downloaded indexmap v2.6.0 |
374 | 2024-11-20T23:23:17.587Z | Downloaded zerocopy-derive v0.7.35 |
375 | 2024-11-20T23:23:17.590Z | Downloaded usdt-impl v0.5.0 |
376 | 2024-11-20T23:23:17.593Z | Downloaded log v0.4.22 |
377 | 2024-11-20T23:23:17.595Z | Downloaded sha2 v0.10.8 |
378 | 2024-11-20T23:23:17.597Z | Downloaded toml v0.8.19 |
379 | 2024-11-20T23:23:17.599Z | Downloaded unicode-ident v1.0.13 |
380 | 2024-11-20T23:23:17.602Z | Downloaded typenum v1.17.0 |
381 | 2024-11-20T23:23:17.605Z | Downloaded proc-macro2 v1.0.89 |
382 | 2024-11-20T23:23:17.608Z | Downloaded textwrap v0.16.1 |
383 | 2024-11-20T23:23:17.612Z | Downloaded quote v1.0.37 |
384 | 2024-11-20T23:23:17.615Z | Downloaded pest_meta v2.7.14 |
385 | 2024-11-20T23:23:17.615Z | Downloaded ucd-trie v0.1.7 |
386 | 2024-11-20T23:23:17.622Z | Downloaded serde_derive v1.0.215 |
387 | 2024-11-20T23:23:17.632Z | Downloaded serde v1.0.215 |
388 | 2024-11-20T23:23:17.636Z | Downloaded memchr v2.7.4 |
389 | 2024-11-20T23:23:17.647Z | Downloaded toml_edit v0.22.22 |
390 | 2024-11-20T23:23:17.668Z | Downloaded hashbrown v0.15.0 |
391 | 2024-11-20T23:23:17.675Z | Downloaded pest v2.7.14 |
392 | 2024-11-20T23:23:17.683Z | Downloaded serde_json v1.0.132 |
393 | 2024-11-20T23:23:17.691Z | Downloaded zerocopy v0.7.35 |
394 | 2024-11-20T23:23:17.705Z | Downloaded winnow v0.6.20 |
395 | 2024-11-20T23:23:17.713Z | Downloaded goblin v0.8.2 |
396 | 2024-11-20T23:23:17.724Z | Downloaded syn v1.0.109 |
397 | 2024-11-20T23:23:17.736Z | Downloaded syn v2.0.87 |
398 | 2024-11-20T23:23:17.747Z | Downloaded unicode-width v0.1.14 |
399 | 2024-11-20T23:23:17.752Z | Downloaded rustix v0.38.37 |
400 | 2024-11-20T23:23:17.799Z | Downloaded libc v0.2.162 |
401 | 2024-11-20T23:23:18.115Z | Compiling proc-macro2 v1.0.89 |
402 | 2024-11-20T23:23:18.115Z | Compiling unicode-ident v1.0.13 |
403 | 2024-11-20T23:23:18.117Z | Compiling version_check v0.9.5 |
404 | 2024-11-20T23:23:18.117Z | Compiling serde v1.0.215 |
405 | 2024-11-20T23:23:18.117Z | Compiling thiserror v1.0.69 |
406 | 2024-11-20T23:23:18.117Z | Compiling memchr v2.7.4 |
407 | 2024-11-20T23:23:18.152Z | Compiling libc v0.2.162 |
408 | 2024-11-20T23:23:18.155Z | Compiling ucd-trie v0.1.7 |
409 | 2024-11-20T23:23:18.426Z | Compiling itoa v1.0.11 |
410 | 2024-11-20T23:23:18.670Z | Compiling ryu v1.0.18 |
411 | 2024-11-20T23:23:18.887Z | Compiling once_cell v1.20.2 |
412 | 2024-11-20T23:23:18.993Z | Compiling byteorder v1.5.0 |
413 | 2024-11-20T23:23:19.085Z | Compiling rustix v0.38.37 |
414 | 2024-11-20T23:23:19.172Z | Compiling serde_json v1.0.132 |
415 | 2024-11-20T23:23:19.508Z | Compiling bitflags v2.6.0 |
416 | 2024-11-20T23:23:19.593Z | Compiling proc-macro-error-attr v1.0.4 |
417 | 2024-11-20T23:23:19.892Z | Compiling usdt-impl v0.5.0 |
418 | 2024-11-20T23:23:19.895Z | Compiling syn v1.0.109 |
419 | 2024-11-20T23:23:19.990Z | Compiling proc-macro-error v1.0.4 |
420 | 2024-11-20T23:23:20.015Z | Compiling quote v1.0.37 |
421 | 2024-11-20T23:23:20.042Z | Compiling plain v0.2.3 |
422 | 2024-11-20T23:23:20.216Z | Compiling hashbrown v0.15.0 |
423 | 2024-11-20T23:23:20.271Z | Compiling log v0.4.22 |
424 | 2024-11-20T23:23:20.389Z | Compiling syn v2.0.87 |
425 | 2024-11-20T23:23:20.528Z | Compiling errno v0.3.9 |
426 | 2024-11-20T23:23:20.663Z | Compiling equivalent v1.0.1 |
427 | 2024-11-20T23:23:20.758Z | Compiling utf8parse v0.2.2 |
428 | 2024-11-20T23:23:20.786Z | Compiling camino v1.1.9 |
429 | 2024-11-20T23:23:20.923Z | Compiling thread-id v4.2.2 |
430 | 2024-11-20T23:23:20.976Z | Compiling anstyle-parse v0.2.5 |
431 | 2024-11-20T23:23:21.329Z | Compiling pretty-hex v0.4.1 |
432 | 2024-11-20T23:23:21.503Z | Compiling indexmap v2.6.0 |
433 | 2024-11-20T23:23:21.532Z | Compiling anstyle v1.0.10 |
434 | 2024-11-20T23:23:21.557Z | Compiling is_terminal_polyfill v1.70.1 |
435 | 2024-11-20T23:23:21.584Z | Compiling semver v1.0.23 |
436 | 2024-11-20T23:23:21.691Z | Compiling winnow v0.6.20 |
437 | 2024-11-20T23:23:21.765Z | Compiling colorchoice v1.0.2 |
438 | 2024-11-20T23:23:21.940Z | Compiling anstyle-query v1.1.1 |
439 | 2024-11-20T23:23:21.998Z | Compiling unicode-width v0.1.14 |
440 | 2024-11-20T23:23:22.110Z | Compiling autocfg v1.4.0 |
441 | 2024-11-20T23:23:22.220Z | Compiling anstream v0.6.15 |
442 | 2024-11-20T23:23:22.908Z | Compiling terminal_size v0.4.0 |
443 | 2024-11-20T23:23:22.956Z | Compiling fnv v1.0.7 |
444 | 2024-11-20T23:23:23.044Z | Compiling heck v0.5.0 |
445 | 2024-11-20T23:23:23.135Z | Compiling cfg-if v1.0.0 |
446 | 2024-11-20T23:23:23.243Z | Compiling strsim v0.11.1 |
447 | 2024-11-20T23:23:23.356Z | Compiling fs-err v2.11.0 |
448 | 2024-11-20T23:23:23.547Z | Compiling heck v0.4.1 |
449 | 2024-11-20T23:23:23.632Z | Compiling fastrand v2.1.1 |
450 | 2024-11-20T23:23:23.659Z | Compiling anyhow v1.0.93 |
451 | 2024-11-20T23:23:23.753Z | Compiling clap_lex v0.7.2 |
452 | 2024-11-20T23:23:24.202Z | Compiling bytecount v0.6.8 |
453 | 2024-11-20T23:23:24.205Z | Compiling clap_builder v4.5.21 |
454 | 2024-11-20T23:23:24.280Z | Compiling tempfile v3.13.0 |
455 | 2024-11-20T23:23:24.432Z | Compiling papergrid v0.11.0 |
456 | 2024-11-20T23:23:24.794Z | Compiling memmap v0.7.0 |
457 | 2024-11-20T23:23:24.853Z | Compiling smawk v0.3.2 |
458 | 2024-11-20T23:23:25.088Z | Compiling unicode-linebreak v0.1.5 |
459 | 2024-11-20T23:23:25.596Z | Compiling textwrap v0.16.1 |
460 | 2024-11-20T23:23:25.639Z | Compiling swrite v0.1.0 |
461 | 2024-11-20T23:23:26.697Z | Compiling tabled_derive v0.7.0 |
462 | 2024-11-20T23:23:28.301Z | Compiling tabled v0.15.0 |
463 | 2024-11-20T23:23:29.753Z | Compiling serde_derive v1.0.215 |
464 | 2024-11-20T23:23:29.753Z | Compiling thiserror-impl v1.0.69 |
465 | 2024-11-20T23:23:29.756Z | Compiling zerocopy-derive v0.7.35 |
466 | 2024-11-20T23:23:29.756Z | Compiling scroll_derive v0.12.0 |
467 | 2024-11-20T23:23:30.047Z | Compiling clap_derive v4.5.18 |
468 | 2024-11-20T23:23:31.493Z | Compiling scroll v0.12.0 |
469 | 2024-11-20T23:23:31.525Z | Compiling zerocopy v0.7.35 |
470 | 2024-11-20T23:23:32.072Z | Compiling goblin v0.8.2 |
471 | 2024-11-20T23:23:32.564Z | Compiling pest v2.7.14 |
472 | 2024-11-20T23:23:33.870Z | Compiling clap v4.5.21 |
473 | 2024-11-20T23:23:34.964Z | Compiling pest_meta v2.7.14 |
474 | 2024-11-20T23:23:35.875Z | Compiling pest_generator v2.7.14 |
475 | 2024-11-20T23:23:37.873Z | Compiling pest_derive v2.7.14 |
476 | 2024-11-20T23:23:38.580Z | Compiling dtrace-parser v0.2.0 |
477 | 2024-11-20T23:23:40.191Z | Compiling serde_tokenstream v0.2.2 |
478 | 2024-11-20T23:23:40.255Z | Compiling serde_spanned v0.6.8 |
479 | 2024-11-20T23:23:40.259Z | Compiling toml_datetime v0.6.8 |
480 | 2024-11-20T23:23:40.537Z | Compiling cargo-platform v0.1.8 |
481 | 2024-11-20T23:23:40.660Z | Compiling toml_edit v0.22.22 |
482 | 2024-11-20T23:23:40.838Z | Compiling macaddr v1.0.1 |
483 | 2024-11-20T23:23:41.054Z | Compiling camino-tempfile v1.1.1 |
484 | 2024-11-20T23:23:41.719Z | Compiling dof v0.3.0 |
485 | 2024-11-20T23:23:41.767Z | Compiling cargo_metadata v0.18.1 |
486 | 2024-11-20T23:23:43.582Z | Compiling usdt-macro v0.5.0 |
487 | 2024-11-20T23:23:43.582Z | Compiling usdt-attr-macro v0.5.0 |
488 | 2024-11-20T23:23:43.647Z | Compiling toml v0.8.19 |
489 | 2024-11-20T23:23:44.614Z | Compiling cargo_toml v0.20.5 |
490 | 2024-11-20T23:23:44.971Z | Compiling usdt v0.5.0 |
491 | 2024-11-20T23:23:48.160Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
492 | 2024-11-20T23:23:52.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.60s |
493 | 2024-11-20T23:23:52.741Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
494 | 2024-11-20T23:23:53.308Z | Downloading crates ... |
495 | 2024-11-20T23:23:53.453Z | Downloaded addr2line v0.24.2 |
496 | 2024-11-20T23:23:53.457Z | Downloaded adler2 v2.0.0 |
497 | 2024-11-20T23:23:53.465Z | Downloaded linked-hash-map v0.5.6 |
498 | 2024-11-20T23:23:53.497Z | Downloaded ahash v0.8.11 |
499 | 2024-11-20T23:23:53.503Z | Downloaded arc-swap v1.7.1 |
500 | 2024-11-20T23:23:53.513Z | Downloaded aes v0.8.4 |
501 | 2024-11-20T23:23:53.520Z | Downloaded aes-gcm v0.10.3 |
502 | 2024-11-20T23:23:53.527Z | Downloaded allocator-api2 v0.2.18 |
503 | 2024-11-20T23:23:53.530Z | Downloaded atty v0.2.14 |
504 | 2024-11-20T23:23:53.534Z | Downloaded argon2 v0.5.3 |
505 | 2024-11-20T23:23:53.537Z | Downloaded atomicwrites v0.4.4 |
506 | 2024-11-20T23:23:53.539Z | Downloaded async-stream-impl v0.3.6 |
507 | 2024-11-20T23:23:53.539Z | Downloaded ascii-canvas v3.0.0 |
508 | 2024-11-20T23:23:53.541Z | Downloaded arrayref v0.3.9 |
509 | 2024-11-20T23:23:53.544Z | Downloaded bitflags v1.3.2 |
510 | 2024-11-20T23:23:53.547Z | Downloaded atomic-waker v1.1.2 |
511 | 2024-11-20T23:23:53.549Z | Downloaded async-stream v0.3.6 |
512 | 2024-11-20T23:23:53.551Z | Downloaded backoff v0.4.0 |
513 | 2024-11-20T23:23:53.556Z | Downloaded bitfield v0.14.0 |
514 | 2024-11-20T23:23:53.556Z | Downloaded bit-set v0.5.3 |
515 | 2024-11-20T23:23:53.558Z | Downloaded bcrypt-pbkdf v0.10.0 |
516 | 2024-11-20T23:23:53.558Z | Downloaded bitfield-struct v0.6.2 |
517 | 2024-11-20T23:23:53.560Z | Downloaded bb8 v0.8.5 |
518 | 2024-11-20T23:23:53.561Z | Downloaded arrayvec v0.7.6 |
519 | 2024-11-20T23:23:53.563Z | Downloaded assert_matches v1.5.0 |
520 | 2024-11-20T23:23:53.565Z | Downloaded array-init v0.0.4 |
521 | 2024-11-20T23:23:53.567Z | Downloaded bit-vec v0.6.3 |
522 | 2024-11-20T23:23:53.570Z | Downloaded aead v0.5.2 |
523 | 2024-11-20T23:23:53.570Z | Downloaded base16ct v0.2.0 |
524 | 2024-11-20T23:23:53.572Z | Downloaded headers-core v0.3.0 |
525 | 2024-11-20T23:23:53.575Z | Downloaded base64ct v1.6.0 |
526 | 2024-11-20T23:23:53.577Z | Downloaded async-bb8-diesel v0.2.1 |
527 | 2024-11-20T23:23:53.579Z | Downloaded cfg_aliases v0.2.1 |
528 | 2024-11-20T23:23:53.579Z | Downloaded async-recursion v1.1.1 |
529 | 2024-11-20T23:23:53.584Z | Downloaded heapless v0.7.17 |
530 | 2024-11-20T23:23:53.590Z | Downloaded ciborium-io v0.2.2 |
531 | 2024-11-20T23:23:53.592Z | Downloaded hex-literal v0.4.1 |
532 | 2024-11-20T23:23:53.592Z | Downloaded home v0.5.9 |
533 | 2024-11-20T23:23:53.597Z | Downloaded cstr-argument v0.1.2 |
534 | 2024-11-20T23:23:53.597Z | Downloaded heck v0.3.3 |
535 | 2024-11-20T23:23:53.599Z | Downloaded bcs v0.1.6 |
536 | 2024-11-20T23:23:53.599Z | Downloaded async-trait v0.1.83 |
537 | 2024-11-20T23:23:53.603Z | Downloaded httparse v1.9.5 |
538 | 2024-11-20T23:23:53.606Z | Downloaded http-range v0.1.5 |
539 | 2024-11-20T23:23:53.609Z | Downloaded russh-cryptovec v0.7.3 |
540 | 2024-11-20T23:23:53.611Z | Downloaded ciborium-ll v0.2.2 |
541 | 2024-11-20T23:23:53.612Z | Downloaded ident_case v1.0.1 |
542 | 2024-11-20T23:23:53.614Z | Downloaded icu_provider_macros v1.5.0 |
543 | 2024-11-20T23:23:53.614Z | Downloaded cbc v0.1.2 |
544 | 2024-11-20T23:23:53.617Z | Downloaded cexpr v0.6.0 |
545 | 2024-11-20T23:23:53.620Z | Downloaded hubpack v0.1.2 |
546 | 2024-11-20T23:23:53.624Z | Downloaded hmac v0.12.1 |
547 | 2024-11-20T23:23:53.624Z | Downloaded cmake v0.1.51 |
548 | 2024-11-20T23:23:53.629Z | Downloaded cipher v0.4.4 |
549 | 2024-11-20T23:23:53.632Z | Downloaded is_ci v1.2.0 |
550 | 2024-11-20T23:23:53.632Z | Downloaded instant v0.1.13 |
551 | 2024-11-20T23:23:53.632Z | Downloaded crc-catalog v2.4.0 |
552 | 2024-11-20T23:23:53.632Z | Downloaded convert_case v0.4.0 |
553 | 2024-11-20T23:23:53.635Z | Downloaded constant_time_eq v0.3.1 |
554 | 2024-11-20T23:23:53.635Z | Downloaded cobs v0.2.3 |
555 | 2024-11-20T23:23:53.637Z | Downloaded chacha20 v0.9.1 |
556 | 2024-11-20T23:23:53.639Z | Downloaded md5 v0.7.0 |
557 | 2024-11-20T23:23:53.641Z | Downloaded crossbeam-deque v0.8.5 |
558 | 2024-11-20T23:23:53.641Z | Downloaded castaway v0.2.3 |
559 | 2024-11-20T23:23:53.644Z | Downloaded cassowary v0.3.0 |
560 | 2024-11-20T23:23:53.647Z | Downloaded ctr v0.9.2 |
561 | 2024-11-20T23:23:53.650Z | Downloaded matches v0.1.10 |
562 | 2024-11-20T23:23:53.650Z | Downloaded match_cfg v0.1.0 |
563 | 2024-11-20T23:23:53.650Z | Downloaded buf-list v1.0.3 |
564 | 2024-11-20T23:23:53.655Z | Downloaded sync-ptr v0.1.1 |
565 | 2024-11-20T23:23:53.657Z | Downloaded humantime v2.1.0 |
566 | 2024-11-20T23:23:53.657Z | Downloaded hyper-tls v0.6.0 |
567 | 2024-11-20T23:23:53.660Z | Downloaded http-body-util v0.1.2 |
568 | 2024-11-20T23:23:53.662Z | Downloaded ref-cast-impl v1.0.23 |
569 | 2024-11-20T23:23:53.662Z | Downloaded rand_chacha v0.3.1 |
570 | 2024-11-20T23:23:53.664Z | Downloaded quinn-udp v0.5.5 |
571 | 2024-11-20T23:23:53.667Z | Downloaded rustls-pemfile v1.0.4 |
572 | 2024-11-20T23:23:53.669Z | Downloaded rfc6979 v0.4.0 |
573 | 2024-11-20T23:23:53.669Z | Downloaded hostname v0.4.0 |
574 | 2024-11-20T23:23:53.672Z | Downloaded sync_wrapper v1.0.1 |
575 | 2024-11-20T23:23:53.674Z | Downloaded crc v3.2.1 |
576 | 2024-11-20T23:23:53.676Z | Downloaded console v0.15.8 |
577 | 2024-11-20T23:23:53.680Z | Downloaded libefi-sys v0.1.0 |
578 | 2024-11-20T23:23:53.682Z | Downloaded kstat-rs v0.2.4 |
579 | 2024-11-20T23:23:53.687Z | Downloaded ipnetwork v0.20.0 |
580 | 2024-11-20T23:23:53.689Z | Downloaded indent_write v2.2.0 |
581 | 2024-11-20T23:23:53.689Z | Downloaded keccak v0.1.5 |
582 | 2024-11-20T23:23:53.690Z | Downloaded cookie_store v0.21.0 |
583 | 2024-11-20T23:23:53.692Z | Downloaded lazycell v1.3.0 |
584 | 2024-11-20T23:23:53.694Z | Downloaded internet-checksum v0.2.1 |
585 | 2024-11-20T23:23:53.694Z | Downloaded libsw v3.3.1 |
586 | 2024-11-20T23:23:53.697Z | Downloaded scrypt v0.11.0 |
587 | 2024-11-20T23:23:53.699Z | Downloaded lockfree-object-pool v0.1.6 |
588 | 2024-11-20T23:23:53.702Z | Downloaded csv-core v0.1.11 |
589 | 2024-11-20T23:23:53.704Z | Downloaded strum v0.26.3 |
590 | 2024-11-20T23:23:53.706Z | Downloaded write16 v1.0.0 |
591 | 2024-11-20T23:23:53.706Z | Downloaded try-lock v0.2.5 |
592 | 2024-11-20T23:23:53.709Z | Downloaded memoffset v0.9.1 |
593 | 2024-11-20T23:23:53.711Z | Downloaded stable_deref_trait v1.2.0 |
594 | 2024-11-20T23:23:53.711Z | Downloaded ssh-encoding v0.2.0 |
595 | 2024-11-20T23:23:53.714Z | Downloaded smf v0.2.3 |
596 | 2024-11-20T23:23:53.714Z | Downloaded mime v0.3.17 |
597 | 2024-11-20T23:23:53.717Z | Downloaded fxhash v0.2.1 |
598 | 2024-11-20T23:23:53.720Z | Downloaded highway v1.2.0 |
599 | 2024-11-20T23:23:53.720Z | Downloaded bzip2 v0.4.4 |
600 | 2024-11-20T23:23:53.724Z | Downloaded supports-color v3.0.1 |
601 | 2024-11-20T23:23:53.726Z | Downloaded thread_local v1.1.8 |
602 | 2024-11-20T23:23:53.726Z | Downloaded icu_locid_transform v1.5.0 |
603 | 2024-11-20T23:23:53.728Z | Downloaded hyper-staticfile v0.10.1 |
604 | 2024-11-20T23:23:53.731Z | Downloaded dhcproto-macros v0.1.0 |
605 | 2024-11-20T23:23:53.733Z | Downloaded crc-any v2.5.0 |
606 | 2024-11-20T23:23:53.735Z | Downloaded mirai-annotations v1.12.0 |
607 | 2024-11-20T23:23:53.738Z | Downloaded futures-core v0.3.31 |
608 | 2024-11-20T23:23:53.740Z | Downloaded tokio-macros v2.4.0 |
609 | 2024-11-20T23:23:53.740Z | Downloaded normalize-line-endings v0.3.0 |
610 | 2024-11-20T23:23:53.742Z | Downloaded universal-hash v0.5.1 |
611 | 2024-11-20T23:23:53.743Z | Downloaded is-terminal v0.4.13 |
612 | 2024-11-20T23:23:53.745Z | Downloaded crossbeam-epoch v0.9.18 |
613 | 2024-11-20T23:23:53.747Z | Downloaded rustls-pemfile v2.2.0 |
614 | 2024-11-20T23:23:53.749Z | Downloaded litemap v0.7.3 |
615 | 2024-11-20T23:23:53.753Z | Downloaded lock_api v0.4.12 |
616 | 2024-11-20T23:23:53.755Z | Downloaded parse-size v1.1.0 |
617 | 2024-11-20T23:23:53.758Z | Downloaded jobserver v0.1.32 |
618 | 2024-11-20T23:23:53.760Z | Downloaded base64 v0.22.1 |
619 | 2024-11-20T23:23:53.764Z | Downloaded display-error-chain v0.2.2 |
620 | 2024-11-20T23:23:53.767Z | Downloaded num_threads v0.1.7 |
621 | 2024-11-20T23:23:53.770Z | Downloaded dsl_auto_type v0.1.2 |
622 | 2024-11-20T23:23:53.770Z | Downloaded pretty-hex v0.2.1 |
623 | 2024-11-20T23:23:53.773Z | Downloaded fd-lock v4.0.2 |
624 | 2024-11-20T23:23:53.773Z | Downloaded fallible-streaming-iterator v0.1.9 |
625 | 2024-11-20T23:23:53.776Z | Downloaded hyper-rustls v0.27.3 |
626 | 2024-11-20T23:23:53.780Z | Downloaded gethostname v0.5.0 |
627 | 2024-11-20T23:23:53.783Z | Downloaded futures-task v0.3.31 |
628 | 2024-11-20T23:23:53.783Z | Downloaded progenitor-impl v0.8.0 |
629 | 2024-11-20T23:23:53.785Z | Downloaded russh-keys v0.45.0 |
630 | 2024-11-20T23:23:53.788Z | Downloaded tokio-rustls v0.24.1 |
631 | 2024-11-20T23:23:53.791Z | Downloaded tokio-rustls v0.25.0 |
632 | 2024-11-20T23:23:53.793Z | Downloaded debug-ignore v1.0.5 |
633 | 2024-11-20T23:23:53.806Z | Downloaded sigpipe v0.1.3 |
634 | 2024-11-20T23:23:53.806Z | Downloaded vsss-rs v3.3.4 |
635 | 2024-11-20T23:23:53.806Z | Downloaded crossbeam-utils v0.8.20 |
636 | 2024-11-20T23:23:53.806Z | Downloaded libloading v0.8.5 |
637 | 2024-11-20T23:23:53.808Z | Downloaded fragile v2.0.0 |
638 | 2024-11-20T23:23:53.808Z | Downloaded base64 v0.21.7 |
639 | 2024-11-20T23:23:53.823Z | Downloaded endian-type v0.1.2 |
640 | 2024-11-20T23:23:53.826Z | Downloaded derive_builder_macro v0.20.2 |
641 | 2024-11-20T23:23:53.826Z | Downloaded percent-encoding v2.3.1 |
642 | 2024-11-20T23:23:53.828Z | Downloaded parse-display-derive v0.10.0 |
643 | 2024-11-20T23:23:53.828Z | Downloaded parse-display v0.10.0 |
644 | 2024-11-20T23:23:53.830Z | Downloaded ff v0.13.0 |
645 | 2024-11-20T23:23:53.832Z | Downloaded r2d2 v0.8.10 |
646 | 2024-11-20T23:23:53.834Z | Downloaded downcast v0.11.0 |
647 | 2024-11-20T23:23:53.834Z | Downloaded darling_macro v0.20.10 |
648 | 2024-11-20T23:23:53.836Z | Downloaded primeorder v0.13.6 |
649 | 2024-11-20T23:23:53.839Z | Downloaded compact_str v0.8.0 |
650 | 2024-11-20T23:23:53.842Z | Downloaded num_enum_derive v0.5.11 |
651 | 2024-11-20T23:23:53.844Z | Downloaded num_enum v0.5.11 |
652 | 2024-11-20T23:23:53.848Z | Downloaded openssl-probe v0.1.5 |
653 | 2024-11-20T23:23:53.850Z | Downloaded icu_properties v1.5.1 |
654 | 2024-11-20T23:23:53.854Z | Downloaded tiny-keccak v2.0.2 |
655 | 2024-11-20T23:23:53.858Z | Downloaded termcolor v1.4.1 |
656 | 2024-11-20T23:23:53.860Z | Downloaded newline-converter v0.3.0 |
657 | 2024-11-20T23:23:53.863Z | Downloaded rand_seeder v0.3.0 |
658 | 2024-11-20T23:23:53.863Z | Downloaded whoami v1.5.2 |
659 | 2024-11-20T23:23:53.866Z | Downloaded similar v2.6.0 |
660 | 2024-11-20T23:23:53.870Z | Downloaded peg-runtime v0.8.3 |
661 | 2024-11-20T23:23:53.873Z | Downloaded number_prefix v0.4.0 |
662 | 2024-11-20T23:23:53.873Z | Downloaded unicode-truncate v1.1.0 |
663 | 2024-11-20T23:23:53.875Z | Downloaded sqlparser_derive v0.2.2 |
664 | 2024-11-20T23:23:53.877Z | Downloaded structmeta v0.2.0 |
665 | 2024-11-20T23:23:53.880Z | Downloaded stringprep v0.1.5 |
666 | 2024-11-20T23:23:53.880Z | Downloaded hyper-util v0.1.10 |
667 | 2024-11-20T23:23:53.885Z | Downloaded enum-as-inner v0.6.1 |
668 | 2024-11-20T23:23:53.888Z | Downloaded enum-as-inner v0.5.1 |
669 | 2024-11-20T23:23:53.890Z | Downloaded time-core v0.1.2 |
670 | 2024-11-20T23:23:53.892Z | Downloaded cc v1.1.30 |
671 | 2024-11-20T23:23:53.895Z | Downloaded group v0.13.0 |
672 | 2024-11-20T23:23:53.898Z | Downloaded nodrop v0.1.14 |
673 | 2024-11-20T23:23:53.900Z | Downloaded vergen v8.3.2 |
674 | 2024-11-20T23:23:53.902Z | Downloaded time-macros v0.2.18 |
675 | 2024-11-20T23:23:53.906Z | Downloaded peg v0.8.4 |
676 | 2024-11-20T23:23:53.910Z | Downloaded pbkdf2 v0.12.2 |
677 | 2024-11-20T23:23:53.912Z | Downloaded xz2 v0.1.7 |
678 | 2024-11-20T23:23:53.915Z | Downloaded pkcs8 v0.10.2 |
679 | 2024-11-20T23:23:53.917Z | Downloaded zone v0.1.8 |
680 | 2024-11-20T23:23:53.919Z | Downloaded pkcs1 v0.7.5 |
681 | 2024-11-20T23:23:53.921Z | Downloaded take_mut v0.2.2 |
682 | 2024-11-20T23:23:53.924Z | Downloaded hickory-resolver v0.24.1 |
683 | 2024-11-20T23:23:53.927Z | Downloaded ssh-cipher v0.2.0 |
684 | 2024-11-20T23:23:53.929Z | Downloaded hash32 v0.2.1 |
685 | 2024-11-20T23:23:53.932Z | Downloaded fs_extra v1.3.0 |
686 | 2024-11-20T23:23:53.934Z | Downloaded crossbeam-channel v0.5.13 |
687 | 2024-11-20T23:23:53.941Z | Downloaded num-conv v0.1.0 |
688 | 2024-11-20T23:23:53.943Z | Downloaded foreign-types v0.5.0 |
689 | 2024-11-20T23:23:53.943Z | Downloaded foreign-types v0.3.2 |
690 | 2024-11-20T23:23:53.943Z | Downloaded pem-rfc7468 v0.7.0 |
691 | 2024-11-20T23:23:53.946Z | Downloaded opaque-debug v0.3.1 |
692 | 2024-11-20T23:23:53.948Z | Downloaded tokio-tungstenite v0.24.0 |
693 | 2024-11-20T23:23:53.951Z | Downloaded tokio-tungstenite v0.23.1 |
694 | 2024-11-20T23:23:53.954Z | Downloaded term v0.7.0 |
695 | 2024-11-20T23:23:53.956Z | Downloaded peg-macros v0.8.4 |
696 | 2024-11-20T23:23:53.959Z | Downloaded unsafe-libyaml v0.2.11 |
697 | 2024-11-20T23:23:53.962Z | Downloaded olpc-cjson v0.1.4 |
698 | 2024-11-20T23:23:53.964Z | Downloaded tokio-tungstenite v0.21.0 |
699 | 2024-11-20T23:23:53.967Z | Downloaded unicode_categories v0.1.1 |
700 | 2024-11-20T23:23:53.969Z | Downloaded pem v3.0.4 |
701 | 2024-11-20T23:23:53.971Z | Downloaded progenitor v0.8.0 |
702 | 2024-11-20T23:23:53.974Z | Downloaded yoke v0.7.4 |
703 | 2024-11-20T23:23:53.976Z | Downloaded untrusted v0.7.1 |
704 | 2024-11-20T23:23:53.978Z | Downloaded toolchain_find v0.4.0 |
705 | 2024-11-20T23:23:53.978Z | Downloaded serde_with_macros v3.11.0 |
706 | 2024-11-20T23:23:53.981Z | Downloaded unicode-xid v0.2.6 |
707 | 2024-11-20T23:23:53.984Z | Downloaded deranged v0.3.11 |
708 | 2024-11-20T23:23:53.987Z | Downloaded defmt-parser v0.3.4 |
709 | 2024-11-20T23:23:53.987Z | Downloaded utf16_iter v1.0.5 |
710 | 2024-11-20T23:23:53.989Z | Downloaded untrusted v0.9.0 |
711 | 2024-11-20T23:23:53.989Z | Downloaded dhcproto v0.12.0 |
712 | 2024-11-20T23:23:53.992Z | Downloaded zerofrom v0.1.4 |
713 | 2024-11-20T23:23:53.994Z | Downloaded tap v1.0.1 |
714 | 2024-11-20T23:23:53.994Z | Downloaded unicase v2.7.0 |
715 | 2024-11-20T23:23:53.996Z | Downloaded displaydoc v0.2.5 |
716 | 2024-11-20T23:23:54.000Z | Downloaded foreign-types-shared v0.3.1 |
717 | 2024-11-20T23:23:54.002Z | Downloaded foreign-types-shared v0.1.1 |
718 | 2024-11-20T23:23:54.002Z | Downloaded foreign-types-macros v0.2.3 |
719 | 2024-11-20T23:23:54.004Z | Downloaded zerofrom-derive v0.1.4 |
720 | 2024-11-20T23:23:54.004Z | Downloaded oso v0.27.3 |
721 | 2024-11-20T23:23:54.009Z | Downloaded either v1.13.0 |
722 | 2024-11-20T23:23:54.012Z | Downloaded utf8_iter v1.0.4 |
723 | 2024-11-20T23:23:54.012Z | Downloaded half v2.4.1 |
724 | 2024-11-20T23:23:54.015Z | Downloaded signal-hook v0.3.17 |
725 | 2024-11-20T23:23:54.020Z | Downloaded progenitor-client v0.8.0 |
726 | 2024-11-20T23:23:54.022Z | Downloaded spki v0.7.3 |
727 | 2024-11-20T23:23:54.024Z | Downloaded quick-error v1.2.3 |
728 | 2024-11-20T23:23:54.026Z | Downloaded tower-service v0.3.3 |
729 | 2024-11-20T23:23:54.029Z | Downloaded spin v0.5.2 |
730 | 2024-11-20T23:23:54.029Z | Downloaded utf-8 v0.7.6 |
731 | 2024-11-20T23:23:54.031Z | Downloaded darling_core v0.20.10 |
732 | 2024-11-20T23:23:54.035Z | Downloaded path-slash v0.1.5 |
733 | 2024-11-20T23:23:54.038Z | Downloaded new_debug_unreachable v1.0.6 |
734 | 2024-11-20T23:23:54.038Z | Downloaded topological-sort v0.2.2 |
735 | 2024-11-20T23:23:54.041Z | Downloaded multimap v0.10.0 |
736 | 2024-11-20T23:23:54.043Z | Downloaded proc-macro-crate v1.3.1 |
737 | 2024-11-20T23:23:54.043Z | Downloaded minimal-lexical v0.2.1 |
738 | 2024-11-20T23:23:54.047Z | Downloaded diesel_derives v2.2.3 |
739 | 2024-11-20T23:23:54.053Z | Downloaded tracing-attributes v0.1.27 |
740 | 2024-11-20T23:23:54.056Z | Downloaded filetime v0.2.25 |
741 | 2024-11-20T23:23:54.058Z | Downloaded dyn-clone v1.0.17 |
742 | 2024-11-20T23:23:54.060Z | Downloaded rpassword v7.3.1 |
743 | 2024-11-20T23:23:54.062Z | Downloaded termtree v0.4.1 |
744 | 2024-11-20T23:23:54.065Z | Downloaded packed_struct_codegen v0.10.1 |
745 | 2024-11-20T23:23:54.065Z | Downloaded foldhash v0.1.3 |
746 | 2024-11-20T23:23:54.068Z | Downloaded num-derive v0.4.2 |
747 | 2024-11-20T23:23:54.070Z | Downloaded difflib v0.4.0 |
748 | 2024-11-20T23:23:54.070Z | Downloaded synstructure v0.13.1 |
749 | 2024-11-20T23:23:54.072Z | Downloaded subtle v2.6.1 |
750 | 2024-11-20T23:23:54.075Z | Downloaded resolv-conf v0.7.0 |
751 | 2024-11-20T23:23:54.079Z | Downloaded rayon-core v1.12.1 |
752 | 2024-11-20T23:23:54.081Z | Downloaded predicates-core v1.0.8 |
753 | 2024-11-20T23:23:54.081Z | Downloaded spin v0.9.8 |
754 | 2024-11-20T23:23:54.085Z | Downloaded unicode-bidi v0.3.17 |
755 | 2024-11-20T23:23:54.088Z | Downloaded serde-big-array v0.5.1 |
756 | 2024-11-20T23:23:54.090Z | Downloaded nanorand v0.7.0 |
757 | 2024-11-20T23:23:54.092Z | Downloaded qorb v0.2.0 |
758 | 2024-11-20T23:23:54.097Z | Downloaded slog-stdlog v4.1.1 |
759 | 2024-11-20T23:23:54.099Z | Downloaded derive-where v1.2.7 |
760 | 2024-11-20T23:23:54.103Z | Downloaded funty v2.0.0 |
761 | 2024-11-20T23:23:54.105Z | Downloaded rustc-hash v1.1.0 |
762 | 2024-11-20T23:23:54.108Z | Downloaded rand v0.8.5 |
763 | 2024-11-20T23:23:54.111Z | Downloaded secrecy v0.8.0 |
764 | 2024-11-20T23:23:54.113Z | Downloaded rustfmt-wrapper v0.2.1 |
765 | 2024-11-20T23:23:54.115Z | Downloaded want v0.3.1 |
766 | 2024-11-20T23:23:54.117Z | Downloaded omicron-zone-package v0.11.1 |
767 | 2024-11-20T23:23:54.119Z | Downloaded typify-macro v0.2.0 |
768 | 2024-11-20T23:23:54.122Z | Downloaded rustc-demangle v0.1.24 |
769 | 2024-11-20T23:23:54.127Z | Downloaded zeroize_derive v1.4.2 |
770 | 2024-11-20T23:23:54.127Z | Downloaded num-complex v0.4.6 |
771 | 2024-11-20T23:23:54.130Z | Downloaded ecdsa v0.16.9 |
772 | 2024-11-20T23:23:54.130Z | Downloaded unarray v0.1.4 |
773 | 2024-11-20T23:23:54.132Z | Downloaded phf_shared v0.10.0 |
774 | 2024-11-20T23:23:54.132Z | Downloaded embedded-io v0.6.1 |
775 | 2024-11-20T23:23:54.134Z | Downloaded smallvec v0.6.14 |
776 | 2024-11-20T23:23:54.136Z | Downloaded rcgen v0.12.1 |
777 | 2024-11-20T23:23:54.139Z | Downloaded float-ord v0.3.2 |
778 | 2024-11-20T23:23:54.141Z | Downloaded float-cmp v0.9.0 |
779 | 2024-11-20T23:23:54.141Z | Downloaded typed-path v0.9.3 |
780 | 2024-11-20T23:23:54.148Z | Downloaded flagset v0.4.6 |
781 | 2024-11-20T23:23:54.151Z | Downloaded toml v0.7.8 |
782 | 2024-11-20T23:23:54.154Z | Downloaded libm v0.2.8 |
783 | 2024-11-20T23:23:54.163Z | Downloaded postcard v1.0.10 |
784 | 2024-11-20T23:23:54.166Z | Downloaded zone_cfg_derive v0.3.0 |
785 | 2024-11-20T23:23:54.169Z | Downloaded serde_path_to_error v0.1.16 |
786 | 2024-11-20T23:23:54.171Z | Downloaded serde-hex v0.1.0 |
787 | 2024-11-20T23:23:54.171Z | Downloaded sec1 v0.7.3 |
788 | 2024-11-20T23:23:54.174Z | Downloaded serde_yaml v0.9.34+deprecated |
789 | 2024-11-20T23:23:54.177Z | Downloaded hash32 v0.3.1 |
790 | 2024-11-20T23:23:54.180Z | Downloaded des v0.8.1 |
791 | 2024-11-20T23:23:54.182Z | Downloaded tracing v0.1.40 |
792 | 2024-11-20T23:23:54.187Z | Downloaded publicsuffix v2.2.3 |
793 | 2024-11-20T23:23:54.191Z | Downloaded fixedbitset v0.4.2 |
794 | 2024-11-20T23:23:54.193Z | Downloaded phf_shared v0.11.2 |
795 | 2024-11-20T23:23:54.193Z | Downloaded phf v0.11.2 |
796 | 2024-11-20T23:23:54.196Z | Downloaded nu-ansi-term v0.50.1 |
797 | 2024-11-20T23:23:54.198Z | Downloaded phf_generator v0.11.2 |
798 | 2024-11-20T23:23:54.201Z | Downloaded waitgroup v0.1.2 |
799 | 2024-11-20T23:23:54.201Z | Downloaded diesel_table_macro_syntax v0.2.0 |
800 | 2024-11-20T23:23:54.203Z | Downloaded slog-term v2.9.1 |
801 | 2024-11-20T23:23:54.206Z | Downloaded parking_lot_core v0.8.6 |
802 | 2024-11-20T23:23:54.208Z | Downloaded zeroize v1.8.1 |
803 | 2024-11-20T23:23:54.211Z | Downloaded password-hash v0.4.2 |
804 | 2024-11-20T23:23:54.214Z | Downloaded derive_more v0.99.18 |
805 | 2024-11-20T23:23:54.218Z | Downloaded serde_derive_internals v0.29.1 |
806 | 2024-11-20T23:23:54.221Z | Downloaded x509-cert v0.2.5 |
807 | 2024-11-20T23:23:54.228Z | Downloaded openssl-macros v0.1.1 |
808 | 2024-11-20T23:23:54.230Z | Downloaded itertools v0.12.1 |
809 | 2024-11-20T23:23:54.237Z | Downloaded glob v0.3.1 |
810 | 2024-11-20T23:23:54.240Z | Downloaded yoke-derive v0.7.4 |
811 | 2024-11-20T23:23:54.240Z | Downloaded newtype_derive v0.1.6 |
812 | 2024-11-20T23:23:54.243Z | Downloaded hashlink v0.9.1 |
813 | 2024-11-20T23:23:54.246Z | Downloaded structmeta-derive v0.3.0 |
814 | 2024-11-20T23:23:54.248Z | Downloaded mockall v0.13.0 |
815 | 2024-11-20T23:23:54.248Z | Downloaded structmeta-derive v0.2.0 |
816 | 2024-11-20T23:23:54.251Z | Downloaded libxml v0.3.3 |
817 | 2024-11-20T23:23:54.256Z | Downloaded psl-types v2.0.11 |
818 | 2024-11-20T23:23:54.258Z | Downloaded pkg-config v0.3.31 |
819 | 2024-11-20T23:23:54.263Z | Downloaded parking_lot v0.12.3 |
820 | 2024-11-20T23:23:54.265Z | Downloaded dirs-next v2.0.0 |
821 | 2024-11-20T23:23:54.265Z | Downloaded futures-executor v0.3.31 |
822 | 2024-11-20T23:23:54.265Z | Downloaded ron v0.7.1 |
823 | 2024-11-20T23:23:54.272Z | Downloaded postgres-protocol v0.6.7 |
824 | 2024-11-20T23:23:54.274Z | Downloaded tracing-core v0.1.32 |
825 | 2024-11-20T23:23:54.277Z | Downloaded dunce v1.0.5 |
826 | 2024-11-20T23:23:54.279Z | Downloaded rayon v1.10.0 |
827 | 2024-11-20T23:23:54.289Z | Downloaded predicates v3.1.2 |
828 | 2024-11-20T23:23:54.293Z | Downloaded futures-io v0.3.31 |
829 | 2024-11-20T23:23:54.296Z | Downloaded ed25519 v2.2.3 |
830 | 2024-11-20T23:23:54.299Z | Downloaded winnow v0.5.40 |
831 | 2024-11-20T23:23:54.307Z | Downloaded precomputed-hash v0.1.1 |
832 | 2024-11-20T23:23:54.309Z | Downloaded bindgen v0.69.5 |
833 | 2024-11-20T23:23:54.318Z | Downloaded zone_cfg_derive v0.1.2 |
834 | 2024-11-20T23:23:54.320Z | Downloaded typify v0.2.0 |
835 | 2024-11-20T23:23:54.323Z | Downloaded tokio-rustls v0.26.0 |
836 | 2024-11-20T23:23:54.325Z | Downloaded tinyvec v1.8.0 |
837 | 2024-11-20T23:23:54.328Z | Downloaded vte_generate_state_changes v0.1.2 |
838 | 2024-11-20T23:23:54.331Z | Downloaded termios v0.3.3 |
839 | 2024-11-20T23:23:54.334Z | Downloaded futures-util v0.3.31 |
840 | 2024-11-20T23:23:54.346Z | Downloaded packed_struct v0.10.1 |
841 | 2024-11-20T23:23:54.349Z | Downloaded slog-async v2.8.0 |
842 | 2024-11-20T23:23:54.351Z | Downloaded scheduled-thread-pool v0.2.7 |
843 | 2024-11-20T23:23:54.351Z | Downloaded slog-envlogger v2.2.0 |
844 | 2024-11-20T23:23:54.353Z | Downloaded slog-dtrace v0.3.0 |
845 | 2024-11-20T23:23:54.357Z | Downloaded strum_macros v0.25.3 |
846 | 2024-11-20T23:23:54.357Z | Downloaded num v0.4.3 |
847 | 2024-11-20T23:23:54.357Z | Downloaded headers v0.4.0 |
848 | 2024-11-20T23:23:54.363Z | Downloaded defmt v0.3.8 |
849 | 2024-11-20T23:23:54.369Z | Downloaded itertools v0.13.0 |
850 | 2024-11-20T23:23:54.376Z | Downloaded slog-scope v4.4.0 |
851 | 2024-11-20T23:23:54.381Z | Downloaded newtype-uuid v1.1.3 |
852 | 2024-11-20T23:23:54.381Z | Downloaded tabwriter v1.4.0 |
853 | 2024-11-20T23:23:54.384Z | Downloaded snafu-derive v0.8.5 |
854 | 2024-11-20T23:23:54.384Z | Downloaded slog v2.7.0 |
855 | 2024-11-20T23:23:54.388Z | Downloaded pin-project v1.1.6 |
856 | 2024-11-20T23:23:54.397Z | Downloaded zone v0.3.0 |
857 | 2024-11-20T23:23:54.399Z | Downloaded miniz_oxide v0.8.0 |
858 | 2024-11-20T23:23:54.402Z | Downloaded slog-json v2.6.1 |
859 | 2024-11-20T23:23:54.404Z | Downloaded parking_lot v0.11.2 |
860 | 2024-11-20T23:23:54.406Z | Downloaded zerocopy v0.6.6 |
861 | 2024-11-20T23:23:54.409Z | Downloaded static_assertions v1.1.0 |
862 | 2024-11-20T23:23:54.411Z | Downloaded ppv-lite86 v0.2.20 |
863 | 2024-11-20T23:23:54.414Z | Downloaded poly1305 v0.8.0 |
864 | 2024-11-20T23:23:54.416Z | Downloaded chrono v0.4.38 |
865 | 2024-11-20T23:23:54.424Z | Downloaded tungstenite v0.23.0 |
866 | 2024-11-20T23:23:54.428Z | Downloaded socket2 v0.5.7 |
867 | 2024-11-20T23:23:54.430Z | Downloaded num-bigint v0.4.6 |
868 | 2024-11-20T23:23:54.436Z | Downloaded vte v0.11.1 |
869 | 2024-11-20T23:23:54.439Z | Downloaded fallible-iterator v0.3.0 |
870 | 2024-11-20T23:23:54.441Z | Downloaded ed25519-dalek v2.1.1 |
871 | 2024-11-20T23:23:54.444Z | Downloaded quinn v0.11.5 |
872 | 2024-11-20T23:23:54.448Z | Downloaded mockall_derive v0.13.0 |
873 | 2024-11-20T23:23:54.451Z | Downloaded rustls-webpki v0.101.7 |
874 | 2024-11-20T23:23:54.466Z | Downloaded value-bag v1.9.0 |
875 | 2024-11-20T23:23:54.469Z | Downloaded zip v0.6.6 |
876 | 2024-11-20T23:23:54.474Z | Downloaded hashbrown v0.12.3 |
877 | 2024-11-20T23:23:54.478Z | Downloaded tungstenite v0.24.0 |
878 | 2024-11-20T23:23:54.482Z | Downloaded tough v0.19.0 |
879 | 2024-11-20T23:23:54.492Z | Downloaded tar v0.4.42 |
880 | 2024-11-20T23:23:54.495Z | Downloaded futures-channel v0.3.31 |
881 | 2024-11-20T23:23:54.498Z | Downloaded russh v0.45.0 |
882 | 2024-11-20T23:23:54.503Z | Downloaded reedline v0.35.0 |
883 | 2024-11-20T23:23:54.511Z | Downloaded serde_with v3.11.0 |
884 | 2024-11-20T23:23:54.521Z | Downloaded zopfli v0.8.1 |
885 | 2024-11-20T23:23:54.523Z | Downloaded p521 v0.13.3 |
886 | 2024-11-20T23:23:54.528Z | Downloaded zip v2.1.3 |
887 | 2024-11-20T23:23:54.533Z | Downloaded num-bigint-dig v0.8.4 |
888 | 2024-11-20T23:23:54.540Z | Downloaded samael v0.0.17 |
889 | 2024-11-20T23:23:54.545Z | Downloaded reqwest v0.12.9 |
890 | 2024-11-20T23:23:54.555Z | Downloaded hashbrown v0.13.2 |
891 | 2024-11-20T23:23:54.560Z | Downloaded p256 v0.13.2 |
892 | 2024-11-20T23:23:54.564Z | Downloaded quick-xml v0.33.0 |
893 | 2024-11-20T23:23:54.571Z | Downloaded icu_properties_data v1.5.0 |
894 | 2024-11-20T23:23:54.584Z | Downloaded portable-atomic v1.9.0 |
895 | 2024-11-20T23:23:54.591Z | Downloaded lalrpop v0.19.12 |
896 | 2024-11-20T23:23:54.604Z | Downloaded rusqlite v0.32.1 |
897 | 2024-11-20T23:23:54.611Z | Downloaded rustyline v14.0.0 |
898 | 2024-11-20T23:23:54.618Z | Downloaded zerovec v0.10.4 |
899 | 2024-11-20T23:23:54.625Z | Downloaded expectorate v1.1.0 |
900 | 2024-11-20T23:23:54.627Z | Downloaded quinn-proto v0.11.8 |
901 | 2024-11-20T23:23:54.636Z | Downloaded steno v0.4.1 |
902 | 2024-11-20T23:23:54.641Z | Downloaded unicode-width v0.2.0 |
903 | 2024-11-20T23:23:54.646Z | Downloaded regress v0.9.1 |
904 | 2024-11-20T23:23:54.656Z | Downloaded curve25519-dalek v4.1.3 |
905 | 2024-11-20T23:23:54.667Z | Downloaded bstr v1.10.0 |
906 | 2024-11-20T23:23:54.678Z | Downloaded idna v0.2.3 |
907 | 2024-11-20T23:23:54.685Z | Downloaded vcpkg v0.2.15 |
908 | 2024-11-20T23:23:54.725Z | Downloaded zerocopy v0.8.10 |
909 | 2024-11-20T23:23:54.750Z | Downloaded git2 v0.19.0 |
910 | 2024-11-20T23:23:54.759Z | Downloaded rustls v0.22.4 |
911 | 2024-11-20T23:23:54.775Z | Downloaded hashbrown v0.14.5 |
912 | 2024-11-20T23:23:54.779Z | Downloaded object v0.36.5 |
913 | 2024-11-20T23:23:54.791Z | Downloaded smoltcp v0.11.0 |
914 | 2024-11-20T23:23:54.806Z | Downloaded openssl v0.10.66 |
915 | 2024-11-20T23:23:54.817Z | Downloaded sqlparser v0.45.0 |
916 | 2024-11-20T23:23:54.821Z | Downloaded radix_trie v0.2.1 |
917 | 2024-11-20T23:23:54.826Z | Downloaded trust-dns-proto v0.22.0 |
918 | 2024-11-20T23:23:54.840Z | Downloaded object v0.30.4 |
919 | 2024-11-20T23:23:54.849Z | Downloaded idna v0.4.0 |
920 | 2024-11-20T23:23:54.857Z | Downloaded nix v0.28.0 |
921 | 2024-11-20T23:23:54.870Z | Downloaded salty v0.3.0 |
922 | 2024-11-20T23:23:54.877Z | Downloaded diesel v2.2.4 |
923 | 2024-11-20T23:23:54.897Z | Downloaded proptest v1.5.0 |
924 | 2024-11-20T23:23:54.906Z | Downloaded nix v0.29.0 |
925 | 2024-11-20T23:23:54.919Z | Downloaded smoltcp v0.9.1 |
926 | 2024-11-20T23:23:54.931Z | Downloaded typify-impl v0.2.0 |
927 | 2024-11-20T23:23:54.948Z | Downloaded ratatui v0.28.1 |
928 | 2024-11-20T23:23:54.968Z | Downloaded p384 v0.13.0 |
929 | 2024-11-20T23:23:54.975Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
930 | 2024-11-20T23:23:54.987Z | Downloaded regex-syntax v0.6.29 |
931 | 2024-11-20T23:23:54.995Z | Downloaded hickory-proto v0.24.1 |
932 | 2024-11-20T23:23:55.012Z | Downloaded rustls v0.21.12 |
933 | 2024-11-20T23:23:55.023Z | Downloaded zerocopy-derive v0.6.6 |
934 | 2024-11-20T23:23:55.033Z | Downloaded dropshot v0.12.0 |
935 | 2024-11-20T23:23:55.053Z | Downloaded nix v0.27.1 |
936 | 2024-11-20T23:23:55.064Z | Downloaded regress v0.10.1 |
937 | 2024-11-20T23:23:55.079Z | Downloaded dropshot v0.13.0 |
938 | 2024-11-20T23:23:55.095Z | Downloaded regex-syntax v0.8.5 |
939 | 2024-11-20T23:23:55.103Z | Downloaded openapiv3 v2.0.0 |
940 | 2024-11-20T23:23:55.117Z | Downloaded petgraph v0.6.5 |
941 | 2024-11-20T23:23:55.135Z | Downloaded regex v1.11.1 |
942 | 2024-11-20T23:23:55.148Z | Downloaded polar-core v0.27.3 |
943 | 2024-11-20T23:23:55.157Z | Downloaded rustls v0.23.14 |
944 | 2024-11-20T23:23:55.169Z | Downloaded sled v0.34.7 |
945 | 2024-11-20T23:23:55.180Z | Downloaded csv v1.3.0 |
946 | 2024-11-20T23:23:55.200Z | Downloaded sha3 v0.10.8 |
947 | 2024-11-20T23:23:55.205Z | Downloaded webpki-roots v0.26.6 |
948 | 2024-11-20T23:23:55.209Z | Downloaded gimli v0.31.1 |
949 | 2024-11-20T23:23:55.217Z | Downloaded rustls-webpki v0.102.8 |
950 | 2024-11-20T23:23:55.235Z | Downloaded petname v2.0.2 |
951 | 2024-11-20T23:23:55.242Z | Downloaded idna v0.5.0 |
952 | 2024-11-20T23:23:55.248Z | Downloaded idna v0.3.0 |
953 | 2024-11-20T23:23:55.255Z | Downloaded chrono-tz v0.10.0 |
954 | 2024-11-20T23:23:55.263Z | Downloaded time v0.3.36 |
955 | 2024-11-20T23:23:55.270Z | Downloaded h2 v0.4.6 |
956 | 2024-11-20T23:23:55.277Z | Downloaded tokio-util v0.7.12 |
957 | 2024-11-20T23:23:55.284Z | Downloaded regex-automata v0.4.8 |
958 | 2024-11-20T23:23:55.302Z | Downloaded nom v7.1.3 |
959 | 2024-11-20T23:23:55.307Z | Downloaded powerfmt v0.2.0 |
960 | 2024-11-20T23:23:55.310Z | Downloaded phf_codegen v0.11.2 |
961 | 2024-11-20T23:23:55.310Z | Downloaded uzers v0.12.1 |
962 | 2024-11-20T23:23:55.312Z | Downloaded owo-colors v4.1.0 |
963 | 2024-11-20T23:23:55.315Z | Downloaded subprocess v0.2.9 |
964 | 2024-11-20T23:23:55.317Z | Downloaded lzma-sys v0.1.20 |
965 | 2024-11-20T23:23:55.346Z | Downloaded sct v0.7.1 |
966 | 2024-11-20T23:23:55.349Z | Downloaded diff v0.1.13 |
967 | 2024-11-20T23:23:55.352Z | Downloaded polyval v0.6.2 |
968 | 2024-11-20T23:23:55.355Z | Downloaded rusty-fork v0.3.0 |
969 | 2024-11-20T23:23:55.358Z | Downloaded flate2 v1.0.34 |
970 | 2024-11-20T23:23:55.361Z | Downloaded bitvec v1.0.1 |
971 | 2024-11-20T23:23:55.376Z | Downloaded pin-project-internal v1.1.6 |
972 | 2024-11-20T23:23:55.379Z | Downloaded toml_edit v0.19.15 |
973 | 2024-11-20T23:23:55.393Z | Downloaded libz-sys v1.1.20 |
974 | 2024-11-20T23:23:55.414Z | Downloaded hkdf v0.12.4 |
975 | 2024-11-20T23:23:55.416Z | Downloaded pin-project-lite v0.2.14 |
976 | 2024-11-20T23:23:55.421Z | Downloaded hyper v1.5.0 |
977 | 2024-11-20T23:23:55.427Z | Downloaded thiserror-no-std v2.0.2 |
978 | 2024-11-20T23:23:55.432Z | Downloaded thiserror-impl-no-std v2.0.2 |
979 | 2024-11-20T23:23:55.434Z | Downloaded futures v0.3.31 |
980 | 2024-11-20T23:23:55.438Z | Downloaded salsa20 v0.10.2 |
981 | 2024-11-20T23:23:55.440Z | Downloaded tokio v1.40.0 |
982 | 2024-11-20T23:23:55.476Z | Downloaded zerovec-derive v0.10.3 |
983 | 2024-11-20T23:23:55.478Z | Downloaded progenitor-macro v0.8.0 |
984 | 2024-11-20T23:23:55.478Z | Downloaded structmeta v0.3.0 |
985 | 2024-11-20T23:23:55.481Z | Downloaded unicode-normalization v0.1.24 |
986 | 2024-11-20T23:23:55.485Z | Downloaded globset v0.4.15 |
987 | 2024-11-20T23:23:55.487Z | Downloaded zerocopy-derive v0.8.10 |
988 | 2024-11-20T23:23:55.490Z | Downloaded ron v0.8.1 |
989 | 2024-11-20T23:23:55.495Z | Downloaded parse-zoneinfo v0.3.1 |
990 | 2024-11-20T23:23:55.499Z | Downloaded blake3 v1.5.4 |
991 | 2024-11-20T23:23:55.507Z | Downloaded strum_macros v0.24.3 |
992 | 2024-11-20T23:23:55.509Z | Downloaded rustversion v1.0.17 |
993 | 2024-11-20T23:23:55.511Z | Downloaded uuid v1.11.0 |
994 | 2024-11-20T23:23:55.514Z | Downloaded test-strategy v0.3.1 |
995 | 2024-11-20T23:23:55.519Z | Downloaded fallible-iterator v0.2.0 |
996 | 2024-11-20T23:23:55.522Z | Downloaded ref-cast v1.0.23 |
997 | 2024-11-20T23:23:55.524Z | Downloaded diesel-dtrace v0.3.0 |
998 | 2024-11-20T23:23:55.527Z | Downloaded tls_codec_derive v0.4.1 |
999 | 2024-11-20T23:23:55.527Z | Downloaded tls_codec v0.4.1 |
1000 | 2024-11-20T23:23:55.531Z | Downloaded oso-derive v0.27.3 |
1001 | 2024-11-20T23:23:55.531Z | Downloaded wait-timeout v0.2.0 |
1002 | 2024-11-20T23:23:55.533Z | Downloaded sqlformat v0.2.6 |
1003 | 2024-11-20T23:23:55.533Z | Downloaded url v2.5.3 |
1004 | 2024-11-20T23:23:55.535Z | Downloaded flume v0.11.1 |
1005 | 2024-11-20T23:23:55.539Z | Downloaded aws-lc-rs v1.10.0 |
1006 | 2024-11-20T23:23:55.548Z | Downloaded env_logger v0.11.5 |
1007 | 2024-11-20T23:23:55.551Z | Downloaded embedded-io v0.4.0 |
1008 | 2024-11-20T23:23:55.553Z | Downloaded walkdir v2.5.0 |
1009 | 2024-11-20T23:23:55.556Z | Downloaded sha1 v0.10.6 |
1010 | 2024-11-20T23:23:55.558Z | Downloaded serde_plain v1.0.2 |
1011 | 2024-11-20T23:23:55.558Z | Downloaded multer v3.1.0 |
1012 | 2024-11-20T23:23:55.561Z | Downloaded snafu v0.8.5 |
1013 | 2024-11-20T23:23:55.566Z | Downloaded idna v1.0.3 |
1014 | 2024-11-20T23:23:55.570Z | Downloaded elliptic-curve v0.13.8 |
1015 | 2024-11-20T23:23:55.573Z | Downloaded der v0.7.9 |
1016 | 2024-11-20T23:23:55.578Z | Downloaded parking_lot_core v0.9.10 |
1017 | 2024-11-20T23:23:55.581Z | Downloaded unicode-segmentation v1.12.0 |
1018 | 2024-11-20T23:23:55.584Z | Downloaded postgres-types v0.2.8 |
1019 | 2024-11-20T23:23:55.588Z | Downloaded password-hash v0.5.0 |
1020 | 2024-11-20T23:23:55.590Z | Downloaded itertools v0.10.5 |
1021 | 2024-11-20T23:23:55.594Z | Downloaded derive_builder_core v0.20.2 |
1022 | 2024-11-20T23:23:55.597Z | Downloaded getrandom v0.2.15 |
1023 | 2024-11-20T23:23:55.599Z | Downloaded slog-bunyan v2.5.0 |
1024 | 2024-11-20T23:23:55.601Z | Downloaded pbkdf2 v0.11.0 |
1025 | 2024-11-20T23:23:55.603Z | Downloaded paste v1.0.15 |
1026 | 2024-11-20T23:23:55.606Z | Downloaded tokio-stream v0.1.16 |
1027 | 2024-11-20T23:23:55.611Z | Downloaded native-tls v0.2.12 |
1028 | 2024-11-20T23:23:55.613Z | Downloaded ssh-key v0.6.6 |
1029 | 2024-11-20T23:23:55.620Z | Downloaded rtoolbox v0.0.2 |
1030 | 2024-11-20T23:23:55.623Z | Downloaded openssl-sys v0.9.103 |
1031 | 2024-11-20T23:23:55.627Z | Downloaded crossterm v0.28.1 |
1032 | 2024-11-20T23:23:55.633Z | Downloaded encoding_rs v0.8.34 |
1033 | 2024-11-20T23:23:55.655Z | Downloaded defmt-macros v0.3.9 |
1034 | 2024-11-20T23:23:55.658Z | Downloaded strum_macros v0.26.4 |
1035 | 2024-11-20T23:23:55.660Z | Downloaded mio v1.0.2 |
1036 | 2024-11-20T23:23:55.665Z | Downloaded http v1.1.0 |
1037 | 2024-11-20T23:23:55.669Z | Downloaded der_derive v0.7.3 |
1038 | 2024-11-20T23:23:55.671Z | Downloaded rustls-pki-types v1.9.0 |
1039 | 2024-11-20T23:23:55.674Z | Downloaded yasna v0.5.2 |
1040 | 2024-11-20T23:23:55.676Z | Downloaded num-traits v0.2.19 |
1041 | 2024-11-20T23:23:55.679Z | Downloaded tungstenite v0.21.0 |
1042 | 2024-11-20T23:23:55.682Z | Downloaded num-iter v0.1.45 |
1043 | 2024-11-20T23:23:55.684Z | Downloaded num-integer v0.1.46 |
1044 | 2024-11-20T23:23:55.685Z | Downloaded futures-sink v0.3.31 |
1045 | 2024-11-20T23:23:55.687Z | Downloaded futures-macro v0.3.31 |
1046 | 2024-11-20T23:23:55.687Z | Downloaded tinystr v0.7.6 |
1047 | 2024-11-20T23:23:55.689Z | Downloaded tokio-postgres v0.7.12 |
1048 | 2024-11-20T23:23:55.693Z | Downloaded pkcs5 v0.7.1 |
1049 | 2024-11-20T23:23:55.697Z | Downloaded fatfs v0.3.6 |
1050 | 2024-11-20T23:23:55.700Z | Downloaded strip-ansi-escapes v0.2.0 |
1051 | 2024-11-20T23:23:55.702Z | Downloaded serde_urlencoded v0.7.1 |
1052 | 2024-11-20T23:23:55.704Z | Downloaded rand_core v0.6.4 |
1053 | 2024-11-20T23:23:55.704Z | Downloaded env_logger v0.10.2 |
1054 | 2024-11-20T23:23:55.707Z | Downloaded serde_repr v0.1.19 |
1055 | 2024-11-20T23:23:55.709Z | Downloaded env_filter v0.1.2 |
1056 | 2024-11-20T23:23:55.711Z | Downloaded rand_xorshift v0.3.0 |
1057 | 2024-11-20T23:23:55.714Z | Downloaded icu_collections v1.5.0 |
1058 | 2024-11-20T23:23:55.718Z | Downloaded which v4.4.2 |
1059 | 2024-11-20T23:23:55.720Z | Downloaded tui-tree-widget v0.22.0 |
1060 | 2024-11-20T23:23:55.722Z | Downloaded same-file v1.0.6 |
1061 | 2024-11-20T23:23:55.722Z | Downloaded hickory-server v0.24.1 |
1062 | 2024-11-20T23:23:55.727Z | Downloaded ghash v0.5.1 |
1063 | 2024-11-20T23:23:55.730Z | Downloaded indexmap v1.9.3 |
1064 | 2024-11-20T23:23:55.732Z | Downloaded bumpalo v3.16.0 |
1065 | 2024-11-20T23:23:55.735Z | Downloaded ena v0.14.3 |
1066 | 2024-11-20T23:23:55.737Z | Downloaded dirs-sys-next v0.1.2 |
1067 | 2024-11-20T23:23:55.737Z | Downloaded radium v0.7.0 |
1068 | 2024-11-20T23:23:55.742Z | Downloaded rsa v0.9.6 |
1069 | 2024-11-20T23:23:55.744Z | Downloaded indicatif v0.17.9 |
1070 | 2024-11-20T23:23:55.747Z | Downloaded dropshot_endpoint v0.13.0 |
1071 | 2024-11-20T23:23:55.750Z | Downloaded dropshot_endpoint v0.12.0 |
1072 | 2024-11-20T23:23:55.755Z | Downloaded string_cache v0.8.7 |
1073 | 2024-11-20T23:23:55.757Z | Downloaded slab v0.4.9 |
1074 | 2024-11-20T23:23:55.757Z | Downloaded signature v2.2.0 |
1075 | 2024-11-20T23:23:55.759Z | Downloaded signal-hook-registry v1.4.2 |
1076 | 2024-11-20T23:23:55.760Z | Downloaded rustc_version v0.4.1 |
1077 | 2024-11-20T23:23:55.762Z | Downloaded rustc_version v0.1.7 |
1078 | 2024-11-20T23:23:55.762Z | Downloaded rustc-hash v2.0.0 |
1079 | 2024-11-20T23:23:55.764Z | Downloaded form_urlencoded v1.2.1 |
1080 | 2024-11-20T23:23:55.764Z | Downloaded num-rational v0.4.2 |
1081 | 2024-11-20T23:23:55.766Z | Downloaded nibble_vec v0.1.0 |
1082 | 2024-11-20T23:23:55.766Z | Downloaded unicode-properties v0.1.3 |
1083 | 2024-11-20T23:23:55.769Z | Downloaded schemars v0.8.21 |
1084 | 2024-11-20T23:23:55.781Z | Downloaded heapless v0.8.0 |
1085 | 2024-11-20T23:23:55.785Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1086 | 2024-11-20T23:23:55.843Z | Downloaded crypto-bigint v0.5.5 |
1087 | 2024-11-20T23:23:55.849Z | Downloaded const_format v0.2.33 |
1088 | 2024-11-20T23:23:55.853Z | Downloaded icu_normalizer_data v1.5.0 |
1089 | 2024-11-20T23:23:55.856Z | Downloaded icu_normalizer v1.5.0 |
1090 | 2024-11-20T23:23:55.859Z | Downloaded signal-hook-mio v0.2.4 |
1091 | 2024-11-20T23:23:55.861Z | Downloaded shlex v1.3.0 |
1092 | 2024-11-20T23:23:55.861Z | Downloaded semver v0.1.20 |
1093 | 2024-11-20T23:23:55.863Z | Downloaded predicates-tree v1.0.11 |
1094 | 2024-11-20T23:23:55.863Z | Downloaded pin-utils v0.1.0 |
1095 | 2024-11-20T23:23:55.867Z | Downloaded prettyplease v0.2.25 |
1096 | 2024-11-20T23:23:55.868Z | Downloaded derive_builder v0.20.2 |
1097 | 2024-11-20T23:23:55.871Z | Downloaded mime_guess v2.0.5 |
1098 | 2024-11-20T23:23:55.874Z | Downloaded signal-hook-tokio v0.3.1 |
1099 | 2024-11-20T23:23:55.877Z | Downloaded tokio-native-tls v0.3.1 |
1100 | 2024-11-20T23:23:55.879Z | Downloaded icu_locid_transform_data v1.5.0 |
1101 | 2024-11-20T23:23:55.881Z | Downloaded icu_provider v1.5.0 |
1102 | 2024-11-20T23:23:55.884Z | Downloaded chacha20poly1305 v0.10.1 |
1103 | 2024-11-20T23:23:55.884Z | Downloaded bytes v1.8.0 |
1104 | 2024-11-20T23:23:55.887Z | Downloaded icu_locid v1.5.0 |
1105 | 2024-11-20T23:23:55.892Z | Downloaded memmap2 v0.9.5 |
1106 | 2024-11-20T23:23:55.894Z | Downloaded data-encoding v2.6.0 |
1107 | 2024-11-20T23:23:55.897Z | Downloaded xattr v1.3.1 |
1108 | 2024-11-20T23:23:55.899Z | Downloaded wyz v0.5.1 |
1109 | 2024-11-20T23:23:55.899Z | Downloaded writeable v0.5.5 |
1110 | 2024-11-20T23:23:55.902Z | Downloaded twox-hash v1.6.3 |
1111 | 2024-11-20T23:23:55.904Z | Downloaded smallvec v1.13.2 |
1112 | 2024-11-20T23:23:55.906Z | Downloaded backtrace v0.3.74 |
1113 | 2024-11-20T23:23:55.910Z | Downloaded ipnet v2.10.1 |
1114 | 2024-11-20T23:23:55.913Z | Downloaded aho-corasick v1.1.3 |
1115 | 2024-11-20T23:23:55.918Z | Downloaded cookie v0.18.1 |
1116 | 2024-11-20T23:23:55.921Z | Downloaded const-oid v0.9.6 |
1117 | 2024-11-20T23:23:55.923Z | Downloaded clang-sys v1.8.1 |
1118 | 2024-11-20T23:23:55.926Z | Downloaded ciborium v0.2.2 |
1119 | 2024-11-20T23:23:55.929Z | Downloaded md-5 v0.10.6 |
1120 | 2024-11-20T23:23:55.931Z | Downloaded maplit v1.0.2 |
1121 | 2024-11-20T23:23:55.931Z | Downloaded lru-cache v0.1.2 |
1122 | 2024-11-20T23:23:55.934Z | Downloaded siphasher v0.3.11 |
1123 | 2024-11-20T23:23:55.934Z | Downloaded simd-adler32 v0.3.7 |
1124 | 2024-11-20T23:23:55.936Z | Downloaded httpdate v1.0.3 |
1125 | 2024-11-20T23:23:55.936Z | Downloaded tinyvec_macros v0.1.1 |
1126 | 2024-11-20T23:23:55.936Z | Downloaded shell-words v1.1.0 |
1127 | 2024-11-20T23:23:55.939Z | Downloaded base64 v0.13.1 |
1128 | 2024-11-20T23:23:55.941Z | Downloaded linear-map v1.2.0 |
1129 | 2024-11-20T23:23:55.944Z | Downloaded lazy_static v1.5.0 |
1130 | 2024-11-20T23:23:55.944Z | Downloaded instability v0.3.2 |
1131 | 2024-11-20T23:23:55.951Z | Downloaded scopeguard v1.2.0 |
1132 | 2024-11-20T23:23:55.951Z | Downloaded schemars_derive v0.8.21 |
1133 | 2024-11-20T23:23:55.953Z | Downloaded maybe-uninit v2.0.0 |
1134 | 2024-11-20T23:23:55.953Z | Downloaded managed v0.8.0 |
1135 | 2024-11-20T23:23:55.953Z | Downloaded lru v0.12.5 |
1136 | 2024-11-20T23:23:55.953Z | Downloaded lalrpop-util v0.19.12 |
1137 | 2024-11-20T23:23:55.953Z | Downloaded indoc v1.0.9 |
1138 | 2024-11-20T23:23:55.955Z | Downloaded inout v0.1.3 |
1139 | 2024-11-20T23:23:55.958Z | Downloaded idna_adapter v1.2.0 |
1140 | 2024-11-20T23:23:55.958Z | Downloaded crc32fast v1.4.2 |
1141 | 2024-11-20T23:23:55.960Z | Downloaded const_format_proc_macros v0.2.33 |
1142 | 2024-11-20T23:23:55.963Z | Downloaded colored v2.1.0 |
1143 | 2024-11-20T23:23:55.965Z | Downloaded impl-trait-for-tuples v0.2.2 |
1144 | 2024-11-20T23:23:55.967Z | Downloaded iana-time-zone v0.1.61 |
1145 | 2024-11-20T23:23:55.970Z | Downloaded cancel-safe-futures v0.1.5 |
1146 | 2024-11-20T23:23:55.972Z | Downloaded hostname v0.3.1 |
1147 | 2024-11-20T23:23:55.974Z | Downloaded hubpack_derive v0.1.1 |
1148 | 2024-11-20T23:23:55.974Z | Downloaded http-body v1.0.1 |
1149 | 2024-11-20T23:23:55.976Z | Downloaded hickory-client v0.24.1 |
1150 | 2024-11-20T23:23:55.978Z | Downloaded darling v0.20.10 |
1151 | 2024-11-20T23:23:55.981Z | Downloaded curve25519-dalek-derive v0.1.1 |
1152 | 2024-11-20T23:23:55.984Z | Downloaded blake2 v0.10.6 |
1153 | 2024-11-20T23:23:55.986Z | Downloaded crunchy v0.2.2 |
1154 | 2024-11-20T23:23:55.986Z | Downloaded crucible-workspace-hack v0.1.0 |
1155 | 2024-11-20T23:23:55.989Z | Downloaded hex v0.4.3 |
1156 | 2024-11-20T23:23:55.989Z | Downloaded chrono-tz-build v0.4.0 |
1157 | 2024-11-20T23:23:55.989Z | Downloaded cfg_aliases v0.1.1 |
1158 | 2024-11-20T23:23:55.991Z | Downloaded blowfish v0.9.1 |
1159 | 2024-11-20T23:23:55.991Z | Downloaded block-padding v0.3.3 |
1160 | 2024-11-20T23:23:56.218Z | Downloaded aws-lc-sys v0.22.0 |
1161 | 2024-11-20T23:23:56.533Z | Downloaded ring v0.17.8 |
1162 | 2024-11-20T23:23:56.710Z | Downloaded ring v0.16.20 |
1163 | 2024-11-20T23:23:56.791Z | Downloaded libsqlite3-sys v0.30.1 |
1164 | 2024-11-20T23:23:56.965Z | Compiling serde v1.0.215 |
1165 | 2024-11-20T23:23:56.969Z | Compiling lock_api v0.4.12 |
1166 | 2024-11-20T23:23:56.969Z | Compiling scopeguard v1.2.0 |
1167 | 2024-11-20T23:23:56.969Z | Compiling value-bag v1.9.0 |
1168 | 2024-11-20T23:23:56.969Z | Compiling typenum v1.17.0 |
1169 | 2024-11-20T23:23:56.969Z | Compiling generic-array v0.14.7 |
1170 | 2024-11-20T23:23:57.169Z | Compiling syn v2.0.87 |
1171 | 2024-11-20T23:23:57.185Z | Compiling getrandom v0.2.15 |
1172 | 2024-11-20T23:23:57.265Z | Compiling subtle v2.6.1 |
1173 | 2024-11-20T23:23:57.475Z | Compiling rand_core v0.6.4 |
1174 | 2024-11-20T23:23:57.612Z | Compiling log v0.4.22 |
1175 | 2024-11-20T23:23:57.695Z | Compiling shlex v1.3.0 |
1176 | 2024-11-20T23:23:57.697Z | Compiling jobserver v0.1.32 |
1177 | 2024-11-20T23:23:57.737Z | Compiling const-oid v0.9.6 |
1178 | 2024-11-20T23:23:58.145Z | Compiling smallvec v1.13.2 |
1179 | 2024-11-20T23:23:58.164Z | Compiling spin v0.9.8 |
1180 | 2024-11-20T23:23:58.220Z | Compiling cc v1.1.30 |
1181 | 2024-11-20T23:23:58.602Z | Compiling pin-project-lite v0.2.14 |
1182 | 2024-11-20T23:23:58.623Z | Compiling rustix v0.38.37 |
1183 | 2024-11-20T23:23:58.690Z | Compiling parking_lot_core v0.9.10 |
1184 | 2024-11-20T23:23:58.733Z | Compiling futures-core v0.3.31 |
1185 | 2024-11-20T23:23:58.876Z | Compiling signal-hook-registry v1.4.2 |
1186 | 2024-11-20T23:23:59.043Z | Compiling mio v1.0.2 |
1187 | 2024-11-20T23:23:59.572Z | Compiling aho-corasick v1.1.3 |
1188 | 2024-11-20T23:23:59.783Z | Compiling parking_lot v0.12.3 |
1189 | 2024-11-20T23:23:59.921Z | Compiling regex-syntax v0.8.5 |
1190 | 2024-11-20T23:23:59.941Z | Compiling either v1.13.0 |
1191 | 2024-11-20T23:24:00.064Z | Compiling cpufeatures v0.2.14 |
1192 | 2024-11-20T23:24:00.184Z | Compiling lazy_static v1.5.0 |
1193 | 2024-11-20T23:24:00.321Z | Compiling futures-sink v0.3.31 |
1194 | 2024-11-20T23:24:00.321Z | Compiling glob v0.3.1 |
1195 | 2024-11-20T23:24:00.388Z | Compiling stable_deref_trait v1.2.0 |
1196 | 2024-11-20T23:24:00.479Z | Compiling socket2 v0.5.7 |
1197 | 2024-11-20T23:24:00.511Z | Compiling slab v0.4.9 |
1198 | 2024-11-20T23:24:00.811Z | Compiling prettyplease v0.2.25 |
1199 | 2024-11-20T23:24:00.993Z | Compiling minimal-lexical v0.2.1 |
1200 | 2024-11-20T23:24:01.456Z | Compiling clang-sys v1.8.1 |
1201 | 2024-11-20T23:24:01.536Z | Compiling nom v7.1.3 |
1202 | 2024-11-20T23:24:01.612Z | Compiling libloading v0.8.5 |
1203 | 2024-11-20T23:24:01.612Z | Compiling home v0.5.9 |
1204 | 2024-11-20T23:24:01.831Z | Compiling bindgen v0.69.5 |
1205 | 2024-11-20T23:24:01.965Z | Compiling serde_json v1.0.132 |
1206 | 2024-11-20T23:24:02.334Z | Compiling futures-channel v0.3.31 |
1207 | 2024-11-20T23:24:02.648Z | Compiling itertools v0.12.1 |
1208 | 2024-11-20T23:24:02.778Z | Compiling lazycell v1.3.0 |
1209 | 2024-11-20T23:24:02.895Z | Compiling futures-task v0.3.31 |
1210 | 2024-11-20T23:24:02.970Z | Compiling foldhash v0.1.3 |
1211 | 2024-11-20T23:24:03.229Z | Compiling rustc-hash v1.1.0 |
1212 | 2024-11-20T23:24:03.314Z | Compiling allocator-api2 v0.2.18 |
1213 | 2024-11-20T23:24:03.398Z | Compiling pin-utils v0.1.0 |
1214 | 2024-11-20T23:24:03.497Z | Compiling futures-io v0.3.31 |
1215 | 2024-11-20T23:24:03.840Z | Compiling regex-automata v0.4.8 |
1216 | 2024-11-20T23:24:04.106Z | Compiling hashbrown v0.15.0 |
1217 | 2024-11-20T23:24:05.390Z | Compiling synstructure v0.13.1 |
1218 | 2024-11-20T23:24:05.480Z | Compiling cexpr v0.6.0 |
1219 | 2024-11-20T23:24:05.832Z | Compiling cmake v0.1.51 |
1220 | 2024-11-20T23:24:06.918Z | Compiling fs_extra v1.3.0 |
1221 | 2024-11-20T23:24:06.938Z | Compiling tinyvec_macros v0.1.1 |
1222 | 2024-11-20T23:24:07.051Z | Compiling dunce v1.0.5 |
1223 | 2024-11-20T23:24:07.114Z | Compiling libm v0.2.8 |
1224 | 2024-11-20T23:24:07.162Z | Compiling pkg-config v0.3.31 |
1225 | 2024-11-20T23:24:07.385Z | Compiling tinyvec v1.8.0 |
1226 | 2024-11-20T23:24:07.477Z | Compiling num-traits v0.2.19 |
1227 | 2024-11-20T23:24:08.055Z | Compiling ring v0.17.8 |
1228 | 2024-11-20T23:24:08.734Z | Compiling litemap v0.7.3 |
1229 | 2024-11-20T23:24:08.778Z | Compiling unicode-bidi v0.3.17 |
1230 | 2024-11-20T23:24:08.985Z | Compiling unicode-normalization v0.1.24 |
1231 | 2024-11-20T23:24:09.040Z | Compiling base64ct v1.6.0 |
1232 | 2024-11-20T23:24:09.120Z | Compiling paste v1.0.15 |
1233 | 2024-11-20T23:24:09.195Z | Compiling writeable v0.5.5 |
1234 | 2024-11-20T23:24:09.634Z | Compiling regex v1.11.1 |
1235 | 2024-11-20T23:24:09.729Z | Compiling pem-rfc7468 v0.7.0 |
1236 | 2024-11-20T23:24:10.181Z | Compiling aws-lc-rs v1.10.0 |
1237 | 2024-11-20T23:24:10.479Z | Compiling flagset v0.4.6 |
1238 | 2024-11-20T23:24:10.655Z | Compiling httparse v1.9.5 |
1239 | 2024-11-20T23:24:10.787Z | Compiling tracing-core v0.1.32 |
1240 | 2024-11-20T23:24:11.504Z | Compiling crossbeam-utils v0.8.20 |
1241 | 2024-11-20T23:24:11.932Z | Compiling icu_locid_transform_data v1.5.0 |
1242 | 2024-11-20T23:24:12.031Z | Compiling percent-encoding v2.3.1 |
1243 | 2024-11-20T23:24:12.090Z | Compiling rustls-pki-types v1.9.0 |
1244 | 2024-11-20T23:24:12.169Z | Compiling num-conv v0.1.0 |
1245 | 2024-11-20T23:24:12.296Z | Compiling serde_derive v1.0.215 |
1246 | 2024-11-20T23:24:12.491Z | Compiling zeroize_derive v1.4.2 |
1247 | 2024-11-20T23:24:12.502Z | Compiling zerocopy-derive v0.7.35 |
1248 | 2024-11-20T23:24:12.898Z | Compiling tokio-macros v2.4.0 |
1249 | 2024-11-20T23:24:13.227Z | Compiling zerofrom-derive v0.1.4 |
1250 | 2024-11-20T23:24:14.097Z | Compiling zeroize v1.8.1 |
1251 | 2024-11-20T23:24:14.577Z | Compiling yoke-derive v0.7.4 |
1252 | 2024-11-20T23:24:14.599Z | Compiling thiserror-impl v1.0.69 |
1253 | 2024-11-20T23:24:14.798Z | Compiling zerocopy v0.7.35 |
1254 | 2024-11-20T23:24:15.620Z | Compiling futures-macro v0.3.31 |
1255 | 2024-11-20T23:24:15.895Z | Compiling crypto-common v0.1.6 |
1256 | 2024-11-20T23:24:16.150Z | Compiling block-buffer v0.10.4 |
1257 | 2024-11-20T23:24:16.431Z | Compiling digest v0.10.7 |
1258 | 2024-11-20T23:24:16.515Z | Compiling zerovec-derive v0.10.3 |
1259 | 2024-11-20T23:24:16.926Z | Compiling hmac v0.12.1 |
1260 | 2024-11-20T23:24:17.169Z | Compiling block-padding v0.3.3 |
1261 | 2024-11-20T23:24:17.248Z | Compiling displaydoc v0.2.5 |
1262 | 2024-11-20T23:24:17.429Z | Compiling inout v0.1.3 |
1263 | 2024-11-20T23:24:17.462Z | Compiling zerofrom v0.1.4 |
1264 | 2024-11-20T23:24:17.673Z | Compiling futures-util v0.3.31 |
1265 | 2024-11-20T23:24:17.706Z | Compiling cipher v0.4.4 |
1266 | 2024-11-20T23:24:17.752Z | Compiling sha2 v0.10.8 |
1267 | 2024-11-20T23:24:17.813Z | Compiling yoke v0.7.4 |
1268 | 2024-11-20T23:24:18.122Z | Compiling thiserror v1.0.69 |
1269 | 2024-11-20T23:24:18.257Z | Compiling ppv-lite86 v0.2.20 |
1270 | 2024-11-20T23:24:18.275Z | Compiling der_derive v0.7.3 |
1271 | 2024-11-20T23:24:18.294Z | Compiling icu_provider_macros v1.5.0 |
1272 | 2024-11-20T23:24:19.136Z | Compiling rand_chacha v0.3.1 |
1273 | 2024-11-20T23:24:19.151Z | Compiling tracing-attributes v0.1.27 |
1274 | 2024-11-20T23:24:19.416Z | Compiling zerovec v0.10.4 |
1275 | 2024-11-20T23:24:19.586Z | Compiling rand v0.8.5 |
1276 | 2024-11-20T23:24:20.792Z | Compiling der v0.7.9 |
1277 | 2024-11-20T23:24:21.391Z | Compiling tinystr v0.7.6 |
1278 | 2024-11-20T23:24:21.623Z | Compiling icu_collections v1.5.0 |
1279 | 2024-11-20T23:24:21.765Z | Compiling pest v2.7.14 |
1280 | 2024-11-20T23:24:21.840Z | Compiling icu_locid v1.5.0 |
1281 | 2024-11-20T23:24:21.877Z | Compiling salsa20 v0.10.2 |
1282 | 2024-11-20T23:24:22.121Z | Compiling pbkdf2 v0.12.2 |
1283 | 2024-11-20T23:24:22.302Z | Compiling powerfmt v0.2.0 |
1284 | 2024-11-20T23:24:22.749Z | Compiling vcpkg v0.2.15 |
1285 | 2024-11-20T23:24:23.170Z | Compiling icu_provider v1.5.0 |
1286 | 2024-11-20T23:24:23.208Z | Compiling tracing v0.1.40 |
1287 | 2024-11-20T23:24:23.783Z | Compiling spki v0.7.3 |
1288 | 2024-11-20T23:24:24.125Z | Compiling icu_locid_transform v1.5.0 |
1289 | 2024-11-20T23:24:24.180Z | Compiling mirai-annotations v1.12.0 |
1290 | 2024-11-20T23:24:24.262Z | Compiling icu_properties_data v1.5.0 |
1291 | 2024-11-20T23:24:24.291Z | Compiling untrusted v0.9.0 |
1292 | 2024-11-20T23:24:24.312Z | Compiling untrusted v0.7.1 |
1293 | 2024-11-20T23:24:24.371Z | Compiling time-core v0.1.2 |
1294 | 2024-11-20T23:24:24.506Z | Compiling pest_meta v2.7.14 |
1295 | 2024-11-20T23:24:24.538Z | Compiling deranged v0.3.11 |
1296 | 2024-11-20T23:24:24.570Z | Compiling time-macros v0.2.18 |
1297 | 2024-11-20T23:24:24.982Z | Compiling scrypt v0.11.0 |
1298 | 2024-11-20T23:24:25.004Z | Compiling openssl-sys v0.9.103 |
1299 | 2024-11-20T23:24:25.567Z | Compiling icu_properties v1.5.1 |
1300 | 2024-11-20T23:24:26.160Z | Compiling aes v0.8.4 |
1301 | 2024-11-20T23:24:26.476Z | Compiling cbc v0.1.2 |
1302 | 2024-11-20T23:24:26.735Z | Compiling bitflags v2.6.0 |
1303 | 2024-11-20T23:24:26.903Z | Compiling bytes v1.8.0 |
1304 | 2024-11-20T23:24:27.935Z | Compiling tokio v1.40.0 |
1305 | 2024-11-20T23:24:28.295Z | Compiling indexmap v2.6.0 |
1306 | 2024-11-20T23:24:28.450Z | Compiling http v1.1.0 |
1307 | 2024-11-20T23:24:29.148Z | Compiling semver v1.0.23 |
1308 | 2024-11-20T23:24:30.183Z | Compiling rustc_version v0.4.1 |
1309 | 2024-11-20T23:24:30.218Z | Compiling scroll_derive v0.12.0 |
1310 | 2024-11-20T23:24:30.682Z | Compiling atomic-waker v1.1.2 |
1311 | 2024-11-20T23:24:30.685Z | Compiling utf8_iter v1.0.4 |
1312 | 2024-11-20T23:24:30.724Z | Compiling icu_normalizer_data v1.5.0 |
1313 | 2024-11-20T23:24:30.828Z | Compiling utf16_iter v1.0.5 |
1314 | 2024-11-20T23:24:30.871Z | Compiling num_threads v0.1.7 |
1315 | 2024-11-20T23:24:30.942Z | Compiling write16 v1.0.0 |
1316 | 2024-11-20T23:24:30.997Z | Compiling time v0.3.36 |
1317 | 2024-11-20T23:24:31.019Z | Compiling http-body v1.0.1 |
1318 | 2024-11-20T23:24:31.041Z | Compiling pkcs5 v0.7.1 |
1319 | 2024-11-20T23:24:31.069Z | Compiling icu_normalizer v1.5.0 |
1320 | 2024-11-20T23:24:31.198Z | Compiling which v4.4.2 |
1321 | 2024-11-20T23:24:31.356Z | Compiling scroll v0.12.0 |
1322 | 2024-11-20T23:24:31.377Z | Compiling pest_generator v2.7.14 |
1323 | 2024-11-20T23:24:31.940Z | Compiling form_urlencoded v1.2.1 |
1324 | 2024-11-20T23:24:32.276Z | Compiling try-lock v0.2.5 |
1325 | 2024-11-20T23:24:32.305Z | Compiling slog v2.7.0 |
1326 | 2024-11-20T23:24:32.433Z | Compiling want v0.3.1 |
1327 | 2024-11-20T23:24:32.622Z | Compiling goblin v0.8.2 |
1328 | 2024-11-20T23:24:32.744Z | Compiling idna_adapter v1.2.0 |
1329 | 2024-11-20T23:24:32.914Z | Compiling pkcs8 v0.10.2 |
1330 | 2024-11-20T23:24:33.006Z | Compiling httpdate v1.0.3 |
1331 | 2024-11-20T23:24:33.183Z | Compiling idna v1.0.3 |
1332 | 2024-11-20T23:24:33.460Z | Compiling pest_derive v2.7.14 |
1333 | 2024-11-20T23:24:33.685Z | Compiling serde_tokenstream v0.2.2 |
1334 | 2024-11-20T23:24:34.283Z | Compiling dtrace-parser v0.2.0 |
1335 | 2024-11-20T23:24:34.316Z | Compiling serde_spanned v0.6.8 |
1336 | 2024-11-20T23:24:34.396Z | Compiling toml_datetime v0.6.8 |
1337 | 2024-11-20T23:24:34.556Z | Compiling uuid v1.11.0 |
1338 | 2024-11-20T23:24:34.947Z | Compiling iana-time-zone v0.1.61 |
1339 | 2024-11-20T23:24:35.089Z | Compiling adler2 v2.0.0 |
1340 | 2024-11-20T23:24:35.305Z | Compiling rustversion v1.0.17 |
1341 | 2024-11-20T23:24:35.410Z | Compiling tower-service v0.3.3 |
1342 | 2024-11-20T23:24:35.542Z | Compiling match_cfg v0.1.0 |
1343 | 2024-11-20T23:24:35.643Z | Compiling openssl v0.10.66 |
1344 | 2024-11-20T23:24:36.049Z | Compiling foreign-types-shared v0.1.1 |
1345 | 2024-11-20T23:24:36.070Z | Compiling base64 v0.22.1 |
1346 | 2024-11-20T23:24:36.153Z | Compiling foreign-types v0.3.2 |
1347 | 2024-11-20T23:24:36.198Z | Compiling hostname v0.3.1 |
1348 | 2024-11-20T23:24:36.265Z | Compiling miniz_oxide v0.8.0 |
1349 | 2024-11-20T23:24:36.482Z | Compiling chrono v0.4.38 |
1350 | 2024-11-20T23:24:36.503Z | Compiling url v2.5.3 |
1351 | 2024-11-20T23:24:36.841Z | Compiling tokio-util v0.7.12 |
1352 | 2024-11-20T23:24:37.834Z | Compiling async-trait v0.1.83 |
1353 | 2024-11-20T23:24:37.979Z | Compiling h2 v0.4.6 |
1354 | 2024-11-20T23:24:38.360Z | Compiling openssl-macros v0.1.1 |
1355 | 2024-11-20T23:24:38.600Z | Compiling dof v0.3.0 |
1356 | 2024-11-20T23:24:39.139Z | Compiling dirs-sys-next v0.1.2 |
1357 | 2024-11-20T23:24:39.796Z | Compiling usdt-impl v0.5.0 |
1358 | 2024-11-20T23:24:40.283Z | Compiling siphasher v0.3.11 |
1359 | 2024-11-20T23:24:40.692Z | Compiling data-encoding v2.6.0 |
1360 | 2024-11-20T23:24:40.695Z | Compiling syn v1.0.109 |
1361 | 2024-11-20T23:24:40.871Z | Compiling rustls v0.22.4 |
1362 | 2024-11-20T23:24:41.152Z | Compiling native-tls v0.2.12 |
1363 | 2024-11-20T23:24:41.346Z | Compiling rustls v0.23.14 |
1364 | 2024-11-20T23:24:41.558Z | Compiling dirs-next v2.0.0 |
1365 | 2024-11-20T23:24:41.751Z | Compiling http-body-util v0.1.2 |
1366 | 2024-11-20T23:24:42.304Z | Compiling crossbeam-epoch v0.9.18 |
1367 | 2024-11-20T23:24:43.090Z | Compiling heapless v0.7.17 |
1368 | 2024-11-20T23:24:43.174Z | Compiling signature v2.2.0 |
1369 | 2024-11-20T23:24:43.212Z | Compiling sha1 v0.10.6 |
1370 | 2024-11-20T23:24:43.335Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1371 | 2024-11-20T23:24:43.502Z | Compiling serde_derive_internals v0.29.1 |
1372 | 2024-11-20T23:24:43.530Z | Compiling thread_local v1.1.8 |
1373 | 2024-11-20T23:24:43.638Z | Compiling encoding_rs v0.8.34 |
1374 | 2024-11-20T23:24:43.820Z | Compiling cookie v0.18.1 |
1375 | 2024-11-20T23:24:44.107Z | Compiling multer v3.1.0 |
1376 | 2024-11-20T23:24:44.127Z | Compiling mime v0.3.17 |
1377 | 2024-11-20T23:24:44.154Z | Compiling rayon-core v1.12.1 |
1378 | 2024-11-20T23:24:44.393Z | Compiling signal-hook v0.3.17 |
1379 | 2024-11-20T23:24:44.429Z | Compiling ipnet v2.10.1 |
1380 | 2024-11-20T23:24:44.666Z | Compiling openssl-probe v0.1.5 |
1381 | 2024-11-20T23:24:44.704Z | Compiling gimli v0.31.1 |
1382 | 2024-11-20T23:24:45.020Z | Compiling schemars v0.8.21 |
1383 | 2024-11-20T23:24:45.362Z | Compiling hyper v1.5.0 |
1384 | 2024-11-20T23:24:45.737Z | Compiling slog-async v2.8.0 |
1385 | 2024-11-20T23:24:46.279Z | Compiling unicode-properties v0.1.3 |
1386 | 2024-11-20T23:24:46.348Z | Compiling schemars_derive v0.8.21 |
1387 | 2024-11-20T23:24:46.691Z | Compiling stringprep v0.1.5 |
1388 | 2024-11-20T23:24:48.029Z | Compiling hyper-util v0.1.10 |
1389 | 2024-11-20T23:24:49.084Z | Compiling toml_edit v0.22.22 |
1390 | 2024-11-20T23:24:49.752Z | Compiling addr2line v0.24.2 |
1391 | 2024-11-20T23:24:49.839Z | Compiling usdt-attr-macro v0.5.0 |
1392 | 2024-11-20T23:24:50.066Z | Compiling usdt-macro v0.5.0 |
1393 | 2024-11-20T23:24:50.496Z | Compiling crossbeam-deque v0.8.5 |
1394 | 2024-11-20T23:24:50.602Z | Compiling term v0.7.0 |
1395 | 2024-11-20T23:24:50.978Z | Compiling slog-json v2.6.1 |
1396 | 2024-11-20T23:24:51.257Z | Compiling serde_urlencoded v0.7.1 |
1397 | 2024-11-20T23:24:51.353Z | Compiling crossbeam-channel v0.5.13 |
1398 | 2024-11-20T23:24:51.520Z | Compiling curve25519-dalek v4.1.3 |
1399 | 2024-11-20T23:24:51.569Z | Compiling enum-as-inner v0.6.1 |
1400 | 2024-11-20T23:24:51.808Z | Compiling futures-executor v0.3.31 |
1401 | 2024-11-20T23:24:52.137Z | Compiling md-5 v0.10.6 |
1402 | 2024-11-20T23:24:52.159Z | Compiling rustls-pemfile v2.2.0 |
1403 | 2024-11-20T23:24:52.383Z | Compiling async-stream-impl v0.3.6 |
1404 | 2024-11-20T23:24:52.403Z | Compiling num-integer v0.1.46 |
1405 | 2024-11-20T23:24:52.476Z | Compiling idna v0.4.0 |
1406 | 2024-11-20T23:24:52.510Z | Compiling idna v0.3.0 |
1407 | 2024-11-20T23:24:52.659Z | Compiling hash32 v0.2.1 |
1408 | 2024-11-20T23:24:53.091Z | Compiling ff v0.13.0 |
1409 | 2024-11-20T23:24:53.209Z | Compiling is-terminal v0.4.13 |
1410 | 2024-11-20T23:24:53.331Z | Compiling object v0.36.5 |
1411 | 2024-11-20T23:24:53.355Z | Compiling dropshot v0.12.0 |
1412 | 2024-11-20T23:24:53.649Z | Compiling anyhow v1.0.93 |
1413 | 2024-11-20T23:24:53.838Z | Compiling fallible-iterator v0.2.0 |
1414 | 2024-11-20T23:24:54.288Z | Compiling psl-types v2.0.11 |
1415 | 2024-11-20T23:24:54.316Z | Compiling take_mut v0.2.2 |
1416 | 2024-11-20T23:24:54.338Z | Compiling portable-atomic v1.9.0 |
1417 | 2024-11-20T23:24:54.479Z | Compiling rustc-demangle v0.1.24 |
1418 | 2024-11-20T23:24:54.504Z | Compiling utf-8 v0.7.6 |
1419 | 2024-11-20T23:24:54.601Z | Compiling linked-hash-map v0.5.6 |
1420 | 2024-11-20T23:24:54.862Z | Compiling base16ct v0.2.0 |
1421 | 2024-11-20T23:24:54.998Z | Compiling num-bigint-dig v0.8.4 |
1422 | 2024-11-20T23:24:55.209Z | Compiling quick-error v1.2.3 |
1423 | 2024-11-20T23:24:55.294Z | Compiling smoltcp v0.9.1 |
1424 | 2024-11-20T23:24:55.361Z | Compiling dyn-clone v1.0.17 |
1425 | 2024-11-20T23:24:55.467Z | Compiling resolv-conf v0.7.0 |
1426 | 2024-11-20T23:24:55.614Z | Compiling sec1 v0.7.3 |
1427 | 2024-11-20T23:24:56.079Z | Compiling lru-cache v0.1.2 |
1428 | 2024-11-20T23:24:56.206Z | Compiling tungstenite v0.24.0 |
1429 | 2024-11-20T23:24:56.291Z | Compiling postgres-protocol v0.6.7 |
1430 | 2024-11-20T23:24:56.295Z | Compiling publicsuffix v2.2.3 |
1431 | 2024-11-20T23:24:57.802Z | Compiling async-stream v0.3.6 |
1432 | 2024-11-20T23:24:57.933Z | Compiling hickory-proto v0.24.1 |
1433 | 2024-11-20T23:24:58.083Z | Compiling usdt v0.5.0 |
1434 | 2024-11-20T23:24:58.144Z | Compiling slog-term v2.9.1 |
1435 | 2024-11-20T23:24:58.634Z | Compiling group v0.13.0 |
1436 | 2024-11-20T23:24:58.966Z | Compiling num-iter v0.1.45 |
1437 | 2024-11-20T23:24:59.169Z | Compiling toml v0.8.19 |
1438 | 2024-11-20T23:24:59.519Z | Compiling futures v0.3.31 |
1439 | 2024-11-20T23:24:59.590Z | Compiling slog-bunyan v2.5.0 |
1440 | 2024-11-20T23:25:01.007Z | Compiling backtrace v0.3.74 |
1441 | 2024-11-20T23:25:01.124Z | Compiling camino v1.1.9 |
1442 | 2024-11-20T23:25:01.684Z | Compiling tokio-native-tls v0.3.1 |
1443 | 2024-11-20T23:25:01.706Z | Compiling phf_shared v0.11.2 |
1444 | 2024-11-20T23:25:01.987Z | Compiling dropshot_endpoint v0.12.0 |
1445 | 2024-11-20T23:25:02.073Z | Compiling terminal_size v0.4.0 |
1446 | 2024-11-20T23:25:02.105Z | Compiling waitgroup v0.1.2 |
1447 | 2024-11-20T23:25:02.148Z | Compiling openapiv3 v2.0.0 |
1448 | 2024-11-20T23:25:02.292Z | Compiling serde_path_to_error v0.1.16 |
1449 | 2024-11-20T23:25:02.329Z | Compiling hkdf v0.12.4 |
1450 | 2024-11-20T23:25:02.598Z | Compiling crypto-bigint v0.5.5 |
1451 | 2024-11-20T23:25:03.158Z | Compiling webpki-roots v0.26.6 |
1452 | 2024-11-20T23:25:03.382Z | Compiling zerocopy-derive v0.6.6 |
1453 | 2024-11-20T23:25:04.967Z | Compiling curve25519-dalek-derive v0.1.1 |
1454 | 2024-11-20T23:25:05.778Z | Compiling idna v0.5.0 |
1455 | 2024-11-20T23:25:05.831Z | Compiling hubpack_derive v0.1.1 |
1456 | 2024-11-20T23:25:06.539Z | Compiling hostname v0.4.0 |
1457 | 2024-11-20T23:25:06.764Z | Compiling ahash v0.8.11 |
1458 | 2024-11-20T23:25:06.802Z | Compiling fs-err v2.11.0 |
1459 | 2024-11-20T23:25:06.823Z | Compiling crc32fast v1.4.2 |
1460 | 2024-11-20T23:25:06.909Z | Compiling winnow v0.5.40 |
1461 | 2024-11-20T23:25:07.091Z | Compiling debug-ignore v1.0.5 |
1462 | 2024-11-20T23:25:07.123Z | Compiling managed v0.8.0 |
1463 | 2024-11-20T23:25:07.168Z | Compiling bitflags v1.3.2 |
1464 | 2024-11-20T23:25:07.281Z | Compiling strum_macros v0.25.3 |
1465 | 2024-11-20T23:25:07.309Z | Compiling clap_builder v4.5.21 |
1466 | 2024-11-20T23:25:07.481Z | Compiling console v0.15.8 |
1467 | 2024-11-20T23:25:08.982Z | Compiling flate2 v1.0.34 |
1468 | 2024-11-20T23:25:09.046Z | Compiling hubpack v0.1.2 |
1469 | 2024-11-20T23:25:09.193Z | Compiling cookie_store v0.21.0 |
1470 | 2024-11-20T23:25:09.891Z | Compiling elliptic-curve v0.13.8 |
1471 | 2024-11-20T23:25:09.974Z | Compiling zerocopy v0.6.6 |
1472 | 2024-11-20T23:25:10.795Z | Compiling toml_edit v0.19.15 |
1473 | 2024-11-20T23:25:10.875Z | Compiling hickory-resolver v0.24.1 |
1474 | 2024-11-20T23:25:10.904Z | Compiling phf v0.11.2 |
1475 | 2024-11-20T23:25:10.904Z | Compiling hyper-tls v0.6.0 |
1476 | 2024-11-20T23:25:11.344Z | Compiling signal-hook-mio v0.2.4 |
1477 | 2024-11-20T23:25:11.527Z | Compiling rayon v1.10.0 |
1478 | 2024-11-20T23:25:11.652Z | Compiling bzip2 v0.4.4 |
1479 | 2024-11-20T23:25:12.159Z | Compiling tokio-tungstenite v0.24.0 |
1480 | 2024-11-20T23:25:12.732Z | Compiling postgres-types v0.2.8 |
1481 | 2024-11-20T23:25:15.798Z | Compiling ed25519 v2.2.3 |
1482 | 2024-11-20T23:25:16.558Z | Compiling phf_shared v0.10.0 |
1483 | 2024-11-20T23:25:17.008Z | Compiling tokio-stream v0.1.16 |
1484 | 2024-11-20T23:25:17.076Z | Compiling pkcs1 v0.7.5 |
1485 | 2024-11-20T23:25:17.778Z | Compiling serde-big-array v0.5.1 |
1486 | 2024-11-20T23:25:17.824Z | Compiling clap_derive v4.5.18 |
1487 | 2024-11-20T23:25:17.980Z | Compiling rfc6979 v0.4.0 |
1488 | 2024-11-20T23:25:18.032Z | Compiling serde_repr v0.1.19 |
1489 | 2024-11-20T23:25:18.152Z | Compiling derive-where v1.2.7 |
1490 | 2024-11-20T23:25:18.175Z | Compiling float-cmp v0.9.0 |
1491 | 2024-11-20T23:25:18.195Z | Compiling bstr v1.10.0 |
1492 | 2024-11-20T23:25:18.403Z | Compiling sync_wrapper v1.0.1 |
1493 | 2024-11-20T23:25:18.571Z | Compiling difflib v0.4.0 |
1494 | 2024-11-20T23:25:19.223Z | Compiling normalize-line-endings v0.3.0 |
1495 | 2024-11-20T23:25:19.271Z | Compiling bit-vec v0.6.3 |
1496 | 2024-11-20T23:25:19.365Z | Compiling predicates-core v1.0.8 |
1497 | 2024-11-20T23:25:19.754Z | Compiling new_debug_unreachable v1.0.6 |
1498 | 2024-11-20T23:25:19.757Z | Compiling precomputed-hash v0.1.1 |
1499 | 2024-11-20T23:25:19.867Z | Compiling fixedbitset v0.4.2 |
1500 | 2024-11-20T23:25:19.872Z | Compiling static_assertions v1.1.0 |
1501 | 2024-11-20T23:25:19.995Z | Compiling unicode-width v0.2.0 |
1502 | 2024-11-20T23:25:20.060Z | Compiling unicode-segmentation v1.12.0 |
1503 | 2024-11-20T23:25:20.272Z | Compiling number_prefix v0.4.0 |
1504 | 2024-11-20T23:25:20.346Z | Compiling whoami v1.5.2 |
1505 | 2024-11-20T23:25:20.509Z | Compiling indicatif v0.17.9 |
1506 | 2024-11-20T23:25:20.532Z | Compiling petgraph v0.6.5 |
1507 | 2024-11-20T23:25:20.991Z | Compiling similar v2.6.0 |
1508 | 2024-11-20T23:25:21.010Z | Compiling tokio-postgres v0.7.12 |
1509 | 2024-11-20T23:25:21.811Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1510 | 2024-11-20T23:25:22.853Z | Compiling string_cache v0.8.7 |
1511 | 2024-11-20T23:25:23.029Z | Compiling clap v4.5.21 |
1512 | 2024-11-20T23:25:23.168Z | Compiling bit-set v0.5.3 |
1513 | 2024-11-20T23:25:23.419Z | Compiling predicates v3.1.2 |
1514 | 2024-11-20T23:25:23.492Z | Compiling ecdsa v0.16.9 |
1515 | 2024-11-20T23:25:23.578Z | Compiling rsa v0.9.6 |
1516 | 2024-11-20T23:25:24.421Z | Compiling ed25519-dalek v2.1.1 |
1517 | 2024-11-20T23:25:24.927Z | Compiling toml v0.7.8 |
1518 | 2024-11-20T23:25:25.261Z | Compiling zip v0.6.6 |
1519 | 2024-11-20T23:25:25.826Z | Compiling crossterm v0.28.1 |
1520 | 2024-11-20T23:25:27.041Z | Compiling hex v0.4.3 |
1521 | 2024-11-20T23:25:27.062Z | Compiling x509-cert v0.2.5 |
1522 | 2024-11-20T23:25:27.455Z | Compiling itertools v0.10.5 |
1523 | 2024-11-20T23:25:27.642Z | Compiling lalrpop-util v0.19.12 |
1524 | 2024-11-20T23:25:27.665Z | Compiling unicode-xid v0.2.6 |
1525 | 2024-11-20T23:25:27.846Z | Compiling peg-runtime v0.8.3 |
1526 | 2024-11-20T23:25:28.019Z | Compiling strum_macros v0.26.4 |
1527 | 2024-11-20T23:25:28.601Z | Compiling xattr v1.3.1 |
1528 | 2024-11-20T23:25:28.893Z | Compiling filetime v0.2.25 |
1529 | 2024-11-20T23:25:29.110Z | Compiling tar v0.4.42 |
1530 | 2024-11-20T23:25:33.107Z | Compiling strum v0.26.3 |
1531 | 2024-11-20T23:25:36.024Z | Compiling aws-lc-sys v0.22.0 |
1532 | 2024-11-20T23:26:05.091Z | Compiling rustls-webpki v0.102.8 |
1533 | 2024-11-20T23:26:08.430Z | Compiling tokio-rustls v0.25.0 |
1534 | 2024-11-20T23:26:10.128Z | Compiling tokio-rustls v0.26.0 |
1535 | 2024-11-20T23:26:10.519Z | Compiling hyper-rustls v0.27.3 |
1536 | 2024-11-20T23:26:10.817Z | Compiling reqwest v0.12.9 |
1537 | 2024-11-20T23:26:12.288Z | Compiling qorb v0.2.0 |
1538 | 2024-11-20T23:26:16.947Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1539 | 2024-11-20T23:26:17.195Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1540 | 2024-11-20T23:26:23.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
1541 | 2024-11-20T23:26:23.380Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1542 | 2024-11-20T23:26:23.436Z | Nov 20 23:26:22.354 INFO Starting download, target: Cockroach |
1543 | 2024-11-20T23:26:23.436Z | Nov 20 23:26:22.354 INFO Starting download, target: Clickhouse |
1544 | 2024-11-20T23:26:23.436Z | Nov 20 23:26:22.354 INFO Starting download, target: Console |
1545 | 2024-11-20T23:26:23.436Z | Nov 20 23:26:22.354 INFO Starting download, target: DendriteOpenapi |
1546 | 2024-11-20T23:26:23.439Z | Nov 20 23:26:22.354 INFO Starting download, target: DendriteStub |
1547 | 2024-11-20T23:26:23.439Z | Nov 20 23:26:22.354 INFO Starting download, target: MaghemiteMgd |
1548 | 2024-11-20T23:26:23.439Z | Nov 20 23:26:22.354 INFO Starting download, target: TransceiverControl |
1549 | 2024-11-20T23:26:23.439Z | Nov 20 23:26:22.355 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1550 | 2024-11-20T23:26:23.439Z | Nov 20 23:26:22.355 INFO Downloading out/downloads/dpd-d0017d6983e8a95d8136398eeadec12f410d3282.json (attempt 1/3), target: DendriteOpenapi |
1551 | 2024-11-20T23:26:23.439Z | Nov 20 23:26:22.355 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1552 | 2024-11-20T23:26:23.439Z | Nov 20 23:26:22.355 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1553 | 2024-11-20T23:26:23.439Z | Nov 20 23:26:22.355 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1554 | 2024-11-20T23:26:23.439Z | Nov 20 23:26:22.355 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1555 | 2024-11-20T23:26:23.439Z | Nov 20 23:26:22.355 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1556 | 2024-11-20T23:26:23.683Z | Nov 20 23:26:22.601 INFO Download complete, target: DendriteOpenapi |
1557 | 2024-11-20T23:26:24.027Z | Nov 20 23:26:22.920 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1558 | 2024-11-20T23:26:24.079Z | Nov 20 23:26:22.983 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1559 | 2024-11-20T23:26:24.371Z | Nov 20 23:26:23.283 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1560 | 2024-11-20T23:26:24.382Z | Nov 20 23:26:23.299 INFO Download complete, target: Console |
1561 | 2024-11-20T23:26:24.443Z | Nov 20 23:26:23.360 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1562 | 2024-11-20T23:26:24.692Z | Nov 20 23:26:23.600 INFO Download complete, target: TransceiverControl |
1563 | 2024-11-20T23:26:24.988Z | Nov 20 23:26:23.907 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1564 | 2024-11-20T23:26:24.988Z | Nov 20 23:26:23.907 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1565 | 2024-11-20T23:26:26.265Z | Nov 20 23:26:25.182 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1566 | 2024-11-20T23:26:27.235Z | Nov 20 23:26:26.152 INFO Download complete, target: MaghemiteMgd |
1567 | 2024-11-20T23:26:27.235Z | Nov 20 23:26:26.152 INFO Download complete, target: DendriteStub |
1568 | 2024-11-20T23:26:32.214Z | Nov 20 23:26:31.131 INFO Checking that binary works, target: Cockroach |
1569 | 2024-11-20T23:26:32.379Z | Nov 20 23:26:31.296 INFO Download complete, target: Cockroach |
1570 | 2024-11-20T23:26:38.200Z | Nov 20 23:26:37.113 INFO Checking that binary works, target: Clickhouse |
1571 | 2024-11-20T23:26:38.357Z | Nov 20 23:26:37.273 INFO Download complete, target: Clickhouse |
1572 | 2024-11-20T23:26:38.379Z | All builder prerequisites installed successfully, and PATH looks valid |
1573 | 2024-11-20T23:26:38.382Z | |
1574 | 2024-11-20T23:26:38.382Z | real 5:14.601915482 |
1575 | 2024-11-20T23:26:38.382Z | user 16:56.488913322 |
1576 | 2024-11-20T23:26:38.382Z | sys 3:20.625939358 |
1577 | 2024-11-20T23:26:38.382Z | trap 0.581292821 |
1578 | 2024-11-20T23:26:38.382Z | tflt 1.579028807 |
1579 | 2024-11-20T23:26:38.382Z | dflt 2.267063655 |
1580 | 2024-11-20T23:26:38.382Z | kflt 0.025642347 |
1581 | 2024-11-20T23:26:38.382Z | lock 30:51.242029375 |
1582 | 2024-11-20T23:26:38.382Z | slp 1:03:48.153297869 |
1583 | 2024-11-20T23:26:38.382Z | lat 59.437282288 |
1584 | 2024-11-20T23:26:38.382Z | stop 2:22.261980803 |
1585 | 2024-11-20T23:26:38.382Z | + banner clippy |
1586 | 2024-11-20T23:26:38.383Z | |
1587 | 2024-11-20T23:26:38.383Z | #### # # ##### ##### # # |
1588 | 2024-11-20T23:26:38.383Z | # # # # # # # # # # |
1589 | 2024-11-20T23:26:38.383Z | # # # # # # # # |
1590 | 2024-11-20T23:26:38.383Z | # # # ##### ##### # |
1591 | 2024-11-20T23:26:38.383Z | # # # # # # # |
1592 | 2024-11-20T23:26:38.383Z | #### ###### # # # # |
1593 | 2024-11-20T23:26:38.383Z | |
1594 | 2024-11-20T23:26:38.383Z | + export CARGO_INCREMENTAL=0 |
1595 | 2024-11-20T23:26:38.383Z | + CARGO_INCREMENTAL=0 |
1596 | 2024-11-20T23:26:38.383Z | + ptime -m cargo xtask clippy |
1597 | 2024-11-20T23:26:38.906Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1598 | 2024-11-20T23:26:42.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s |
1599 | 2024-11-20T23:26:42.886Z | Running `target/debug/xtask clippy` |
1600 | 2024-11-20T23:26:42.908Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1601 | 2024-11-20T23:26:43.597Z | Downloading crates ... |
1602 | 2024-11-20T23:26:43.949Z | Downloaded anes v0.1.6 |
1603 | 2024-11-20T23:26:43.957Z | Downloaded approx v0.5.1 |
1604 | 2024-11-20T23:26:43.984Z | Downloaded async-process v2.3.0 |
1605 | 2024-11-20T23:26:43.995Z | Downloaded async-global-executor v2.4.1 |
1606 | 2024-11-20T23:26:43.997Z | Downloaded blocking v1.6.1 |
1607 | 2024-11-20T23:26:44.016Z | Downloaded guppy-workspace-hack v0.1.0 |
1608 | 2024-11-20T23:26:44.018Z | Downloaded async-executor v1.13.1 |
1609 | 2024-11-20T23:26:44.021Z | Downloaded async-channel v2.3.1 |
1610 | 2024-11-20T23:26:44.021Z | Downloaded escape8259 v0.5.3 |
1611 | 2024-11-20T23:26:44.021Z | Downloaded doc-comment v0.3.3 |
1612 | 2024-11-20T23:26:44.024Z | Downloaded criterion-plot v0.5.0 |
1613 | 2024-11-20T23:26:44.026Z | Downloaded nested v0.1.1 |
1614 | 2024-11-20T23:26:44.026Z | Downloaded event-listener-strategy v0.5.2 |
1615 | 2024-11-20T23:26:44.026Z | Downloaded event-listener v2.5.3 |
1616 | 2024-11-20T23:26:44.028Z | Downloaded cast v0.3.0 |
1617 | 2024-11-20T23:26:44.028Z | Downloaded async-task v4.7.1 |
1618 | 2024-11-20T23:26:44.031Z | Downloaded kv-log-macro v1.0.7 |
1619 | 2024-11-20T23:26:44.034Z | Downloaded indoc v2.0.5 |
1620 | 2024-11-20T23:26:44.036Z | Downloaded datatest-stable v0.2.9 |
1621 | 2024-11-20T23:26:44.039Z | Downloaded pathdiff v0.2.2 |
1622 | 2024-11-20T23:26:44.041Z | Downloaded concurrent-queue v2.5.0 |
1623 | 2024-11-20T23:26:44.041Z | Downloaded async-io v2.3.4 |
1624 | 2024-11-20T23:26:44.044Z | Downloaded num_cpus v1.16.0 |
1625 | 2024-11-20T23:26:44.048Z | Downloaded parking v2.2.1 |
1626 | 2024-11-20T23:26:44.050Z | Downloaded hyper-rustls v0.26.0 |
1627 | 2024-11-20T23:26:44.050Z | Downloaded futures-lite v2.3.0 |
1628 | 2024-11-20T23:26:44.053Z | Downloaded plotters-svg v0.3.7 |
1629 | 2024-11-20T23:26:44.057Z | Downloaded async-channel v1.9.0 |
1630 | 2024-11-20T23:26:44.057Z | Downloaded assert-json-diff v2.0.2 |
1631 | 2024-11-20T23:26:44.060Z | Downloaded libtest-mimic v0.7.3 |
1632 | 2024-11-20T23:26:44.060Z | Downloaded event-listener v5.3.1 |
1633 | 2024-11-20T23:26:44.063Z | Downloaded oorandom v11.1.4 |
1634 | 2024-11-20T23:26:44.063Z | Downloaded cfg-expr v0.17.0 |
1635 | 2024-11-20T23:26:44.066Z | Downloaded httptest v0.16.1 |
1636 | 2024-11-20T23:26:44.066Z | Downloaded futures-timer v3.0.3 |
1637 | 2024-11-20T23:26:44.068Z | Downloaded target-triple v0.1.3 |
1638 | 2024-11-20T23:26:44.072Z | Downloaded blake2b_simd v1.0.2 |
1639 | 2024-11-20T23:26:44.072Z | Downloaded async-lock v3.4.0 |
1640 | 2024-11-20T23:26:44.074Z | Downloaded async-signal v0.2.10 |
1641 | 2024-11-20T23:26:44.074Z | Downloaded serde_regex v1.1.0 |
1642 | 2024-11-20T23:26:44.077Z | Downloaded assert_cmd v2.0.16 |
1643 | 2024-11-20T23:26:44.077Z | Downloaded relative-path v1.9.3 |
1644 | 2024-11-20T23:26:44.081Z | Downloaded plotters-backend v0.3.7 |
1645 | 2024-11-20T23:26:44.081Z | Downloaded proc-macro-crate v3.2.0 |
1646 | 2024-11-20T23:26:44.085Z | Downloaded partial-io v0.5.4 |
1647 | 2024-11-20T23:26:44.085Z | Downloaded piper v0.2.4 |
1648 | 2024-11-20T23:26:44.087Z | Downloaded async-object-pool v0.1.5 |
1649 | 2024-11-20T23:26:44.087Z | Downloaded stringmetrics v2.2.2 |
1650 | 2024-11-20T23:26:44.090Z | Downloaded threadpool v1.8.1 |
1651 | 2024-11-20T23:26:44.090Z | Downloaded async-attributes v1.1.2 |
1652 | 2024-11-20T23:26:44.092Z | Downloaded similar-asserts v1.6.0 |
1653 | 2024-11-20T23:26:44.092Z | Downloaded path-tree v0.8.1 |
1654 | 2024-11-20T23:26:44.095Z | Downloaded tinytemplate v1.2.1 |
1655 | 2024-11-20T23:26:44.098Z | Downloaded trybuild v1.0.101 |
1656 | 2024-11-20T23:26:44.100Z | Downloaded target-lexicon v0.12.16 |
1657 | 2024-11-20T23:26:44.103Z | Downloaded target-spec v3.2.2 |
1658 | 2024-11-20T23:26:44.105Z | Downloaded rust-argon2 v2.1.0 |
1659 | 2024-11-20T23:26:44.105Z | Downloaded rstest v0.23.0 |
1660 | 2024-11-20T23:26:44.111Z | Downloaded rstest_macros v0.23.0 |
1661 | 2024-11-20T23:26:44.114Z | Downloaded yansi v1.0.1 |
1662 | 2024-11-20T23:26:44.116Z | Downloaded guppy v0.17.8 |
1663 | 2024-11-20T23:26:44.122Z | Downloaded criterion v0.5.1 |
1664 | 2024-11-20T23:26:44.129Z | Downloaded rand_distr v0.4.3 |
1665 | 2024-11-20T23:26:44.132Z | Downloaded pretty_assertions v1.4.1 |
1666 | 2024-11-20T23:26:44.134Z | Downloaded plotters v0.3.7 |
1667 | 2024-11-20T23:26:44.142Z | Downloaded async-std v1.13.0 |
1668 | 2024-11-20T23:26:44.160Z | Downloaded polling v3.7.3 |
1669 | 2024-11-20T23:26:44.163Z | Downloaded fancy-regex v0.13.0 |
1670 | 2024-11-20T23:26:44.166Z | Downloaded rustls-native-certs v0.7.3 |
1671 | 2024-11-20T23:26:44.225Z | Downloaded httpmock v0.8.0-alpha.1 |
1672 | 2024-11-20T23:26:45.005Z | Checking cfg-if v1.0.0 |
1673 | 2024-11-20T23:26:45.084Z | Checking libc v0.2.162 |
1674 | 2024-11-20T23:26:45.107Z | Checking serde v1.0.215 |
1675 | 2024-11-20T23:26:45.134Z | Checking memchr v2.7.4 |
1676 | 2024-11-20T23:26:45.152Z | Checking value-bag v1.9.0 |
1677 | 2024-11-20T23:26:45.181Z | Checking scopeguard v1.2.0 |
1678 | 2024-11-20T23:26:45.203Z | Checking zeroize v1.8.1 |
1679 | 2024-11-20T23:26:45.230Z | Checking smallvec v1.13.2 |
1680 | 2024-11-20T23:26:45.259Z | Checking itoa v1.0.11 |
1681 | 2024-11-20T23:26:45.313Z | Checking lock_api v0.4.12 |
1682 | 2024-11-20T23:26:45.488Z | Checking byteorder v1.5.0 |
1683 | 2024-11-20T23:26:45.513Z | Checking pin-project-lite v0.2.14 |
1684 | 2024-11-20T23:26:45.559Z | Checking log v0.4.22 |
1685 | 2024-11-20T23:26:45.602Z | Checking subtle v2.6.1 |
1686 | 2024-11-20T23:26:45.653Z | Checking once_cell v1.20.2 |
1687 | 2024-11-20T23:26:45.762Z | Checking typenum v1.17.0 |
1688 | 2024-11-20T23:26:45.889Z | Checking futures-core v0.3.31 |
1689 | 2024-11-20T23:26:45.920Z | Checking thiserror v1.0.69 |
1690 | 2024-11-20T23:26:45.976Z | Checking libm v0.2.8 |
1691 | 2024-11-20T23:26:46.010Z | Checking zerocopy v0.7.35 |
1692 | 2024-11-20T23:26:46.065Z | Checking ryu v1.0.18 |
1693 | 2024-11-20T23:26:46.099Z | Checking spin v0.9.8 |
1694 | 2024-11-20T23:26:46.132Z | Checking const-oid v0.9.6 |
1695 | 2024-11-20T23:26:46.222Z | Checking getrandom v0.2.15 |
1696 | 2024-11-20T23:26:46.345Z | Checking signal-hook-registry v1.4.2 |
1697 | 2024-11-20T23:26:46.479Z | Checking rand_core v0.6.4 |
1698 | 2024-11-20T23:26:46.502Z | Checking parking_lot_core v0.9.10 |
1699 | 2024-11-20T23:26:46.616Z | Checking mio v1.0.2 |
1700 | 2024-11-20T23:26:46.841Z | Checking socket2 v0.5.7 |
1701 | 2024-11-20T23:26:46.893Z | Checking parking_lot v0.12.3 |
1702 | 2024-11-20T23:26:47.015Z | Checking num-traits v0.2.19 |
1703 | 2024-11-20T23:26:47.204Z | Checking generic-array v0.14.7 |
1704 | 2024-11-20T23:26:47.284Z | Checking futures-io v0.3.31 |
1705 | 2024-11-20T23:26:47.317Z | Checking slab v0.4.9 |
1706 | 2024-11-20T23:26:47.347Z | Checking allocator-api2 v0.2.18 |
1707 | 2024-11-20T23:26:47.481Z | Checking cpufeatures v0.2.14 |
1708 | 2024-11-20T23:26:47.535Z | Checking futures-sink v0.3.31 |
1709 | 2024-11-20T23:26:47.601Z | Checking pin-utils v0.1.0 |
1710 | 2024-11-20T23:26:47.631Z | Checking foldhash v0.1.3 |
1711 | 2024-11-20T23:26:47.697Z | Checking equivalent v1.0.1 |
1712 | 2024-11-20T23:26:47.724Z | Checking futures-channel v0.3.31 |
1713 | 2024-11-20T23:26:47.825Z | Checking futures-task v0.3.31 |
1714 | 2024-11-20T23:26:47.870Z | Checking stable_deref_trait v1.2.0 |
1715 | 2024-11-20T23:26:47.964Z | Checking hashbrown v0.15.0 |
1716 | 2024-11-20T23:26:47.999Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1717 | 2024-11-20T23:26:48.056Z | Checking fnv v1.0.7 |
1718 | 2024-11-20T23:26:48.087Z | Checking iana-time-zone v0.1.61 |
1719 | 2024-11-20T23:26:48.118Z | Checking futures-util v0.3.31 |
1720 | 2024-11-20T23:26:48.203Z | Checking ppv-lite86 v0.2.20 |
1721 | 2024-11-20T23:26:48.259Z | Checking tracing-core v0.1.32 |
1722 | 2024-11-20T23:26:48.348Z | Checking errno v0.3.9 |
1723 | 2024-11-20T23:26:48.430Z | Checking crypto-common v0.1.6 |
1724 | 2024-11-20T23:26:48.527Z | Checking block-buffer v0.10.4 |
1725 | 2024-11-20T23:26:48.642Z | Checking zerofrom v0.1.4 |
1726 | 2024-11-20T23:26:48.701Z | Checking dyn-clone v1.0.17 |
1727 | 2024-11-20T23:26:48.770Z | Checking digest v0.10.7 |
1728 | 2024-11-20T23:26:48.859Z | Checking block-padding v0.3.3 |
1729 | 2024-11-20T23:26:48.892Z | Checking yoke v0.7.4 |
1730 | 2024-11-20T23:26:48.928Z | Checking tracing v0.1.40 |
1731 | 2024-11-20T23:26:48.979Z | Checking rand_chacha v0.3.1 |
1732 | 2024-11-20T23:26:49.087Z | Checking inout v0.1.3 |
1733 | 2024-11-20T23:26:49.115Z | Checking crossbeam-utils v0.8.20 |
1734 | 2024-11-20T23:26:49.160Z | Checking percent-encoding v2.3.1 |
1735 | 2024-11-20T23:26:49.250Z | Checking zerovec v0.10.4 |
1736 | 2024-11-20T23:26:49.275Z | Checking writeable v0.5.5 |
1737 | 2024-11-20T23:26:49.316Z | Checking cipher v0.4.4 |
1738 | 2024-11-20T23:26:49.378Z | Checking litemap v0.7.3 |
1739 | 2024-11-20T23:26:49.406Z | Checking rand v0.8.5 |
1740 | 2024-11-20T23:26:49.597Z | Checking tinyvec_macros v0.1.1 |
1741 | 2024-11-20T23:26:49.712Z | Checking tinyvec v1.8.0 |
1742 | 2024-11-20T23:26:49.741Z | Checking form_urlencoded v1.2.1 |
1743 | 2024-11-20T23:26:49.764Z | Checking httparse v1.9.5 |
1744 | 2024-11-20T23:26:49.843Z | Checking icu_locid_transform_data v1.5.0 |
1745 | 2024-11-20T23:26:49.940Z | Checking base64ct v1.6.0 |
1746 | 2024-11-20T23:26:49.965Z | Checking regex-syntax v0.8.5 |
1747 | 2024-11-20T23:26:50.182Z | Checking bytes v1.8.0 |
1748 | 2024-11-20T23:26:50.244Z | Checking bitflags v2.6.0 |
1749 | 2024-11-20T23:26:50.403Z | Checking serde_json v1.0.132 |
1750 | 2024-11-20T23:26:50.570Z | Checking indexmap v2.6.0 |
1751 | 2024-11-20T23:26:50.786Z | Checking chrono v0.4.38 |
1752 | 2024-11-20T23:26:50.967Z | Checking rustix v0.38.37 |
1753 | 2024-11-20T23:26:51.048Z | Checking tokio v1.40.0 |
1754 | 2024-11-20T23:26:51.077Z | Checking uuid v1.11.0 |
1755 | 2024-11-20T23:26:51.729Z | Checking http v1.1.0 |
1756 | 2024-11-20T23:26:51.890Z | Checking tinystr v0.7.6 |
1757 | 2024-11-20T23:26:52.557Z | Checking atomic-waker v1.1.2 |
1758 | 2024-11-20T23:26:52.571Z | Checking icu_locid v1.5.0 |
1759 | 2024-11-20T23:26:52.571Z | Checking unicode-normalization v0.1.24 |
1760 | 2024-11-20T23:26:53.059Z | Checking schemars v0.8.21 |
1761 | 2024-11-20T23:26:53.140Z | Checking icu_collections v1.5.0 |
1762 | 2024-11-20T23:26:53.340Z | Checking hmac v0.12.1 |
1763 | 2024-11-20T23:26:53.394Z | Checking icu_provider v1.5.0 |
1764 | 2024-11-20T23:26:53.443Z | Checking untrusted v0.9.0 |
1765 | 2024-11-20T23:26:53.481Z | Checking icu_properties_data v1.5.0 |
1766 | 2024-11-20T23:26:53.562Z | Checking sha2 v0.10.8 |
1767 | 2024-11-20T23:26:53.627Z | Checking ring v0.17.8 |
1768 | 2024-11-20T23:26:53.753Z | Checking aho-corasick v1.1.3 |
1769 | 2024-11-20T23:26:53.811Z | Checking write16 v1.0.0 |
1770 | 2024-11-20T23:26:53.955Z | Checking unicode-bidi v0.3.17 |
1771 | 2024-11-20T23:26:54.047Z | Checking icu_locid_transform v1.5.0 |
1772 | 2024-11-20T23:26:54.198Z | Checking unicode-ident v1.0.13 |
1773 | 2024-11-20T23:26:54.399Z | Checking utf8_iter v1.0.4 |
1774 | 2024-11-20T23:26:54.640Z | Checking utf16_iter v1.0.5 |
1775 | 2024-11-20T23:26:54.642Z | Checking icu_normalizer_data v1.5.0 |
1776 | 2024-11-20T23:26:54.691Z | Checking lazy_static v1.5.0 |
1777 | 2024-11-20T23:26:54.728Z | Checking powerfmt v0.2.0 |
1778 | 2024-11-20T23:26:54.785Z | Checking adler2 v2.0.0 |
1779 | 2024-11-20T23:26:54.813Z | Checking time-core v0.1.2 |
1780 | 2024-11-20T23:26:54.836Z | Checking num_threads v0.1.7 |
1781 | 2024-11-20T23:26:54.958Z | Checking miniz_oxide v0.8.0 |
1782 | 2024-11-20T23:26:54.988Z | Checking num-conv v0.1.0 |
1783 | 2024-11-20T23:26:54.991Z | Checking rustls-pki-types v1.9.0 |
1784 | 2024-11-20T23:26:55.036Z | Checking deranged v0.3.11 |
1785 | 2024-11-20T23:26:55.085Z | Checking icu_properties v1.5.1 |
1786 | 2024-11-20T23:26:55.237Z | Checking proc-macro2 v1.0.89 |
1787 | 2024-11-20T23:26:55.447Z | Checking regex-automata v0.4.8 |
1788 | 2024-11-20T23:26:55.517Z | Checking pem-rfc7468 v0.7.0 |
1789 | 2024-11-20T23:26:55.598Z | Checking untrusted v0.7.1 |
1790 | 2024-11-20T23:26:55.696Z | Checking http-body v1.0.1 |
1791 | 2024-11-20T23:26:55.784Z | Checking aws-lc-sys v0.22.0 |
1792 | 2024-11-20T23:26:55.813Z | Checking base64 v0.22.1 |
1793 | 2024-11-20T23:26:55.933Z | Checking mirai-annotations v1.12.0 |
1794 | 2024-11-20T23:26:55.962Z | Checking quote v1.0.37 |
1795 | 2024-11-20T23:26:56.132Z | Checking httpdate v1.0.3 |
1796 | 2024-11-20T23:26:56.353Z | Checking try-lock v0.2.5 |
1797 | 2024-11-20T23:26:56.377Z | Checking syn v2.0.87 |
1798 | 2024-11-20T23:26:56.411Z | Checking flagset v0.4.6 |
1799 | 2024-11-20T23:26:56.501Z | Checking want v0.3.1 |
1800 | 2024-11-20T23:26:56.631Z | Checking der v0.7.9 |
1801 | 2024-11-20T23:26:56.689Z | Checking pbkdf2 v0.12.2 |
1802 | 2024-11-20T23:26:56.867Z | Checking aes v0.8.4 |
1803 | 2024-11-20T23:26:56.904Z | Checking time v0.3.36 |
1804 | 2024-11-20T23:26:57.847Z | Checking cbc v0.1.2 |
1805 | 2024-11-20T23:26:58.087Z | Checking salsa20 v0.10.2 |
1806 | 2024-11-20T23:26:58.313Z | Checking ahash v0.8.11 |
1807 | 2024-11-20T23:26:58.355Z | Checking aws-lc-rs v1.10.0 |
1808 | 2024-11-20T23:26:58.529Z | Checking spki v0.7.3 |
1809 | 2024-11-20T23:26:58.571Z | Checking icu_normalizer v1.5.0 |
1810 | 2024-11-20T23:26:58.677Z | Checking tokio-util v0.7.12 |
1811 | 2024-11-20T23:26:58.817Z | Checking slog v2.7.0 |
1812 | 2024-11-20T23:26:58.916Z | Checking tower-service v0.3.3 |
1813 | 2024-11-20T23:26:59.057Z | Checking scrypt v0.11.0 |
1814 | 2024-11-20T23:26:59.310Z | Checking mime v0.3.17 |
1815 | 2024-11-20T23:26:59.362Z | Checking gimli v0.31.1 |
1816 | 2024-11-20T23:26:59.458Z | Checking idna_adapter v1.2.0 |
1817 | 2024-11-20T23:26:59.592Z | Checking pkcs5 v0.7.1 |
1818 | 2024-11-20T23:26:59.621Z | Checking h2 v0.4.6 |
1819 | 2024-11-20T23:26:59.648Z | Checking object v0.36.5 |
1820 | 2024-11-20T23:26:59.675Z | Checking idna v1.0.3 |
1821 | 2024-11-20T23:27:00.109Z | Checking rustc-demangle v0.1.24 |
1822 | 2024-11-20T23:27:00.112Z | Checking utf8parse v0.2.2 |
1823 | 2024-11-20T23:27:00.165Z | Checking url v2.5.3 |
1824 | 2024-11-20T23:27:00.236Z | Checking rustls-webpki v0.102.8 |
1825 | 2024-11-20T23:27:00.282Z | Checking regex v1.11.1 |
1826 | 2024-11-20T23:27:00.560Z | Checking pkcs8 v0.10.2 |
1827 | 2024-11-20T23:27:00.866Z | Checking http-body-util v0.1.2 |
1828 | 2024-11-20T23:27:00.994Z | Checking futures-executor v0.3.31 |
1829 | 2024-11-20T23:27:01.026Z | Checking toml_datetime v0.6.8 |
1830 | 2024-11-20T23:27:01.106Z | Checking serde_spanned v0.6.8 |
1831 | 2024-11-20T23:27:01.264Z | Checking ipnet v2.10.1 |
1832 | 2024-11-20T23:27:01.326Z | Checking data-encoding v2.6.0 |
1833 | 2024-11-20T23:27:01.354Z | Checking unicode-width v0.1.14 |
1834 | 2024-11-20T23:27:01.357Z | Checking futures v0.3.31 |
1835 | 2024-11-20T23:27:01.498Z | Checking rustls-pemfile v2.2.0 |
1836 | 2024-11-20T23:27:01.730Z | Checking openssl-probe v0.1.5 |
1837 | 2024-11-20T23:27:01.755Z | Checking foreign-types-shared v0.1.1 |
1838 | 2024-11-20T23:27:01.864Z | Checking anstyle v1.0.10 |
1839 | 2024-11-20T23:27:01.895Z | Checking foreign-types v0.3.2 |
1840 | 2024-11-20T23:27:01.897Z | Checking serde_urlencoded v0.7.1 |
1841 | 2024-11-20T23:27:01.998Z | Checking semver v1.0.23 |
1842 | 2024-11-20T23:27:02.026Z | Checking sha1 v0.10.6 |
1843 | 2024-11-20T23:27:02.243Z | Checking openssl-sys v0.9.103 |
1844 | 2024-11-20T23:27:02.324Z | Checking encoding_rs v0.8.34 |
1845 | 2024-11-20T23:27:02.376Z | Checking rustls v0.23.14 |
1846 | 2024-11-20T23:27:02.406Z | Checking anstyle-parse v0.2.5 |
1847 | 2024-11-20T23:27:02.700Z | Checking camino v1.1.9 |
1848 | 2024-11-20T23:27:03.060Z | Checking winnow v0.6.20 |
1849 | 2024-11-20T23:27:03.263Z | Checking either v1.13.0 |
1850 | 2024-11-20T23:27:03.525Z | Checking addr2line v0.24.2 |
1851 | 2024-11-20T23:27:03.555Z | Checking openssl v0.10.66 |
1852 | 2024-11-20T23:27:03.651Z | Checking is_terminal_polyfill v1.70.1 |
1853 | 2024-11-20T23:27:03.791Z | Checking anstyle-query v1.1.1 |
1854 | 2024-11-20T23:27:03.942Z | Checking colorchoice v1.0.2 |
1855 | 2024-11-20T23:27:04.063Z | Checking idna v0.3.0 |
1856 | 2024-11-20T23:27:04.094Z | Checking anstream v0.6.15 |
1857 | 2024-11-20T23:27:04.503Z | Checking terminal_size v0.4.0 |
1858 | 2024-11-20T23:27:04.584Z | Checking openapiv3 v2.0.0 |
1859 | 2024-11-20T23:27:04.673Z | Checking signature v2.2.0 |
1860 | 2024-11-20T23:27:04.885Z | Checking psl-types v2.0.11 |
1861 | 2024-11-20T23:27:04.955Z | Checking strsim v0.11.1 |
1862 | 2024-11-20T23:27:05.086Z | Checking clap_lex v0.7.2 |
1863 | 2024-11-20T23:27:05.245Z | Checking publicsuffix v2.2.3 |
1864 | 2024-11-20T23:27:05.341Z | Checking clap_builder v4.5.21 |
1865 | 2024-11-20T23:27:05.501Z | Checking cookie v0.18.1 |
1866 | 2024-11-20T23:27:05.970Z | Checking webpki-roots v0.26.6 |
1867 | 2024-11-20T23:27:06.102Z | Checking idna v0.5.0 |
1868 | 2024-11-20T23:27:06.140Z | Checking hyper v1.5.0 |
1869 | 2024-11-20T23:27:06.216Z | Checking is-terminal v0.4.13 |
1870 | 2024-11-20T23:27:06.350Z | Checking scroll v0.12.0 |
1871 | 2024-11-20T23:27:06.496Z | Checking backtrace v0.3.74 |
1872 | 2024-11-20T23:27:06.872Z | Checking plain v0.2.3 |
1873 | 2024-11-20T23:27:06.992Z | Checking ucd-trie v0.1.7 |
1874 | 2024-11-20T23:27:07.034Z | Checking goblin v0.8.2 |
1875 | 2024-11-20T23:27:07.085Z | Checking anyhow v1.0.93 |
1876 | 2024-11-20T23:27:07.216Z | Checking pest v2.7.14 |
1877 | 2024-11-20T23:27:07.512Z | Checking cookie_store v0.21.0 |
1878 | 2024-11-20T23:27:08.020Z | Checking tokio-rustls v0.26.0 |
1879 | 2024-11-20T23:27:08.144Z | Checking sync_wrapper v1.0.1 |
1880 | 2024-11-20T23:27:08.200Z | Checking pretty-hex v0.4.1 |
1881 | 2024-11-20T23:27:08.294Z | Checking base16ct v0.2.0 |
1882 | 2024-11-20T23:27:08.296Z | Checking hyper-util v0.1.10 |
1883 | 2024-11-20T23:27:08.392Z | Checking num-integer v0.1.46 |
1884 | 2024-11-20T23:27:08.414Z | Checking ff v0.13.0 |
1885 | 2024-11-20T23:27:08.440Z | Checking clap v4.5.21 |
1886 | 2024-11-20T23:27:08.498Z | Checking sec1 v0.7.3 |
1887 | 2024-11-20T23:27:08.589Z | Checking thread-id v4.2.2 |
1888 | 2024-11-20T23:27:08.676Z | Checking group v0.13.0 |
1889 | 2024-11-20T23:27:08.704Z | Checking toml_edit v0.22.22 |
1890 | 2024-11-20T23:27:08.896Z | Checking hkdf v0.12.4 |
1891 | 2024-11-20T23:27:08.910Z | Checking crypto-bigint v0.5.5 |
1892 | 2024-11-20T23:27:08.952Z | Checking dirs-sys-next v0.1.2 |
1893 | 2024-11-20T23:27:09.118Z | Checking memmap v0.7.0 |
1894 | 2024-11-20T23:27:09.144Z | Checking crc32fast v1.4.2 |
1895 | 2024-11-20T23:27:09.176Z | Checking native-tls v0.2.12 |
1896 | 2024-11-20T23:27:09.348Z | Checking bitflags v1.3.2 |
1897 | 2024-11-20T23:27:09.406Z | Checking utf-8 v0.7.6 |
1898 | 2024-11-20T23:27:09.495Z | Checking static_assertions v1.1.0 |
1899 | 2024-11-20T23:27:09.582Z | Checking tokio-native-tls v0.3.1 |
1900 | 2024-11-20T23:27:09.611Z | Checking dirs-next v2.0.0 |
1901 | 2024-11-20T23:27:09.636Z | Checking crossbeam-channel v0.5.13 |
1902 | 2024-11-20T23:27:09.764Z | Checking thread_local v1.1.8 |
1903 | 2024-11-20T23:27:09.794Z | Checking dtrace-parser v0.2.0 |
1904 | 2024-11-20T23:27:09.863Z | Checking unicode-segmentation v1.12.0 |
1905 | 2024-11-20T23:27:10.068Z | Checking term v0.7.0 |
1906 | 2024-11-20T23:27:10.306Z | Checking num-iter v0.1.45 |
1907 | 2024-11-20T23:27:10.370Z | Checking hyper-rustls v0.27.3 |
1908 | 2024-11-20T23:27:10.386Z | Checking hyper-tls v0.6.0 |
1909 | 2024-11-20T23:27:10.484Z | Checking crossbeam-epoch v0.9.18 |
1910 | 2024-11-20T23:27:10.579Z | Checking match_cfg v0.1.0 |
1911 | 2024-11-20T23:27:10.659Z | Checking take_mut v0.2.2 |
1912 | 2024-11-20T23:27:10.735Z | Checking hostname v0.3.1 |
1913 | 2024-11-20T23:27:10.735Z | Checking slog-term v2.9.1 |
1914 | 2024-11-20T23:27:10.785Z | Checking reqwest v0.12.9 |
1915 | 2024-11-20T23:27:10.785Z | Checking slog-async v2.8.0 |
1916 | 2024-11-20T23:27:10.836Z | Checking bstr v1.10.0 |
1917 | 2024-11-20T23:27:10.939Z | Checking rfc6979 v0.4.0 |
1918 | 2024-11-20T23:27:11.055Z | Checking hex v0.4.3 |
1919 | 2024-11-20T23:27:11.152Z | Checking managed v0.8.0 |
1920 | 2024-11-20T23:27:11.195Z | Checking winnow v0.5.40 |
1921 | 2024-11-20T23:27:11.395Z | Checking toml v0.8.19 |
1922 | 2024-11-20T23:27:11.577Z | Checking crossbeam-deque v0.8.5 |
1923 | 2024-11-20T23:27:11.612Z | Checking num-bigint-dig v0.8.4 |
1924 | 2024-11-20T23:27:11.772Z | Checking flate2 v1.0.34 |
1925 | 2024-11-20T23:27:11.857Z | Checking elliptic-curve v0.13.8 |
1926 | 2024-11-20T23:27:11.910Z | Checking rustls v0.22.4 |
1927 | 2024-11-20T23:27:12.149Z | Checking dof v0.3.0 |
1928 | 2024-11-20T23:27:12.178Z | Checking pkcs1 v0.7.5 |
1929 | 2024-11-20T23:27:12.467Z | Checking curve25519-dalek v4.1.3 |
1930 | 2024-11-20T23:27:12.520Z | Checking ecdsa v0.16.9 |
1931 | 2024-11-20T23:27:12.584Z | Checking zerocopy v0.6.6 |
1932 | 2024-11-20T23:27:12.618Z | Checking siphasher v0.3.11 |
1933 | 2024-11-20T23:27:12.788Z | Checking usdt-impl v0.5.0 |
1934 | 2024-11-20T23:27:12.940Z | Checking rayon-core v1.12.1 |
1935 | 2024-11-20T23:27:13.232Z | Checking ed25519 v2.2.3 |
1936 | 2024-11-20T23:27:13.369Z | Checking usdt v0.5.0 |
1937 | 2024-11-20T23:27:13.416Z | Checking slog-json v2.6.1 |
1938 | 2024-11-20T23:27:13.560Z | Checking signal-hook v0.3.17 |
1939 | 2024-11-20T23:27:13.617Z | Checking debug-ignore v1.0.5 |
1940 | 2024-11-20T23:27:13.659Z | Checking quick-error v1.2.3 |
1941 | 2024-11-20T23:27:13.688Z | Checking slog-bunyan v2.5.0 |
1942 | 2024-11-20T23:27:13.757Z | Checking multer v3.1.0 |
1943 | 2024-11-20T23:27:13.806Z | Checking rsa v0.9.6 |
1944 | 2024-11-20T23:27:13.808Z | Checking itertools v0.10.5 |
1945 | 2024-11-20T23:27:13.855Z | Checking x509-cert v0.2.5 |
1946 | 2024-11-20T23:27:13.911Z | Checking idna v0.4.0 |
1947 | 2024-11-20T23:27:14.162Z | Checking waitgroup v0.1.2 |
1948 | 2024-11-20T23:27:14.263Z | Checking toml_edit v0.19.15 |
1949 | 2024-11-20T23:27:14.320Z | Checking serde_path_to_error v0.1.16 |
1950 | 2024-11-20T23:27:14.444Z | Checking ed25519-dalek v2.1.1 |
1951 | 2024-11-20T23:27:14.807Z | Checking hubpack v0.1.2 |
1952 | 2024-11-20T23:27:14.874Z | Checking bzip2-sys v0.1.11+1.0.8 |
1953 | 2024-11-20T23:27:14.903Z | Checking async-stream v0.3.6 |
1954 | 2024-11-20T23:27:14.961Z | Checking hostname v0.4.0 |
1955 | 2024-11-20T23:27:15.009Z | Checking bit-vec v0.6.3 |
1956 | 2024-11-20T23:27:15.101Z | Checking bzip2 v0.4.4 |
1957 | 2024-11-20T23:27:15.127Z | Checking hickory-proto v0.24.1 |
1958 | 2024-11-20T23:27:15.149Z | Checking signal-hook-mio v0.2.4 |
1959 | 2024-11-20T23:27:15.310Z | Checking console v0.15.8 |
1960 | 2024-11-20T23:27:15.358Z | Checking bit-set v0.5.3 |
1961 | 2024-11-20T23:27:15.406Z | Checking hash32 v0.2.1 |
1962 | 2024-11-20T23:27:15.527Z | Checking unicode-properties v0.1.3 |
1963 | 2024-11-20T23:27:15.631Z | Checking predicates-core v1.0.8 |
1964 | 2024-11-20T23:27:15.685Z | Checking tokio-rustls v0.25.0 |
1965 | 2024-11-20T23:27:15.731Z | Checking linked-hash-map v0.5.6 |
1966 | 2024-11-20T23:27:15.823Z | Checking heapless v0.7.17 |
1967 | 2024-11-20T23:27:15.886Z | Checking crossterm v0.28.1 |
1968 | 2024-11-20T23:27:15.923Z | Checking stringprep v0.1.5 |
1969 | 2024-11-20T23:27:16.077Z | Checking dropshot v0.12.0 |
1970 | 2024-11-20T23:27:16.108Z | Checking lru-cache v0.1.2 |
1971 | 2024-11-20T23:27:16.110Z | Checking rayon v1.10.0 |
1972 | 2024-11-20T23:27:16.213Z | Checking phf_shared v0.11.2 |
1973 | 2024-11-20T23:27:16.309Z | Checking similar v2.6.0 |
1974 | 2024-11-20T23:27:16.516Z | Checking tokio-stream v0.1.16 |
1975 | 2024-11-20T23:27:16.782Z | Checking toml v0.7.8 |
1976 | 2024-11-20T23:27:16.889Z | Checking md-5 v0.10.6 |
1977 | 2024-11-20T23:27:17.135Z | Checking float-cmp v0.9.0 |
1978 | 2024-11-20T23:27:17.243Z | Checking fallible-iterator v0.2.0 |
1979 | 2024-11-20T23:27:17.337Z | Checking fixedbitset v0.4.2 |
1980 | 2024-11-20T23:27:17.400Z | Checking difflib v0.4.0 |
1981 | 2024-11-20T23:27:17.530Z | Checking normalize-line-endings v0.3.0 |
1982 | 2024-11-20T23:27:17.645Z | Checking petgraph v0.6.5 |
1983 | 2024-11-20T23:27:17.676Z | Checking smoltcp v0.9.1 |
1984 | 2024-11-20T23:27:17.760Z | Checking predicates v3.1.2 |
1985 | 2024-11-20T23:27:17.799Z | Checking phf v0.11.2 |
1986 | 2024-11-20T23:27:17.865Z | Checking postgres-protocol v0.6.7 |
1987 | 2024-11-20T23:27:18.077Z | Checking zip v0.6.6 |
1988 | 2024-11-20T23:27:18.443Z | Checking resolv-conf v0.7.0 |
1989 | 2024-11-20T23:27:18.573Z | Checking phf_shared v0.10.0 |
1990 | 2024-11-20T23:27:18.814Z | Checking tungstenite v0.24.0 |
1991 | 2024-11-20T23:27:18.842Z | Checking fs-err v2.11.0 |
1992 | 2024-11-20T23:27:18.875Z | Checking serde-big-array v0.5.1 |
1993 | 2024-11-20T23:27:19.125Z | Checking portable-atomic v1.9.0 |
1994 | 2024-11-20T23:27:19.263Z | Checking minimal-lexical v0.2.1 |
1995 | 2024-11-20T23:27:19.448Z | Checking precomputed-hash v0.1.1 |
1996 | 2024-11-20T23:27:19.584Z | Checking unicode-width v0.2.0 |
1997 | 2024-11-20T23:27:19.675Z | Checking new_debug_unreachable v1.0.6 |
1998 | 2024-11-20T23:27:19.768Z | Checking number_prefix v0.4.0 |
1999 | 2024-11-20T23:27:19.794Z | Checking lalrpop-util v0.19.12 |
2000 | 2024-11-20T23:27:19.862Z | Checking string_cache v0.8.7 |
2001 | 2024-11-20T23:27:19.969Z | Checking tokio-tungstenite v0.24.0 |
2002 | 2024-11-20T23:27:20.057Z | Checking hickory-resolver v0.24.1 |
2003 | 2024-11-20T23:27:20.082Z | Checking nom v7.1.3 |
2004 | 2024-11-20T23:27:20.086Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2005 | 2024-11-20T23:27:20.132Z | Checking postgres-types v0.2.8 |
2006 | 2024-11-20T23:27:20.158Z | Checking itertools v0.12.1 |
2007 | 2024-11-20T23:27:20.184Z | Checking indicatif v0.17.9 |
2008 | 2024-11-20T23:27:20.456Z | Checking whoami v1.5.2 |
2009 | 2024-11-20T23:27:20.787Z | Checking peg-runtime v0.8.3 |
2010 | 2024-11-20T23:27:20.866Z | Checking heck v0.4.1 |
2011 | 2024-11-20T23:27:20.975Z | Checking tokio-postgres v0.7.12 |
2012 | 2024-11-20T23:27:21.043Z | Compiling hashbrown v0.14.5 |
2013 | 2024-11-20T23:27:21.076Z | Compiling ident_case v1.0.1 |
2014 | 2024-11-20T23:27:21.163Z | Compiling unsafe-libyaml v0.2.11 |
2015 | 2024-11-20T23:27:21.296Z | Compiling darling_core v0.20.10 |
2016 | 2024-11-20T23:27:21.723Z | Checking qorb v0.2.0 |
2017 | 2024-11-20T23:27:22.462Z | Compiling regress v0.10.1 |
2018 | 2024-11-20T23:27:22.863Z | Compiling serde_yaml v0.9.34+deprecated |
2019 | 2024-11-20T23:27:23.200Z | Checking heck v0.5.0 |
2020 | 2024-11-20T23:27:23.416Z | Checking progenitor-client v0.8.0 |
2021 | 2024-11-20T23:27:23.809Z | Checking fastrand v2.1.1 |
2022 | 2024-11-20T23:27:24.116Z | Compiling newtype-uuid v1.1.3 |
2023 | 2024-11-20T23:27:24.167Z | Checking ipnetwork v0.20.0 |
2024 | 2024-11-20T23:27:24.426Z | Compiling structmeta-derive v0.3.0 |
2025 | 2024-11-20T23:27:24.461Z | Checking strum v0.26.3 |
2026 | 2024-11-20T23:27:24.553Z | Checking macaddr v1.0.1 |
2027 | 2024-11-20T23:27:24.645Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2028 | 2024-11-20T23:27:24.903Z | Compiling dropshot v0.13.0 |
2029 | 2024-11-20T23:27:25.443Z | Compiling dropshot_endpoint v0.13.0 |
2030 | 2024-11-20T23:27:25.577Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2031 | 2024-11-20T23:27:25.672Z | Checking tempfile v3.13.0 |
2032 | 2024-11-20T23:27:25.931Z | Checking instant v0.1.13 |
2033 | 2024-11-20T23:27:26.060Z | Checking regress v0.9.1 |
2034 | 2024-11-20T23:27:26.088Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2035 | 2024-11-20T23:27:26.957Z | Compiling typify-impl v0.2.0 |
2036 | 2024-11-20T23:27:27.276Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2037 | 2024-11-20T23:27:27.476Z | Compiling structmeta v0.3.0 |
2038 | 2024-11-20T23:27:27.599Z | Checking backoff v0.4.0 |
2039 | 2024-11-20T23:27:27.660Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2040 | 2024-11-20T23:27:27.826Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2041 | 2024-11-20T23:27:27.909Z | Checking wait-timeout v0.2.0 |
2042 | 2024-11-20T23:27:27.960Z | Compiling parse-display-derive v0.10.0 |
2043 | 2024-11-20T23:27:28.002Z | Checking rand_xorshift v0.3.0 |
2044 | 2024-11-20T23:27:28.106Z | Checking rusty-fork v0.3.0 |
2045 | 2024-11-20T23:27:28.196Z | Compiling structmeta-derive v0.2.0 |
2046 | 2024-11-20T23:27:28.423Z | Checking unarray v0.1.4 |
2047 | 2024-11-20T23:27:28.563Z | Compiling darling_macro v0.20.10 |
2048 | 2024-11-20T23:27:28.599Z | Checking proptest v1.5.0 |
2049 | 2024-11-20T23:27:29.573Z | Compiling darling v0.20.10 |
2050 | 2024-11-20T23:27:29.714Z | Compiling serde_with_macros v3.11.0 |
2051 | 2024-11-20T23:27:29.718Z | Checking camino-tempfile v1.1.1 |
2052 | 2024-11-20T23:27:30.037Z | Compiling proc-macro-error v1.0.4 |
2053 | 2024-11-20T23:27:30.609Z | Compiling proc-macro-crate v1.3.1 |
2054 | 2024-11-20T23:27:30.752Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2055 | 2024-11-20T23:27:31.082Z | Compiling structmeta v0.2.0 |
2056 | 2024-11-20T23:27:31.178Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2057 | 2024-11-20T23:27:31.518Z | Compiling foreign-types-macros v0.2.3 |
2058 | 2024-11-20T23:27:31.551Z | Compiling test-strategy v0.3.1 |
2059 | 2024-11-20T23:27:31.842Z | Compiling num_enum_derive v0.5.11 |
2060 | 2024-11-20T23:27:32.759Z | Checking parse-display v0.10.0 |
2061 | 2024-11-20T23:27:32.848Z | Checking serde_with v3.11.0 |
2062 | 2024-11-20T23:27:32.921Z | Checking foreign-types-shared v0.3.1 |
2063 | 2024-11-20T23:27:33.047Z | Checking foreign-types v0.5.0 |
2064 | 2024-11-20T23:27:33.173Z | Checking tabwriter v1.4.0 |
2065 | 2024-11-20T23:27:33.355Z | Checking cstr-argument v0.1.2 |
2066 | 2024-11-20T23:27:33.454Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2067 | 2024-11-20T23:27:33.485Z | Checking pretty-hex v0.2.1 |
2068 | 2024-11-20T23:27:33.555Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2069 | 2024-11-20T23:27:33.667Z | Checking colored v2.1.0 |
2070 | 2024-11-20T23:27:33.907Z | Checking smf v0.2.3 |
2071 | 2024-11-20T23:27:33.998Z | Compiling zerocopy v0.8.10 |
2072 | 2024-11-20T23:27:34.335Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2073 | 2024-11-20T23:27:34.377Z | Checking base64 v0.21.7 |
2074 | 2024-11-20T23:27:34.499Z | Compiling crucible-workspace-hack v0.1.0 |
2075 | 2024-11-20T23:27:34.526Z | Compiling itertools v0.13.0 |
2076 | 2024-11-20T23:27:34.555Z | Checking num_enum v0.5.11 |
2077 | 2024-11-20T23:27:34.735Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2078 | 2024-11-20T23:27:34.815Z | Compiling zerocopy-derive v0.8.10 |
2079 | 2024-11-20T23:27:34.879Z | Compiling heapless v0.8.0 |
2080 | 2024-11-20T23:27:35.024Z | Checking termtree v0.4.1 |
2081 | 2024-11-20T23:27:35.160Z | Checking hash32 v0.3.1 |
2082 | 2024-11-20T23:27:35.253Z | Checking predicates-tree v1.0.11 |
2083 | 2024-11-20T23:27:35.370Z | Compiling smoltcp v0.11.0 |
2084 | 2024-11-20T23:27:35.413Z | Checking cobs v0.2.3 |
2085 | 2024-11-20T23:27:35.625Z | Checking postcard v1.0.10 |
2086 | 2024-11-20T23:27:35.651Z | Checking sigpipe v0.1.3 |
2087 | 2024-11-20T23:27:35.777Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2088 | 2024-11-20T23:27:36.117Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2089 | 2024-11-20T23:27:36.265Z | Checking atomicwrites v0.4.4 |
2090 | 2024-11-20T23:27:36.294Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2091 | 2024-11-20T23:27:36.339Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2092 | 2024-11-20T23:27:36.448Z | Compiling mockall_derive v0.13.0 |
2093 | 2024-11-20T23:27:36.484Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2094 | 2024-11-20T23:27:36.682Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2095 | 2024-11-20T23:27:36.934Z | Compiling zone_cfg_derive v0.3.0 |
2096 | 2024-11-20T23:27:37.239Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2097 | 2024-11-20T23:27:37.612Z | Compiling num-derive v0.4.2 |
2098 | 2024-11-20T23:27:37.708Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2099 | 2024-11-20T23:27:38.520Z | Checking downcast v0.11.0 |
2100 | 2024-11-20T23:27:38.732Z | Checking fragile v2.0.0 |
2101 | 2024-11-20T23:27:38.839Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2102 | 2024-11-20T23:27:39.002Z | Checking zone v0.3.0 |
2103 | 2024-11-20T23:27:39.174Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2104 | 2024-11-20T23:27:39.456Z | Compiling convert_case v0.4.0 |
2105 | 2024-11-20T23:27:39.974Z | Checking newline-converter v0.3.0 |
2106 | 2024-11-20T23:27:39.986Z | Checking expectorate v1.1.0 |
2107 | 2024-11-20T23:27:40.085Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2108 | 2024-11-20T23:27:40.149Z | Checking tungstenite v0.21.0 |
2109 | 2024-11-20T23:27:40.448Z | Compiling derive_more v0.99.18 |
2110 | 2024-11-20T23:27:40.599Z | Checking same-file v1.0.6 |
2111 | 2024-11-20T23:27:40.792Z | Checking walkdir v2.5.0 |
2112 | 2024-11-20T23:27:41.093Z | Checking arc-swap v1.7.1 |
2113 | 2024-11-20T23:27:41.169Z | Checking xattr v1.3.1 |
2114 | 2024-11-20T23:27:41.196Z | Checking tokio-tungstenite v0.21.0 |
2115 | 2024-11-20T23:27:41.374Z | Checking filetime v0.2.25 |
2116 | 2024-11-20T23:27:41.533Z | Checking slog-scope v4.4.0 |
2117 | 2024-11-20T23:27:41.618Z | Checking tar v0.4.42 |
2118 | 2024-11-20T23:27:41.749Z | Checking slog-stdlog v4.1.1 |
2119 | 2024-11-20T23:27:41.777Z | Checking num-rational v0.4.2 |
2120 | 2024-11-20T23:27:41.940Z | Checking slog-envlogger v2.2.0 |
2121 | 2024-11-20T23:27:42.181Z | Checking num-complex v0.4.6 |
2122 | 2024-11-20T23:27:42.468Z | Checking float-ord v0.3.2 |
2123 | 2024-11-20T23:27:42.509Z | Compiling owo-colors v4.1.0 |
2124 | 2024-11-20T23:27:42.626Z | Checking swrite v0.1.0 |
2125 | 2024-11-20T23:27:42.765Z | Compiling cancel-safe-futures v0.1.5 |
2126 | 2024-11-20T23:27:42.791Z | Checking libsw v3.3.1 |
2127 | 2024-11-20T23:27:43.087Z | Checking pem v3.0.4 |
2128 | 2024-11-20T23:27:43.149Z | Checking num v0.4.3 |
2129 | 2024-11-20T23:27:43.275Z | Checking password-hash v0.5.0 |
2130 | 2024-11-20T23:27:43.388Z | Checking blake2 v0.10.6 |
2131 | 2024-11-20T23:27:43.659Z | Checking indent_write v2.2.0 |
2132 | 2024-11-20T23:27:43.738Z | Checking linear-map v1.2.0 |
2133 | 2024-11-20T23:27:43.869Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2134 | 2024-11-20T23:27:43.898Z | Checking argon2 v0.5.3 |
2135 | 2024-11-20T23:27:44.241Z | Compiling lzma-sys v0.1.20 |
2136 | 2024-11-20T23:27:44.565Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2137 | 2024-11-20T23:27:44.630Z | Checking headers-core v0.3.0 |
2138 | 2024-11-20T23:27:44.787Z | Compiling heck v0.3.3 |
2139 | 2024-11-20T23:27:44.810Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2140 | 2024-11-20T23:27:44.932Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2141 | 2024-11-20T23:27:45.182Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2142 | 2024-11-20T23:27:45.208Z | Compiling zone_cfg_derive v0.1.2 |
2143 | 2024-11-20T23:27:45.260Z | Checking headers v0.4.0 |
2144 | 2024-11-20T23:27:45.287Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2145 | 2024-11-20T23:27:45.319Z | Checking mockall v0.13.0 |
2146 | 2024-11-20T23:27:45.584Z | Checking yasna v0.5.2 |
2147 | 2024-11-20T23:27:45.610Z | Checking base64 v0.13.1 |
2148 | 2024-11-20T23:27:45.853Z | Compiling typify-macro v0.2.0 |
2149 | 2024-11-20T23:27:45.929Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2150 | 2024-11-20T23:27:46.018Z | Checking highway v1.2.0 |
2151 | 2024-11-20T23:27:46.497Z | Checking rcgen v0.12.1 |
2152 | 2024-11-20T23:27:46.500Z | Checking ron v0.7.1 |
2153 | 2024-11-20T23:27:46.545Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2154 | 2024-11-20T23:27:46.804Z | Checking zone v0.1.8 |
2155 | 2024-11-20T23:27:47.068Z | Checking xz2 v0.1.7 |
2156 | 2024-11-20T23:27:47.402Z | Checking subprocess v0.2.9 |
2157 | 2024-11-20T23:27:47.519Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2158 | 2024-11-20T23:27:47.727Z | Checking humantime v2.1.0 |
2159 | 2024-11-20T23:27:47.978Z | Compiling semver v0.1.20 |
2160 | 2024-11-20T23:27:48.024Z | Checking half v2.4.1 |
2161 | 2024-11-20T23:27:48.410Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2162 | 2024-11-20T23:27:48.442Z | Compiling rustc_version v0.1.7 |
2163 | 2024-11-20T23:27:48.482Z | Checking ciborium-io v0.2.2 |
2164 | 2024-11-20T23:27:48.537Z | Checking prettyplease v0.2.25 |
2165 | 2024-11-20T23:27:48.623Z | Checking ciborium-ll v0.2.2 |
2166 | 2024-11-20T23:27:48.945Z | Compiling newtype_derive v0.1.6 |
2167 | 2024-11-20T23:27:48.968Z | Checking ciborium v0.2.2 |
2168 | 2024-11-20T23:27:49.880Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2169 | 2024-11-20T23:27:50.353Z | Compiling typify v0.2.0 |
2170 | 2024-11-20T23:27:50.513Z | Compiling progenitor-impl v0.8.0 |
2171 | 2024-11-20T23:27:51.776Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2172 | 2024-11-20T23:27:52.064Z | Checking steno v0.4.1 |
2173 | 2024-11-20T23:27:52.112Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2174 | 2024-11-20T23:27:52.315Z | Checking display-error-chain v0.2.2 |
2175 | 2024-11-20T23:27:52.504Z | Compiling slog-dtrace v0.3.0 |
2176 | 2024-11-20T23:27:52.877Z | Checking gethostname v0.5.0 |
2177 | 2024-11-20T23:27:53.035Z | Checking nibble_vec v0.1.0 |
2178 | 2024-11-20T23:27:53.232Z | Compiling ring v0.16.20 |
2179 | 2024-11-20T23:27:53.350Z | Compiling blake3 v1.5.4 |
2180 | 2024-11-20T23:27:53.447Z | Checking endian-type v0.1.2 |
2181 | 2024-11-20T23:27:53.684Z | Checking keccak v0.1.5 |
2182 | 2024-11-20T23:27:53.881Z | Checking radix_trie v0.2.1 |
2183 | 2024-11-20T23:27:54.040Z | Checking sha3 v0.10.8 |
2184 | 2024-11-20T23:27:54.307Z | Checking universal-hash v0.5.1 |
2185 | 2024-11-20T23:27:54.378Z | Checking secrecy v0.8.0 |
2186 | 2024-11-20T23:27:54.477Z | Checking opaque-debug v0.3.1 |
2187 | 2024-11-20T23:27:54.502Z | Checking aead v0.5.2 |
2188 | 2024-11-20T23:27:54.580Z | Checking poly1305 v0.8.0 |
2189 | 2024-11-20T23:27:54.605Z | Checking chacha20 v0.9.1 |
2190 | 2024-11-20T23:27:55.002Z | Compiling memmap2 v0.9.5 |
2191 | 2024-11-20T23:27:55.091Z | Compiling arrayref v0.3.9 |
2192 | 2024-11-20T23:27:55.211Z | Compiling spin v0.5.2 |
2193 | 2024-11-20T23:27:55.236Z | Compiling constant_time_eq v0.3.1 |
2194 | 2024-11-20T23:27:55.431Z | Compiling arrayvec v0.7.6 |
2195 | 2024-11-20T23:27:55.458Z | Compiling toolchain_find v0.4.0 |
2196 | 2024-11-20T23:27:55.684Z | Compiling thiserror-impl-no-std v2.0.2 |
2197 | 2024-11-20T23:27:55.749Z | Compiling topological-sort v0.2.2 |
2198 | 2024-11-20T23:27:55.961Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2199 | 2024-11-20T23:27:55.988Z | Compiling rustfmt-wrapper v0.2.1 |
2200 | 2024-11-20T23:27:56.200Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2201 | 2024-11-20T23:27:56.564Z | Checking chacha20poly1305 v0.10.1 |
2202 | 2024-11-20T23:27:56.589Z | Compiling async-recursion v1.1.1 |
2203 | 2024-11-20T23:27:56.614Z | Checking fxhash v0.2.1 |
2204 | 2024-11-20T23:27:56.781Z | Checking termcolor v1.4.1 |
2205 | 2024-11-20T23:27:56.814Z | Compiling radium v0.7.0 |
2206 | 2024-11-20T23:27:57.190Z | Checking maplit v1.0.2 |
2207 | 2024-11-20T23:27:57.264Z | Compiling maybe-uninit v2.0.0 |
2208 | 2024-11-20T23:27:57.314Z | Checking tap v1.0.1 |
2209 | 2024-11-20T23:27:57.500Z | Checking wyz v0.5.1 |
2210 | 2024-11-20T23:27:57.774Z | Checking funty v2.0.0 |
2211 | 2024-11-20T23:27:57.903Z | Checking home v0.5.9 |
2212 | 2024-11-20T23:27:57.926Z | Compiling packed_struct v0.10.1 |
2213 | 2024-11-20T23:27:58.071Z | Checking crc-catalog v2.4.0 |
2214 | 2024-11-20T23:27:58.238Z | Checking crc v3.2.1 |
2215 | 2024-11-20T23:27:58.431Z | Compiling const_format_proc_macros v0.2.33 |
2216 | 2024-11-20T23:27:58.464Z | Checking kstat-rs v0.2.4 |
2217 | 2024-11-20T23:27:58.702Z | Checking bitvec v1.0.1 |
2218 | 2024-11-20T23:27:58.727Z | Compiling packed_struct_codegen v0.10.1 |
2219 | 2024-11-20T23:27:58.821Z | Compiling vte_generate_state_changes v0.1.2 |
2220 | 2024-11-20T23:27:59.042Z | Checking thiserror-no-std v2.0.2 |
2221 | 2024-11-20T23:27:59.071Z | Compiling progenitor-macro v0.8.0 |
2222 | 2024-11-20T23:27:59.163Z | Compiling omicron-zone-package v0.11.1 |
2223 | 2024-11-20T23:27:59.500Z | Checking vsss-rs v3.3.4 |
2224 | 2024-11-20T23:27:59.953Z | Compiling indexmap v1.9.3 |
2225 | 2024-11-20T23:28:00.286Z | Compiling libefi-sys v0.1.0 |
2226 | 2024-11-20T23:28:00.585Z | Checking nodrop v0.1.14 |
2227 | 2024-11-20T23:28:00.632Z | Checking const_format v0.2.33 |
2228 | 2024-11-20T23:28:00.722Z | Checking array-init v0.0.4 |
2229 | 2024-11-20T23:28:00.755Z | Checking vte v0.11.1 |
2230 | 2024-11-20T23:28:01.149Z | Checking smallvec v0.6.14 |
2231 | 2024-11-20T23:28:01.616Z | Checking fd-lock v4.0.2 |
2232 | 2024-11-20T23:28:01.703Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2233 | 2024-11-20T23:28:01.828Z | Compiling bitfield-struct v0.6.2 |
2234 | 2024-11-20T23:28:01.854Z | Checking bitfield v0.14.0 |
2235 | 2024-11-20T23:28:02.132Z | Checking hashbrown v0.12.3 |
2236 | 2024-11-20T23:28:02.270Z | Checking strip-ansi-escapes v0.2.0 |
2237 | 2024-11-20T23:28:02.294Z | Checking serde-hex v0.1.0 |
2238 | 2024-11-20T23:28:02.850Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2239 | 2024-11-20T23:28:02.979Z | Checking env_logger v0.10.2 |
2240 | 2024-11-20T23:28:03.102Z | Checking ron v0.8.1 |
2241 | 2024-11-20T23:28:03.316Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2242 | 2024-11-20T23:28:03.438Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2243 | 2024-11-20T23:28:03.773Z | Checking hashbrown v0.13.2 |
2244 | 2024-11-20T23:28:03.921Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2245 | 2024-11-20T23:28:03.946Z | Checking crc-any v2.5.0 |
2246 | 2024-11-20T23:28:04.064Z | Checking nu-ansi-term v0.50.1 |
2247 | 2024-11-20T23:28:04.350Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2248 | 2024-11-20T23:28:04.445Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2249 | 2024-11-20T23:28:04.508Z | Checking reedline v0.35.0 |
2250 | 2024-11-20T23:28:04.858Z | Checking object v0.30.4 |
2251 | 2024-11-20T23:28:04.883Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2252 | 2024-11-20T23:28:04.970Z | Compiling parking_lot_core v0.8.6 |
2253 | 2024-11-20T23:28:05.133Z | Checking path-slash v0.1.5 |
2254 | 2024-11-20T23:28:05.300Z | Compiling phf_generator v0.11.2 |
2255 | 2024-11-20T23:28:05.517Z | Checking glob v0.3.1 |
2256 | 2024-11-20T23:28:05.540Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2257 | 2024-11-20T23:28:05.806Z | Checking bytecount v0.6.8 |
2258 | 2024-11-20T23:28:05.846Z | Compiling phf_codegen v0.11.2 |
2259 | 2024-11-20T23:28:05.872Z | Checking parking_lot v0.11.2 |
2260 | 2024-11-20T23:28:05.973Z | Checking papergrid v0.11.0 |
2261 | 2024-11-20T23:28:06.071Z | Compiling tabled_derive v0.7.0 |
2262 | 2024-11-20T23:28:06.289Z | Compiling parse-zoneinfo v0.3.1 |
2263 | 2024-11-20T23:28:06.415Z | Compiling cfg_aliases v0.1.1 |
2264 | 2024-11-20T23:28:06.549Z | Compiling nix v0.28.0 |
2265 | 2024-11-20T23:28:07.422Z | Compiling chrono-tz-build v0.4.0 |
2266 | 2024-11-20T23:28:07.525Z | Checking sled v0.34.7 |
2267 | 2024-11-20T23:28:07.550Z | Checking hickory-client v0.24.1 |
2268 | 2024-11-20T23:28:08.302Z | Checking hickory-server v0.24.1 |
2269 | 2024-11-20T23:28:08.462Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2270 | 2024-11-20T23:28:08.789Z | Checking tabled v0.15.0 |
2271 | 2024-11-20T23:28:08.949Z | Compiling chrono-tz v0.10.0 |
2272 | 2024-11-20T23:28:09.582Z | Compiling buf-list v1.0.3 |
2273 | 2024-11-20T23:28:10.581Z | Compiling peg-macros v0.8.4 |
2274 | 2024-11-20T23:28:10.850Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2275 | 2024-11-20T23:28:11.094Z | Compiling sqlparser_derive v0.2.2 |
2276 | 2024-11-20T23:28:11.148Z | Checking unicode_categories v0.1.1 |
2277 | 2024-11-20T23:28:11.494Z | Checking sqlformat v0.2.6 |
2278 | 2024-11-20T23:28:12.289Z | Checking sqlparser v0.45.0 |
2279 | 2024-11-20T23:28:12.547Z | Checking bcs v0.1.6 |
2280 | 2024-11-20T23:28:13.037Z | Checking primeorder v0.13.6 |
2281 | 2024-11-20T23:28:13.063Z | Checking rustyline v14.0.0 |
2282 | 2024-11-20T23:28:13.527Z | Compiling unicase v2.7.0 |
2283 | 2024-11-20T23:28:14.043Z | Checking nanorand v0.7.0 |
2284 | 2024-11-20T23:28:14.415Z | Checking flume v0.11.1 |
2285 | 2024-11-20T23:28:14.592Z | Checking peg v0.8.4 |
2286 | 2024-11-20T23:28:14.693Z | Checking atty v0.2.14 |
2287 | 2024-11-20T23:28:14.718Z | Compiling salty v0.3.0 |
2288 | 2024-11-20T23:28:14.795Z | Checking progenitor v0.8.0 |
2289 | 2024-11-20T23:28:15.058Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2290 | 2024-11-20T23:28:15.121Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2291 | 2024-11-20T23:28:15.148Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2292 | 2024-11-20T23:28:16.261Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2293 | 2024-11-20T23:28:16.757Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2294 | 2024-11-20T23:28:19.792Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2295 | 2024-11-20T23:28:20.403Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2296 | 2024-11-20T23:28:21.919Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2297 | 2024-11-20T23:28:22.038Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2298 | 2024-11-20T23:28:22.291Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2299 | 2024-11-20T23:28:23.291Z | Checking p384 v0.13.0 |
2300 | 2024-11-20T23:28:23.719Z | Compiling mime_guess v2.0.5 |
2301 | 2024-11-20T23:28:23.787Z | Checking env_filter v0.1.2 |
2302 | 2024-11-20T23:28:24.050Z | Checking env_logger v0.11.5 |
2303 | 2024-11-20T23:28:24.081Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2304 | 2024-11-20T23:28:24.133Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2305 | 2024-11-20T23:28:24.439Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2306 | 2024-11-20T23:28:24.692Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2307 | 2024-11-20T23:28:24.769Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2308 | 2024-11-20T23:28:24.795Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2309 | 2024-11-20T23:28:24.890Z | Compiling dsl_auto_type v0.1.2 |
2310 | 2024-11-20T23:28:25.036Z | Checking scheduled-thread-pool v0.2.7 |
2311 | 2024-11-20T23:28:25.085Z | Compiling diesel_table_macro_syntax v0.2.0 |
2312 | 2024-11-20T23:28:25.288Z | Checking http-range v0.1.5 |
2313 | 2024-11-20T23:28:25.391Z | Compiling crunchy v0.2.2 |
2314 | 2024-11-20T23:28:25.474Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2315 | 2024-11-20T23:28:25.583Z | Checking r2d2 v0.8.10 |
2316 | 2024-11-20T23:28:25.829Z | Checking hyper-staticfile v0.10.1 |
2317 | 2024-11-20T23:28:25.968Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2318 | 2024-11-20T23:28:26.416Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2319 | 2024-11-20T23:28:26.663Z | Compiling tiny-keccak v2.0.2 |
2320 | 2024-11-20T23:28:26.689Z | Compiling diesel_derives v2.2.3 |
2321 | 2024-11-20T23:28:27.176Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2322 | 2024-11-20T23:28:27.355Z | Compiling pin-project-internal v1.1.6 |
2323 | 2024-11-20T23:28:27.406Z | Compiling ref-cast v1.0.23 |
2324 | 2024-11-20T23:28:28.114Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2325 | 2024-11-20T23:28:28.570Z | Compiling ascii-canvas v3.0.0 |
2326 | 2024-11-20T23:28:28.665Z | Compiling ena v0.14.3 |
2327 | 2024-11-20T23:28:29.106Z | Compiling ref-cast-impl v1.0.23 |
2328 | 2024-11-20T23:28:29.161Z | Compiling regex-syntax v0.6.29 |
2329 | 2024-11-20T23:28:30.330Z | Compiling diff v0.1.13 |
2330 | 2024-11-20T23:28:30.362Z | Checking pin-project v1.1.6 |
2331 | 2024-11-20T23:28:30.540Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2332 | 2024-11-20T23:28:30.593Z | Checking signal-hook-tokio v0.3.1 |
2333 | 2024-11-20T23:28:30.793Z | Compiling snafu-derive v0.8.5 |
2334 | 2024-11-20T23:28:31.013Z | Checking lockfree-object-pool v0.1.6 |
2335 | 2024-11-20T23:28:31.332Z | Checking simd-adler32 v0.3.7 |
2336 | 2024-11-20T23:28:31.697Z | Checking bumpalo v3.16.0 |
2337 | 2024-11-20T23:28:32.063Z | Compiling zip v2.1.3 |
2338 | 2024-11-20T23:28:32.420Z | Checking zopfli v0.8.1 |
2339 | 2024-11-20T23:28:33.160Z | Compiling lalrpop v0.19.12 |
2340 | 2024-11-20T23:28:34.853Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2341 | 2024-11-20T23:28:35.163Z | Compiling derive_builder_core v0.20.2 |
2342 | 2024-11-20T23:28:35.247Z | Checking globset v0.4.15 |
2343 | 2024-11-20T23:28:35.837Z | Checking olpc-cjson v0.1.4 |
2344 | 2024-11-20T23:28:36.085Z | Checking serde_plain v1.0.2 |
2345 | 2024-11-20T23:28:36.375Z | Compiling libxml v0.3.3 |
2346 | 2024-11-20T23:28:36.762Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2347 | 2024-11-20T23:28:36.833Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2348 | 2024-11-20T23:28:37.711Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2349 | 2024-11-20T23:28:39.545Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2350 | 2024-11-20T23:28:40.626Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2351 | 2024-11-20T23:28:41.359Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2352 | 2024-11-20T23:28:42.069Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2353 | 2024-11-20T23:28:42.285Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2354 | 2024-11-20T23:28:43.054Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2355 | 2024-11-20T23:28:43.575Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2356 | 2024-11-20T23:28:43.928Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2357 | 2024-11-20T23:28:44.227Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2358 | 2024-11-20T23:28:44.542Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2359 | 2024-11-20T23:28:44.756Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2360 | 2024-11-20T23:28:45.017Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2361 | 2024-11-20T23:28:45.105Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2362 | 2024-11-20T23:28:45.434Z | Checking diesel v2.2.4 |
2363 | 2024-11-20T23:28:45.714Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2364 | 2024-11-20T23:28:46.200Z | Checking snafu v0.8.5 |
2365 | 2024-11-20T23:28:46.247Z | Compiling memoffset v0.9.1 |
2366 | 2024-11-20T23:28:46.683Z | Checking typed-path v0.9.3 |
2367 | 2024-11-20T23:28:48.820Z | Checking tough v0.19.0 |
2368 | 2024-11-20T23:28:49.726Z | Compiling derive_builder_macro v0.20.2 |
2369 | 2024-11-20T23:28:49.852Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2370 | 2024-11-20T23:28:50.644Z | Checking tungstenite v0.23.0 |
2371 | 2024-11-20T23:28:51.312Z | Compiling strum_macros v0.24.3 |
2372 | 2024-11-20T23:28:51.493Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2373 | 2024-11-20T23:28:51.692Z | Compiling samael v0.0.17 |
2374 | 2024-11-20T23:28:51.776Z | Checking parse-size v1.1.0 |
2375 | 2024-11-20T23:28:51.985Z | Compiling indoc v1.0.9 |
2376 | 2024-11-20T23:28:53.024Z | Checking tokio-tungstenite v0.23.1 |
2377 | 2024-11-20T23:28:53.533Z | Checking derive_builder v0.20.2 |
2378 | 2024-11-20T23:28:54.156Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2379 | 2024-11-20T23:28:54.482Z | Checking quick-xml v0.33.0 |
2380 | 2024-11-20T23:28:55.138Z | Compiling impl-trait-for-tuples v0.2.2 |
2381 | 2024-11-20T23:28:55.384Z | Compiling oso-derive v0.27.3 |
2382 | 2024-11-20T23:28:55.577Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2383 | 2024-11-20T23:28:56.034Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2384 | 2024-11-20T23:28:56.571Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2385 | 2024-11-20T23:28:56.625Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2386 | 2024-11-20T23:28:56.680Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2387 | 2024-11-20T23:28:57.126Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2388 | 2024-11-20T23:28:57.905Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2389 | 2024-11-20T23:28:59.172Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2390 | 2024-11-20T23:28:59.198Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2391 | 2024-11-20T23:29:00.055Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2392 | 2024-11-20T23:29:00.629Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2393 | 2024-11-20T23:29:02.942Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2394 | 2024-11-20T23:29:03.585Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2395 | 2024-11-20T23:29:04.812Z | Checking nix v0.27.1 |
2396 | 2024-11-20T23:29:06.087Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2397 | 2024-11-20T23:29:06.402Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2398 | 2024-11-20T23:29:06.575Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2399 | 2024-11-20T23:29:07.294Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2400 | 2024-11-20T23:29:08.315Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2401 | 2024-11-20T23:29:08.615Z | Compiling diesel-dtrace v0.3.0 |
2402 | 2024-11-20T23:29:09.025Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2403 | 2024-11-20T23:29:09.197Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2404 | 2024-11-20T23:29:09.503Z | Checking bb8 v0.8.5 |
2405 | 2024-11-20T23:29:10.070Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2406 | 2024-11-20T23:29:11.038Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2407 | 2024-11-20T23:29:11.465Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2408 | 2024-11-20T23:29:11.872Z | Checking rand_seeder v0.3.0 |
2409 | 2024-11-20T23:29:11.895Z | Checking assert_matches v1.5.0 |
2410 | 2024-11-20T23:29:12.008Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2411 | 2024-11-20T23:29:12.132Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2412 | 2024-11-20T23:29:12.521Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2413 | 2024-11-20T23:29:12.581Z | Compiling libz-sys v1.1.20 |
2414 | 2024-11-20T23:29:12.799Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2415 | 2024-11-20T23:29:13.444Z | Checking is_ci v1.2.0 |
2416 | 2024-11-20T23:29:13.619Z | Checking supports-color v3.0.1 |
2417 | 2024-11-20T23:29:13.887Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2418 | 2024-11-20T23:29:14.317Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2419 | 2024-11-20T23:29:14.927Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2420 | 2024-11-20T23:29:14.944Z | Compiling vergen v8.3.2 |
2421 | 2024-11-20T23:29:14.944Z | Compiling cargo-platform v0.1.8 |
2422 | 2024-11-20T23:29:15.516Z | Checking unicode-linebreak v0.1.5 |
2423 | 2024-11-20T23:29:15.814Z | Checking smawk v0.3.2 |
2424 | 2024-11-20T23:29:15.949Z | Compiling cargo_metadata v0.18.1 |
2425 | 2024-11-20T23:29:15.998Z | Checking textwrap v0.16.1 |
2426 | 2024-11-20T23:29:16.190Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2427 | 2024-11-20T23:29:16.463Z | Checking castaway v0.2.3 |
2428 | 2024-11-20T23:29:16.505Z | Compiling libsqlite3-sys v0.30.1 |
2429 | 2024-11-20T23:29:16.643Z | Compiling rustls v0.21.12 |
2430 | 2024-11-20T23:29:16.766Z | Compiling cfg_aliases v0.2.1 |
2431 | 2024-11-20T23:29:16.897Z | Compiling nix v0.29.0 |
2432 | 2024-11-20T23:29:17.074Z | Checking compact_str v0.8.0 |
2433 | 2024-11-20T23:29:17.844Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2434 | 2024-11-20T23:29:17.897Z | Checking unicode-truncate v1.1.0 |
2435 | 2024-11-20T23:29:18.107Z | Checking rustls-webpki v0.101.7 |
2436 | 2024-11-20T23:29:18.130Z | Checking sct v0.7.1 |
2437 | 2024-11-20T23:29:18.353Z | Checking lru v0.12.5 |
2438 | 2024-11-20T23:29:18.665Z | Compiling instability v0.3.2 |
2439 | 2024-11-20T23:29:18.714Z | Checking cassowary v0.3.0 |
2440 | 2024-11-20T23:29:19.437Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2441 | 2024-11-20T23:29:19.666Z | Checking hashlink v0.9.1 |
2442 | 2024-11-20T23:29:19.715Z | Checking concurrent-queue v2.5.0 |
2443 | 2024-11-20T23:29:19.740Z | Checking ratatui v0.28.1 |
2444 | 2024-11-20T23:29:20.051Z | Checking parking v2.2.1 |
2445 | 2024-11-20T23:29:20.200Z | Checking fallible-iterator v0.3.0 |
2446 | 2024-11-20T23:29:20.283Z | Checking fallible-streaming-iterator v0.1.9 |
2447 | 2024-11-20T23:29:20.545Z | Checking plotters-backend v0.3.7 |
2448 | 2024-11-20T23:29:20.899Z | Checking rusqlite v0.32.1 |
2449 | 2024-11-20T23:29:20.964Z | Checking plotters-svg v0.3.7 |
2450 | 2024-11-20T23:29:21.765Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2451 | 2024-11-20T23:29:22.097Z | Checking tokio-rustls v0.24.1 |
2452 | 2024-11-20T23:29:22.436Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2453 | 2024-11-20T23:29:22.497Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2454 | 2024-11-20T23:29:22.562Z | Checking async-bb8-diesel v0.2.1 |
2455 | 2024-11-20T23:29:22.781Z | Checking rustls-pemfile v1.0.4 |
2456 | 2024-11-20T23:29:22.859Z | Checking twox-hash v1.6.3 |
2457 | 2024-11-20T23:29:22.911Z | Checking cast v0.3.0 |
2458 | 2024-11-20T23:29:23.038Z | Checking plotters v0.3.7 |
2459 | 2024-11-20T23:29:23.254Z | Checking criterion-plot v0.5.0 |
2460 | 2024-11-20T23:29:23.311Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2461 | 2024-11-20T23:29:23.349Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2462 | 2024-11-20T23:29:23.724Z | Checking fatfs v0.3.6 |
2463 | 2024-11-20T23:29:23.747Z | Checking tinytemplate v1.2.1 |
2464 | 2024-11-20T23:29:24.103Z | Checking csv-core v0.1.11 |
2465 | 2024-11-20T23:29:24.498Z | Checking anes v0.1.6 |
2466 | 2024-11-20T23:29:24.835Z | Checking oorandom v11.1.4 |
2467 | 2024-11-20T23:29:24.844Z | Checking shell-words v1.1.0 |
2468 | 2024-11-20T23:29:24.892Z | Checking hex-literal v0.4.1 |
2469 | 2024-11-20T23:29:25.002Z | Checking criterion v0.5.1 |
2470 | 2024-11-20T23:29:25.032Z | Checking csv v1.3.0 |
2471 | 2024-11-20T23:29:25.058Z | Checking event-listener v5.3.1 |
2472 | 2024-11-20T23:29:25.116Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2473 | 2024-11-20T23:29:25.436Z | Checking rtoolbox v0.0.2 |
2474 | 2024-11-20T23:29:25.618Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2475 | 2024-11-20T23:29:25.843Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2476 | 2024-11-20T23:29:27.188Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2477 | 2024-11-20T23:29:27.933Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2478 | 2024-11-20T23:29:27.937Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2479 | 2024-11-20T23:29:29.735Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2480 | 2024-11-20T23:29:30.611Z | Checking rpassword v7.3.1 |
2481 | 2024-11-20T23:29:30.795Z | Checking event-listener-strategy v0.5.2 |
2482 | 2024-11-20T23:29:31.059Z | Checking tui-tree-widget v0.22.0 |
2483 | 2024-11-20T23:29:31.403Z | Checking polyval v0.6.2 |
2484 | 2024-11-20T23:29:31.725Z | Checking ghash v0.5.1 |
2485 | 2024-11-20T23:29:31.921Z | Checking futures-lite v2.3.0 |
2486 | 2024-11-20T23:29:32.207Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2487 | 2024-11-20T23:29:33.378Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2488 | 2024-11-20T23:29:33.424Z | Checking ctr v0.9.2 |
2489 | 2024-11-20T23:29:34.003Z | Checking yansi v1.0.1 |
2490 | 2024-11-20T23:29:34.181Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2491 | 2024-11-20T23:29:34.284Z | Checking aes-gcm v0.10.3 |
2492 | 2024-11-20T23:29:34.537Z | Checking ssh-encoding v0.2.0 |
2493 | 2024-11-20T23:29:34.598Z | Checking pretty_assertions v1.4.1 |
2494 | 2024-11-20T23:29:34.834Z | Checking blowfish v0.9.1 |
2495 | 2024-11-20T23:29:34.936Z | Checking ssh-cipher v0.2.0 |
2496 | 2024-11-20T23:29:35.115Z | Checking bcrypt-pbkdf v0.10.0 |
2497 | 2024-11-20T23:29:35.249Z | Checking async-lock v3.4.0 |
2498 | 2024-11-20T23:29:35.393Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2499 | 2024-11-20T23:29:36.193Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2500 | 2024-11-20T23:29:36.496Z | Checking polling v3.7.3 |
2501 | 2024-11-20T23:29:36.918Z | Checking password-hash v0.4.2 |
2502 | 2024-11-20T23:29:37.392Z | Checking matches v0.1.10 |
2503 | 2024-11-20T23:29:37.506Z | Checking idna v0.2.3 |
2504 | 2024-11-20T23:29:37.737Z | Checking pbkdf2 v0.11.0 |
2505 | 2024-11-20T23:29:38.013Z | Checking async-io v2.3.4 |
2506 | 2024-11-20T23:29:38.317Z | Checking ssh-key v0.6.6 |
2507 | 2024-11-20T23:29:38.958Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2508 | 2024-11-20T23:29:39.723Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2509 | 2024-11-20T23:29:39.809Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2510 | 2024-11-20T23:29:40.069Z | Checking p521 v0.13.3 |
2511 | 2024-11-20T23:29:41.212Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2512 | 2024-11-20T23:29:41.613Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2513 | 2024-11-20T23:29:41.886Z | Checking p256 v0.13.2 |
2514 | 2024-11-20T23:29:42.319Z | Checking russh-cryptovec v0.7.3 |
2515 | 2024-11-20T23:29:42.548Z | Compiling enum-as-inner v0.5.1 |
2516 | 2024-11-20T23:29:42.650Z | Checking md5 v0.7.0 |
2517 | 2024-11-20T23:29:42.967Z | Compiling target-lexicon v0.12.16 |
2518 | 2024-11-20T23:29:43.565Z | Compiling doc-comment v0.3.3 |
2519 | 2024-11-20T23:29:43.939Z | Checking async-task v4.7.1 |
2520 | 2024-11-20T23:29:44.318Z | Checking trust-dns-proto v0.22.0 |
2521 | 2024-11-20T23:29:44.385Z | Checking russh-keys v0.45.0 |
2522 | 2024-11-20T23:29:45.822Z | Checking async-channel v2.3.1 |
2523 | 2024-11-20T23:29:46.130Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2524 | 2024-11-20T23:29:46.861Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2525 | 2024-11-20T23:29:47.999Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2526 | 2024-11-20T23:29:48.109Z | Checking piper v0.2.4 |
2527 | 2024-11-20T23:29:48.137Z | Checking num-bigint v0.4.6 |
2528 | 2024-11-20T23:29:48.364Z | Checking des v0.8.1 |
2529 | 2024-11-20T23:29:48.686Z | Compiling guppy-workspace-hack v0.1.0 |
2530 | 2024-11-20T23:29:48.877Z | Compiling dhcproto-macros v0.1.0 |
2531 | 2024-11-20T23:29:48.956Z | Compiling assert_cmd v2.0.16 |
2532 | 2024-11-20T23:29:49.424Z | Checking futures-timer v3.0.3 |
2533 | 2024-11-20T23:29:49.844Z | Checking blocking v1.6.1 |
2534 | 2024-11-20T23:29:49.879Z | Checking dhcproto v0.12.0 |
2535 | 2024-11-20T23:29:50.772Z | Checking async-executor v1.13.1 |
2536 | 2024-11-20T23:29:50.875Z | Checking russh v0.45.0 |
2537 | 2024-11-20T23:29:51.130Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2538 | 2024-11-20T23:29:51.529Z | Checking async-signal v0.2.10 |
2539 | 2024-11-20T23:29:51.770Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2540 | 2024-11-20T23:29:52.162Z | Checking internet-checksum v0.2.1 |
2541 | 2024-11-20T23:29:52.182Z | Compiling target-spec v3.2.2 |
2542 | 2024-11-20T23:29:52.600Z | Checking event-listener v2.5.3 |
2543 | 2024-11-20T23:29:52.843Z | Checking async-channel v1.9.0 |
2544 | 2024-11-20T23:29:53.794Z | Checking async-process v2.3.0 |
2545 | 2024-11-20T23:29:54.195Z | Checking async-global-executor v2.4.1 |
2546 | 2024-11-20T23:29:54.651Z | Checking cfg-expr v0.17.0 |
2547 | 2024-11-20T23:29:55.078Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2548 | 2024-11-20T23:29:55.473Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2549 | 2024-11-20T23:29:55.475Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2550 | 2024-11-20T23:29:56.002Z | Checking httptest v0.16.1 |
2551 | 2024-11-20T23:29:56.627Z | Checking rustls-native-certs v0.7.3 |
2552 | 2024-11-20T23:29:56.819Z | Compiling petname v2.0.2 |
2553 | 2024-11-20T23:29:56.842Z | Checking num_cpus v1.16.0 |
2554 | 2024-11-20T23:29:56.997Z | Checking kv-log-macro v1.0.7 |
2555 | 2024-11-20T23:29:57.144Z | Compiling async-attributes v1.1.2 |
2556 | 2024-11-20T23:29:58.100Z | Checking async-std v1.13.0 |
2557 | 2024-11-20T23:30:00.186Z | Checking threadpool v1.8.1 |
2558 | 2024-11-20T23:30:00.413Z | Checking hyper-rustls v0.26.0 |
2559 | 2024-11-20T23:30:00.778Z | Checking pathdiff v0.2.2 |
2560 | 2024-11-20T23:30:00.907Z | Compiling rstest_macros v0.23.0 |
2561 | 2024-11-20T23:30:00.961Z | Compiling target-triple v0.1.3 |
2562 | 2024-11-20T23:30:01.456Z | Checking escape8259 v0.5.3 |
2563 | 2024-11-20T23:30:01.532Z | Checking nested v0.1.1 |
2564 | 2024-11-20T23:30:01.678Z | Checking libtest-mimic v0.7.3 |
2565 | 2024-11-20T23:30:01.757Z | Checking guppy v0.17.8 |
2566 | 2024-11-20T23:30:01.874Z | Checking async-object-pool v0.1.5 |
2567 | 2024-11-20T23:30:02.381Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2568 | 2024-11-20T23:30:02.965Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2569 | 2024-11-20T23:30:03.282Z | Checking similar-asserts v1.6.0 |
2570 | 2024-11-20T23:30:03.540Z | Checking fancy-regex v0.13.0 |
2571 | 2024-11-20T23:30:03.843Z | Checking serde_regex v1.1.0 |
2572 | 2024-11-20T23:30:04.125Z | Checking assert-json-diff v2.0.2 |
2573 | 2024-11-20T23:30:04.345Z | Compiling proc-macro-crate v3.2.0 |
2574 | 2024-11-20T23:30:04.435Z | Checking path-tree v0.8.1 |
2575 | 2024-11-20T23:30:04.801Z | Checking sync-ptr v0.1.1 |
2576 | 2024-11-20T23:30:05.047Z | Compiling relative-path v1.9.3 |
2577 | 2024-11-20T23:30:05.609Z | Checking stringmetrics v2.2.2 |
2578 | 2024-11-20T23:30:05.781Z | Checking datatest-stable v0.2.9 |
2579 | 2024-11-20T23:30:05.869Z | Checking httpmock v0.8.0-alpha.1 |
2580 | 2024-11-20T23:30:06.290Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2581 | 2024-11-20T23:30:07.027Z | Compiling git2 v0.19.0 |
2582 | 2024-11-20T23:30:07.847Z | Checking blake2b_simd v1.0.2 |
2583 | 2024-11-20T23:30:08.768Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2584 | 2024-11-20T23:30:11.403Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2585 | 2024-11-20T23:30:11.703Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2586 | 2024-11-20T23:30:11.833Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2587 | 2024-11-20T23:30:12.029Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2588 | 2024-11-20T23:30:12.348Z | Checking serde_tokenstream v0.2.2 |
2589 | 2024-11-20T23:30:12.392Z | Checking uzers v0.12.1 |
2590 | 2024-11-20T23:30:12.969Z | Checking rust-argon2 v2.1.0 |
2591 | 2024-11-20T23:30:13.402Z | Checking trybuild v1.0.101 |
2592 | 2024-11-20T23:30:13.942Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2593 | 2024-11-20T23:30:14.892Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2594 | 2024-11-20T23:30:14.915Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2595 | 2024-11-20T23:30:15.639Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2596 | 2024-11-20T23:30:16.261Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2597 | 2024-11-20T23:30:16.577Z | Checking rand_distr v0.4.3 |
2598 | 2024-11-20T23:30:16.759Z | Checking multimap v0.10.0 |
2599 | 2024-11-20T23:30:17.108Z | Checking approx v0.5.1 |
2600 | 2024-11-20T23:30:17.239Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2601 | 2024-11-20T23:30:17.265Z | Checking rstest v0.23.0 |
2602 | 2024-11-20T23:30:17.404Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2603 | 2024-11-20T23:30:17.497Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2604 | 2024-11-20T23:30:18.096Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2605 | 2024-11-20T23:30:18.573Z | Checking partial-io v0.5.4 |
2606 | 2024-11-20T23:30:18.718Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2607 | 2024-11-20T23:30:18.959Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2608 | 2024-11-20T23:30:19.031Z | Checking cargo_toml v0.20.5 |
2609 | 2024-11-20T23:30:19.742Z | Checking termios v0.3.3 |
2610 | 2024-11-20T23:30:19.987Z | Compiling indoc v2.0.5 |
2611 | 2024-11-20T23:30:20.462Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2612 | 2024-11-20T23:30:21.120Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2613 | 2024-11-20T23:30:24.111Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2614 | 2024-11-20T23:30:41.636Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2615 | 2024-11-20T23:30:44.849Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2616 | 2024-11-20T23:30:46.359Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2617 | 2024-11-20T23:31:07.066Z | Compiling polar-core v0.27.3 |
2618 | 2024-11-20T23:31:18.574Z | Checking oso v0.27.3 |
2619 | 2024-11-20T23:31:24.212Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2620 | 2024-11-20T23:31:25.227Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2621 | 2024-11-20T23:31:25.678Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2622 | 2024-11-20T23:32:10.920Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2623 | 2024-11-20T23:32:10.920Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2624 | 2024-11-20T23:32:10.923Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2625 | 2024-11-20T23:33:42.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 59s |
2626 | 2024-11-20T23:33:42.646Z | |
2627 | 2024-11-20T23:33:42.646Z | real 7:04.195193148 |
2628 | 2024-11-20T23:33:42.646Z | user 37:28.377206916 |
2629 | 2024-11-20T23:33:42.646Z | sys 6:56.623860706 |
2630 | 2024-11-20T23:33:42.646Z | trap 1.041715250 |
2631 | 2024-11-20T23:33:42.646Z | tflt 2.320602025 |
2632 | 2024-11-20T23:33:42.646Z | dflt 0.761462840 |
2633 | 2024-11-20T23:33:42.646Z | kflt 0.001030096 |
2634 | 2024-11-20T23:33:42.646Z | lock 54:48.124894255 |
2635 | 2024-11-20T23:33:42.646Z | slp 2:09:16.836695059 |
2636 | 2024-11-20T23:33:42.646Z | lat 1:43.127045718 |
2637 | 2024-11-20T23:33:42.647Z | stop 6:39.291312837 |
2638 | 2024-11-20T23:33:42.649Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2639 | 2024-11-20T23:33:42.650Z | + ptime -m cargo doc --workspace --no-deps |
2640 | 2024-11-20T23:33:43.904Z | warning: output filename collision. |
2641 | 2024-11-20T23:33:43.904Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2642 | 2024-11-20T23:33:43.905Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2643 | 2024-11-20T23:33:43.905Z | The targets should have unique names. |
2644 | 2024-11-20T23:33:43.905Z | This is a known bug where multiple crates with the same name use |
2645 | 2024-11-20T23:33:43.905Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2646 | 2024-11-20T23:33:44.365Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2647 | 2024-11-20T23:33:44.436Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2648 | 2024-11-20T23:33:44.457Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2649 | 2024-11-20T23:33:44.503Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2650 | 2024-11-20T23:33:44.527Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2651 | 2024-11-20T23:33:44.554Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2652 | 2024-11-20T23:33:44.554Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2653 | 2024-11-20T23:33:44.755Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2654 | 2024-11-20T23:33:44.799Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2655 | 2024-11-20T23:33:44.820Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2656 | 2024-11-20T23:33:44.844Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2657 | 2024-11-20T23:33:45.088Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2658 | 2024-11-20T23:33:45.142Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2659 | 2024-11-20T23:33:45.404Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2660 | 2024-11-20T23:33:45.588Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2661 | 2024-11-20T23:33:48.345Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2662 | 2024-11-20T23:33:49.535Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2663 | 2024-11-20T23:33:49.897Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2664 | 2024-11-20T23:33:49.928Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2665 | 2024-11-20T23:33:50.161Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2666 | 2024-11-20T23:33:50.264Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2667 | 2024-11-20T23:33:50.327Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2668 | 2024-11-20T23:33:50.595Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2669 | 2024-11-20T23:33:50.721Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2670 | 2024-11-20T23:33:50.743Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2671 | 2024-11-20T23:33:51.063Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2672 | 2024-11-20T23:33:51.285Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2673 | 2024-11-20T23:33:51.337Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2674 | 2024-11-20T23:33:51.584Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2675 | 2024-11-20T23:33:51.632Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2676 | 2024-11-20T23:33:51.862Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2677 | 2024-11-20T23:33:51.922Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2678 | 2024-11-20T23:33:52.236Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2679 | 2024-11-20T23:33:52.381Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2680 | 2024-11-20T23:33:52.710Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2681 | 2024-11-20T23:33:52.877Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2682 | 2024-11-20T23:33:53.006Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2683 | 2024-11-20T23:33:53.388Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2684 | 2024-11-20T23:33:53.405Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2685 | 2024-11-20T23:33:53.858Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2686 | 2024-11-20T23:33:54.194Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2687 | 2024-11-20T23:33:55.068Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2688 | 2024-11-20T23:33:57.207Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2689 | 2024-11-20T23:33:59.426Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2690 | 2024-11-20T23:34:00.124Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2691 | 2024-11-20T23:34:00.242Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2692 | 2024-11-20T23:34:00.438Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2693 | 2024-11-20T23:34:00.954Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2694 | 2024-11-20T23:34:01.645Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2695 | 2024-11-20T23:34:02.143Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2696 | 2024-11-20T23:34:02.539Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2697 | 2024-11-20T23:34:02.611Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2698 | 2024-11-20T23:34:02.786Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2699 | 2024-11-20T23:34:09.229Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2700 | 2024-11-20T23:34:09.408Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2701 | 2024-11-20T23:34:11.015Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2702 | 2024-11-20T23:34:12.250Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2703 | 2024-11-20T23:34:12.438Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2704 | 2024-11-20T23:34:12.519Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2705 | 2024-11-20T23:34:12.831Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2706 | 2024-11-20T23:34:12.883Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2707 | 2024-11-20T23:34:13.364Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2708 | 2024-11-20T23:34:13.648Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2709 | 2024-11-20T23:34:14.509Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2710 | 2024-11-20T23:34:14.620Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2711 | 2024-11-20T23:34:15.005Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2712 | 2024-11-20T23:34:15.098Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2713 | 2024-11-20T23:34:15.661Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2714 | 2024-11-20T23:34:16.323Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2715 | 2024-11-20T23:34:16.618Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2716 | 2024-11-20T23:34:16.785Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2717 | 2024-11-20T23:34:16.838Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2718 | 2024-11-20T23:34:17.020Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2719 | 2024-11-20T23:34:17.151Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2720 | 2024-11-20T23:34:17.432Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2721 | 2024-11-20T23:34:17.753Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2722 | 2024-11-20T23:34:18.103Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2723 | 2024-11-20T23:34:18.537Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2724 | 2024-11-20T23:34:18.880Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2725 | 2024-11-20T23:34:20.134Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2726 | 2024-11-20T23:34:20.137Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2727 | 2024-11-20T23:34:20.179Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2728 | 2024-11-20T23:34:20.489Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2729 | 2024-11-20T23:34:20.574Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2730 | 2024-11-20T23:34:20.820Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2731 | 2024-11-20T23:34:20.854Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2732 | 2024-11-20T23:34:21.358Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2733 | 2024-11-20T23:34:21.497Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2734 | 2024-11-20T23:34:21.940Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2735 | 2024-11-20T23:34:22.032Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2736 | 2024-11-20T23:34:22.572Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2737 | 2024-11-20T23:34:23.632Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2738 | 2024-11-20T23:34:23.865Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2739 | 2024-11-20T23:34:23.893Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2740 | 2024-11-20T23:34:24.030Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2741 | 2024-11-20T23:34:24.432Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2742 | 2024-11-20T23:34:25.352Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2743 | 2024-11-20T23:34:25.675Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2744 | 2024-11-20T23:34:25.772Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2745 | 2024-11-20T23:34:26.637Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2746 | 2024-11-20T23:34:26.850Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2747 | 2024-11-20T23:34:27.614Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2748 | 2024-11-20T23:34:27.730Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2749 | 2024-11-20T23:34:28.742Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2750 | 2024-11-20T23:34:30.331Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2751 | 2024-11-20T23:34:31.639Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2752 | 2024-11-20T23:34:32.213Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2753 | 2024-11-20T23:34:32.791Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2754 | 2024-11-20T23:34:35.229Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2755 | 2024-11-20T23:34:36.163Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2756 | 2024-11-20T23:34:37.303Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2757 | 2024-11-20T23:34:38.561Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2758 | 2024-11-20T23:34:44.773Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2759 | 2024-11-20T23:34:47.354Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2760 | 2024-11-20T23:34:47.869Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2761 | 2024-11-20T23:34:52.681Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2762 | 2024-11-20T23:34:56.045Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2763 | 2024-11-20T23:35:46.559Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2764 | 2024-11-20T23:35:48.580Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2765 | 2024-11-20T23:35:51.985Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2766 | 2024-11-20T23:36:02.207Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2767 | 2024-11-20T23:36:26.223Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2768 | 2024-11-20T23:36:27.705Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2769 | 2024-11-20T23:36:34.170Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2770 | 2024-11-20T23:36:34.222Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2771 | 2024-11-20T23:36:34.300Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2772 | 2024-11-20T23:36:34.702Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2773 | 2024-11-20T23:36:39.326Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2774 | 2024-11-20T23:36:46.782Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2775 | 2024-11-20T23:36:50.225Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2776 | 2024-11-20T23:37:10.775Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2777 | 2024-11-20T23:37:24.941Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2778 | 2024-11-20T23:37:25.368Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2779 | 2024-11-20T23:37:37.124Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2780 | 2024-11-20T23:37:41.705Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2781 | 2024-11-20T23:37:43.979Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2782 | 2024-11-20T23:37:57.682Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2783 | 2024-11-20T23:38:09.303Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2784 | 2024-11-20T23:38:10.745Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2785 | 2024-11-20T23:38:15.402Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2786 | 2024-11-20T23:38:17.191Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2787 | 2024-11-20T23:38:25.412Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2788 | 2024-11-20T23:38:29.480Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2789 | 2024-11-20T23:38:37.527Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2790 | 2024-11-20T23:38:39.598Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2791 | 2024-11-20T23:38:40.978Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2792 | 2024-11-20T23:38:47.379Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2793 | 2024-11-20T23:38:52.943Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2794 | 2024-11-20T23:38:59.557Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2795 | 2024-11-20T23:38:59.960Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2796 | 2024-11-20T23:39:01.855Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2797 | 2024-11-20T23:39:08.402Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2798 | 2024-11-20T23:39:08.908Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2799 | 2024-11-20T23:39:10.338Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2800 | 2024-11-20T23:39:14.232Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2801 | 2024-11-20T23:39:22.690Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2802 | 2024-11-20T23:39:29.574Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2803 | 2024-11-20T23:39:37.029Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2804 | 2024-11-20T23:39:37.995Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2805 | 2024-11-20T23:39:43.522Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2806 | 2024-11-20T23:39:43.563Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2807 | 2024-11-20T23:39:50.652Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2808 | 2024-11-20T23:39:51.697Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2809 | 2024-11-20T23:39:54.530Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2810 | 2024-11-20T23:40:00.351Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2811 | 2024-11-20T23:40:05.135Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2812 | 2024-11-20T23:40:06.070Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2813 | 2024-11-20T23:40:08.376Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2814 | 2024-11-20T23:40:09.732Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2815 | 2024-11-20T23:40:13.012Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2816 | 2024-11-20T23:40:21.943Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2817 | 2024-11-20T23:40:22.232Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2818 | 2024-11-20T23:40:27.002Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2819 | 2024-11-20T23:40:32.394Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2820 | 2024-11-20T23:40:32.739Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2821 | 2024-11-20T23:40:34.422Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2822 | 2024-11-20T23:40:35.502Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2823 | 2024-11-20T23:40:36.835Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2824 | 2024-11-20T23:40:37.959Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2825 | 2024-11-20T23:40:46.957Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2826 | 2024-11-20T23:40:48.986Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2827 | 2024-11-20T23:40:49.135Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2828 | 2024-11-20T23:40:52.457Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2829 | 2024-11-20T23:40:52.795Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2830 | 2024-11-20T23:40:55.528Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2831 | 2024-11-20T23:40:58.314Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2832 | 2024-11-20T23:41:03.296Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2833 | 2024-11-20T23:41:08.138Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2834 | 2024-11-20T23:41:11.203Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2835 | 2024-11-20T23:41:13.026Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2836 | 2024-11-20T23:41:15.990Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2837 | 2024-11-20T23:41:16.667Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2838 | 2024-11-20T23:41:19.235Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2839 | 2024-11-20T23:41:20.129Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2840 | 2024-11-20T23:41:21.544Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2841 | 2024-11-20T23:41:24.159Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2842 | 2024-11-20T23:41:33.364Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2843 | 2024-11-20T23:41:33.429Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2844 | 2024-11-20T23:41:36.165Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2845 | 2024-11-20T23:41:39.089Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2846 | 2024-11-20T23:41:39.510Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2847 | 2024-11-20T23:41:42.824Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2848 | 2024-11-20T23:41:43.594Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2849 | 2024-11-20T23:41:46.222Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2850 | 2024-11-20T23:41:53.365Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2851 | 2024-11-20T23:41:53.783Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2852 | 2024-11-20T23:41:53.953Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2853 | 2024-11-20T23:41:54.232Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2854 | 2024-11-20T23:41:57.053Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2855 | 2024-11-20T23:41:57.969Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2856 | 2024-11-20T23:41:59.586Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2857 | 2024-11-20T23:41:59.708Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2858 | 2024-11-20T23:42:00.611Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2859 | 2024-11-20T23:42:08.197Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2860 | 2024-11-20T23:42:09.626Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2861 | 2024-11-20T23:42:11.672Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2862 | 2024-11-20T23:42:13.447Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2863 | 2024-11-20T23:42:14.098Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2864 | 2024-11-20T23:42:14.513Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2865 | 2024-11-20T23:42:16.892Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2866 | 2024-11-20T23:42:17.804Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2867 | 2024-11-20T23:42:18.036Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2868 | 2024-11-20T23:42:18.224Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2869 | 2024-11-20T23:42:18.340Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2870 | 2024-11-20T23:42:19.925Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2871 | 2024-11-20T23:42:22.060Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2872 | 2024-11-20T23:42:23.376Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2873 | 2024-11-20T23:42:57.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 14s |
2874 | 2024-11-20T23:42:57.473Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 139 other files |
2875 | 2024-11-20T23:42:57.541Z | |
2876 | 2024-11-20T23:42:57.543Z | real 9:14.762857566 |
2877 | 2024-11-20T23:42:57.543Z | user 27:34.252260592 |
2878 | 2024-11-20T23:42:57.543Z | sys 42:02.880800082 |
2879 | 2024-11-20T23:42:57.544Z | trap 0.456993234 |
2880 | 2024-11-20T23:42:57.544Z | tflt 0.185244275 |
2881 | 2024-11-20T23:42:57.544Z | dflt 0.179829740 |
2882 | 2024-11-20T23:42:57.544Z | kflt 0.000003819 |
2883 | 2024-11-20T23:42:57.544Z | lock 1:29:18.872528757 |
2884 | 2024-11-20T23:42:57.544Z | slp 2:36:43.831098518 |
2885 | 2024-11-20T23:42:57.544Z | lat 1:16.349754029 |
2886 | 2024-11-20T23:42:57.544Z | stop 1:12.003020051 |
2887 | 2024-11-20T23:42:57.544Z | process exited: duration 1293758 ms, exit code 0 |
|
2888 | 2024-11-20T23:42:57.549Z | found 0 output files |