|
|
|
1 | 2024-11-15T19:38:15.769Z | job assigned to worker 01JCRN94WSVJWEKDNSXAM531ED [factory aws, i-0e161bf0ba7f09ba2] (queued for 56 s) |
|
2 | 2024-11-15T19:38:23.964Z | starting task 0: "setup" |
3 | 2024-11-15T19:38:23.974Z | ++ uname -s |
4 | 2024-11-15T19:38:23.976Z | + kern=SunOS |
5 | 2024-11-15T19:38:23.976Z | + case "$kern" in |
6 | 2024-11-15T19:38:23.976Z | + groupadd -g 12345 build |
7 | 2024-11-15T19:38:23.979Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-15T19:38:25.985Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-15T19:38:26.099Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-15T19:38:26.102Z | + home_fs=zfs |
11 | 2024-11-15T19:38:26.102Z | + [[ zfs == autofs ]] |
12 | 2024-11-15T19:38:26.102Z | + mkdir -p /home/build |
13 | 2024-11-15T19:38:26.104Z | + chown build:build /home/build /work |
14 | 2024-11-15T19:38:28.106Z | + chmod 0700 /home/build /work |
15 | 2024-11-15T19:38:28.109Z | process exited: duration 4144 ms, exit code 0 |
|
16 | 2024-11-15T19:38:28.115Z | starting task 1: "rust-toolchain" |
17 | 2024-11-15T19:38:28.121Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-15T19:38:28.121Z | ' 1.81.0 |
19 | 2024-11-15T19:38:28.121Z | * toolchain channel = "1.81.0" |
20 | 2024-11-15T19:38:28.121Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-15T19:38:28.121Z | ' default |
22 | 2024-11-15T19:38:28.121Z | * toolchain profile = "default" |
23 | 2024-11-15T19:38:28.124Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-15T19:38:28.124Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-15T19:38:28.239Z | info: downloading installer |
26 | 2024-11-15T19:38:29.697Z | info: profile set to 'default' |
27 | 2024-11-15T19:38:29.697Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-15T19:38:29.700Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-15T19:38:29.861Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-15T19:38:29.861Z | info: downloading component 'cargo' |
31 | 2024-11-15T19:38:30.693Z | info: downloading component 'clippy' |
32 | 2024-11-15T19:38:31.000Z | info: downloading component 'rust-docs' |
33 | 2024-11-15T19:38:32.147Z | info: downloading component 'rust-std' |
34 | 2024-11-15T19:38:33.949Z | info: downloading component 'rustc' |
35 | 2024-11-15T19:38:40.365Z | info: downloading component 'rustfmt' |
36 | 2024-11-15T19:38:40.606Z | info: installing component 'cargo' |
37 | 2024-11-15T19:38:41.397Z | info: installing component 'clippy' |
38 | 2024-11-15T19:38:41.760Z | info: installing component 'rust-docs' |
39 | 2024-11-15T19:38:43.384Z | info: installing component 'rust-std' |
40 | 2024-11-15T19:38:45.080Z | info: installing component 'rustc' |
41 | 2024-11-15T19:38:50.754Z | info: installing component 'rustfmt' |
42 | 2024-11-15T19:38:51.072Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-15T19:38:51.072Z | |
44 | 2024-11-15T19:38:51.433Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-15T19:38:51.433Z | |
46 | 2024-11-15T19:38:51.435Z | |
47 | 2024-11-15T19:38:51.436Z | Rust is installed now. Great! |
48 | 2024-11-15T19:38:51.436Z | |
49 | 2024-11-15T19:38:51.436Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-15T19:38:51.436Z | environment variable. This has not been done automatically. |
51 | 2024-11-15T19:38:51.436Z | |
52 | 2024-11-15T19:38:51.436Z | To configure your current shell, you need to source |
53 | 2024-11-15T19:38:51.436Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-15T19:38:51.436Z | |
55 | 2024-11-15T19:38:51.436Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-15T19:38:51.436Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-15T19:38:51.436Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-15T19:38:51.502Z | + rustc --version |
59 | 2024-11-15T19:38:51.566Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-15T19:38:51.572Z | process exited: duration 23450 ms, exit code 0 |
|
61 | 2024-11-15T19:38:51.577Z | starting task 2: "authentication" |
62 | 2024-11-15T19:38:51.599Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-15T19:38:51.604Z | starting task 3: "clone repository" |
64 | 2024-11-15T19:38:51.609Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-15T19:38:51.612Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-15T19:38:51.885Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-15T19:39:34.664Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-15T19:39:34.667Z | + git fetch origin a8f2400c1930fa7912ac43d6f6c340464360b20d |
69 | 2024-11-15T19:39:35.291Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-15T19:39:35.291Z | * branch a8f2400c1930fa7912ac43d6f6c340464360b20d -> FETCH_HEAD |
71 | 2024-11-15T19:39:35.300Z | + [[ -n dendrite-integration ]] |
72 | 2024-11-15T19:39:35.303Z | ++ git branch --show-current |
73 | 2024-11-15T19:39:35.306Z | + current=main |
74 | 2024-11-15T19:39:35.306Z | + [[ main != dendrite-integration ]] |
75 | 2024-11-15T19:39:35.306Z | + git branch -f dendrite-integration a8f2400c1930fa7912ac43d6f6c340464360b20d |
76 | 2024-11-15T19:39:35.309Z | + git checkout -f dendrite-integration |
77 | 2024-11-15T19:39:35.370Z | Switched to branch 'dendrite-integration' |
78 | 2024-11-15T19:39:35.372Z | + git reset --hard a8f2400c1930fa7912ac43d6f6c340464360b20d |
79 | 2024-11-15T19:39:35.430Z | HEAD is now at a8f2400c1 Update with latest version |
80 | 2024-11-15T19:39:35.433Z | process exited: duration 43821 ms, exit code 0 |
|
81 | 2024-11-15T19:39:35.438Z | starting task 4: "build" |
82 | 2024-11-15T19:39:35.444Z | + source ./env.sh |
83 | 2024-11-15T19:39:35.444Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-11-15T19:39:35.444Z | ++ set -o xtrace |
85 | 2024-11-15T19:39:35.447Z | ++++ dirname ./env.sh |
86 | 2024-11-15T19:39:35.450Z | +++ readlink -f . |
87 | 2024-11-15T19:39:35.605Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-11-15T19:39:35.608Z | ++ 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-15T19:39:35.609Z | ++ 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-15T19:39:35.609Z | ++ 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-15T19:39:35.609Z | ++ 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-15T19:39:35.609Z | ++ 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-15T19:39:35.609Z | ++ 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-15T19:39:35.609Z | ++ 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-15T19:39:35.609Z | ++ 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-15T19:39:35.609Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-11-15T19:39:35.609Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-11-15T19:39:35.609Z | + source .github/buildomat/ci-env.sh |
99 | 2024-11-15T19:39:35.609Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-11-15T19:39:35.609Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-11-15T19:39:35.609Z | + cargo --version |
102 | 2024-11-15T19:39:35.650Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-11-15T19:39:35.652Z | + rustc --version |
104 | 2024-11-15T19:39:35.712Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-11-15T19:39:35.715Z | + banner prerequisites |
106 | 2024-11-15T19:39:35.801Z | |
107 | 2024-11-15T19:39:35.801Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-11-15T19:39:35.801Z | # # # # # # # # # # # # # # # |
109 | 2024-11-15T19:39:35.801Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-11-15T19:39:35.801Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-11-15T19:39:35.801Z | # # # # # # # # # # # # # # # |
112 | 2024-11-15T19:39:35.801Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-11-15T19:39:35.801Z | |
114 | 2024-11-15T19:39:35.804Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-11-15T19:39:58.494Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-11-15T19:40:02.318Z | Startup: Caching catalogs ... Done |
117 | 2024-11-15T19:40:10.691Z | Planning: Solver setup ... Done (7.530s) |
118 | 2024-11-15T19:40:10.798Z | Planning: Running solver ... Done (0.107s) |
119 | 2024-11-15T19:40:10.928Z | Planning: Finding local manifests ... Done (0.043s) |
120 | 2024-11-15T19:40:10.955Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-11-15T19:40:11.185Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-11-15T19:40:11.664Z | Planning: Package planning ... Done (0.478s) |
123 | 2024-11-15T19:40:11.720Z | Planning: Merging actions ... Done (0.056s) |
124 | 2024-11-15T19:40:12.699Z | Planning: Checking for conflicting actions ... Done (0.978s) |
125 | 2024-11-15T19:40:21.082Z | Planning: Consolidating action changes ... Done (8.381s) |
126 | 2024-11-15T19:40:21.552Z | Planning: Evaluating mediators ... Done (0.470s) |
127 | 2024-11-15T19:40:21.698Z | Planning: Planning completed in 19.29 seconds |
128 | 2024-11-15T19:40:22.386Z | Packages to install: 4 |
129 | 2024-11-15T19:40:22.386Z | Packages to update: 1 |
130 | 2024-11-15T19:40:22.389Z | Mediators to change: 2 |
131 | 2024-11-15T19:40:22.389Z | Services to change: 1 |
132 | 2024-11-15T19:40:22.389Z | Estimated space available: 155.64 GB |
133 | 2024-11-15T19:40:22.389Z | Estimated space to be consumed: 1.60 GB |
134 | 2024-11-15T19:40:22.389Z | Create boot environment: No |
135 | 2024-11-15T19:40:22.389Z | Create backup boot environment: Yes |
136 | 2024-11-15T19:40:22.389Z | Rebuild boot archive: No |
137 | 2024-11-15T19:40:22.389Z | |
138 | 2024-11-15T19:40:22.389Z | Changed mediators: |
139 | 2024-11-15T19:40:22.389Z | mediator clang: |
140 | 2024-11-15T19:40:22.389Z | version: None -> 15 (system default) |
141 | 2024-11-15T19:40:22.389Z | |
142 | 2024-11-15T19:40:22.389Z | mediator llvm: |
143 | 2024-11-15T19:40:22.389Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-11-15T19:40:22.389Z | |
145 | 2024-11-15T19:40:22.389Z | Changed packages: |
146 | 2024-11-15T19:40:22.389Z | helios-dev |
147 | 2024-11-15T19:40:22.389Z | developer/build-essential |
148 | 2024-11-15T19:40:22.389Z | None -> 11-2.0 |
149 | 2024-11-15T19:40:22.389Z | library/libxmlsec1 |
150 | 2024-11-15T19:40:22.390Z | None -> 1.2.35-2.0 |
151 | 2024-11-15T19:40:22.390Z | ooce/developer/clang-15 |
152 | 2024-11-15T19:40:22.390Z | None -> 15.0.7-2.0 |
153 | 2024-11-15T19:40:22.390Z | ooce/developer/llvm-15 |
154 | 2024-11-15T19:40:22.390Z | None -> 15.0.7-2.0 |
155 | 2024-11-15T19:40:22.390Z | package/pkg |
156 | 2024-11-15T19:40:22.390Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-11-15T19:40:22.390Z | |
158 | 2024-11-15T19:40:22.390Z | Services: |
159 | 2024-11-15T19:40:22.390Z | restart_fmri: |
160 | 2024-11-15T19:40:22.390Z | svc:/system/update-man-index:default |
161 | 2024-11-15T19:40:22.390Z | |
162 | 2024-11-15T19:40:22.390Z | Editable files to change: |
163 | 2024-11-15T19:40:22.390Z | Update: |
164 | 2024-11-15T19:40:22.390Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-11-15T19:40:22.797Z | |
166 | 2024-11-15T19:40:22.797Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-11-15T19:40:27.951Z | Download: 1193/4281 items 65.6/220.6MB 29% complete (13.2M/s) |
168 | 2024-11-15T19:40:32.953Z | Download: 2556/4281 items 120.4/220.6MB 54% complete (12.1M/s) |
169 | 2024-11-15T19:40:38.896Z | Download: 3289/4281 items 212.6/220.6MB 96% complete (17.3M/s) |
170 | 2024-11-15T19:40:42.308Z | Download: Completed 220.60 MB in 19.51 seconds (11.3M/s) |
171 | 2024-11-15T19:40:44.306Z | Actions: 1/5063 actions (Removing old actions) |
172 | 2024-11-15T19:40:44.323Z | Actions: 194/5063 actions (Installing new actions) |
173 | 2024-11-15T19:40:50.253Z | Actions: 4117/5063 actions (Installing new actions) |
174 | 2024-11-15T19:40:50.905Z | Actions: 4226/5063 actions (Updating modified actions) |
175 | 2024-11-15T19:40:51.309Z | Actions: Completed 5063 actions in 7.00 seconds. |
176 | 2024-11-15T19:40:51.694Z | Done (0.377s) |
177 | 2024-11-15T19:40:51.697Z | Done (0.000s) |
178 | 2024-11-15T19:40:52.216Z | Done (0.518s) |
179 | 2024-11-15T19:40:58.801Z | Done (6.369s) |
180 | 2024-11-15T19:40:59.234Z | Done (0.360s) |
181 | 2024-11-15T19:40:59.237Z | Done (0.000s) |
182 | 2024-11-15T19:40:59.409Z | Done (0.000s) |
183 | 2024-11-15T19:41:00.072Z | Planning: Evaluating mediator changes ... Done |
184 | 2024-11-15T19:41:00.235Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-11-15T19:41:00.238Z | Planning: Consolidating action changes ... Done |
186 | 2024-11-15T19:41:00.509Z | Planning: Evaluating mediators ... Done |
187 | 2024-11-15T19:41:00.512Z | Planning: Planning completed in 0.44 seconds |
188 | 2024-11-15T19:41:00.548Z | Mediators to change: 2 |
189 | 2024-11-15T19:41:00.548Z | Create boot environment: No |
190 | 2024-11-15T19:41:00.552Z | Create backup boot environment: No |
191 | 2024-11-15T19:41:00.630Z | Done |
192 | 2024-11-15T19:41:00.630Z | Done |
193 | 2024-11-15T19:41:00.965Z | Done |
194 | 2024-11-15T19:41:04.477Z | Done |
195 | 2024-11-15T19:41:04.576Z | Done |
196 | 2024-11-15T19:41:04.579Z | Done |
197 | 2024-11-15T19:41:04.700Z | Done |
198 | 2024-11-15T19:41:05.313Z | Planning: Evaluating mediator changes ... Done |
199 | 2024-11-15T19:41:05.316Z | Planning: Merging actions ... Done |
200 | 2024-11-15T19:41:05.503Z | Planning: Checking for conflicting actions ... Done |
201 | 2024-11-15T19:41:05.505Z | Planning: Consolidating action changes ... Done |
202 | 2024-11-15T19:41:05.768Z | Planning: Evaluating mediators ... Done |
203 | 2024-11-15T19:41:05.822Z | Planning: Planning completed in 0.75 seconds |
204 | 2024-11-15T19:41:05.861Z | Packages to change: 1 |
205 | 2024-11-15T19:41:05.861Z | Mediators to change: 1 |
206 | 2024-11-15T19:41:05.864Z | Services to change: 1 |
207 | 2024-11-15T19:41:05.864Z | Create boot environment: No |
208 | 2024-11-15T19:41:05.864Z | Create backup boot environment: Yes |
209 | 2024-11-15T19:41:08.312Z | Actions: 1/6 actions (Updating modified actions) |
210 | 2024-11-15T19:41:08.434Z | Actions: Completed 6 actions in 0.12 seconds. |
211 | 2024-11-15T19:41:08.436Z | Done |
212 | 2024-11-15T19:41:08.436Z | Done |
213 | 2024-11-15T19:41:08.542Z | Done |
214 | 2024-11-15T19:41:12.104Z | Done |
215 | 2024-11-15T19:41:12.194Z | Done |
216 | 2024-11-15T19:41:12.197Z | Done |
217 | 2024-11-15T19:41:12.372Z | Done |
218 | 2024-11-15T19:41:12.810Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
219 | 2024-11-15T19:41:12.810Z | clang system 15 system |
220 | 2024-11-15T19:41:12.810Z | csh system system illumos |
221 | 2024-11-15T19:41:12.810Z | ctags system system illumos |
222 | 2024-11-15T19:41:12.810Z | gcc vendor 12 vendor |
223 | 2024-11-15T19:41:12.810Z | gcc system 10 system |
224 | 2024-11-15T19:41:12.810Z | gcc system 7 system |
225 | 2024-11-15T19:41:12.810Z | go system 1.20 system |
226 | 2024-11-15T19:41:12.810Z | go system 1.19 system |
227 | 2024-11-15T19:41:12.810Z | llvm system 15 system |
228 | 2024-11-15T19:41:12.810Z | llvm system 14 system |
229 | 2024-11-15T19:41:12.810Z | mariadb system 10.6 system |
230 | 2024-11-15T19:41:12.810Z | mta vendor vendor dma |
231 | 2024-11-15T19:41:12.810Z | openjdk system 17 system |
232 | 2024-11-15T19:41:12.810Z | openjdk system 11 system |
233 | 2024-11-15T19:41:12.810Z | openjdk system 1.8 system |
234 | 2024-11-15T19:41:12.810Z | openssl vendor 3 vendor |
235 | 2024-11-15T19:41:12.810Z | perl system 5.36 system |
236 | 2024-11-15T19:41:12.810Z | postgresql system 15 system |
237 | 2024-11-15T19:41:12.810Z | postgresql system 13 system |
238 | 2024-11-15T19:41:12.810Z | python vendor 3 vendor |
239 | 2024-11-15T19:41:12.810Z | python system 2 system |
240 | 2024-11-15T19:41:12.810Z | python3 system 3.11 system |
241 | 2024-11-15T19:41:12.810Z | ruby system 3.0 system |
242 | 2024-11-15T19:41:12.810Z | words vendor vendor american-english |
243 | 2024-11-15T19:41:12.811Z | words system system australian-english |
244 | 2024-11-15T19:41:12.811Z | words system system british-english |
245 | 2024-11-15T19:41:12.811Z | words system system canadian-english |
246 | 2024-11-15T19:41:12.811Z | words system system french |
247 | 2024-11-15T19:41:12.811Z | words system system italian |
248 | 2024-11-15T19:41:12.811Z | words system system ngerman |
249 | 2024-11-15T19:41:12.811Z | words system system ogerman |
250 | 2024-11-15T19:41:12.811Z | words system system spanish |
251 | 2024-11-15T19:41:13.144Z | PUBLISHER TYPE STATUS P LOCATION |
252 | 2024-11-15T19:41:13.144Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
253 | 2024-11-15T19:41:15.624Z | FMRI IFO |
254 | 2024-11-15T19:41:15.624Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2024-11-15T19:41:15.624Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2024-11-15T19:41:15.624Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2024-11-15T19:41:15.625Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
258 | 2024-11-15T19:41:15.625Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
259 | 2024-11-15T19:41:15.625Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
260 | 2024-11-15T19:41:15.625Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
261 | 2024-11-15T19:41:15.625Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
262 | 2024-11-15T19:41:15.625Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
263 | 2024-11-15T19:41:15.625Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
264 | 2024-11-15T19:41:15.625Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
265 | 2024-11-15T19:41:15.625Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
266 | 2024-11-15T19:41:15.625Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
267 | 2024-11-15T19:41:15.625Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
268 | 2024-11-15T19:41:15.625Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
269 | 2024-11-15T19:41:16.344Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
270 | 2024-11-15T19:41:16.975Z | Updating crates.io index |
271 | 2024-11-15T19:41:16.977Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
272 | 2024-11-15T19:41:19.058Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
273 | 2024-11-15T19:41:19.783Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
274 | 2024-11-15T19:41:20.446Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
275 | 2024-11-15T19:41:21.042Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
276 | 2024-11-15T19:41:24.578Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
277 | 2024-11-15T19:41:30.344Z | Updating git repository `https://github.com/oxidecomputer/opte` |
278 | 2024-11-15T19:41:32.950Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
279 | 2024-11-15T19:41:37.065Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
280 | 2024-11-15T19:41:37.759Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
281 | 2024-11-15T19:41:38.576Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
282 | 2024-11-15T19:41:40.036Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
283 | 2024-11-15T19:41:40.834Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
284 | 2024-11-15T19:41:41.620Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
285 | 2024-11-15T19:41:42.242Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
286 | 2024-11-15T19:41:42.887Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
287 | 2024-11-15T19:41:43.507Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
288 | 2024-11-15T19:41:44.351Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
289 | 2024-11-15T19:41:45.180Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
290 | 2024-11-15T19:41:45.902Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
291 | 2024-11-15T19:41:46.538Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
292 | 2024-11-15T19:41:47.607Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
293 | 2024-11-15T19:41:48.275Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
294 | 2024-11-15T19:41:49.282Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
295 | 2024-11-15T19:41:50.248Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
296 | 2024-11-15T19:41:50.849Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
297 | 2024-11-15T19:41:51.569Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
298 | 2024-11-15T19:41:53.074Z | Downloading crates ... |
299 | 2024-11-15T19:41:53.299Z | Downloaded usdt-macro v0.5.0 |
300 | 2024-11-15T19:41:53.302Z | Downloaded usdt-attr-macro v0.5.0 |
301 | 2024-11-15T19:41:53.302Z | Downloaded bytecount v0.6.8 |
302 | 2024-11-15T19:41:53.304Z | Downloaded strsim v0.11.1 |
303 | 2024-11-15T19:41:53.304Z | Downloaded crypto-common v0.1.6 |
304 | 2024-11-15T19:41:53.307Z | Downloaded camino-tempfile v1.1.1 |
305 | 2024-11-15T19:41:53.307Z | Downloaded autocfg v1.4.0 |
306 | 2024-11-15T19:41:53.309Z | Downloaded thiserror-impl v1.0.69 |
307 | 2024-11-15T19:41:53.311Z | Downloaded serde_tokenstream v0.2.2 |
308 | 2024-11-15T19:41:53.311Z | Downloaded errno v0.3.9 |
309 | 2024-11-15T19:41:53.314Z | Downloaded dof v0.3.0 |
310 | 2024-11-15T19:41:53.314Z | Downloaded anstyle-query v1.1.1 |
311 | 2024-11-15T19:41:53.316Z | Downloaded usdt v0.5.0 |
312 | 2024-11-15T19:41:53.320Z | Downloaded clap_lex v0.7.2 |
313 | 2024-11-15T19:41:53.320Z | Downloaded unicode-linebreak v0.1.5 |
314 | 2024-11-15T19:41:53.322Z | Downloaded version_check v0.9.5 |
315 | 2024-11-15T19:41:53.322Z | Downloaded memmap v0.7.0 |
316 | 2024-11-15T19:41:53.325Z | Downloaded fs-err v2.11.0 |
317 | 2024-11-15T19:41:53.326Z | Downloaded terminal_size v0.4.0 |
318 | 2024-11-15T19:41:53.328Z | Downloaded cargo_toml v0.20.5 |
319 | 2024-11-15T19:41:53.328Z | Downloaded anstream v0.6.15 |
320 | 2024-11-15T19:41:53.333Z | Downloaded semver v1.0.23 |
321 | 2024-11-15T19:41:53.345Z | Downloaded typenum v1.17.0 |
322 | 2024-11-15T19:41:53.347Z | Downloaded cfg-if v1.0.0 |
323 | 2024-11-15T19:41:53.350Z | Downloaded proc-macro-error v1.0.4 |
324 | 2024-11-15T19:41:53.354Z | Downloaded ryu v1.0.18 |
325 | 2024-11-15T19:41:53.356Z | Downloaded pest_meta v2.7.14 |
326 | 2024-11-15T19:41:53.359Z | Downloaded toml v0.8.19 |
327 | 2024-11-15T19:41:53.363Z | Downloaded cargo_metadata v0.18.1 |
328 | 2024-11-15T19:41:53.365Z | Downloaded cargo-platform v0.1.8 |
329 | 2024-11-15T19:41:53.368Z | Downloaded anstyle v1.0.10 |
330 | 2024-11-15T19:41:53.371Z | Downloaded serde_derive v1.0.215 |
331 | 2024-11-15T19:41:53.374Z | Downloaded dtrace-parser v0.2.0 |
332 | 2024-11-15T19:41:53.376Z | Downloaded byteorder v1.5.0 |
333 | 2024-11-15T19:41:53.376Z | Downloaded block-buffer v0.10.4 |
334 | 2024-11-15T19:41:53.379Z | Downloaded proc-macro-error-attr v1.0.4 |
335 | 2024-11-15T19:41:53.381Z | Downloaded pretty-hex v0.4.1 |
336 | 2024-11-15T19:41:53.383Z | Downloaded equivalent v1.0.1 |
337 | 2024-11-15T19:41:53.393Z | Downloaded swrite v0.1.0 |
338 | 2024-11-15T19:41:53.397Z | Downloaded proc-macro2 v1.0.89 |
339 | 2024-11-15T19:41:53.397Z | Downloaded anyhow v1.0.93 |
340 | 2024-11-15T19:41:53.400Z | Downloaded clap_builder v4.5.21 |
341 | 2024-11-15T19:41:53.407Z | Downloaded scroll_derive v0.12.0 |
342 | 2024-11-15T19:41:53.410Z | Downloaded anstyle-parse v0.2.5 |
343 | 2024-11-15T19:41:53.410Z | Downloaded itoa v1.0.11 |
344 | 2024-11-15T19:41:53.412Z | Downloaded cpufeatures v0.2.14 |
345 | 2024-11-15T19:41:53.417Z | Downloaded heck v0.4.1 |
346 | 2024-11-15T19:41:53.417Z | Downloaded generic-array v0.14.7 |
347 | 2024-11-15T19:41:53.420Z | Downloaded tabled_derive v0.7.0 |
348 | 2024-11-15T19:41:53.423Z | Downloaded serde_spanned v0.6.8 |
349 | 2024-11-15T19:41:53.426Z | Downloaded colorchoice v1.0.2 |
350 | 2024-11-15T19:41:53.436Z | Downloaded pest_generator v2.7.14 |
351 | 2024-11-15T19:41:53.436Z | Downloaded is_terminal_polyfill v1.70.1 |
352 | 2024-11-15T19:41:53.436Z | Downloaded fastrand v2.1.1 |
353 | 2024-11-15T19:41:53.436Z | Downloaded fnv v1.0.7 |
354 | 2024-11-15T19:41:53.437Z | Downloaded utf8parse v0.2.2 |
355 | 2024-11-15T19:41:53.441Z | Downloaded thread-id v4.2.2 |
356 | 2024-11-15T19:41:53.441Z | Downloaded digest v0.10.7 |
357 | 2024-11-15T19:41:53.441Z | Downloaded toml_datetime v0.6.8 |
358 | 2024-11-15T19:41:53.441Z | Downloaded smawk v0.3.2 |
359 | 2024-11-15T19:41:53.443Z | Downloaded clap_derive v4.5.18 |
360 | 2024-11-15T19:41:53.446Z | Downloaded camino v1.1.9 |
361 | 2024-11-15T19:41:53.446Z | Downloaded macaddr v1.0.1 |
362 | 2024-11-15T19:41:53.448Z | Downloaded indexmap v2.6.0 |
363 | 2024-11-15T19:41:53.450Z | Downloaded scroll v0.12.0 |
364 | 2024-11-15T19:41:53.453Z | Downloaded heck v0.5.0 |
365 | 2024-11-15T19:41:53.455Z | Downloaded sha2 v0.10.8 |
366 | 2024-11-15T19:41:53.457Z | Downloaded quote v1.0.37 |
367 | 2024-11-15T19:41:53.459Z | Downloaded zerocopy-derive v0.7.35 |
368 | 2024-11-15T19:41:53.463Z | Downloaded thiserror v1.0.69 |
369 | 2024-11-15T19:41:53.467Z | Downloaded memchr v2.7.4 |
370 | 2024-11-15T19:41:53.473Z | Downloaded usdt-impl v0.5.0 |
371 | 2024-11-15T19:41:53.475Z | Downloaded bitflags v2.6.0 |
372 | 2024-11-15T19:41:53.478Z | Downloaded textwrap v0.16.1 |
373 | 2024-11-15T19:41:53.481Z | Downloaded clap v4.5.21 |
374 | 2024-11-15T19:41:53.487Z | Downloaded unicode-ident v1.0.13 |
375 | 2024-11-15T19:41:53.490Z | Downloaded papergrid v0.11.0 |
376 | 2024-11-15T19:41:53.494Z | Downloaded pest_derive v2.7.14 |
377 | 2024-11-15T19:41:53.496Z | Downloaded tempfile v3.13.0 |
378 | 2024-11-15T19:41:53.499Z | Downloaded ucd-trie v0.1.7 |
379 | 2024-11-15T19:41:53.501Z | Downloaded log v0.4.22 |
380 | 2024-11-15T19:41:53.503Z | Downloaded plain v0.2.3 |
381 | 2024-11-15T19:41:53.505Z | Downloaded once_cell v1.20.2 |
382 | 2024-11-15T19:41:53.510Z | Downloaded hashbrown v0.15.0 |
383 | 2024-11-15T19:41:53.515Z | Downloaded toml_edit v0.22.22 |
384 | 2024-11-15T19:41:53.535Z | Downloaded zerocopy v0.7.35 |
385 | 2024-11-15T19:41:53.549Z | Downloaded pest v2.7.14 |
386 | 2024-11-15T19:41:53.554Z | Downloaded serde v1.0.215 |
387 | 2024-11-15T19:41:53.583Z | Downloaded tabled v0.15.0 |
388 | 2024-11-15T19:41:53.598Z | Downloaded winnow v0.6.20 |
389 | 2024-11-15T19:41:53.606Z | Downloaded serde_json v1.0.132 |
390 | 2024-11-15T19:41:53.612Z | Downloaded goblin v0.8.2 |
391 | 2024-11-15T19:41:53.626Z | Downloaded syn v1.0.109 |
392 | 2024-11-15T19:41:53.636Z | Downloaded syn v2.0.87 |
393 | 2024-11-15T19:41:53.646Z | Downloaded unicode-width v0.1.14 |
394 | 2024-11-15T19:41:53.651Z | Downloaded rustix v0.38.37 |
395 | 2024-11-15T19:41:53.681Z | Downloaded libc v0.2.162 |
396 | 2024-11-15T19:41:53.973Z | Compiling proc-macro2 v1.0.89 |
397 | 2024-11-15T19:41:53.974Z | Compiling unicode-ident v1.0.13 |
398 | 2024-11-15T19:41:53.976Z | Compiling version_check v0.9.5 |
399 | 2024-11-15T19:41:53.976Z | Compiling serde v1.0.215 |
400 | 2024-11-15T19:41:53.976Z | Compiling thiserror v1.0.69 |
401 | 2024-11-15T19:41:53.976Z | Compiling memchr v2.7.4 |
402 | 2024-11-15T19:41:53.976Z | Compiling libc v0.2.162 |
403 | 2024-11-15T19:41:53.976Z | Compiling itoa v1.0.11 |
404 | 2024-11-15T19:41:54.224Z | Compiling ucd-trie v0.1.7 |
405 | 2024-11-15T19:41:54.338Z | Compiling ryu v1.0.18 |
406 | 2024-11-15T19:41:54.749Z | Compiling once_cell v1.20.2 |
407 | 2024-11-15T19:41:54.786Z | Compiling byteorder v1.5.0 |
408 | 2024-11-15T19:41:55.060Z | Compiling serde_json v1.0.132 |
409 | 2024-11-15T19:41:55.357Z | Compiling rustix v0.38.37 |
410 | 2024-11-15T19:41:56.413Z | Compiling bitflags v2.6.0 |
411 | 2024-11-15T19:41:56.476Z | Compiling proc-macro-error-attr v1.0.4 |
412 | 2024-11-15T19:41:56.479Z | Compiling usdt-impl v0.5.0 |
413 | 2024-11-15T19:41:56.544Z | Compiling syn v1.0.109 |
414 | 2024-11-15T19:41:56.726Z | Compiling proc-macro-error v1.0.4 |
415 | 2024-11-15T19:41:56.829Z | Compiling camino v1.1.9 |
416 | 2024-11-15T19:41:56.851Z | Compiling plain v0.2.3 |
417 | 2024-11-15T19:41:56.947Z | Compiling hashbrown v0.15.0 |
418 | 2024-11-15T19:41:56.975Z | Compiling log v0.4.22 |
419 | 2024-11-15T19:41:56.998Z | Compiling equivalent v1.0.1 |
420 | 2024-11-15T19:41:57.114Z | Compiling thread-id v4.2.2 |
421 | 2024-11-15T19:41:57.202Z | Compiling utf8parse v0.2.2 |
422 | 2024-11-15T19:41:57.375Z | Compiling anstyle-parse v0.2.5 |
423 | 2024-11-15T19:41:57.401Z | Compiling anstyle-query v1.1.1 |
424 | 2024-11-15T19:41:57.455Z | Compiling colorchoice v1.0.2 |
425 | 2024-11-15T19:41:57.496Z | Compiling quote v1.0.37 |
426 | 2024-11-15T19:41:57.615Z | Compiling anstyle v1.0.10 |
427 | 2024-11-15T19:41:57.641Z | Compiling autocfg v1.4.0 |
428 | 2024-11-15T19:41:57.663Z | Compiling is_terminal_polyfill v1.70.1 |
429 | 2024-11-15T19:41:57.733Z | Compiling pretty-hex v0.4.1 |
430 | 2024-11-15T19:41:57.798Z | Compiling errno v0.3.9 |
431 | 2024-11-15T19:41:57.956Z | Compiling syn v2.0.87 |
432 | 2024-11-15T19:41:58.093Z | Compiling semver v1.0.23 |
433 | 2024-11-15T19:41:58.248Z | Compiling indexmap v2.6.0 |
434 | 2024-11-15T19:41:58.271Z | Compiling winnow v0.6.20 |
435 | 2024-11-15T19:41:58.603Z | Compiling unicode-width v0.1.14 |
436 | 2024-11-15T19:41:58.827Z | Compiling fs-err v2.11.0 |
437 | 2024-11-15T19:41:59.148Z | Compiling anstream v0.6.15 |
438 | 2024-11-15T19:41:59.438Z | Compiling anyhow v1.0.93 |
439 | 2024-11-15T19:41:59.590Z | Compiling bytecount v0.6.8 |
440 | 2024-11-15T19:41:59.760Z | Compiling fnv v1.0.7 |
441 | 2024-11-15T19:41:59.898Z | Compiling heck v0.5.0 |
442 | 2024-11-15T19:41:59.923Z | Compiling strsim v0.11.1 |
443 | 2024-11-15T19:42:00.050Z | Compiling terminal_size v0.4.0 |
444 | 2024-11-15T19:42:00.225Z | Compiling cfg-if v1.0.0 |
445 | 2024-11-15T19:42:00.265Z | Compiling clap_lex v0.7.2 |
446 | 2024-11-15T19:42:00.334Z | Compiling fastrand v2.1.1 |
447 | 2024-11-15T19:42:00.423Z | Compiling heck v0.4.1 |
448 | 2024-11-15T19:42:00.793Z | Compiling tempfile v3.13.0 |
449 | 2024-11-15T19:42:00.795Z | Compiling clap_builder v4.5.21 |
450 | 2024-11-15T19:42:00.916Z | Compiling papergrid v0.11.0 |
451 | 2024-11-15T19:42:01.389Z | Compiling memmap v0.7.0 |
452 | 2024-11-15T19:42:01.597Z | Compiling unicode-linebreak v0.1.5 |
453 | 2024-11-15T19:42:01.663Z | Compiling smawk v0.3.2 |
454 | 2024-11-15T19:42:02.013Z | Compiling textwrap v0.16.1 |
455 | 2024-11-15T19:42:02.095Z | Compiling swrite v0.1.0 |
456 | 2024-11-15T19:42:03.465Z | Compiling tabled_derive v0.7.0 |
457 | 2024-11-15T19:42:04.978Z | Compiling tabled v0.15.0 |
458 | 2024-11-15T19:42:06.779Z | Compiling serde_derive v1.0.215 |
459 | 2024-11-15T19:42:06.779Z | Compiling thiserror-impl v1.0.69 |
460 | 2024-11-15T19:42:06.782Z | Compiling zerocopy-derive v0.7.35 |
461 | 2024-11-15T19:42:06.782Z | Compiling scroll_derive v0.12.0 |
462 | 2024-11-15T19:42:06.782Z | Compiling clap_derive v4.5.18 |
463 | 2024-11-15T19:42:08.154Z | Compiling scroll v0.12.0 |
464 | 2024-11-15T19:42:08.416Z | Compiling zerocopy v0.7.35 |
465 | 2024-11-15T19:42:08.692Z | Compiling goblin v0.8.2 |
466 | 2024-11-15T19:42:09.543Z | Compiling pest v2.7.14 |
467 | 2024-11-15T19:42:10.604Z | Compiling clap v4.5.21 |
468 | 2024-11-15T19:42:11.645Z | Compiling pest_meta v2.7.14 |
469 | 2024-11-15T19:42:12.550Z | Compiling pest_generator v2.7.14 |
470 | 2024-11-15T19:42:14.545Z | Compiling pest_derive v2.7.14 |
471 | 2024-11-15T19:42:15.179Z | Compiling dtrace-parser v0.2.0 |
472 | 2024-11-15T19:42:16.836Z | Compiling serde_tokenstream v0.2.2 |
473 | 2024-11-15T19:42:16.856Z | Compiling toml_datetime v0.6.8 |
474 | 2024-11-15T19:42:16.860Z | Compiling serde_spanned v0.6.8 |
475 | 2024-11-15T19:42:17.247Z | Compiling cargo-platform v0.1.8 |
476 | 2024-11-15T19:42:17.382Z | Compiling toml_edit v0.22.22 |
477 | 2024-11-15T19:42:17.406Z | Compiling macaddr v1.0.1 |
478 | 2024-11-15T19:42:17.545Z | Compiling camino-tempfile v1.1.1 |
479 | 2024-11-15T19:42:18.323Z | Compiling dof v0.3.0 |
480 | 2024-11-15T19:42:18.374Z | Compiling cargo_metadata v0.18.1 |
481 | 2024-11-15T19:42:20.054Z | Compiling usdt-macro v0.5.0 |
482 | 2024-11-15T19:42:20.054Z | Compiling usdt-attr-macro v0.5.0 |
483 | 2024-11-15T19:42:20.149Z | Compiling toml v0.8.19 |
484 | 2024-11-15T19:42:21.070Z | Compiling cargo_toml v0.20.5 |
485 | 2024-11-15T19:42:21.437Z | Compiling usdt v0.5.0 |
486 | 2024-11-15T19:42:24.518Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
487 | 2024-11-15T19:42:28.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
488 | 2024-11-15T19:42:28.928Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
489 | 2024-11-15T19:42:29.438Z | Downloading crates ... |
490 | 2024-11-15T19:42:29.565Z | Downloaded adler2 v2.0.0 |
491 | 2024-11-15T19:42:29.572Z | Downloaded async-recursion v1.1.1 |
492 | 2024-11-15T19:42:29.584Z | Downloaded ahash v0.8.11 |
493 | 2024-11-15T19:42:29.594Z | Downloaded cfg_aliases v0.2.1 |
494 | 2024-11-15T19:42:29.611Z | Downloaded httpdate v1.0.3 |
495 | 2024-11-15T19:42:29.611Z | Downloaded hostname v0.4.0 |
496 | 2024-11-15T19:42:29.611Z | Downloaded hex-literal v0.4.1 |
497 | 2024-11-15T19:42:29.611Z | Downloaded cstr-argument v0.1.2 |
498 | 2024-11-15T19:42:29.611Z | Downloaded crucible-workspace-hack v0.1.0 |
499 | 2024-11-15T19:42:29.611Z | Downloaded atomicwrites v0.4.4 |
500 | 2024-11-15T19:42:29.615Z | Downloaded http-body-util v0.1.2 |
501 | 2024-11-15T19:42:29.616Z | Downloaded ascii-canvas v3.0.0 |
502 | 2024-11-15T19:42:29.616Z | Downloaded array-init v0.0.4 |
503 | 2024-11-15T19:42:29.620Z | Downloaded instant v0.1.13 |
504 | 2024-11-15T19:42:29.628Z | Downloaded cobs v0.2.3 |
505 | 2024-11-15T19:42:29.628Z | Downloaded bb8 v0.8.5 |
506 | 2024-11-15T19:42:29.628Z | Downloaded base16ct v0.2.0 |
507 | 2024-11-15T19:42:29.628Z | Downloaded md5 v0.7.0 |
508 | 2024-11-15T19:42:29.629Z | Downloaded humantime v2.1.0 |
509 | 2024-11-15T19:42:29.633Z | Downloaded impl-trait-for-tuples v0.2.2 |
510 | 2024-11-15T19:42:29.633Z | Downloaded home v0.5.9 |
511 | 2024-11-15T19:42:29.633Z | Downloaded crc v3.2.1 |
512 | 2024-11-15T19:42:29.637Z | Downloaded indoc v1.0.9 |
513 | 2024-11-15T19:42:29.640Z | Downloaded libsw v3.3.1 |
514 | 2024-11-15T19:42:29.641Z | Downloaded ctr v0.9.2 |
515 | 2024-11-15T19:42:29.644Z | Downloaded mockall v0.13.0 |
516 | 2024-11-15T19:42:29.647Z | Downloaded mime v0.3.17 |
517 | 2024-11-15T19:42:29.647Z | Downloaded lru-cache v0.1.2 |
518 | 2024-11-15T19:42:29.650Z | Downloaded linear-map v1.2.0 |
519 | 2024-11-15T19:42:29.650Z | Downloaded crossbeam-epoch v0.9.18 |
520 | 2024-11-15T19:42:29.653Z | Downloaded crc32fast v1.4.2 |
521 | 2024-11-15T19:42:29.657Z | Downloaded lock_api v0.4.12 |
522 | 2024-11-15T19:42:29.658Z | Downloaded crossbeam-utils v0.8.20 |
523 | 2024-11-15T19:42:29.661Z | Downloaded matches v0.1.10 |
524 | 2024-11-15T19:42:29.661Z | Downloaded aes v0.8.4 |
525 | 2024-11-15T19:42:29.666Z | Downloaded kstat-rs v0.2.4 |
526 | 2024-11-15T19:42:29.670Z | Downloaded addr2line v0.24.2 |
527 | 2024-11-15T19:42:29.670Z | Downloaded libloading v0.8.5 |
528 | 2024-11-15T19:42:29.678Z | Downloaded rustc_version v0.4.1 |
529 | 2024-11-15T19:42:29.678Z | Downloaded hyper-rustls v0.27.3 |
530 | 2024-11-15T19:42:29.681Z | Downloaded http-range v0.1.5 |
531 | 2024-11-15T19:42:29.682Z | Downloaded http-body v1.0.1 |
532 | 2024-11-15T19:42:29.682Z | Downloaded base64 v0.21.7 |
533 | 2024-11-15T19:42:29.685Z | Downloaded icu_provider v1.5.0 |
534 | 2024-11-15T19:42:29.690Z | Downloaded scopeguard v1.2.0 |
535 | 2024-11-15T19:42:29.690Z | Downloaded miniz_oxide v0.8.0 |
536 | 2024-11-15T19:42:29.693Z | Downloaded hyper-util v0.1.10 |
537 | 2024-11-15T19:42:29.699Z | Downloaded hostname v0.3.1 |
538 | 2024-11-15T19:42:29.699Z | Downloaded arrayvec v0.7.6 |
539 | 2024-11-15T19:42:29.703Z | Downloaded indicatif v0.17.9 |
540 | 2024-11-15T19:42:29.707Z | Downloaded signal-hook v0.3.17 |
541 | 2024-11-15T19:42:29.710Z | Downloaded icu_collections v1.5.0 |
542 | 2024-11-15T19:42:29.716Z | Downloaded strum_macros v0.26.4 |
543 | 2024-11-15T19:42:29.719Z | Downloaded is_ci v1.2.0 |
544 | 2024-11-15T19:42:29.720Z | Downloaded ident_case v1.0.1 |
545 | 2024-11-15T19:42:29.725Z | Downloaded hubpack v0.1.2 |
546 | 2024-11-15T19:42:29.725Z | Downloaded allocator-api2 v0.2.18 |
547 | 2024-11-15T19:42:29.737Z | Downloaded argon2 v0.5.3 |
548 | 2024-11-15T19:42:29.737Z | Downloaded hubpack_derive v0.1.1 |
549 | 2024-11-15T19:42:29.737Z | Downloaded darling v0.20.10 |
550 | 2024-11-15T19:42:29.742Z | Downloaded match_cfg v0.1.0 |
551 | 2024-11-15T19:42:29.742Z | Downloaded idna_adapter v1.2.0 |
552 | 2024-11-15T19:42:29.742Z | Downloaded snafu v0.8.5 |
553 | 2024-11-15T19:42:29.748Z | Downloaded httparse v1.9.5 |
554 | 2024-11-15T19:42:29.749Z | Downloaded write16 v1.0.0 |
555 | 2024-11-15T19:42:29.753Z | Downloaded assert_matches v1.5.0 |
556 | 2024-11-15T19:42:29.753Z | Downloaded arrayref v0.3.9 |
557 | 2024-11-15T19:42:29.753Z | Downloaded aead v0.5.2 |
558 | 2024-11-15T19:42:29.753Z | Downloaded structmeta v0.2.0 |
559 | 2024-11-15T19:42:29.753Z | Downloaded atty v0.2.14 |
560 | 2024-11-15T19:42:29.757Z | Downloaded async-stream-impl v0.3.6 |
561 | 2024-11-15T19:42:29.757Z | Downloaded icu_normalizer_data v1.5.0 |
562 | 2024-11-15T19:42:29.757Z | Downloaded lazycell v1.3.0 |
563 | 2024-11-15T19:42:29.765Z | Downloaded jobserver v0.1.32 |
564 | 2024-11-15T19:42:29.766Z | Downloaded synstructure v0.13.1 |
565 | 2024-11-15T19:42:29.766Z | Downloaded supports-color v3.0.1 |
566 | 2024-11-15T19:42:29.771Z | Downloaded md-5 v0.10.6 |
567 | 2024-11-15T19:42:29.772Z | Downloaded libefi-sys v0.1.0 |
568 | 2024-11-15T19:42:29.772Z | Downloaded lalrpop-util v0.19.12 |
569 | 2024-11-15T19:42:29.772Z | Downloaded sync_wrapper v1.0.1 |
570 | 2024-11-15T19:42:29.772Z | Downloaded keccak v0.1.5 |
571 | 2024-11-15T19:42:29.772Z | Downloaded indent_write v2.2.0 |
572 | 2024-11-15T19:42:29.780Z | Downloaded ciborium-io v0.2.2 |
573 | 2024-11-15T19:42:29.780Z | Downloaded blake3 v1.5.4 |
574 | 2024-11-15T19:42:29.788Z | Downloaded internet-checksum v0.2.1 |
575 | 2024-11-15T19:42:29.788Z | Downloaded downcast v0.11.0 |
576 | 2024-11-15T19:42:29.794Z | Downloaded vte_generate_state_changes v0.1.2 |
577 | 2024-11-15T19:42:29.795Z | Downloaded zeroize_derive v1.4.2 |
578 | 2024-11-15T19:42:29.795Z | Downloaded atomic-waker v1.1.2 |
579 | 2024-11-15T19:42:29.795Z | Downloaded async-stream v0.3.6 |
580 | 2024-11-15T19:42:29.795Z | Downloaded crunchy v0.2.2 |
581 | 2024-11-15T19:42:29.795Z | Downloaded mirai-annotations v1.12.0 |
582 | 2024-11-15T19:42:29.795Z | Downloaded managed v0.8.0 |
583 | 2024-11-15T19:42:29.808Z | Downloaded lru v0.12.5 |
584 | 2024-11-15T19:42:29.808Z | Downloaded hyper-tls v0.6.0 |
585 | 2024-11-15T19:42:29.808Z | Downloaded cfg_aliases v0.1.1 |
586 | 2024-11-15T19:42:29.808Z | Downloaded cassowary v0.3.0 |
587 | 2024-11-15T19:42:29.812Z | Downloaded fd-lock v4.0.2 |
588 | 2024-11-15T19:42:29.812Z | Downloaded lockfree-object-pool v0.1.6 |
589 | 2024-11-15T19:42:29.813Z | Downloaded headers-core v0.3.0 |
590 | 2024-11-15T19:42:29.813Z | Downloaded derive_builder_core v0.20.2 |
591 | 2024-11-15T19:42:29.813Z | Downloaded foreign-types-shared v0.3.1 |
592 | 2024-11-15T19:42:29.813Z | Downloaded wait-timeout v0.2.0 |
593 | 2024-11-15T19:42:29.822Z | Downloaded rustversion v1.0.17 |
594 | 2024-11-15T19:42:29.822Z | Downloaded crc-catalog v2.4.0 |
595 | 2024-11-15T19:42:29.822Z | Downloaded crossbeam-deque v0.8.5 |
596 | 2024-11-15T19:42:29.822Z | Downloaded chrono-tz-build v0.4.0 |
597 | 2024-11-15T19:42:29.822Z | Downloaded blowfish v0.9.1 |
598 | 2024-11-15T19:42:29.826Z | Downloaded bindgen v0.69.5 |
599 | 2024-11-15T19:42:29.830Z | Downloaded zerovec-derive v0.10.3 |
600 | 2024-11-15T19:42:29.835Z | Downloaded subtle v2.6.1 |
601 | 2024-11-15T19:42:29.835Z | Downloaded signal-hook-tokio v0.3.1 |
602 | 2024-11-15T19:42:29.835Z | Downloaded signal-hook-registry v1.4.2 |
603 | 2024-11-15T19:42:29.839Z | Downloaded serde_plain v1.0.2 |
604 | 2024-11-15T19:42:29.839Z | Downloaded bitflags v1.3.2 |
605 | 2024-11-15T19:42:29.845Z | Downloaded bcs v0.1.6 |
606 | 2024-11-15T19:42:29.845Z | Downloaded newtype_derive v0.1.6 |
607 | 2024-11-15T19:42:29.848Z | Downloaded cancel-safe-futures v0.1.5 |
608 | 2024-11-15T19:42:29.848Z | Downloaded sync-ptr v0.1.1 |
609 | 2024-11-15T19:42:29.853Z | Downloaded bzip2 v0.4.4 |
610 | 2024-11-15T19:42:29.853Z | Downloaded foreign-types-shared v0.1.1 |
611 | 2024-11-15T19:42:29.858Z | Downloaded ed25519 v2.2.3 |
612 | 2024-11-15T19:42:29.858Z | Downloaded enum-as-inner v0.6.1 |
613 | 2024-11-15T19:42:29.858Z | Downloaded litemap v0.7.3 |
614 | 2024-11-15T19:42:29.861Z | Downloaded opaque-debug v0.3.1 |
615 | 2024-11-15T19:42:29.861Z | Downloaded memmap2 v0.9.5 |
616 | 2024-11-15T19:42:29.864Z | Downloaded num-conv v0.1.0 |
617 | 2024-11-15T19:42:29.864Z | Downloaded mime_guess v2.0.5 |
618 | 2024-11-15T19:42:29.867Z | Downloaded group v0.13.0 |
619 | 2024-11-15T19:42:29.871Z | Downloaded csv-core v0.1.11 |
620 | 2024-11-15T19:42:29.871Z | Downloaded peg-runtime v0.8.3 |
621 | 2024-11-15T19:42:29.871Z | Downloaded snafu-derive v0.8.5 |
622 | 2024-11-15T19:42:29.874Z | Downloaded psl-types v2.0.11 |
623 | 2024-11-15T19:42:29.875Z | Downloaded serde_with_macros v3.11.0 |
624 | 2024-11-15T19:42:29.878Z | Downloaded schemars_derive v0.8.21 |
625 | 2024-11-15T19:42:29.878Z | Downloaded indexmap v1.9.3 |
626 | 2024-11-15T19:42:29.883Z | Downloaded smf v0.2.3 |
627 | 2024-11-15T19:42:29.887Z | Downloaded signal-hook-mio v0.2.4 |
628 | 2024-11-15T19:42:29.888Z | Downloaded hyper-staticfile v0.10.1 |
629 | 2024-11-15T19:42:29.892Z | Downloaded tokio-rustls v0.25.0 |
630 | 2024-11-15T19:42:29.892Z | Downloaded blake2 v0.10.6 |
631 | 2024-11-15T19:42:29.896Z | Downloaded base64ct v1.6.0 |
632 | 2024-11-15T19:42:29.899Z | Downloaded clang-sys v1.8.1 |
633 | 2024-11-15T19:42:29.903Z | Downloaded yasna v0.5.2 |
634 | 2024-11-15T19:42:29.903Z | Downloaded tough v0.19.0 |
635 | 2024-11-15T19:42:29.912Z | Downloaded termtree v0.4.1 |
636 | 2024-11-15T19:42:29.915Z | Downloaded rustfmt-wrapper v0.2.1 |
637 | 2024-11-15T19:42:29.915Z | Downloaded newtype-uuid v1.1.3 |
638 | 2024-11-15T19:42:29.919Z | Downloaded nibble_vec v0.1.0 |
639 | 2024-11-15T19:42:29.919Z | Downloaded darling_macro v0.20.10 |
640 | 2024-11-15T19:42:29.919Z | Downloaded num_enum v0.5.11 |
641 | 2024-11-15T19:42:29.924Z | Downloaded yoke-derive v0.7.4 |
642 | 2024-11-15T19:42:29.929Z | Downloaded shlex v1.3.0 |
643 | 2024-11-15T19:42:29.929Z | Downloaded ff v0.13.0 |
644 | 2024-11-15T19:42:29.929Z | Downloaded mockall_derive v0.13.0 |
645 | 2024-11-15T19:42:29.933Z | Downloaded scheduled-thread-pool v0.2.7 |
646 | 2024-11-15T19:42:29.936Z | Downloaded same-file v1.0.6 |
647 | 2024-11-15T19:42:29.936Z | Downloaded rustc-hash v2.0.0 |
648 | 2024-11-15T19:42:29.936Z | Downloaded slog-json v2.6.1 |
649 | 2024-11-15T19:42:29.940Z | Downloaded async-bb8-diesel v0.2.1 |
650 | 2024-11-15T19:42:29.943Z | Downloaded icu_normalizer v1.5.0 |
651 | 2024-11-15T19:42:29.948Z | Downloaded icu_properties v1.5.1 |
652 | 2024-11-15T19:42:29.951Z | Downloaded base64 v0.13.1 |
653 | 2024-11-15T19:42:29.956Z | Downloaded slog-scope v4.4.0 |
654 | 2024-11-15T19:42:29.956Z | Downloaded slog-dtrace v0.3.0 |
655 | 2024-11-15T19:42:29.959Z | Downloaded termios v0.3.3 |
656 | 2024-11-15T19:42:29.959Z | Downloaded termcolor v1.4.1 |
657 | 2024-11-15T19:42:29.960Z | Downloaded slog-stdlog v4.1.1 |
658 | 2024-11-15T19:42:29.965Z | Downloaded slog-envlogger v2.2.0 |
659 | 2024-11-15T19:42:29.965Z | Downloaded new_debug_unreachable v1.0.6 |
660 | 2024-11-15T19:42:29.965Z | Downloaded ecdsa v0.16.9 |
661 | 2024-11-15T19:42:29.968Z | Downloaded smallvec v0.6.14 |
662 | 2024-11-15T19:42:29.968Z | Downloaded serde_urlencoded v0.7.1 |
663 | 2024-11-15T19:42:29.971Z | Downloaded parse-size v1.1.0 |
664 | 2024-11-15T19:42:29.971Z | Downloaded phf_shared v0.10.0 |
665 | 2024-11-15T19:42:29.975Z | Downloaded oso-derive v0.27.3 |
666 | 2024-11-15T19:42:29.975Z | Downloaded data-encoding v2.6.0 |
667 | 2024-11-15T19:42:29.975Z | Downloaded unicode-xid v0.2.6 |
668 | 2024-11-15T19:42:29.977Z | Downloaded typify-macro v0.2.0 |
669 | 2024-11-15T19:42:29.977Z | Downloaded derive-where v1.2.7 |
670 | 2024-11-15T19:42:29.988Z | Downloaded itertools v0.13.0 |
671 | 2024-11-15T19:42:29.999Z | Downloaded funty v2.0.0 |
672 | 2024-11-15T19:42:30.002Z | Downloaded backtrace v0.3.74 |
673 | 2024-11-15T19:42:30.005Z | Downloaded whoami v1.5.2 |
674 | 2024-11-15T19:42:30.008Z | Downloaded pem-rfc7468 v0.7.0 |
675 | 2024-11-15T19:42:30.010Z | Downloaded cc v1.1.30 |
676 | 2024-11-15T19:42:30.014Z | Downloaded term v0.7.0 |
677 | 2024-11-15T19:42:30.017Z | Downloaded dsl_auto_type v0.1.2 |
678 | 2024-11-15T19:42:30.019Z | Downloaded half v2.4.1 |
679 | 2024-11-15T19:42:30.022Z | Downloaded take_mut v0.2.2 |
680 | 2024-11-15T19:42:30.026Z | Downloaded aho-corasick v1.1.3 |
681 | 2024-11-15T19:42:30.029Z | Downloaded glob v0.3.1 |
682 | 2024-11-15T19:42:30.031Z | Downloaded time-core v0.1.2 |
683 | 2024-11-15T19:42:30.034Z | Downloaded http v1.1.0 |
684 | 2024-11-15T19:42:30.037Z | Downloaded number_prefix v0.4.0 |
685 | 2024-11-15T19:42:30.040Z | Downloaded powerfmt v0.2.0 |
686 | 2024-11-15T19:42:30.042Z | Downloaded parse-display-derive v0.10.0 |
687 | 2024-11-15T19:42:30.042Z | Downloaded chacha20poly1305 v0.10.1 |
688 | 2024-11-15T19:42:30.044Z | Downloaded normalize-line-endings v0.3.0 |
689 | 2024-11-15T19:42:30.044Z | Downloaded num-iter v0.1.45 |
690 | 2024-11-15T19:42:30.047Z | Downloaded samael v0.0.17 |
691 | 2024-11-15T19:42:30.051Z | Downloaded zip v0.6.6 |
692 | 2024-11-15T19:42:30.056Z | Downloaded env_filter v0.1.2 |
693 | 2024-11-15T19:42:30.058Z | Downloaded endian-type v0.1.2 |
694 | 2024-11-15T19:42:30.058Z | Downloaded tungstenite v0.23.0 |
695 | 2024-11-15T19:42:30.063Z | Downloaded try-lock v0.2.5 |
696 | 2024-11-15T19:42:30.065Z | Downloaded siphasher v0.3.11 |
697 | 2024-11-15T19:42:30.065Z | Downloaded salsa20 v0.10.2 |
698 | 2024-11-15T19:42:30.067Z | Downloaded crypto-bigint v0.5.5 |
699 | 2024-11-15T19:42:30.074Z | Downloaded scrypt v0.11.0 |
700 | 2024-11-15T19:42:30.077Z | Downloaded xattr v1.3.1 |
701 | 2024-11-15T19:42:30.079Z | Downloaded tokio-tungstenite v0.23.1 |
702 | 2024-11-15T19:42:30.083Z | Downloaded ssh-encoding v0.2.0 |
703 | 2024-11-15T19:42:30.083Z | Downloaded fatfs v0.3.6 |
704 | 2024-11-15T19:42:30.086Z | Downloaded unicode-normalization v0.1.24 |
705 | 2024-11-15T19:42:30.090Z | Downloaded serde-big-array v0.5.1 |
706 | 2024-11-15T19:42:30.093Z | Downloaded utf8_iter v1.0.4 |
707 | 2024-11-15T19:42:30.095Z | Downloaded string_cache v0.8.7 |
708 | 2024-11-15T19:42:30.095Z | Downloaded postgres-protocol v0.6.7 |
709 | 2024-11-15T19:42:30.097Z | Downloaded defmt-parser v0.3.4 |
710 | 2024-11-15T19:42:30.100Z | Downloaded tinystr v0.7.6 |
711 | 2024-11-15T19:42:30.102Z | Downloaded tiny-keccak v2.0.2 |
712 | 2024-11-15T19:42:30.104Z | Downloaded strum v0.26.3 |
713 | 2024-11-15T19:42:30.106Z | Downloaded tinyvec_macros v0.1.1 |
714 | 2024-11-15T19:42:30.106Z | Downloaded owo-colors v4.1.0 |
715 | 2024-11-15T19:42:30.109Z | Downloaded test-strategy v0.3.1 |
716 | 2024-11-15T19:42:30.113Z | Downloaded difflib v0.4.0 |
717 | 2024-11-15T19:42:30.115Z | Downloaded pkcs1 v0.7.5 |
718 | 2024-11-15T19:42:30.117Z | Downloaded zerofrom v0.1.4 |
719 | 2024-11-15T19:42:30.120Z | Downloaded futures v0.3.31 |
720 | 2024-11-15T19:42:30.124Z | Downloaded dirs-sys-next v0.1.2 |
721 | 2024-11-15T19:42:30.126Z | Downloaded toml v0.7.8 |
722 | 2024-11-15T19:42:30.128Z | Downloaded mio v1.0.2 |
723 | 2024-11-15T19:42:30.135Z | Downloaded diesel_table_macro_syntax v0.2.0 |
724 | 2024-11-15T19:42:30.137Z | Downloaded unicase v2.7.0 |
725 | 2024-11-15T19:42:30.139Z | Downloaded radium v0.7.0 |
726 | 2024-11-15T19:42:30.139Z | Downloaded fxhash v0.2.1 |
727 | 2024-11-15T19:42:30.143Z | Downloaded fallible-iterator v0.3.0 |
728 | 2024-11-15T19:42:30.143Z | Downloaded value-bag v1.9.0 |
729 | 2024-11-15T19:42:30.145Z | Downloaded filetime v0.2.25 |
730 | 2024-11-15T19:42:30.147Z | Downloaded twox-hash v1.6.3 |
731 | 2024-11-15T19:42:30.150Z | Downloaded num_enum_derive v0.5.11 |
732 | 2024-11-15T19:42:30.153Z | Downloaded fallible-streaming-iterator v0.1.9 |
733 | 2024-11-15T19:42:30.153Z | Downloaded uzers v0.12.1 |
734 | 2024-11-15T19:42:30.155Z | Downloaded diesel_derives v2.2.3 |
735 | 2024-11-15T19:42:30.159Z | Downloaded hex v0.4.3 |
736 | 2024-11-15T19:42:30.161Z | Downloaded env_logger v0.11.5 |
737 | 2024-11-15T19:42:30.163Z | Downloaded env_logger v0.10.2 |
738 | 2024-11-15T19:42:30.167Z | Downloaded foreign-types-macros v0.2.3 |
739 | 2024-11-15T19:42:30.170Z | Downloaded diesel-dtrace v0.3.0 |
740 | 2024-11-15T19:42:30.172Z | Downloaded unicode-truncate v1.1.0 |
741 | 2024-11-15T19:42:30.172Z | Downloaded thiserror-no-std v2.0.2 |
742 | 2024-11-15T19:42:30.177Z | Downloaded untrusted v0.7.1 |
743 | 2024-11-15T19:42:30.179Z | Downloaded tls_codec v0.4.1 |
744 | 2024-11-15T19:42:30.181Z | Downloaded password-hash v0.5.0 |
745 | 2024-11-15T19:42:30.183Z | Downloaded structmeta-derive v0.3.0 |
746 | 2024-11-15T19:42:30.183Z | Downloaded pkcs5 v0.7.1 |
747 | 2024-11-15T19:42:30.187Z | Downloaded tar v0.4.43 |
748 | 2024-11-15T19:42:30.191Z | Downloaded display-error-chain v0.2.2 |
749 | 2024-11-15T19:42:30.193Z | Downloaded unsafe-libyaml v0.2.11 |
750 | 2024-11-15T19:42:30.196Z | Downloaded rcgen v0.12.1 |
751 | 2024-11-15T19:42:30.199Z | Downloaded primeorder v0.13.6 |
752 | 2024-11-15T19:42:30.202Z | Downloaded packed_struct_codegen v0.10.1 |
753 | 2024-11-15T19:42:30.204Z | Downloaded packed_struct v0.10.1 |
754 | 2024-11-15T19:42:30.207Z | Downloaded uuid v1.11.0 |
755 | 2024-11-15T19:42:30.209Z | Downloaded multimap v0.10.0 |
756 | 2024-11-15T19:42:30.212Z | Downloaded futures-sink v0.3.31 |
757 | 2024-11-15T19:42:30.212Z | Downloaded nanorand v0.7.0 |
758 | 2024-11-15T19:42:30.214Z | Downloaded r2d2 v0.8.10 |
759 | 2024-11-15T19:42:30.216Z | Downloaded schemars v0.8.21 |
760 | 2024-11-15T19:42:30.228Z | Downloaded precomputed-hash v0.1.1 |
761 | 2024-11-15T19:42:30.231Z | Downloaded openssl-macros v0.1.1 |
762 | 2024-11-15T19:42:30.231Z | Downloaded structmeta v0.3.0 |
763 | 2024-11-15T19:42:30.233Z | Downloaded strip-ansi-escapes v0.2.0 |
764 | 2024-11-15T19:42:30.233Z | Downloaded sqlformat v0.2.6 |
765 | 2024-11-15T19:42:30.236Z | Downloaded darling_core v0.20.10 |
766 | 2024-11-15T19:42:30.239Z | Downloaded spin v0.5.2 |
767 | 2024-11-15T19:42:30.241Z | Downloaded rpassword v7.3.1 |
768 | 2024-11-15T19:42:30.244Z | Downloaded want v0.3.1 |
769 | 2024-11-15T19:42:30.244Z | Downloaded pkg-config v0.3.31 |
770 | 2024-11-15T19:42:30.246Z | Downloaded openssl-probe v0.1.5 |
771 | 2024-11-15T19:42:30.249Z | Downloaded strum_macros v0.24.3 |
772 | 2024-11-15T19:42:30.251Z | Downloaded hash32 v0.3.1 |
773 | 2024-11-15T19:42:30.251Z | Downloaded flagset v0.4.6 |
774 | 2024-11-15T19:42:30.253Z | Downloaded fixedbitset v0.4.2 |
775 | 2024-11-15T19:42:30.256Z | Downloaded vergen v8.3.2 |
776 | 2024-11-15T19:42:30.259Z | Downloaded unicode_categories v0.1.1 |
777 | 2024-11-15T19:42:30.261Z | Downloaded wyz v0.5.1 |
778 | 2024-11-15T19:42:30.261Z | Downloaded structmeta-derive v0.2.0 |
779 | 2024-11-15T19:42:30.264Z | Downloaded pretty-hex v0.2.1 |
780 | 2024-11-15T19:42:30.266Z | Downloaded sqlparser_derive v0.2.2 |
781 | 2024-11-15T19:42:30.266Z | Downloaded num_threads v0.1.7 |
782 | 2024-11-15T19:42:30.269Z | Downloaded libxml v0.3.3 |
783 | 2024-11-15T19:42:30.273Z | Downloaded rusty-fork v0.3.0 |
784 | 2024-11-15T19:42:30.276Z | Downloaded pin-utils v0.1.0 |
785 | 2024-11-15T19:42:30.278Z | Downloaded crossterm v0.28.1 |
786 | 2024-11-15T19:42:30.285Z | Downloaded float-ord v0.3.2 |
787 | 2024-11-15T19:42:30.287Z | Downloaded diff v0.1.13 |
788 | 2024-11-15T19:42:30.290Z | Downloaded olpc-cjson v0.1.4 |
789 | 2024-11-15T19:42:30.292Z | Downloaded pkcs8 v0.10.2 |
790 | 2024-11-15T19:42:30.295Z | Downloaded futures-core v0.3.31 |
791 | 2024-11-15T19:42:30.297Z | Downloaded hkdf v0.12.4 |
792 | 2024-11-15T19:42:30.299Z | Downloaded stable_deref_trait v1.2.0 |
793 | 2024-11-15T19:42:30.302Z | Downloaded typify v0.2.0 |
794 | 2024-11-15T19:42:30.304Z | Downloaded heapless v0.7.17 |
795 | 2024-11-15T19:42:30.308Z | Downloaded foreign-types v0.3.2 |
796 | 2024-11-15T19:42:30.311Z | Downloaded zone_cfg_derive v0.1.2 |
797 | 2024-11-15T19:42:30.311Z | Downloaded tabwriter v1.4.0 |
798 | 2024-11-15T19:42:30.314Z | Downloaded gethostname v0.5.0 |
799 | 2024-11-15T19:42:30.314Z | Downloaded path-slash v0.1.5 |
800 | 2024-11-15T19:42:30.316Z | Downloaded which v4.4.2 |
801 | 2024-11-15T19:42:30.319Z | Downloaded tap v1.0.1 |
802 | 2024-11-15T19:42:30.319Z | Downloaded shell-words v1.1.0 |
803 | 2024-11-15T19:42:30.323Z | Downloaded sha1 v0.10.6 |
804 | 2024-11-15T19:42:30.323Z | Downloaded serde-hex v0.1.0 |
805 | 2024-11-15T19:42:30.325Z | Downloaded zeroize v1.8.1 |
806 | 2024-11-15T19:42:30.325Z | Downloaded url v2.5.3 |
807 | 2024-11-15T19:42:30.329Z | Downloaded slog-bunyan v2.5.0 |
808 | 2024-11-15T19:42:30.331Z | Downloaded poly1305 v0.8.0 |
809 | 2024-11-15T19:42:30.333Z | Downloaded pin-project-lite v0.2.14 |
810 | 2024-11-15T19:42:30.338Z | Downloaded tokio-util v0.7.12 |
811 | 2024-11-15T19:42:30.346Z | Downloaded ena v0.14.3 |
812 | 2024-11-15T19:42:30.349Z | Downloaded tls_codec_derive v0.4.1 |
813 | 2024-11-15T19:42:30.352Z | Downloaded foreign-types v0.5.0 |
814 | 2024-11-15T19:42:30.352Z | Downloaded ssh-cipher v0.2.0 |
815 | 2024-11-15T19:42:30.354Z | Downloaded progenitor-client v0.8.0 |
816 | 2024-11-15T19:42:30.354Z | Downloaded tokio-macros v2.4.0 |
817 | 2024-11-15T19:42:30.357Z | Downloaded foldhash v0.1.3 |
818 | 2024-11-15T19:42:30.357Z | Downloaded thiserror-impl-no-std v2.0.2 |
819 | 2024-11-15T19:42:30.359Z | Downloaded rustls-pemfile v1.0.4 |
820 | 2024-11-15T19:42:30.362Z | Downloaded num-complex v0.4.6 |
821 | 2024-11-15T19:42:30.365Z | Downloaded idna v1.0.3 |
822 | 2024-11-15T19:42:30.368Z | Downloaded toolchain_find v0.4.0 |
823 | 2024-11-15T19:42:30.370Z | Downloaded tinyvec v1.8.0 |
824 | 2024-11-15T19:42:30.373Z | Downloaded num v0.4.3 |
825 | 2024-11-15T19:42:30.373Z | Downloaded hash32 v0.2.1 |
826 | 2024-11-15T19:42:30.376Z | Downloaded getrandom v0.2.15 |
827 | 2024-11-15T19:42:30.378Z | Downloaded zone_cfg_derive v0.3.0 |
828 | 2024-11-15T19:42:30.380Z | Downloaded newline-converter v0.3.0 |
829 | 2024-11-15T19:42:30.381Z | Downloaded proc-macro-crate v1.3.1 |
830 | 2024-11-15T19:42:30.383Z | Downloaded untrusted v0.9.0 |
831 | 2024-11-15T19:42:30.385Z | Downloaded futures-executor v0.3.31 |
832 | 2024-11-15T19:42:30.385Z | Downloaded zone v0.3.0 |
833 | 2024-11-15T19:42:30.388Z | Downloaded smallvec v1.13.2 |
834 | 2024-11-15T19:42:30.391Z | Downloaded zone v0.1.8 |
835 | 2024-11-15T19:42:30.391Z | Downloaded des v0.8.1 |
836 | 2024-11-15T19:42:30.393Z | Downloaded futures-channel v0.3.31 |
837 | 2024-11-15T19:42:30.396Z | Downloaded zerovec v0.10.4 |
838 | 2024-11-15T19:42:30.401Z | Downloaded tower-service v0.3.3 |
839 | 2024-11-15T19:42:30.404Z | Downloaded zerocopy v0.6.6 |
840 | 2024-11-15T19:42:30.406Z | Downloaded ed25519-dalek v2.1.1 |
841 | 2024-11-15T19:42:30.408Z | Downloaded slog-async v2.8.0 |
842 | 2024-11-15T19:42:30.414Z | Downloaded derive_more v0.99.18 |
843 | 2024-11-15T19:42:30.417Z | Downloaded embedded-io v0.6.1 |
844 | 2024-11-15T19:42:30.417Z | Downloaded embedded-io v0.4.0 |
845 | 2024-11-15T19:42:30.420Z | Downloaded either v1.13.0 |
846 | 2024-11-15T19:42:30.422Z | Downloaded deranged v0.3.11 |
847 | 2024-11-15T19:42:30.422Z | Downloaded predicates-tree v1.0.11 |
848 | 2024-11-15T19:42:30.424Z | Downloaded rfc6979 v0.4.0 |
849 | 2024-11-15T19:42:30.424Z | Downloaded predicates-core v1.0.8 |
850 | 2024-11-15T19:42:30.427Z | Downloaded predicates v3.1.2 |
851 | 2024-11-15T19:42:30.429Z | Downloaded sigpipe v0.1.3 |
852 | 2024-11-15T19:42:30.432Z | Downloaded phf_shared v0.11.2 |
853 | 2024-11-15T19:42:30.432Z | Downloaded phf_generator v0.11.2 |
854 | 2024-11-15T19:42:30.434Z | Downloaded omicron-zone-package v0.11.1 |
855 | 2024-11-15T19:42:30.437Z | Downloaded phf_codegen v0.11.2 |
856 | 2024-11-15T19:42:30.439Z | Downloaded waitgroup v0.1.2 |
857 | 2024-11-15T19:42:30.439Z | Downloaded ron v0.7.1 |
858 | 2024-11-15T19:42:30.443Z | Downloaded peg v0.8.4 |
859 | 2024-11-15T19:42:30.448Z | Downloaded simd-adler32 v0.3.7 |
860 | 2024-11-15T19:42:30.450Z | Downloaded oso v0.27.3 |
861 | 2024-11-15T19:42:30.453Z | Downloaded rsa v0.9.6 |
862 | 2024-11-15T19:42:30.459Z | Downloaded aws-lc-rs v1.10.0 |
863 | 2024-11-15T19:42:30.469Z | Downloaded nodrop v0.1.14 |
864 | 2024-11-15T19:42:30.471Z | Downloaded serde_derive_internals v0.29.1 |
865 | 2024-11-15T19:42:30.474Z | Downloaded rand_xorshift v0.3.0 |
866 | 2024-11-15T19:42:30.474Z | Downloaded tokio-native-tls v0.3.1 |
867 | 2024-11-15T19:42:30.476Z | Downloaded tui-tree-widget v0.22.0 |
868 | 2024-11-15T19:42:30.477Z | Downloaded tracing-attributes v0.1.27 |
869 | 2024-11-15T19:42:30.479Z | Downloaded rustls-pemfile v2.2.0 |
870 | 2024-11-15T19:42:30.482Z | Downloaded writeable v0.5.5 |
871 | 2024-11-15T19:42:30.484Z | Downloaded unarray v0.1.4 |
872 | 2024-11-15T19:42:30.486Z | Downloaded progenitor v0.8.0 |
873 | 2024-11-15T19:42:30.486Z | Downloaded pin-project-internal v1.1.6 |
874 | 2024-11-15T19:42:30.488Z | Downloaded elliptic-curve v0.13.8 |
875 | 2024-11-15T19:42:30.493Z | Downloaded idna v0.5.0 |
876 | 2024-11-15T19:42:30.500Z | Downloaded fragile v2.0.0 |
877 | 2024-11-15T19:42:30.503Z | Downloaded hashlink v0.9.1 |
878 | 2024-11-15T19:42:30.505Z | Downloaded idna v0.2.3 |
879 | 2024-11-15T19:42:30.512Z | Downloaded rustls-pki-types v1.9.0 |
880 | 2024-11-15T19:42:30.516Z | Downloaded tokio-tungstenite v0.21.0 |
881 | 2024-11-15T19:42:30.518Z | Downloaded steno v0.4.1 |
882 | 2024-11-15T19:42:30.522Z | Downloaded openssl-sys v0.9.104 |
883 | 2024-11-15T19:42:30.528Z | Downloaded x509-cert v0.2.5 |
884 | 2024-11-15T19:42:30.535Z | Downloaded walkdir v2.5.0 |
885 | 2024-11-15T19:42:30.537Z | Downloaded futures-util v0.3.31 |
886 | 2024-11-15T19:42:30.550Z | Downloaded der_derive v0.7.3 |
887 | 2024-11-15T19:42:30.552Z | Downloaded slog v2.7.0 |
888 | 2024-11-15T19:42:30.555Z | Downloaded tokio-rustls v0.24.1 |
889 | 2024-11-15T19:42:30.557Z | Downloaded vte v0.11.1 |
890 | 2024-11-15T19:42:30.560Z | Downloaded typed-path v0.9.3 |
891 | 2024-11-15T19:42:30.566Z | Downloaded ron v0.8.1 |
892 | 2024-11-15T19:42:30.572Z | Downloaded hashbrown v0.13.2 |
893 | 2024-11-15T19:42:30.576Z | Downloaded chrono v0.4.38 |
894 | 2024-11-15T19:42:30.584Z | Downloaded tokio-stream v0.1.16 |
895 | 2024-11-15T19:42:30.589Z | Downloaded bitvec v1.0.1 |
896 | 2024-11-15T19:42:30.606Z | Downloaded similar v2.6.0 |
897 | 2024-11-15T19:42:30.611Z | Downloaded tracing-core v0.1.32 |
898 | 2024-11-15T19:42:30.614Z | Downloaded tracing v0.1.40 |
899 | 2024-11-15T19:42:30.619Z | Downloaded flume v0.11.1 |
900 | 2024-11-15T19:42:30.623Z | Downloaded heapless v0.8.0 |
901 | 2024-11-15T19:42:30.628Z | Downloaded h2 v0.4.6 |
902 | 2024-11-15T19:42:30.635Z | Downloaded tokio-postgres v0.7.12 |
903 | 2024-11-15T19:42:30.640Z | Downloaded ssh-key v0.6.6 |
904 | 2024-11-15T19:42:30.648Z | Downloaded num-bigint v0.4.6 |
905 | 2024-11-15T19:42:30.654Z | Downloaded winnow v0.5.40 |
906 | 2024-11-15T19:42:30.663Z | Downloaded rusqlite v0.32.1 |
907 | 2024-11-15T19:42:30.671Z | Downloaded rayon v1.10.0 |
908 | 2024-11-15T19:42:30.681Z | Downloaded zip v2.1.3 |
909 | 2024-11-15T19:42:30.687Z | Downloaded salty v0.3.0 |
910 | 2024-11-15T19:42:30.693Z | Downloaded unicode-segmentation v1.12.0 |
911 | 2024-11-15T19:42:30.697Z | Downloaded hashbrown v0.14.5 |
912 | 2024-11-15T19:42:30.702Z | Downloaded lalrpop v0.19.12 |
913 | 2024-11-15T19:42:30.715Z | Downloaded quick-xml v0.33.0 |
914 | 2024-11-15T19:42:30.728Z | Downloaded icu_properties_data v1.5.0 |
915 | 2024-11-15T19:42:30.734Z | Downloaded reqwest v0.12.9 |
916 | 2024-11-15T19:42:30.742Z | Downloaded regex v1.11.1 |
917 | 2024-11-15T19:42:30.757Z | Downloaded toml_edit v0.19.15 |
918 | 2024-11-15T19:42:30.773Z | Downloaded sqlparser v0.45.0 |
919 | 2024-11-15T19:42:30.778Z | Downloaded quinn-proto v0.11.8 |
920 | 2024-11-15T19:42:30.785Z | Downloaded petname v2.0.2 |
921 | 2024-11-15T19:42:30.791Z | Downloaded regex-syntax v0.6.29 |
922 | 2024-11-15T19:42:30.800Z | Downloaded openssl v0.10.68 |
923 | 2024-11-15T19:42:30.811Z | Downloaded git2 v0.19.0 |
924 | 2024-11-15T19:42:30.819Z | Downloaded smoltcp v0.11.0 |
925 | 2024-11-15T19:42:30.832Z | Downloaded rustls-webpki v0.101.7 |
926 | 2024-11-15T19:42:30.847Z | Downloaded radix_trie v0.2.1 |
927 | 2024-11-15T19:42:30.853Z | Downloaded p384 v0.13.0 |
928 | 2024-11-15T19:42:30.859Z | Downloaded nix v0.29.0 |
929 | 2024-11-15T19:42:30.873Z | Downloaded openapiv3 v2.0.0 |
930 | 2024-11-15T19:42:30.885Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
931 | 2024-11-15T19:42:30.898Z | Downloaded trust-dns-proto v0.22.0 |
932 | 2024-11-15T19:42:30.910Z | Downloaded dropshot v0.12.0 |
933 | 2024-11-15T19:42:30.931Z | Downloaded nix v0.28.0 |
934 | 2024-11-15T19:42:30.943Z | Downloaded rustls v0.21.12 |
935 | 2024-11-15T19:42:30.953Z | Downloaded regress v0.10.1 |
936 | 2024-11-15T19:42:30.962Z | Downloaded diesel v2.2.4 |
937 | 2024-11-15T19:42:30.982Z | Downloaded nix v0.27.1 |
938 | 2024-11-15T19:42:30.993Z | Downloaded rustls v0.22.4 |
939 | 2024-11-15T19:42:31.006Z | Downloaded gimli v0.31.1 |
940 | 2024-11-15T19:42:31.015Z | Downloaded rustls v0.23.14 |
941 | 2024-11-15T19:42:31.027Z | Downloaded object v0.36.5 |
942 | 2024-11-15T19:42:31.039Z | Downloaded ratatui v0.28.1 |
943 | 2024-11-15T19:42:31.059Z | Downloaded typify-impl v0.2.0 |
944 | 2024-11-15T19:42:31.074Z | Downloaded webpki-roots v0.26.6 |
945 | 2024-11-15T19:42:31.077Z | Downloaded polar-core v0.27.3 |
946 | 2024-11-15T19:42:31.087Z | Downloaded object v0.30.4 |
947 | 2024-11-15T19:42:31.097Z | Downloaded dropshot v0.13.0 |
948 | 2024-11-15T19:42:31.119Z | Downloaded sled v0.34.7 |
949 | 2024-11-15T19:42:31.129Z | Downloaded regress v0.9.1 |
950 | 2024-11-15T19:42:31.137Z | Downloaded bstr v1.10.0 |
951 | 2024-11-15T19:42:31.148Z | Downloaded proptest v1.5.0 |
952 | 2024-11-15T19:42:31.158Z | Downloaded unicode-width v0.2.0 |
953 | 2024-11-15T19:42:31.164Z | Downloaded idna v0.4.0 |
954 | 2024-11-15T19:42:31.171Z | Downloaded idna v0.3.0 |
955 | 2024-11-15T19:42:31.178Z | Downloaded zerocopy-derive v0.6.6 |
956 | 2024-11-15T19:42:31.188Z | Downloaded vcpkg v0.2.15 |
957 | 2024-11-15T19:42:31.227Z | Downloaded curve25519-dalek v4.1.3 |
958 | 2024-11-15T19:42:31.236Z | Downloaded flate2 v1.0.34 |
959 | 2024-11-15T19:42:31.241Z | Downloaded csv v1.3.0 |
960 | 2024-11-15T19:42:31.261Z | Downloaded regex-automata v0.4.8 |
961 | 2024-11-15T19:42:31.278Z | Downloaded portable-atomic v1.9.0 |
962 | 2024-11-15T19:42:31.285Z | Downloaded rustls-webpki v0.102.8 |
963 | 2024-11-15T19:42:31.303Z | Downloaded rustyline v14.0.0 |
964 | 2024-11-15T19:42:31.308Z | Downloaded petgraph v0.6.5 |
965 | 2024-11-15T19:42:31.325Z | Downloaded serde_yaml v0.9.34+deprecated |
966 | 2024-11-15T19:42:31.329Z | Downloaded rand v0.8.5 |
967 | 2024-11-15T19:42:31.332Z | Downloaded hashbrown v0.12.3 |
968 | 2024-11-15T19:42:31.336Z | Downloaded p521 v0.13.3 |
969 | 2024-11-15T19:42:31.340Z | Downloaded lzma-sys v0.1.20 |
970 | 2024-11-15T19:42:31.370Z | Downloaded num-bigint-dig v0.8.4 |
971 | 2024-11-15T19:42:31.374Z | Downloaded time v0.3.36 |
972 | 2024-11-15T19:42:31.381Z | Downloaded quinn v0.11.5 |
973 | 2024-11-15T19:42:31.384Z | Downloaded serde_with v3.11.0 |
974 | 2024-11-15T19:42:31.393Z | Downloaded hickory-proto v0.24.1 |
975 | 2024-11-15T19:42:31.409Z | Downloaded libz-sys v1.1.20 |
976 | 2024-11-15T19:42:31.429Z | Downloaded chrono-tz v0.10.0 |
977 | 2024-11-15T19:42:31.436Z | Downloaded ghash v0.5.1 |
978 | 2024-11-15T19:42:31.439Z | Downloaded signature v2.2.0 |
979 | 2024-11-15T19:42:31.439Z | Downloaded rand_seeder v0.3.0 |
980 | 2024-11-15T19:42:31.441Z | Downloaded progenitor-macro v0.8.0 |
981 | 2024-11-15T19:42:31.442Z | Downloaded defmt v0.3.8 |
982 | 2024-11-15T19:42:31.444Z | Downloaded native-tls v0.2.12 |
983 | 2024-11-15T19:42:31.447Z | Downloaded multer v3.1.0 |
984 | 2024-11-15T19:42:31.450Z | Downloaded tokio v1.40.0 |
985 | 2024-11-15T19:42:31.487Z | Downloaded peg-macros v0.8.4 |
986 | 2024-11-15T19:42:31.489Z | Downloaded sha3 v0.10.8 |
987 | 2024-11-15T19:42:31.493Z | Downloaded socket2 v0.5.7 |
988 | 2024-11-15T19:42:31.495Z | Downloaded regex-syntax v0.8.5 |
989 | 2024-11-15T19:42:31.503Z | Downloaded debug-ignore v1.0.5 |
990 | 2024-11-15T19:42:31.506Z | Downloaded parking_lot v0.11.2 |
991 | 2024-11-15T19:42:31.508Z | Downloaded pin-project v1.1.6 |
992 | 2024-11-15T19:42:31.518Z | Downloaded dhcproto v0.12.0 |
993 | 2024-11-15T19:42:31.520Z | Downloaded expectorate v1.1.0 |
994 | 2024-11-15T19:42:31.523Z | Downloaded der v0.7.9 |
995 | 2024-11-15T19:42:31.528Z | Downloaded pbkdf2 v0.11.0 |
996 | 2024-11-15T19:42:31.531Z | Downloaded nu-ansi-term v0.50.1 |
997 | 2024-11-15T19:42:31.533Z | Downloaded globset v0.4.15 |
998 | 2024-11-15T19:42:31.535Z | Downloaded vsss-rs v3.3.4 |
999 | 2024-11-15T19:42:31.538Z | Downloaded pbkdf2 v0.12.2 |
1000 | 2024-11-15T19:42:31.541Z | Downloaded num-rational v0.4.2 |
1001 | 2024-11-15T19:42:31.541Z | Downloaded russh v0.45.0 |
1002 | 2024-11-15T19:42:31.545Z | Downloaded hyper v1.5.0 |
1003 | 2024-11-15T19:42:31.552Z | Downloaded tungstenite v0.21.0 |
1004 | 2024-11-15T19:42:31.555Z | Downloaded nom v7.1.3 |
1005 | 2024-11-15T19:42:31.561Z | Downloaded static_assertions v1.1.0 |
1006 | 2024-11-15T19:42:31.563Z | Downloaded smoltcp v0.9.1 |
1007 | 2024-11-15T19:42:31.573Z | Downloaded reedline v0.35.0 |
1008 | 2024-11-15T19:42:31.580Z | Downloaded encoding_rs v0.8.34 |
1009 | 2024-11-15T19:42:31.602Z | Downloaded russh-keys v0.45.0 |
1010 | 2024-11-15T19:42:31.604Z | Downloaded p256 v0.13.2 |
1011 | 2024-11-15T19:42:31.607Z | Downloaded parse-zoneinfo v0.3.1 |
1012 | 2024-11-15T19:42:31.610Z | Downloaded float-cmp v0.9.0 |
1013 | 2024-11-15T19:42:31.613Z | Downloaded rustc-demangle v0.1.24 |
1014 | 2024-11-15T19:42:31.613Z | Downloaded itertools v0.12.1 |
1015 | 2024-11-15T19:42:31.619Z | Downloaded rustc-hash v1.1.0 |
1016 | 2024-11-15T19:42:31.621Z | Downloaded dhcproto-macros v0.1.0 |
1017 | 2024-11-15T19:42:31.621Z | Downloaded num-integer v0.1.46 |
1018 | 2024-11-15T19:42:31.624Z | Downloaded num-derive v0.4.2 |
1019 | 2024-11-15T19:42:31.624Z | Downloaded spki v0.7.3 |
1020 | 2024-11-15T19:42:31.627Z | Downloaded spin v0.9.8 |
1021 | 2024-11-15T19:42:31.630Z | Downloaded postcard v1.0.10 |
1022 | 2024-11-15T19:42:31.632Z | Downloaded password-hash v0.4.2 |
1023 | 2024-11-15T19:42:31.635Z | Downloaded parking_lot v0.12.3 |
1024 | 2024-11-15T19:42:31.637Z | Downloaded num-traits v0.2.19 |
1025 | 2024-11-15T19:42:31.640Z | Downloaded headers v0.4.0 |
1026 | 2024-11-15T19:42:31.644Z | Downloaded libm v0.2.8 |
1027 | 2024-11-15T19:42:31.652Z | Downloaded futures-macro v0.3.31 |
1028 | 2024-11-15T19:42:31.654Z | Downloaded futures-io v0.3.31 |
1029 | 2024-11-15T19:42:31.654Z | Downloaded zerofrom-derive v0.1.4 |
1030 | 2024-11-15T19:42:31.657Z | Downloaded sct v0.7.1 |
1031 | 2024-11-15T19:42:31.659Z | Downloaded publicsuffix v2.2.3 |
1032 | 2024-11-15T19:42:31.662Z | Downloaded russh-cryptovec v0.7.3 |
1033 | 2024-11-15T19:42:31.662Z | Downloaded rtoolbox v0.0.2 |
1034 | 2024-11-15T19:42:31.665Z | Downloaded resolv-conf v0.7.0 |
1035 | 2024-11-15T19:42:31.665Z | Downloaded ppv-lite86 v0.2.20 |
1036 | 2024-11-15T19:42:31.667Z | Downloaded slab v0.4.9 |
1037 | 2024-11-15T19:42:31.667Z | Downloaded dropshot_endpoint v0.13.0 |
1038 | 2024-11-15T19:42:31.671Z | Downloaded defmt-macros v0.3.9 |
1039 | 2024-11-15T19:42:31.674Z | Downloaded time-macros v0.2.18 |
1040 | 2024-11-15T19:42:31.677Z | Downloaded prettyplease v0.2.25 |
1041 | 2024-11-15T19:42:31.680Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1042 | 2024-11-15T19:42:31.737Z | Downloaded thread_local v1.1.8 |
1043 | 2024-11-15T19:42:31.754Z | Downloaded semver v0.1.20 |
1044 | 2024-11-15T19:42:31.755Z | Downloaded secrecy v0.8.0 |
1045 | 2024-11-15T19:42:31.755Z | Downloaded sec1 v0.7.3 |
1046 | 2024-11-15T19:42:31.755Z | Downloaded dirs-next v2.0.0 |
1047 | 2024-11-15T19:42:31.755Z | Downloaded polyval v0.6.2 |
1048 | 2024-11-15T19:42:31.755Z | Downloaded paste v1.0.15 |
1049 | 2024-11-15T19:42:31.763Z | Downloaded fallible-iterator v0.2.0 |
1050 | 2024-11-15T19:42:31.763Z | Downloaded zopfli v0.8.1 |
1051 | 2024-11-15T19:42:31.763Z | Downloaded minimal-lexical v0.2.1 |
1052 | 2024-11-15T19:42:31.764Z | Downloaded heck v0.3.3 |
1053 | 2024-11-15T19:42:31.764Z | Downloaded rayon-core v1.12.1 |
1054 | 2024-11-15T19:42:31.764Z | Downloaded compact_str v0.8.0 |
1055 | 2024-11-15T19:42:31.764Z | Downloaded slog-term v2.9.1 |
1056 | 2024-11-15T19:42:31.773Z | Downloaded dropshot_endpoint v0.12.0 |
1057 | 2024-11-15T19:42:31.773Z | Downloaded qorb v0.2.0 |
1058 | 2024-11-15T19:42:31.773Z | Downloaded const_format v0.2.33 |
1059 | 2024-11-15T19:42:31.777Z | Downloaded postgres-types v0.2.8 |
1060 | 2024-11-15T19:42:31.779Z | Downloaded stringprep v0.1.5 |
1061 | 2024-11-15T19:42:31.784Z | Downloaded parking_lot_core v0.8.6 |
1062 | 2024-11-15T19:42:31.787Z | Downloaded bumpalo v3.16.0 |
1063 | 2024-11-15T19:42:31.789Z | Downloaded crossbeam-channel v0.5.13 |
1064 | 2024-11-15T19:42:31.791Z | Downloaded fs_extra v1.3.0 |
1065 | 2024-11-15T19:42:31.794Z | Downloaded yoke v0.7.4 |
1066 | 2024-11-15T19:42:31.796Z | Downloaded base64 v0.22.1 |
1067 | 2024-11-15T19:42:31.799Z | Downloaded dyn-clone v1.0.17 |
1068 | 2024-11-15T19:42:31.801Z | Downloaded dunce v1.0.5 |
1069 | 2024-11-15T19:42:31.804Z | Downloaded itertools v0.10.5 |
1070 | 2024-11-15T19:42:31.807Z | Downloaded tokio-tungstenite v0.24.0 |
1071 | 2024-11-15T19:42:31.810Z | Downloaded unicode-properties v0.1.3 |
1072 | 2024-11-15T19:42:31.814Z | Downloaded unicode-bidi v0.3.17 |
1073 | 2024-11-15T19:42:31.817Z | Downloaded subprocess v0.2.9 |
1074 | 2024-11-15T19:42:31.817Z | Downloaded tungstenite v0.24.0 |
1075 | 2024-11-15T19:42:31.820Z | Downloaded tokio-rustls v0.26.0 |
1076 | 2024-11-15T19:42:31.822Z | Downloaded universal-hash v0.5.1 |
1077 | 2024-11-15T19:42:31.823Z | Downloaded parking_lot_core v0.9.10 |
1078 | 2024-11-15T19:42:31.825Z | Downloaded progenitor-impl v0.8.0 |
1079 | 2024-11-15T19:42:31.827Z | Downloaded serde_repr v0.1.19 |
1080 | 2024-11-15T19:42:31.830Z | Downloaded ref-cast v1.0.23 |
1081 | 2024-11-15T19:42:31.832Z | Downloaded serde_path_to_error v0.1.16 |
1082 | 2024-11-15T19:42:31.835Z | Downloaded derive_builder v0.20.2 |
1083 | 2024-11-15T19:42:31.838Z | Downloaded hickory-server v0.24.1 |
1084 | 2024-11-15T19:42:31.843Z | Downloaded bytes v1.8.0 |
1085 | 2024-11-15T19:42:31.846Z | Downloaded quick-error v1.2.3 |
1086 | 2024-11-15T19:42:31.849Z | Downloaded phf v0.11.2 |
1087 | 2024-11-15T19:42:31.851Z | Downloaded percent-encoding v2.3.1 |
1088 | 2024-11-15T19:42:31.851Z | Downloaded pem v3.0.4 |
1089 | 2024-11-15T19:42:31.851Z | Downloaded parse-display v0.10.0 |
1090 | 2024-11-15T19:42:31.854Z | Downloaded form_urlencoded v1.2.1 |
1091 | 2024-11-15T19:42:31.854Z | Downloaded quinn-udp v0.5.5 |
1092 | 2024-11-15T19:42:31.857Z | Downloaded futures-task v0.3.31 |
1093 | 2024-11-15T19:42:31.857Z | Downloaded topological-sort v0.2.2 |
1094 | 2024-11-15T19:42:31.857Z | Downloaded icu_locid_transform_data v1.5.0 |
1095 | 2024-11-15T19:42:31.860Z | Downloaded crc-any v2.5.0 |
1096 | 2024-11-15T19:42:31.863Z | Downloaded const-oid v0.9.6 |
1097 | 2024-11-15T19:42:31.863Z | Downloaded displaydoc v0.2.5 |
1098 | 2024-11-15T19:42:31.866Z | Downloaded ref-cast-impl v1.0.23 |
1099 | 2024-11-15T19:42:31.868Z | Downloaded utf-8 v0.7.6 |
1100 | 2024-11-15T19:42:31.868Z | Downloaded strum_macros v0.25.3 |
1101 | 2024-11-15T19:42:31.871Z | Downloaded icu_locid v1.5.0 |
1102 | 2024-11-15T19:42:31.874Z | Downloaded cookie_store v0.21.0 |
1103 | 2024-11-15T19:42:31.876Z | Downloaded hickory-client v0.24.1 |
1104 | 2024-11-15T19:42:31.879Z | Downloaded rustc_version v0.1.7 |
1105 | 2024-11-15T19:42:31.882Z | Downloaded chacha20 v0.9.1 |
1106 | 2024-11-15T19:42:31.882Z | Downloaded ipnet v2.10.1 |
1107 | 2024-11-15T19:42:31.885Z | Downloaded derive_builder_macro v0.20.2 |
1108 | 2024-11-15T19:42:31.885Z | Downloaded iana-time-zone v0.1.61 |
1109 | 2024-11-15T19:42:31.888Z | Downloaded enum-as-inner v0.5.1 |
1110 | 2024-11-15T19:42:31.888Z | Downloaded xz2 v0.1.7 |
1111 | 2024-11-15T19:42:31.891Z | Downloaded hickory-resolver v0.24.1 |
1112 | 2024-11-15T19:42:31.894Z | Downloaded backoff v0.4.0 |
1113 | 2024-11-15T19:42:31.896Z | Downloaded curve25519-dalek-derive v0.1.1 |
1114 | 2024-11-15T19:42:31.899Z | Downloaded cbc v0.1.2 |
1115 | 2024-11-15T19:42:31.899Z | Downloaded rand_core v0.6.4 |
1116 | 2024-11-15T19:42:31.902Z | Downloaded rand_chacha v0.3.1 |
1117 | 2024-11-15T19:42:31.902Z | Downloaded utf16_iter v1.0.5 |
1118 | 2024-11-15T19:42:31.904Z | Downloaded memoffset v0.9.1 |
1119 | 2024-11-15T19:42:31.904Z | Downloaded cmake v0.1.51 |
1120 | 2024-11-15T19:42:31.904Z | Downloaded aes-gcm v0.10.3 |
1121 | 2024-11-15T19:42:31.907Z | Downloaded constant_time_eq v0.3.1 |
1122 | 2024-11-15T19:42:31.910Z | Downloaded block-padding v0.3.3 |
1123 | 2024-11-15T19:42:31.910Z | Downloaded maybe-uninit v2.0.0 |
1124 | 2024-11-15T19:42:31.912Z | Downloaded is-terminal v0.4.13 |
1125 | 2024-11-15T19:42:31.912Z | Downloaded colored v2.1.0 |
1126 | 2024-11-15T19:42:31.914Z | Downloaded ciborium-ll v0.2.2 |
1127 | 2024-11-15T19:42:31.917Z | Downloaded cexpr v0.6.0 |
1128 | 2024-11-15T19:42:31.917Z | Downloaded bit-vec v0.6.3 |
1129 | 2024-11-15T19:42:31.919Z | Downloaded bit-set v0.5.3 |
1130 | 2024-11-15T19:42:31.919Z | Downloaded bcrypt-pbkdf v0.10.0 |
1131 | 2024-11-15T19:42:31.921Z | Downloaded linked-hash-map v0.5.6 |
1132 | 2024-11-15T19:42:31.921Z | Downloaded instability v0.3.2 |
1133 | 2024-11-15T19:42:31.924Z | Downloaded inout v0.1.3 |
1134 | 2024-11-15T19:42:31.924Z | Downloaded hmac v0.12.1 |
1135 | 2024-11-15T19:42:31.926Z | Downloaded convert_case v0.4.0 |
1136 | 2024-11-15T19:42:31.926Z | Downloaded bitfield-struct v0.6.2 |
1137 | 2024-11-15T19:42:31.929Z | Downloaded icu_provider_macros v1.5.0 |
1138 | 2024-11-15T19:42:31.929Z | Downloaded icu_locid_transform v1.5.0 |
1139 | 2024-11-15T19:42:31.931Z | Downloaded cookie v0.18.1 |
1140 | 2024-11-15T19:42:31.934Z | Downloaded arc-swap v1.7.1 |
1141 | 2024-11-15T19:42:31.937Z | Downloaded highway v1.2.0 |
1142 | 2024-11-15T19:42:31.940Z | Downloaded maplit v1.0.2 |
1143 | 2024-11-15T19:42:31.943Z | Downloaded lazy_static v1.5.0 |
1144 | 2024-11-15T19:42:31.943Z | Downloaded ipnetwork v0.20.0 |
1145 | 2024-11-15T19:42:31.943Z | Downloaded const_format_proc_macros v0.2.33 |
1146 | 2024-11-15T19:42:31.946Z | Downloaded console v0.15.8 |
1147 | 2024-11-15T19:42:31.949Z | Downloaded bitfield v0.14.0 |
1148 | 2024-11-15T19:42:31.952Z | Downloaded cipher v0.4.4 |
1149 | 2024-11-15T19:42:31.952Z | Downloaded ciborium v0.2.2 |
1150 | 2024-11-15T19:42:31.954Z | Downloaded castaway v0.2.3 |
1151 | 2024-11-15T19:42:31.954Z | Downloaded buf-list v1.0.3 |
1152 | 2024-11-15T19:42:31.957Z | Downloaded async-trait v0.1.83 |
1153 | 2024-11-15T19:42:32.064Z | Downloaded libsqlite3-sys v0.30.1 |
1154 | 2024-11-15T19:42:32.223Z | Downloaded ring v0.17.8 |
1155 | 2024-11-15T19:42:32.389Z | Downloaded ring v0.16.20 |
1156 | 2024-11-15T19:42:32.602Z | Downloaded aws-lc-sys v0.22.0 |
1157 | 2024-11-15T19:42:32.906Z | Compiling serde v1.0.215 |
1158 | 2024-11-15T19:42:32.908Z | Compiling lock_api v0.4.12 |
1159 | 2024-11-15T19:42:32.908Z | Compiling scopeguard v1.2.0 |
1160 | 2024-11-15T19:42:32.908Z | Compiling value-bag v1.9.0 |
1161 | 2024-11-15T19:42:32.908Z | Compiling typenum v1.17.0 |
1162 | 2024-11-15T19:42:33.060Z | Compiling generic-array v0.14.7 |
1163 | 2024-11-15T19:42:33.102Z | Compiling syn v2.0.87 |
1164 | 2024-11-15T19:42:33.116Z | Compiling getrandom v0.2.15 |
1165 | 2024-11-15T19:42:33.253Z | Compiling shlex v1.3.0 |
1166 | 2024-11-15T19:42:33.421Z | Compiling rand_core v0.6.4 |
1167 | 2024-11-15T19:42:33.618Z | Compiling log v0.4.22 |
1168 | 2024-11-15T19:42:33.658Z | Compiling subtle v2.6.1 |
1169 | 2024-11-15T19:42:33.688Z | Compiling jobserver v0.1.32 |
1170 | 2024-11-15T19:42:33.741Z | Compiling smallvec v1.13.2 |
1171 | 2024-11-15T19:42:33.974Z | Compiling const-oid v0.9.6 |
1172 | 2024-11-15T19:42:34.019Z | Compiling spin v0.9.8 |
1173 | 2024-11-15T19:42:34.025Z | Compiling pin-project-lite v0.2.14 |
1174 | 2024-11-15T19:42:34.162Z | Compiling cc v1.1.30 |
1175 | 2024-11-15T19:42:34.191Z | Compiling rustix v0.38.37 |
1176 | 2024-11-15T19:42:34.414Z | Compiling parking_lot_core v0.9.10 |
1177 | 2024-11-15T19:42:34.572Z | Compiling futures-core v0.3.31 |
1178 | 2024-11-15T19:42:34.691Z | Compiling signal-hook-registry v1.4.2 |
1179 | 2024-11-15T19:42:34.843Z | Compiling mio v1.0.2 |
1180 | 2024-11-15T19:42:35.128Z | Compiling aho-corasick v1.1.3 |
1181 | 2024-11-15T19:42:35.541Z | Compiling parking_lot v0.12.3 |
1182 | 2024-11-15T19:42:35.566Z | Compiling either v1.13.0 |
1183 | 2024-11-15T19:42:35.752Z | Compiling regex-syntax v0.8.5 |
1184 | 2024-11-15T19:42:35.976Z | Compiling cpufeatures v0.2.14 |
1185 | 2024-11-15T19:42:36.018Z | Compiling lazy_static v1.5.0 |
1186 | 2024-11-15T19:42:36.037Z | Compiling futures-sink v0.3.31 |
1187 | 2024-11-15T19:42:36.084Z | Compiling glob v0.3.1 |
1188 | 2024-11-15T19:42:36.138Z | Compiling stable_deref_trait v1.2.0 |
1189 | 2024-11-15T19:42:36.193Z | Compiling socket2 v0.5.7 |
1190 | 2024-11-15T19:42:36.244Z | Compiling slab v0.4.9 |
1191 | 2024-11-15T19:42:36.431Z | Compiling prettyplease v0.2.25 |
1192 | 2024-11-15T19:42:36.691Z | Compiling minimal-lexical v0.2.1 |
1193 | 2024-11-15T19:42:37.048Z | Compiling libloading v0.8.5 |
1194 | 2024-11-15T19:42:37.068Z | Compiling clang-sys v1.8.1 |
1195 | 2024-11-15T19:42:37.185Z | Compiling nom v7.1.3 |
1196 | 2024-11-15T19:42:37.205Z | Compiling serde_json v1.0.132 |
1197 | 2024-11-15T19:42:37.524Z | Compiling bindgen v0.69.5 |
1198 | 2024-11-15T19:42:37.542Z | Compiling home v0.5.9 |
1199 | 2024-11-15T19:42:37.870Z | Compiling futures-channel v0.3.31 |
1200 | 2024-11-15T19:42:38.303Z | Compiling itertools v0.12.1 |
1201 | 2024-11-15T19:42:38.357Z | Compiling lazycell v1.3.0 |
1202 | 2024-11-15T19:42:38.524Z | Compiling allocator-api2 v0.2.18 |
1203 | 2024-11-15T19:42:38.544Z | Compiling pin-utils v0.1.0 |
1204 | 2024-11-15T19:42:38.646Z | Compiling rustc-hash v1.1.0 |
1205 | 2024-11-15T19:42:38.802Z | Compiling foldhash v0.1.3 |
1206 | 2024-11-15T19:42:39.129Z | Compiling futures-io v0.3.31 |
1207 | 2024-11-15T19:42:39.348Z | Compiling futures-task v0.3.31 |
1208 | 2024-11-15T19:42:39.434Z | Compiling regex-automata v0.4.8 |
1209 | 2024-11-15T19:42:39.655Z | Compiling hashbrown v0.15.0 |
1210 | 2024-11-15T19:42:40.754Z | Compiling cexpr v0.6.0 |
1211 | 2024-11-15T19:42:40.939Z | Compiling synstructure v0.13.1 |
1212 | 2024-11-15T19:42:41.491Z | Compiling cmake v0.1.51 |
1213 | 2024-11-15T19:42:42.550Z | Compiling libm v0.2.8 |
1214 | 2024-11-15T19:42:42.552Z | Compiling fs_extra v1.3.0 |
1215 | 2024-11-15T19:42:42.661Z | Compiling pkg-config v0.3.31 |
1216 | 2024-11-15T19:42:42.683Z | Compiling dunce v1.0.5 |
1217 | 2024-11-15T19:42:42.819Z | Compiling tinyvec_macros v0.1.1 |
1218 | 2024-11-15T19:42:42.902Z | Compiling tinyvec v1.8.0 |
1219 | 2024-11-15T19:42:42.922Z | Compiling num-traits v0.2.19 |
1220 | 2024-11-15T19:42:43.422Z | Compiling ring v0.17.8 |
1221 | 2024-11-15T19:42:44.183Z | Compiling base64ct v1.6.0 |
1222 | 2024-11-15T19:42:44.275Z | Compiling paste v1.0.15 |
1223 | 2024-11-15T19:42:44.427Z | Compiling unicode-normalization v0.1.24 |
1224 | 2024-11-15T19:42:44.521Z | Compiling unicode-bidi v0.3.17 |
1225 | 2024-11-15T19:42:44.546Z | Compiling litemap v0.7.3 |
1226 | 2024-11-15T19:42:44.780Z | Compiling writeable v0.5.5 |
1227 | 2024-11-15T19:42:44.879Z | Compiling pem-rfc7468 v0.7.0 |
1228 | 2024-11-15T19:42:45.362Z | Compiling regex v1.11.1 |
1229 | 2024-11-15T19:42:45.555Z | Compiling httparse v1.9.5 |
1230 | 2024-11-15T19:42:45.818Z | Compiling aws-lc-rs v1.10.0 |
1231 | 2024-11-15T19:42:46.206Z | Compiling flagset v0.4.6 |
1232 | 2024-11-15T19:42:46.402Z | Compiling tracing-core v0.1.32 |
1233 | 2024-11-15T19:42:46.404Z | Compiling icu_locid_transform_data v1.5.0 |
1234 | 2024-11-15T19:42:46.521Z | Compiling crossbeam-utils v0.8.20 |
1235 | 2024-11-15T19:42:47.087Z | Compiling percent-encoding v2.3.1 |
1236 | 2024-11-15T19:42:47.402Z | Compiling rustls-pki-types v1.9.0 |
1237 | 2024-11-15T19:42:47.497Z | Compiling num-conv v0.1.0 |
1238 | 2024-11-15T19:42:47.720Z | Compiling untrusted v0.7.1 |
1239 | 2024-11-15T19:42:47.749Z | Compiling serde_derive v1.0.215 |
1240 | 2024-11-15T19:42:47.772Z | Compiling zeroize_derive v1.4.2 |
1241 | 2024-11-15T19:42:47.878Z | Compiling zerocopy-derive v0.7.35 |
1242 | 2024-11-15T19:42:48.205Z | Compiling tokio-macros v2.4.0 |
1243 | 2024-11-15T19:42:48.470Z | Compiling zerofrom-derive v0.1.4 |
1244 | 2024-11-15T19:42:49.275Z | Compiling zeroize v1.8.1 |
1245 | 2024-11-15T19:42:49.770Z | Compiling yoke-derive v0.7.4 |
1246 | 2024-11-15T19:42:49.807Z | Compiling thiserror-impl v1.0.69 |
1247 | 2024-11-15T19:42:50.104Z | Compiling zerocopy v0.7.35 |
1248 | 2024-11-15T19:42:51.048Z | Compiling crypto-common v0.1.6 |
1249 | 2024-11-15T19:42:51.289Z | Compiling block-buffer v0.10.4 |
1250 | 2024-11-15T19:42:51.558Z | Compiling digest v0.10.7 |
1251 | 2024-11-15T19:42:51.679Z | Compiling futures-macro v0.3.31 |
1252 | 2024-11-15T19:42:52.022Z | Compiling hmac v0.12.1 |
1253 | 2024-11-15T19:42:52.108Z | Compiling zerovec-derive v0.10.3 |
1254 | 2024-11-15T19:42:52.259Z | Compiling block-padding v0.3.3 |
1255 | 2024-11-15T19:42:52.520Z | Compiling displaydoc v0.2.5 |
1256 | 2024-11-15T19:42:52.554Z | Compiling zerofrom v0.1.4 |
1257 | 2024-11-15T19:42:52.724Z | Compiling inout v0.1.3 |
1258 | 2024-11-15T19:42:52.776Z | Compiling yoke v0.7.4 |
1259 | 2024-11-15T19:42:53.010Z | Compiling cipher v0.4.4 |
1260 | 2024-11-15T19:42:53.107Z | Compiling thiserror v1.0.69 |
1261 | 2024-11-15T19:42:53.131Z | Compiling sha2 v0.10.8 |
1262 | 2024-11-15T19:42:53.243Z | Compiling ppv-lite86 v0.2.20 |
1263 | 2024-11-15T19:42:53.489Z | Compiling der_derive v0.7.3 |
1264 | 2024-11-15T19:42:53.576Z | Compiling futures-util v0.3.31 |
1265 | 2024-11-15T19:42:54.023Z | Compiling icu_provider_macros v1.5.0 |
1266 | 2024-11-15T19:42:54.197Z | Compiling rand_chacha v0.3.1 |
1267 | 2024-11-15T19:42:54.756Z | Compiling zerovec v0.10.4 |
1268 | 2024-11-15T19:42:55.164Z | Compiling tracing-attributes v0.1.27 |
1269 | 2024-11-15T19:42:55.835Z | Compiling der v0.7.9 |
1270 | 2024-11-15T19:42:56.520Z | Compiling tinystr v0.7.6 |
1271 | 2024-11-15T19:42:56.537Z | Compiling icu_collections v1.5.0 |
1272 | 2024-11-15T19:42:56.770Z | Compiling rand v0.8.5 |
1273 | 2024-11-15T19:42:56.989Z | Compiling icu_locid v1.5.0 |
1274 | 2024-11-15T19:42:58.068Z | Compiling spki v0.7.3 |
1275 | 2024-11-15T19:42:58.448Z | Compiling icu_provider v1.5.0 |
1276 | 2024-11-15T19:42:58.835Z | Compiling salsa20 v0.10.2 |
1277 | 2024-11-15T19:42:58.924Z | Compiling tracing v0.1.40 |
1278 | 2024-11-15T19:42:59.068Z | Compiling pest v2.7.14 |
1279 | 2024-11-15T19:42:59.122Z | Compiling pbkdf2 v0.12.2 |
1280 | 2024-11-15T19:42:59.286Z | Compiling icu_locid_transform v1.5.0 |
1281 | 2024-11-15T19:42:59.347Z | Compiling time-core v0.1.2 |
1282 | 2024-11-15T19:42:59.446Z | Compiling powerfmt v0.2.0 |
1283 | 2024-11-15T19:42:59.468Z | Compiling icu_properties_data v1.5.0 |
1284 | 2024-11-15T19:42:59.487Z | Compiling mirai-annotations v1.12.0 |
1285 | 2024-11-15T19:42:59.507Z | Compiling vcpkg v0.2.15 |
1286 | 2024-11-15T19:42:59.669Z | Compiling untrusted v0.9.0 |
1287 | 2024-11-15T19:42:59.717Z | Compiling deranged v0.3.11 |
1288 | 2024-11-15T19:42:59.842Z | Compiling time-macros v0.2.18 |
1289 | 2024-11-15T19:42:59.862Z | Compiling scrypt v0.11.0 |
1290 | 2024-11-15T19:43:00.437Z | Compiling icu_properties v1.5.1 |
1291 | 2024-11-15T19:43:01.207Z | Compiling bitflags v2.6.0 |
1292 | 2024-11-15T19:43:01.338Z | Compiling bytes v1.8.0 |
1293 | 2024-11-15T19:43:01.698Z | Compiling indexmap v2.6.0 |
1294 | 2024-11-15T19:43:01.959Z | Compiling semver v1.0.23 |
1295 | 2024-11-15T19:43:01.961Z | Compiling openssl-sys v0.9.104 |
1296 | 2024-11-15T19:43:02.676Z | Compiling tokio v1.40.0 |
1297 | 2024-11-15T19:43:02.791Z | Compiling http v1.1.0 |
1298 | 2024-11-15T19:43:03.076Z | Compiling rustc_version v0.4.1 |
1299 | 2024-11-15T19:43:03.134Z | Compiling pest_meta v2.7.14 |
1300 | 2024-11-15T19:43:03.917Z | Compiling cbc v0.1.2 |
1301 | 2024-11-15T19:43:04.140Z | Compiling aes v0.8.4 |
1302 | 2024-11-15T19:43:04.768Z | Compiling scroll_derive v0.12.0 |
1303 | 2024-11-15T19:43:05.319Z | Compiling icu_normalizer_data v1.5.0 |
1304 | 2024-11-15T19:43:05.431Z | Compiling write16 v1.0.0 |
1305 | 2024-11-15T19:43:05.569Z | Compiling atomic-waker v1.1.2 |
1306 | 2024-11-15T19:43:05.771Z | Compiling which v4.4.2 |
1307 | 2024-11-15T19:43:06.405Z | Compiling utf16_iter v1.0.5 |
1308 | 2024-11-15T19:43:06.575Z | Compiling utf8_iter v1.0.4 |
1309 | 2024-11-15T19:43:06.609Z | Compiling num_threads v0.1.7 |
1310 | 2024-11-15T19:43:06.747Z | Compiling time v0.3.36 |
1311 | 2024-11-15T19:43:06.831Z | Compiling icu_normalizer v1.5.0 |
1312 | 2024-11-15T19:43:06.983Z | Compiling scroll v0.12.0 |
1313 | 2024-11-15T19:43:07.043Z | Compiling pkcs5 v0.7.1 |
1314 | 2024-11-15T19:43:07.073Z | Compiling pest_generator v2.7.14 |
1315 | 2024-11-15T19:43:07.555Z | Compiling http-body v1.0.1 |
1316 | 2024-11-15T19:43:08.131Z | Compiling form_urlencoded v1.2.1 |
1317 | 2024-11-15T19:43:08.182Z | Compiling try-lock v0.2.5 |
1318 | 2024-11-15T19:43:08.339Z | Compiling slog v2.7.0 |
1319 | 2024-11-15T19:43:08.359Z | Compiling goblin v0.8.2 |
1320 | 2024-11-15T19:43:08.465Z | Compiling want v0.3.1 |
1321 | 2024-11-15T19:43:08.757Z | Compiling idna_adapter v1.2.0 |
1322 | 2024-11-15T19:43:08.930Z | Compiling pkcs8 v0.10.2 |
1323 | 2024-11-15T19:43:08.957Z | Compiling httpdate v1.0.3 |
1324 | 2024-11-15T19:43:08.988Z | Compiling idna v1.0.3 |
1325 | 2024-11-15T19:43:09.213Z | Compiling pest_derive v2.7.14 |
1326 | 2024-11-15T19:43:09.665Z | Compiling serde_spanned v0.6.8 |
1327 | 2024-11-15T19:43:09.908Z | Compiling uuid v1.11.0 |
1328 | 2024-11-15T19:43:10.011Z | Compiling dtrace-parser v0.2.0 |
1329 | 2024-11-15T19:43:10.283Z | Compiling toml_datetime v0.6.8 |
1330 | 2024-11-15T19:43:10.791Z | Compiling serde_tokenstream v0.2.2 |
1331 | 2024-11-15T19:43:10.848Z | Compiling match_cfg v0.1.0 |
1332 | 2024-11-15T19:43:10.935Z | Compiling adler2 v2.0.0 |
1333 | 2024-11-15T19:43:11.142Z | Compiling tokio-util v0.7.12 |
1334 | 2024-11-15T19:43:11.283Z | Compiling foreign-types-shared v0.1.1 |
1335 | 2024-11-15T19:43:11.401Z | Compiling openssl v0.10.68 |
1336 | 2024-11-15T19:43:11.421Z | Compiling iana-time-zone v0.1.61 |
1337 | 2024-11-15T19:43:11.822Z | Compiling tower-service v0.3.3 |
1338 | 2024-11-15T19:43:11.878Z | Compiling base64 v0.22.1 |
1339 | 2024-11-15T19:43:11.954Z | Compiling rustversion v1.0.17 |
1340 | 2024-11-15T19:43:12.103Z | Compiling chrono v0.4.38 |
1341 | 2024-11-15T19:43:12.213Z | Compiling h2 v0.4.6 |
1342 | 2024-11-15T19:43:12.601Z | Compiling foreign-types v0.3.2 |
1343 | 2024-11-15T19:43:12.671Z | Compiling miniz_oxide v0.8.0 |
1344 | 2024-11-15T19:43:12.716Z | Compiling hostname v0.3.1 |
1345 | 2024-11-15T19:43:12.760Z | Compiling url v2.5.3 |
1346 | 2024-11-15T19:43:14.180Z | Compiling dof v0.3.0 |
1347 | 2024-11-15T19:43:14.393Z | Compiling openssl-macros v0.1.1 |
1348 | 2024-11-15T19:43:14.773Z | Compiling async-trait v0.1.83 |
1349 | 2024-11-15T19:43:15.163Z | Compiling usdt-impl v0.5.0 |
1350 | 2024-11-15T19:43:15.977Z | Compiling dirs-sys-next v0.1.2 |
1351 | 2024-11-15T19:43:16.432Z | Compiling siphasher v0.3.11 |
1352 | 2024-11-15T19:43:16.645Z | Compiling rustls v0.23.14 |
1353 | 2024-11-15T19:43:16.786Z | Compiling rustls v0.22.4 |
1354 | 2024-11-15T19:43:16.816Z | Compiling data-encoding v2.6.0 |
1355 | 2024-11-15T19:43:16.905Z | Compiling syn v1.0.109 |
1356 | 2024-11-15T19:43:17.040Z | Compiling native-tls v0.2.12 |
1357 | 2024-11-15T19:43:17.460Z | Compiling dirs-next v2.0.0 |
1358 | 2024-11-15T19:43:17.679Z | Compiling http-body-util v0.1.2 |
1359 | 2024-11-15T19:43:18.234Z | Compiling crossbeam-epoch v0.9.18 |
1360 | 2024-11-15T19:43:18.284Z | Compiling heapless v0.7.17 |
1361 | 2024-11-15T19:43:18.733Z | Compiling sha1 v0.10.6 |
1362 | 2024-11-15T19:43:18.839Z | Compiling signature v2.2.0 |
1363 | 2024-11-15T19:43:18.992Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1364 | 2024-11-15T19:43:18.994Z | Compiling serde_derive_internals v0.29.1 |
1365 | 2024-11-15T19:43:19.144Z | Compiling hyper v1.5.0 |
1366 | 2024-11-15T19:43:19.164Z | Compiling thread_local v1.1.8 |
1367 | 2024-11-15T19:43:19.183Z | Compiling encoding_rs v0.8.34 |
1368 | 2024-11-15T19:43:19.491Z | Compiling cookie v0.18.1 |
1369 | 2024-11-15T19:43:19.680Z | Compiling multer v3.1.0 |
1370 | 2024-11-15T19:43:19.760Z | Compiling rayon-core v1.12.1 |
1371 | 2024-11-15T19:43:19.953Z | Compiling ipnet v2.10.1 |
1372 | 2024-11-15T19:43:20.016Z | Compiling slog-async v2.8.0 |
1373 | 2024-11-15T19:43:20.559Z | Compiling unicode-properties v0.1.3 |
1374 | 2024-11-15T19:43:20.979Z | Compiling signal-hook v0.3.17 |
1375 | 2024-11-15T19:43:21.204Z | Compiling mime v0.3.17 |
1376 | 2024-11-15T19:43:21.236Z | Compiling schemars v0.8.21 |
1377 | 2024-11-15T19:43:21.584Z | Compiling hyper-util v0.1.10 |
1378 | 2024-11-15T19:43:21.779Z | Compiling gimli v0.31.1 |
1379 | 2024-11-15T19:43:21.798Z | Compiling openssl-probe v0.1.5 |
1380 | 2024-11-15T19:43:22.161Z | Compiling schemars_derive v0.8.21 |
1381 | 2024-11-15T19:43:22.913Z | Compiling stringprep v0.1.5 |
1382 | 2024-11-15T19:43:23.466Z | Compiling toml_edit v0.22.22 |
1383 | 2024-11-15T19:43:24.472Z | Compiling usdt-macro v0.5.0 |
1384 | 2024-11-15T19:43:24.857Z | Compiling usdt-attr-macro v0.5.0 |
1385 | 2024-11-15T19:43:25.589Z | Compiling crossbeam-deque v0.8.5 |
1386 | 2024-11-15T19:43:25.884Z | Compiling term v0.7.0 |
1387 | 2024-11-15T19:43:25.909Z | Compiling slog-json v2.6.1 |
1388 | 2024-11-15T19:43:26.294Z | Compiling addr2line v0.24.2 |
1389 | 2024-11-15T19:43:26.504Z | Compiling serde_urlencoded v0.7.1 |
1390 | 2024-11-15T19:43:26.525Z | Compiling crossbeam-channel v0.5.13 |
1391 | 2024-11-15T19:43:27.003Z | Compiling curve25519-dalek v4.1.3 |
1392 | 2024-11-15T19:43:27.048Z | Compiling enum-as-inner v0.6.1 |
1393 | 2024-11-15T19:43:27.067Z | Compiling futures-executor v0.3.31 |
1394 | 2024-11-15T19:43:27.468Z | Compiling md-5 v0.10.6 |
1395 | 2024-11-15T19:43:27.659Z | Compiling rustls-pemfile v2.2.0 |
1396 | 2024-11-15T19:43:27.677Z | Compiling async-stream-impl v0.3.6 |
1397 | 2024-11-15T19:43:27.681Z | Compiling num-integer v0.1.46 |
1398 | 2024-11-15T19:43:27.755Z | Compiling idna v0.4.0 |
1399 | 2024-11-15T19:43:28.011Z | Compiling idna v0.3.0 |
1400 | 2024-11-15T19:43:28.182Z | Compiling hash32 v0.2.1 |
1401 | 2024-11-15T19:43:28.454Z | Compiling ff v0.13.0 |
1402 | 2024-11-15T19:43:28.579Z | Compiling is-terminal v0.4.13 |
1403 | 2024-11-15T19:43:28.684Z | Compiling dropshot v0.12.0 |
1404 | 2024-11-15T19:43:28.715Z | Compiling object v0.36.5 |
1405 | 2024-11-15T19:43:28.949Z | Compiling quick-error v1.2.3 |
1406 | 2024-11-15T19:43:29.050Z | Compiling smoltcp v0.9.1 |
1407 | 2024-11-15T19:43:29.105Z | Compiling fallible-iterator v0.2.0 |
1408 | 2024-11-15T19:43:29.438Z | Compiling dyn-clone v1.0.17 |
1409 | 2024-11-15T19:43:29.667Z | Compiling linked-hash-map v0.5.6 |
1410 | 2024-11-15T19:43:29.761Z | Compiling portable-atomic v1.9.0 |
1411 | 2024-11-15T19:43:29.782Z | Compiling rustc-demangle v0.1.24 |
1412 | 2024-11-15T19:43:29.806Z | Compiling take_mut v0.2.2 |
1413 | 2024-11-15T19:43:29.971Z | Compiling num-bigint-dig v0.8.4 |
1414 | 2024-11-15T19:43:30.027Z | Compiling anyhow v1.0.93 |
1415 | 2024-11-15T19:43:30.257Z | Compiling utf-8 v0.7.6 |
1416 | 2024-11-15T19:43:30.590Z | Compiling base16ct v0.2.0 |
1417 | 2024-11-15T19:43:30.675Z | Compiling psl-types v2.0.11 |
1418 | 2024-11-15T19:43:30.775Z | Compiling sec1 v0.7.3 |
1419 | 2024-11-15T19:43:30.875Z | Compiling publicsuffix v2.2.3 |
1420 | 2024-11-15T19:43:30.931Z | Compiling tungstenite v0.24.0 |
1421 | 2024-11-15T19:43:31.179Z | Compiling lru-cache v0.1.2 |
1422 | 2024-11-15T19:43:31.372Z | Compiling postgres-protocol v0.6.7 |
1423 | 2024-11-15T19:43:31.851Z | Compiling resolv-conf v0.7.0 |
1424 | 2024-11-15T19:43:32.535Z | Compiling async-stream v0.3.6 |
1425 | 2024-11-15T19:43:32.749Z | Compiling slog-term v2.9.1 |
1426 | 2024-11-15T19:43:32.783Z | Compiling group v0.13.0 |
1427 | 2024-11-15T19:43:32.866Z | Compiling hickory-proto v0.24.1 |
1428 | 2024-11-15T19:43:33.118Z | Compiling usdt v0.5.0 |
1429 | 2024-11-15T19:43:33.644Z | Compiling num-iter v0.1.45 |
1430 | 2024-11-15T19:43:33.963Z | Compiling futures v0.3.31 |
1431 | 2024-11-15T19:43:34.011Z | Compiling toml v0.8.19 |
1432 | 2024-11-15T19:43:34.095Z | Compiling slog-bunyan v2.5.0 |
1433 | 2024-11-15T19:43:34.771Z | Compiling tokio-native-tls v0.3.1 |
1434 | 2024-11-15T19:43:35.824Z | Compiling camino v1.1.9 |
1435 | 2024-11-15T19:43:36.113Z | Compiling backtrace v0.3.74 |
1436 | 2024-11-15T19:43:36.363Z | Compiling phf_shared v0.11.2 |
1437 | 2024-11-15T19:43:36.774Z | Compiling dropshot_endpoint v0.12.0 |
1438 | 2024-11-15T19:43:36.815Z | Compiling waitgroup v0.1.2 |
1439 | 2024-11-15T19:43:36.900Z | Compiling terminal_size v0.4.0 |
1440 | 2024-11-15T19:43:37.046Z | Compiling openapiv3 v2.0.0 |
1441 | 2024-11-15T19:43:37.121Z | Compiling serde_path_to_error v0.1.16 |
1442 | 2024-11-15T19:43:37.246Z | Compiling hkdf v0.12.4 |
1443 | 2024-11-15T19:43:37.537Z | Compiling crypto-bigint v0.5.5 |
1444 | 2024-11-15T19:43:38.033Z | Compiling webpki-roots v0.26.6 |
1445 | 2024-11-15T19:43:38.241Z | Compiling curve25519-dalek-derive v0.1.1 |
1446 | 2024-11-15T19:43:39.833Z | Compiling zerocopy-derive v0.6.6 |
1447 | 2024-11-15T19:43:39.886Z | Compiling idna v0.5.0 |
1448 | 2024-11-15T19:43:39.908Z | Compiling hubpack_derive v0.1.1 |
1449 | 2024-11-15T19:43:40.816Z | Compiling hostname v0.4.0 |
1450 | 2024-11-15T19:43:41.081Z | Compiling fs-err v2.11.0 |
1451 | 2024-11-15T19:43:41.399Z | Compiling ahash v0.8.11 |
1452 | 2024-11-15T19:43:41.511Z | Compiling crc32fast v1.4.2 |
1453 | 2024-11-15T19:43:41.532Z | Compiling winnow v0.5.40 |
1454 | 2024-11-15T19:43:41.576Z | Compiling debug-ignore v1.0.5 |
1455 | 2024-11-15T19:43:41.718Z | Compiling bitflags v1.3.2 |
1456 | 2024-11-15T19:43:41.736Z | Compiling managed v0.8.0 |
1457 | 2024-11-15T19:43:41.819Z | Compiling strum_macros v0.25.3 |
1458 | 2024-11-15T19:43:41.855Z | Compiling flate2 v1.0.34 |
1459 | 2024-11-15T19:43:42.061Z | Compiling zerocopy v0.6.6 |
1460 | 2024-11-15T19:43:42.960Z | Compiling clap_builder v4.5.21 |
1461 | 2024-11-15T19:43:42.987Z | Compiling console v0.15.8 |
1462 | 2024-11-15T19:43:43.637Z | Compiling hubpack v0.1.2 |
1463 | 2024-11-15T19:43:43.729Z | Compiling cookie_store v0.21.0 |
1464 | 2024-11-15T19:43:44.095Z | Compiling elliptic-curve v0.13.8 |
1465 | 2024-11-15T19:43:44.556Z | Compiling hickory-resolver v0.24.1 |
1466 | 2024-11-15T19:43:45.407Z | Compiling toml_edit v0.19.15 |
1467 | 2024-11-15T19:43:45.571Z | Compiling phf v0.11.2 |
1468 | 2024-11-15T19:43:45.866Z | Compiling signal-hook-mio v0.2.4 |
1469 | 2024-11-15T19:43:45.886Z | Compiling rayon v1.10.0 |
1470 | 2024-11-15T19:43:46.024Z | Compiling hyper-tls v0.6.0 |
1471 | 2024-11-15T19:43:46.043Z | Compiling bzip2 v0.4.4 |
1472 | 2024-11-15T19:43:46.459Z | Compiling postgres-types v0.2.8 |
1473 | 2024-11-15T19:43:48.082Z | Compiling tokio-tungstenite v0.24.0 |
1474 | 2024-11-15T19:43:50.001Z | Compiling ed25519 v2.2.3 |
1475 | 2024-11-15T19:43:50.748Z | Compiling phf_shared v0.10.0 |
1476 | 2024-11-15T19:43:51.170Z | Compiling tokio-stream v0.1.16 |
1477 | 2024-11-15T19:43:51.556Z | Compiling pkcs1 v0.7.5 |
1478 | 2024-11-15T19:43:51.914Z | Compiling serde-big-array v0.5.1 |
1479 | 2024-11-15T19:43:52.162Z | Compiling clap_derive v4.5.18 |
1480 | 2024-11-15T19:43:52.261Z | Compiling rfc6979 v0.4.0 |
1481 | 2024-11-15T19:43:52.461Z | Compiling derive-where v1.2.7 |
1482 | 2024-11-15T19:43:52.538Z | Compiling serde_repr v0.1.19 |
1483 | 2024-11-15T19:43:52.562Z | Compiling float-cmp v0.9.0 |
1484 | 2024-11-15T19:43:52.589Z | Compiling bstr v1.10.0 |
1485 | 2024-11-15T19:43:52.785Z | Compiling sync_wrapper v1.0.1 |
1486 | 2024-11-15T19:43:52.954Z | Compiling predicates-core v1.0.8 |
1487 | 2024-11-15T19:43:53.346Z | Compiling normalize-line-endings v0.3.0 |
1488 | 2024-11-15T19:43:53.482Z | Compiling number_prefix v0.4.0 |
1489 | 2024-11-15T19:43:53.574Z | Compiling fixedbitset v0.4.2 |
1490 | 2024-11-15T19:43:53.709Z | Compiling precomputed-hash v0.1.1 |
1491 | 2024-11-15T19:43:53.736Z | Compiling unicode-width v0.2.0 |
1492 | 2024-11-15T19:43:53.836Z | Compiling new_debug_unreachable v1.0.6 |
1493 | 2024-11-15T19:43:53.941Z | Compiling whoami v1.5.2 |
1494 | 2024-11-15T19:43:54.051Z | Compiling unicode-segmentation v1.12.0 |
1495 | 2024-11-15T19:43:54.260Z | Compiling difflib v0.4.0 |
1496 | 2024-11-15T19:43:54.405Z | Compiling bit-vec v0.6.3 |
1497 | 2024-11-15T19:43:54.578Z | Compiling static_assertions v1.1.0 |
1498 | 2024-11-15T19:43:54.683Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1499 | 2024-11-15T19:43:54.895Z | Compiling bit-set v0.5.3 |
1500 | 2024-11-15T19:43:54.940Z | Compiling similar v2.6.0 |
1501 | 2024-11-15T19:43:55.193Z | Compiling predicates v3.1.2 |
1502 | 2024-11-15T19:43:55.917Z | Compiling tokio-postgres v0.7.12 |
1503 | 2024-11-15T19:43:56.040Z | Compiling indicatif v0.17.9 |
1504 | 2024-11-15T19:43:57.030Z | Compiling string_cache v0.8.7 |
1505 | 2024-11-15T19:43:57.308Z | Compiling clap v4.5.21 |
1506 | 2024-11-15T19:43:57.406Z | Compiling petgraph v0.6.5 |
1507 | 2024-11-15T19:43:57.442Z | Compiling ecdsa v0.16.9 |
1508 | 2024-11-15T19:43:57.561Z | Compiling rsa v0.9.6 |
1509 | 2024-11-15T19:43:58.342Z | Compiling ed25519-dalek v2.1.1 |
1510 | 2024-11-15T19:43:58.414Z | Compiling toml v0.7.8 |
1511 | 2024-11-15T19:43:59.645Z | Compiling zip v0.6.6 |
1512 | 2024-11-15T19:44:00.181Z | Compiling crossterm v0.28.1 |
1513 | 2024-11-15T19:44:01.579Z | Compiling hex v0.4.3 |
1514 | 2024-11-15T19:44:01.582Z | Compiling x509-cert v0.2.5 |
1515 | 2024-11-15T19:44:01.733Z | Compiling itertools v0.10.5 |
1516 | 2024-11-15T19:44:01.749Z | Compiling unicode-xid v0.2.6 |
1517 | 2024-11-15T19:44:01.943Z | Compiling peg-runtime v0.8.3 |
1518 | 2024-11-15T19:44:01.945Z | Compiling lalrpop-util v0.19.12 |
1519 | 2024-11-15T19:44:02.207Z | Compiling strum_macros v0.26.4 |
1520 | 2024-11-15T19:44:02.314Z | Compiling xattr v1.3.1 |
1521 | 2024-11-15T19:44:02.595Z | Compiling filetime v0.2.25 |
1522 | 2024-11-15T19:44:02.902Z | Compiling tar v0.4.43 |
1523 | 2024-11-15T19:44:07.345Z | Compiling strum v0.26.3 |
1524 | 2024-11-15T19:44:09.996Z | Compiling aws-lc-sys v0.22.0 |
1525 | 2024-11-15T19:44:47.955Z | Compiling rustls-webpki v0.102.8 |
1526 | 2024-11-15T19:44:51.271Z | Compiling tokio-rustls v0.25.0 |
1527 | 2024-11-15T19:44:52.984Z | Compiling tokio-rustls v0.26.0 |
1528 | 2024-11-15T19:44:53.361Z | Compiling hyper-rustls v0.27.3 |
1529 | 2024-11-15T19:44:53.710Z | Compiling reqwest v0.12.9 |
1530 | 2024-11-15T19:44:54.979Z | Compiling qorb v0.2.0 |
1531 | 2024-11-15T19:44:59.824Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1532 | 2024-11-15T19:45:00.053Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1533 | 2024-11-15T19:45:05.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s |
1534 | 2024-11-15T19:45:06.047Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1535 | 2024-11-15T19:45:06.097Z | Nov 15 19:45:05.462 INFO Starting download, target: Cockroach |
1536 | 2024-11-15T19:45:06.097Z | Nov 15 19:45:05.463 INFO Starting download, target: Console |
1537 | 2024-11-15T19:45:06.100Z | Nov 15 19:45:05.463 INFO Starting download, target: DendriteOpenapi |
1538 | 2024-11-15T19:45:06.100Z | Nov 15 19:45:05.463 INFO Starting download, target: Clickhouse |
1539 | 2024-11-15T19:45:06.100Z | Nov 15 19:45:05.463 INFO Starting download, target: DendriteStub |
1540 | 2024-11-15T19:45:06.100Z | Nov 15 19:45:05.463 INFO Starting download, target: MaghemiteMgd |
1541 | 2024-11-15T19:45:06.100Z | Nov 15 19:45:05.463 INFO Starting download, target: TransceiverControl |
1542 | 2024-11-15T19:45:06.100Z | Nov 15 19:45:05.463 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1543 | 2024-11-15T19:45:06.100Z | Nov 15 19:45:05.463 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1544 | 2024-11-15T19:45:06.100Z | Nov 15 19:45:05.463 INFO Downloading out/downloads/dpd-a9d6214a29327ebc99c10c5d3cf5cc6963234498.json (attempt 1/3), target: DendriteOpenapi |
1545 | 2024-11-15T19:45:06.100Z | Nov 15 19:45:05.463 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1546 | 2024-11-15T19:45:06.100Z | Nov 15 19:45:05.463 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1547 | 2024-11-15T19:45:06.100Z | Nov 15 19:45:05.463 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1548 | 2024-11-15T19:45:06.100Z | Nov 15 19:45:05.464 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1549 | 2024-11-15T19:45:06.556Z | Nov 15 19:45:05.913 INFO Download complete, target: DendriteOpenapi |
1550 | 2024-11-15T19:45:06.680Z | Nov 15 19:45:06.040 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1551 | 2024-11-15T19:45:06.728Z | Nov 15 19:45:06.087 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1552 | 2024-11-15T19:45:07.058Z | Nov 15 19:45:06.412 INFO Download complete, target: Console |
1553 | 2024-11-15T19:45:07.215Z | Nov 15 19:45:06.579 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1554 | 2024-11-15T19:45:07.269Z | Nov 15 19:45:06.630 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1555 | 2024-11-15T19:45:07.377Z | Nov 15 19:45:06.740 INFO Download complete, target: TransceiverControl |
1556 | 2024-11-15T19:45:07.948Z | Nov 15 19:45:07.314 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1557 | 2024-11-15T19:45:07.949Z | Nov 15 19:45:07.314 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1558 | 2024-11-15T19:45:08.230Z | Nov 15 19:45:07.588 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1559 | 2024-11-15T19:45:10.177Z | Nov 15 19:45:09.542 INFO Download complete, target: DendriteStub |
1560 | 2024-11-15T19:45:10.210Z | Nov 15 19:45:09.575 INFO Download complete, target: MaghemiteMgd |
1561 | 2024-11-15T19:45:15.281Z | Nov 15 19:45:14.645 INFO Checking that binary works, target: Cockroach |
1562 | 2024-11-15T19:45:15.434Z | Nov 15 19:45:14.798 INFO Download complete, target: Cockroach |
1563 | 2024-11-15T19:45:20.369Z | Nov 15 19:45:19.733 INFO Checking that binary works, target: Clickhouse |
1564 | 2024-11-15T19:45:21.254Z | Nov 15 19:45:20.617 INFO Download complete, target: Clickhouse |
1565 | 2024-11-15T19:45:21.420Z | All builder prerequisites installed successfully, and PATH looks valid |
1566 | 2024-11-15T19:45:21.422Z | |
1567 | 2024-11-15T19:45:21.422Z | real 5:45.567433220 |
1568 | 2024-11-15T19:45:21.422Z | user 16:24.609683417 |
1569 | 2024-11-15T19:45:21.422Z | sys 3:13.774835238 |
1570 | 2024-11-15T19:45:21.422Z | trap 0.534919812 |
1571 | 2024-11-15T19:45:21.422Z | tflt 10.019400135 |
1572 | 2024-11-15T19:45:21.422Z | dflt 9.332449732 |
1573 | 2024-11-15T19:45:21.423Z | kflt 0.801676364 |
1574 | 2024-11-15T19:45:21.423Z | lock 29:42.046731889 |
1575 | 2024-11-15T19:45:21.423Z | slp 1:04:59.527984080 |
1576 | 2024-11-15T19:45:21.423Z | lat 50.940242824 |
1577 | 2024-11-15T19:45:21.423Z | stop 2:11.989375382 |
1578 | 2024-11-15T19:45:21.423Z | + banner clippy |
1579 | 2024-11-15T19:45:21.425Z | |
1580 | 2024-11-15T19:45:21.425Z | #### # # ##### ##### # # |
1581 | 2024-11-15T19:45:21.425Z | # # # # # # # # # # |
1582 | 2024-11-15T19:45:21.425Z | # # # # # # # # |
1583 | 2024-11-15T19:45:21.425Z | # # # ##### ##### # |
1584 | 2024-11-15T19:45:21.425Z | # # # # # # # |
1585 | 2024-11-15T19:45:21.425Z | #### ###### # # # # |
1586 | 2024-11-15T19:45:21.425Z | |
1587 | 2024-11-15T19:45:21.425Z | + export CARGO_INCREMENTAL=0 |
1588 | 2024-11-15T19:45:21.425Z | + CARGO_INCREMENTAL=0 |
1589 | 2024-11-15T19:45:21.425Z | + ptime -m cargo xtask clippy |
1590 | 2024-11-15T19:45:21.947Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1591 | 2024-11-15T19:45:25.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
1592 | 2024-11-15T19:45:25.462Z | Running `target/debug/xtask clippy` |
1593 | 2024-11-15T19:45:25.483Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1594 | 2024-11-15T19:45:26.133Z | Downloading crates ... |
1595 | 2024-11-15T19:45:26.486Z | Downloaded cast v0.3.0 |
1596 | 2024-11-15T19:45:26.494Z | Downloaded hyper-rustls v0.26.0 |
1597 | 2024-11-15T19:45:26.497Z | Downloaded event-listener v2.5.3 |
1598 | 2024-11-15T19:45:26.501Z | Downloaded async-lock v3.4.0 |
1599 | 2024-11-15T19:45:26.515Z | Downloaded plotters-backend v0.3.7 |
1600 | 2024-11-15T19:45:26.517Z | Downloaded threadpool v1.8.1 |
1601 | 2024-11-15T19:45:26.517Z | Downloaded proc-macro-crate v3.2.0 |
1602 | 2024-11-15T19:45:26.520Z | Downloaded async-signal v0.2.10 |
1603 | 2024-11-15T19:45:26.520Z | Downloaded kv-log-macro v1.0.7 |
1604 | 2024-11-15T19:45:26.523Z | Downloaded num_cpus v1.16.0 |
1605 | 2024-11-15T19:45:26.525Z | Downloaded datatest-stable v0.2.9 |
1606 | 2024-11-15T19:45:26.528Z | Downloaded piper v0.2.4 |
1607 | 2024-11-15T19:45:26.528Z | Downloaded assert-json-diff v2.0.2 |
1608 | 2024-11-15T19:45:26.536Z | Downloaded target-lexicon v0.12.16 |
1609 | 2024-11-15T19:45:26.538Z | Downloaded async-executor v1.13.1 |
1610 | 2024-11-15T19:45:26.541Z | Downloaded partial-io v0.5.4 |
1611 | 2024-11-15T19:45:26.543Z | Downloaded rust-argon2 v2.1.0 |
1612 | 2024-11-15T19:45:26.546Z | Downloaded httptest v0.16.1 |
1613 | 2024-11-15T19:45:26.546Z | Downloaded rstest v0.23.0 |
1614 | 2024-11-15T19:45:26.551Z | Downloaded blake2b_simd v1.0.2 |
1615 | 2024-11-15T19:45:26.554Z | Downloaded pretty_assertions v1.4.1 |
1616 | 2024-11-15T19:45:26.562Z | Downloaded yansi v1.0.1 |
1617 | 2024-11-15T19:45:26.566Z | Downloaded async-object-pool v0.1.5 |
1618 | 2024-11-15T19:45:26.582Z | Downloaded plotters-svg v0.3.7 |
1619 | 2024-11-15T19:45:26.585Z | Downloaded target-triple v0.1.3 |
1620 | 2024-11-15T19:45:26.585Z | Downloaded nested v0.1.1 |
1621 | 2024-11-15T19:45:26.585Z | Downloaded guppy-workspace-hack v0.1.0 |
1622 | 2024-11-15T19:45:26.585Z | Downloaded doc-comment v0.3.3 |
1623 | 2024-11-15T19:45:26.588Z | Downloaded fancy-regex v0.13.0 |
1624 | 2024-11-15T19:45:26.590Z | Downloaded anes v0.1.6 |
1625 | 2024-11-15T19:45:26.593Z | Downloaded criterion v0.5.1 |
1626 | 2024-11-15T19:45:26.598Z | Downloaded parking v2.2.1 |
1627 | 2024-11-15T19:45:26.601Z | Downloaded approx v0.5.1 |
1628 | 2024-11-15T19:45:26.601Z | Downloaded blocking v1.6.1 |
1629 | 2024-11-15T19:45:26.603Z | Downloaded async-channel v2.3.1 |
1630 | 2024-11-15T19:45:26.603Z | Downloaded target-spec v3.2.2 |
1631 | 2024-11-15T19:45:26.607Z | Downloaded similar-asserts v1.6.0 |
1632 | 2024-11-15T19:45:26.610Z | Downloaded path-tree v0.8.1 |
1633 | 2024-11-15T19:45:26.610Z | Downloaded event-listener-strategy v0.5.2 |
1634 | 2024-11-15T19:45:26.610Z | Downloaded async-global-executor v2.4.1 |
1635 | 2024-11-15T19:45:26.612Z | Downloaded serde_regex v1.1.0 |
1636 | 2024-11-15T19:45:26.612Z | Downloaded indoc v2.0.5 |
1637 | 2024-11-15T19:45:26.614Z | Downloaded criterion-plot v0.5.0 |
1638 | 2024-11-15T19:45:26.617Z | Downloaded oorandom v11.1.4 |
1639 | 2024-11-15T19:45:26.617Z | Downloaded relative-path v1.9.3 |
1640 | 2024-11-15T19:45:26.619Z | Downloaded async-task v4.7.1 |
1641 | 2024-11-15T19:45:26.622Z | Downloaded async-attributes v1.1.2 |
1642 | 2024-11-15T19:45:26.622Z | Downloaded concurrent-queue v2.5.0 |
1643 | 2024-11-15T19:45:26.624Z | Downloaded stringmetrics v2.2.2 |
1644 | 2024-11-15T19:45:26.627Z | Downloaded async-process v2.3.0 |
1645 | 2024-11-15T19:45:26.627Z | Downloaded libtest-mimic v0.7.3 |
1646 | 2024-11-15T19:45:26.630Z | Downloaded assert_cmd v2.0.16 |
1647 | 2024-11-15T19:45:26.632Z | Downloaded async-channel v1.9.0 |
1648 | 2024-11-15T19:45:26.632Z | Downloaded pathdiff v0.2.2 |
1649 | 2024-11-15T19:45:26.632Z | Downloaded escape8259 v0.5.3 |
1650 | 2024-11-15T19:45:26.635Z | Downloaded futures-lite v2.3.0 |
1651 | 2024-11-15T19:45:26.635Z | Downloaded rustls-native-certs v0.7.3 |
1652 | 2024-11-15T19:45:26.638Z | Downloaded futures-timer v3.0.3 |
1653 | 2024-11-15T19:45:26.641Z | Downloaded guppy v0.17.8 |
1654 | 2024-11-15T19:45:26.647Z | Downloaded tinytemplate v1.2.1 |
1655 | 2024-11-15T19:45:26.650Z | Downloaded async-io v2.3.4 |
1656 | 2024-11-15T19:45:26.652Z | Downloaded event-listener v5.3.1 |
1657 | 2024-11-15T19:45:26.655Z | Downloaded trybuild v1.0.101 |
1658 | 2024-11-15T19:45:26.658Z | Downloaded rstest_macros v0.23.0 |
1659 | 2024-11-15T19:45:26.661Z | Downloaded polling v3.7.3 |
1660 | 2024-11-15T19:45:26.664Z | Downloaded rand_distr v0.4.3 |
1661 | 2024-11-15T19:45:26.667Z | Downloaded cfg-expr v0.17.0 |
1662 | 2024-11-15T19:45:26.676Z | Downloaded plotters v0.3.7 |
1663 | 2024-11-15T19:45:26.686Z | Downloaded async-std v1.13.0 |
1664 | 2024-11-15T19:45:26.777Z | Downloaded httpmock v0.8.0-alpha.1 |
1665 | 2024-11-15T19:45:27.536Z | Checking cfg-if v1.0.0 |
1666 | 2024-11-15T19:45:27.612Z | Checking libc v0.2.162 |
1667 | 2024-11-15T19:45:27.631Z | Checking serde v1.0.215 |
1668 | 2024-11-15T19:45:27.655Z | Checking memchr v2.7.4 |
1669 | 2024-11-15T19:45:27.675Z | Checking value-bag v1.9.0 |
1670 | 2024-11-15T19:45:27.698Z | Checking scopeguard v1.2.0 |
1671 | 2024-11-15T19:45:27.722Z | Checking zeroize v1.8.1 |
1672 | 2024-11-15T19:45:27.745Z | Checking smallvec v1.13.2 |
1673 | 2024-11-15T19:45:27.764Z | Checking itoa v1.0.11 |
1674 | 2024-11-15T19:45:27.832Z | Checking lock_api v0.4.12 |
1675 | 2024-11-15T19:45:27.979Z | Checking byteorder v1.5.0 |
1676 | 2024-11-15T19:45:28.002Z | Checking pin-project-lite v0.2.14 |
1677 | 2024-11-15T19:45:28.074Z | Checking subtle v2.6.1 |
1678 | 2024-11-15T19:45:28.100Z | Checking log v0.4.22 |
1679 | 2024-11-15T19:45:28.125Z | Checking once_cell v1.20.2 |
1680 | 2024-11-15T19:45:28.255Z | Checking typenum v1.17.0 |
1681 | 2024-11-15T19:45:28.328Z | Checking futures-core v0.3.31 |
1682 | 2024-11-15T19:45:28.389Z | Checking zerocopy v0.7.35 |
1683 | 2024-11-15T19:45:28.432Z | Checking thiserror v1.0.69 |
1684 | 2024-11-15T19:45:28.514Z | Checking libm v0.2.8 |
1685 | 2024-11-15T19:45:28.544Z | Checking ryu v1.0.18 |
1686 | 2024-11-15T19:45:28.577Z | Checking spin v0.9.8 |
1687 | 2024-11-15T19:45:28.626Z | Checking const-oid v0.9.6 |
1688 | 2024-11-15T19:45:28.752Z | Checking getrandom v0.2.15 |
1689 | 2024-11-15T19:45:28.778Z | Checking parking_lot_core v0.9.10 |
1690 | 2024-11-15T19:45:28.957Z | Checking signal-hook-registry v1.4.2 |
1691 | 2024-11-15T19:45:28.999Z | Checking rand_core v0.6.4 |
1692 | 2024-11-15T19:45:29.122Z | Checking parking_lot v0.12.3 |
1693 | 2024-11-15T19:45:29.239Z | Checking mio v1.0.2 |
1694 | 2024-11-15T19:45:29.371Z | Checking socket2 v0.5.7 |
1695 | 2024-11-15T19:45:29.455Z | Checking num-traits v0.2.19 |
1696 | 2024-11-15T19:45:29.536Z | Checking futures-io v0.3.31 |
1697 | 2024-11-15T19:45:29.588Z | Checking generic-array v0.14.7 |
1698 | 2024-11-15T19:45:29.730Z | Checking slab v0.4.9 |
1699 | 2024-11-15T19:45:29.846Z | Checking allocator-api2 v0.2.18 |
1700 | 2024-11-15T19:45:29.875Z | Checking cpufeatures v0.2.14 |
1701 | 2024-11-15T19:45:29.902Z | Checking futures-sink v0.3.31 |
1702 | 2024-11-15T19:45:29.978Z | Checking pin-utils v0.1.0 |
1703 | 2024-11-15T19:45:30.014Z | Checking foldhash v0.1.3 |
1704 | 2024-11-15T19:45:30.046Z | Checking equivalent v1.0.1 |
1705 | 2024-11-15T19:45:30.081Z | Checking futures-channel v0.3.31 |
1706 | 2024-11-15T19:45:30.166Z | Checking futures-task v0.3.31 |
1707 | 2024-11-15T19:45:30.236Z | Checking stable_deref_trait v1.2.0 |
1708 | 2024-11-15T19:45:30.356Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1709 | 2024-11-15T19:45:30.421Z | Checking fnv v1.0.7 |
1710 | 2024-11-15T19:45:30.450Z | Checking futures-util v0.3.31 |
1711 | 2024-11-15T19:45:30.503Z | Checking hashbrown v0.15.0 |
1712 | 2024-11-15T19:45:30.505Z | Checking iana-time-zone v0.1.61 |
1713 | 2024-11-15T19:45:30.555Z | Checking ppv-lite86 v0.2.20 |
1714 | 2024-11-15T19:45:30.686Z | Checking tracing-core v0.1.32 |
1715 | 2024-11-15T19:45:30.715Z | Checking errno v0.3.9 |
1716 | 2024-11-15T19:45:30.772Z | Checking crypto-common v0.1.6 |
1717 | 2024-11-15T19:45:30.900Z | Checking block-buffer v0.10.4 |
1718 | 2024-11-15T19:45:30.959Z | Checking zerofrom v0.1.4 |
1719 | 2024-11-15T19:45:31.139Z | Checking digest v0.10.7 |
1720 | 2024-11-15T19:45:31.194Z | Checking yoke v0.7.4 |
1721 | 2024-11-15T19:45:31.217Z | Checking dyn-clone v1.0.17 |
1722 | 2024-11-15T19:45:31.334Z | Checking tracing v0.1.40 |
1723 | 2024-11-15T19:45:31.362Z | Checking block-padding v0.3.3 |
1724 | 2024-11-15T19:45:31.384Z | Checking rand_chacha v0.3.1 |
1725 | 2024-11-15T19:45:31.519Z | Checking crossbeam-utils v0.8.20 |
1726 | 2024-11-15T19:45:31.545Z | Checking zerovec v0.10.4 |
1727 | 2024-11-15T19:45:31.579Z | Checking percent-encoding v2.3.1 |
1728 | 2024-11-15T19:45:31.604Z | Checking inout v0.1.3 |
1729 | 2024-11-15T19:45:31.664Z | Checking writeable v0.5.5 |
1730 | 2024-11-15T19:45:31.780Z | Checking rand v0.8.5 |
1731 | 2024-11-15T19:45:31.806Z | Checking litemap v0.7.3 |
1732 | 2024-11-15T19:45:31.832Z | Checking cipher v0.4.4 |
1733 | 2024-11-15T19:45:31.997Z | Checking tinyvec_macros v0.1.1 |
1734 | 2024-11-15T19:45:32.096Z | Checking tinyvec v1.8.0 |
1735 | 2024-11-15T19:45:32.153Z | Checking form_urlencoded v1.2.1 |
1736 | 2024-11-15T19:45:32.203Z | Checking httparse v1.9.5 |
1737 | 2024-11-15T19:45:32.229Z | Checking icu_locid_transform_data v1.5.0 |
1738 | 2024-11-15T19:45:32.340Z | Checking regex-syntax v0.8.5 |
1739 | 2024-11-15T19:45:32.366Z | Checking atomic-waker v1.1.2 |
1740 | 2024-11-15T19:45:32.507Z | Checking base64ct v1.6.0 |
1741 | 2024-11-15T19:45:32.533Z | Checking bytes v1.8.0 |
1742 | 2024-11-15T19:45:32.637Z | Checking bitflags v2.6.0 |
1743 | 2024-11-15T19:45:32.945Z | Checking serde_json v1.0.132 |
1744 | 2024-11-15T19:45:32.971Z | Checking indexmap v2.6.0 |
1745 | 2024-11-15T19:45:33.071Z | Checking chrono v0.4.38 |
1746 | 2024-11-15T19:45:33.158Z | Checking rustix v0.38.37 |
1747 | 2024-11-15T19:45:33.327Z | Checking tokio v1.40.0 |
1748 | 2024-11-15T19:45:33.406Z | Checking uuid v1.11.0 |
1749 | 2024-11-15T19:45:34.078Z | Checking http v1.1.0 |
1750 | 2024-11-15T19:45:34.220Z | Checking tinystr v0.7.6 |
1751 | 2024-11-15T19:45:34.649Z | Checking icu_locid v1.5.0 |
1752 | 2024-11-15T19:45:34.681Z | Checking unicode-normalization v0.1.24 |
1753 | 2024-11-15T19:45:35.123Z | Checking schemars v0.8.21 |
1754 | 2024-11-15T19:45:35.410Z | Checking icu_collections v1.5.0 |
1755 | 2024-11-15T19:45:35.535Z | Checking hmac v0.12.1 |
1756 | 2024-11-15T19:45:35.587Z | Checking untrusted v0.9.0 |
1757 | 2024-11-15T19:45:35.718Z | Checking icu_provider v1.5.0 |
1758 | 2024-11-15T19:45:35.743Z | Checking icu_properties_data v1.5.0 |
1759 | 2024-11-15T19:45:35.766Z | Checking ring v0.17.8 |
1760 | 2024-11-15T19:45:35.768Z | Checking sha2 v0.10.8 |
1761 | 2024-11-15T19:45:35.997Z | Checking aho-corasick v1.1.3 |
1762 | 2024-11-15T19:45:36.045Z | Checking unicode-ident v1.0.13 |
1763 | 2024-11-15T19:45:36.217Z | Checking utf16_iter v1.0.5 |
1764 | 2024-11-15T19:45:36.390Z | Checking icu_locid_transform v1.5.0 |
1765 | 2024-11-15T19:45:36.418Z | Checking utf8_iter v1.0.4 |
1766 | 2024-11-15T19:45:36.422Z | Checking icu_normalizer_data v1.5.0 |
1767 | 2024-11-15T19:45:36.549Z | Checking write16 v1.0.0 |
1768 | 2024-11-15T19:45:36.624Z | Checking unicode-bidi v0.3.17 |
1769 | 2024-11-15T19:45:36.669Z | Checking lazy_static v1.5.0 |
1770 | 2024-11-15T19:45:36.701Z | Checking adler2 v2.0.0 |
1771 | 2024-11-15T19:45:36.703Z | Checking powerfmt v0.2.0 |
1772 | 2024-11-15T19:45:36.803Z | Checking rustls-pki-types v1.9.0 |
1773 | 2024-11-15T19:45:36.856Z | Checking miniz_oxide v0.8.0 |
1774 | 2024-11-15T19:45:36.994Z | Checking deranged v0.3.11 |
1775 | 2024-11-15T19:45:37.265Z | Checking num_threads v0.1.7 |
1776 | 2024-11-15T19:45:37.376Z | Checking num-conv v0.1.0 |
1777 | 2024-11-15T19:45:37.402Z | Checking time-core v0.1.2 |
1778 | 2024-11-15T19:45:37.405Z | Checking icu_properties v1.5.1 |
1779 | 2024-11-15T19:45:37.574Z | Checking proc-macro2 v1.0.89 |
1780 | 2024-11-15T19:45:37.604Z | Checking pem-rfc7468 v0.7.0 |
1781 | 2024-11-15T19:45:37.606Z | Checking regex-automata v0.4.8 |
1782 | 2024-11-15T19:45:37.606Z | Checking untrusted v0.7.1 |
1783 | 2024-11-15T19:45:37.667Z | Checking http-body v1.0.1 |
1784 | 2024-11-15T19:45:37.819Z | Checking aws-lc-sys v0.22.0 |
1785 | 2024-11-15T19:45:37.854Z | Checking mirai-annotations v1.12.0 |
1786 | 2024-11-15T19:45:37.880Z | Checking httpdate v1.0.3 |
1787 | 2024-11-15T19:45:38.043Z | Checking base64 v0.22.1 |
1788 | 2024-11-15T19:45:38.131Z | Checking try-lock v0.2.5 |
1789 | 2024-11-15T19:45:38.245Z | Checking quote v1.0.37 |
1790 | 2024-11-15T19:45:38.272Z | Checking want v0.3.1 |
1791 | 2024-11-15T19:45:38.450Z | Checking flagset v0.4.6 |
1792 | 2024-11-15T19:45:38.538Z | Checking pbkdf2 v0.12.2 |
1793 | 2024-11-15T19:45:38.614Z | Checking syn v2.0.87 |
1794 | 2024-11-15T19:45:38.666Z | Checking der v0.7.9 |
1795 | 2024-11-15T19:45:38.709Z | Checking aes v0.8.4 |
1796 | 2024-11-15T19:45:38.807Z | Checking time v0.3.36 |
1797 | 2024-11-15T19:45:39.666Z | Checking cbc v0.1.2 |
1798 | 2024-11-15T19:45:39.894Z | Checking salsa20 v0.10.2 |
1799 | 2024-11-15T19:45:40.137Z | Checking ahash v0.8.11 |
1800 | 2024-11-15T19:45:40.394Z | Checking aws-lc-rs v1.10.0 |
1801 | 2024-11-15T19:45:40.535Z | Checking spki v0.7.3 |
1802 | 2024-11-15T19:45:40.640Z | Checking tokio-util v0.7.12 |
1803 | 2024-11-15T19:45:40.699Z | Checking slog v2.7.0 |
1804 | 2024-11-15T19:45:40.804Z | Checking icu_normalizer v1.5.0 |
1805 | 2024-11-15T19:45:40.829Z | Checking tower-service v0.3.3 |
1806 | 2024-11-15T19:45:40.960Z | Checking scrypt v0.11.0 |
1807 | 2024-11-15T19:45:41.192Z | Checking gimli v0.31.1 |
1808 | 2024-11-15T19:45:41.218Z | Checking mime v0.3.17 |
1809 | 2024-11-15T19:45:41.337Z | Checking pkcs5 v0.7.1 |
1810 | 2024-11-15T19:45:41.538Z | Checking object v0.36.5 |
1811 | 2024-11-15T19:45:41.541Z | Checking h2 v0.4.6 |
1812 | 2024-11-15T19:45:41.588Z | Checking idna_adapter v1.2.0 |
1813 | 2024-11-15T19:45:41.799Z | Checking idna v1.0.3 |
1814 | 2024-11-15T19:45:41.856Z | Checking utf8parse v0.2.2 |
1815 | 2024-11-15T19:45:42.008Z | Checking rustc-demangle v0.1.24 |
1816 | 2024-11-15T19:45:42.207Z | Checking rustls-webpki v0.102.8 |
1817 | 2024-11-15T19:45:42.272Z | Checking url v2.5.3 |
1818 | 2024-11-15T19:45:42.333Z | Checking regex v1.11.1 |
1819 | 2024-11-15T19:45:42.432Z | Checking pkcs8 v0.10.2 |
1820 | 2024-11-15T19:45:42.733Z | Checking http-body-util v0.1.2 |
1821 | 2024-11-15T19:45:43.012Z | Checking futures-executor v0.3.31 |
1822 | 2024-11-15T19:45:43.038Z | Checking serde_spanned v0.6.8 |
1823 | 2024-11-15T19:45:43.161Z | Checking toml_datetime v0.6.8 |
1824 | 2024-11-15T19:45:43.198Z | Checking data-encoding v2.6.0 |
1825 | 2024-11-15T19:45:43.228Z | Checking ipnet v2.10.1 |
1826 | 2024-11-15T19:45:43.253Z | Checking unicode-width v0.1.14 |
1827 | 2024-11-15T19:45:43.458Z | Checking futures v0.3.31 |
1828 | 2024-11-15T19:45:43.581Z | Checking rustls-pemfile v2.2.0 |
1829 | 2024-11-15T19:45:43.706Z | Checking openssl-probe v0.1.5 |
1830 | 2024-11-15T19:45:43.748Z | Checking anstyle v1.0.10 |
1831 | 2024-11-15T19:45:43.809Z | Checking foreign-types-shared v0.1.1 |
1832 | 2024-11-15T19:45:43.836Z | Checking semver v1.0.23 |
1833 | 2024-11-15T19:45:43.870Z | Checking serde_urlencoded v0.7.1 |
1834 | 2024-11-15T19:45:43.919Z | Checking foreign-types v0.3.2 |
1835 | 2024-11-15T19:45:44.027Z | Checking sha1 v0.10.6 |
1836 | 2024-11-15T19:45:44.105Z | Checking openssl-sys v0.9.104 |
1837 | 2024-11-15T19:45:44.240Z | Checking encoding_rs v0.8.34 |
1838 | 2024-11-15T19:45:44.309Z | Checking rustls v0.23.14 |
1839 | 2024-11-15T19:45:44.335Z | Checking anstyle-parse v0.2.5 |
1840 | 2024-11-15T19:45:44.611Z | Checking camino v1.1.9 |
1841 | 2024-11-15T19:45:45.043Z | Checking is_terminal_polyfill v1.70.1 |
1842 | 2024-11-15T19:45:45.164Z | Checking anstyle-query v1.1.1 |
1843 | 2024-11-15T19:45:45.167Z | Checking either v1.13.0 |
1844 | 2024-11-15T19:45:45.291Z | Checking addr2line v0.24.2 |
1845 | 2024-11-15T19:45:45.316Z | Checking winnow v0.6.20 |
1846 | 2024-11-15T19:45:45.345Z | Checking openssl v0.10.68 |
1847 | 2024-11-15T19:45:45.586Z | Checking colorchoice v1.0.2 |
1848 | 2024-11-15T19:45:45.731Z | Checking anstream v0.6.15 |
1849 | 2024-11-15T19:45:45.799Z | Checking idna v0.3.0 |
1850 | 2024-11-15T19:45:46.086Z | Checking terminal_size v0.4.0 |
1851 | 2024-11-15T19:45:46.277Z | Checking openapiv3 v2.0.0 |
1852 | 2024-11-15T19:45:46.523Z | Checking signature v2.2.0 |
1853 | 2024-11-15T19:45:46.666Z | Checking strsim v0.11.1 |
1854 | 2024-11-15T19:45:46.731Z | Checking clap_lex v0.7.2 |
1855 | 2024-11-15T19:45:46.947Z | Checking psl-types v2.0.11 |
1856 | 2024-11-15T19:45:46.979Z | Checking clap_builder v4.5.21 |
1857 | 2024-11-15T19:45:47.134Z | Checking publicsuffix v2.2.3 |
1858 | 2024-11-15T19:45:47.363Z | Checking cookie v0.18.1 |
1859 | 2024-11-15T19:45:47.841Z | Checking webpki-roots v0.26.6 |
1860 | 2024-11-15T19:45:47.998Z | Checking hyper v1.5.0 |
1861 | 2024-11-15T19:45:48.061Z | Checking idna v0.5.0 |
1862 | 2024-11-15T19:45:48.112Z | Checking backtrace v0.3.74 |
1863 | 2024-11-15T19:45:48.183Z | Checking is-terminal v0.4.13 |
1864 | 2024-11-15T19:45:48.311Z | Checking scroll v0.12.0 |
1865 | 2024-11-15T19:45:48.686Z | Checking anyhow v1.0.93 |
1866 | 2024-11-15T19:45:48.806Z | Checking ucd-trie v0.1.7 |
1867 | 2024-11-15T19:45:48.946Z | Checking plain v0.2.3 |
1868 | 2024-11-15T19:45:49.008Z | Checking pest v2.7.14 |
1869 | 2024-11-15T19:45:49.075Z | Checking cookie_store v0.21.0 |
1870 | 2024-11-15T19:45:49.101Z | Checking goblin v0.8.2 |
1871 | 2024-11-15T19:45:49.730Z | Checking sync_wrapper v1.0.1 |
1872 | 2024-11-15T19:45:49.760Z | Checking base16ct v0.2.0 |
1873 | 2024-11-15T19:45:49.884Z | Checking pretty-hex v0.4.1 |
1874 | 2024-11-15T19:45:49.911Z | Checking tokio-rustls v0.26.0 |
1875 | 2024-11-15T19:45:49.959Z | Checking sec1 v0.7.3 |
1876 | 2024-11-15T19:45:50.018Z | Checking clap v4.5.21 |
1877 | 2024-11-15T19:45:50.060Z | Checking num-integer v0.1.46 |
1878 | 2024-11-15T19:45:50.087Z | Checking hyper-util v0.1.10 |
1879 | 2024-11-15T19:45:50.135Z | Checking ff v0.13.0 |
1880 | 2024-11-15T19:45:50.307Z | Checking thread-id v4.2.2 |
1881 | 2024-11-15T19:45:50.332Z | Checking toml_edit v0.22.22 |
1882 | 2024-11-15T19:45:50.361Z | Checking group v0.13.0 |
1883 | 2024-11-15T19:45:50.424Z | Checking hkdf v0.12.4 |
1884 | 2024-11-15T19:45:50.548Z | Checking crypto-bigint v0.5.5 |
1885 | 2024-11-15T19:45:50.616Z | Checking memmap v0.7.0 |
1886 | 2024-11-15T19:45:50.643Z | Checking dirs-sys-next v0.1.2 |
1887 | 2024-11-15T19:45:50.817Z | Checking crc32fast v1.4.2 |
1888 | 2024-11-15T19:45:50.841Z | Checking bitflags v1.3.2 |
1889 | 2024-11-15T19:45:50.868Z | Checking native-tls v0.2.12 |
1890 | 2024-11-15T19:45:50.948Z | Checking static_assertions v1.1.0 |
1891 | 2024-11-15T19:45:51.058Z | Checking utf-8 v0.7.6 |
1892 | 2024-11-15T19:45:51.060Z | Checking dirs-next v2.0.0 |
1893 | 2024-11-15T19:45:51.189Z | Checking tokio-native-tls v0.3.1 |
1894 | 2024-11-15T19:45:51.216Z | Checking crossbeam-channel v0.5.13 |
1895 | 2024-11-15T19:45:51.265Z | Checking thread_local v1.1.8 |
1896 | 2024-11-15T19:45:51.430Z | Checking unicode-segmentation v1.12.0 |
1897 | 2024-11-15T19:45:51.452Z | Checking dtrace-parser v0.2.0 |
1898 | 2024-11-15T19:45:51.562Z | Checking term v0.7.0 |
1899 | 2024-11-15T19:45:51.925Z | Checking num-iter v0.1.45 |
1900 | 2024-11-15T19:45:51.956Z | Checking crossbeam-epoch v0.9.18 |
1901 | 2024-11-15T19:45:52.019Z | Checking match_cfg v0.1.0 |
1902 | 2024-11-15T19:45:52.097Z | Checking hyper-rustls v0.27.3 |
1903 | 2024-11-15T19:45:52.125Z | Checking hyper-tls v0.6.0 |
1904 | 2024-11-15T19:45:52.125Z | Checking take_mut v0.2.2 |
1905 | 2024-11-15T19:45:52.171Z | Checking hostname v0.3.1 |
1906 | 2024-11-15T19:45:52.273Z | Checking slog-async v2.8.0 |
1907 | 2024-11-15T19:45:52.305Z | Checking slog-term v2.9.1 |
1908 | 2024-11-15T19:45:52.380Z | Checking bstr v1.10.0 |
1909 | 2024-11-15T19:45:52.431Z | Checking rfc6979 v0.4.0 |
1910 | 2024-11-15T19:45:52.460Z | Checking reqwest v0.12.9 |
1911 | 2024-11-15T19:45:52.579Z | Checking hex v0.4.3 |
1912 | 2024-11-15T19:45:52.623Z | Checking managed v0.8.0 |
1913 | 2024-11-15T19:45:52.810Z | Checking winnow v0.5.40 |
1914 | 2024-11-15T19:45:52.956Z | Checking toml v0.8.19 |
1915 | 2024-11-15T19:45:53.027Z | Checking crossbeam-deque v0.8.5 |
1916 | 2024-11-15T19:45:53.115Z | Checking num-bigint-dig v0.8.4 |
1917 | 2024-11-15T19:45:53.323Z | Checking flate2 v1.0.34 |
1918 | 2024-11-15T19:45:53.349Z | Checking rustls v0.22.4 |
1919 | 2024-11-15T19:45:53.352Z | Checking elliptic-curve v0.13.8 |
1920 | 2024-11-15T19:45:53.665Z | Checking pkcs1 v0.7.5 |
1921 | 2024-11-15T19:45:53.953Z | Checking curve25519-dalek v4.1.3 |
1922 | 2024-11-15T19:45:54.017Z | Checking ecdsa v0.16.9 |
1923 | 2024-11-15T19:45:54.079Z | Checking zerocopy v0.6.6 |
1924 | 2024-11-15T19:45:54.131Z | Checking dof v0.3.0 |
1925 | 2024-11-15T19:45:54.323Z | Checking siphasher v0.3.11 |
1926 | 2024-11-15T19:45:54.654Z | Checking rayon-core v1.12.1 |
1927 | 2024-11-15T19:45:54.730Z | Checking ed25519 v2.2.3 |
1928 | 2024-11-15T19:45:54.791Z | Checking usdt-impl v0.5.0 |
1929 | 2024-11-15T19:45:54.844Z | Checking slog-json v2.6.1 |
1930 | 2024-11-15T19:45:55.032Z | Checking signal-hook v0.3.17 |
1931 | 2024-11-15T19:45:55.101Z | Checking quick-error v1.2.3 |
1932 | 2024-11-15T19:45:55.252Z | Checking debug-ignore v1.0.5 |
1933 | 2024-11-15T19:45:55.300Z | Checking slog-bunyan v2.5.0 |
1934 | 2024-11-15T19:45:55.366Z | Checking usdt v0.5.0 |
1935 | 2024-11-15T19:45:55.392Z | Checking multer v3.1.0 |
1936 | 2024-11-15T19:45:55.395Z | Checking rsa v0.9.6 |
1937 | 2024-11-15T19:45:55.437Z | Checking itertools v0.10.5 |
1938 | 2024-11-15T19:45:55.463Z | Checking x509-cert v0.2.5 |
1939 | 2024-11-15T19:45:55.633Z | Checking idna v0.4.0 |
1940 | 2024-11-15T19:45:55.781Z | Checking serde_path_to_error v0.1.16 |
1941 | 2024-11-15T19:45:55.860Z | Checking toml_edit v0.19.15 |
1942 | 2024-11-15T19:45:55.892Z | Checking ed25519-dalek v2.1.1 |
1943 | 2024-11-15T19:45:56.304Z | Checking hubpack v0.1.2 |
1944 | 2024-11-15T19:45:56.420Z | Checking waitgroup v0.1.2 |
1945 | 2024-11-15T19:45:56.453Z | Checking bzip2-sys v0.1.11+1.0.8 |
1946 | 2024-11-15T19:45:56.515Z | Checking async-stream v0.3.6 |
1947 | 2024-11-15T19:45:56.555Z | Checking hostname v0.4.0 |
1948 | 2024-11-15T19:45:56.587Z | Checking bit-vec v0.6.3 |
1949 | 2024-11-15T19:45:56.639Z | Checking bzip2 v0.4.4 |
1950 | 2024-11-15T19:45:56.694Z | Checking hickory-proto v0.24.1 |
1951 | 2024-11-15T19:45:56.720Z | Checking signal-hook-mio v0.2.4 |
1952 | 2024-11-15T19:45:56.879Z | Checking console v0.15.8 |
1953 | 2024-11-15T19:45:56.909Z | Checking bit-set v0.5.3 |
1954 | 2024-11-15T19:45:56.934Z | Checking hash32 v0.2.1 |
1955 | 2024-11-15T19:45:57.068Z | Checking tokio-rustls v0.25.0 |
1956 | 2024-11-15T19:45:57.113Z | Checking linked-hash-map v0.5.6 |
1957 | 2024-11-15T19:45:57.167Z | Checking predicates-core v1.0.8 |
1958 | 2024-11-15T19:45:57.249Z | Checking unicode-properties v0.1.3 |
1959 | 2024-11-15T19:45:57.358Z | Checking heapless v0.7.17 |
1960 | 2024-11-15T19:45:57.443Z | Checking crossterm v0.28.1 |
1961 | 2024-11-15T19:45:57.446Z | Checking lru-cache v0.1.2 |
1962 | 2024-11-15T19:45:57.491Z | Checking dropshot v0.12.0 |
1963 | 2024-11-15T19:45:57.604Z | Checking rayon v1.10.0 |
1964 | 2024-11-15T19:45:57.631Z | Checking stringprep v0.1.5 |
1965 | 2024-11-15T19:45:57.659Z | Checking phf_shared v0.11.2 |
1966 | 2024-11-15T19:45:57.929Z | Checking similar v2.6.0 |
1967 | 2024-11-15T19:45:57.956Z | Checking tokio-stream v0.1.16 |
1968 | 2024-11-15T19:45:58.263Z | Checking toml v0.7.8 |
1969 | 2024-11-15T19:45:58.348Z | Checking md-5 v0.10.6 |
1970 | 2024-11-15T19:45:58.591Z | Checking float-cmp v0.9.0 |
1971 | 2024-11-15T19:45:58.798Z | Checking normalize-line-endings v0.3.0 |
1972 | 2024-11-15T19:45:58.826Z | Checking fixedbitset v0.4.2 |
1973 | 2024-11-15T19:45:58.829Z | Checking difflib v0.4.0 |
1974 | 2024-11-15T19:45:58.926Z | Checking fallible-iterator v0.2.0 |
1975 | 2024-11-15T19:45:59.043Z | Checking smoltcp v0.9.1 |
1976 | 2024-11-15T19:45:59.099Z | Checking petgraph v0.6.5 |
1977 | 2024-11-15T19:45:59.161Z | Checking predicates v3.1.2 |
1978 | 2024-11-15T19:45:59.271Z | Checking phf v0.11.2 |
1979 | 2024-11-15T19:45:59.560Z | Checking zip v0.6.6 |
1980 | 2024-11-15T19:45:59.595Z | Checking postgres-protocol v0.6.7 |
1981 | 2024-11-15T19:45:59.851Z | Checking resolv-conf v0.7.0 |
1982 | 2024-11-15T19:46:00.212Z | Checking phf_shared v0.10.0 |
1983 | 2024-11-15T19:46:00.288Z | Checking tungstenite v0.24.0 |
1984 | 2024-11-15T19:46:00.322Z | Checking fs-err v2.11.0 |
1985 | 2024-11-15T19:46:00.500Z | Checking serde-big-array v0.5.1 |
1986 | 2024-11-15T19:46:00.528Z | Checking portable-atomic v1.9.0 |
1987 | 2024-11-15T19:46:00.738Z | Checking number_prefix v0.4.0 |
1988 | 2024-11-15T19:46:00.871Z | Checking lalrpop-util v0.19.12 |
1989 | 2024-11-15T19:46:00.937Z | Checking minimal-lexical v0.2.1 |
1990 | 2024-11-15T19:46:01.173Z | Checking unicode-width v0.2.0 |
1991 | 2024-11-15T19:46:01.198Z | Checking new_debug_unreachable v1.0.6 |
1992 | 2024-11-15T19:46:01.251Z | Checking precomputed-hash v0.1.1 |
1993 | 2024-11-15T19:46:01.296Z | Checking tokio-tungstenite v0.24.0 |
1994 | 2024-11-15T19:46:01.339Z | Checking nom v7.1.3 |
1995 | 2024-11-15T19:46:01.372Z | Checking string_cache v0.8.7 |
1996 | 2024-11-15T19:46:01.396Z | Checking hickory-resolver v0.24.1 |
1997 | 2024-11-15T19:46:01.448Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1998 | 2024-11-15T19:46:01.618Z | Checking postgres-types v0.2.8 |
1999 | 2024-11-15T19:46:01.649Z | Checking itertools v0.12.1 |
2000 | 2024-11-15T19:46:01.671Z | Checking indicatif v0.17.9 |
2001 | 2024-11-15T19:46:01.749Z | Checking heck v0.4.1 |
2002 | 2024-11-15T19:46:01.960Z | Checking peg-runtime v0.8.3 |
2003 | 2024-11-15T19:46:02.200Z | Checking whoami v1.5.2 |
2004 | 2024-11-15T19:46:02.464Z | Compiling hashbrown v0.14.5 |
2005 | 2024-11-15T19:46:02.495Z | Checking tokio-postgres v0.7.12 |
2006 | 2024-11-15T19:46:02.522Z | Compiling unsafe-libyaml v0.2.11 |
2007 | 2024-11-15T19:46:02.957Z | Checking qorb v0.2.0 |
2008 | 2024-11-15T19:46:03.719Z | Compiling regress v0.10.1 |
2009 | 2024-11-15T19:46:03.783Z | Compiling ident_case v1.0.1 |
2010 | 2024-11-15T19:46:03.973Z | Compiling serde_yaml v0.9.34+deprecated |
2011 | 2024-11-15T19:46:04.129Z | Compiling darling_core v0.20.10 |
2012 | 2024-11-15T19:46:04.190Z | Checking heck v0.5.0 |
2013 | 2024-11-15T19:46:04.486Z | Checking progenitor-client v0.8.0 |
2014 | 2024-11-15T19:46:04.888Z | Checking fastrand v2.1.1 |
2015 | 2024-11-15T19:46:05.215Z | Compiling newtype-uuid v1.1.3 |
2016 | 2024-11-15T19:46:05.547Z | Checking ipnetwork v0.20.0 |
2017 | 2024-11-15T19:46:05.557Z | Compiling structmeta-derive v0.3.0 |
2018 | 2024-11-15T19:46:05.589Z | Checking strum v0.26.3 |
2019 | 2024-11-15T19:46:05.760Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2020 | 2024-11-15T19:46:05.906Z | Compiling dropshot v0.13.0 |
2021 | 2024-11-15T19:46:06.540Z | Compiling dropshot_endpoint v0.13.0 |
2022 | 2024-11-15T19:46:06.542Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2023 | 2024-11-15T19:46:06.902Z | Checking tempfile v3.13.0 |
2024 | 2024-11-15T19:46:07.205Z | Checking instant v0.1.13 |
2025 | 2024-11-15T19:46:07.288Z | Checking regress v0.9.1 |
2026 | 2024-11-15T19:46:07.335Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2027 | 2024-11-15T19:46:08.004Z | Compiling typify-impl v0.2.0 |
2028 | 2024-11-15T19:46:08.182Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2029 | 2024-11-15T19:46:08.482Z | Checking macaddr v1.0.1 |
2030 | 2024-11-15T19:46:08.507Z | Compiling structmeta v0.3.0 |
2031 | 2024-11-15T19:46:08.805Z | Checking backoff v0.4.0 |
2032 | 2024-11-15T19:46:08.833Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2033 | 2024-11-15T19:46:08.913Z | Compiling parse-display-derive v0.10.0 |
2034 | 2024-11-15T19:46:08.979Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2035 | 2024-11-15T19:46:09.121Z | Checking wait-timeout v0.2.0 |
2036 | 2024-11-15T19:46:09.155Z | Checking rand_xorshift v0.3.0 |
2037 | 2024-11-15T19:46:09.353Z | Checking rusty-fork v0.3.0 |
2038 | 2024-11-15T19:46:09.380Z | Compiling structmeta-derive v0.2.0 |
2039 | 2024-11-15T19:46:09.668Z | Checking unarray v0.1.4 |
2040 | 2024-11-15T19:46:09.833Z | Checking proptest v1.5.0 |
2041 | 2024-11-15T19:46:10.727Z | Checking camino-tempfile v1.1.1 |
2042 | 2024-11-15T19:46:10.847Z | Compiling proc-macro-error v1.0.4 |
2043 | 2024-11-15T19:46:11.022Z | Compiling proc-macro-crate v1.3.1 |
2044 | 2024-11-15T19:46:11.069Z | Compiling darling_macro v0.20.10 |
2045 | 2024-11-15T19:46:11.544Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2046 | 2024-11-15T19:46:11.900Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2047 | 2024-11-15T19:46:12.003Z | Compiling darling v0.20.10 |
2048 | 2024-11-15T19:46:12.112Z | Compiling num_enum_derive v0.5.11 |
2049 | 2024-11-15T19:46:12.136Z | Compiling serde_with_macros v3.11.0 |
2050 | 2024-11-15T19:46:12.206Z | Compiling foreign-types-macros v0.2.3 |
2051 | 2024-11-15T19:46:12.269Z | Compiling structmeta v0.2.0 |
2052 | 2024-11-15T19:46:12.717Z | Compiling test-strategy v0.3.1 |
2053 | 2024-11-15T19:46:13.548Z | Checking parse-display v0.10.0 |
2054 | 2024-11-15T19:46:13.587Z | Checking foreign-types-shared v0.3.1 |
2055 | 2024-11-15T19:46:13.716Z | Checking foreign-types v0.5.0 |
2056 | 2024-11-15T19:46:13.954Z | Checking tabwriter v1.4.0 |
2057 | 2024-11-15T19:46:14.022Z | Checking cstr-argument v0.1.2 |
2058 | 2024-11-15T19:46:14.201Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2059 | 2024-11-15T19:46:14.224Z | Checking pretty-hex v0.2.1 |
2060 | 2024-11-15T19:46:14.415Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2061 | 2024-11-15T19:46:14.505Z | Checking colored v2.1.0 |
2062 | 2024-11-15T19:46:14.738Z | Checking smf v0.2.3 |
2063 | 2024-11-15T19:46:14.762Z | Checking num_enum v0.5.11 |
2064 | 2024-11-15T19:46:14.803Z | Checking base64 v0.21.7 |
2065 | 2024-11-15T19:46:14.931Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2066 | 2024-11-15T19:46:15.025Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2067 | 2024-11-15T19:46:15.096Z | Checking serde_with v3.11.0 |
2068 | 2024-11-15T19:46:15.188Z | Compiling crucible-workspace-hack v0.1.0 |
2069 | 2024-11-15T19:46:15.213Z | Checking termtree v0.4.1 |
2070 | 2024-11-15T19:46:15.216Z | Compiling heapless v0.8.0 |
2071 | 2024-11-15T19:46:15.277Z | Checking hash32 v0.3.1 |
2072 | 2024-11-15T19:46:15.341Z | Compiling smoltcp v0.11.0 |
2073 | 2024-11-15T19:46:15.413Z | Checking predicates-tree v1.0.11 |
2074 | 2024-11-15T19:46:15.474Z | Checking cobs v0.2.3 |
2075 | 2024-11-15T19:46:15.577Z | Checking sigpipe v0.1.3 |
2076 | 2024-11-15T19:46:15.609Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2077 | 2024-11-15T19:46:15.650Z | Checking postcard v1.0.10 |
2078 | 2024-11-15T19:46:15.697Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2079 | 2024-11-15T19:46:15.850Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2080 | 2024-11-15T19:46:15.968Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2081 | 2024-11-15T19:46:16.122Z | Compiling mockall_derive v0.13.0 |
2082 | 2024-11-15T19:46:16.203Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2083 | 2024-11-15T19:46:16.261Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2084 | 2024-11-15T19:46:16.517Z | Compiling zone_cfg_derive v0.3.0 |
2085 | 2024-11-15T19:46:16.765Z | Checking atomicwrites v0.4.4 |
2086 | 2024-11-15T19:46:16.786Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2087 | 2024-11-15T19:46:16.963Z | Compiling num-derive v0.4.2 |
2088 | 2024-11-15T19:46:17.145Z | Checking fragile v2.0.0 |
2089 | 2024-11-15T19:46:17.434Z | Checking downcast v0.11.0 |
2090 | 2024-11-15T19:46:17.649Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2091 | 2024-11-15T19:46:17.983Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2092 | 2024-11-15T19:46:18.035Z | Checking zone v0.3.0 |
2093 | 2024-11-15T19:46:18.234Z | Compiling convert_case v0.4.0 |
2094 | 2024-11-15T19:46:18.464Z | Checking newline-converter v0.3.0 |
2095 | 2024-11-15T19:46:18.521Z | Checking itertools v0.13.0 |
2096 | 2024-11-15T19:46:18.636Z | Checking expectorate v1.1.0 |
2097 | 2024-11-15T19:46:18.810Z | Checking tungstenite v0.21.0 |
2098 | 2024-11-15T19:46:18.834Z | Checking same-file v1.0.6 |
2099 | 2024-11-15T19:46:19.002Z | Checking walkdir v2.5.0 |
2100 | 2024-11-15T19:46:19.226Z | Compiling derive_more v0.99.18 |
2101 | 2024-11-15T19:46:19.306Z | Checking arc-swap v1.7.1 |
2102 | 2024-11-15T19:46:19.364Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2103 | 2024-11-15T19:46:19.747Z | Checking slog-scope v4.4.0 |
2104 | 2024-11-15T19:46:19.801Z | Checking tokio-tungstenite v0.21.0 |
2105 | 2024-11-15T19:46:19.850Z | Checking xattr v1.3.1 |
2106 | 2024-11-15T19:46:19.962Z | Checking slog-stdlog v4.1.1 |
2107 | 2024-11-15T19:46:20.000Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2108 | 2024-11-15T19:46:20.064Z | Checking filetime v0.2.25 |
2109 | 2024-11-15T19:46:20.143Z | Checking slog-envlogger v2.2.0 |
2110 | 2024-11-15T19:46:20.299Z | Checking tar v0.4.43 |
2111 | 2024-11-15T19:46:20.332Z | Compiling cancel-safe-futures v0.1.5 |
2112 | 2024-11-15T19:46:20.365Z | Checking swrite v0.1.0 |
2113 | 2024-11-15T19:46:20.493Z | Compiling owo-colors v4.1.0 |
2114 | 2024-11-15T19:46:20.707Z | Checking num-rational v0.4.2 |
2115 | 2024-11-15T19:46:20.796Z | Checking num-complex v0.4.6 |
2116 | 2024-11-15T19:46:21.384Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2117 | 2024-11-15T19:46:21.408Z | Checking libsw v3.3.1 |
2118 | 2024-11-15T19:46:21.687Z | Checking password-hash v0.5.0 |
2119 | 2024-11-15T19:46:21.731Z | Checking num v0.4.3 |
2120 | 2024-11-15T19:46:21.759Z | Checking blake2 v0.10.6 |
2121 | 2024-11-15T19:46:21.848Z | Checking float-ord v0.3.2 |
2122 | 2024-11-15T19:46:22.012Z | Checking indent_write v2.2.0 |
2123 | 2024-11-15T19:46:22.166Z | Checking linear-map v1.2.0 |
2124 | 2024-11-15T19:46:22.228Z | Checking argon2 v0.5.3 |
2125 | 2024-11-15T19:46:22.252Z | Checking pem v3.0.4 |
2126 | 2024-11-15T19:46:22.514Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2127 | 2024-11-15T19:46:22.879Z | Compiling lzma-sys v0.1.20 |
2128 | 2024-11-15T19:46:22.908Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2129 | 2024-11-15T19:46:22.958Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2130 | 2024-11-15T19:46:23.045Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2131 | 2024-11-15T19:46:23.069Z | Checking headers-core v0.3.0 |
2132 | 2024-11-15T19:46:23.221Z | Compiling heck v0.3.3 |
2133 | 2024-11-15T19:46:23.266Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2134 | 2024-11-15T19:46:23.352Z | Checking headers v0.4.0 |
2135 | 2024-11-15T19:46:23.578Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2136 | 2024-11-15T19:46:23.650Z | Compiling zone_cfg_derive v0.1.2 |
2137 | 2024-11-15T19:46:23.870Z | Checking yasna v0.5.2 |
2138 | 2024-11-15T19:46:23.874Z | Checking base64 v0.13.1 |
2139 | 2024-11-15T19:46:24.301Z | Checking ron v0.7.1 |
2140 | 2024-11-15T19:46:24.490Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2141 | 2024-11-15T19:46:24.814Z | Checking rcgen v0.12.1 |
2142 | 2024-11-15T19:46:24.838Z | Checking mockall v0.13.0 |
2143 | 2024-11-15T19:46:24.990Z | Checking xz2 v0.1.7 |
2144 | 2024-11-15T19:46:25.225Z | Checking zone v0.1.8 |
2145 | 2024-11-15T19:46:25.322Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2146 | 2024-11-15T19:46:25.392Z | Checking subprocess v0.2.9 |
2147 | 2024-11-15T19:46:25.511Z | Checking humantime v2.1.0 |
2148 | 2024-11-15T19:46:25.818Z | Checking highway v1.2.0 |
2149 | 2024-11-15T19:46:25.919Z | Compiling semver v0.1.20 |
2150 | 2024-11-15T19:46:25.960Z | Checking half v2.4.1 |
2151 | 2024-11-15T19:46:26.250Z | Compiling rustc_version v0.1.7 |
2152 | 2024-11-15T19:46:26.290Z | Compiling typify-macro v0.2.0 |
2153 | 2024-11-15T19:46:26.442Z | Checking ciborium-io v0.2.2 |
2154 | 2024-11-15T19:46:26.510Z | Checking prettyplease v0.2.25 |
2155 | 2024-11-15T19:46:26.572Z | Checking ciborium-ll v0.2.2 |
2156 | 2024-11-15T19:46:26.754Z | Compiling newtype_derive v0.1.6 |
2157 | 2024-11-15T19:46:26.846Z | Checking ciborium v0.2.2 |
2158 | 2024-11-15T19:46:27.266Z | Checking steno v0.4.1 |
2159 | 2024-11-15T19:46:28.900Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2160 | 2024-11-15T19:46:29.606Z | Compiling slog-dtrace v0.3.0 |
2161 | 2024-11-15T19:46:29.746Z | Checking display-error-chain v0.2.2 |
2162 | 2024-11-15T19:46:29.938Z | Compiling blake3 v1.5.4 |
2163 | 2024-11-15T19:46:30.049Z | Compiling ring v0.16.20 |
2164 | 2024-11-15T19:46:30.203Z | Checking keccak v0.1.5 |
2165 | 2024-11-15T19:46:30.386Z | Checking gethostname v0.5.0 |
2166 | 2024-11-15T19:46:30.516Z | Checking universal-hash v0.5.1 |
2167 | 2024-11-15T19:46:30.539Z | Checking sha3 v0.10.8 |
2168 | 2024-11-15T19:46:30.560Z | Compiling typify v0.2.0 |
2169 | 2024-11-15T19:46:30.706Z | Compiling progenitor-impl v0.8.0 |
2170 | 2024-11-15T19:46:30.955Z | Checking secrecy v0.8.0 |
2171 | 2024-11-15T19:46:31.157Z | Checking opaque-debug v0.3.1 |
2172 | 2024-11-15T19:46:31.255Z | Checking nibble_vec v0.1.0 |
2173 | 2024-11-15T19:46:31.387Z | Checking endian-type v0.1.2 |
2174 | 2024-11-15T19:46:31.458Z | Checking aead v0.5.2 |
2175 | 2024-11-15T19:46:31.521Z | Checking poly1305 v0.8.0 |
2176 | 2024-11-15T19:46:31.594Z | Checking radix_trie v0.2.1 |
2177 | 2024-11-15T19:46:31.693Z | Checking chacha20 v0.9.1 |
2178 | 2024-11-15T19:46:32.042Z | Compiling memmap2 v0.9.5 |
2179 | 2024-11-15T19:46:32.525Z | Compiling spin v0.5.2 |
2180 | 2024-11-15T19:46:32.577Z | Compiling arrayvec v0.7.6 |
2181 | 2024-11-15T19:46:32.758Z | Compiling constant_time_eq v0.3.1 |
2182 | 2024-11-15T19:46:32.957Z | Compiling arrayref v0.3.9 |
2183 | 2024-11-15T19:46:32.981Z | Compiling toolchain_find v0.4.0 |
2184 | 2024-11-15T19:46:33.089Z | Compiling thiserror-impl-no-std v2.0.2 |
2185 | 2024-11-15T19:46:33.199Z | Compiling topological-sort v0.2.2 |
2186 | 2024-11-15T19:46:33.443Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2187 | 2024-11-15T19:46:33.465Z | Compiling rustfmt-wrapper v0.2.1 |
2188 | 2024-11-15T19:46:33.650Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2189 | 2024-11-15T19:46:33.990Z | Checking chacha20poly1305 v0.10.1 |
2190 | 2024-11-15T19:46:34.013Z | Checking fxhash v0.2.1 |
2191 | 2024-11-15T19:46:34.037Z | Compiling async-recursion v1.1.1 |
2192 | 2024-11-15T19:46:34.191Z | Checking termcolor v1.4.1 |
2193 | 2024-11-15T19:46:34.245Z | Compiling radium v0.7.0 |
2194 | 2024-11-15T19:46:34.364Z | Checking maplit v1.0.2 |
2195 | 2024-11-15T19:46:34.496Z | Checking tap v1.0.1 |
2196 | 2024-11-15T19:46:34.672Z | Compiling maybe-uninit v2.0.0 |
2197 | 2024-11-15T19:46:34.675Z | Checking wyz v0.5.1 |
2198 | 2024-11-15T19:46:35.101Z | Checking crc-catalog v2.4.0 |
2199 | 2024-11-15T19:46:35.184Z | Compiling packed_struct v0.10.1 |
2200 | 2024-11-15T19:46:35.262Z | Checking funty v2.0.0 |
2201 | 2024-11-15T19:46:35.386Z | Checking crc v3.2.1 |
2202 | 2024-11-15T19:46:35.674Z | Compiling omicron-zone-package v0.11.1 |
2203 | 2024-11-15T19:46:35.778Z | Checking kstat-rs v0.2.4 |
2204 | 2024-11-15T19:46:35.823Z | Compiling packed_struct_codegen v0.10.1 |
2205 | 2024-11-15T19:46:36.133Z | Compiling indexmap v1.9.3 |
2206 | 2024-11-15T19:46:36.212Z | Checking bitvec v1.0.1 |
2207 | 2024-11-15T19:46:36.315Z | Checking thiserror-no-std v2.0.2 |
2208 | 2024-11-15T19:46:36.440Z | Checking vsss-rs v3.3.4 |
2209 | 2024-11-15T19:46:36.443Z | Checking nodrop v0.1.14 |
2210 | 2024-11-15T19:46:36.591Z | Compiling libefi-sys v0.1.0 |
2211 | 2024-11-15T19:46:36.910Z | Checking array-init v0.0.4 |
2212 | 2024-11-15T19:46:37.398Z | Checking smallvec v0.6.14 |
2213 | 2024-11-15T19:46:37.471Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2214 | 2024-11-15T19:46:37.798Z | Compiling bitfield-struct v0.6.2 |
2215 | 2024-11-15T19:46:37.891Z | Checking hashbrown v0.12.3 |
2216 | 2024-11-15T19:46:37.961Z | Checking bitfield v0.14.0 |
2217 | 2024-11-15T19:46:38.253Z | Checking serde-hex v0.1.0 |
2218 | 2024-11-15T19:46:38.796Z | Compiling progenitor-macro v0.8.0 |
2219 | 2024-11-15T19:46:39.238Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2220 | 2024-11-15T19:46:39.314Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2221 | 2024-11-15T19:46:39.577Z | Checking env_logger v0.10.2 |
2222 | 2024-11-15T19:46:39.690Z | Checking ron v0.8.1 |
2223 | 2024-11-15T19:46:39.793Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2224 | 2024-11-15T19:46:39.867Z | Checking hashbrown v0.13.2 |
2225 | 2024-11-15T19:46:40.018Z | Checking crc-any v2.5.0 |
2226 | 2024-11-15T19:46:40.087Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2227 | 2024-11-15T19:46:40.213Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2228 | 2024-11-15T19:46:40.666Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2229 | 2024-11-15T19:46:40.689Z | Checking path-slash v0.1.5 |
2230 | 2024-11-15T19:46:40.840Z | Compiling parking_lot_core v0.8.6 |
2231 | 2024-11-15T19:46:40.923Z | Checking home v0.5.9 |
2232 | 2024-11-15T19:46:40.947Z | Checking object v0.30.4 |
2233 | 2024-11-15T19:46:40.973Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2234 | 2024-11-15T19:46:41.087Z | Compiling const_format_proc_macros v0.2.33 |
2235 | 2024-11-15T19:46:41.235Z | Compiling vte_generate_state_changes v0.1.2 |
2236 | 2024-11-15T19:46:41.679Z | Checking glob v0.3.1 |
2237 | 2024-11-15T19:46:41.913Z | Checking vte v0.11.1 |
2238 | 2024-11-15T19:46:41.987Z | Checking parking_lot v0.11.2 |
2239 | 2024-11-15T19:46:42.087Z | Checking fd-lock v4.0.2 |
2240 | 2024-11-15T19:46:42.294Z | Checking hickory-client v0.24.1 |
2241 | 2024-11-15T19:46:42.296Z | Checking hickory-server v0.24.1 |
2242 | 2024-11-15T19:46:42.352Z | Checking sled v0.34.7 |
2243 | 2024-11-15T19:46:42.846Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2244 | 2024-11-15T19:46:42.988Z | Checking nu-ansi-term v0.50.1 |
2245 | 2024-11-15T19:46:43.188Z | Checking const_format v0.2.33 |
2246 | 2024-11-15T19:46:43.273Z | Checking strip-ansi-escapes v0.2.0 |
2247 | 2024-11-15T19:46:43.395Z | Compiling buf-list v1.0.3 |
2248 | 2024-11-15T19:46:43.439Z | Checking reedline v0.35.0 |
2249 | 2024-11-15T19:46:43.677Z | Compiling phf_generator v0.11.2 |
2250 | 2024-11-15T19:46:43.883Z | Checking bytecount v0.6.8 |
2251 | 2024-11-15T19:46:44.049Z | Checking papergrid v0.11.0 |
2252 | 2024-11-15T19:46:44.468Z | Compiling phf_codegen v0.11.2 |
2253 | 2024-11-15T19:46:44.701Z | Compiling tabled_derive v0.7.0 |
2254 | 2024-11-15T19:46:45.174Z | Checking primeorder v0.13.6 |
2255 | 2024-11-15T19:46:45.198Z | Compiling parse-zoneinfo v0.3.1 |
2256 | 2024-11-15T19:46:45.606Z | Compiling unicase v2.7.0 |
2257 | 2024-11-15T19:46:45.660Z | Compiling cfg_aliases v0.1.1 |
2258 | 2024-11-15T19:46:45.782Z | Compiling nix v0.28.0 |
2259 | 2024-11-15T19:46:46.093Z | Compiling chrono-tz-build v0.4.0 |
2260 | 2024-11-15T19:46:46.239Z | Checking nanorand v0.7.0 |
2261 | 2024-11-15T19:46:46.616Z | Checking flume v0.11.1 |
2262 | 2024-11-15T19:46:46.674Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2263 | 2024-11-15T19:46:47.065Z | Checking atty v0.2.14 |
2264 | 2024-11-15T19:46:47.136Z | Compiling salty v0.3.0 |
2265 | 2024-11-15T19:46:47.197Z | Checking tabled v0.15.0 |
2266 | 2024-11-15T19:46:47.587Z | Compiling chrono-tz v0.10.0 |
2267 | 2024-11-15T19:46:47.616Z | Checking p384 v0.13.0 |
2268 | 2024-11-15T19:46:47.638Z | Compiling peg-macros v0.8.4 |
2269 | 2024-11-15T19:46:47.684Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2270 | 2024-11-15T19:46:48.761Z | Compiling sqlparser_derive v0.2.2 |
2271 | 2024-11-15T19:46:48.917Z | Checking unicode_categories v0.1.1 |
2272 | 2024-11-15T19:46:49.244Z | Checking sqlformat v0.2.6 |
2273 | 2024-11-15T19:46:49.750Z | Checking rustyline v14.0.0 |
2274 | 2024-11-15T19:46:49.949Z | Checking sqlparser v0.45.0 |
2275 | 2024-11-15T19:46:50.269Z | Compiling mime_guess v2.0.5 |
2276 | 2024-11-15T19:46:51.545Z | Checking bcs v0.1.6 |
2277 | 2024-11-15T19:46:51.567Z | Checking peg v0.8.4 |
2278 | 2024-11-15T19:46:51.687Z | Checking env_filter v0.1.2 |
2279 | 2024-11-15T19:46:51.935Z | Checking env_logger v0.11.5 |
2280 | 2024-11-15T19:46:51.958Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2281 | 2024-11-15T19:46:52.262Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2282 | 2024-11-15T19:46:52.351Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2283 | 2024-11-15T19:46:52.598Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2284 | 2024-11-15T19:46:52.711Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2285 | 2024-11-15T19:46:52.886Z | Compiling dsl_auto_type v0.1.2 |
2286 | 2024-11-15T19:46:53.291Z | Checking scheduled-thread-pool v0.2.7 |
2287 | 2024-11-15T19:46:53.383Z | Compiling diesel_table_macro_syntax v0.2.0 |
2288 | 2024-11-15T19:46:53.544Z | Compiling crunchy v0.2.2 |
2289 | 2024-11-15T19:46:53.806Z | Checking http-range v0.1.5 |
2290 | 2024-11-15T19:46:53.836Z | Checking r2d2 v0.8.10 |
2291 | 2024-11-15T19:46:53.906Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2292 | 2024-11-15T19:46:53.931Z | Checking progenitor v0.8.0 |
2293 | 2024-11-15T19:46:54.090Z | Checking hyper-staticfile v0.10.1 |
2294 | 2024-11-15T19:46:54.170Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2295 | 2024-11-15T19:46:54.173Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2296 | 2024-11-15T19:46:54.293Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2297 | 2024-11-15T19:46:54.695Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2298 | 2024-11-15T19:46:56.137Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2299 | 2024-11-15T19:46:58.886Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2300 | 2024-11-15T19:46:59.103Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2301 | 2024-11-15T19:46:59.175Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2302 | 2024-11-15T19:47:00.521Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2303 | 2024-11-15T19:47:00.596Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2304 | 2024-11-15T19:47:00.948Z | Compiling diesel_derives v2.2.3 |
2305 | 2024-11-15T19:47:01.448Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2306 | 2024-11-15T19:47:01.641Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2307 | 2024-11-15T19:47:01.752Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2308 | 2024-11-15T19:47:02.454Z | Compiling tiny-keccak v2.0.2 |
2309 | 2024-11-15T19:47:02.917Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2310 | 2024-11-15T19:47:02.975Z | Compiling pin-project-internal v1.1.6 |
2311 | 2024-11-15T19:47:03.183Z | Compiling ref-cast v1.0.23 |
2312 | 2024-11-15T19:47:04.495Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2313 | 2024-11-15T19:47:04.550Z | Compiling ascii-canvas v3.0.0 |
2314 | 2024-11-15T19:47:04.807Z | Compiling ena v0.14.3 |
2315 | 2024-11-15T19:47:05.131Z | Compiling ref-cast-impl v1.0.23 |
2316 | 2024-11-15T19:47:05.206Z | Compiling diff v0.1.13 |
2317 | 2024-11-15T19:47:05.777Z | Compiling regex-syntax v0.6.29 |
2318 | 2024-11-15T19:47:05.888Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2319 | 2024-11-15T19:47:06.062Z | Checking pin-project v1.1.6 |
2320 | 2024-11-15T19:47:06.206Z | Checking signal-hook-tokio v0.3.1 |
2321 | 2024-11-15T19:47:06.411Z | Compiling snafu-derive v0.8.5 |
2322 | 2024-11-15T19:47:06.578Z | Checking bumpalo v3.16.0 |
2323 | 2024-11-15T19:47:06.933Z | Checking lockfree-object-pool v0.1.6 |
2324 | 2024-11-15T19:47:07.203Z | Compiling zip v2.1.3 |
2325 | 2024-11-15T19:47:07.528Z | Checking simd-adler32 v0.3.7 |
2326 | 2024-11-15T19:47:07.911Z | Checking zopfli v0.8.1 |
2327 | 2024-11-15T19:47:08.675Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2328 | 2024-11-15T19:47:08.971Z | Compiling derive_builder_core v0.20.2 |
2329 | 2024-11-15T19:47:10.181Z | Compiling lalrpop v0.19.12 |
2330 | 2024-11-15T19:47:11.702Z | Checking globset v0.4.15 |
2331 | 2024-11-15T19:47:11.851Z | Checking olpc-cjson v0.1.4 |
2332 | 2024-11-15T19:47:12.032Z | Checking serde_plain v1.0.2 |
2333 | 2024-11-15T19:47:12.083Z | Compiling libxml v0.3.3 |
2334 | 2024-11-15T19:47:12.105Z | Checking snafu v0.8.5 |
2335 | 2024-11-15T19:47:12.308Z | Compiling memoffset v0.9.1 |
2336 | 2024-11-15T19:47:12.446Z | Checking typed-path v0.9.3 |
2337 | 2024-11-15T19:47:12.635Z | Compiling derive_builder_macro v0.20.2 |
2338 | 2024-11-15T19:47:13.396Z | Checking diesel v2.2.4 |
2339 | 2024-11-15T19:47:13.506Z | Checking tungstenite v0.23.0 |
2340 | 2024-11-15T19:47:13.840Z | Compiling strum_macros v0.24.3 |
2341 | 2024-11-15T19:47:14.464Z | Compiling samael v0.0.17 |
2342 | 2024-11-15T19:47:14.502Z | Checking tough v0.19.0 |
2343 | 2024-11-15T19:47:16.318Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2344 | 2024-11-15T19:47:17.468Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2345 | 2024-11-15T19:47:19.320Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2346 | 2024-11-15T19:47:19.937Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2347 | 2024-11-15T19:47:20.708Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2348 | 2024-11-15T19:47:22.688Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2349 | 2024-11-15T19:47:22.864Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2350 | 2024-11-15T19:47:23.484Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2351 | 2024-11-15T19:47:24.396Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2352 | 2024-11-15T19:47:24.425Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2353 | 2024-11-15T19:47:24.813Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2354 | 2024-11-15T19:47:24.905Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2355 | 2024-11-15T19:47:25.366Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2356 | 2024-11-15T19:47:25.589Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2357 | 2024-11-15T19:47:25.722Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2358 | 2024-11-15T19:47:26.247Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2359 | 2024-11-15T19:47:26.585Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2360 | 2024-11-15T19:47:26.856Z | Compiling indoc v1.0.9 |
2361 | 2024-11-15T19:47:26.922Z | Checking parse-size v1.1.0 |
2362 | 2024-11-15T19:47:27.115Z | Checking tokio-tungstenite v0.23.1 |
2363 | 2024-11-15T19:47:27.614Z | Checking derive_builder v0.20.2 |
2364 | 2024-11-15T19:47:29.500Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2365 | 2024-11-15T19:47:29.793Z | Checking quick-xml v0.33.0 |
2366 | 2024-11-15T19:47:29.844Z | Compiling impl-trait-for-tuples v0.2.2 |
2367 | 2024-11-15T19:47:30.234Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2368 | 2024-11-15T19:47:31.622Z | Compiling oso-derive v0.27.3 |
2369 | 2024-11-15T19:47:31.840Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2370 | 2024-11-15T19:47:32.252Z | Checking nix v0.27.1 |
2371 | 2024-11-15T19:47:32.637Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2372 | 2024-11-15T19:47:32.688Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2373 | 2024-11-15T19:47:33.230Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2374 | 2024-11-15T19:47:33.539Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2375 | 2024-11-15T19:47:34.149Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2376 | 2024-11-15T19:47:35.260Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2377 | 2024-11-15T19:47:36.506Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2378 | 2024-11-15T19:47:37.251Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2379 | 2024-11-15T19:47:37.822Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2380 | 2024-11-15T19:47:37.977Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2381 | 2024-11-15T19:47:38.193Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2382 | 2024-11-15T19:47:38.293Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2383 | 2024-11-15T19:47:38.921Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2384 | 2024-11-15T19:47:39.078Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2385 | 2024-11-15T19:47:41.984Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2386 | 2024-11-15T19:47:42.463Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2387 | 2024-11-15T19:47:42.755Z | Compiling diesel-dtrace v0.3.0 |
2388 | 2024-11-15T19:47:43.887Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2389 | 2024-11-15T19:47:44.620Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2390 | 2024-11-15T19:47:45.490Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2391 | 2024-11-15T19:47:45.513Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2392 | 2024-11-15T19:47:45.819Z | Checking bb8 v0.8.5 |
2393 | 2024-11-15T19:47:46.347Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2394 | 2024-11-15T19:47:47.065Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2395 | 2024-11-15T19:47:47.319Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2396 | 2024-11-15T19:47:47.641Z | Checking rand_seeder v0.3.0 |
2397 | 2024-11-15T19:47:47.720Z | Checking assert_matches v1.5.0 |
2398 | 2024-11-15T19:47:47.828Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2399 | 2024-11-15T19:47:47.866Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2400 | 2024-11-15T19:47:47.888Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2401 | 2024-11-15T19:47:48.154Z | Compiling libz-sys v1.1.20 |
2402 | 2024-11-15T19:47:49.013Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2403 | 2024-11-15T19:47:49.193Z | Checking async-bb8-diesel v0.2.1 |
2404 | 2024-11-15T19:47:49.959Z | Checking is_ci v1.2.0 |
2405 | 2024-11-15T19:47:50.099Z | Checking supports-color v3.0.1 |
2406 | 2024-11-15T19:47:50.197Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2407 | 2024-11-15T19:47:50.304Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2408 | 2024-11-15T19:47:50.429Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2409 | 2024-11-15T19:47:50.473Z | Compiling vergen v8.3.2 |
2410 | 2024-11-15T19:47:50.537Z | Compiling cargo-platform v0.1.8 |
2411 | 2024-11-15T19:47:50.767Z | Checking unicode-linebreak v0.1.5 |
2412 | 2024-11-15T19:47:51.157Z | Checking smawk v0.3.2 |
2413 | 2024-11-15T19:47:51.208Z | Compiling cargo_metadata v0.18.1 |
2414 | 2024-11-15T19:47:51.381Z | Checking textwrap v0.16.1 |
2415 | 2024-11-15T19:47:51.823Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2416 | 2024-11-15T19:47:52.128Z | Checking castaway v0.2.3 |
2417 | 2024-11-15T19:47:52.151Z | Compiling libsqlite3-sys v0.30.1 |
2418 | 2024-11-15T19:47:52.302Z | Compiling rustls v0.21.12 |
2419 | 2024-11-15T19:47:52.319Z | Compiling cfg_aliases v0.2.1 |
2420 | 2024-11-15T19:47:52.435Z | Compiling nix v0.29.0 |
2421 | 2024-11-15T19:47:52.458Z | Checking compact_str v0.8.0 |
2422 | 2024-11-15T19:47:52.726Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2423 | 2024-11-15T19:47:53.017Z | Checking unicode-truncate v1.1.0 |
2424 | 2024-11-15T19:47:53.257Z | Checking rustls-webpki v0.101.7 |
2425 | 2024-11-15T19:47:53.313Z | Checking sct v0.7.1 |
2426 | 2024-11-15T19:47:53.330Z | Checking lru v0.12.5 |
2427 | 2024-11-15T19:47:53.532Z | Compiling instability v0.3.2 |
2428 | 2024-11-15T19:47:53.630Z | Checking cassowary v0.3.0 |
2429 | 2024-11-15T19:47:54.226Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2430 | 2024-11-15T19:47:54.489Z | Checking ratatui v0.28.1 |
2431 | 2024-11-15T19:47:54.561Z | Checking hashlink v0.9.1 |
2432 | 2024-11-15T19:47:54.590Z | Checking concurrent-queue v2.5.0 |
2433 | 2024-11-15T19:47:54.777Z | Checking plotters-backend v0.3.7 |
2434 | 2024-11-15T19:47:54.872Z | Checking parking v2.2.1 |
2435 | 2024-11-15T19:47:55.067Z | Checking fallible-streaming-iterator v0.1.9 |
2436 | 2024-11-15T19:47:55.166Z | Checking fallible-iterator v0.3.0 |
2437 | 2024-11-15T19:47:55.197Z | Checking plotters-svg v0.3.7 |
2438 | 2024-11-15T19:47:55.431Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2439 | 2024-11-15T19:47:55.812Z | Checking rusqlite v0.32.1 |
2440 | 2024-11-15T19:47:55.880Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2441 | 2024-11-15T19:47:56.182Z | Checking rustls-pemfile v1.0.4 |
2442 | 2024-11-15T19:47:56.393Z | Checking twox-hash v1.6.3 |
2443 | 2024-11-15T19:47:56.649Z | Checking cast v0.3.0 |
2444 | 2024-11-15T19:47:56.899Z | Checking plotters v0.3.7 |
2445 | 2024-11-15T19:47:56.957Z | Checking criterion-plot v0.5.0 |
2446 | 2024-11-15T19:47:57.175Z | Checking tokio-rustls v0.24.1 |
2447 | 2024-11-15T19:47:57.459Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2448 | 2024-11-15T19:47:57.488Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2449 | 2024-11-15T19:47:57.514Z | Checking fatfs v0.3.6 |
2450 | 2024-11-15T19:47:57.561Z | Checking tinytemplate v1.2.1 |
2451 | 2024-11-15T19:47:57.963Z | Checking csv-core v0.1.11 |
2452 | 2024-11-15T19:47:58.308Z | Checking oorandom v11.1.4 |
2453 | 2024-11-15T19:47:58.454Z | Checking anes v0.1.6 |
2454 | 2024-11-15T19:47:58.489Z | Checking shell-words v1.1.0 |
2455 | 2024-11-15T19:47:58.608Z | Checking hex-literal v0.4.1 |
2456 | 2024-11-15T19:47:58.652Z | Checking csv v1.3.0 |
2457 | 2024-11-15T19:47:58.912Z | Checking event-listener v5.3.1 |
2458 | 2024-11-15T19:47:58.915Z | Checking criterion v0.5.1 |
2459 | 2024-11-15T19:47:59.187Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2460 | 2024-11-15T19:47:59.210Z | Checking rtoolbox v0.0.2 |
2461 | 2024-11-15T19:47:59.424Z | Checking rpassword v7.3.1 |
2462 | 2024-11-15T19:47:59.524Z | Checking event-listener-strategy v0.5.2 |
2463 | 2024-11-15T19:47:59.580Z | Checking tui-tree-widget v0.22.0 |
2464 | 2024-11-15T19:47:59.733Z | Checking polyval v0.6.2 |
2465 | 2024-11-15T19:47:59.898Z | Checking futures-lite v2.3.0 |
2466 | 2024-11-15T19:48:00.008Z | Checking ghash v0.5.1 |
2467 | 2024-11-15T19:48:00.191Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2468 | 2024-11-15T19:48:01.294Z | Checking ctr v0.9.2 |
2469 | 2024-11-15T19:48:01.545Z | Checking yansi v1.0.1 |
2470 | 2024-11-15T19:48:01.869Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2471 | 2024-11-15T19:48:01.964Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2472 | 2024-11-15T19:48:02.129Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2473 | 2024-11-15T19:48:02.849Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2474 | 2024-11-15T19:48:03.190Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2475 | 2024-11-15T19:48:05.335Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2476 | 2024-11-15T19:48:05.610Z | Checking pretty_assertions v1.4.1 |
2477 | 2024-11-15T19:48:05.821Z | Checking aes-gcm v0.10.3 |
2478 | 2024-11-15T19:48:06.071Z | Checking ssh-encoding v0.2.0 |
2479 | 2024-11-15T19:48:06.409Z | Checking blowfish v0.9.1 |
2480 | 2024-11-15T19:48:06.647Z | Checking bcrypt-pbkdf v0.10.0 |
2481 | 2024-11-15T19:48:06.932Z | Checking ssh-cipher v0.2.0 |
2482 | 2024-11-15T19:48:07.003Z | Checking async-lock v3.4.0 |
2483 | 2024-11-15T19:48:07.250Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2484 | 2024-11-15T19:48:07.339Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2485 | 2024-11-15T19:48:07.751Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2486 | 2024-11-15T19:48:07.795Z | Checking polling v3.7.3 |
2487 | 2024-11-15T19:48:08.189Z | Checking password-hash v0.4.2 |
2488 | 2024-11-15T19:48:08.612Z | Checking matches v0.1.10 |
2489 | 2024-11-15T19:48:08.724Z | Checking idna v0.2.3 |
2490 | 2024-11-15T19:48:09.165Z | Checking pbkdf2 v0.11.0 |
2491 | 2024-11-15T19:48:09.478Z | Checking async-io v2.3.4 |
2492 | 2024-11-15T19:48:09.523Z | Checking ssh-key v0.6.6 |
2493 | 2024-11-15T19:48:10.419Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2494 | 2024-11-15T19:48:11.221Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2495 | 2024-11-15T19:48:11.264Z | Checking p521 v0.13.3 |
2496 | 2024-11-15T19:48:12.246Z | Checking p256 v0.13.2 |
2497 | 2024-11-15T19:48:12.718Z | Checking russh-cryptovec v0.7.3 |
2498 | 2024-11-15T19:48:12.741Z | Compiling enum-as-inner v0.5.1 |
2499 | 2024-11-15T19:48:12.937Z | Compiling target-lexicon v0.12.16 |
2500 | 2024-11-15T19:48:13.726Z | Compiling doc-comment v0.3.3 |
2501 | 2024-11-15T19:48:13.882Z | Checking md5 v0.7.0 |
2502 | 2024-11-15T19:48:14.168Z | Checking async-task v4.7.1 |
2503 | 2024-11-15T19:48:14.483Z | Checking russh-keys v0.45.0 |
2504 | 2024-11-15T19:48:14.653Z | Checking trust-dns-proto v0.22.0 |
2505 | 2024-11-15T19:48:14.695Z | Checking async-channel v2.3.1 |
2506 | 2024-11-15T19:48:15.026Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2507 | 2024-11-15T19:48:15.560Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2508 | 2024-11-15T19:48:15.807Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2509 | 2024-11-15T19:48:16.741Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2510 | 2024-11-15T19:48:16.962Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2511 | 2024-11-15T19:48:17.665Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2512 | 2024-11-15T19:48:18.276Z | Checking piper v0.2.4 |
2513 | 2024-11-15T19:48:18.525Z | Checking num-bigint v0.4.6 |
2514 | 2024-11-15T19:48:18.621Z | Checking des v0.8.1 |
2515 | 2024-11-15T19:48:18.909Z | Compiling dhcproto-macros v0.1.0 |
2516 | 2024-11-15T19:48:19.853Z | Compiling assert_cmd v2.0.16 |
2517 | 2024-11-15T19:48:20.275Z | Checking futures-timer v3.0.3 |
2518 | 2024-11-15T19:48:20.610Z | Compiling guppy-workspace-hack v0.1.0 |
2519 | 2024-11-15T19:48:20.920Z | Checking dhcproto v0.12.0 |
2520 | 2024-11-15T19:48:21.052Z | Checking russh v0.45.0 |
2521 | 2024-11-15T19:48:22.458Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2522 | 2024-11-15T19:48:22.479Z | Checking blocking v1.6.1 |
2523 | 2024-11-15T19:48:23.313Z | Checking async-executor v1.13.1 |
2524 | 2024-11-15T19:48:23.673Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2525 | 2024-11-15T19:48:23.723Z | Checking async-signal v0.2.10 |
2526 | 2024-11-15T19:48:24.018Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2527 | 2024-11-15T19:48:24.623Z | Compiling target-spec v3.2.2 |
2528 | 2024-11-15T19:48:24.645Z | Checking internet-checksum v0.2.1 |
2529 | 2024-11-15T19:48:24.835Z | Checking event-listener v2.5.3 |
2530 | 2024-11-15T19:48:25.068Z | Checking async-channel v1.9.0 |
2531 | 2024-11-15T19:48:25.342Z | Checking async-process v2.3.0 |
2532 | 2024-11-15T19:48:25.868Z | Checking async-global-executor v2.4.1 |
2533 | 2024-11-15T19:48:26.163Z | Checking cfg-expr v0.17.0 |
2534 | 2024-11-15T19:48:26.298Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2535 | 2024-11-15T19:48:26.947Z | Checking httptest v0.16.1 |
2536 | 2024-11-15T19:48:27.037Z | Checking rustls-native-certs v0.7.3 |
2537 | 2024-11-15T19:48:27.214Z | Compiling petname v2.0.2 |
2538 | 2024-11-15T19:48:27.678Z | Checking num_cpus v1.16.0 |
2539 | 2024-11-15T19:48:27.804Z | Checking kv-log-macro v1.0.7 |
2540 | 2024-11-15T19:48:27.948Z | Compiling async-attributes v1.1.2 |
2541 | 2024-11-15T19:48:28.825Z | Checking async-std v1.13.0 |
2542 | 2024-11-15T19:48:30.734Z | Checking threadpool v1.8.1 |
2543 | 2024-11-15T19:48:30.912Z | Checking hyper-rustls v0.26.0 |
2544 | 2024-11-15T19:48:31.263Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2545 | 2024-11-15T19:48:31.387Z | Checking pathdiff v0.2.2 |
2546 | 2024-11-15T19:48:31.570Z | Compiling rstest_macros v0.23.0 |
2547 | 2024-11-15T19:48:31.723Z | Checking escape8259 v0.5.3 |
2548 | 2024-11-15T19:48:31.941Z | Checking nested v0.1.1 |
2549 | 2024-11-15T19:48:32.111Z | Compiling target-triple v0.1.3 |
2550 | 2024-11-15T19:48:32.183Z | Checking guppy v0.17.8 |
2551 | 2024-11-15T19:48:32.593Z | Checking async-object-pool v0.1.5 |
2552 | 2024-11-15T19:48:32.788Z | Checking libtest-mimic v0.7.3 |
2553 | 2024-11-15T19:48:32.813Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2554 | 2024-11-15T19:48:33.987Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2555 | 2024-11-15T19:48:34.271Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2556 | 2024-11-15T19:48:34.583Z | Checking similar-asserts v1.6.0 |
2557 | 2024-11-15T19:48:34.843Z | Checking fancy-regex v0.13.0 |
2558 | 2024-11-15T19:48:35.238Z | Checking serde_regex v1.1.0 |
2559 | 2024-11-15T19:48:35.416Z | Checking assert-json-diff v2.0.2 |
2560 | 2024-11-15T19:48:35.638Z | Compiling proc-macro-crate v3.2.0 |
2561 | 2024-11-15T19:48:35.657Z | Checking path-tree v0.8.1 |
2562 | 2024-11-15T19:48:35.923Z | Checking stringmetrics v2.2.2 |
2563 | 2024-11-15T19:48:35.973Z | Compiling relative-path v1.9.3 |
2564 | 2024-11-15T19:48:36.168Z | Checking sync-ptr v0.1.1 |
2565 | 2024-11-15T19:48:36.406Z | Checking httpmock v0.8.0-alpha.1 |
2566 | 2024-11-15T19:48:36.667Z | Checking datatest-stable v0.2.9 |
2567 | 2024-11-15T19:48:37.143Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2568 | 2024-11-15T19:48:38.613Z | Checking blake2b_simd v1.0.2 |
2569 | 2024-11-15T19:48:39.491Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2570 | 2024-11-15T19:48:44.398Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2571 | 2024-11-15T19:48:44.404Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2572 | 2024-11-15T19:48:44.404Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2573 | 2024-11-15T19:48:44.404Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2574 | 2024-11-15T19:48:44.404Z | Compiling git2 v0.19.0 |
2575 | 2024-11-15T19:48:44.404Z | Checking serde_tokenstream v0.2.2 |
2576 | 2024-11-15T19:48:44.404Z | Checking uzers v0.12.1 |
2577 | 2024-11-15T19:48:44.404Z | Checking rust-argon2 v2.1.0 |
2578 | 2024-11-15T19:48:44.674Z | Checking trybuild v1.0.101 |
2579 | 2024-11-15T19:48:45.192Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2580 | 2024-11-15T19:48:46.150Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2581 | 2024-11-15T19:48:46.629Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2582 | 2024-11-15T19:48:46.999Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2583 | 2024-11-15T19:48:47.746Z | Checking rstest v0.23.0 |
2584 | 2024-11-15T19:48:47.769Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2585 | 2024-11-15T19:48:47.987Z | Checking rand_distr v0.4.3 |
2586 | 2024-11-15T19:48:48.075Z | Checking multimap v0.10.0 |
2587 | 2024-11-15T19:48:48.573Z | Checking approx v0.5.1 |
2588 | 2024-11-15T19:48:48.824Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2589 | 2024-11-15T19:48:49.539Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2590 | 2024-11-15T19:48:50.015Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2591 | 2024-11-15T19:48:50.479Z | Checking partial-io v0.5.4 |
2592 | 2024-11-15T19:48:50.597Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2593 | 2024-11-15T19:48:50.872Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2594 | 2024-11-15T19:48:50.912Z | Checking cargo_toml v0.20.5 |
2595 | 2024-11-15T19:48:51.633Z | Checking termios v0.3.3 |
2596 | 2024-11-15T19:48:51.877Z | Compiling indoc v2.0.5 |
2597 | 2024-11-15T19:48:52.378Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2598 | 2024-11-15T19:48:52.676Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2599 | 2024-11-15T19:48:52.959Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2600 | 2024-11-15T19:48:56.134Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2601 | 2024-11-15T19:49:12.713Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2602 | 2024-11-15T19:49:13.409Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2603 | 2024-11-15T19:49:16.238Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2604 | 2024-11-15T19:49:35.633Z | Compiling polar-core v0.27.3 |
2605 | 2024-11-15T19:49:46.885Z | Checking oso v0.27.3 |
2606 | 2024-11-15T19:49:53.856Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2607 | 2024-11-15T19:49:56.303Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2608 | 2024-11-15T19:49:56.858Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2609 | 2024-11-15T19:50:35.919Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2610 | 2024-11-15T19:50:35.919Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2611 | 2024-11-15T19:50:35.921Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2612 | 2024-11-15T19:51:59.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 33s |
2613 | 2024-11-15T19:51:59.880Z | |
2614 | 2024-11-15T19:51:59.883Z | real 6:38.398089275 |
2615 | 2024-11-15T19:51:59.883Z | user 35:29.049117242 |
2616 | 2024-11-15T19:51:59.883Z | sys 6:27.791057633 |
2617 | 2024-11-15T19:51:59.883Z | trap 0.937856811 |
2618 | 2024-11-15T19:51:59.883Z | tflt 2.570869609 |
2619 | 2024-11-15T19:51:59.883Z | dflt 0.872844525 |
2620 | 2024-11-15T19:51:59.884Z | kflt 0.000794193 |
2621 | 2024-11-15T19:51:59.884Z | lock 51:19.173633868 |
2622 | 2024-11-15T19:51:59.884Z | slp 2:03:31.577363004 |
2623 | 2024-11-15T19:51:59.884Z | lat 1:35.733886699 |
2624 | 2024-11-15T19:51:59.884Z | stop 6:03.250457878 |
2625 | 2024-11-15T19:51:59.884Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2626 | 2024-11-15T19:51:59.884Z | + ptime -m cargo doc --workspace --no-deps |
2627 | 2024-11-15T19:52:01.089Z | warning: output filename collision. |
2628 | 2024-11-15T19:52:01.089Z | 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)`. |
2629 | 2024-11-15T19:52:01.089Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2630 | 2024-11-15T19:52:01.089Z | The targets should have unique names. |
2631 | 2024-11-15T19:52:01.089Z | This is a known bug where multiple crates with the same name use |
2632 | 2024-11-15T19:52:01.089Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2633 | 2024-11-15T19:52:01.530Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2634 | 2024-11-15T19:52:01.598Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2635 | 2024-11-15T19:52:01.616Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2636 | 2024-11-15T19:52:01.656Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2637 | 2024-11-15T19:52:01.680Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2638 | 2024-11-15T19:52:01.706Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2639 | 2024-11-15T19:52:01.706Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2640 | 2024-11-15T19:52:01.909Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2641 | 2024-11-15T19:52:01.948Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2642 | 2024-11-15T19:52:01.970Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2643 | 2024-11-15T19:52:01.994Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2644 | 2024-11-15T19:52:02.225Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2645 | 2024-11-15T19:52:02.257Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2646 | 2024-11-15T19:52:02.514Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2647 | 2024-11-15T19:52:02.747Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2648 | 2024-11-15T19:52:05.361Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2649 | 2024-11-15T19:52:06.508Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2650 | 2024-11-15T19:52:06.833Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2651 | 2024-11-15T19:52:06.911Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2652 | 2024-11-15T19:52:07.062Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2653 | 2024-11-15T19:52:07.148Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2654 | 2024-11-15T19:52:07.222Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2655 | 2024-11-15T19:52:07.473Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2656 | 2024-11-15T19:52:07.534Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2657 | 2024-11-15T19:52:07.905Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2658 | 2024-11-15T19:52:07.964Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2659 | 2024-11-15T19:52:08.115Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2660 | 2024-11-15T19:52:08.394Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2661 | 2024-11-15T19:52:08.437Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2662 | 2024-11-15T19:52:08.692Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2663 | 2024-11-15T19:52:08.830Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2664 | 2024-11-15T19:52:08.833Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2665 | 2024-11-15T19:52:09.116Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2666 | 2024-11-15T19:52:09.166Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2667 | 2024-11-15T19:52:09.532Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2668 | 2024-11-15T19:52:09.819Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2669 | 2024-11-15T19:52:09.858Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2670 | 2024-11-15T19:52:10.227Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2671 | 2024-11-15T19:52:10.286Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2672 | 2024-11-15T19:52:10.599Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2673 | 2024-11-15T19:52:11.057Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2674 | 2024-11-15T19:52:12.454Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2675 | 2024-11-15T19:52:13.918Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2676 | 2024-11-15T19:52:16.032Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2677 | 2024-11-15T19:52:16.805Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2678 | 2024-11-15T19:52:17.025Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2679 | 2024-11-15T19:52:17.083Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2680 | 2024-11-15T19:52:17.316Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2681 | 2024-11-15T19:52:17.524Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2682 | 2024-11-15T19:52:18.544Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2683 | 2024-11-15T19:52:19.089Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2684 | 2024-11-15T19:52:19.439Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2685 | 2024-11-15T19:52:19.611Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2686 | 2024-11-15T19:52:20.009Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2687 | 2024-11-15T19:52:25.414Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2688 | 2024-11-15T19:52:26.317Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2689 | 2024-11-15T19:52:26.798Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2690 | 2024-11-15T19:52:27.398Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2691 | 2024-11-15T19:52:27.882Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2692 | 2024-11-15T19:52:28.680Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2693 | 2024-11-15T19:52:28.890Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2694 | 2024-11-15T19:52:28.980Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2695 | 2024-11-15T19:52:29.181Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2696 | 2024-11-15T19:52:30.202Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2697 | 2024-11-15T19:52:30.342Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2698 | 2024-11-15T19:52:30.365Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2699 | 2024-11-15T19:52:30.868Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2700 | 2024-11-15T19:52:31.025Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2701 | 2024-11-15T19:52:31.618Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2702 | 2024-11-15T19:52:31.675Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2703 | 2024-11-15T19:52:32.193Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2704 | 2024-11-15T19:52:32.448Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2705 | 2024-11-15T19:52:33.067Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2706 | 2024-11-15T19:52:33.089Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2707 | 2024-11-15T19:52:33.553Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2708 | 2024-11-15T19:52:34.146Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2709 | 2024-11-15T19:52:34.200Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2710 | 2024-11-15T19:52:34.674Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2711 | 2024-11-15T19:52:35.539Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2712 | 2024-11-15T19:52:35.563Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2713 | 2024-11-15T19:52:35.787Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2714 | 2024-11-15T19:52:36.158Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2715 | 2024-11-15T19:52:36.454Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2716 | 2024-11-15T19:52:36.661Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2717 | 2024-11-15T19:52:36.763Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2718 | 2024-11-15T19:52:37.397Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2719 | 2024-11-15T19:52:38.526Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2720 | 2024-11-15T19:52:38.789Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2721 | 2024-11-15T19:52:39.152Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2722 | 2024-11-15T19:52:39.334Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2723 | 2024-11-15T19:52:40.409Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2724 | 2024-11-15T19:52:40.669Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2725 | 2024-11-15T19:52:40.760Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2726 | 2024-11-15T19:52:41.226Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2727 | 2024-11-15T19:52:41.282Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2728 | 2024-11-15T19:52:42.134Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2729 | 2024-11-15T19:52:42.438Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2730 | 2024-11-15T19:52:42.441Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2731 | 2024-11-15T19:52:42.967Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2732 | 2024-11-15T19:52:43.086Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2733 | 2024-11-15T19:52:43.301Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2734 | 2024-11-15T19:52:44.014Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2735 | 2024-11-15T19:52:44.433Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2736 | 2024-11-15T19:52:46.506Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2737 | 2024-11-15T19:52:47.641Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2738 | 2024-11-15T19:52:47.667Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2739 | 2024-11-15T19:52:48.061Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2740 | 2024-11-15T19:52:49.926Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2741 | 2024-11-15T19:52:51.873Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2742 | 2024-11-15T19:52:52.915Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2743 | 2024-11-15T19:53:03.543Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2744 | 2024-11-15T19:53:03.839Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2745 | 2024-11-15T19:53:04.718Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2746 | 2024-11-15T19:53:05.157Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2747 | 2024-11-15T19:53:07.289Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2748 | 2024-11-15T19:53:07.691Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2749 | 2024-11-15T19:53:34.308Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2750 | 2024-11-15T19:53:55.358Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2751 | 2024-11-15T19:53:58.275Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2752 | 2024-11-15T19:53:58.537Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2753 | 2024-11-15T19:54:32.965Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2754 | 2024-11-15T19:54:34.087Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2755 | 2024-11-15T19:54:37.244Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2756 | 2024-11-15T19:54:37.890Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2757 | 2024-11-15T19:54:43.395Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2758 | 2024-11-15T19:54:43.685Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2759 | 2024-11-15T19:54:43.704Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2760 | 2024-11-15T19:54:46.656Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2761 | 2024-11-15T19:54:51.193Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2762 | 2024-11-15T19:55:13.484Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2763 | 2024-11-15T19:55:15.688Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2764 | 2024-11-15T19:55:20.446Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2765 | 2024-11-15T19:55:36.281Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2766 | 2024-11-15T19:55:42.101Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2767 | 2024-11-15T19:55:44.393Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2768 | 2024-11-15T19:55:47.678Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2769 | 2024-11-15T19:55:50.580Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2770 | 2024-11-15T19:56:04.976Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2771 | 2024-11-15T19:56:06.302Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2772 | 2024-11-15T19:56:13.895Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2773 | 2024-11-15T19:56:17.692Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2774 | 2024-11-15T19:56:21.605Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2775 | 2024-11-15T19:56:38.854Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2776 | 2024-11-15T19:56:40.561Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2777 | 2024-11-15T19:56:42.376Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2778 | 2024-11-15T19:56:42.542Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2779 | 2024-11-15T19:56:50.459Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2780 | 2024-11-15T19:56:53.730Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2781 | 2024-11-15T19:56:56.350Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2782 | 2024-11-15T19:56:58.905Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2783 | 2024-11-15T19:57:11.441Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2784 | 2024-11-15T19:57:11.604Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2785 | 2024-11-15T19:57:13.844Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2786 | 2024-11-15T19:57:19.024Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2787 | 2024-11-15T19:57:23.942Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2788 | 2024-11-15T19:57:26.965Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2789 | 2024-11-15T19:57:31.077Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2790 | 2024-11-15T19:57:31.098Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2791 | 2024-11-15T19:57:38.791Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2792 | 2024-11-15T19:57:39.270Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2793 | 2024-11-15T19:57:42.449Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2794 | 2024-11-15T19:57:47.220Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2795 | 2024-11-15T19:57:51.725Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2796 | 2024-11-15T19:57:55.097Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2797 | 2024-11-15T19:57:58.867Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2798 | 2024-11-15T19:57:59.595Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2799 | 2024-11-15T19:58:02.359Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2800 | 2024-11-15T19:58:04.826Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2801 | 2024-11-15T19:58:08.943Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2802 | 2024-11-15T19:58:09.978Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2803 | 2024-11-15T19:58:13.194Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2804 | 2024-11-15T19:58:23.556Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2805 | 2024-11-15T19:58:23.658Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2806 | 2024-11-15T19:58:25.261Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2807 | 2024-11-15T19:58:29.900Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2808 | 2024-11-15T19:58:31.575Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2809 | 2024-11-15T19:58:32.122Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2810 | 2024-11-15T19:58:33.961Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2811 | 2024-11-15T19:58:38.015Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2812 | 2024-11-15T19:58:39.186Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2813 | 2024-11-15T19:58:44.520Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2814 | 2024-11-15T19:58:47.176Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2815 | 2024-11-15T19:58:48.624Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2816 | 2024-11-15T19:58:52.383Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2817 | 2024-11-15T19:58:52.849Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2818 | 2024-11-15T19:58:53.744Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2819 | 2024-11-15T19:59:01.692Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2820 | 2024-11-15T19:59:06.785Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2821 | 2024-11-15T19:59:08.626Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2822 | 2024-11-15T19:59:08.681Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2823 | 2024-11-15T19:59:09.760Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2824 | 2024-11-15T19:59:09.864Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2825 | 2024-11-15T19:59:11.020Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2826 | 2024-11-15T19:59:11.817Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2827 | 2024-11-15T19:59:18.148Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2828 | 2024-11-15T19:59:28.670Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2829 | 2024-11-15T19:59:30.179Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2830 | 2024-11-15T19:59:30.601Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2831 | 2024-11-15T19:59:30.621Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2832 | 2024-11-15T19:59:31.049Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2833 | 2024-11-15T19:59:31.630Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2834 | 2024-11-15T19:59:32.394Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2835 | 2024-11-15T19:59:33.258Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2836 | 2024-11-15T19:59:42.420Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2837 | 2024-11-15T19:59:44.180Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2838 | 2024-11-15T19:59:44.723Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2839 | 2024-11-15T19:59:45.798Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2840 | 2024-11-15T19:59:46.551Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2841 | 2024-11-15T19:59:48.225Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2842 | 2024-11-15T19:59:50.932Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2843 | 2024-11-15T19:59:51.994Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2844 | 2024-11-15T19:59:52.811Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2845 | 2024-11-15T19:59:56.538Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2846 | 2024-11-15T19:59:57.579Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2847 | 2024-11-15T19:59:58.093Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2848 | 2024-11-15T19:59:58.234Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2849 | 2024-11-15T20:00:00.244Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2850 | 2024-11-15T20:00:01.067Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2851 | 2024-11-15T20:00:02.154Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2852 | 2024-11-15T20:00:02.577Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2853 | 2024-11-15T20:00:06.619Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2854 | 2024-11-15T20:00:06.713Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2855 | 2024-11-15T20:00:06.891Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2856 | 2024-11-15T20:00:07.061Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2857 | 2024-11-15T20:00:07.207Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2858 | 2024-11-15T20:00:45.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 45s |
2859 | 2024-11-15T20:00:45.402Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 137 other files |
2860 | 2024-11-15T20:00:45.469Z | |
2861 | 2024-11-15T20:00:45.473Z | real 8:45.469112328 |
2862 | 2024-11-15T20:00:45.473Z | user 25:32.791588281 |
2863 | 2024-11-15T20:00:45.473Z | sys 39:37.286772906 |
2864 | 2024-11-15T20:00:45.473Z | trap 0.399065614 |
2865 | 2024-11-15T20:00:45.473Z | tflt 0.128159322 |
2866 | 2024-11-15T20:00:45.473Z | dflt 0.176671578 |
2867 | 2024-11-15T20:00:45.473Z | kflt 0.000000000 |
2868 | 2024-11-15T20:00:45.473Z | lock 1:26:18.254078836 |
2869 | 2024-11-15T20:00:45.473Z | slp 2:26:46.198794459 |
2870 | 2024-11-15T20:00:45.473Z | lat 1:15.571826829 |
2871 | 2024-11-15T20:00:45.473Z | stop 1:10.655311693 |
2872 | 2024-11-15T20:00:45.473Z | process exited: duration 1269852 ms, exit code 0 |
|
2873 | 2024-11-15T20:00:45.479Z | found 0 output files |