|
|
|
1 | 2024-12-18T20:51:47.991Z | job assigned to worker 01JFDRKBJBTCWNTWY8ZQM5D512 [factory aws, i-07c99df245366a238] (queued for 1 m 1 s) |
|
2 | 2024-12-18T20:51:56.381Z | starting task 0: "setup" |
3 | 2024-12-18T20:51:56.389Z | ++ uname -s |
4 | 2024-12-18T20:51:56.391Z | + kern=SunOS |
5 | 2024-12-18T20:51:56.391Z | + case "$kern" in |
6 | 2024-12-18T20:51:56.391Z | + groupadd -g 12345 build |
7 | 2024-12-18T20:51:56.393Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-18T20:51:58.400Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-18T20:51:58.486Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-18T20:51:58.489Z | + home_fs=zfs |
11 | 2024-12-18T20:51:58.489Z | + [[ zfs == autofs ]] |
12 | 2024-12-18T20:51:58.489Z | + mkdir -p /home/build |
13 | 2024-12-18T20:51:58.491Z | + chown build:build /home/build /work |
14 | 2024-12-18T20:52:00.493Z | + chmod 0700 /home/build /work |
15 | 2024-12-18T20:52:00.496Z | process exited: duration 4115 ms, exit code 0 |
|
16 | 2024-12-18T20:52:00.500Z | starting task 1: "rust-toolchain" |
17 | 2024-12-18T20:52:00.506Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-18T20:52:00.506Z | * toolchain channel = "1.81.0" |
19 | 2024-12-18T20:52:00.506Z | ' 1.81.0 |
20 | 2024-12-18T20:52:00.509Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-18T20:52:00.509Z | * toolchain profile = "default" |
22 | 2024-12-18T20:52:00.509Z | ' default |
23 | 2024-12-18T20:52:00.509Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-18T20:52:00.509Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-18T20:52:00.626Z | info: downloading installer |
26 | 2024-12-18T20:52:01.900Z | info: profile set to 'default' |
27 | 2024-12-18T20:52:01.900Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-18T20:52:01.903Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-18T20:52:02.052Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-18T20:52:02.052Z | info: downloading component 'cargo' |
31 | 2024-12-18T20:52:02.887Z | info: downloading component 'clippy' |
32 | 2024-12-18T20:52:03.196Z | info: downloading component 'rust-docs' |
33 | 2024-12-18T20:52:04.352Z | info: downloading component 'rust-std' |
34 | 2024-12-18T20:52:06.167Z | info: downloading component 'rustc' |
35 | 2024-12-18T20:52:12.645Z | info: downloading component 'rustfmt' |
36 | 2024-12-18T20:52:12.888Z | info: installing component 'cargo' |
37 | 2024-12-18T20:52:13.678Z | info: installing component 'clippy' |
38 | 2024-12-18T20:52:14.038Z | info: installing component 'rust-docs' |
39 | 2024-12-18T20:52:15.674Z | info: installing component 'rust-std' |
40 | 2024-12-18T20:52:17.377Z | info: installing component 'rustc' |
41 | 2024-12-18T20:52:22.960Z | info: installing component 'rustfmt' |
42 | 2024-12-18T20:52:23.280Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-18T20:52:23.280Z | |
44 | 2024-12-18T20:52:23.646Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-18T20:52:23.646Z | |
46 | 2024-12-18T20:52:23.649Z | |
47 | 2024-12-18T20:52:23.649Z | Rust is installed now. Great! |
48 | 2024-12-18T20:52:23.649Z | |
49 | 2024-12-18T20:52:23.649Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-18T20:52:23.649Z | environment variable. This has not been done automatically. |
51 | 2024-12-18T20:52:23.649Z | |
52 | 2024-12-18T20:52:23.649Z | To configure your current shell, you need to source |
53 | 2024-12-18T20:52:23.649Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-18T20:52:23.649Z | |
55 | 2024-12-18T20:52:23.649Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-18T20:52:23.649Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-18T20:52:23.649Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-18T20:52:23.715Z | + rustc --version |
59 | 2024-12-18T20:52:23.782Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-18T20:52:23.784Z | process exited: duration 23278 ms, exit code 0 |
|
61 | 2024-12-18T20:52:23.790Z | starting task 2: "authentication" |
62 | 2024-12-18T20:52:23.811Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-18T20:52:23.816Z | starting task 3: "clone repository" |
64 | 2024-12-18T20:52:23.822Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-18T20:52:23.824Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-18T20:52:24.119Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-18T20:52:31.316Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-18T20:52:31.316Z | + git fetch origin 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c |
69 | 2024-12-18T20:52:31.682Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-18T20:52:31.682Z | * branch 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c -> FETCH_HEAD |
71 | 2024-12-18T20:52:31.687Z | + [[ -n wc/mgs-taskdump ]] |
72 | 2024-12-18T20:52:31.687Z | ++ git branch --show-current |
73 | 2024-12-18T20:52:31.687Z | + current=main |
74 | 2024-12-18T20:52:31.687Z | + [[ main != wc/mgs-taskdump ]] |
75 | 2024-12-18T20:52:31.687Z | + git branch -f wc/mgs-taskdump 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c |
76 | 2024-12-18T20:52:31.687Z | + git checkout -f wc/mgs-taskdump |
77 | 2024-12-18T20:52:31.808Z | Switched to branch 'wc/mgs-taskdump' |
78 | 2024-12-18T20:52:31.810Z | + git reset --hard 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c |
79 | 2024-12-18T20:52:31.825Z | HEAD is now at 8b13de1f0 Add task-dump endpoints to MGS |
80 | 2024-12-18T20:52:31.828Z | process exited: duration 8008 ms, exit code 0 |
|
81 | 2024-12-18T20:52:31.833Z | starting task 4: "build" |
82 | 2024-12-18T20:52:31.838Z | + source ./env.sh |
83 | 2024-12-18T20:52:31.841Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-12-18T20:52:31.841Z | ++ set -o xtrace |
85 | 2024-12-18T20:52:31.843Z | ++++ dirname ./env.sh |
86 | 2024-12-18T20:52:31.846Z | +++ readlink -f . |
87 | 2024-12-18T20:52:31.979Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-12-18T20:52:31.982Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-12-18T20:52:31.982Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-12-18T20:52:31.982Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-12-18T20:52:31.982Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-12-18T20:52:31.982Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-12-18T20:52:31.982Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-12-18T20:52:31.982Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-12-18T20:52:31.982Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-12-18T20:52:31.982Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-12-18T20:52:31.982Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-12-18T20:52:31.982Z | + source .github/buildomat/ci-env.sh |
99 | 2024-12-18T20:52:31.982Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-12-18T20:52:31.982Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-12-18T20:52:31.982Z | + cargo --version |
102 | 2024-12-18T20:52:32.039Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-12-18T20:52:32.042Z | + rustc --version |
104 | 2024-12-18T20:52:32.100Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-12-18T20:52:32.102Z | + banner prerequisites |
106 | 2024-12-18T20:52:32.218Z | |
107 | 2024-12-18T20:52:32.218Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-12-18T20:52:32.218Z | # # # # # # # # # # # # # # # |
109 | 2024-12-18T20:52:32.218Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-12-18T20:52:32.218Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-12-18T20:52:32.218Z | # # # # # # # # # # # # # # # |
112 | 2024-12-18T20:52:32.218Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-12-18T20:52:32.218Z | |
114 | 2024-12-18T20:52:32.221Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-12-18T20:52:49.095Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-12-18T20:52:53.082Z | Startup: Caching catalogs ... Done |
117 | 2024-12-18T20:53:03.583Z | Planning: Solver setup ... Done (9.652s) |
118 | 2024-12-18T20:53:03.715Z | Planning: Running solver ... Done (0.130s) |
119 | 2024-12-18T20:53:03.896Z | Planning: Finding local manifests ... Done (0.090s) |
120 | 2024-12-18T20:53:03.927Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-12-18T20:53:05.368Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-12-18T20:53:05.553Z | Planning: Package planning ... Done (0.198s) |
123 | 2024-12-18T20:53:05.606Z | Planning: Merging actions ... Done (0.056s) |
124 | 2024-12-18T20:53:06.130Z | Planning: Checking for conflicting actions ... Done (0.523s) |
125 | 2024-12-18T20:53:10.829Z | Planning: Consolidating action changes ... Done (4.699s) |
126 | 2024-12-18T20:53:11.187Z | Planning: Evaluating mediators ... Done (0.357s) |
127 | 2024-12-18T20:53:11.303Z | Planning: Planning completed in 18.12 seconds |
128 | 2024-12-18T20:53:11.318Z | Packages to install: 4 |
129 | 2024-12-18T20:53:11.318Z | Packages to update: 1 |
130 | 2024-12-18T20:53:11.321Z | Mediators to change: 2 |
131 | 2024-12-18T20:53:11.321Z | Services to change: 1 |
132 | 2024-12-18T20:53:11.321Z | Estimated space available: 155.63 GB |
133 | 2024-12-18T20:53:11.321Z | Estimated space to be consumed: 1.61 GB |
134 | 2024-12-18T20:53:11.321Z | Create boot environment: No |
135 | 2024-12-18T20:53:11.321Z | Create backup boot environment: Yes |
136 | 2024-12-18T20:53:11.321Z | Rebuild boot archive: No |
137 | 2024-12-18T20:53:11.321Z | |
138 | 2024-12-18T20:53:11.321Z | Changed mediators: |
139 | 2024-12-18T20:53:11.321Z | mediator clang: |
140 | 2024-12-18T20:53:11.321Z | version: None -> 15 (system default) |
141 | 2024-12-18T20:53:11.321Z | |
142 | 2024-12-18T20:53:11.321Z | mediator llvm: |
143 | 2024-12-18T20:53:11.322Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-12-18T20:53:11.322Z | |
145 | 2024-12-18T20:53:11.322Z | Changed packages: |
146 | 2024-12-18T20:53:11.322Z | helios-dev |
147 | 2024-12-18T20:53:11.322Z | developer/build-essential |
148 | 2024-12-18T20:53:11.322Z | None -> 11-2.0 |
149 | 2024-12-18T20:53:11.322Z | library/libxmlsec1 |
150 | 2024-12-18T20:53:11.322Z | None -> 1.2.35-2.0 |
151 | 2024-12-18T20:53:11.322Z | ooce/developer/clang-15 |
152 | 2024-12-18T20:53:11.322Z | None -> 15.0.7-2.0 |
153 | 2024-12-18T20:53:11.322Z | ooce/developer/llvm-15 |
154 | 2024-12-18T20:53:11.322Z | None -> 15.0.7-2.0 |
155 | 2024-12-18T20:53:11.322Z | package/pkg |
156 | 2024-12-18T20:53:11.322Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-12-18T20:53:11.322Z | |
158 | 2024-12-18T20:53:11.322Z | Services: |
159 | 2024-12-18T20:53:11.322Z | restart_fmri: |
160 | 2024-12-18T20:53:11.322Z | svc:/system/update-man-index:default |
161 | 2024-12-18T20:53:11.322Z | |
162 | 2024-12-18T20:53:11.322Z | Editable files to change: |
163 | 2024-12-18T20:53:11.322Z | Update: |
164 | 2024-12-18T20:53:11.322Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-12-18T20:53:11.554Z | |
166 | 2024-12-18T20:53:11.554Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-12-18T20:53:17.664Z | Download: 213/4281 items 1.3/220.6MB 0% complete (984k/s) |
168 | 2024-12-18T20:53:22.667Z | Download: 1118/4281 items 29.3/220.6MB 13% complete (2.7M/s) |
169 | 2024-12-18T20:53:27.667Z | Download: 1731/4281 items 117.5/220.6MB 53% complete (11.8M/s) |
170 | 2024-12-18T20:53:32.670Z | Download: 2355/4281 items 119.7/220.6MB 54% complete (9.3M/s) |
171 | 2024-12-18T20:53:38.997Z | Download: 3286/4281 items 211.7/220.6MB 95% complete (9.4M/s) |
172 | 2024-12-18T20:53:43.999Z | Download: 4122/4281 items 220.0/220.6MB 99% complete (9.9M/s) |
173 | 2024-12-18T20:53:45.261Z | Download: Completed 220.60 MB in 33.70 seconds (6.5M/s) |
174 | 2024-12-18T20:53:47.445Z | Actions: 1/5063 actions (Removing old actions) |
175 | 2024-12-18T20:53:47.461Z | Actions: 194/5063 actions (Installing new actions) |
176 | 2024-12-18T20:53:52.484Z | Actions: 4128/5063 actions (Installing new actions) |
177 | 2024-12-18T20:53:52.817Z | Actions: 4226/5063 actions (Updating modified actions) |
178 | 2024-12-18T20:53:53.169Z | Actions: Completed 5063 actions in 5.72 seconds. |
179 | 2024-12-18T20:53:53.557Z | Done (0.380s) |
180 | 2024-12-18T20:53:53.560Z | Done (0.000s) |
181 | 2024-12-18T20:53:54.133Z | Done (0.574s) |
182 | 2024-12-18T20:53:59.400Z | Done (5.038s) |
183 | 2024-12-18T20:53:59.635Z | Done (0.161s) |
184 | 2024-12-18T20:53:59.638Z | Done (0.000s) |
185 | 2024-12-18T20:53:59.807Z | Done (0.000s) |
186 | 2024-12-18T20:54:00.488Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-12-18T20:54:00.647Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-12-18T20:54:00.650Z | Planning: Consolidating action changes ... Done |
189 | 2024-12-18T20:54:00.911Z | Planning: Evaluating mediators ... Done |
190 | 2024-12-18T20:54:00.914Z | Planning: Planning completed in 0.42 seconds |
191 | 2024-12-18T20:54:00.950Z | Mediators to change: 2 |
192 | 2024-12-18T20:54:00.950Z | Create boot environment: No |
193 | 2024-12-18T20:54:00.952Z | Create backup boot environment: No |
194 | 2024-12-18T20:54:01.024Z | Done |
195 | 2024-12-18T20:54:01.024Z | Done |
196 | 2024-12-18T20:54:01.373Z | Done |
197 | 2024-12-18T20:54:04.933Z | Done |
198 | 2024-12-18T20:54:05.018Z | Done |
199 | 2024-12-18T20:54:05.023Z | Done |
200 | 2024-12-18T20:54:05.181Z | Done |
201 | 2024-12-18T20:54:05.779Z | Planning: Evaluating mediator changes ... Done |
202 | 2024-12-18T20:54:05.785Z | Planning: Merging actions ... Done |
203 | 2024-12-18T20:54:05.968Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-12-18T20:54:05.984Z | Planning: Consolidating action changes ... Done |
205 | 2024-12-18T20:54:06.230Z | Planning: Evaluating mediators ... Done |
206 | 2024-12-18T20:54:06.284Z | Planning: Planning completed in 0.74 seconds |
207 | 2024-12-18T20:54:06.324Z | Packages to change: 1 |
208 | 2024-12-18T20:54:06.324Z | Mediators to change: 1 |
209 | 2024-12-18T20:54:06.324Z | Services to change: 1 |
210 | 2024-12-18T20:54:06.324Z | Create boot environment: No |
211 | 2024-12-18T20:54:06.330Z | Create backup boot environment: Yes |
212 | 2024-12-18T20:54:08.657Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2024-12-18T20:54:08.694Z | Actions: Completed 6 actions in 0.04 seconds. |
214 | 2024-12-18T20:54:08.699Z | Done |
215 | 2024-12-18T20:54:08.699Z | Done |
216 | 2024-12-18T20:54:08.808Z | Done |
217 | 2024-12-18T20:54:12.322Z | Done |
218 | 2024-12-18T20:54:12.415Z | Done |
219 | 2024-12-18T20:54:12.418Z | Done |
220 | 2024-12-18T20:54:12.563Z | Done |
221 | 2024-12-18T20:54:12.988Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2024-12-18T20:54:12.989Z | clang system 15 system |
223 | 2024-12-18T20:54:12.989Z | csh system system illumos |
224 | 2024-12-18T20:54:12.989Z | ctags system system illumos |
225 | 2024-12-18T20:54:12.989Z | gcc vendor 12 vendor |
226 | 2024-12-18T20:54:12.989Z | gcc system 10 system |
227 | 2024-12-18T20:54:12.989Z | gcc system 7 system |
228 | 2024-12-18T20:54:12.989Z | go system 1.20 system |
229 | 2024-12-18T20:54:12.989Z | go system 1.19 system |
230 | 2024-12-18T20:54:12.989Z | llvm system 15 system |
231 | 2024-12-18T20:54:12.989Z | llvm system 14 system |
232 | 2024-12-18T20:54:12.989Z | mariadb system 10.6 system |
233 | 2024-12-18T20:54:12.989Z | mta vendor vendor dma |
234 | 2024-12-18T20:54:12.989Z | openjdk system 17 system |
235 | 2024-12-18T20:54:12.989Z | openjdk system 11 system |
236 | 2024-12-18T20:54:12.989Z | openjdk system 1.8 system |
237 | 2024-12-18T20:54:12.989Z | openssl vendor 3 vendor |
238 | 2024-12-18T20:54:12.989Z | perl system 5.36 system |
239 | 2024-12-18T20:54:12.989Z | postgresql system 15 system |
240 | 2024-12-18T20:54:12.989Z | postgresql system 13 system |
241 | 2024-12-18T20:54:12.989Z | python vendor 3 vendor |
242 | 2024-12-18T20:54:12.989Z | python system 2 system |
243 | 2024-12-18T20:54:12.989Z | python3 system 3.11 system |
244 | 2024-12-18T20:54:12.989Z | ruby system 3.0 system |
245 | 2024-12-18T20:54:12.989Z | words vendor vendor american-english |
246 | 2024-12-18T20:54:12.989Z | words system system australian-english |
247 | 2024-12-18T20:54:12.989Z | words system system british-english |
248 | 2024-12-18T20:54:12.989Z | words system system canadian-english |
249 | 2024-12-18T20:54:12.989Z | words system system french |
250 | 2024-12-18T20:54:12.989Z | words system system italian |
251 | 2024-12-18T20:54:12.989Z | words system system ngerman |
252 | 2024-12-18T20:54:12.989Z | words system system ogerman |
253 | 2024-12-18T20:54:12.989Z | words system system spanish |
254 | 2024-12-18T20:54:13.311Z | PUBLISHER TYPE STATUS P LOCATION |
255 | 2024-12-18T20:54:13.311Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
256 | 2024-12-18T20:54:16.054Z | FMRI IFO |
257 | 2024-12-18T20:54:16.054Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2024-12-18T20:54:16.054Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2024-12-18T20:54:16.054Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2024-12-18T20:54:16.054Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2024-12-18T20:54:16.054Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
262 | 2024-12-18T20:54:16.054Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2024-12-18T20:54:16.054Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
264 | 2024-12-18T20:54:16.054Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
265 | 2024-12-18T20:54:16.054Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2024-12-18T20:54:16.054Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
267 | 2024-12-18T20:54:16.054Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
268 | 2024-12-18T20:54:16.054Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
269 | 2024-12-18T20:54:16.054Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
270 | 2024-12-18T20:54:16.054Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
271 | 2024-12-18T20:54:16.054Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
272 | 2024-12-18T20:54:16.808Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
273 | 2024-12-18T20:54:17.103Z | Updating crates.io index |
274 | 2024-12-18T20:54:17.108Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
275 | 2024-12-18T20:54:17.735Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
276 | 2024-12-18T20:54:17.946Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
277 | 2024-12-18T20:54:18.208Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
278 | 2024-12-18T20:54:18.484Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
279 | 2024-12-18T20:54:19.292Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
280 | 2024-12-18T20:54:20.732Z | Updating git repository `https://github.com/oxidecomputer/opte` |
281 | 2024-12-18T20:54:21.317Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
282 | 2024-12-18T20:54:22.082Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
283 | 2024-12-18T20:54:22.316Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
284 | 2024-12-18T20:54:22.592Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
285 | 2024-12-18T20:54:23.214Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
286 | 2024-12-18T20:54:23.518Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
287 | 2024-12-18T20:54:23.803Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
288 | 2024-12-18T20:54:24.058Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
289 | 2024-12-18T20:54:24.331Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
290 | 2024-12-18T20:54:24.555Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
291 | 2024-12-18T20:54:24.833Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
292 | 2024-12-18T20:54:25.132Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
293 | 2024-12-18T20:54:25.481Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
294 | 2024-12-18T20:54:25.698Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
295 | 2024-12-18T20:54:26.133Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
296 | 2024-12-18T20:54:26.438Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
297 | 2024-12-18T20:54:26.980Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
298 | 2024-12-18T20:54:27.157Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
299 | 2024-12-18T20:54:27.435Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
300 | 2024-12-18T20:54:27.696Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
301 | 2024-12-18T20:54:27.960Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
302 | 2024-12-18T20:54:29.212Z | Downloading crates ... |
303 | 2024-12-18T20:54:29.267Z | Downloaded anstyle-query v1.1.1 |
304 | 2024-12-18T20:54:29.270Z | Downloaded anstyle-parse v0.2.5 |
305 | 2024-12-18T20:54:29.275Z | Downloaded anstream v0.6.15 |
306 | 2024-12-18T20:54:29.278Z | Downloaded anstyle v1.0.10 |
307 | 2024-12-18T20:54:29.288Z | Downloaded pretty-hex v0.4.1 |
308 | 2024-12-18T20:54:29.296Z | Downloaded usdt-macro v0.5.0 |
309 | 2024-12-18T20:54:29.300Z | Downloaded equivalent v1.0.1 |
310 | 2024-12-18T20:54:29.309Z | Downloaded dtrace-parser v0.2.0 |
311 | 2024-12-18T20:54:29.312Z | Downloaded scroll_derive v0.12.0 |
312 | 2024-12-18T20:54:29.319Z | Downloaded usdt-attr-macro v0.5.0 |
313 | 2024-12-18T20:54:29.321Z | Downloaded proc-macro-error-attr v1.0.4 |
314 | 2024-12-18T20:54:29.325Z | Downloaded itoa v1.0.11 |
315 | 2024-12-18T20:54:29.325Z | Downloaded is_terminal_polyfill v1.70.1 |
316 | 2024-12-18T20:54:29.328Z | Downloaded errno v0.3.9 |
317 | 2024-12-18T20:54:29.328Z | Downloaded dof v0.3.0 |
318 | 2024-12-18T20:54:29.330Z | Downloaded cfg-if v1.0.0 |
319 | 2024-12-18T20:54:29.330Z | Downloaded generic-array v0.14.7 |
320 | 2024-12-18T20:54:29.333Z | Downloaded autocfg v1.4.0 |
321 | 2024-12-18T20:54:29.336Z | Downloaded colorchoice v1.0.2 |
322 | 2024-12-18T20:54:29.336Z | Downloaded plain v0.2.3 |
323 | 2024-12-18T20:54:29.336Z | Downloaded bytecount v0.6.8 |
324 | 2024-12-18T20:54:29.341Z | Downloaded swrite v0.1.0 |
325 | 2024-12-18T20:54:29.344Z | Downloaded pest_generator v2.7.14 |
326 | 2024-12-18T20:54:29.344Z | Downloaded crypto-common v0.1.6 |
327 | 2024-12-18T20:54:29.347Z | Downloaded cpufeatures v0.2.14 |
328 | 2024-12-18T20:54:29.347Z | Downloaded cargo-platform v0.1.8 |
329 | 2024-12-18T20:54:29.347Z | Downloaded version_check v0.9.5 |
330 | 2024-12-18T20:54:29.350Z | Downloaded thread-id v4.2.2 |
331 | 2024-12-18T20:54:29.350Z | Downloaded thiserror v1.0.69 |
332 | 2024-12-18T20:54:29.353Z | Downloaded memmap v0.7.0 |
333 | 2024-12-18T20:54:29.355Z | Downloaded utf8parse v0.2.2 |
334 | 2024-12-18T20:54:29.355Z | Downloaded toml_datetime v0.6.8 |
335 | 2024-12-18T20:54:29.358Z | Downloaded thiserror-impl v1.0.69 |
336 | 2024-12-18T20:54:29.358Z | Downloaded tabled_derive v0.7.0 |
337 | 2024-12-18T20:54:29.361Z | Downloaded heck v0.4.1 |
338 | 2024-12-18T20:54:29.361Z | Downloaded fnv v1.0.7 |
339 | 2024-12-18T20:54:29.361Z | Downloaded fastrand v2.1.1 |
340 | 2024-12-18T20:54:29.364Z | Downloaded unicode-linebreak v0.1.5 |
341 | 2024-12-18T20:54:29.364Z | Downloaded digest v0.10.7 |
342 | 2024-12-18T20:54:29.364Z | Downloaded clap_lex v0.7.2 |
343 | 2024-12-18T20:54:29.367Z | Downloaded block-buffer v0.10.4 |
344 | 2024-12-18T20:54:29.367Z | Downloaded macaddr v1.0.1 |
345 | 2024-12-18T20:54:29.367Z | Downloaded fs-err v2.11.0 |
346 | 2024-12-18T20:54:29.370Z | Downloaded terminal_size v0.4.0 |
347 | 2024-12-18T20:54:29.372Z | Downloaded strsim v0.11.1 |
348 | 2024-12-18T20:54:29.372Z | Downloaded serde_spanned v0.6.8 |
349 | 2024-12-18T20:54:29.372Z | Downloaded scroll v0.12.0 |
350 | 2024-12-18T20:54:29.375Z | Downloaded heck v0.5.0 |
351 | 2024-12-18T20:54:29.375Z | Downloaded smawk v0.3.2 |
352 | 2024-12-18T20:54:29.378Z | Downloaded serde_tokenstream v0.2.2 |
353 | 2024-12-18T20:54:29.383Z | Downloaded cargo_metadata v0.18.1 |
354 | 2024-12-18T20:54:29.391Z | Downloaded clap_derive v4.5.18 |
355 | 2024-12-18T20:54:29.391Z | Downloaded cargo_toml v0.20.5 |
356 | 2024-12-18T20:54:29.391Z | Downloaded byteorder v1.5.0 |
357 | 2024-12-18T20:54:29.401Z | Downloaded tempfile v3.13.0 |
358 | 2024-12-18T20:54:29.401Z | Downloaded semver v1.0.23 |
359 | 2024-12-18T20:54:29.410Z | Downloaded proc-macro-error v1.0.4 |
360 | 2024-12-18T20:54:29.410Z | Downloaded usdt-impl v0.5.0 |
361 | 2024-12-18T20:54:29.410Z | Downloaded usdt v0.5.0 |
362 | 2024-12-18T20:54:29.410Z | Downloaded anyhow v1.0.93 |
363 | 2024-12-18T20:54:29.410Z | Downloaded pest_derive v2.7.14 |
364 | 2024-12-18T20:54:29.410Z | Downloaded sha2 v0.10.8 |
365 | 2024-12-18T20:54:29.413Z | Downloaded camino-tempfile v1.1.1 |
366 | 2024-12-18T20:54:29.413Z | Downloaded bitflags v2.6.0 |
367 | 2024-12-18T20:54:29.417Z | Downloaded pest_meta v2.7.14 |
368 | 2024-12-18T20:54:29.421Z | Downloaded textwrap v0.16.1 |
369 | 2024-12-18T20:54:29.421Z | Downloaded camino v1.1.9 |
370 | 2024-12-18T20:54:29.424Z | Downloaded ryu v1.0.18 |
371 | 2024-12-18T20:54:29.428Z | Downloaded proc-macro2 v1.0.89 |
372 | 2024-12-18T20:54:29.428Z | Downloaded log v0.4.22 |
373 | 2024-12-18T20:54:29.431Z | Downloaded unicode-ident v1.0.13 |
374 | 2024-12-18T20:54:29.434Z | Downloaded zerocopy-derive v0.7.35 |
375 | 2024-12-18T20:54:29.437Z | Downloaded ucd-trie v0.1.7 |
376 | 2024-12-18T20:54:29.437Z | Downloaded papergrid v0.11.0 |
377 | 2024-12-18T20:54:29.442Z | Downloaded serde_derive v1.0.215 |
378 | 2024-12-18T20:54:29.445Z | Downloaded typenum v1.17.0 |
379 | 2024-12-18T20:54:29.449Z | Downloaded quote v1.0.37 |
380 | 2024-12-18T20:54:29.449Z | Downloaded toml v0.8.19 |
381 | 2024-12-18T20:54:29.454Z | Downloaded once_cell v1.20.2 |
382 | 2024-12-18T20:54:29.457Z | Downloaded clap v4.5.21 |
383 | 2024-12-18T20:54:29.462Z | Downloaded indexmap v2.6.0 |
384 | 2024-12-18T20:54:29.468Z | Downloaded serde v1.0.215 |
385 | 2024-12-18T20:54:29.476Z | Downloaded memchr v2.7.4 |
386 | 2024-12-18T20:54:29.489Z | Downloaded toml_edit v0.22.22 |
387 | 2024-12-18T20:54:29.509Z | Downloaded pest v2.7.14 |
388 | 2024-12-18T20:54:29.519Z | Downloaded hashbrown v0.15.1 |
389 | 2024-12-18T20:54:29.524Z | Downloaded serde_json v1.0.132 |
390 | 2024-12-18T20:54:29.532Z | Downloaded winnow v0.6.20 |
391 | 2024-12-18T20:54:29.542Z | Downloaded zerocopy v0.7.35 |
392 | 2024-12-18T20:54:29.553Z | Downloaded tabled v0.15.0 |
393 | 2024-12-18T20:54:29.567Z | Downloaded clap_builder v4.5.21 |
394 | 2024-12-18T20:54:29.574Z | Downloaded goblin v0.8.2 |
395 | 2024-12-18T20:54:29.579Z | Downloaded syn v1.0.109 |
396 | 2024-12-18T20:54:29.588Z | Downloaded syn v2.0.87 |
397 | 2024-12-18T20:54:29.600Z | Downloaded unicode-width v0.1.14 |
398 | 2024-12-18T20:54:29.604Z | Downloaded rustix v0.38.37 |
399 | 2024-12-18T20:54:29.639Z | Downloaded libc v0.2.162 |
400 | 2024-12-18T20:54:29.947Z | Compiling proc-macro2 v1.0.89 |
401 | 2024-12-18T20:54:29.947Z | Compiling unicode-ident v1.0.13 |
402 | 2024-12-18T20:54:29.947Z | Compiling version_check v0.9.5 |
403 | 2024-12-18T20:54:29.949Z | Compiling serde v1.0.215 |
404 | 2024-12-18T20:54:29.949Z | Compiling memchr v2.7.4 |
405 | 2024-12-18T20:54:29.949Z | Compiling thiserror v1.0.69 |
406 | 2024-12-18T20:54:29.949Z | Compiling libc v0.2.162 |
407 | 2024-12-18T20:54:29.949Z | Compiling itoa v1.0.11 |
408 | 2024-12-18T20:54:30.225Z | Compiling ucd-trie v0.1.7 |
409 | 2024-12-18T20:54:30.265Z | Compiling ryu v1.0.18 |
410 | 2024-12-18T20:54:30.757Z | Compiling once_cell v1.20.2 |
411 | 2024-12-18T20:54:30.764Z | Compiling byteorder v1.5.0 |
412 | 2024-12-18T20:54:31.071Z | Compiling rustix v0.38.37 |
413 | 2024-12-18T20:54:31.422Z | Compiling serde_json v1.0.132 |
414 | 2024-12-18T20:54:31.492Z | Compiling bitflags v2.6.0 |
415 | 2024-12-18T20:54:31.652Z | Compiling usdt-impl v0.5.0 |
416 | 2024-12-18T20:54:31.797Z | Compiling proc-macro-error-attr v1.0.4 |
417 | 2024-12-18T20:54:31.822Z | Compiling syn v1.0.109 |
418 | 2024-12-18T20:54:31.892Z | Compiling proc-macro-error v1.0.4 |
419 | 2024-12-18T20:54:31.919Z | Compiling hashbrown v0.15.1 |
420 | 2024-12-18T20:54:32.084Z | Compiling plain v0.2.3 |
421 | 2024-12-18T20:54:32.127Z | Compiling log v0.4.22 |
422 | 2024-12-18T20:54:32.171Z | Compiling camino v1.1.9 |
423 | 2024-12-18T20:54:32.250Z | Compiling utf8parse v0.2.2 |
424 | 2024-12-18T20:54:32.417Z | Compiling quote v1.0.37 |
425 | 2024-12-18T20:54:32.550Z | Compiling equivalent v1.0.1 |
426 | 2024-12-18T20:54:32.577Z | Compiling anstyle-parse v0.2.5 |
427 | 2024-12-18T20:54:32.681Z | Compiling errno v0.3.9 |
428 | 2024-12-18T20:54:32.808Z | Compiling thread-id v4.2.2 |
429 | 2024-12-18T20:54:32.918Z | Compiling syn v2.0.87 |
430 | 2024-12-18T20:54:33.133Z | Compiling indexmap v2.6.0 |
431 | 2024-12-18T20:54:33.171Z | Compiling unicode-width v0.1.14 |
432 | 2024-12-18T20:54:33.201Z | Compiling anstyle-query v1.1.1 |
433 | 2024-12-18T20:54:33.363Z | Compiling winnow v0.6.20 |
434 | 2024-12-18T20:54:33.387Z | Compiling autocfg v1.4.0 |
435 | 2024-12-18T20:54:33.684Z | Compiling semver v1.0.23 |
436 | 2024-12-18T20:54:34.202Z | Compiling is_terminal_polyfill v1.70.1 |
437 | 2024-12-18T20:54:34.341Z | Compiling pretty-hex v0.4.1 |
438 | 2024-12-18T20:54:34.454Z | Compiling anstyle v1.0.10 |
439 | 2024-12-18T20:54:34.514Z | Compiling colorchoice v1.0.2 |
440 | 2024-12-18T20:54:34.575Z | Compiling fs-err v2.11.0 |
441 | 2024-12-18T20:54:34.764Z | Compiling strsim v0.11.1 |
442 | 2024-12-18T20:54:34.832Z | Compiling anstream v0.6.15 |
443 | 2024-12-18T20:54:34.919Z | Compiling fnv v1.0.7 |
444 | 2024-12-18T20:54:35.065Z | Compiling terminal_size v0.4.0 |
445 | 2024-12-18T20:54:35.224Z | Compiling fastrand v2.1.1 |
446 | 2024-12-18T20:54:35.282Z | Compiling clap_lex v0.7.2 |
447 | 2024-12-18T20:54:35.576Z | Compiling anyhow v1.0.93 |
448 | 2024-12-18T20:54:35.700Z | Compiling cfg-if v1.0.0 |
449 | 2024-12-18T20:54:35.806Z | Compiling heck v0.4.1 |
450 | 2024-12-18T20:54:35.809Z | Compiling bytecount v0.6.8 |
451 | 2024-12-18T20:54:35.855Z | Compiling heck v0.5.0 |
452 | 2024-12-18T20:54:36.044Z | Compiling papergrid v0.11.0 |
453 | 2024-12-18T20:54:36.289Z | Compiling tempfile v3.13.0 |
454 | 2024-12-18T20:54:36.368Z | Compiling clap_builder v4.5.21 |
455 | 2024-12-18T20:54:36.559Z | Compiling memmap v0.7.0 |
456 | 2024-12-18T20:54:36.628Z | Compiling smawk v0.3.2 |
457 | 2024-12-18T20:54:36.858Z | Compiling unicode-linebreak v0.1.5 |
458 | 2024-12-18T20:54:37.159Z | Compiling swrite v0.1.0 |
459 | 2024-12-18T20:54:37.293Z | Compiling textwrap v0.16.1 |
460 | 2024-12-18T20:54:38.521Z | Compiling tabled_derive v0.7.0 |
461 | 2024-12-18T20:54:39.914Z | Compiling tabled v0.15.0 |
462 | 2024-12-18T20:54:41.783Z | Compiling serde_derive v1.0.215 |
463 | 2024-12-18T20:54:41.786Z | Compiling thiserror-impl v1.0.69 |
464 | 2024-12-18T20:54:41.786Z | Compiling zerocopy-derive v0.7.35 |
465 | 2024-12-18T20:54:41.786Z | Compiling scroll_derive v0.12.0 |
466 | 2024-12-18T20:54:41.810Z | Compiling clap_derive v4.5.18 |
467 | 2024-12-18T20:54:43.043Z | Compiling scroll v0.12.0 |
468 | 2024-12-18T20:54:43.617Z | Compiling goblin v0.8.2 |
469 | 2024-12-18T20:54:44.218Z | Compiling zerocopy v0.7.35 |
470 | 2024-12-18T20:54:44.404Z | Compiling pest v2.7.14 |
471 | 2024-12-18T20:54:45.473Z | Compiling clap v4.5.21 |
472 | 2024-12-18T20:54:46.542Z | Compiling pest_meta v2.7.14 |
473 | 2024-12-18T20:54:47.336Z | Compiling pest_generator v2.7.14 |
474 | 2024-12-18T20:54:49.145Z | Compiling pest_derive v2.7.14 |
475 | 2024-12-18T20:54:49.817Z | Compiling dtrace-parser v0.2.0 |
476 | 2024-12-18T20:54:51.929Z | Compiling serde_spanned v0.6.8 |
477 | 2024-12-18T20:54:51.929Z | Compiling toml_datetime v0.6.8 |
478 | 2024-12-18T20:54:51.932Z | Compiling cargo-platform v0.1.8 |
479 | 2024-12-18T20:54:52.297Z | Compiling serde_tokenstream v0.2.2 |
480 | 2024-12-18T20:54:52.350Z | Compiling toml_edit v0.22.22 |
481 | 2024-12-18T20:54:52.517Z | Compiling macaddr v1.0.1 |
482 | 2024-12-18T20:54:52.657Z | Compiling camino-tempfile v1.1.1 |
483 | 2024-12-18T20:54:53.403Z | Compiling dof v0.3.0 |
484 | 2024-12-18T20:54:53.403Z | Compiling cargo_metadata v0.18.1 |
485 | 2024-12-18T20:54:55.103Z | Compiling toml v0.8.19 |
486 | 2024-12-18T20:54:55.503Z | Compiling usdt-attr-macro v0.5.0 |
487 | 2024-12-18T20:54:55.603Z | Compiling usdt-macro v0.5.0 |
488 | 2024-12-18T20:54:55.960Z | Compiling cargo_toml v0.20.5 |
489 | 2024-12-18T20:54:56.846Z | Compiling usdt v0.5.0 |
490 | 2024-12-18T20:54:59.565Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
491 | 2024-12-18T20:55:03.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.08s |
492 | 2024-12-18T20:55:03.935Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
493 | 2024-12-18T20:55:04.459Z | Downloading crates ... |
494 | 2024-12-18T20:55:04.604Z | Downloaded headers-core v0.3.0 |
495 | 2024-12-18T20:55:04.608Z | Downloaded darling v0.20.10 |
496 | 2024-12-18T20:55:04.608Z | Downloaded addr2line v0.24.2 |
497 | 2024-12-18T20:55:04.617Z | Downloaded hex-literal v0.4.1 |
498 | 2024-12-18T20:55:04.641Z | Downloaded http-range v0.1.5 |
499 | 2024-12-18T20:55:04.646Z | Downloaded http-body v1.0.1 |
500 | 2024-12-18T20:55:04.646Z | Downloaded icu_provider_macros v1.5.0 |
501 | 2024-12-18T20:55:04.646Z | Downloaded hubpack_derive v0.1.1 |
502 | 2024-12-18T20:55:04.646Z | Downloaded aead v0.5.2 |
503 | 2024-12-18T20:55:04.653Z | Downloaded argon2 v0.5.3 |
504 | 2024-12-18T20:55:04.653Z | Downloaded is_ci v1.2.0 |
505 | 2024-12-18T20:55:04.654Z | Downloaded heapless v0.7.17 |
506 | 2024-12-18T20:55:04.659Z | Downloaded instant v0.1.13 |
507 | 2024-12-18T20:55:04.659Z | Downloaded ahash v0.8.11 |
508 | 2024-12-18T20:55:04.668Z | Downloaded md5 v0.7.0 |
509 | 2024-12-18T20:55:04.668Z | Downloaded aho-corasick v1.1.3 |
510 | 2024-12-18T20:55:04.672Z | Downloaded pretty-hex v0.2.1 |
511 | 2024-12-18T20:55:04.672Z | Downloaded ident_case v1.0.1 |
512 | 2024-12-18T20:55:04.672Z | Downloaded array-init v0.0.4 |
513 | 2024-12-18T20:55:04.672Z | Downloaded arrayref v0.3.9 |
514 | 2024-12-18T20:55:04.672Z | Downloaded arc-swap v1.7.1 |
515 | 2024-12-18T20:55:04.680Z | Downloaded humantime v2.1.0 |
516 | 2024-12-18T20:55:04.685Z | Downloaded adler2 v2.0.0 |
517 | 2024-12-18T20:55:04.685Z | Downloaded hostname v0.3.1 |
518 | 2024-12-18T20:55:04.685Z | Downloaded hyper-tls v0.6.0 |
519 | 2024-12-18T20:55:04.685Z | Downloaded hex v0.4.3 |
520 | 2024-12-18T20:55:04.685Z | Downloaded assert_matches v1.5.0 |
521 | 2024-12-18T20:55:04.685Z | Downloaded allocator-api2 v0.2.18 |
522 | 2024-12-18T20:55:04.689Z | Downloaded ascii-canvas v3.0.0 |
523 | 2024-12-18T20:55:04.692Z | Downloaded lockfree-object-pool v0.1.6 |
524 | 2024-12-18T20:55:04.697Z | Downloaded lru v0.12.5 |
525 | 2024-12-18T20:55:04.697Z | Downloaded aes v0.8.4 |
526 | 2024-12-18T20:55:04.703Z | Downloaded lzss v0.8.2 |
527 | 2024-12-18T20:55:04.707Z | Downloaded atomic-waker v1.1.2 |
528 | 2024-12-18T20:55:04.707Z | Downloaded kstat-rs v0.2.4 |
529 | 2024-12-18T20:55:04.707Z | Downloaded base64 v0.21.7 |
530 | 2024-12-18T20:55:04.710Z | Downloaded indent_write v2.2.0 |
531 | 2024-12-18T20:55:04.710Z | Downloaded atty v0.2.14 |
532 | 2024-12-18T20:55:04.716Z | Downloaded match_cfg v0.1.0 |
533 | 2024-12-18T20:55:04.717Z | Downloaded base64ct v1.6.0 |
534 | 2024-12-18T20:55:04.719Z | Downloaded linear-map v1.2.0 |
535 | 2024-12-18T20:55:04.719Z | Downloaded mime v0.3.17 |
536 | 2024-12-18T20:55:04.719Z | Downloaded managed v0.8.0 |
537 | 2024-12-18T20:55:04.722Z | Downloaded md-5 v0.10.6 |
538 | 2024-12-18T20:55:04.725Z | Downloaded lru-cache v0.1.2 |
539 | 2024-12-18T20:55:04.725Z | Downloaded async-stream-impl v0.3.6 |
540 | 2024-12-18T20:55:04.728Z | Downloaded memoffset v0.9.1 |
541 | 2024-12-18T20:55:04.728Z | Downloaded atomicwrites v0.4.4 |
542 | 2024-12-18T20:55:04.730Z | Downloaded cfg_aliases v0.1.1 |
543 | 2024-12-18T20:55:04.730Z | Downloaded iana-time-zone v0.1.61 |
544 | 2024-12-18T20:55:04.735Z | Downloaded ciborium-io v0.2.2 |
545 | 2024-12-18T20:55:04.739Z | Downloaded async-stream v0.3.6 |
546 | 2024-12-18T20:55:04.739Z | Downloaded maplit v1.0.2 |
547 | 2024-12-18T20:55:04.739Z | Downloaded bit-set v0.5.3 |
548 | 2024-12-18T20:55:04.743Z | Downloaded bcrypt-pbkdf v0.10.0 |
549 | 2024-12-18T20:55:04.744Z | Downloaded hickory-client v0.24.1 |
550 | 2024-12-18T20:55:04.748Z | Downloaded hyper-rustls v0.27.3 |
551 | 2024-12-18T20:55:04.748Z | Downloaded http-body-util v0.1.2 |
552 | 2024-12-18T20:55:04.751Z | Downloaded jobserver v0.1.32 |
553 | 2024-12-18T20:55:04.751Z | Downloaded crunchy v0.2.2 |
554 | 2024-12-18T20:55:04.754Z | Downloaded httparse v1.9.5 |
555 | 2024-12-18T20:55:04.758Z | Downloaded highway v1.2.0 |
556 | 2024-12-18T20:55:04.761Z | Downloaded cstr-argument v0.1.2 |
557 | 2024-12-18T20:55:04.762Z | Downloaded crucible-workspace-hack v0.1.0 |
558 | 2024-12-18T20:55:04.762Z | Downloaded block-padding v0.3.3 |
559 | 2024-12-18T20:55:04.762Z | Downloaded bb8 v0.8.5 |
560 | 2024-12-18T20:55:04.781Z | Downloaded lazy_static v1.5.0 |
561 | 2024-12-18T20:55:04.781Z | Downloaded linked-hash-map v0.5.6 |
562 | 2024-12-18T20:55:04.786Z | Downloaded bitflags v1.3.2 |
563 | 2024-12-18T20:55:04.786Z | Downloaded lock_api v0.4.12 |
564 | 2024-12-18T20:55:04.786Z | Downloaded castaway v0.2.3 |
565 | 2024-12-18T20:55:04.786Z | Downloaded libloading v0.8.5 |
566 | 2024-12-18T20:55:04.786Z | Downloaded icu_locid_transform v1.5.0 |
567 | 2024-12-18T20:55:04.786Z | Downloaded ciborium-ll v0.2.2 |
568 | 2024-12-18T20:55:04.786Z | Downloaded cbc v0.1.2 |
569 | 2024-12-18T20:55:04.786Z | Downloaded ipnet v2.10.1 |
570 | 2024-12-18T20:55:04.786Z | Downloaded chacha20 v0.9.1 |
571 | 2024-12-18T20:55:04.793Z | Downloaded chrono-tz-build v0.4.0 |
572 | 2024-12-18T20:55:04.793Z | Downloaded async-trait v0.1.83 |
573 | 2024-12-18T20:55:04.798Z | Downloaded time-core v0.1.2 |
574 | 2024-12-18T20:55:04.798Z | Downloaded sqlparser_derive v0.2.2 |
575 | 2024-12-18T20:55:04.798Z | Downloaded sigpipe v0.1.3 |
576 | 2024-12-18T20:55:04.798Z | Downloaded try-lock v0.2.5 |
577 | 2024-12-18T20:55:04.798Z | Downloaded termtree v0.4.1 |
578 | 2024-12-18T20:55:04.816Z | Downloaded sync-ptr v0.1.1 |
579 | 2024-12-18T20:55:04.816Z | Downloaded rpassword v7.3.1 |
580 | 2024-12-18T20:55:04.816Z | Downloaded buf-list v1.0.3 |
581 | 2024-12-18T20:55:04.816Z | Downloaded mime_guess v2.0.5 |
582 | 2024-12-18T20:55:04.816Z | Downloaded rustc-hash v2.0.0 |
583 | 2024-12-18T20:55:04.817Z | Downloaded rustc-hash v1.1.0 |
584 | 2024-12-18T20:55:04.817Z | Downloaded ref-cast v1.0.23 |
585 | 2024-12-18T20:55:04.817Z | Downloaded icu_locid v1.5.0 |
586 | 2024-12-18T20:55:04.820Z | Downloaded crossbeam-deque v0.8.5 |
587 | 2024-12-18T20:55:04.820Z | Downloaded crc-catalog v2.4.0 |
588 | 2024-12-18T20:55:04.820Z | Downloaded convert_case v0.4.0 |
589 | 2024-12-18T20:55:04.820Z | Downloaded dhcproto-macros v0.1.0 |
590 | 2024-12-18T20:55:04.820Z | Downloaded backoff v0.4.0 |
591 | 2024-12-18T20:55:04.826Z | Downloaded curve25519-dalek-derive v0.1.1 |
592 | 2024-12-18T20:55:04.826Z | Downloaded crc v3.2.1 |
593 | 2024-12-18T20:55:04.829Z | Downloaded const_format_proc_macros v0.2.33 |
594 | 2024-12-18T20:55:04.829Z | Downloaded want v0.3.1 |
595 | 2024-12-18T20:55:04.832Z | Downloaded salsa20 v0.10.2 |
596 | 2024-12-18T20:55:04.832Z | Downloaded static_assertions v1.1.0 |
597 | 2024-12-18T20:55:04.835Z | Downloaded slog-envlogger v2.2.0 |
598 | 2024-12-18T20:55:04.835Z | Downloaded slog-dtrace v0.3.0 |
599 | 2024-12-18T20:55:04.839Z | Downloaded funty v2.0.0 |
600 | 2024-12-18T20:55:04.839Z | Downloaded serde_plain v1.0.2 |
601 | 2024-12-18T20:55:04.842Z | Downloaded indexmap v1.9.3 |
602 | 2024-12-18T20:55:04.848Z | Downloaded icu_normalizer v1.5.0 |
603 | 2024-12-18T20:55:04.852Z | Downloaded foreign-types-shared v0.1.1 |
604 | 2024-12-18T20:55:04.852Z | Downloaded ciborium v0.2.2 |
605 | 2024-12-18T20:55:04.852Z | Downloaded indoc v1.0.9 |
606 | 2024-12-18T20:55:04.857Z | Downloaded icu_locid_transform_data v1.5.0 |
607 | 2024-12-18T20:55:04.859Z | Downloaded number_prefix v0.4.0 |
608 | 2024-12-18T20:55:04.859Z | Downloaded supports-color v3.0.1 |
609 | 2024-12-18T20:55:04.859Z | Downloaded termios v0.3.3 |
610 | 2024-12-18T20:55:04.862Z | Downloaded structmeta v0.3.0 |
611 | 2024-12-18T20:55:04.863Z | Downloaded structmeta v0.2.0 |
612 | 2024-12-18T20:55:04.865Z | Downloaded oso-derive v0.27.3 |
613 | 2024-12-18T20:55:04.865Z | Downloaded twox-hash v1.6.3 |
614 | 2024-12-18T20:55:04.868Z | Downloaded opaque-debug v0.3.1 |
615 | 2024-12-18T20:55:04.876Z | Downloaded num-conv v0.1.0 |
616 | 2024-12-18T20:55:04.876Z | Downloaded cookie_store v0.21.0 |
617 | 2024-12-18T20:55:04.876Z | Downloaded console v0.15.8 |
618 | 2024-12-18T20:55:04.886Z | Downloaded memmap2 v0.9.5 |
619 | 2024-12-18T20:55:04.887Z | Downloaded which v4.4.2 |
620 | 2024-12-18T20:55:04.887Z | Downloaded unarray v0.1.4 |
621 | 2024-12-18T20:55:04.887Z | Downloaded rustls-pemfile v2.2.0 |
622 | 2024-12-18T20:55:04.891Z | Downloaded peg-runtime v0.8.3 |
623 | 2024-12-18T20:55:04.891Z | Downloaded cobs v0.2.3 |
624 | 2024-12-18T20:55:04.891Z | Downloaded cmake v0.1.51 |
625 | 2024-12-18T20:55:04.892Z | Downloaded hyper-staticfile v0.10.1 |
626 | 2024-12-18T20:55:04.893Z | Downloaded hmac v0.12.1 |
627 | 2024-12-18T20:55:04.893Z | Downloaded debug-ignore v1.0.5 |
628 | 2024-12-18T20:55:04.899Z | Downloaded ctr v0.9.2 |
629 | 2024-12-18T20:55:04.899Z | Downloaded indicatif v0.17.9 |
630 | 2024-12-18T20:55:04.906Z | Downloaded dirs-sys-next v0.1.2 |
631 | 2024-12-18T20:55:04.907Z | Downloaded deranged v0.3.11 |
632 | 2024-12-18T20:55:04.913Z | Downloaded zone v0.1.8 |
633 | 2024-12-18T20:55:04.913Z | Downloaded slog-json v2.6.1 |
634 | 2024-12-18T20:55:04.913Z | Downloaded maybe-uninit v2.0.0 |
635 | 2024-12-18T20:55:04.913Z | Downloaded cancel-safe-futures v0.1.5 |
636 | 2024-12-18T20:55:04.913Z | Downloaded ed25519 v2.2.3 |
637 | 2024-12-18T20:55:04.917Z | Downloaded nanorand v0.7.0 |
638 | 2024-12-18T20:55:04.917Z | Downloaded futures-executor v0.3.31 |
639 | 2024-12-18T20:55:04.921Z | Downloaded futures-core v0.3.31 |
640 | 2024-12-18T20:55:04.921Z | Downloaded sync_wrapper v1.0.1 |
641 | 2024-12-18T20:55:04.924Z | Downloaded multimap v0.10.0 |
642 | 2024-12-18T20:55:04.924Z | Downloaded hash32 v0.3.1 |
643 | 2024-12-18T20:55:04.924Z | Downloaded hash32 v0.2.1 |
644 | 2024-12-18T20:55:04.926Z | Downloaded flagset v0.4.6 |
645 | 2024-12-18T20:55:04.927Z | Downloaded serde_derive_internals v0.29.1 |
646 | 2024-12-18T20:55:04.930Z | Downloaded sct v0.7.1 |
647 | 2024-12-18T20:55:04.934Z | Downloaded toolchain_find v0.4.0 |
648 | 2024-12-18T20:55:04.937Z | Downloaded tokio-tungstenite v0.21.0 |
649 | 2024-12-18T20:55:04.942Z | Downloaded paste v1.0.15 |
650 | 2024-12-18T20:55:04.942Z | Downloaded num-derive v0.4.2 |
651 | 2024-12-18T20:55:04.946Z | Downloaded crossbeam-epoch v0.9.18 |
652 | 2024-12-18T20:55:04.949Z | Downloaded predicates-tree v1.0.11 |
653 | 2024-12-18T20:55:04.949Z | Downloaded walkdir v2.5.0 |
654 | 2024-12-18T20:55:04.952Z | Downloaded diesel_table_macro_syntax v0.2.0 |
655 | 2024-12-18T20:55:04.952Z | Downloaded icu_collections v1.5.0 |
656 | 2024-12-18T20:55:04.957Z | Downloaded rtoolbox v0.0.2 |
657 | 2024-12-18T20:55:04.960Z | Downloaded resolv-conf v0.7.0 |
658 | 2024-12-18T20:55:04.962Z | Downloaded quinn-udp v0.5.5 |
659 | 2024-12-18T20:55:04.965Z | Downloaded env_logger v0.11.5 |
660 | 2024-12-18T20:55:04.969Z | Downloaded strum_macros v0.24.3 |
661 | 2024-12-18T20:55:04.974Z | Downloaded fxhash v0.2.1 |
662 | 2024-12-18T20:55:04.974Z | Downloaded primeorder v0.13.6 |
663 | 2024-12-18T20:55:04.974Z | Downloaded chacha20poly1305 v0.10.1 |
664 | 2024-12-18T20:55:04.978Z | Downloaded parse-size v1.1.0 |
665 | 2024-12-18T20:55:04.978Z | Downloaded smf v0.2.3 |
666 | 2024-12-18T20:55:04.978Z | Downloaded signal-hook-tokio v0.3.1 |
667 | 2024-12-18T20:55:04.978Z | Downloaded smallvec v0.6.14 |
668 | 2024-12-18T20:55:04.980Z | Downloaded signal-hook-registry v1.4.2 |
669 | 2024-12-18T20:55:04.980Z | Downloaded normalize-line-endings v0.3.0 |
670 | 2024-12-18T20:55:04.983Z | Downloaded openssl-probe v0.1.5 |
671 | 2024-12-18T20:55:04.983Z | Downloaded futures-channel v0.3.31 |
672 | 2024-12-18T20:55:04.988Z | Downloaded schemars_derive v0.8.21 |
673 | 2024-12-18T20:55:04.992Z | Downloaded scheduled-thread-pool v0.2.7 |
674 | 2024-12-18T20:55:04.992Z | Downloaded slog-stdlog v4.1.1 |
675 | 2024-12-18T20:55:04.992Z | Downloaded slog-scope v4.4.0 |
676 | 2024-12-18T20:55:04.996Z | Downloaded same-file v1.0.6 |
677 | 2024-12-18T20:55:04.997Z | Downloaded thiserror-impl-no-std v2.0.2 |
678 | 2024-12-18T20:55:05.005Z | Downloaded parse-display v0.10.0 |
679 | 2024-12-18T20:55:05.009Z | Downloaded untrusted v0.9.0 |
680 | 2024-12-18T20:55:05.014Z | Downloaded unicode-xid v0.2.6 |
681 | 2024-12-18T20:55:05.014Z | Downloaded progenitor-client v0.8.0 |
682 | 2024-12-18T20:55:05.014Z | Downloaded utf8_iter v1.0.4 |
683 | 2024-12-18T20:55:05.017Z | Downloaded utf16_iter v1.0.5 |
684 | 2024-12-18T20:55:05.017Z | Downloaded predicates-core v1.0.8 |
685 | 2024-12-18T20:55:05.017Z | Downloaded peg-macros v0.8.4 |
686 | 2024-12-18T20:55:05.020Z | Downloaded hickory-resolver v0.24.1 |
687 | 2024-12-18T20:55:05.023Z | Downloaded http v1.1.0 |
688 | 2024-12-18T20:55:05.032Z | Downloaded bytes v1.8.0 |
689 | 2024-12-18T20:55:05.036Z | Downloaded endian-type v0.1.2 |
690 | 2024-12-18T20:55:05.037Z | Downloaded serde_repr v0.1.19 |
691 | 2024-12-18T20:55:05.041Z | Downloaded strum v0.26.3 |
692 | 2024-12-18T20:55:05.041Z | Downloaded dsl_auto_type v0.1.2 |
693 | 2024-12-18T20:55:05.041Z | Downloaded foreign-types-macros v0.2.3 |
694 | 2024-12-18T20:55:05.041Z | Downloaded foreign-types v0.5.0 |
695 | 2024-12-18T20:55:05.045Z | Downloaded backtrace v0.3.74 |
696 | 2024-12-18T20:55:05.054Z | Downloaded num v0.4.3 |
697 | 2024-12-18T20:55:05.055Z | Downloaded zerofrom v0.1.4 |
698 | 2024-12-18T20:55:05.055Z | Downloaded futures-task v0.3.31 |
699 | 2024-12-18T20:55:05.060Z | Downloaded smallvec v1.13.2 |
700 | 2024-12-18T20:55:05.060Z | Downloaded futures v0.3.31 |
701 | 2024-12-18T20:55:05.066Z | Downloaded slog-term v2.9.1 |
702 | 2024-12-18T20:55:05.066Z | Downloaded fatfs v0.3.6 |
703 | 2024-12-18T20:55:05.070Z | Downloaded foreign-types v0.3.2 |
704 | 2024-12-18T20:55:05.070Z | Downloaded postgres-types v0.2.8 |
705 | 2024-12-18T20:55:05.070Z | Downloaded rand_seeder v0.3.0 |
706 | 2024-12-18T20:55:05.075Z | Downloaded oso v0.27.3 |
707 | 2024-12-18T20:55:05.078Z | Downloaded openssl-macros v0.1.1 |
708 | 2024-12-18T20:55:05.078Z | Downloaded newtype-uuid v1.1.3 |
709 | 2024-12-18T20:55:05.078Z | Downloaded path-slash v0.1.5 |
710 | 2024-12-18T20:55:05.078Z | Downloaded newline-converter v0.3.0 |
711 | 2024-12-18T20:55:05.082Z | Downloaded new_debug_unreachable v1.0.6 |
712 | 2024-12-18T20:55:05.082Z | Downloaded secrecy v0.8.0 |
713 | 2024-12-18T20:55:05.087Z | Downloaded progenitor v0.8.0 |
714 | 2024-12-18T20:55:05.087Z | Downloaded ref-cast-impl v1.0.23 |
715 | 2024-12-18T20:55:05.087Z | Downloaded uzers v0.12.1 |
716 | 2024-12-18T20:55:05.093Z | Downloaded utf-8 v0.7.6 |
717 | 2024-12-18T20:55:05.093Z | Downloaded crypto-bigint v0.5.5 |
718 | 2024-12-18T20:55:05.097Z | Downloaded slab v0.4.9 |
719 | 2024-12-18T20:55:05.101Z | Downloaded siphasher v0.3.11 |
720 | 2024-12-18T20:55:05.101Z | Downloaded cc v1.1.30 |
721 | 2024-12-18T20:55:05.105Z | Downloaded void v1.0.2 |
722 | 2024-12-18T20:55:05.105Z | Downloaded tower-service v0.3.3 |
723 | 2024-12-18T20:55:05.113Z | Downloaded structmeta-derive v0.3.0 |
724 | 2024-12-18T20:55:05.113Z | Downloaded structmeta-derive v0.2.0 |
725 | 2024-12-18T20:55:05.113Z | Downloaded stringprep v0.1.5 |
726 | 2024-12-18T20:55:05.113Z | Downloaded env_logger v0.10.2 |
727 | 2024-12-18T20:55:05.117Z | Downloaded enum-as-inner v0.5.1 |
728 | 2024-12-18T20:55:05.117Z | Downloaded ena v0.14.3 |
729 | 2024-12-18T20:55:05.117Z | Downloaded zerofrom-derive v0.1.4 |
730 | 2024-12-18T20:55:05.120Z | Downloaded multer v3.1.0 |
731 | 2024-12-18T20:55:05.123Z | Downloaded password-hash v0.4.2 |
732 | 2024-12-18T20:55:05.123Z | Downloaded owo-colors v4.1.0 |
733 | 2024-12-18T20:55:05.129Z | Downloaded crossbeam-channel v0.5.13 |
734 | 2024-12-18T20:55:05.134Z | Downloaded const_format v0.2.33 |
735 | 2024-12-18T20:55:05.140Z | Downloaded pin-project-internal v1.1.6 |
736 | 2024-12-18T20:55:05.145Z | Downloaded zone_cfg_derive v0.3.0 |
737 | 2024-12-18T20:55:05.145Z | Downloaded synstructure v0.13.1 |
738 | 2024-12-18T20:55:05.145Z | Downloaded rsa v0.9.6 |
739 | 2024-12-18T20:55:05.150Z | Downloaded rand_xorshift v0.3.0 |
740 | 2024-12-18T20:55:05.150Z | Downloaded phf_codegen v0.11.2 |
741 | 2024-12-18T20:55:05.150Z | Downloaded uuid v1.11.0 |
742 | 2024-12-18T20:55:05.154Z | Downloaded itertools v0.10.5 |
743 | 2024-12-18T20:55:05.160Z | Downloaded rayon-core v1.12.1 |
744 | 2024-12-18T20:55:05.166Z | Downloaded shell-words v1.1.0 |
745 | 2024-12-18T20:55:05.174Z | Downloaded tracing-attributes v0.1.27 |
746 | 2024-12-18T20:55:05.175Z | Downloaded scrypt v0.11.0 |
747 | 2024-12-18T20:55:05.175Z | Downloaded rustfmt-wrapper v0.2.1 |
748 | 2024-12-18T20:55:05.175Z | Downloaded progenitor-macro v0.8.0 |
749 | 2024-12-18T20:55:05.187Z | Downloaded pin-utils v0.1.0 |
750 | 2024-12-18T20:55:05.187Z | Downloaded libm v0.2.8 |
751 | 2024-12-18T20:55:05.195Z | Downloaded zeroize_derive v1.4.2 |
752 | 2024-12-18T20:55:05.195Z | Downloaded stable_deref_trait v1.2.0 |
753 | 2024-12-18T20:55:05.195Z | Downloaded tap v1.0.1 |
754 | 2024-12-18T20:55:05.195Z | Downloaded dropshot_endpoint v0.13.0 |
755 | 2024-12-18T20:55:05.195Z | Downloaded des v0.8.1 |
756 | 2024-12-18T20:55:05.195Z | Downloaded yasna v0.5.2 |
757 | 2024-12-18T20:55:05.204Z | Downloaded poly1305 v0.8.0 |
758 | 2024-12-18T20:55:05.204Z | Downloaded untrusted v0.7.1 |
759 | 2024-12-18T20:55:05.204Z | Downloaded futures-io v0.3.31 |
760 | 2024-12-18T20:55:05.204Z | Downloaded fragile v2.0.0 |
761 | 2024-12-18T20:55:05.210Z | Downloaded num_enum v0.5.11 |
762 | 2024-12-18T20:55:05.210Z | Downloaded fallible-streaming-iterator v0.1.9 |
763 | 2024-12-18T20:55:05.210Z | Downloaded zopfli v0.8.1 |
764 | 2024-12-18T20:55:05.215Z | Downloaded defmt-parser v0.3.4 |
765 | 2024-12-18T20:55:05.215Z | Downloaded quinn v0.11.5 |
766 | 2024-12-18T20:55:05.215Z | Downloaded dyn-clone v1.0.17 |
767 | 2024-12-18T20:55:05.218Z | Downloaded take_mut v0.2.2 |
768 | 2024-12-18T20:55:05.218Z | Downloaded tungstenite v0.24.0 |
769 | 2024-12-18T20:55:05.221Z | Downloaded scopeguard v1.2.0 |
770 | 2024-12-18T20:55:05.225Z | Downloaded mockall v0.13.0 |
771 | 2024-12-18T20:55:05.225Z | Downloaded yoke-derive v0.7.4 |
772 | 2024-12-18T20:55:05.228Z | Downloaded libxml v0.3.3 |
773 | 2024-12-18T20:55:05.233Z | Downloaded pkcs1 v0.7.5 |
774 | 2024-12-18T20:55:05.236Z | Downloaded num_threads v0.1.7 |
775 | 2024-12-18T20:55:05.241Z | Downloaded powerfmt v0.2.0 |
776 | 2024-12-18T20:55:05.241Z | Downloaded toml v0.7.8 |
777 | 2024-12-18T20:55:05.245Z | Downloaded dropshot_endpoint v0.12.0 |
778 | 2024-12-18T20:55:05.249Z | Downloaded semver v0.1.20 |
779 | 2024-12-18T20:55:05.249Z | Downloaded typed-path v0.9.3 |
780 | 2024-12-18T20:55:05.258Z | Downloaded rusty-fork v0.3.0 |
781 | 2024-12-18T20:55:05.262Z | Downloaded rustc_version v0.4.1 |
782 | 2024-12-18T20:55:05.263Z | Downloaded tokio-tungstenite v0.24.0 |
783 | 2024-12-18T20:55:05.263Z | Downloaded dhcproto v0.12.0 |
784 | 2024-12-18T20:55:05.263Z | Downloaded getrandom v0.2.15 |
785 | 2024-12-18T20:55:05.267Z | Downloaded num-rational v0.4.2 |
786 | 2024-12-18T20:55:05.270Z | Downloaded derive_more v0.99.18 |
787 | 2024-12-18T20:55:05.274Z | Downloaded mockall_derive v0.13.0 |
788 | 2024-12-18T20:55:05.278Z | Downloaded zip v2.1.3 |
789 | 2024-12-18T20:55:05.283Z | Downloaded itertools v0.12.1 |
790 | 2024-12-18T20:55:05.287Z | Downloaded tabwriter v1.4.0 |
791 | 2024-12-18T20:55:05.290Z | Downloaded hashbrown v0.12.3 |
792 | 2024-12-18T20:55:05.296Z | Downloaded subtle v2.6.1 |
793 | 2024-12-18T20:55:05.303Z | Downloaded half v2.4.1 |
794 | 2024-12-18T20:55:05.303Z | Downloaded serde_urlencoded v0.7.1 |
795 | 2024-12-18T20:55:05.307Z | Downloaded fallible-iterator v0.2.0 |
796 | 2024-12-18T20:55:05.307Z | Downloaded itertools v0.13.0 |
797 | 2024-12-18T20:55:05.311Z | Downloaded slog v2.7.0 |
798 | 2024-12-18T20:55:05.316Z | Downloaded polyval v0.6.2 |
799 | 2024-12-18T20:55:05.316Z | Downloaded num_enum_derive v0.5.11 |
800 | 2024-12-18T20:55:05.324Z | Downloaded num-iter v0.1.45 |
801 | 2024-12-18T20:55:05.324Z | Downloaded float-cmp v0.9.0 |
802 | 2024-12-18T20:55:05.324Z | Downloaded fixedbitset v0.4.2 |
803 | 2024-12-18T20:55:05.324Z | Downloaded filetime v0.2.25 |
804 | 2024-12-18T20:55:05.324Z | Downloaded similar v2.6.0 |
805 | 2024-12-18T20:55:05.330Z | Downloaded sqlformat v0.2.6 |
806 | 2024-12-18T20:55:05.335Z | Downloaded sha1 v0.10.6 |
807 | 2024-12-18T20:55:05.335Z | Downloaded vergen v8.3.2 |
808 | 2024-12-18T20:55:05.340Z | Downloaded num-traits v0.2.19 |
809 | 2024-12-18T20:55:05.340Z | Downloaded darling_core v0.20.10 |
810 | 2024-12-18T20:55:05.345Z | Downloaded sec1 v0.7.3 |
811 | 2024-12-18T20:55:05.350Z | Downloaded parking_lot_core v0.8.6 |
812 | 2024-12-18T20:55:05.351Z | Downloaded crossterm v0.28.1 |
813 | 2024-12-18T20:55:05.355Z | Downloaded universal-hash v0.5.1 |
814 | 2024-12-18T20:55:05.360Z | Downloaded tinystr v0.7.6 |
815 | 2024-12-18T20:55:05.360Z | Downloaded idna v1.0.3 |
816 | 2024-12-18T20:55:05.363Z | Downloaded data-encoding v2.6.0 |
817 | 2024-12-18T20:55:05.377Z | Downloaded pin-project v1.1.6 |
818 | 2024-12-18T20:55:05.382Z | Downloaded fallible-iterator v0.3.0 |
819 | 2024-12-18T20:55:05.382Z | Downloaded hyper v1.5.0 |
820 | 2024-12-18T20:55:05.391Z | Downloaded rustversion v1.0.17 |
821 | 2024-12-18T20:55:05.391Z | Downloaded miniz_oxide v0.8.0 |
822 | 2024-12-18T20:55:05.395Z | Downloaded vte_generate_state_changes v0.1.2 |
823 | 2024-12-18T20:55:05.395Z | Downloaded pkg-config v0.3.31 |
824 | 2024-12-18T20:55:05.395Z | Downloaded pkcs8 v0.10.2 |
825 | 2024-12-18T20:55:05.398Z | Downloaded parking_lot v0.12.3 |
826 | 2024-12-18T20:55:05.401Z | Downloaded parse-display-derive v0.10.0 |
827 | 2024-12-18T20:55:05.401Z | Downloaded nodrop v0.1.14 |
828 | 2024-12-18T20:55:05.401Z | Downloaded packed_struct_codegen v0.10.1 |
829 | 2024-12-18T20:55:05.404Z | Downloaded enum-as-inner v0.6.1 |
830 | 2024-12-18T20:55:05.407Z | Downloaded parking_lot v0.11.2 |
831 | 2024-12-18T20:55:05.409Z | Downloaded embedded-io v0.4.0 |
832 | 2024-12-18T20:55:05.409Z | Downloaded thread_local v1.1.8 |
833 | 2024-12-18T20:55:05.412Z | Downloaded unsafe-libyaml v0.2.11 |
834 | 2024-12-18T20:55:05.417Z | Downloaded zone_cfg_derive v0.1.2 |
835 | 2024-12-18T20:55:05.421Z | Downloaded writeable v0.5.5 |
836 | 2024-12-18T20:55:05.421Z | Downloaded nibble_vec v0.1.0 |
837 | 2024-12-18T20:55:05.421Z | Downloaded test-strategy v0.3.1 |
838 | 2024-12-18T20:55:05.424Z | Downloaded blake3 v1.5.4 |
839 | 2024-12-18T20:55:05.433Z | Downloaded newtype_derive v0.1.6 |
840 | 2024-12-18T20:55:05.436Z | Downloaded quick-error v1.2.3 |
841 | 2024-12-18T20:55:05.436Z | Downloaded form_urlencoded v1.2.1 |
842 | 2024-12-18T20:55:05.436Z | Downloaded embedded-io v0.6.1 |
843 | 2024-12-18T20:55:05.441Z | Downloaded psl-types v2.0.11 |
844 | 2024-12-18T20:55:05.441Z | Downloaded thiserror-no-std v2.0.2 |
845 | 2024-12-18T20:55:05.444Z | Downloaded precomputed-hash v0.1.1 |
846 | 2024-12-18T20:55:05.444Z | Downloaded phf_generator v0.11.2 |
847 | 2024-12-18T20:55:05.447Z | Downloaded phf v0.11.2 |
848 | 2024-12-18T20:55:05.447Z | Downloaded ecdsa v0.16.9 |
849 | 2024-12-18T20:55:05.449Z | Downloaded darling_macro v0.20.10 |
850 | 2024-12-18T20:55:05.449Z | Downloaded ron v0.7.1 |
851 | 2024-12-18T20:55:05.454Z | Downloaded mirai-annotations v1.12.0 |
852 | 2024-12-18T20:55:05.457Z | Downloaded der v0.7.9 |
853 | 2024-12-18T20:55:05.461Z | Downloaded ssh-cipher v0.2.0 |
854 | 2024-12-18T20:55:05.464Z | Downloaded peg v0.8.4 |
855 | 2024-12-18T20:55:05.466Z | Downloaded group v0.13.0 |
856 | 2024-12-18T20:55:05.469Z | Downloaded tinyvec_macros v0.1.1 |
857 | 2024-12-18T20:55:05.469Z | Downloaded unicode-truncate v1.1.0 |
858 | 2024-12-18T20:55:05.472Z | Downloaded wait-timeout v0.2.0 |
859 | 2024-12-18T20:55:05.472Z | Downloaded parking_lot_core v0.9.10 |
860 | 2024-12-18T20:55:05.475Z | Downloaded tracing v0.1.40 |
861 | 2024-12-18T20:55:05.480Z | Downloaded thiserror v2.0.3 |
862 | 2024-12-18T20:55:05.486Z | Downloaded strum_macros v0.26.4 |
863 | 2024-12-18T20:55:05.489Z | Downloaded snafu-derive v0.8.5 |
864 | 2024-12-18T20:55:05.492Z | Downloaded unicase v2.7.0 |
865 | 2024-12-18T20:55:05.492Z | Downloaded shlex v1.3.0 |
866 | 2024-12-18T20:55:05.494Z | Downloaded unicode-properties v0.1.3 |
867 | 2024-12-18T20:55:05.497Z | Downloaded unicode-bidi v0.3.17 |
868 | 2024-12-18T20:55:05.501Z | Downloaded xattr v1.3.1 |
869 | 2024-12-18T20:55:05.501Z | Downloaded signature v2.2.0 |
870 | 2024-12-18T20:55:05.506Z | Downloaded signal-hook-mio v0.2.4 |
871 | 2024-12-18T20:55:05.506Z | Downloaded serde_with_macros v3.11.0 |
872 | 2024-12-18T20:55:05.511Z | Downloaded waitgroup v0.1.2 |
873 | 2024-12-18T20:55:05.511Z | Downloaded tracing-core v0.1.32 |
874 | 2024-12-18T20:55:05.519Z | Downloaded float-ord v0.3.2 |
875 | 2024-12-18T20:55:05.519Z | Downloaded olpc-cjson v0.1.4 |
876 | 2024-12-18T20:55:05.520Z | Downloaded downcast v0.11.0 |
877 | 2024-12-18T20:55:05.520Z | Downloaded packed_struct v0.10.1 |
878 | 2024-12-18T20:55:05.522Z | Downloaded nom v7.1.3 |
879 | 2024-12-18T20:55:05.522Z | Downloaded russh-cryptovec v0.7.3 |
880 | 2024-12-18T20:55:05.522Z | Downloaded r2d2 v0.8.10 |
881 | 2024-12-18T20:55:05.527Z | Downloaded ppv-lite86 v0.2.20 |
882 | 2024-12-18T20:55:05.527Z | Downloaded ron v0.8.1 |
883 | 2024-12-18T20:55:05.530Z | Downloaded defmt-macros v0.3.9 |
884 | 2024-12-18T20:55:05.533Z | Downloaded globset v0.4.15 |
885 | 2024-12-18T20:55:05.536Z | Downloaded salty v0.3.0 |
886 | 2024-12-18T20:55:05.542Z | Downloaded spin v0.5.2 |
887 | 2024-12-18T20:55:05.546Z | Downloaded phf_shared v0.10.0 |
888 | 2024-12-18T20:55:05.546Z | Downloaded simd-adler32 v0.3.7 |
889 | 2024-12-18T20:55:05.548Z | Downloaded russh-keys v0.45.0 |
890 | 2024-12-18T20:55:05.552Z | Downloaded predicates v3.1.2 |
891 | 2024-12-18T20:55:05.555Z | Downloaded tls_codec v0.4.1 |
892 | 2024-12-18T20:55:05.555Z | Downloaded diff v0.1.13 |
893 | 2024-12-18T20:55:05.558Z | Downloaded aws-lc-rs v1.10.0 |
894 | 2024-12-18T20:55:05.567Z | Downloaded rustls-pemfile v1.0.4 |
895 | 2024-12-18T20:55:05.573Z | Downloaded rustc_version v0.1.7 |
896 | 2024-12-18T20:55:05.576Z | Downloaded hashbrown v0.13.2 |
897 | 2024-12-18T20:55:05.576Z | Downloaded zerocopy v0.6.6 |
898 | 2024-12-18T20:55:05.579Z | Downloaded minimal-lexical v0.2.1 |
899 | 2024-12-18T20:55:05.582Z | Downloaded futures-sink v0.3.31 |
900 | 2024-12-18T20:55:05.584Z | Downloaded pbkdf2 v0.11.0 |
901 | 2024-12-18T20:55:05.587Z | Downloaded display-error-chain v0.2.2 |
902 | 2024-12-18T20:55:05.587Z | Downloaded diesel-dtrace v0.4.2 |
903 | 2024-12-18T20:55:05.591Z | Downloaded tokio-native-tls v0.3.1 |
904 | 2024-12-18T20:55:05.595Z | Downloaded wyz v0.5.1 |
905 | 2024-12-18T20:55:05.595Z | Downloaded write16 v1.0.0 |
906 | 2024-12-18T20:55:05.595Z | Downloaded ghash v0.5.1 |
907 | 2024-12-18T20:55:05.595Z | Downloaded zerovec v0.10.4 |
908 | 2024-12-18T20:55:05.600Z | Downloaded radium v0.7.0 |
909 | 2024-12-18T20:55:05.603Z | Downloaded subprocess v0.2.9 |
910 | 2024-12-18T20:55:05.606Z | Downloaded vte v0.11.1 |
911 | 2024-12-18T20:55:05.608Z | Downloaded progenitor-impl v0.8.0 |
912 | 2024-12-18T20:55:05.611Z | Downloaded num-integer v0.1.46 |
913 | 2024-12-18T20:55:05.611Z | Downloaded num-complex v0.4.6 |
914 | 2024-12-18T20:55:05.614Z | Downloaded diesel_derives v2.2.3 |
915 | 2024-12-18T20:55:05.619Z | Downloaded string_cache v0.8.7 |
916 | 2024-12-18T20:55:05.622Z | Downloaded whoami v1.5.2 |
917 | 2024-12-18T20:55:05.622Z | Downloaded phf_shared v0.11.2 |
918 | 2024-12-18T20:55:05.622Z | Downloaded tokio-util v0.7.12 |
919 | 2024-12-18T20:55:05.628Z | Downloaded rustls-pki-types v1.10.0 |
920 | 2024-12-18T20:55:05.632Z | Downloaded elliptic-curve v0.13.8 |
921 | 2024-12-18T20:55:05.636Z | Downloaded expectorate v1.1.0 |
922 | 2024-12-18T20:55:05.638Z | Downloaded displaydoc v0.2.5 |
923 | 2024-12-18T20:55:05.643Z | Downloaded quinn-proto v0.11.8 |
924 | 2024-12-18T20:55:05.648Z | Downloaded snafu v0.8.5 |
925 | 2024-12-18T20:55:05.654Z | Downloaded reedline v0.35.0 |
926 | 2024-12-18T20:55:05.662Z | Downloaded omicron-zone-package v0.11.1 |
927 | 2024-12-18T20:55:05.665Z | Downloaded hashlink v0.9.1 |
928 | 2024-12-18T20:55:05.669Z | Downloaded chrono v0.4.38 |
929 | 2024-12-18T20:55:05.676Z | Downloaded glob v0.3.1 |
930 | 2024-12-18T20:55:05.678Z | Downloaded ed25519-dalek v2.1.1 |
931 | 2024-12-18T20:55:05.681Z | Downloaded password-hash v0.5.0 |
932 | 2024-12-18T20:55:05.681Z | Downloaded russh v0.45.0 |
933 | 2024-12-18T20:55:05.687Z | Downloaded headers v0.4.0 |
934 | 2024-12-18T20:55:05.693Z | Downloaded ssh-key v0.6.6 |
935 | 2024-12-18T20:55:05.700Z | Downloaded icu_properties_data v1.5.0 |
936 | 2024-12-18T20:55:05.711Z | Downloaded pkcs5 v0.7.1 |
937 | 2024-12-18T20:55:05.715Z | Downloaded zip v0.6.6 |
938 | 2024-12-18T20:55:05.723Z | Downloaded qorb v0.2.1 |
939 | 2024-12-18T20:55:05.735Z | Downloaded socket2 v0.5.8 |
940 | 2024-12-18T20:55:05.735Z | Downloaded lalrpop v0.19.12 |
941 | 2024-12-18T20:55:05.738Z | Downloaded tungstenite v0.21.0 |
942 | 2024-12-18T20:55:05.742Z | Downloaded rustyline v14.0.0 |
943 | 2024-12-18T20:55:05.749Z | Downloaded unicode-segmentation v1.12.0 |
944 | 2024-12-18T20:55:05.752Z | Downloaded tinyvec v1.8.0 |
945 | 2024-12-18T20:55:05.754Z | Downloaded vcpkg v0.2.15 |
946 | 2024-12-18T20:55:05.792Z | Downloaded rcgen v0.12.1 |
947 | 2024-12-18T20:55:05.795Z | Downloaded bitvec v1.0.1 |
948 | 2024-12-18T20:55:05.811Z | Downloaded serde_yaml v0.9.34+deprecated |
949 | 2024-12-18T20:55:05.815Z | Downloaded futures-util v0.3.31 |
950 | 2024-12-18T20:55:05.826Z | Downloaded idna v0.3.0 |
951 | 2024-12-18T20:55:05.832Z | Downloaded x509-cert v0.2.5 |
952 | 2024-12-18T20:55:05.839Z | Downloaded steno v0.4.1 |
953 | 2024-12-18T20:55:05.843Z | Downloaded tokio-postgres v0.7.12 |
954 | 2024-12-18T20:55:05.848Z | Downloaded rusqlite v0.32.1 |
955 | 2024-12-18T20:55:05.854Z | Downloaded unicode_categories v0.1.1 |
956 | 2024-12-18T20:55:05.856Z | Downloaded time v0.3.36 |
957 | 2024-12-18T20:55:05.863Z | Downloaded tough v0.19.0 |
958 | 2024-12-18T20:55:05.872Z | Downloaded idna v0.5.0 |
959 | 2024-12-18T20:55:05.879Z | Downloaded sqlparser v0.45.0 |
960 | 2024-12-18T20:55:05.885Z | Downloaded unicode-normalization v0.1.24 |
961 | 2024-12-18T20:55:05.892Z | Downloaded idna v0.2.3 |
962 | 2024-12-18T20:55:05.897Z | Downloaded num-bigint-dig v0.8.4 |
963 | 2024-12-18T20:55:05.902Z | Downloaded curve25519-dalek v4.1.3 |
964 | 2024-12-18T20:55:05.910Z | Downloaded h2 v0.4.6 |
965 | 2024-12-18T20:55:05.918Z | Downloaded idna v0.4.0 |
966 | 2024-12-18T20:55:05.925Z | Downloaded proptest v1.5.0 |
967 | 2024-12-18T20:55:05.934Z | Downloaded serde_with v3.11.0 |
968 | 2024-12-18T20:55:05.943Z | Downloaded winnow v0.5.40 |
969 | 2024-12-18T20:55:05.952Z | Downloaded rustls-webpki v0.101.7 |
970 | 2024-12-18T20:55:05.967Z | Downloaded petname v2.0.2 |
971 | 2024-12-18T20:55:05.974Z | Downloaded p521 v0.13.3 |
972 | 2024-12-18T20:55:05.978Z | Downloaded smoltcp v0.9.1 |
973 | 2024-12-18T20:55:05.988Z | Downloaded reqwest v0.12.9 |
974 | 2024-12-18T20:55:05.996Z | Downloaded rustls-webpki v0.102.8 |
975 | 2024-12-18T20:55:06.015Z | Downloaded radix_trie v0.2.1 |
976 | 2024-12-18T20:55:06.021Z | Downloaded rustls v0.21.12 |
977 | 2024-12-18T20:55:06.031Z | Downloaded rayon v1.10.0 |
978 | 2024-12-18T20:55:06.043Z | Downloaded hashbrown v0.14.5 |
979 | 2024-12-18T20:55:06.046Z | Downloaded rustls v0.23.19 |
980 | 2024-12-18T20:55:06.059Z | Downloaded quick-xml v0.33.0 |
981 | 2024-12-18T20:55:06.064Z | Downloaded nix v0.27.1 |
982 | 2024-12-18T20:55:06.076Z | Downloaded hickory-proto v0.24.1 |
983 | 2024-12-18T20:55:06.091Z | Downloaded gimli v0.31.1 |
984 | 2024-12-18T20:55:06.099Z | Downloaded regex-syntax v0.6.29 |
985 | 2024-12-18T20:55:06.108Z | Downloaded regex-syntax v0.8.5 |
986 | 2024-12-18T20:55:06.116Z | Downloaded object v0.30.4 |
987 | 2024-12-18T20:55:06.126Z | Downloaded polar-core v0.27.3 |
988 | 2024-12-18T20:55:06.135Z | Downloaded diesel v2.2.6 |
989 | 2024-12-18T20:55:06.154Z | Downloaded openapiv3 v2.0.0 |
990 | 2024-12-18T20:55:06.167Z | Downloaded trust-dns-proto v0.22.0 |
991 | 2024-12-18T20:55:06.179Z | Downloaded git2 v0.19.0 |
992 | 2024-12-18T20:55:06.187Z | Downloaded regress v0.9.1 |
993 | 2024-12-18T20:55:06.195Z | Downloaded regress v0.10.1 |
994 | 2024-12-18T20:55:06.205Z | Downloaded zerocopy-derive v0.6.6 |
995 | 2024-12-18T20:55:06.215Z | Downloaded p384 v0.13.0 |
996 | 2024-12-18T20:55:06.221Z | Downloaded regex-automata v0.4.8 |
997 | 2024-12-18T20:55:06.238Z | Downloaded dropshot v0.12.0 |
998 | 2024-12-18T20:55:06.258Z | Downloaded object v0.36.5 |
999 | 2024-12-18T20:55:06.270Z | Downloaded smoltcp v0.11.0 |
1000 | 2024-12-18T20:55:06.281Z | Downloaded typify-impl v0.2.0 |
1001 | 2024-12-18T20:55:06.297Z | Downloaded nix v0.29.0 |
1002 | 2024-12-18T20:55:06.308Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1003 | 2024-12-18T20:55:06.329Z | Downloaded openssl v0.10.66 |
1004 | 2024-12-18T20:55:06.335Z | Downloaded unicode-width v0.2.0 |
1005 | 2024-12-18T20:55:06.341Z | Downloaded sled v0.34.7 |
1006 | 2024-12-18T20:55:06.346Z | Downloaded zerocopy v0.8.10 |
1007 | 2024-12-18T20:55:06.371Z | Downloaded nix v0.28.0 |
1008 | 2024-12-18T20:55:06.381Z | Downloaded regex v1.11.1 |
1009 | 2024-12-18T20:55:06.395Z | Downloaded ratatui v0.28.1 |
1010 | 2024-12-18T20:55:06.412Z | Downloaded dropshot v0.13.0 |
1011 | 2024-12-18T20:55:06.432Z | Downloaded bstr v1.10.0 |
1012 | 2024-12-18T20:55:06.444Z | Downloaded rustls v0.22.4 |
1013 | 2024-12-18T20:55:06.456Z | Downloaded csv v1.3.0 |
1014 | 2024-12-18T20:55:06.475Z | Downloaded chrono-tz v0.10.0 |
1015 | 2024-12-18T20:55:06.483Z | Downloaded portable-atomic v1.9.0 |
1016 | 2024-12-18T20:55:06.489Z | Downloaded webpki-roots v0.26.6 |
1017 | 2024-12-18T20:55:06.493Z | Downloaded spin v0.9.8 |
1018 | 2024-12-18T20:55:06.496Z | Downloaded signal-hook v0.3.17 |
1019 | 2024-12-18T20:55:06.501Z | Downloaded bindgen v0.69.5 |
1020 | 2024-12-18T20:55:06.505Z | Downloaded petgraph v0.6.5 |
1021 | 2024-12-18T20:55:06.522Z | Downloaded lzma-sys v0.1.20 |
1022 | 2024-12-18T20:55:06.550Z | Downloaded samael v0.0.17 |
1023 | 2024-12-18T20:55:06.555Z | Downloaded pbkdf2 v0.12.2 |
1024 | 2024-12-18T20:55:06.558Z | Downloaded mio v1.0.2 |
1025 | 2024-12-18T20:55:06.562Z | Downloaded defmt v0.3.8 |
1026 | 2024-12-18T20:55:06.565Z | Downloaded zone v0.3.0 |
1027 | 2024-12-18T20:55:06.567Z | Downloaded spki v0.7.3 |
1028 | 2024-12-18T20:55:06.567Z | Downloaded futures-macro v0.3.31 |
1029 | 2024-12-18T20:55:06.570Z | Downloaded parse-zoneinfo v0.3.1 |
1030 | 2024-12-18T20:55:06.573Z | Downloaded num-bigint v0.4.6 |
1031 | 2024-12-18T20:55:06.577Z | Downloaded tar v0.4.42 |
1032 | 2024-12-18T20:55:06.580Z | Downloaded toml_edit v0.19.15 |
1033 | 2024-12-18T20:55:06.594Z | Downloaded libz-sys v1.1.20 |
1034 | 2024-12-18T20:55:06.616Z | Downloaded hkdf v0.12.4 |
1035 | 2024-12-18T20:55:06.620Z | Downloaded flate2 v1.0.34 |
1036 | 2024-12-18T20:55:06.623Z | Downloaded zerovec-derive v0.10.3 |
1037 | 2024-12-18T20:55:06.630Z | Downloaded vsss-rs v3.3.4 |
1038 | 2024-12-18T20:55:06.633Z | Downloaded tokio-macros v2.4.0 |
1039 | 2024-12-18T20:55:06.633Z | Downloaded either v1.13.0 |
1040 | 2024-12-18T20:55:06.633Z | Downloaded yoke v0.7.4 |
1041 | 2024-12-18T20:55:06.633Z | Downloaded xz2 v0.1.7 |
1042 | 2024-12-18T20:55:06.634Z | Downloaded p256 v0.13.2 |
1043 | 2024-12-18T20:55:06.637Z | Downloaded fs_extra v1.3.0 |
1044 | 2024-12-18T20:55:06.637Z | Downloaded flume v0.11.1 |
1045 | 2024-12-18T20:55:06.640Z | Downloaded url v2.5.3 |
1046 | 2024-12-18T20:55:06.643Z | Downloaded env_filter v0.1.2 |
1047 | 2024-12-18T20:55:06.645Z | Downloaded tokio v1.40.0 |
1048 | 2024-12-18T20:55:06.682Z | Downloaded sha3 v0.10.8 |
1049 | 2024-12-18T20:55:06.686Z | Downloaded postgres-protocol v0.6.7 |
1050 | 2024-12-18T20:55:06.689Z | Downloaded postcard v1.0.10 |
1051 | 2024-12-18T20:55:06.695Z | Downloaded dunce v1.0.5 |
1052 | 2024-12-18T20:55:06.695Z | Downloaded tui-tree-widget v0.22.0 |
1053 | 2024-12-18T20:55:06.695Z | Downloaded rand_core v0.6.4 |
1054 | 2024-12-18T20:55:06.698Z | Downloaded termcolor v1.4.1 |
1055 | 2024-12-18T20:55:06.698Z | Downloaded term v0.7.0 |
1056 | 2024-12-18T20:55:06.698Z | Downloaded derive-where v1.2.7 |
1057 | 2024-12-18T20:55:06.704Z | Downloaded openssl-sys v0.9.103 |
1058 | 2024-12-18T20:55:06.707Z | Downloaded tokio-tungstenite v0.23.1 |
1059 | 2024-12-18T20:55:06.710Z | Downloaded pin-project-lite v0.2.14 |
1060 | 2024-12-18T20:55:06.713Z | Downloaded zerocopy-derive v0.8.10 |
1061 | 2024-12-18T20:55:06.718Z | Downloaded tungstenite v0.23.0 |
1062 | 2024-12-18T20:55:06.721Z | Downloaded schemars v0.8.21 |
1063 | 2024-12-18T20:55:06.732Z | Downloaded foldhash v0.1.3 |
1064 | 2024-12-18T20:55:06.735Z | Downloaded zeroize v1.8.1 |
1065 | 2024-12-18T20:55:06.735Z | Downloaded topological-sort v0.2.2 |
1066 | 2024-12-18T20:55:06.738Z | Downloaded rustc-demangle v0.1.24 |
1067 | 2024-12-18T20:55:06.738Z | Downloaded strum_macros v0.25.3 |
1068 | 2024-12-18T20:55:06.740Z | Downloaded strip-ansi-escapes v0.2.0 |
1069 | 2024-12-18T20:55:06.740Z | Downloaded ssh-encoding v0.2.0 |
1070 | 2024-12-18T20:55:06.743Z | Downloaded serde-big-array v0.5.1 |
1071 | 2024-12-18T20:55:06.743Z | Downloaded ff v0.13.0 |
1072 | 2024-12-18T20:55:06.745Z | Downloaded derive_builder_core v0.20.2 |
1073 | 2024-12-18T20:55:06.746Z | Downloaded publicsuffix v2.2.3 |
1074 | 2024-12-18T20:55:06.748Z | Downloaded bumpalo v3.16.0 |
1075 | 2024-12-18T20:55:06.751Z | Downloaded proc-macro-crate v1.3.1 |
1076 | 2024-12-18T20:55:06.754Z | Downloaded derive_builder v0.20.2 |
1077 | 2024-12-18T20:55:06.757Z | Downloaded foreign-types-shared v0.3.1 |
1078 | 2024-12-18T20:55:06.760Z | Downloaded rand v0.8.5 |
1079 | 2024-12-18T20:55:06.762Z | Downloaded derive_builder_macro v0.20.2 |
1080 | 2024-12-18T20:55:06.762Z | Downloaded tokio-rustls v0.24.1 |
1081 | 2024-12-18T20:55:06.765Z | Downloaded fd-lock v4.0.2 |
1082 | 2024-12-18T20:55:06.765Z | Downloaded native-tls v0.2.12 |
1083 | 2024-12-18T20:55:06.768Z | Downloaded gethostname v0.5.0 |
1084 | 2024-12-18T20:55:06.770Z | Downloaded base64 v0.22.1 |
1085 | 2024-12-18T20:55:06.774Z | Downloaded compact_str v0.8.0 |
1086 | 2024-12-18T20:55:06.777Z | Downloaded tls_codec_derive v0.4.1 |
1087 | 2024-12-18T20:55:06.777Z | Downloaded crc-any v2.5.0 |
1088 | 2024-12-18T20:55:06.781Z | Downloaded const-oid v0.9.6 |
1089 | 2024-12-18T20:55:06.785Z | Downloaded nu-ansi-term v0.50.1 |
1090 | 2024-12-18T20:55:06.785Z | Downloaded thiserror-impl v2.0.3 |
1091 | 2024-12-18T20:55:06.788Z | Downloaded value-bag v1.9.0 |
1092 | 2024-12-18T20:55:06.788Z | Downloaded der_derive v0.7.3 |
1093 | 2024-12-18T20:55:06.792Z | Downloaded icu_properties v1.5.1 |
1094 | 2024-12-18T20:55:06.792Z | Downloaded hickory-server v0.24.1 |
1095 | 2024-12-18T20:55:06.798Z | Downloaded heapless v0.8.0 |
1096 | 2024-12-18T20:55:06.801Z | Downloaded crossbeam-utils v0.8.20 |
1097 | 2024-12-18T20:55:06.804Z | Downloaded encoding_rs v0.8.34 |
1098 | 2024-12-18T20:55:06.826Z | Downloaded base64 v0.13.1 |
1099 | 2024-12-18T20:55:06.829Z | Downloaded typify v0.2.0 |
1100 | 2024-12-18T20:55:06.831Z | Downloaded prettyplease v0.2.25 |
1101 | 2024-12-18T20:55:06.834Z | Downloaded percent-encoding v2.3.1 |
1102 | 2024-12-18T20:55:06.837Z | Downloaded pem-rfc7468 v0.7.0 |
1103 | 2024-12-18T20:55:06.837Z | Downloaded pem v3.0.4 |
1104 | 2024-12-18T20:55:06.840Z | Downloaded hyper-util v0.1.10 |
1105 | 2024-12-18T20:55:06.842Z | Downloaded typify-macro v0.2.0 |
1106 | 2024-12-18T20:55:06.845Z | Downloaded tokio-stream v0.1.16 |
1107 | 2024-12-18T20:55:06.848Z | Downloaded tokio-rustls v0.26.0 |
1108 | 2024-12-18T20:55:06.850Z | Downloaded tokio-rustls v0.25.0 |
1109 | 2024-12-18T20:55:06.853Z | Downloaded tiny-keccak v2.0.2 |
1110 | 2024-12-18T20:55:06.853Z | Downloaded time-macros v0.2.18 |
1111 | 2024-12-18T20:55:06.855Z | Downloaded crc32fast v1.4.2 |
1112 | 2024-12-18T20:55:06.859Z | Downloaded cookie v0.18.1 |
1113 | 2024-12-18T20:55:06.863Z | Downloaded dirs-next v2.0.0 |
1114 | 2024-12-18T20:55:06.863Z | Downloaded difflib v0.4.0 |
1115 | 2024-12-18T20:55:06.863Z | Downloaded clang-sys v1.8.1 |
1116 | 2024-12-18T20:55:06.865Z | Downloaded csv-core v0.1.11 |
1117 | 2024-12-18T20:55:06.865Z | Downloaded slog-bunyan v2.5.0 |
1118 | 2024-12-18T20:55:06.868Z | Downloaded rand_chacha v0.3.1 |
1119 | 2024-12-18T20:55:06.868Z | Downloaded slog-async v2.8.0 |
1120 | 2024-12-18T20:55:06.871Z | Downloaded serde-hex v0.1.0 |
1121 | 2024-12-18T20:55:06.871Z | Downloaded icu_provider v1.5.0 |
1122 | 2024-12-18T20:55:06.877Z | Downloaded icu_normalizer_data v1.5.0 |
1123 | 2024-12-18T20:55:06.882Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1124 | 2024-12-18T20:55:06.931Z | Downloaded blake2 v0.10.6 |
1125 | 2024-12-18T20:55:06.933Z | Downloaded cexpr v0.6.0 |
1126 | 2024-12-18T20:55:06.936Z | Downloaded serde_path_to_error v0.1.16 |
1127 | 2024-12-18T20:55:06.936Z | Downloaded bzip2 v0.4.4 |
1128 | 2024-12-18T20:55:06.939Z | Downloaded bcs v0.1.6 |
1129 | 2024-12-18T20:55:06.939Z | Downloaded rfc6979 v0.4.0 |
1130 | 2024-12-18T20:55:06.943Z | Downloaded constant_time_eq v0.3.1 |
1131 | 2024-12-18T20:55:06.943Z | Downloaded colored v2.1.0 |
1132 | 2024-12-18T20:55:06.943Z | Downloaded cipher v0.4.4 |
1133 | 2024-12-18T20:55:06.945Z | Downloaded litemap v0.7.3 |
1134 | 2024-12-18T20:55:06.948Z | Downloaded base16ct v0.2.0 |
1135 | 2024-12-18T20:55:06.948Z | Downloaded cassowary v0.3.0 |
1136 | 2024-12-18T20:55:06.948Z | Downloaded blowfish v0.9.1 |
1137 | 2024-12-18T20:55:06.951Z | Downloaded bitfield-struct v0.6.2 |
1138 | 2024-12-18T20:55:06.951Z | Downloaded bitfield v0.14.0 |
1139 | 2024-12-18T20:55:06.954Z | Downloaded libefi-sys v0.1.0 |
1140 | 2024-12-18T20:55:06.954Z | Downloaded internet-checksum v0.2.1 |
1141 | 2024-12-18T20:55:06.954Z | Downloaded inout v0.1.3 |
1142 | 2024-12-18T20:55:06.957Z | Downloaded cfg_aliases v0.2.1 |
1143 | 2024-12-18T20:55:06.957Z | Downloaded keccak v0.1.5 |
1144 | 2024-12-18T20:55:06.957Z | Downloaded ipnetwork v0.20.0 |
1145 | 2024-12-18T20:55:06.962Z | Downloaded hostname v0.4.0 |
1146 | 2024-12-18T20:55:06.962Z | Downloaded async-recursion v1.1.1 |
1147 | 2024-12-18T20:55:06.968Z | Downloaded lalrpop-util v0.19.12 |
1148 | 2024-12-18T20:55:06.968Z | Downloaded is-terminal v0.4.13 |
1149 | 2024-12-18T20:55:06.973Z | Downloaded idna_adapter v1.2.0 |
1150 | 2024-12-18T20:55:06.973Z | Downloaded bit-vec v0.6.3 |
1151 | 2024-12-18T20:55:06.973Z | Downloaded aes-gcm v0.10.3 |
1152 | 2024-12-18T20:55:06.973Z | Downloaded instability v0.3.2 |
1153 | 2024-12-18T20:55:06.978Z | Downloaded impl-trait-for-tuples v0.2.2 |
1154 | 2024-12-18T20:55:06.985Z | Downloaded home v0.5.9 |
1155 | 2024-12-18T20:55:06.985Z | Downloaded libsw v3.3.1 |
1156 | 2024-12-18T20:55:06.985Z | Downloaded lazycell v1.3.0 |
1157 | 2024-12-18T20:55:06.985Z | Downloaded arrayvec v0.7.6 |
1158 | 2024-12-18T20:55:06.989Z | Downloaded hubpack v0.1.2 |
1159 | 2024-12-18T20:55:06.989Z | Downloaded httpdate v1.0.3 |
1160 | 2024-12-18T20:55:06.989Z | Downloaded heck v0.3.3 |
1161 | 2024-12-18T20:55:06.989Z | Downloaded async-bb8-diesel v0.2.1 |
1162 | 2024-12-18T20:55:06.990Z | Downloaded matches v0.1.10 |
1163 | 2024-12-18T20:55:07.191Z | Downloaded libsqlite3-sys v0.30.1 |
1164 | 2024-12-18T20:55:07.482Z | Downloaded ring v0.17.8 |
1165 | 2024-12-18T20:55:07.686Z | Downloaded ring v0.16.20 |
1166 | 2024-12-18T20:55:07.951Z | Downloaded aws-lc-sys v0.22.0 |
1167 | 2024-12-18T20:55:08.254Z | Compiling serde v1.0.215 |
1168 | 2024-12-18T20:55:08.257Z | Compiling lock_api v0.4.12 |
1169 | 2024-12-18T20:55:08.257Z | Compiling scopeguard v1.2.0 |
1170 | 2024-12-18T20:55:08.257Z | Compiling value-bag v1.9.0 |
1171 | 2024-12-18T20:55:08.257Z | Compiling typenum v1.17.0 |
1172 | 2024-12-18T20:55:08.257Z | Compiling generic-array v0.14.7 |
1173 | 2024-12-18T20:55:08.445Z | Compiling syn v2.0.87 |
1174 | 2024-12-18T20:55:08.457Z | Compiling getrandom v0.2.15 |
1175 | 2024-12-18T20:55:08.623Z | Compiling shlex v1.3.0 |
1176 | 2024-12-18T20:55:08.752Z | Compiling rand_core v0.6.4 |
1177 | 2024-12-18T20:55:08.916Z | Compiling log v0.4.22 |
1178 | 2024-12-18T20:55:09.020Z | Compiling subtle v2.6.1 |
1179 | 2024-12-18T20:55:09.038Z | Compiling jobserver v0.1.32 |
1180 | 2024-12-18T20:55:09.041Z | Compiling smallvec v1.13.2 |
1181 | 2024-12-18T20:55:09.279Z | Compiling const-oid v0.9.6 |
1182 | 2024-12-18T20:55:09.299Z | Compiling spin v0.9.8 |
1183 | 2024-12-18T20:55:09.367Z | Compiling pin-project-lite v0.2.14 |
1184 | 2024-12-18T20:55:09.475Z | Compiling cc v1.1.30 |
1185 | 2024-12-18T20:55:09.498Z | Compiling rustix v0.38.37 |
1186 | 2024-12-18T20:55:09.686Z | Compiling parking_lot_core v0.9.10 |
1187 | 2024-12-18T20:55:09.813Z | Compiling futures-core v0.3.31 |
1188 | 2024-12-18T20:55:10.019Z | Compiling signal-hook-registry v1.4.2 |
1189 | 2024-12-18T20:55:10.094Z | Compiling mio v1.0.2 |
1190 | 2024-12-18T20:55:10.440Z | Compiling aho-corasick v1.1.3 |
1191 | 2024-12-18T20:55:10.857Z | Compiling parking_lot v0.12.3 |
1192 | 2024-12-18T20:55:10.894Z | Compiling cpufeatures v0.2.14 |
1193 | 2024-12-18T20:55:10.997Z | Compiling regex-syntax v0.8.5 |
1194 | 2024-12-18T20:55:11.256Z | Compiling lazy_static v1.5.0 |
1195 | 2024-12-18T20:55:11.283Z | Compiling futures-sink v0.3.31 |
1196 | 2024-12-18T20:55:11.303Z | Compiling glob v0.3.1 |
1197 | 2024-12-18T20:55:11.381Z | Compiling either v1.13.0 |
1198 | 2024-12-18T20:55:11.429Z | Compiling stable_deref_trait v1.2.0 |
1199 | 2024-12-18T20:55:11.542Z | Compiling socket2 v0.5.8 |
1200 | 2024-12-18T20:55:11.772Z | Compiling slab v0.4.9 |
1201 | 2024-12-18T20:55:11.827Z | Compiling prettyplease v0.2.25 |
1202 | 2024-12-18T20:55:12.176Z | Compiling minimal-lexical v0.2.1 |
1203 | 2024-12-18T20:55:12.281Z | Compiling clang-sys v1.8.1 |
1204 | 2024-12-18T20:55:12.481Z | Compiling libloading v0.8.5 |
1205 | 2024-12-18T20:55:12.554Z | Compiling home v0.5.9 |
1206 | 2024-12-18T20:55:12.699Z | Compiling nom v7.1.3 |
1207 | 2024-12-18T20:55:12.811Z | Compiling bindgen v0.69.5 |
1208 | 2024-12-18T20:55:12.948Z | Compiling serde_json v1.0.132 |
1209 | 2024-12-18T20:55:13.304Z | Compiling itertools v0.10.5 |
1210 | 2024-12-18T20:55:13.628Z | Compiling futures-channel v0.3.31 |
1211 | 2024-12-18T20:55:13.890Z | Compiling rustc-hash v1.1.0 |
1212 | 2024-12-18T20:55:14.103Z | Compiling pin-utils v0.1.0 |
1213 | 2024-12-18T20:55:14.174Z | Compiling allocator-api2 v0.2.18 |
1214 | 2024-12-18T20:55:14.319Z | Compiling lazycell v1.3.0 |
1215 | 2024-12-18T20:55:14.362Z | Compiling futures-io v0.3.31 |
1216 | 2024-12-18T20:55:14.649Z | Compiling regex-automata v0.4.8 |
1217 | 2024-12-18T20:55:14.890Z | Compiling futures-task v0.3.31 |
1218 | 2024-12-18T20:55:15.188Z | Compiling foldhash v0.1.3 |
1219 | 2024-12-18T20:55:15.488Z | Compiling hashbrown v0.15.1 |
1220 | 2024-12-18T20:55:16.043Z | Compiling synstructure v0.13.1 |
1221 | 2024-12-18T20:55:16.087Z | Compiling cexpr v0.6.0 |
1222 | 2024-12-18T20:55:16.829Z | Compiling cmake v0.1.51 |
1223 | 2024-12-18T20:55:17.832Z | Compiling fs_extra v1.3.0 |
1224 | 2024-12-18T20:55:17.849Z | Compiling dunce v1.0.5 |
1225 | 2024-12-18T20:55:17.852Z | Compiling libm v0.2.8 |
1226 | 2024-12-18T20:55:17.884Z | Compiling pkg-config v0.3.31 |
1227 | 2024-12-18T20:55:17.971Z | Compiling tinyvec_macros v0.1.1 |
1228 | 2024-12-18T20:55:18.064Z | Compiling tinyvec v1.8.0 |
1229 | 2024-12-18T20:55:18.227Z | Compiling num-traits v0.2.19 |
1230 | 2024-12-18T20:55:18.739Z | Compiling ring v0.17.8 |
1231 | 2024-12-18T20:55:19.365Z | Compiling base64ct v1.6.0 |
1232 | 2024-12-18T20:55:19.511Z | Compiling unicode-normalization v0.1.24 |
1233 | 2024-12-18T20:55:19.547Z | Compiling paste v1.0.15 |
1234 | 2024-12-18T20:55:19.787Z | Compiling writeable v0.5.5 |
1235 | 2024-12-18T20:55:19.864Z | Compiling unicode-bidi v0.3.17 |
1236 | 2024-12-18T20:55:19.930Z | Compiling litemap v0.7.3 |
1237 | 2024-12-18T20:55:20.309Z | Compiling regex v1.11.1 |
1238 | 2024-12-18T20:55:20.358Z | Compiling pem-rfc7468 v0.7.0 |
1239 | 2024-12-18T20:55:21.029Z | Compiling aws-lc-rs v1.10.0 |
1240 | 2024-12-18T20:55:21.218Z | Compiling flagset v0.4.6 |
1241 | 2024-12-18T20:55:21.321Z | Compiling httparse v1.9.5 |
1242 | 2024-12-18T20:55:21.479Z | Compiling tracing-core v0.1.32 |
1243 | 2024-12-18T20:55:22.099Z | Compiling icu_locid_transform_data v1.5.0 |
1244 | 2024-12-18T20:55:22.202Z | Compiling rustls-pki-types v1.10.0 |
1245 | 2024-12-18T20:55:22.444Z | Compiling crossbeam-utils v0.8.20 |
1246 | 2024-12-18T20:55:22.587Z | Compiling percent-encoding v2.3.1 |
1247 | 2024-12-18T20:55:22.872Z | Compiling serde_derive v1.0.215 |
1248 | 2024-12-18T20:55:22.928Z | Compiling zeroize_derive v1.4.2 |
1249 | 2024-12-18T20:55:23.011Z | Compiling zerocopy-derive v0.7.35 |
1250 | 2024-12-18T20:55:23.279Z | Compiling tokio-macros v2.4.0 |
1251 | 2024-12-18T20:55:23.488Z | Compiling zerofrom-derive v0.1.4 |
1252 | 2024-12-18T20:55:24.378Z | Compiling zeroize v1.8.1 |
1253 | 2024-12-18T20:55:24.762Z | Compiling yoke-derive v0.7.4 |
1254 | 2024-12-18T20:55:24.850Z | Compiling thiserror-impl v1.0.69 |
1255 | 2024-12-18T20:55:25.257Z | Compiling zerocopy v0.7.35 |
1256 | 2024-12-18T20:55:26.187Z | Compiling crypto-common v0.1.6 |
1257 | 2024-12-18T20:55:26.420Z | Compiling block-buffer v0.10.4 |
1258 | 2024-12-18T20:55:26.674Z | Compiling digest v0.10.7 |
1259 | 2024-12-18T20:55:26.803Z | Compiling zerovec-derive v0.10.3 |
1260 | 2024-12-18T20:55:27.143Z | Compiling hmac v0.12.1 |
1261 | 2024-12-18T20:55:27.371Z | Compiling futures-macro v0.3.31 |
1262 | 2024-12-18T20:55:27.408Z | Compiling block-padding v0.3.3 |
1263 | 2024-12-18T20:55:27.451Z | Compiling zerofrom v0.1.4 |
1264 | 2024-12-18T20:55:27.683Z | Compiling displaydoc v0.2.5 |
1265 | 2024-12-18T20:55:27.702Z | Compiling inout v0.1.3 |
1266 | 2024-12-18T20:55:27.748Z | Compiling yoke v0.7.4 |
1267 | 2024-12-18T20:55:27.964Z | Compiling cipher v0.4.4 |
1268 | 2024-12-18T20:55:28.115Z | Compiling sha2 v0.10.8 |
1269 | 2024-12-18T20:55:28.236Z | Compiling thiserror v1.0.69 |
1270 | 2024-12-18T20:55:28.375Z | Compiling ppv-lite86 v0.2.20 |
1271 | 2024-12-18T20:55:28.505Z | Compiling der_derive v0.7.3 |
1272 | 2024-12-18T20:55:29.211Z | Compiling icu_provider_macros v1.5.0 |
1273 | 2024-12-18T20:55:29.297Z | Compiling futures-util v0.3.31 |
1274 | 2024-12-18T20:55:29.343Z | Compiling rand_chacha v0.3.1 |
1275 | 2024-12-18T20:55:29.563Z | Compiling zerovec v0.10.4 |
1276 | 2024-12-18T20:55:30.296Z | Compiling tracing-attributes v0.1.27 |
1277 | 2024-12-18T20:55:30.833Z | Compiling der v0.7.9 |
1278 | 2024-12-18T20:55:31.343Z | Compiling tinystr v0.7.6 |
1279 | 2024-12-18T20:55:31.599Z | Compiling icu_collections v1.5.0 |
1280 | 2024-12-18T20:55:31.620Z | Compiling rand v0.8.5 |
1281 | 2024-12-18T20:55:31.645Z | Compiling salsa20 v0.10.2 |
1282 | 2024-12-18T20:55:31.795Z | Compiling icu_locid v1.5.0 |
1283 | 2024-12-18T20:55:31.863Z | Compiling pest v2.7.14 |
1284 | 2024-12-18T20:55:33.198Z | Compiling icu_provider v1.5.0 |
1285 | 2024-12-18T20:55:37.836Z | Compiling spki v0.7.3 |
1286 | 2024-12-18T20:55:37.890Z | Compiling tracing v0.1.40 |
1287 | 2024-12-18T20:55:37.890Z | Compiling icu_locid_transform v1.5.0 |
1288 | 2024-12-18T20:55:37.890Z | Compiling pbkdf2 v0.12.2 |
1289 | 2024-12-18T20:55:37.890Z | Compiling untrusted v0.7.1 |
1290 | 2024-12-18T20:55:37.890Z | Compiling mirai-annotations v1.12.0 |
1291 | 2024-12-18T20:55:37.890Z | Compiling num-conv v0.1.0 |
1292 | 2024-12-18T20:55:37.890Z | Compiling vcpkg v0.2.15 |
1293 | 2024-12-18T20:55:37.890Z | Compiling icu_properties_data v1.5.0 |
1294 | 2024-12-18T20:55:37.891Z | Compiling untrusted v0.9.0 |
1295 | 2024-12-18T20:55:37.891Z | Compiling time-core v0.1.2 |
1296 | 2024-12-18T20:55:37.891Z | Compiling powerfmt v0.2.0 |
1297 | 2024-12-18T20:55:37.891Z | Compiling time-macros v0.2.18 |
1298 | 2024-12-18T20:55:37.891Z | Compiling pest_meta v2.7.14 |
1299 | 2024-12-18T20:55:37.891Z | Compiling deranged v0.3.11 |
1300 | 2024-12-18T20:55:37.891Z | Compiling icu_properties v1.5.1 |
1301 | 2024-12-18T20:55:37.911Z | Compiling bitflags v2.6.0 |
1302 | 2024-12-18T20:55:37.911Z | Compiling bytes v1.8.0 |
1303 | 2024-12-18T20:55:37.911Z | Compiling indexmap v2.6.0 |
1304 | 2024-12-18T20:55:38.195Z | Compiling tokio v1.40.0 |
1305 | 2024-12-18T20:55:38.216Z | Compiling http v1.1.0 |
1306 | 2024-12-18T20:55:38.584Z | Compiling semver v1.0.23 |
1307 | 2024-12-18T20:55:38.638Z | Compiling openssl-sys v0.9.103 |
1308 | 2024-12-18T20:55:39.339Z | Compiling rustc_version v0.4.1 |
1309 | 2024-12-18T20:55:39.715Z | Compiling scrypt v0.11.0 |
1310 | 2024-12-18T20:55:40.133Z | Compiling aes v0.8.4 |
1311 | 2024-12-18T20:55:40.136Z | Compiling cbc v0.1.2 |
1312 | 2024-12-18T20:55:40.286Z | Compiling scroll_derive v0.12.0 |
1313 | 2024-12-18T20:55:40.373Z | Compiling utf16_iter v1.0.5 |
1314 | 2024-12-18T20:55:40.377Z | Compiling utf8_iter v1.0.4 |
1315 | 2024-12-18T20:55:40.585Z | Compiling icu_normalizer_data v1.5.0 |
1316 | 2024-12-18T20:55:40.634Z | Compiling write16 v1.0.0 |
1317 | 2024-12-18T20:55:40.693Z | Compiling num_threads v0.1.7 |
1318 | 2024-12-18T20:55:40.711Z | Compiling atomic-waker v1.1.2 |
1319 | 2024-12-18T20:55:40.763Z | Compiling icu_normalizer v1.5.0 |
1320 | 2024-12-18T20:55:40.817Z | Compiling time v0.3.36 |
1321 | 2024-12-18T20:55:40.889Z | Compiling http-body v1.0.1 |
1322 | 2024-12-18T20:55:41.120Z | Compiling which v4.4.2 |
1323 | 2024-12-18T20:55:41.336Z | Compiling pkcs5 v0.7.1 |
1324 | 2024-12-18T20:55:41.739Z | Compiling scroll v0.12.0 |
1325 | 2024-12-18T20:55:42.402Z | Compiling pest_generator v2.7.14 |
1326 | 2024-12-18T20:55:42.458Z | Compiling form_urlencoded v1.2.1 |
1327 | 2024-12-18T20:55:42.565Z | Compiling try-lock v0.2.5 |
1328 | 2024-12-18T20:55:42.717Z | Compiling slog v2.7.0 |
1329 | 2024-12-18T20:55:42.789Z | Compiling want v0.3.1 |
1330 | 2024-12-18T20:55:42.823Z | Compiling goblin v0.8.2 |
1331 | 2024-12-18T20:55:43.075Z | Compiling pkcs8 v0.10.2 |
1332 | 2024-12-18T20:55:43.077Z | Compiling idna_adapter v1.2.0 |
1333 | 2024-12-18T20:55:43.318Z | Compiling httpdate v1.0.3 |
1334 | 2024-12-18T20:55:43.770Z | Compiling idna v1.0.3 |
1335 | 2024-12-18T20:55:43.789Z | Compiling serde_tokenstream v0.2.2 |
1336 | 2024-12-18T20:55:44.170Z | Compiling serde_spanned v0.6.8 |
1337 | 2024-12-18T20:55:44.384Z | Compiling pest_derive v2.7.14 |
1338 | 2024-12-18T20:55:44.405Z | Compiling uuid v1.11.0 |
1339 | 2024-12-18T20:55:44.408Z | Compiling toml_datetime v0.6.8 |
1340 | 2024-12-18T20:55:44.923Z | Compiling openssl v0.10.66 |
1341 | 2024-12-18T20:55:45.165Z | Compiling dtrace-parser v0.2.0 |
1342 | 2024-12-18T20:55:45.347Z | Compiling adler2 v2.0.0 |
1343 | 2024-12-18T20:55:45.557Z | Compiling match_cfg v0.1.0 |
1344 | 2024-12-18T20:55:45.602Z | Compiling iana-time-zone v0.1.61 |
1345 | 2024-12-18T20:55:45.659Z | Compiling tower-service v0.3.3 |
1346 | 2024-12-18T20:55:45.776Z | Compiling foreign-types-shared v0.1.1 |
1347 | 2024-12-18T20:55:45.796Z | Compiling rustversion v1.0.17 |
1348 | 2024-12-18T20:55:45.890Z | Compiling base64 v0.22.1 |
1349 | 2024-12-18T20:55:46.070Z | Compiling foreign-types v0.3.2 |
1350 | 2024-12-18T20:55:46.095Z | Compiling chrono v0.4.38 |
1351 | 2024-12-18T20:55:46.171Z | Compiling hostname v0.3.1 |
1352 | 2024-12-18T20:55:46.423Z | Compiling miniz_oxide v0.8.0 |
1353 | 2024-12-18T20:55:46.497Z | Compiling tokio-util v0.7.12 |
1354 | 2024-12-18T20:55:46.737Z | Compiling url v2.5.3 |
1355 | 2024-12-18T20:55:47.994Z | Compiling h2 v0.4.6 |
1356 | 2024-12-18T20:55:48.013Z | Compiling async-trait v0.1.83 |
1357 | 2024-12-18T20:55:48.700Z | Compiling dof v0.3.0 |
1358 | 2024-12-18T20:55:48.790Z | Compiling openssl-macros v0.1.1 |
1359 | 2024-12-18T20:55:49.566Z | Compiling usdt-impl v0.5.0 |
1360 | 2024-12-18T20:55:49.889Z | Compiling dirs-sys-next v0.1.2 |
1361 | 2024-12-18T20:55:50.548Z | Compiling rustls v0.22.4 |
1362 | 2024-12-18T20:55:50.768Z | Compiling rustls v0.23.19 |
1363 | 2024-12-18T20:55:50.806Z | Compiling native-tls v0.2.12 |
1364 | 2024-12-18T20:55:50.921Z | Compiling syn v1.0.109 |
1365 | 2024-12-18T20:55:51.029Z | Compiling siphasher v0.3.11 |
1366 | 2024-12-18T20:55:51.128Z | Compiling data-encoding v2.6.0 |
1367 | 2024-12-18T20:55:51.228Z | Compiling dirs-next v2.0.0 |
1368 | 2024-12-18T20:55:51.612Z | Compiling http-body-util v0.1.2 |
1369 | 2024-12-18T20:55:52.168Z | Compiling crossbeam-epoch v0.9.18 |
1370 | 2024-12-18T20:55:52.867Z | Compiling heapless v0.7.17 |
1371 | 2024-12-18T20:55:52.990Z | Compiling signature v2.2.0 |
1372 | 2024-12-18T20:55:53.033Z | Compiling sha1 v0.10.6 |
1373 | 2024-12-18T20:55:53.275Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1374 | 2024-12-18T20:55:53.278Z | Compiling serde_derive_internals v0.29.1 |
1375 | 2024-12-18T20:55:53.463Z | Compiling thread_local v1.1.8 |
1376 | 2024-12-18T20:55:53.563Z | Compiling encoding_rs v0.8.34 |
1377 | 2024-12-18T20:55:53.723Z | Compiling cookie v0.18.1 |
1378 | 2024-12-18T20:55:53.757Z | Compiling multer v3.1.0 |
1379 | 2024-12-18T20:55:53.996Z | Compiling slog-async v2.8.0 |
1380 | 2024-12-18T20:55:54.038Z | Compiling signal-hook v0.3.17 |
1381 | 2024-12-18T20:55:54.057Z | Compiling schemars v0.8.21 |
1382 | 2024-12-18T20:55:54.287Z | Compiling ipnet v2.10.1 |
1383 | 2024-12-18T20:55:54.385Z | Compiling unicode-properties v0.1.3 |
1384 | 2024-12-18T20:55:54.507Z | Compiling gimli v0.31.1 |
1385 | 2024-12-18T20:55:54.768Z | Compiling rayon-core v1.12.1 |
1386 | 2024-12-18T20:55:55.034Z | Compiling hyper v1.5.0 |
1387 | 2024-12-18T20:55:55.574Z | Compiling mime v0.3.17 |
1388 | 2024-12-18T20:55:56.053Z | Compiling openssl-probe v0.1.5 |
1389 | 2024-12-18T20:55:56.190Z | Compiling schemars_derive v0.8.21 |
1390 | 2024-12-18T20:55:56.457Z | Compiling stringprep v0.1.5 |
1391 | 2024-12-18T20:55:57.721Z | Compiling hyper-util v0.1.10 |
1392 | 2024-12-18T20:55:58.702Z | Compiling toml_edit v0.22.22 |
1393 | 2024-12-18T20:55:59.180Z | Compiling addr2line v0.24.2 |
1394 | 2024-12-18T20:55:59.595Z | Compiling usdt-attr-macro v0.5.0 |
1395 | 2024-12-18T20:55:59.699Z | Compiling usdt-macro v0.5.0 |
1396 | 2024-12-18T20:55:59.878Z | Compiling crossbeam-deque v0.8.5 |
1397 | 2024-12-18T20:56:00.205Z | Compiling term v0.7.0 |
1398 | 2024-12-18T20:56:00.249Z | Compiling slog-json v2.6.1 |
1399 | 2024-12-18T20:56:00.619Z | Compiling serde_urlencoded v0.7.1 |
1400 | 2024-12-18T20:56:00.810Z | Compiling crossbeam-channel v0.5.13 |
1401 | 2024-12-18T20:56:01.139Z | Compiling curve25519-dalek v4.1.3 |
1402 | 2024-12-18T20:56:01.159Z | Compiling futures-executor v0.3.31 |
1403 | 2024-12-18T20:56:01.218Z | Compiling enum-as-inner v0.6.1 |
1404 | 2024-12-18T20:56:01.708Z | Compiling md-5 v0.10.6 |
1405 | 2024-12-18T20:56:01.728Z | Compiling async-stream-impl v0.3.6 |
1406 | 2024-12-18T20:56:01.771Z | Compiling rustls-pemfile v2.2.0 |
1407 | 2024-12-18T20:56:01.930Z | Compiling num-integer v0.1.46 |
1408 | 2024-12-18T20:56:01.978Z | Compiling idna v0.4.0 |
1409 | 2024-12-18T20:56:02.093Z | Compiling idna v0.3.0 |
1410 | 2024-12-18T20:56:02.289Z | Compiling ff v0.13.0 |
1411 | 2024-12-18T20:56:02.568Z | Compiling hash32 v0.2.1 |
1412 | 2024-12-18T20:56:02.713Z | Compiling is-terminal v0.4.13 |
1413 | 2024-12-18T20:56:02.852Z | Compiling dropshot v0.12.0 |
1414 | 2024-12-18T20:56:02.952Z | Compiling object v0.36.5 |
1415 | 2024-12-18T20:56:03.066Z | Compiling num-bigint-dig v0.8.4 |
1416 | 2024-12-18T20:56:03.122Z | Compiling base16ct v0.2.0 |
1417 | 2024-12-18T20:56:03.352Z | Compiling portable-atomic v1.9.0 |
1418 | 2024-12-18T20:56:03.450Z | Compiling smoltcp v0.9.1 |
1419 | 2024-12-18T20:56:03.715Z | Compiling fallible-iterator v0.2.0 |
1420 | 2024-12-18T20:56:03.825Z | Compiling dyn-clone v1.0.17 |
1421 | 2024-12-18T20:56:04.048Z | Compiling psl-types v2.0.11 |
1422 | 2024-12-18T20:56:04.146Z | Compiling quick-error v1.2.3 |
1423 | 2024-12-18T20:56:04.249Z | Compiling utf-8 v0.7.6 |
1424 | 2024-12-18T20:56:04.284Z | Compiling anyhow v1.0.93 |
1425 | 2024-12-18T20:56:04.382Z | Compiling rustc-demangle v0.1.24 |
1426 | 2024-12-18T20:56:04.431Z | Compiling linked-hash-map v0.5.6 |
1427 | 2024-12-18T20:56:04.566Z | Compiling take_mut v0.2.2 |
1428 | 2024-12-18T20:56:04.793Z | Compiling lru-cache v0.1.2 |
1429 | 2024-12-18T20:56:04.986Z | Compiling tungstenite v0.24.0 |
1430 | 2024-12-18T20:56:05.269Z | Compiling postgres-protocol v0.6.7 |
1431 | 2024-12-18T20:56:05.438Z | Compiling resolv-conf v0.7.0 |
1432 | 2024-12-18T20:56:05.982Z | Compiling publicsuffix v2.2.3 |
1433 | 2024-12-18T20:56:06.315Z | Compiling sec1 v0.7.3 |
1434 | 2024-12-18T20:56:06.668Z | Compiling async-stream v0.3.6 |
1435 | 2024-12-18T20:56:06.930Z | Compiling hickory-proto v0.24.1 |
1436 | 2024-12-18T20:56:06.986Z | Compiling usdt v0.5.0 |
1437 | 2024-12-18T20:56:07.347Z | Compiling slog-term v2.9.1 |
1438 | 2024-12-18T20:56:07.494Z | Compiling group v0.13.0 |
1439 | 2024-12-18T20:56:07.842Z | Compiling num-iter v0.1.45 |
1440 | 2024-12-18T20:56:08.124Z | Compiling toml v0.8.19 |
1441 | 2024-12-18T20:56:08.145Z | Compiling futures v0.3.31 |
1442 | 2024-12-18T20:56:08.267Z | Compiling slog-bunyan v2.5.0 |
1443 | 2024-12-18T20:56:10.137Z | Compiling tokio-native-tls v0.3.1 |
1444 | 2024-12-18T20:56:10.427Z | Compiling backtrace v0.3.74 |
1445 | 2024-12-18T20:56:10.450Z | Compiling camino v1.1.9 |
1446 | 2024-12-18T20:56:10.878Z | Compiling phf_shared v0.11.2 |
1447 | 2024-12-18T20:56:10.951Z | Compiling dropshot_endpoint v0.12.0 |
1448 | 2024-12-18T20:56:11.052Z | Compiling terminal_size v0.4.0 |
1449 | 2024-12-18T20:56:11.261Z | Compiling waitgroup v0.1.2 |
1450 | 2024-12-18T20:56:11.280Z | Compiling openapiv3 v2.0.0 |
1451 | 2024-12-18T20:56:11.385Z | Compiling serde_path_to_error v0.1.16 |
1452 | 2024-12-18T20:56:11.484Z | Compiling hkdf v0.12.4 |
1453 | 2024-12-18T20:56:11.752Z | Compiling crypto-bigint v0.5.5 |
1454 | 2024-12-18T20:56:12.210Z | Compiling curve25519-dalek-derive v0.1.1 |
1455 | 2024-12-18T20:56:13.794Z | Compiling zerocopy-derive v0.6.6 |
1456 | 2024-12-18T20:56:14.075Z | Compiling webpki-roots v0.26.6 |
1457 | 2024-12-18T20:56:14.302Z | Compiling idna v0.5.0 |
1458 | 2024-12-18T20:56:14.537Z | Compiling hubpack_derive v0.1.1 |
1459 | 2024-12-18T20:56:15.438Z | Compiling hostname v0.4.0 |
1460 | 2024-12-18T20:56:15.627Z | Compiling fs-err v2.11.0 |
1461 | 2024-12-18T20:56:15.663Z | Compiling crc32fast v1.4.2 |
1462 | 2024-12-18T20:56:15.710Z | Compiling ahash v0.8.11 |
1463 | 2024-12-18T20:56:15.920Z | Compiling winnow v0.5.40 |
1464 | 2024-12-18T20:56:15.942Z | Compiling bitflags v1.3.2 |
1465 | 2024-12-18T20:56:15.975Z | Compiling managed v0.8.0 |
1466 | 2024-12-18T20:56:16.006Z | Compiling debug-ignore v1.0.5 |
1467 | 2024-12-18T20:56:16.028Z | Compiling console v0.15.8 |
1468 | 2024-12-18T20:56:16.116Z | Compiling strum_macros v0.25.3 |
1469 | 2024-12-18T20:56:16.155Z | Compiling clap_builder v4.5.21 |
1470 | 2024-12-18T20:56:17.428Z | Compiling zerocopy v0.6.6 |
1471 | 2024-12-18T20:56:17.794Z | Compiling flate2 v1.0.34 |
1472 | 2024-12-18T20:56:18.064Z | Compiling hubpack v0.1.2 |
1473 | 2024-12-18T20:56:18.344Z | Compiling cookie_store v0.21.0 |
1474 | 2024-12-18T20:56:18.552Z | Compiling elliptic-curve v0.13.8 |
1475 | 2024-12-18T20:56:18.772Z | Compiling hickory-resolver v0.24.1 |
1476 | 2024-12-18T20:56:19.399Z | Compiling toml_edit v0.19.15 |
1477 | 2024-12-18T20:56:19.917Z | Compiling phf v0.11.2 |
1478 | 2024-12-18T20:56:20.215Z | Compiling hyper-tls v0.6.0 |
1479 | 2024-12-18T20:56:20.356Z | Compiling signal-hook-mio v0.2.4 |
1480 | 2024-12-18T20:56:20.517Z | Compiling rayon v1.10.0 |
1481 | 2024-12-18T20:56:20.596Z | Compiling bzip2 v0.4.4 |
1482 | 2024-12-18T20:56:20.988Z | Compiling tokio-tungstenite v0.24.0 |
1483 | 2024-12-18T20:56:21.536Z | Compiling postgres-types v0.2.8 |
1484 | 2024-12-18T20:56:24.444Z | Compiling ed25519 v2.2.3 |
1485 | 2024-12-18T20:56:25.413Z | Compiling phf_shared v0.10.0 |
1486 | 2024-12-18T20:56:25.593Z | Compiling tokio-stream v0.1.16 |
1487 | 2024-12-18T20:56:25.722Z | Compiling pkcs1 v0.7.5 |
1488 | 2024-12-18T20:56:25.821Z | Compiling serde-big-array v0.5.1 |
1489 | 2024-12-18T20:56:26.068Z | Compiling clap_derive v4.5.18 |
1490 | 2024-12-18T20:56:26.345Z | Compiling rfc6979 v0.4.0 |
1491 | 2024-12-18T20:56:26.532Z | Compiling serde_repr v0.1.19 |
1492 | 2024-12-18T20:56:26.683Z | Compiling derive-where v1.2.7 |
1493 | 2024-12-18T20:56:26.702Z | Compiling float-cmp v0.9.0 |
1494 | 2024-12-18T20:56:26.731Z | Compiling bstr v1.10.0 |
1495 | 2024-12-18T20:56:26.923Z | Compiling sync_wrapper v1.0.1 |
1496 | 2024-12-18T20:56:27.082Z | Compiling number_prefix v0.4.0 |
1497 | 2024-12-18T20:56:27.324Z | Compiling unicode-segmentation v1.12.0 |
1498 | 2024-12-18T20:56:27.497Z | Compiling predicates-core v1.0.8 |
1499 | 2024-12-18T20:56:27.791Z | Compiling static_assertions v1.1.0 |
1500 | 2024-12-18T20:56:27.881Z | Compiling unicode-width v0.2.0 |
1501 | 2024-12-18T20:56:27.903Z | Compiling new_debug_unreachable v1.0.6 |
1502 | 2024-12-18T20:56:28.003Z | Compiling bit-vec v0.6.3 |
1503 | 2024-12-18T20:56:28.267Z | Compiling precomputed-hash v0.1.1 |
1504 | 2024-12-18T20:56:28.389Z | Compiling difflib v0.4.0 |
1505 | 2024-12-18T20:56:28.422Z | Compiling normalize-line-endings v0.3.0 |
1506 | 2024-12-18T20:56:28.457Z | Compiling fixedbitset v0.4.2 |
1507 | 2024-12-18T20:56:28.501Z | Compiling whoami v1.5.2 |
1508 | 2024-12-18T20:56:28.549Z | Compiling string_cache v0.8.7 |
1509 | 2024-12-18T20:56:28.929Z | Compiling tokio-postgres v0.7.12 |
1510 | 2024-12-18T20:56:29.023Z | Compiling predicates v3.1.2 |
1511 | 2024-12-18T20:56:29.132Z | Compiling petgraph v0.6.5 |
1512 | 2024-12-18T20:56:30.058Z | Compiling indicatif v0.17.9 |
1513 | 2024-12-18T20:56:30.260Z | Compiling bit-set v0.5.3 |
1514 | 2024-12-18T20:56:30.557Z | Compiling similar v2.6.0 |
1515 | 2024-12-18T20:56:30.767Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=97301243f0707708ae9e629e2b4cdea5ae3fd078#97301243) |
1516 | 2024-12-18T20:56:31.198Z | Compiling clap v4.5.21 |
1517 | 2024-12-18T20:56:31.327Z | Compiling ecdsa v0.16.9 |
1518 | 2024-12-18T20:56:32.196Z | Compiling rsa v0.9.6 |
1519 | 2024-12-18T20:56:32.370Z | Compiling ed25519-dalek v2.1.1 |
1520 | 2024-12-18T20:56:33.072Z | Compiling toml v0.7.8 |
1521 | 2024-12-18T20:56:33.412Z | Compiling zip v0.6.6 |
1522 | 2024-12-18T20:56:33.735Z | Compiling crossterm v0.28.1 |
1523 | 2024-12-18T20:56:34.850Z | Compiling hex v0.4.3 |
1524 | 2024-12-18T20:56:35.088Z | Compiling x509-cert v0.2.5 |
1525 | 2024-12-18T20:56:35.460Z | Compiling unicode-xid v0.2.6 |
1526 | 2024-12-18T20:56:35.480Z | Compiling peg-runtime v0.8.3 |
1527 | 2024-12-18T20:56:35.500Z | Compiling lalrpop-util v0.19.12 |
1528 | 2024-12-18T20:56:35.644Z | Compiling strum_macros v0.26.4 |
1529 | 2024-12-18T20:56:35.859Z | Compiling xattr v1.3.1 |
1530 | 2024-12-18T20:56:36.135Z | Compiling filetime v0.2.25 |
1531 | 2024-12-18T20:56:36.447Z | Compiling tar v0.4.42 |
1532 | 2024-12-18T20:56:40.837Z | Compiling strum v0.26.3 |
1533 | 2024-12-18T20:56:44.024Z | Compiling aws-lc-sys v0.22.0 |
1534 | 2024-12-18T20:57:16.282Z | Compiling rustls-webpki v0.102.8 |
1535 | 2024-12-18T20:57:19.588Z | Compiling tokio-rustls v0.25.0 |
1536 | 2024-12-18T20:57:21.236Z | Compiling tokio-rustls v0.26.0 |
1537 | 2024-12-18T20:57:21.654Z | Compiling hyper-rustls v0.27.3 |
1538 | 2024-12-18T20:57:21.960Z | Compiling reqwest v0.12.9 |
1539 | 2024-12-18T20:57:23.052Z | Compiling qorb v0.2.1 |
1540 | 2024-12-18T20:57:27.906Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1541 | 2024-12-18T20:57:28.135Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1542 | 2024-12-18T20:57:33.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s |
1543 | 2024-12-18T20:57:34.101Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1544 | 2024-12-18T20:57:34.158Z | Dec 18 20:57:32.670 INFO Starting download, target: Cockroach |
1545 | 2024-12-18T20:57:34.158Z | Dec 18 20:57:32.671 INFO Starting download, target: Clickhouse |
1546 | 2024-12-18T20:57:34.158Z | Dec 18 20:57:32.671 INFO Starting download, target: Console |
1547 | 2024-12-18T20:57:34.186Z | Dec 18 20:57:32.671 INFO Starting download, target: DendriteOpenapi |
1548 | 2024-12-18T20:57:34.187Z | Dec 18 20:57:32.671 INFO Starting download, target: DendriteStub |
1549 | 2024-12-18T20:57:34.187Z | Dec 18 20:57:32.671 INFO Starting download, target: MaghemiteMgd |
1550 | 2024-12-18T20:57:34.187Z | Dec 18 20:57:32.671 INFO Starting download, target: TransceiverControl |
1551 | 2024-12-18T20:57:34.187Z | Dec 18 20:57:32.672 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1552 | 2024-12-18T20:57:34.187Z | Dec 18 20:57:32.672 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1553 | 2024-12-18T20:57:34.187Z | Dec 18 20:57:32.672 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1554 | 2024-12-18T20:57:34.187Z | Dec 18 20:57:32.672 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1555 | 2024-12-18T20:57:34.188Z | Dec 18 20:57:32.672 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1556 | 2024-12-18T20:57:34.188Z | Dec 18 20:57:32.672 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1557 | 2024-12-18T20:57:34.188Z | Dec 18 20:57:32.672 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1558 | 2024-12-18T20:57:34.338Z | Dec 18 20:57:32.858 INFO Download complete, target: DendriteOpenapi |
1559 | 2024-12-18T20:57:34.646Z | Dec 18 20:57:33.126 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1560 | 2024-12-18T20:57:34.828Z | Dec 18 20:57:33.337 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1561 | 2024-12-18T20:57:34.975Z | Dec 18 20:57:33.420 INFO Download complete, target: Console |
1562 | 2024-12-18T20:57:35.360Z | Dec 18 20:57:33.825 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1563 | 2024-12-18T20:57:35.510Z | Dec 18 20:57:33.942 INFO Download complete, target: TransceiverControl |
1564 | 2024-12-18T20:57:36.449Z | Dec 18 20:57:34.635 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1565 | 2024-12-18T20:57:36.513Z | Dec 18 20:57:34.681 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1566 | 2024-12-18T20:57:36.925Z | Dec 18 20:57:35.460 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1567 | 2024-12-18T20:57:36.925Z | Dec 18 20:57:35.460 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1568 | 2024-12-18T20:57:37.996Z | Dec 18 20:57:36.531 INFO Download complete, target: DendriteStub |
1569 | 2024-12-18T20:57:38.910Z | Dec 18 20:57:37.445 INFO Download complete, target: MaghemiteMgd |
1570 | 2024-12-18T20:57:44.122Z | Dec 18 20:57:42.656 INFO Checking that binary works, target: Cockroach |
1571 | 2024-12-18T20:57:44.283Z | Dec 18 20:57:42.817 INFO Download complete, target: Cockroach |
1572 | 2024-12-18T20:57:48.112Z | Dec 18 20:57:46.645 INFO Checking that binary works, target: Clickhouse |
1573 | 2024-12-18T20:57:48.582Z | Dec 18 20:57:47.114 INFO Download complete, target: Clickhouse |
1574 | 2024-12-18T20:57:48.659Z | All builder prerequisites installed successfully, and PATH looks valid |
1575 | 2024-12-18T20:57:48.661Z | |
1576 | 2024-12-18T20:57:48.661Z | real 5:16.365668794 |
1577 | 2024-12-18T20:57:48.661Z | user 16:19.829721312 |
1578 | 2024-12-18T20:57:48.661Z | sys 3:12.287546599 |
1579 | 2024-12-18T20:57:48.661Z | trap 0.529821930 |
1580 | 2024-12-18T20:57:48.661Z | tflt 5.191630459 |
1581 | 2024-12-18T20:57:48.662Z | dflt 4.873279326 |
1582 | 2024-12-18T20:57:48.662Z | kflt 0.208264795 |
1583 | 2024-12-18T20:57:48.662Z | lock 28:52.899792913 |
1584 | 2024-12-18T20:57:48.662Z | slp 1:02:20.220436215 |
1585 | 2024-12-18T20:57:48.662Z | lat 52.162471842 |
1586 | 2024-12-18T20:57:48.662Z | stop 2:16.496970158 |
1587 | 2024-12-18T20:57:48.662Z | + banner clippy |
1588 | 2024-12-18T20:57:48.662Z | |
1589 | 2024-12-18T20:57:48.662Z | #### # # ##### ##### # # |
1590 | 2024-12-18T20:57:48.662Z | # # # # # # # # # # |
1591 | 2024-12-18T20:57:48.662Z | # # # # # # # # |
1592 | 2024-12-18T20:57:48.662Z | # # # ##### ##### # |
1593 | 2024-12-18T20:57:48.663Z | # # # # # # # |
1594 | 2024-12-18T20:57:48.663Z | #### ###### # # # # |
1595 | 2024-12-18T20:57:48.663Z | |
1596 | 2024-12-18T20:57:48.663Z | + export CARGO_INCREMENTAL=0 |
1597 | 2024-12-18T20:57:48.663Z | + CARGO_INCREMENTAL=0 |
1598 | 2024-12-18T20:57:48.663Z | + ptime -m cargo xtask clippy |
1599 | 2024-12-18T20:57:49.183Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1600 | 2024-12-18T20:57:52.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
1601 | 2024-12-18T20:57:52.963Z | Running `target/debug/xtask clippy` |
1602 | 2024-12-18T20:57:52.983Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1603 | 2024-12-18T20:57:53.624Z | Downloading crates ... |
1604 | 2024-12-18T20:57:53.945Z | Downloaded async-executor v1.13.1 |
1605 | 2024-12-18T20:57:53.949Z | Downloaded approx v0.5.1 |
1606 | 2024-12-18T20:57:53.951Z | Downloaded async-global-executor v2.4.1 |
1607 | 2024-12-18T20:57:53.954Z | Downloaded async-attributes v1.1.2 |
1608 | 2024-12-18T20:57:53.954Z | Downloaded anes v0.1.6 |
1609 | 2024-12-18T20:57:53.956Z | Downloaded assert-json-diff v2.0.2 |
1610 | 2024-12-18T20:57:53.958Z | Downloaded plotters-svg v0.3.7 |
1611 | 2024-12-18T20:57:53.965Z | Downloaded doc-comment v0.3.3 |
1612 | 2024-12-18T20:57:53.967Z | Downloaded async-object-pool v0.1.5 |
1613 | 2024-12-18T20:57:53.967Z | Downloaded guppy-workspace-hack v0.1.0 |
1614 | 2024-12-18T20:57:53.971Z | Downloaded nested v0.1.1 |
1615 | 2024-12-18T20:57:53.974Z | Downloaded target-triple v0.1.3 |
1616 | 2024-12-18T20:57:53.977Z | Downloaded pathdiff v0.2.2 |
1617 | 2024-12-18T20:57:53.982Z | Downloaded escape8259 v0.5.3 |
1618 | 2024-12-18T20:57:53.986Z | Downloaded async-channel v1.9.0 |
1619 | 2024-12-18T20:57:53.988Z | Downloaded datatest-stable v0.2.9 |
1620 | 2024-12-18T20:57:53.990Z | Downloaded relative-path v1.9.3 |
1621 | 2024-12-18T20:57:53.992Z | Downloaded plotters-backend v0.3.7 |
1622 | 2024-12-18T20:57:53.992Z | Downloaded piper v0.2.4 |
1623 | 2024-12-18T20:57:53.994Z | Downloaded path-tree v0.8.1 |
1624 | 2024-12-18T20:57:53.996Z | Downloaded async-channel v2.3.1 |
1625 | 2024-12-18T20:57:53.998Z | Downloaded async-signal v0.2.10 |
1626 | 2024-12-18T20:57:54.001Z | Downloaded similar-asserts v1.6.0 |
1627 | 2024-12-18T20:57:54.004Z | Downloaded event-listener v2.5.3 |
1628 | 2024-12-18T20:57:54.006Z | Downloaded blocking v1.6.1 |
1629 | 2024-12-18T20:57:54.006Z | Downloaded threadpool v1.8.1 |
1630 | 2024-12-18T20:57:54.008Z | Downloaded async-io v2.3.4 |
1631 | 2024-12-18T20:57:54.011Z | Downloaded proc-macro-crate v3.2.0 |
1632 | 2024-12-18T20:57:54.013Z | Downloaded criterion-plot v0.5.0 |
1633 | 2024-12-18T20:57:54.013Z | Downloaded parking v2.2.1 |
1634 | 2024-12-18T20:57:54.015Z | Downloaded kv-log-macro v1.0.7 |
1635 | 2024-12-18T20:57:54.015Z | Downloaded target-spec v3.2.2 |
1636 | 2024-12-18T20:57:54.018Z | Downloaded futures-lite v2.3.0 |
1637 | 2024-12-18T20:57:54.020Z | Downloaded serde_regex v1.1.0 |
1638 | 2024-12-18T20:57:54.020Z | Downloaded oorandom v11.1.4 |
1639 | 2024-12-18T20:57:54.021Z | Downloaded assert_cmd v2.0.16 |
1640 | 2024-12-18T20:57:54.029Z | Downloaded concurrent-queue v2.5.0 |
1641 | 2024-12-18T20:57:54.029Z | Downloaded libtest-mimic v0.7.3 |
1642 | 2024-12-18T20:57:54.029Z | Downloaded rustls-native-certs v0.7.3 |
1643 | 2024-12-18T20:57:54.032Z | Downloaded futures-timer v3.0.3 |
1644 | 2024-12-18T20:57:54.032Z | Downloaded event-listener-strategy v0.5.2 |
1645 | 2024-12-18T20:57:54.032Z | Downloaded httptest v0.16.1 |
1646 | 2024-12-18T20:57:54.034Z | Downloaded async-task v4.7.1 |
1647 | 2024-12-18T20:57:54.037Z | Downloaded target-lexicon v0.12.16 |
1648 | 2024-12-18T20:57:54.039Z | Downloaded blake2b_simd v1.0.2 |
1649 | 2024-12-18T20:57:54.039Z | Downloaded tinytemplate v1.2.1 |
1650 | 2024-12-18T20:57:54.041Z | Downloaded stringmetrics v2.2.2 |
1651 | 2024-12-18T20:57:54.044Z | Downloaded trybuild v1.0.101 |
1652 | 2024-12-18T20:57:54.046Z | Downloaded async-lock v3.4.0 |
1653 | 2024-12-18T20:57:54.049Z | Downloaded rstest v0.23.0 |
1654 | 2024-12-18T20:57:54.054Z | Downloaded event-listener v5.3.1 |
1655 | 2024-12-18T20:57:54.056Z | Downloaded cfg-expr v0.17.0 |
1656 | 2024-12-18T20:57:54.059Z | Downloaded cast v0.3.0 |
1657 | 2024-12-18T20:57:54.061Z | Downloaded rand_distr v0.4.3 |
1658 | 2024-12-18T20:57:54.063Z | Downloaded rstest_macros v0.23.0 |
1659 | 2024-12-18T20:57:54.065Z | Downloaded yansi v1.0.1 |
1660 | 2024-12-18T20:57:54.082Z | Downloaded fancy-regex v0.13.0 |
1661 | 2024-12-18T20:57:54.086Z | Downloaded pretty_assertions v1.4.1 |
1662 | 2024-12-18T20:57:54.088Z | Downloaded polling v3.7.3 |
1663 | 2024-12-18T20:57:54.091Z | Downloaded criterion v0.5.1 |
1664 | 2024-12-18T20:57:54.096Z | Downloaded plotters v0.3.7 |
1665 | 2024-12-18T20:57:54.104Z | Downloaded guppy v0.17.8 |
1666 | 2024-12-18T20:57:54.110Z | Downloaded async-process v2.3.0 |
1667 | 2024-12-18T20:57:54.112Z | Downloaded hyper-rustls v0.26.0 |
1668 | 2024-12-18T20:57:54.114Z | Downloaded partial-io v0.5.4 |
1669 | 2024-12-18T20:57:54.117Z | Downloaded rust-argon2 v2.1.0 |
1670 | 2024-12-18T20:57:54.119Z | Downloaded async-std v1.13.0 |
1671 | 2024-12-18T20:57:54.135Z | Downloaded num_cpus v1.16.0 |
1672 | 2024-12-18T20:57:54.137Z | Downloaded indoc v2.0.5 |
1673 | 2024-12-18T20:57:54.192Z | Downloaded httpmock v0.8.0-alpha.1 |
1674 | 2024-12-18T20:57:54.942Z | Checking cfg-if v1.0.0 |
1675 | 2024-12-18T20:57:55.019Z | Checking libc v0.2.162 |
1676 | 2024-12-18T20:57:55.038Z | Checking serde v1.0.215 |
1677 | 2024-12-18T20:57:55.059Z | Checking memchr v2.7.4 |
1678 | 2024-12-18T20:57:55.082Z | Checking value-bag v1.9.0 |
1679 | 2024-12-18T20:57:55.104Z | Checking scopeguard v1.2.0 |
1680 | 2024-12-18T20:57:55.129Z | Checking zeroize v1.8.1 |
1681 | 2024-12-18T20:57:55.154Z | Checking smallvec v1.13.2 |
1682 | 2024-12-18T20:57:55.182Z | Checking itoa v1.0.11 |
1683 | 2024-12-18T20:57:55.241Z | Checking lock_api v0.4.12 |
1684 | 2024-12-18T20:57:55.395Z | Checking byteorder v1.5.0 |
1685 | 2024-12-18T20:57:55.417Z | Checking pin-project-lite v0.2.14 |
1686 | 2024-12-18T20:57:55.495Z | Checking log v0.4.22 |
1687 | 2024-12-18T20:57:55.520Z | Checking subtle v2.6.1 |
1688 | 2024-12-18T20:57:55.549Z | Checking once_cell v1.20.2 |
1689 | 2024-12-18T20:57:55.674Z | Checking typenum v1.17.0 |
1690 | 2024-12-18T20:57:55.793Z | Checking futures-core v0.3.31 |
1691 | 2024-12-18T20:57:55.822Z | Checking thiserror v1.0.69 |
1692 | 2024-12-18T20:57:55.855Z | Checking libm v0.2.8 |
1693 | 2024-12-18T20:57:55.888Z | Checking zerocopy v0.7.35 |
1694 | 2024-12-18T20:57:55.957Z | Checking ryu v1.0.18 |
1695 | 2024-12-18T20:57:55.996Z | Checking spin v0.9.8 |
1696 | 2024-12-18T20:57:56.026Z | Checking const-oid v0.9.6 |
1697 | 2024-12-18T20:57:56.085Z | Checking getrandom v0.2.15 |
1698 | 2024-12-18T20:57:56.208Z | Checking parking_lot_core v0.9.10 |
1699 | 2024-12-18T20:57:56.327Z | Checking rand_core v0.6.4 |
1700 | 2024-12-18T20:57:56.363Z | Checking signal-hook-registry v1.4.2 |
1701 | 2024-12-18T20:57:56.549Z | Checking parking_lot v0.12.3 |
1702 | 2024-12-18T20:57:56.611Z | Checking mio v1.0.2 |
1703 | 2024-12-18T20:57:56.652Z | Checking socket2 v0.5.8 |
1704 | 2024-12-18T20:57:56.773Z | Checking num-traits v0.2.19 |
1705 | 2024-12-18T20:57:56.880Z | Checking futures-io v0.3.31 |
1706 | 2024-12-18T20:57:57.003Z | Checking generic-array v0.14.7 |
1707 | 2024-12-18T20:57:57.086Z | Checking slab v0.4.9 |
1708 | 2024-12-18T20:57:57.143Z | Checking allocator-api2 v0.2.18 |
1709 | 2024-12-18T20:57:57.246Z | Checking cpufeatures v0.2.14 |
1710 | 2024-12-18T20:57:57.278Z | Checking futures-sink v0.3.31 |
1711 | 2024-12-18T20:57:57.358Z | Checking pin-utils v0.1.0 |
1712 | 2024-12-18T20:57:57.385Z | Checking foldhash v0.1.3 |
1713 | 2024-12-18T20:57:57.430Z | Checking equivalent v1.0.1 |
1714 | 2024-12-18T20:57:57.462Z | Checking futures-channel v0.3.31 |
1715 | 2024-12-18T20:57:57.550Z | Checking futures-task v0.3.31 |
1716 | 2024-12-18T20:57:57.600Z | Checking stable_deref_trait v1.2.0 |
1717 | 2024-12-18T20:57:57.767Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1718 | 2024-12-18T20:57:57.792Z | Checking hashbrown v0.15.1 |
1719 | 2024-12-18T20:57:57.832Z | Checking fnv v1.0.7 |
1720 | 2024-12-18T20:57:57.859Z | Checking futures-util v0.3.31 |
1721 | 2024-12-18T20:57:57.861Z | Checking iana-time-zone v0.1.61 |
1722 | 2024-12-18T20:57:57.968Z | Checking ppv-lite86 v0.2.20 |
1723 | 2024-12-18T20:57:58.015Z | Checking tracing-core v0.1.32 |
1724 | 2024-12-18T20:57:58.097Z | Checking errno v0.3.9 |
1725 | 2024-12-18T20:57:58.209Z | Checking crypto-common v0.1.6 |
1726 | 2024-12-18T20:57:58.286Z | Checking block-buffer v0.10.4 |
1727 | 2024-12-18T20:57:58.401Z | Checking zerofrom v0.1.4 |
1728 | 2024-12-18T20:57:58.519Z | Checking dyn-clone v1.0.17 |
1729 | 2024-12-18T20:57:58.547Z | Checking digest v0.10.7 |
1730 | 2024-12-18T20:57:58.632Z | Checking yoke v0.7.4 |
1731 | 2024-12-18T20:57:58.672Z | Checking block-padding v0.3.3 |
1732 | 2024-12-18T20:57:58.700Z | Checking tracing v0.1.40 |
1733 | 2024-12-18T20:57:58.783Z | Checking rand_chacha v0.3.1 |
1734 | 2024-12-18T20:57:58.883Z | Checking inout v0.1.3 |
1735 | 2024-12-18T20:57:58.922Z | Checking crossbeam-utils v0.8.20 |
1736 | 2024-12-18T20:57:58.950Z | Checking percent-encoding v2.3.1 |
1737 | 2024-12-18T20:57:58.971Z | Checking zerovec v0.10.4 |
1738 | 2024-12-18T20:57:59.049Z | Checking writeable v0.5.5 |
1739 | 2024-12-18T20:57:59.118Z | Checking cipher v0.4.4 |
1740 | 2024-12-18T20:57:59.163Z | Checking litemap v0.7.3 |
1741 | 2024-12-18T20:57:59.197Z | Checking rand v0.8.5 |
1742 | 2024-12-18T20:57:59.365Z | Checking tinyvec_macros v0.1.1 |
1743 | 2024-12-18T20:57:59.462Z | Checking tinyvec v1.8.0 |
1744 | 2024-12-18T20:57:59.496Z | Checking form_urlencoded v1.2.1 |
1745 | 2024-12-18T20:57:59.521Z | Checking httparse v1.9.5 |
1746 | 2024-12-18T20:57:59.647Z | Checking base64ct v1.6.0 |
1747 | 2024-12-18T20:57:59.709Z | Checking regex-syntax v0.8.5 |
1748 | 2024-12-18T20:57:59.902Z | Checking bytes v1.8.0 |
1749 | 2024-12-18T20:57:59.959Z | Checking bitflags v2.6.0 |
1750 | 2024-12-18T20:58:00.118Z | Checking serde_json v1.0.132 |
1751 | 2024-12-18T20:58:00.282Z | Checking indexmap v2.6.0 |
1752 | 2024-12-18T20:58:00.491Z | Checking chrono v0.4.38 |
1753 | 2024-12-18T20:58:00.582Z | Checking rustix v0.38.37 |
1754 | 2024-12-18T20:58:00.676Z | Checking tokio v1.40.0 |
1755 | 2024-12-18T20:58:00.798Z | Checking uuid v1.11.0 |
1756 | 2024-12-18T20:58:01.430Z | Checking http v1.1.0 |
1757 | 2024-12-18T20:58:01.596Z | Checking tinystr v0.7.6 |
1758 | 2024-12-18T20:58:01.817Z | Checking atomic-waker v1.1.2 |
1759 | 2024-12-18T20:58:01.954Z | Checking icu_locid_transform_data v1.5.0 |
1760 | 2024-12-18T20:58:01.981Z | Checking icu_locid v1.5.0 |
1761 | 2024-12-18T20:58:02.065Z | Checking unicode-normalization v0.1.24 |
1762 | 2024-12-18T20:58:02.556Z | Checking schemars v0.8.21 |
1763 | 2024-12-18T20:58:02.836Z | Checking icu_collections v1.5.0 |
1764 | 2024-12-18T20:58:02.955Z | Checking hmac v0.12.1 |
1765 | 2024-12-18T20:58:02.981Z | Checking icu_properties_data v1.5.0 |
1766 | 2024-12-18T20:58:02.984Z | Checking untrusted v0.9.0 |
1767 | 2024-12-18T20:58:03.027Z | Checking icu_provider v1.5.0 |
1768 | 2024-12-18T20:58:03.153Z | Checking ring v0.17.8 |
1769 | 2024-12-18T20:58:03.179Z | Checking sha2 v0.10.8 |
1770 | 2024-12-18T20:58:03.244Z | Checking aho-corasick v1.1.3 |
1771 | 2024-12-18T20:58:03.519Z | Checking icu_normalizer_data v1.5.0 |
1772 | 2024-12-18T20:58:03.626Z | Checking unicode-ident v1.0.13 |
1773 | 2024-12-18T20:58:03.682Z | Checking icu_locid_transform v1.5.0 |
1774 | 2024-12-18T20:58:03.755Z | Checking utf8_iter v1.0.4 |
1775 | 2024-12-18T20:58:03.807Z | Checking utf16_iter v1.0.5 |
1776 | 2024-12-18T20:58:03.963Z | Checking write16 v1.0.0 |
1777 | 2024-12-18T20:58:03.988Z | Checking unicode-bidi v0.3.17 |
1778 | 2024-12-18T20:58:04.087Z | Checking lazy_static v1.5.0 |
1779 | 2024-12-18T20:58:04.126Z | Checking powerfmt v0.2.0 |
1780 | 2024-12-18T20:58:04.182Z | Checking adler2 v2.0.0 |
1781 | 2024-12-18T20:58:04.223Z | Checking num-conv v0.1.0 |
1782 | 2024-12-18T20:58:04.338Z | Checking miniz_oxide v0.8.0 |
1783 | 2024-12-18T20:58:04.398Z | Checking deranged v0.3.11 |
1784 | 2024-12-18T20:58:04.470Z | Checking time-core v0.1.2 |
1785 | 2024-12-18T20:58:04.636Z | Checking num_threads v0.1.7 |
1786 | 2024-12-18T20:58:04.658Z | Checking rustls-pki-types v1.10.0 |
1787 | 2024-12-18T20:58:04.683Z | Checking icu_properties v1.5.1 |
1788 | 2024-12-18T20:58:04.762Z | Checking proc-macro2 v1.0.89 |
1789 | 2024-12-18T20:58:04.941Z | Checking regex-automata v0.4.8 |
1790 | 2024-12-18T20:58:05.029Z | Checking pem-rfc7468 v0.7.0 |
1791 | 2024-12-18T20:58:05.056Z | Checking untrusted v0.7.1 |
1792 | 2024-12-18T20:58:05.208Z | Checking http-body v1.0.1 |
1793 | 2024-12-18T20:58:05.234Z | Checking aws-lc-sys v0.22.0 |
1794 | 2024-12-18T20:58:05.293Z | Checking httpdate v1.0.3 |
1795 | 2024-12-18T20:58:05.413Z | Checking base64 v0.22.1 |
1796 | 2024-12-18T20:58:05.440Z | Checking quote v1.0.37 |
1797 | 2024-12-18T20:58:05.539Z | Checking try-lock v0.2.5 |
1798 | 2024-12-18T20:58:05.690Z | Checking mirai-annotations v1.12.0 |
1799 | 2024-12-18T20:58:05.769Z | Checking syn v2.0.87 |
1800 | 2024-12-18T20:58:05.864Z | Checking want v0.3.1 |
1801 | 2024-12-18T20:58:05.888Z | Checking flagset v0.4.6 |
1802 | 2024-12-18T20:58:06.053Z | Checking pbkdf2 v0.12.2 |
1803 | 2024-12-18T20:58:06.094Z | Checking der v0.7.9 |
1804 | 2024-12-18T20:58:06.176Z | Checking time v0.3.36 |
1805 | 2024-12-18T20:58:06.218Z | Checking aes v0.8.4 |
1806 | 2024-12-18T20:58:07.152Z | Checking salsa20 v0.10.2 |
1807 | 2024-12-18T20:58:07.378Z | Checking cbc v0.1.2 |
1808 | 2024-12-18T20:58:07.597Z | Checking ahash v0.8.11 |
1809 | 2024-12-18T20:58:07.783Z | Checking aws-lc-rs v1.10.0 |
1810 | 2024-12-18T20:58:07.943Z | Checking tokio-util v0.7.12 |
1811 | 2024-12-18T20:58:08.017Z | Checking spki v0.7.3 |
1812 | 2024-12-18T20:58:08.042Z | Checking icu_normalizer v1.5.0 |
1813 | 2024-12-18T20:58:08.164Z | Checking slog v2.7.0 |
1814 | 2024-12-18T20:58:08.330Z | Checking tower-service v0.3.3 |
1815 | 2024-12-18T20:58:08.453Z | Checking scrypt v0.11.0 |
1816 | 2024-12-18T20:58:08.658Z | Checking mime v0.3.17 |
1817 | 2024-12-18T20:58:08.688Z | Checking gimli v0.31.1 |
1818 | 2024-12-18T20:58:08.738Z | Checking pkcs5 v0.7.1 |
1819 | 2024-12-18T20:58:08.816Z | Checking idna_adapter v1.2.0 |
1820 | 2024-12-18T20:58:08.858Z | Checking h2 v0.4.6 |
1821 | 2024-12-18T20:58:08.970Z | Checking object v0.36.5 |
1822 | 2024-12-18T20:58:09.011Z | Checking idna v1.0.3 |
1823 | 2024-12-18T20:58:09.246Z | Checking rustc-demangle v0.1.24 |
1824 | 2024-12-18T20:58:09.531Z | Checking url v2.5.3 |
1825 | 2024-12-18T20:58:09.555Z | Checking utf8parse v0.2.2 |
1826 | 2024-12-18T20:58:09.585Z | Checking rustls-webpki v0.102.8 |
1827 | 2024-12-18T20:58:09.657Z | Checking regex v1.11.1 |
1828 | 2024-12-18T20:58:09.701Z | Checking pkcs8 v0.10.2 |
1829 | 2024-12-18T20:58:10.028Z | Checking http-body-util v0.1.2 |
1830 | 2024-12-18T20:58:10.328Z | Checking futures-executor v0.3.31 |
1831 | 2024-12-18T20:58:10.353Z | Checking serde_spanned v0.6.8 |
1832 | 2024-12-18T20:58:10.395Z | Checking toml_datetime v0.6.8 |
1833 | 2024-12-18T20:58:10.519Z | Checking unicode-width v0.1.14 |
1834 | 2024-12-18T20:58:10.554Z | Checking ipnet v2.10.1 |
1835 | 2024-12-18T20:58:10.580Z | Checking data-encoding v2.6.0 |
1836 | 2024-12-18T20:58:10.698Z | Checking futures v0.3.31 |
1837 | 2024-12-18T20:58:10.822Z | Checking rustls-pemfile v2.2.0 |
1838 | 2024-12-18T20:58:11.024Z | Checking foreign-types-shared v0.1.1 |
1839 | 2024-12-18T20:58:11.049Z | Checking openssl-probe v0.1.5 |
1840 | 2024-12-18T20:58:11.074Z | Checking anstyle v1.0.10 |
1841 | 2024-12-18T20:58:11.140Z | Checking foreign-types v0.3.2 |
1842 | 2024-12-18T20:58:11.207Z | Checking serde_urlencoded v0.7.1 |
1843 | 2024-12-18T20:58:11.246Z | Checking semver v1.0.23 |
1844 | 2024-12-18T20:58:11.249Z | Checking sha1 v0.10.6 |
1845 | 2024-12-18T20:58:11.401Z | Checking openssl-sys v0.9.103 |
1846 | 2024-12-18T20:58:11.545Z | Checking encoding_rs v0.8.34 |
1847 | 2024-12-18T20:58:11.630Z | Checking rustls v0.23.19 |
1848 | 2024-12-18T20:58:11.656Z | Checking anstyle-parse v0.2.5 |
1849 | 2024-12-18T20:58:11.923Z | Checking camino v1.1.9 |
1850 | 2024-12-18T20:58:12.082Z | Checking colorchoice v1.0.2 |
1851 | 2024-12-18T20:58:12.221Z | Checking winnow v0.6.20 |
1852 | 2024-12-18T20:58:12.463Z | Checking anstyle-query v1.1.1 |
1853 | 2024-12-18T20:58:12.605Z | Checking either v1.13.0 |
1854 | 2024-12-18T20:58:12.645Z | Checking addr2line v0.24.2 |
1855 | 2024-12-18T20:58:12.795Z | Checking openssl v0.10.66 |
1856 | 2024-12-18T20:58:13.026Z | Checking is_terminal_polyfill v1.70.1 |
1857 | 2024-12-18T20:58:13.158Z | Checking anstream v0.6.15 |
1858 | 2024-12-18T20:58:13.185Z | Checking idna v0.3.0 |
1859 | 2024-12-18T20:58:13.547Z | Checking terminal_size v0.4.0 |
1860 | 2024-12-18T20:58:13.724Z | Checking openapiv3 v2.0.0 |
1861 | 2024-12-18T20:58:13.802Z | Checking signature v2.2.0 |
1862 | 2024-12-18T20:58:14.017Z | Checking clap_lex v0.7.2 |
1863 | 2024-12-18T20:58:14.076Z | Checking strsim v0.11.1 |
1864 | 2024-12-18T20:58:14.284Z | Checking psl-types v2.0.11 |
1865 | 2024-12-18T20:58:14.359Z | Checking clap_builder v4.5.21 |
1866 | 2024-12-18T20:58:14.473Z | Checking publicsuffix v2.2.3 |
1867 | 2024-12-18T20:58:14.714Z | Checking cookie v0.18.1 |
1868 | 2024-12-18T20:58:14.925Z | Checking hyper v1.5.0 |
1869 | 2024-12-18T20:58:15.138Z | Checking webpki-roots v0.26.6 |
1870 | 2024-12-18T20:58:15.164Z | Checking idna v0.5.0 |
1871 | 2024-12-18T20:58:15.343Z | Checking is-terminal v0.4.13 |
1872 | 2024-12-18T20:58:15.376Z | Checking backtrace v0.3.74 |
1873 | 2024-12-18T20:58:15.479Z | Checking scroll v0.12.0 |
1874 | 2024-12-18T20:58:15.951Z | Checking anyhow v1.0.93 |
1875 | 2024-12-18T20:58:15.989Z | Checking plain v0.2.3 |
1876 | 2024-12-18T20:58:16.024Z | Checking ucd-trie v0.1.7 |
1877 | 2024-12-18T20:58:16.137Z | Checking goblin v0.8.2 |
1878 | 2024-12-18T20:58:16.248Z | Checking pest v2.7.14 |
1879 | 2024-12-18T20:58:16.321Z | Checking cookie_store v0.21.0 |
1880 | 2024-12-18T20:58:16.977Z | Checking sync_wrapper v1.0.1 |
1881 | 2024-12-18T20:58:17.004Z | Checking tokio-rustls v0.26.0 |
1882 | 2024-12-18T20:58:17.057Z | Checking hyper-util v0.1.10 |
1883 | 2024-12-18T20:58:17.129Z | Checking pretty-hex v0.4.1 |
1884 | 2024-12-18T20:58:17.248Z | Checking base16ct v0.2.0 |
1885 | 2024-12-18T20:58:17.250Z | Checking clap v4.5.21 |
1886 | 2024-12-18T20:58:17.314Z | Checking num-integer v0.1.46 |
1887 | 2024-12-18T20:58:17.394Z | Checking ff v0.13.0 |
1888 | 2024-12-18T20:58:17.423Z | Checking thread-id v4.2.2 |
1889 | 2024-12-18T20:58:17.447Z | Checking sec1 v0.7.3 |
1890 | 2024-12-18T20:58:17.537Z | Checking toml_edit v0.22.22 |
1891 | 2024-12-18T20:58:17.624Z | Checking group v0.13.0 |
1892 | 2024-12-18T20:58:17.794Z | Checking hkdf v0.12.4 |
1893 | 2024-12-18T20:58:17.836Z | Checking crypto-bigint v0.5.5 |
1894 | 2024-12-18T20:58:17.904Z | Checking memmap v0.7.0 |
1895 | 2024-12-18T20:58:18.012Z | Checking dirs-sys-next v0.1.2 |
1896 | 2024-12-18T20:58:18.122Z | Checking crc32fast v1.4.2 |
1897 | 2024-12-18T20:58:18.201Z | Checking bitflags v1.3.2 |
1898 | 2024-12-18T20:58:18.319Z | Checking static_assertions v1.1.0 |
1899 | 2024-12-18T20:58:18.378Z | Checking utf-8 v0.7.6 |
1900 | 2024-12-18T20:58:18.406Z | Checking native-tls v0.2.12 |
1901 | 2024-12-18T20:58:18.433Z | Checking dirs-next v2.0.0 |
1902 | 2024-12-18T20:58:18.582Z | Checking crossbeam-channel v0.5.13 |
1903 | 2024-12-18T20:58:18.610Z | Checking thread_local v1.1.8 |
1904 | 2024-12-18T20:58:18.737Z | Checking dtrace-parser v0.2.0 |
1905 | 2024-12-18T20:58:18.764Z | Checking tokio-native-tls v0.3.1 |
1906 | 2024-12-18T20:58:18.913Z | Checking unicode-segmentation v1.12.0 |
1907 | 2024-12-18T20:58:19.016Z | Checking hyper-rustls v0.27.3 |
1908 | 2024-12-18T20:58:19.042Z | Checking hyper-tls v0.6.0 |
1909 | 2024-12-18T20:58:19.210Z | Checking term v0.7.0 |
1910 | 2024-12-18T20:58:19.326Z | Checking num-iter v0.1.45 |
1911 | 2024-12-18T20:58:19.351Z | Checking crossbeam-epoch v0.9.18 |
1912 | 2024-12-18T20:58:19.377Z | Checking reqwest v0.12.9 |
1913 | 2024-12-18T20:58:19.512Z | Checking take_mut v0.2.2 |
1914 | 2024-12-18T20:58:19.626Z | Checking match_cfg v0.1.0 |
1915 | 2024-12-18T20:58:19.652Z | Checking slog-term v2.9.1 |
1916 | 2024-12-18T20:58:19.677Z | Checking slog-async v2.8.0 |
1917 | 2024-12-18T20:58:19.729Z | Checking hostname v0.3.1 |
1918 | 2024-12-18T20:58:19.781Z | Checking bstr v1.10.0 |
1919 | 2024-12-18T20:58:19.864Z | Checking rfc6979 v0.4.0 |
1920 | 2024-12-18T20:58:19.978Z | Checking hex v0.4.3 |
1921 | 2024-12-18T20:58:20.055Z | Checking winnow v0.5.40 |
1922 | 2024-12-18T20:58:20.081Z | Checking toml v0.8.19 |
1923 | 2024-12-18T20:58:20.143Z | Checking managed v0.8.0 |
1924 | 2024-12-18T20:58:20.503Z | Checking crossbeam-deque v0.8.5 |
1925 | 2024-12-18T20:58:20.527Z | Checking num-bigint-dig v0.8.4 |
1926 | 2024-12-18T20:58:20.674Z | Checking elliptic-curve v0.13.8 |
1927 | 2024-12-18T20:58:20.712Z | Checking flate2 v1.0.34 |
1928 | 2024-12-18T20:58:20.816Z | Checking rustls v0.22.4 |
1929 | 2024-12-18T20:58:20.819Z | Checking pkcs1 v0.7.5 |
1930 | 2024-12-18T20:58:20.903Z | Checking dof v0.3.0 |
1931 | 2024-12-18T20:58:21.242Z | Checking curve25519-dalek v4.1.3 |
1932 | 2024-12-18T20:58:21.268Z | Checking zerocopy v0.6.6 |
1933 | 2024-12-18T20:58:21.306Z | Checking ecdsa v0.16.9 |
1934 | 2024-12-18T20:58:21.356Z | Checking siphasher v0.3.11 |
1935 | 2024-12-18T20:58:21.522Z | Checking usdt-impl v0.5.0 |
1936 | 2024-12-18T20:58:21.681Z | Checking rayon-core v1.12.1 |
1937 | 2024-12-18T20:58:22.018Z | Checking ed25519 v2.2.3 |
1938 | 2024-12-18T20:58:22.073Z | Checking slog-json v2.6.1 |
1939 | 2024-12-18T20:58:22.101Z | Checking usdt v0.5.0 |
1940 | 2024-12-18T20:58:22.340Z | Checking signal-hook v0.3.17 |
1941 | 2024-12-18T20:58:22.343Z | Checking debug-ignore v1.0.5 |
1942 | 2024-12-18T20:58:22.384Z | Checking quick-error v1.2.3 |
1943 | 2024-12-18T20:58:22.387Z | Checking slog-bunyan v2.5.0 |
1944 | 2024-12-18T20:58:22.500Z | Checking multer v3.1.0 |
1945 | 2024-12-18T20:58:22.529Z | Checking itertools v0.10.5 |
1946 | 2024-12-18T20:58:22.579Z | Checking x509-cert v0.2.5 |
1947 | 2024-12-18T20:58:22.661Z | Checking rsa v0.9.6 |
1948 | 2024-12-18T20:58:22.687Z | Checking idna v0.4.0 |
1949 | 2024-12-18T20:58:22.932Z | Checking waitgroup v0.1.2 |
1950 | 2024-12-18T20:58:23.047Z | Checking toml_edit v0.19.15 |
1951 | 2024-12-18T20:58:23.073Z | Checking hubpack v0.1.2 |
1952 | 2024-12-18T20:58:23.099Z | Checking ed25519-dalek v2.1.1 |
1953 | 2024-12-18T20:58:23.419Z | Checking serde_path_to_error v0.1.16 |
1954 | 2024-12-18T20:58:23.681Z | Checking bzip2-sys v0.1.11+1.0.8 |
1955 | 2024-12-18T20:58:23.685Z | Checking async-stream v0.3.6 |
1956 | 2024-12-18T20:58:23.685Z | Checking hostname v0.4.0 |
1957 | 2024-12-18T20:58:23.685Z | Checking bit-vec v0.6.3 |
1958 | 2024-12-18T20:58:23.731Z | Checking bzip2 v0.4.4 |
1959 | 2024-12-18T20:58:23.769Z | Checking hickory-proto v0.24.1 |
1960 | 2024-12-18T20:58:24.004Z | Checking bit-set v0.5.3 |
1961 | 2024-12-18T20:58:24.034Z | Checking signal-hook-mio v0.2.4 |
1962 | 2024-12-18T20:58:24.036Z | Checking console v0.15.8 |
1963 | 2024-12-18T20:58:24.178Z | Checking hash32 v0.2.1 |
1964 | 2024-12-18T20:58:24.215Z | Checking unicode-properties v0.1.3 |
1965 | 2024-12-18T20:58:24.255Z | Checking predicates-core v1.0.8 |
1966 | 2024-12-18T20:58:24.434Z | Checking tokio-rustls v0.25.0 |
1967 | 2024-12-18T20:58:24.458Z | Checking linked-hash-map v0.5.6 |
1968 | 2024-12-18T20:58:24.484Z | Checking heapless v0.7.17 |
1969 | 2024-12-18T20:58:24.583Z | Checking stringprep v0.1.5 |
1970 | 2024-12-18T20:58:24.609Z | Checking crossterm v0.28.1 |
1971 | 2024-12-18T20:58:24.772Z | Checking rayon v1.10.0 |
1972 | 2024-12-18T20:58:24.800Z | Checking lru-cache v0.1.2 |
1973 | 2024-12-18T20:58:24.803Z | Checking dropshot v0.12.0 |
1974 | 2024-12-18T20:58:24.859Z | Checking phf_shared v0.11.2 |
1975 | 2024-12-18T20:58:24.991Z | Checking similar v2.6.0 |
1976 | 2024-12-18T20:58:25.169Z | Checking tokio-stream v0.1.16 |
1977 | 2024-12-18T20:58:25.452Z | Checking toml v0.7.8 |
1978 | 2024-12-18T20:58:25.486Z | Checking md-5 v0.10.6 |
1979 | 2024-12-18T20:58:25.711Z | Checking float-cmp v0.9.0 |
1980 | 2024-12-18T20:58:25.888Z | Checking difflib v0.4.0 |
1981 | 2024-12-18T20:58:25.913Z | Checking fixedbitset v0.4.2 |
1982 | 2024-12-18T20:58:26.027Z | Checking normalize-line-endings v0.3.0 |
1983 | 2024-12-18T20:58:26.155Z | Checking fallible-iterator v0.2.0 |
1984 | 2024-12-18T20:58:26.186Z | Checking petgraph v0.6.5 |
1985 | 2024-12-18T20:58:26.217Z | Checking smoltcp v0.9.1 |
1986 | 2024-12-18T20:58:26.219Z | Checking predicates v3.1.2 |
1987 | 2024-12-18T20:58:26.411Z | Checking phf v0.11.2 |
1988 | 2024-12-18T20:58:26.686Z | Checking zip v0.6.6 |
1989 | 2024-12-18T20:58:26.773Z | Checking postgres-protocol v0.6.7 |
1990 | 2024-12-18T20:58:26.925Z | Checking resolv-conf v0.7.0 |
1991 | 2024-12-18T20:58:27.293Z | Checking phf_shared v0.10.0 |
1992 | 2024-12-18T20:58:27.394Z | Checking tungstenite v0.24.0 |
1993 | 2024-12-18T20:58:27.458Z | Checking fs-err v2.11.0 |
1994 | 2024-12-18T20:58:27.600Z | Checking serde-big-array v0.5.1 |
1995 | 2024-12-18T20:58:27.649Z | Checking portable-atomic v1.9.0 |
1996 | 2024-12-18T20:58:27.848Z | Checking minimal-lexical v0.2.1 |
1997 | 2024-12-18T20:58:28.051Z | Checking new_debug_unreachable v1.0.6 |
1998 | 2024-12-18T20:58:28.150Z | Checking number_prefix v0.4.0 |
1999 | 2024-12-18T20:58:28.271Z | Checking lalrpop-util v0.19.12 |
2000 | 2024-12-18T20:58:28.297Z | Checking unicode-width v0.2.0 |
2001 | 2024-12-18T20:58:28.342Z | Checking precomputed-hash v0.1.1 |
2002 | 2024-12-18T20:58:28.366Z | Checking tokio-tungstenite v0.24.0 |
2003 | 2024-12-18T20:58:28.455Z | Checking string_cache v0.8.7 |
2004 | 2024-12-18T20:58:28.565Z | Checking nom v7.1.3 |
2005 | 2024-12-18T20:58:28.592Z | Checking hickory-resolver v0.24.1 |
2006 | 2024-12-18T20:58:28.620Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=97301243f0707708ae9e629e2b4cdea5ae3fd078#97301243) |
2007 | 2024-12-18T20:58:28.700Z | Checking postgres-types v0.2.8 |
2008 | 2024-12-18T20:58:28.747Z | Checking whoami v1.5.2 |
2009 | 2024-12-18T20:58:28.773Z | Checking indicatif v0.17.9 |
2010 | 2024-12-18T20:58:28.807Z | Checking heck v0.4.1 |
2011 | 2024-12-18T20:58:29.020Z | Checking peg-runtime v0.8.3 |
2012 | 2024-12-18T20:58:29.184Z | Compiling hashbrown v0.14.5 |
2013 | 2024-12-18T20:58:29.249Z | Compiling ident_case v1.0.1 |
2014 | 2024-12-18T20:58:29.438Z | Compiling darling_core v0.20.10 |
2015 | 2024-12-18T20:58:29.441Z | Checking tokio-postgres v0.7.12 |
2016 | 2024-12-18T20:58:29.517Z | Compiling unsafe-libyaml v0.2.11 |
2017 | 2024-12-18T20:58:30.181Z | Checking qorb v0.2.1 |
2018 | 2024-12-18T20:58:30.505Z | Compiling regress v0.10.1 |
2019 | 2024-12-18T20:58:30.746Z | Checking heck v0.5.0 |
2020 | 2024-12-18T20:58:30.951Z | Compiling serde_yaml v0.9.34+deprecated |
2021 | 2024-12-18T20:58:31.468Z | Checking progenitor-client v0.8.0 |
2022 | 2024-12-18T20:58:31.859Z | Checking fastrand v2.1.1 |
2023 | 2024-12-18T20:58:32.208Z | Compiling newtype-uuid v1.1.3 |
2024 | 2024-12-18T20:58:32.484Z | Checking ipnetwork v0.20.0 |
2025 | 2024-12-18T20:58:32.544Z | Compiling structmeta-derive v0.3.0 |
2026 | 2024-12-18T20:58:32.771Z | Checking strum v0.26.3 |
2027 | 2024-12-18T20:58:32.863Z | Compiling dropshot v0.13.0 |
2028 | 2024-12-18T20:58:32.945Z | Checking macaddr v1.0.1 |
2029 | 2024-12-18T20:58:33.239Z | Compiling dropshot_endpoint v0.13.0 |
2030 | 2024-12-18T20:58:33.297Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2031 | 2024-12-18T20:58:34.332Z | Compiling typify-impl v0.2.0 |
2032 | 2024-12-18T20:58:34.369Z | Checking tempfile v3.13.0 |
2033 | 2024-12-18T20:58:34.753Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2034 | 2024-12-18T20:58:35.085Z | Checking instant v0.1.13 |
2035 | 2024-12-18T20:58:35.170Z | Checking regress v0.9.1 |
2036 | 2024-12-18T20:58:35.204Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2037 | 2024-12-18T20:58:35.520Z | Compiling structmeta v0.3.0 |
2038 | 2024-12-18T20:58:35.621Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2039 | 2024-12-18T20:58:35.951Z | Checking backoff v0.4.0 |
2040 | 2024-12-18T20:58:35.989Z | Compiling parse-display-derive v0.10.0 |
2041 | 2024-12-18T20:58:35.992Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2042 | 2024-12-18T20:58:36.158Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2043 | 2024-12-18T20:58:36.282Z | Checking wait-timeout v0.2.0 |
2044 | 2024-12-18T20:58:36.322Z | Checking rand_xorshift v0.3.0 |
2045 | 2024-12-18T20:58:36.461Z | Compiling darling_macro v0.20.10 |
2046 | 2024-12-18T20:58:36.485Z | Checking rusty-fork v0.3.0 |
2047 | 2024-12-18T20:58:36.514Z | Checking unarray v0.1.4 |
2048 | 2024-12-18T20:58:36.671Z | Compiling structmeta-derive v0.2.0 |
2049 | 2024-12-18T20:58:36.788Z | Checking proptest v1.5.0 |
2050 | 2024-12-18T20:58:37.335Z | Checking camino-tempfile v1.1.1 |
2051 | 2024-12-18T20:58:37.411Z | Compiling darling v0.20.10 |
2052 | 2024-12-18T20:58:37.551Z | Compiling serde_with_macros v3.11.0 |
2053 | 2024-12-18T20:58:37.615Z | Compiling proc-macro-error v1.0.4 |
2054 | 2024-12-18T20:58:38.342Z | Compiling proc-macro-crate v1.3.1 |
2055 | 2024-12-18T20:58:38.628Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2056 | 2024-12-18T20:58:39.011Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2057 | 2024-12-18T20:58:39.325Z | Compiling foreign-types-macros v0.2.3 |
2058 | 2024-12-18T20:58:39.424Z | Compiling num_enum_derive v0.5.11 |
2059 | 2024-12-18T20:58:39.630Z | Compiling structmeta v0.2.0 |
2060 | 2024-12-18T20:58:40.059Z | Compiling test-strategy v0.3.1 |
2061 | 2024-12-18T20:58:40.491Z | Checking serde_with v3.11.0 |
2062 | 2024-12-18T20:58:40.638Z | Checking parse-display v0.10.0 |
2063 | 2024-12-18T20:58:40.641Z | Checking foreign-types-shared v0.3.1 |
2064 | 2024-12-18T20:58:40.780Z | Checking foreign-types v0.5.0 |
2065 | 2024-12-18T20:58:41.028Z | Checking tabwriter v1.4.0 |
2066 | 2024-12-18T20:58:41.074Z | Checking cstr-argument v0.1.2 |
2067 | 2024-12-18T20:58:41.266Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2068 | 2024-12-18T20:58:41.285Z | Checking pretty-hex v0.2.1 |
2069 | 2024-12-18T20:58:41.394Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2070 | 2024-12-18T20:58:41.443Z | Checking colored v2.1.0 |
2071 | 2024-12-18T20:58:41.709Z | Checking smf v0.2.3 |
2072 | 2024-12-18T20:58:41.752Z | Checking itertools v0.13.0 |
2073 | 2024-12-18T20:58:41.846Z | Checking base64 v0.21.7 |
2074 | 2024-12-18T20:58:41.952Z | Checking num_enum v0.5.11 |
2075 | 2024-12-18T20:58:42.095Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2076 | 2024-12-18T20:58:42.122Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2077 | 2024-12-18T20:58:42.172Z | Compiling crucible-workspace-hack v0.1.0 |
2078 | 2024-12-18T20:58:42.251Z | Compiling zerocopy v0.8.10 |
2079 | 2024-12-18T20:58:42.404Z | Compiling zerocopy-derive v0.8.10 |
2080 | 2024-12-18T20:58:42.468Z | Checking termtree v0.4.1 |
2081 | 2024-12-18T20:58:42.696Z | Compiling heapless v0.8.0 |
2082 | 2024-12-18T20:58:43.290Z | Checking predicates-tree v1.0.11 |
2083 | 2024-12-18T20:58:43.554Z | Checking hash32 v0.3.1 |
2084 | 2024-12-18T20:58:43.617Z | Compiling smoltcp v0.11.0 |
2085 | 2024-12-18T20:58:43.978Z | Checking cobs v0.2.3 |
2086 | 2024-12-18T20:58:44.008Z | Checking sigpipe v0.1.3 |
2087 | 2024-12-18T20:58:44.120Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2088 | 2024-12-18T20:58:44.170Z | Checking postcard v1.0.10 |
2089 | 2024-12-18T20:58:44.358Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2090 | 2024-12-18T20:58:44.492Z | Checking atomicwrites v0.4.4 |
2091 | 2024-12-18T20:58:44.517Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2092 | 2024-12-18T20:58:44.542Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2093 | 2024-12-18T20:58:44.703Z | Compiling thiserror v2.0.3 |
2094 | 2024-12-18T20:58:44.726Z | Compiling mockall_derive v0.13.0 |
2095 | 2024-12-18T20:58:44.832Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2096 | 2024-12-18T20:58:45.033Z | Compiling thiserror-impl v2.0.3 |
2097 | 2024-12-18T20:58:45.129Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2098 | 2024-12-18T20:58:45.464Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2099 | 2024-12-18T20:58:45.647Z | Compiling zone_cfg_derive v0.3.0 |
2100 | 2024-12-18T20:58:47.200Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2101 | 2024-12-18T20:58:47.375Z | Compiling num-derive v0.4.2 |
2102 | 2024-12-18T20:58:47.574Z | Checking downcast v0.11.0 |
2103 | 2024-12-18T20:58:47.624Z | Checking fragile v2.0.0 |
2104 | 2024-12-18T20:58:47.809Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2105 | 2024-12-18T20:58:47.928Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2106 | 2024-12-18T20:58:48.129Z | Checking zone v0.3.0 |
2107 | 2024-12-18T20:58:48.181Z | Compiling convert_case v0.4.0 |
2108 | 2024-12-18T20:58:48.662Z | Checking newline-converter v0.3.0 |
2109 | 2024-12-18T20:58:48.825Z | Checking expectorate v1.1.0 |
2110 | 2024-12-18T20:58:48.847Z | Checking tungstenite v0.21.0 |
2111 | 2024-12-18T20:58:48.908Z | Checking same-file v1.0.6 |
2112 | 2024-12-18T20:58:48.989Z | Checking arc-swap v1.7.1 |
2113 | 2024-12-18T20:58:49.089Z | Checking walkdir v2.5.0 |
2114 | 2024-12-18T20:58:49.163Z | Compiling derive_more v0.99.18 |
2115 | 2024-12-18T20:58:49.380Z | Checking xattr v1.3.1 |
2116 | 2024-12-18T20:58:49.413Z | Checking slog-scope v4.4.0 |
2117 | 2024-12-18T20:58:49.598Z | Checking filetime v0.2.25 |
2118 | 2024-12-18T20:58:49.622Z | Checking slog-stdlog v4.1.1 |
2119 | 2024-12-18T20:58:49.755Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2120 | 2024-12-18T20:58:49.777Z | Checking tokio-tungstenite v0.21.0 |
2121 | 2024-12-18T20:58:49.798Z | Checking slog-envlogger v2.2.0 |
2122 | 2024-12-18T20:58:49.819Z | Checking tar v0.4.42 |
2123 | 2024-12-18T20:58:50.019Z | Checking num-rational v0.4.2 |
2124 | 2024-12-18T20:58:50.224Z | Checking num-complex v0.4.6 |
2125 | 2024-12-18T20:58:50.282Z | Checking float-ord v0.3.2 |
2126 | 2024-12-18T20:58:50.439Z | Compiling cancel-safe-futures v0.1.5 |
2127 | 2024-12-18T20:58:50.652Z | Compiling owo-colors v4.1.0 |
2128 | 2024-12-18T20:58:50.700Z | Checking swrite v0.1.0 |
2129 | 2024-12-18T20:58:50.833Z | Checking libsw v3.3.1 |
2130 | 2024-12-18T20:58:51.106Z | Checking pem v3.0.4 |
2131 | 2024-12-18T20:58:51.129Z | Checking num v0.4.3 |
2132 | 2024-12-18T20:58:51.239Z | Checking password-hash v0.5.0 |
2133 | 2024-12-18T20:58:51.270Z | Checking blake2 v0.10.6 |
2134 | 2024-12-18T20:58:51.388Z | Checking linear-map v1.2.0 |
2135 | 2024-12-18T20:58:51.711Z | Checking indent_write v2.2.0 |
2136 | 2024-12-18T20:58:51.736Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2137 | 2024-12-18T20:58:51.738Z | Checking argon2 v0.5.3 |
2138 | 2024-12-18T20:58:52.103Z | Compiling lzma-sys v0.1.20 |
2139 | 2024-12-18T20:58:52.424Z | Checking headers-core v0.3.0 |
2140 | 2024-12-18T20:58:52.447Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2141 | 2024-12-18T20:58:52.487Z | Compiling typify-macro v0.2.0 |
2142 | 2024-12-18T20:58:52.566Z | Compiling heck v0.3.3 |
2143 | 2024-12-18T20:58:52.589Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2144 | 2024-12-18T20:58:52.800Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2145 | 2024-12-18T20:58:52.844Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2146 | 2024-12-18T20:58:53.020Z | Compiling zone_cfg_derive v0.1.2 |
2147 | 2024-12-18T20:58:53.139Z | Checking headers v0.4.0 |
2148 | 2024-12-18T20:58:53.169Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2149 | 2024-12-18T20:58:53.404Z | Checking mockall v0.13.0 |
2150 | 2024-12-18T20:58:53.433Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2151 | 2024-12-18T20:58:53.479Z | Checking yasna v0.5.2 |
2152 | 2024-12-18T20:58:53.644Z | Checking base64 v0.13.1 |
2153 | 2024-12-18T20:58:54.068Z | Checking highway v1.2.0 |
2154 | 2024-12-18T20:58:54.245Z | Checking ron v0.7.1 |
2155 | 2024-12-18T20:58:54.405Z | Checking rcgen v0.12.1 |
2156 | 2024-12-18T20:58:54.493Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2157 | 2024-12-18T20:58:54.555Z | Checking zone v0.1.8 |
2158 | 2024-12-18T20:58:55.093Z | Checking xz2 v0.1.7 |
2159 | 2024-12-18T20:58:55.242Z | Checking subprocess v0.2.9 |
2160 | 2024-12-18T20:58:55.399Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2161 | 2024-12-18T20:58:55.456Z | Checking humantime v2.1.0 |
2162 | 2024-12-18T20:58:55.719Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2163 | 2024-12-18T20:58:55.772Z | Compiling semver v0.1.20 |
2164 | 2024-12-18T20:58:55.795Z | Checking half v2.4.1 |
2165 | 2024-12-18T20:58:56.280Z | Compiling rustc_version v0.1.7 |
2166 | 2024-12-18T20:58:56.390Z | Checking ciborium-io v0.2.2 |
2167 | 2024-12-18T20:58:56.493Z | Checking ciborium-ll v0.2.2 |
2168 | 2024-12-18T20:58:56.767Z | Checking ciborium v0.2.2 |
2169 | 2024-12-18T20:58:56.788Z | Compiling newtype_derive v0.1.6 |
2170 | 2024-12-18T20:58:56.830Z | Checking prettyplease v0.2.25 |
2171 | 2024-12-18T20:58:56.879Z | Compiling typify v0.2.0 |
2172 | 2024-12-18T20:58:57.038Z | Compiling progenitor-impl v0.8.0 |
2173 | 2024-12-18T20:58:57.080Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2174 | 2024-12-18T20:58:58.868Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2175 | 2024-12-18T20:58:59.217Z | Checking steno v0.4.1 |
2176 | 2024-12-18T20:58:59.471Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2177 | 2024-12-18T20:59:00.025Z | Checking display-error-chain v0.2.2 |
2178 | 2024-12-18T20:59:00.213Z | Compiling slog-dtrace v0.3.0 |
2179 | 2024-12-18T20:59:00.319Z | Checking gethostname v0.5.0 |
2180 | 2024-12-18T20:59:00.451Z | Checking nibble_vec v0.1.0 |
2181 | 2024-12-18T20:59:00.638Z | Compiling ring v0.16.20 |
2182 | 2024-12-18T20:59:00.733Z | Compiling blake3 v1.5.4 |
2183 | 2024-12-18T20:59:01.015Z | Checking endian-type v0.1.2 |
2184 | 2024-12-18T20:59:01.229Z | Checking keccak v0.1.5 |
2185 | 2024-12-18T20:59:01.459Z | Checking radix_trie v0.2.1 |
2186 | 2024-12-18T20:59:01.567Z | Checking sha3 v0.10.8 |
2187 | 2024-12-18T20:59:01.874Z | Checking universal-hash v0.5.1 |
2188 | 2024-12-18T20:59:01.947Z | Checking secrecy v0.8.0 |
2189 | 2024-12-18T20:59:01.970Z | Checking opaque-debug v0.3.1 |
2190 | 2024-12-18T20:59:02.029Z | Checking aead v0.5.2 |
2191 | 2024-12-18T20:59:02.053Z | Checking chacha20 v0.9.1 |
2192 | 2024-12-18T20:59:02.073Z | Checking poly1305 v0.8.0 |
2193 | 2024-12-18T20:59:02.468Z | Compiling memmap2 v0.9.5 |
2194 | 2024-12-18T20:59:02.582Z | Compiling spin v0.5.2 |
2195 | 2024-12-18T20:59:02.860Z | Compiling arrayvec v0.7.6 |
2196 | 2024-12-18T20:59:02.985Z | Compiling constant_time_eq v0.3.1 |
2197 | 2024-12-18T20:59:03.176Z | Compiling arrayref v0.3.9 |
2198 | 2024-12-18T20:59:03.197Z | Compiling toolchain_find v0.4.0 |
2199 | 2024-12-18T20:59:03.308Z | Compiling thiserror-impl-no-std v2.0.2 |
2200 | 2024-12-18T20:59:03.339Z | Compiling topological-sort v0.2.2 |
2201 | 2024-12-18T20:59:03.568Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2202 | 2024-12-18T20:59:03.697Z | Compiling rustfmt-wrapper v0.2.1 |
2203 | 2024-12-18T20:59:03.895Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2204 | 2024-12-18T20:59:04.127Z | Checking chacha20poly1305 v0.10.1 |
2205 | 2024-12-18T20:59:04.231Z | Compiling async-recursion v1.1.1 |
2206 | 2024-12-18T20:59:04.274Z | Checking fxhash v0.2.1 |
2207 | 2024-12-18T20:59:04.328Z | Checking lockfree-object-pool v0.1.6 |
2208 | 2024-12-18T20:59:04.457Z | Compiling zip v2.1.3 |
2209 | 2024-12-18T20:59:04.579Z | Checking bumpalo v3.16.0 |
2210 | 2024-12-18T20:59:04.602Z | Checking simd-adler32 v0.3.7 |
2211 | 2024-12-18T20:59:04.806Z | Checking termcolor v1.4.1 |
2212 | 2024-12-18T20:59:04.922Z | Compiling radium v0.7.0 |
2213 | 2024-12-18T20:59:04.955Z | Checking zopfli v0.8.1 |
2214 | 2024-12-18T20:59:05.227Z | Checking maplit v1.0.2 |
2215 | 2024-12-18T20:59:05.273Z | Compiling progenitor-macro v0.8.0 |
2216 | 2024-12-18T20:59:05.342Z | Compiling maybe-uninit v2.0.0 |
2217 | 2024-12-18T20:59:05.423Z | Checking tap v1.0.1 |
2218 | 2024-12-18T20:59:05.603Z | Checking wyz v0.5.1 |
2219 | 2024-12-18T20:59:05.949Z | Compiling packed_struct v0.10.1 |
2220 | 2024-12-18T20:59:06.012Z | Checking funty v2.0.0 |
2221 | 2024-12-18T20:59:06.252Z | Compiling omicron-zone-package v0.11.1 |
2222 | 2024-12-18T20:59:06.425Z | Checking crc-catalog v2.4.0 |
2223 | 2024-12-18T20:59:06.488Z | Checking thiserror-no-std v2.0.2 |
2224 | 2024-12-18T20:59:06.572Z | Checking home v0.5.9 |
2225 | 2024-12-18T20:59:06.607Z | Checking vsss-rs v3.3.4 |
2226 | 2024-12-18T20:59:06.731Z | Checking crc v3.2.1 |
2227 | 2024-12-18T20:59:06.890Z | Compiling const_format_proc_macros v0.2.33 |
2228 | 2024-12-18T20:59:06.953Z | Checking bitvec v1.0.1 |
2229 | 2024-12-18T20:59:07.175Z | Checking kstat-rs v0.2.4 |
2230 | 2024-12-18T20:59:07.258Z | Compiling packed_struct_codegen v0.10.1 |
2231 | 2024-12-18T20:59:07.519Z | Compiling vte_generate_state_changes v0.1.2 |
2232 | 2024-12-18T20:59:07.917Z | Compiling indexmap v1.9.3 |
2233 | 2024-12-18T20:59:08.225Z | Checking nodrop v0.1.14 |
2234 | 2024-12-18T20:59:08.228Z | Compiling libefi-sys v0.1.0 |
2235 | 2024-12-18T20:59:08.358Z | Checking array-init v0.0.4 |
2236 | 2024-12-18T20:59:08.570Z | Checking vte v0.11.1 |
2237 | 2024-12-18T20:59:09.128Z | Checking const_format v0.2.33 |
2238 | 2024-12-18T20:59:09.469Z | Checking smallvec v0.6.14 |
2239 | 2024-12-18T20:59:09.619Z | Checking fd-lock v4.0.2 |
2240 | 2024-12-18T20:59:09.826Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2241 | 2024-12-18T20:59:09.856Z | Compiling bitfield-struct v0.6.2 |
2242 | 2024-12-18T20:59:09.859Z | Checking hashbrown v0.12.3 |
2243 | 2024-12-18T20:59:09.918Z | Checking bitfield v0.14.0 |
2244 | 2024-12-18T20:59:10.156Z | Checking strip-ansi-escapes v0.2.0 |
2245 | 2024-12-18T20:59:10.205Z | Checking serde-hex v0.1.0 |
2246 | 2024-12-18T20:59:10.337Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2247 | 2024-12-18T20:59:10.586Z | Checking env_logger v0.10.2 |
2248 | 2024-12-18T20:59:10.931Z | Checking ron v0.8.1 |
2249 | 2024-12-18T20:59:11.002Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2250 | 2024-12-18T20:59:11.264Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2251 | 2024-12-18T20:59:11.292Z | Checking itertools v0.12.1 |
2252 | 2024-12-18T20:59:11.625Z | Checking hashbrown v0.13.2 |
2253 | 2024-12-18T20:59:11.862Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2254 | 2024-12-18T20:59:11.962Z | Checking crc-any v2.5.0 |
2255 | 2024-12-18T20:59:11.996Z | Checking nu-ansi-term v0.50.1 |
2256 | 2024-12-18T20:59:12.339Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2257 | 2024-12-18T20:59:12.426Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2258 | 2024-12-18T20:59:12.639Z | Checking object v0.30.4 |
2259 | 2024-12-18T20:59:12.716Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2260 | 2024-12-18T20:59:12.832Z | Compiling parking_lot_core v0.8.6 |
2261 | 2024-12-18T20:59:12.947Z | Checking path-slash v0.1.5 |
2262 | 2024-12-18T20:59:12.969Z | Compiling phf_generator v0.11.2 |
2263 | 2024-12-18T20:59:13.107Z | Checking bytecount v0.6.8 |
2264 | 2024-12-18T20:59:13.155Z | Checking glob v0.3.1 |
2265 | 2024-12-18T20:59:13.272Z | Checking papergrid v0.11.0 |
2266 | 2024-12-18T20:59:13.475Z | Compiling phf_codegen v0.11.2 |
2267 | 2024-12-18T20:59:13.536Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2268 | 2024-12-18T20:59:13.693Z | Compiling tabled_derive v0.7.0 |
2269 | 2024-12-18T20:59:13.715Z | Checking parking_lot v0.11.2 |
2270 | 2024-12-18T20:59:13.897Z | Checking reedline v0.35.0 |
2271 | 2024-12-18T20:59:14.059Z | Compiling parse-zoneinfo v0.3.1 |
2272 | 2024-12-18T20:59:14.130Z | Compiling cfg_aliases v0.1.1 |
2273 | 2024-12-18T20:59:14.242Z | Compiling nix v0.28.0 |
2274 | 2024-12-18T20:59:14.847Z | Compiling chrono-tz-build v0.4.0 |
2275 | 2024-12-18T20:59:15.077Z | Checking sled v0.34.7 |
2276 | 2024-12-18T20:59:16.129Z | Checking hickory-client v0.24.1 |
2277 | 2024-12-18T20:59:16.270Z | Checking tabled v0.15.0 |
2278 | 2024-12-18T20:59:16.366Z | Checking hickory-server v0.24.1 |
2279 | 2024-12-18T20:59:16.627Z | Compiling chrono-tz v0.10.0 |
2280 | 2024-12-18T20:59:16.834Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2281 | 2024-12-18T20:59:17.287Z | Compiling buf-list v1.0.3 |
2282 | 2024-12-18T20:59:18.051Z | Compiling peg-macros v0.8.4 |
2283 | 2024-12-18T20:59:18.952Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2284 | 2024-12-18T20:59:19.071Z | Compiling sqlparser_derive v0.2.2 |
2285 | 2024-12-18T20:59:19.093Z | Checking unicode_categories v0.1.1 |
2286 | 2024-12-18T20:59:19.385Z | Checking sqlformat v0.2.6 |
2287 | 2024-12-18T20:59:20.161Z | Checking sqlparser v0.45.0 |
2288 | 2024-12-18T20:59:20.289Z | Checking progenitor v0.8.0 |
2289 | 2024-12-18T20:59:20.493Z | Checking rustyline v14.0.0 |
2290 | 2024-12-18T20:59:20.556Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2291 | 2024-12-18T20:59:20.618Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2292 | 2024-12-18T20:59:21.747Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2293 | 2024-12-18T20:59:23.897Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2294 | 2024-12-18T20:59:24.847Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2295 | 2024-12-18T20:59:25.387Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2296 | 2024-12-18T20:59:26.094Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2297 | 2024-12-18T20:59:28.466Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2298 | 2024-12-18T20:59:29.165Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2299 | 2024-12-18T20:59:29.429Z | Checking peg v0.8.4 |
2300 | 2024-12-18T20:59:29.539Z | Checking bcs v0.1.6 |
2301 | 2024-12-18T20:59:30.020Z | Checking primeorder v0.13.6 |
2302 | 2024-12-18T20:59:30.352Z | Compiling unicase v2.7.0 |
2303 | 2024-12-18T20:59:30.355Z | Checking nanorand v0.7.0 |
2304 | 2024-12-18T20:59:30.499Z | Checking atty v0.2.14 |
2305 | 2024-12-18T20:59:30.566Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2306 | 2024-12-18T20:59:30.629Z | Compiling salty v0.3.0 |
2307 | 2024-12-18T20:59:30.721Z | Checking flume v0.11.1 |
2308 | 2024-12-18T20:59:30.761Z | Checking p384 v0.13.0 |
2309 | 2024-12-18T20:59:31.091Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2310 | 2024-12-18T20:59:31.228Z | Checking env_filter v0.1.2 |
2311 | 2024-12-18T20:59:31.249Z | Compiling mime_guess v2.0.5 |
2312 | 2024-12-18T20:59:31.467Z | Checking http-range v0.1.5 |
2313 | 2024-12-18T20:59:31.659Z | Checking env_logger v0.11.5 |
2314 | 2024-12-18T20:59:31.760Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2315 | 2024-12-18T20:59:31.989Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2316 | 2024-12-18T20:59:32.182Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2317 | 2024-12-18T20:59:32.205Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2318 | 2024-12-18T20:59:32.377Z | Compiling dsl_auto_type v0.1.2 |
2319 | 2024-12-18T20:59:32.416Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2320 | 2024-12-18T20:59:32.511Z | Checking scheduled-thread-pool v0.2.7 |
2321 | 2024-12-18T20:59:32.736Z | Compiling diesel_table_macro_syntax v0.2.0 |
2322 | 2024-12-18T20:59:32.756Z | Compiling crunchy v0.2.2 |
2323 | 2024-12-18T20:59:32.777Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2324 | 2024-12-18T20:59:33.216Z | Checking r2d2 v0.8.10 |
2325 | 2024-12-18T20:59:33.376Z | Checking hyper-staticfile v0.10.1 |
2326 | 2024-12-18T20:59:33.523Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2327 | 2024-12-18T20:59:33.923Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2328 | 2024-12-18T20:59:33.989Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2329 | 2024-12-18T20:59:34.110Z | Compiling diesel_derives v2.2.3 |
2330 | 2024-12-18T20:59:34.419Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2331 | 2024-12-18T20:59:34.590Z | Compiling tiny-keccak v2.0.2 |
2332 | 2024-12-18T20:59:34.893Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2333 | 2024-12-18T20:59:34.951Z | Compiling pin-project-internal v1.1.6 |
2334 | 2024-12-18T20:59:35.183Z | Compiling ref-cast v1.0.23 |
2335 | 2024-12-18T20:59:35.818Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2336 | 2024-12-18T20:59:36.079Z | Compiling ascii-canvas v3.0.0 |
2337 | 2024-12-18T20:59:36.101Z | Compiling ena v0.14.3 |
2338 | 2024-12-18T20:59:36.526Z | Compiling ref-cast-impl v1.0.23 |
2339 | 2024-12-18T20:59:36.652Z | Compiling diff v0.1.13 |
2340 | 2024-12-18T20:59:37.331Z | Compiling regex-syntax v0.6.29 |
2341 | 2024-12-18T20:59:37.938Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2342 | 2024-12-18T20:59:37.965Z | Checking signal-hook-tokio v0.3.1 |
2343 | 2024-12-18T20:59:38.079Z | Checking pin-project v1.1.6 |
2344 | 2024-12-18T20:59:38.152Z | Compiling snafu-derive v0.8.5 |
2345 | 2024-12-18T20:59:38.212Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2346 | 2024-12-18T20:59:38.501Z | Compiling derive_builder_core v0.20.2 |
2347 | 2024-12-18T20:59:40.937Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2348 | 2024-12-18T20:59:42.017Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2349 | 2024-12-18T20:59:43.312Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2350 | 2024-12-18T20:59:43.817Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2351 | 2024-12-18T20:59:44.597Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2352 | 2024-12-18T20:59:46.507Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2353 | 2024-12-18T20:59:46.810Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2354 | 2024-12-18T20:59:47.090Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2355 | 2024-12-18T20:59:47.233Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2356 | 2024-12-18T20:59:47.323Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2357 | 2024-12-18T20:59:47.420Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2358 | 2024-12-18T20:59:48.243Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2359 | 2024-12-18T20:59:48.266Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2360 | 2024-12-18T20:59:48.833Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2361 | 2024-12-18T20:59:49.002Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2362 | 2024-12-18T20:59:49.223Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2363 | 2024-12-18T20:59:49.462Z | Checking diesel v2.2.6 |
2364 | 2024-12-18T20:59:49.817Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2365 | 2024-12-18T20:59:49.841Z | Compiling lalrpop v0.19.12 |
2366 | 2024-12-18T20:59:50.266Z | Checking snafu v0.8.5 |
2367 | 2024-12-18T20:59:51.226Z | Checking globset v0.4.15 |
2368 | 2024-12-18T20:59:51.729Z | Checking olpc-cjson v0.1.4 |
2369 | 2024-12-18T20:59:51.979Z | Checking serde_plain v1.0.2 |
2370 | 2024-12-18T20:59:52.230Z | Compiling libxml v0.3.3 |
2371 | 2024-12-18T20:59:52.593Z | Compiling memoffset v0.9.1 |
2372 | 2024-12-18T20:59:52.923Z | Checking typed-path v0.9.3 |
2373 | 2024-12-18T20:59:53.653Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2374 | 2024-12-18T20:59:54.526Z | Compiling derive_builder_macro v0.20.2 |
2375 | 2024-12-18T20:59:54.638Z | Checking tungstenite v0.23.0 |
2376 | 2024-12-18T20:59:54.866Z | Checking tough v0.19.0 |
2377 | 2024-12-18T20:59:55.026Z | Compiling strum_macros v0.24.3 |
2378 | 2024-12-18T20:59:55.420Z | Compiling samael v0.0.17 |
2379 | 2024-12-18T20:59:55.464Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2380 | 2024-12-18T20:59:55.570Z | Compiling indoc v1.0.9 |
2381 | 2024-12-18T20:59:56.008Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2382 | 2024-12-18T20:59:56.539Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2383 | 2024-12-18T20:59:56.947Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2384 | 2024-12-18T20:59:58.240Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2385 | 2024-12-18T20:59:58.699Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2386 | 2024-12-18T20:59:59.160Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2387 | 2024-12-18T20:59:59.687Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2388 | 2024-12-18T21:00:00.150Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2389 | 2024-12-18T21:00:00.527Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2390 | 2024-12-18T21:00:00.848Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2391 | 2024-12-18T21:00:01.021Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2392 | 2024-12-18T21:00:01.046Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2393 | 2024-12-18T21:00:03.078Z | Checking parse-size v1.1.0 |
2394 | 2024-12-18T21:00:04.045Z | Checking tokio-tungstenite v0.23.1 |
2395 | 2024-12-18T21:00:04.521Z | Checking derive_builder v0.20.2 |
2396 | 2024-12-18T21:00:05.641Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2397 | 2024-12-18T21:00:05.932Z | Checking quick-xml v0.33.0 |
2398 | 2024-12-18T21:00:06.406Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2399 | 2024-12-18T21:00:06.671Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2400 | 2024-12-18T21:00:07.273Z | Compiling oso-derive v0.27.3 |
2401 | 2024-12-18T21:00:08.056Z | Compiling impl-trait-for-tuples v0.2.2 |
2402 | 2024-12-18T21:00:08.337Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=97301243f0707708ae9e629e2b4cdea5ae3fd078#97301243) |
2403 | 2024-12-18T21:00:08.650Z | Checking void v1.0.2 |
2404 | 2024-12-18T21:00:08.801Z | Checking lzss v0.8.2 |
2405 | 2024-12-18T21:00:09.208Z | Checking nix v0.27.1 |
2406 | 2024-12-18T21:00:10.499Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2407 | 2024-12-18T21:00:12.502Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2408 | 2024-12-18T21:00:13.018Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2409 | 2024-12-18T21:00:13.288Z | Compiling diesel-dtrace v0.4.2 |
2410 | 2024-12-18T21:00:13.675Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2411 | 2024-12-18T21:00:14.334Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2412 | 2024-12-18T21:00:14.639Z | Checking bb8 v0.8.5 |
2413 | 2024-12-18T21:00:14.887Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2414 | 2024-12-18T21:00:15.128Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2415 | 2024-12-18T21:00:15.636Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2416 | 2024-12-18T21:00:16.076Z | Checking rand_seeder v0.3.0 |
2417 | 2024-12-18T21:00:16.186Z | Checking assert_matches v1.5.0 |
2418 | 2024-12-18T21:00:16.243Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2419 | 2024-12-18T21:00:16.292Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2420 | 2024-12-18T21:00:16.319Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2421 | 2024-12-18T21:00:16.411Z | Compiling libz-sys v1.1.20 |
2422 | 2024-12-18T21:00:16.586Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2423 | 2024-12-18T21:00:17.062Z | Checking is_ci v1.2.0 |
2424 | 2024-12-18T21:00:17.223Z | Checking supports-color v3.0.1 |
2425 | 2024-12-18T21:00:17.244Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2426 | 2024-12-18T21:00:17.605Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2427 | 2024-12-18T21:00:17.792Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2428 | 2024-12-18T21:00:18.523Z | Compiling vergen v8.3.2 |
2429 | 2024-12-18T21:00:18.790Z | Compiling cargo-platform v0.1.8 |
2430 | 2024-12-18T21:00:18.814Z | Checking smawk v0.3.2 |
2431 | 2024-12-18T21:00:19.013Z | Checking unicode-linebreak v0.1.5 |
2432 | 2024-12-18T21:00:19.324Z | Compiling cargo_metadata v0.18.1 |
2433 | 2024-12-18T21:00:19.401Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2434 | 2024-12-18T21:00:19.422Z | Checking textwrap v0.16.1 |
2435 | 2024-12-18T21:00:19.805Z | Checking castaway v0.2.3 |
2436 | 2024-12-18T21:00:19.977Z | Compiling libsqlite3-sys v0.30.1 |
2437 | 2024-12-18T21:00:19.980Z | Compiling rustls v0.21.12 |
2438 | 2024-12-18T21:00:20.032Z | Compiling cfg_aliases v0.2.1 |
2439 | 2024-12-18T21:00:20.149Z | Compiling nix v0.29.0 |
2440 | 2024-12-18T21:00:20.523Z | Checking compact_str v0.8.0 |
2441 | 2024-12-18T21:00:21.122Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2442 | 2024-12-18T21:00:21.301Z | Checking unicode-truncate v1.1.0 |
2443 | 2024-12-18T21:00:21.405Z | Checking sct v0.7.1 |
2444 | 2024-12-18T21:00:21.521Z | Checking rustls-webpki v0.101.7 |
2445 | 2024-12-18T21:00:21.616Z | Checking lru v0.12.5 |
2446 | 2024-12-18T21:00:21.830Z | Compiling instability v0.3.2 |
2447 | 2024-12-18T21:00:21.913Z | Checking cassowary v0.3.0 |
2448 | 2024-12-18T21:00:22.784Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2449 | 2024-12-18T21:00:22.850Z | Checking hashlink v0.9.1 |
2450 | 2024-12-18T21:00:22.893Z | Checking ratatui v0.28.1 |
2451 | 2024-12-18T21:00:23.066Z | Checking concurrent-queue v2.5.0 |
2452 | 2024-12-18T21:00:23.403Z | Checking plotters-backend v0.3.7 |
2453 | 2024-12-18T21:00:23.470Z | Checking parking v2.2.1 |
2454 | 2024-12-18T21:00:23.631Z | Checking fallible-iterator v0.3.0 |
2455 | 2024-12-18T21:00:23.773Z | Checking fallible-streaming-iterator v0.1.9 |
2456 | 2024-12-18T21:00:24.025Z | Checking plotters-svg v0.3.7 |
2457 | 2024-12-18T21:00:24.281Z | Checking rusqlite v0.32.1 |
2458 | 2024-12-18T21:00:24.704Z | Checking async-bb8-diesel v0.2.1 |
2459 | 2024-12-18T21:00:24.725Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2460 | 2024-12-18T21:00:25.217Z | Checking tokio-rustls v0.24.1 |
2461 | 2024-12-18T21:00:25.252Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2462 | 2024-12-18T21:00:25.592Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2463 | 2024-12-18T21:00:25.614Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2464 | 2024-12-18T21:00:25.726Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2465 | 2024-12-18T21:00:25.816Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2466 | 2024-12-18T21:00:26.300Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2467 | 2024-12-18T21:00:26.831Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2468 | 2024-12-18T21:00:27.537Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2469 | 2024-12-18T21:00:27.559Z | Checking rustls-pemfile v1.0.4 |
2470 | 2024-12-18T21:00:27.785Z | Checking twox-hash v1.6.3 |
2471 | 2024-12-18T21:00:27.815Z | Checking cast v0.3.0 |
2472 | 2024-12-18T21:00:28.127Z | Checking criterion-plot v0.5.0 |
2473 | 2024-12-18T21:00:28.243Z | Checking plotters v0.3.7 |
2474 | 2024-12-18T21:00:28.274Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2475 | 2024-12-18T21:00:28.597Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2476 | 2024-12-18T21:00:29.606Z | Checking fatfs v0.3.6 |
2477 | 2024-12-18T21:00:30.056Z | Checking tinytemplate v1.2.1 |
2478 | 2024-12-18T21:00:30.301Z | Checking csv-core v0.1.11 |
2479 | 2024-12-18T21:00:30.395Z | Checking shell-words v1.1.0 |
2480 | 2024-12-18T21:00:30.592Z | Checking hex-literal v0.4.1 |
2481 | 2024-12-18T21:00:30.616Z | Checking oorandom v11.1.4 |
2482 | 2024-12-18T21:00:30.651Z | Checking anes v0.1.6 |
2483 | 2024-12-18T21:00:30.717Z | Checking csv v1.3.0 |
2484 | 2024-12-18T21:00:30.768Z | Checking event-listener v5.3.1 |
2485 | 2024-12-18T21:00:31.039Z | Checking criterion v0.5.1 |
2486 | 2024-12-18T21:00:31.215Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2487 | 2024-12-18T21:00:31.564Z | Checking rtoolbox v0.0.2 |
2488 | 2024-12-18T21:00:31.774Z | Checking rpassword v7.3.1 |
2489 | 2024-12-18T21:00:31.939Z | Checking event-listener-strategy v0.5.2 |
2490 | 2024-12-18T21:00:32.139Z | Checking tui-tree-widget v0.22.0 |
2491 | 2024-12-18T21:00:32.459Z | Checking polyval v0.6.2 |
2492 | 2024-12-18T21:00:32.779Z | Checking ghash v0.5.1 |
2493 | 2024-12-18T21:00:32.932Z | Checking futures-lite v2.3.0 |
2494 | 2024-12-18T21:00:33.761Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2495 | 2024-12-18T21:00:34.351Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2496 | 2024-12-18T21:00:34.851Z | Checking ctr v0.9.2 |
2497 | 2024-12-18T21:00:35.148Z | Checking yansi v1.0.1 |
2498 | 2024-12-18T21:00:35.687Z | Checking aes-gcm v0.10.3 |
2499 | 2024-12-18T21:00:35.722Z | Checking pretty_assertions v1.4.1 |
2500 | 2024-12-18T21:00:35.927Z | Checking ssh-encoding v0.2.0 |
2501 | 2024-12-18T21:00:35.945Z | Checking blowfish v0.9.1 |
2502 | 2024-12-18T21:00:36.200Z | Checking bcrypt-pbkdf v0.10.0 |
2503 | 2024-12-18T21:00:36.283Z | Checking ssh-cipher v0.2.0 |
2504 | 2024-12-18T21:00:36.459Z | Checking async-lock v3.4.0 |
2505 | 2024-12-18T21:00:36.554Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2506 | 2024-12-18T21:00:37.362Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2507 | 2024-12-18T21:00:37.465Z | Checking polling v3.7.3 |
2508 | 2024-12-18T21:00:37.869Z | Checking password-hash v0.4.2 |
2509 | 2024-12-18T21:00:38.290Z | Checking matches v0.1.10 |
2510 | 2024-12-18T21:00:38.313Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2511 | 2024-12-18T21:00:38.392Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2512 | 2024-12-18T21:00:38.417Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2513 | 2024-12-18T21:00:38.774Z | Checking idna v0.2.3 |
2514 | 2024-12-18T21:00:39.663Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2515 | 2024-12-18T21:00:39.707Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2516 | 2024-12-18T21:00:41.626Z | Checking pbkdf2 v0.11.0 |
2517 | 2024-12-18T21:00:41.889Z | Checking async-io v2.3.4 |
2518 | 2024-12-18T21:00:42.779Z | Checking ssh-key v0.6.6 |
2519 | 2024-12-18T21:00:44.406Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2520 | 2024-12-18T21:00:44.700Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2521 | 2024-12-18T21:00:45.194Z | Checking p256 v0.13.2 |
2522 | 2024-12-18T21:00:49.144Z | Checking p521 v0.13.3 |
2523 | 2024-12-18T21:00:49.331Z | Checking russh-cryptovec v0.7.3 |
2524 | 2024-12-18T21:00:49.331Z | Compiling enum-as-inner v0.5.1 |
2525 | 2024-12-18T21:00:49.331Z | Compiling doc-comment v0.3.3 |
2526 | 2024-12-18T21:00:49.497Z | Compiling target-lexicon v0.12.16 |
2527 | 2024-12-18T21:00:49.497Z | Checking async-task v4.7.1 |
2528 | 2024-12-18T21:00:49.504Z | Checking md5 v0.7.0 |
2529 | 2024-12-18T21:00:49.504Z | Checking trust-dns-proto v0.22.0 |
2530 | 2024-12-18T21:00:49.505Z | Checking russh-keys v0.45.0 |
2531 | 2024-12-18T21:00:49.505Z | Checking async-channel v2.3.1 |
2532 | 2024-12-18T21:00:49.505Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2533 | 2024-12-18T21:00:49.505Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2534 | 2024-12-18T21:00:49.579Z | Checking piper v0.2.4 |
2535 | 2024-12-18T21:00:49.726Z | Checking num-bigint v0.4.6 |
2536 | 2024-12-18T21:00:50.017Z | Checking des v0.8.1 |
2537 | 2024-12-18T21:00:50.311Z | Compiling guppy-workspace-hack v0.1.0 |
2538 | 2024-12-18T21:00:50.612Z | Compiling dhcproto-macros v0.1.0 |
2539 | 2024-12-18T21:00:50.990Z | Compiling assert_cmd v2.0.16 |
2540 | 2024-12-18T21:00:51.428Z | Checking futures-timer v3.0.3 |
2541 | 2024-12-18T21:00:51.563Z | Checking dhcproto v0.12.0 |
2542 | 2024-12-18T21:00:51.838Z | Checking blocking v1.6.1 |
2543 | 2024-12-18T21:00:52.225Z | Checking russh v0.45.0 |
2544 | 2024-12-18T21:00:52.717Z | Checking async-executor v1.13.1 |
2545 | 2024-12-18T21:00:57.139Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2546 | 2024-12-18T21:00:57.224Z | Checking async-signal v0.2.10 |
2547 | 2024-12-18T21:00:57.224Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2548 | 2024-12-18T21:00:57.224Z | Checking internet-checksum v0.2.1 |
2549 | 2024-12-18T21:00:57.224Z | Compiling target-spec v3.2.2 |
2550 | 2024-12-18T21:00:57.224Z | Checking event-listener v2.5.3 |
2551 | 2024-12-18T21:00:57.224Z | Checking async-channel v1.9.0 |
2552 | 2024-12-18T21:00:57.224Z | Checking async-process v2.3.0 |
2553 | 2024-12-18T21:00:57.224Z | Checking async-global-executor v2.4.1 |
2554 | 2024-12-18T21:00:57.224Z | Checking cfg-expr v0.17.0 |
2555 | 2024-12-18T21:00:57.224Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2556 | 2024-12-18T21:00:57.224Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2557 | 2024-12-18T21:00:57.224Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2558 | 2024-12-18T21:00:57.388Z | Checking httptest v0.16.1 |
2559 | 2024-12-18T21:00:58.054Z | Checking rustls-native-certs v0.7.3 |
2560 | 2024-12-18T21:00:58.238Z | Compiling petname v2.0.2 |
2561 | 2024-12-18T21:00:58.248Z | Checking num_cpus v1.16.0 |
2562 | 2024-12-18T21:00:58.390Z | Checking kv-log-macro v1.0.7 |
2563 | 2024-12-18T21:00:58.514Z | Compiling async-attributes v1.1.2 |
2564 | 2024-12-18T21:00:59.362Z | Checking async-std v1.13.0 |
2565 | 2024-12-18T21:01:01.561Z | Checking threadpool v1.8.1 |
2566 | 2024-12-18T21:01:01.704Z | Checking hyper-rustls v0.26.0 |
2567 | 2024-12-18T21:01:02.066Z | Checking pathdiff v0.2.2 |
2568 | 2024-12-18T21:01:02.133Z | Compiling rstest_macros v0.23.0 |
2569 | 2024-12-18T21:01:02.226Z | Checking nested v0.1.1 |
2570 | 2024-12-18T21:01:02.449Z | Compiling target-triple v0.1.3 |
2571 | 2024-12-18T21:01:02.622Z | Checking escape8259 v0.5.3 |
2572 | 2024-12-18T21:01:02.846Z | Checking libtest-mimic v0.7.3 |
2573 | 2024-12-18T21:01:03.079Z | Checking async-object-pool v0.1.5 |
2574 | 2024-12-18T21:01:03.203Z | Checking guppy v0.17.8 |
2575 | 2024-12-18T21:01:03.386Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2576 | 2024-12-18T21:01:03.956Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2577 | 2024-12-18T21:01:04.239Z | Checking similar-asserts v1.6.0 |
2578 | 2024-12-18T21:01:04.491Z | Checking fancy-regex v0.13.0 |
2579 | 2024-12-18T21:01:05.230Z | Checking serde_regex v1.1.0 |
2580 | 2024-12-18T21:01:05.247Z | Checking assert-json-diff v2.0.2 |
2581 | 2024-12-18T21:01:05.474Z | Compiling proc-macro-crate v3.2.0 |
2582 | 2024-12-18T21:01:05.530Z | Checking path-tree v0.8.1 |
2583 | 2024-12-18T21:01:05.868Z | Compiling relative-path v1.9.3 |
2584 | 2024-12-18T21:01:06.515Z | Checking stringmetrics v2.2.2 |
2585 | 2024-12-18T21:01:06.538Z | Checking sync-ptr v0.1.1 |
2586 | 2024-12-18T21:01:06.755Z | Checking datatest-stable v0.2.9 |
2587 | 2024-12-18T21:01:06.759Z | Checking httpmock v0.8.0-alpha.1 |
2588 | 2024-12-18T21:01:07.197Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2589 | 2024-12-18T21:01:08.616Z | Checking blake2b_simd v1.0.2 |
2590 | 2024-12-18T21:01:09.085Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2591 | 2024-12-18T21:01:09.578Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2592 | 2024-12-18T21:01:09.870Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2593 | 2024-12-18T21:01:10.064Z | Compiling git2 v0.19.0 |
2594 | 2024-12-18T21:01:10.172Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2595 | 2024-12-18T21:01:10.472Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2596 | 2024-12-18T21:01:10.995Z | Checking serde_tokenstream v0.2.2 |
2597 | 2024-12-18T21:01:11.378Z | Checking uzers v0.12.1 |
2598 | 2024-12-18T21:01:11.946Z | Checking rust-argon2 v2.1.0 |
2599 | 2024-12-18T21:01:12.155Z | Checking trybuild v1.0.101 |
2600 | 2024-12-18T21:01:12.374Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2601 | 2024-12-18T21:01:13.543Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2602 | 2024-12-18T21:01:13.784Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2603 | 2024-12-18T21:01:15.104Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2604 | 2024-12-18T21:01:15.393Z | Checking rand_distr v0.4.3 |
2605 | 2024-12-18T21:01:17.705Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2606 | 2024-12-18T21:01:17.730Z | Checking rstest v0.23.0 |
2607 | 2024-12-18T21:01:17.958Z | Checking multimap v0.10.0 |
2608 | 2024-12-18T21:01:18.167Z | Checking approx v0.5.1 |
2609 | 2024-12-18T21:01:18.333Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2610 | 2024-12-18T21:01:19.068Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2611 | 2024-12-18T21:01:19.323Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2612 | 2024-12-18T21:01:19.607Z | Checking partial-io v0.5.4 |
2613 | 2024-12-18T21:01:19.943Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2614 | 2024-12-18T21:01:20.019Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2615 | 2024-12-18T21:01:20.043Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2616 | 2024-12-18T21:01:20.315Z | Checking cargo_toml v0.20.5 |
2617 | 2024-12-18T21:01:20.865Z | Checking termios v0.3.3 |
2618 | 2024-12-18T21:01:20.973Z | Compiling indoc v2.0.5 |
2619 | 2024-12-18T21:01:21.109Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2620 | 2024-12-18T21:01:22.005Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2621 | 2024-12-18T21:01:22.295Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2622 | 2024-12-18T21:01:41.465Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2623 | 2024-12-18T21:01:44.528Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2624 | 2024-12-18T21:01:47.116Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2625 | 2024-12-18T21:02:16.914Z | Compiling polar-core v0.27.3 |
2626 | 2024-12-18T21:02:18.887Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2627 | 2024-12-18T21:02:22.064Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2628 | 2024-12-18T21:02:22.916Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2629 | 2024-12-18T21:02:28.104Z | Checking oso v0.27.3 |
2630 | 2024-12-18T21:03:11.147Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2631 | 2024-12-18T21:03:11.147Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2632 | 2024-12-18T21:03:11.149Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2633 | 2024-12-18T21:04:32.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 39s |
2634 | 2024-12-18T21:04:33.104Z | |
2635 | 2024-12-18T21:04:33.104Z | real 6:44.349363715 |
2636 | 2024-12-18T21:04:33.104Z | user 35:35.355133257 |
2637 | 2024-12-18T21:04:33.104Z | sys 6:33.320815190 |
2638 | 2024-12-18T21:04:33.104Z | trap 0.950742455 |
2639 | 2024-12-18T21:04:33.104Z | tflt 2.267685517 |
2640 | 2024-12-18T21:04:33.104Z | dflt 0.717621556 |
2641 | 2024-12-18T21:04:33.104Z | kflt 0.001337810 |
2642 | 2024-12-18T21:04:33.104Z | lock 51:47.500312618 |
2643 | 2024-12-18T21:04:33.104Z | slp 2:03:35.899728736 |
2644 | 2024-12-18T21:04:33.104Z | lat 1:40.151935451 |
2645 | 2024-12-18T21:04:33.104Z | stop 6:05.494084284 |
2646 | 2024-12-18T21:04:33.107Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2647 | 2024-12-18T21:04:33.107Z | + ptime -m cargo doc --workspace --no-deps |
2648 | 2024-12-18T21:04:34.301Z | warning: output filename collision. |
2649 | 2024-12-18T21:04:34.301Z | 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)`. |
2650 | 2024-12-18T21:04:34.301Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2651 | 2024-12-18T21:04:34.301Z | The targets should have unique names. |
2652 | 2024-12-18T21:04:34.301Z | This is a known bug where multiple crates with the same name use |
2653 | 2024-12-18T21:04:34.301Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2654 | 2024-12-18T21:04:34.753Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2655 | 2024-12-18T21:04:34.822Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2656 | 2024-12-18T21:04:34.841Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2657 | 2024-12-18T21:04:34.879Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2658 | 2024-12-18T21:04:34.904Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2659 | 2024-12-18T21:04:34.935Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2660 | 2024-12-18T21:04:34.935Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2661 | 2024-12-18T21:04:35.107Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2662 | 2024-12-18T21:04:35.150Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2663 | 2024-12-18T21:04:35.174Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2664 | 2024-12-18T21:04:35.200Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2665 | 2024-12-18T21:04:35.405Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2666 | 2024-12-18T21:04:35.513Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2667 | 2024-12-18T21:04:35.698Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2668 | 2024-12-18T21:04:35.877Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2669 | 2024-12-18T21:04:38.571Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2670 | 2024-12-18T21:04:39.734Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2671 | 2024-12-18T21:04:40.079Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2672 | 2024-12-18T21:04:40.274Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2673 | 2024-12-18T21:04:40.304Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2674 | 2024-12-18T21:04:40.454Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2675 | 2024-12-18T21:04:40.587Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2676 | 2024-12-18T21:04:40.782Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2677 | 2024-12-18T21:04:40.932Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2678 | 2024-12-18T21:04:41.167Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2679 | 2024-12-18T21:04:41.268Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2680 | 2024-12-18T21:04:41.628Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2681 | 2024-12-18T21:04:41.829Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2682 | 2024-12-18T21:04:41.952Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2683 | 2024-12-18T21:04:42.042Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2684 | 2024-12-18T21:04:42.240Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2685 | 2024-12-18T21:04:42.329Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2686 | 2024-12-18T21:04:42.493Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2687 | 2024-12-18T21:04:42.529Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2688 | 2024-12-18T21:04:42.553Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2689 | 2024-12-18T21:04:42.880Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2690 | 2024-12-18T21:04:43.201Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2691 | 2024-12-18T21:04:43.486Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2692 | 2024-12-18T21:04:43.512Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2693 | 2024-12-18T21:04:43.835Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2694 | 2024-12-18T21:04:43.861Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2695 | 2024-12-18T21:04:43.922Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2696 | 2024-12-18T21:04:44.681Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2697 | 2024-12-18T21:04:45.206Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2698 | 2024-12-18T21:04:46.889Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2699 | 2024-12-18T21:04:49.011Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2700 | 2024-12-18T21:04:49.798Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2701 | 2024-12-18T21:04:50.115Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2702 | 2024-12-18T21:04:50.438Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2703 | 2024-12-18T21:04:50.461Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2704 | 2024-12-18T21:04:51.429Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2705 | 2024-12-18T21:04:51.499Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2706 | 2024-12-18T21:04:51.962Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2707 | 2024-12-18T21:04:52.536Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2708 | 2024-12-18T21:04:52.697Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2709 | 2024-12-18T21:04:54.132Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2710 | 2024-12-18T21:04:58.877Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2711 | 2024-12-18T21:05:00.095Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2712 | 2024-12-18T21:05:00.298Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2713 | 2024-12-18T21:05:00.890Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2714 | 2024-12-18T21:05:01.175Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2715 | 2024-12-18T21:05:01.332Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2716 | 2024-12-18T21:05:01.695Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2717 | 2024-12-18T21:05:02.110Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2718 | 2024-12-18T21:05:02.206Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2719 | 2024-12-18T21:05:03.398Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2720 | 2024-12-18T21:05:03.637Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2721 | 2024-12-18T21:05:04.111Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2722 | 2024-12-18T21:05:04.362Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2723 | 2024-12-18T21:05:05.055Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2724 | 2024-12-18T21:05:05.081Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2725 | 2024-12-18T21:05:05.202Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2726 | 2024-12-18T21:05:05.224Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2727 | 2024-12-18T21:05:05.341Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2728 | 2024-12-18T21:05:05.534Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2729 | 2024-12-18T21:05:06.079Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2730 | 2024-12-18T21:05:06.690Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2731 | 2024-12-18T21:05:06.836Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2732 | 2024-12-18T21:05:07.099Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2733 | 2024-12-18T21:05:07.256Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2734 | 2024-12-18T21:05:07.970Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2735 | 2024-12-18T21:05:08.463Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2736 | 2024-12-18T21:05:08.880Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2737 | 2024-12-18T21:05:09.180Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2738 | 2024-12-18T21:05:09.534Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2739 | 2024-12-18T21:05:09.588Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2740 | 2024-12-18T21:05:09.698Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2741 | 2024-12-18T21:05:09.816Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2742 | 2024-12-18T21:05:10.103Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2743 | 2024-12-18T21:05:10.366Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2744 | 2024-12-18T21:05:10.387Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2745 | 2024-12-18T21:05:11.023Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2746 | 2024-12-18T21:05:11.466Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2747 | 2024-12-18T21:05:11.504Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2748 | 2024-12-18T21:05:11.860Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2749 | 2024-12-18T21:05:12.427Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2750 | 2024-12-18T21:05:12.965Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2751 | 2024-12-18T21:05:13.087Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2752 | 2024-12-18T21:05:13.418Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2753 | 2024-12-18T21:05:13.518Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2754 | 2024-12-18T21:05:14.361Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2755 | 2024-12-18T21:05:14.473Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2756 | 2024-12-18T21:05:15.106Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2757 | 2024-12-18T21:05:15.893Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2758 | 2024-12-18T21:05:16.250Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2759 | 2024-12-18T21:05:16.814Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2760 | 2024-12-18T21:05:19.360Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2761 | 2024-12-18T21:05:19.931Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2762 | 2024-12-18T21:05:20.542Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2763 | 2024-12-18T21:05:21.217Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2764 | 2024-12-18T21:05:22.381Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2765 | 2024-12-18T21:05:24.939Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2766 | 2024-12-18T21:05:26.008Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2767 | 2024-12-18T21:05:32.422Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2768 | 2024-12-18T21:05:33.544Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2769 | 2024-12-18T21:05:34.625Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2770 | 2024-12-18T21:05:35.127Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2771 | 2024-12-18T21:05:41.257Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2772 | 2024-12-18T21:05:44.861Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2773 | 2024-12-18T21:06:26.330Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2774 | 2024-12-18T21:06:29.384Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2775 | 2024-12-18T21:06:34.235Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2776 | 2024-12-18T21:06:49.930Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2777 | 2024-12-18T21:07:09.379Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2778 | 2024-12-18T21:07:13.623Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2779 | 2024-12-18T21:07:14.550Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2780 | 2024-12-18T21:07:14.706Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2781 | 2024-12-18T21:07:18.800Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2782 | 2024-12-18T21:07:18.882Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2783 | 2024-12-18T21:07:20.105Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2784 | 2024-12-18T21:07:25.813Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2785 | 2024-12-18T21:07:29.103Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2786 | 2024-12-18T21:07:47.014Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2787 | 2024-12-18T21:08:13.456Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2788 | 2024-12-18T21:08:14.284Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2789 | 2024-12-18T21:08:19.733Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2790 | 2024-12-18T21:08:21.323Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2791 | 2024-12-18T21:08:21.562Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2792 | 2024-12-18T21:08:30.170Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2793 | 2024-12-18T21:08:51.506Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2794 | 2024-12-18T21:08:56.442Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2795 | 2024-12-18T21:08:57.184Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2796 | 2024-12-18T21:08:58.723Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2797 | 2024-12-18T21:09:01.100Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2798 | 2024-12-18T21:09:04.889Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2799 | 2024-12-18T21:09:18.565Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2800 | 2024-12-18T21:09:20.511Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2801 | 2024-12-18T21:09:26.852Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2802 | 2024-12-18T21:09:27.395Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2803 | 2024-12-18T21:09:27.398Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2804 | 2024-12-18T21:09:29.637Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2805 | 2024-12-18T21:09:43.698Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2806 | 2024-12-18T21:09:45.199Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2807 | 2024-12-18T21:09:46.957Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2808 | 2024-12-18T21:09:47.526Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2809 | 2024-12-18T21:09:53.852Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2810 | 2024-12-18T21:09:57.224Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2811 | 2024-12-18T21:09:58.337Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2812 | 2024-12-18T21:10:05.705Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2813 | 2024-12-18T21:10:07.464Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2814 | 2024-12-18T21:10:18.677Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2815 | 2024-12-18T21:10:19.917Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2816 | 2024-12-18T21:10:20.471Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2817 | 2024-12-18T21:10:21.201Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2818 | 2024-12-18T21:10:23.141Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2819 | 2024-12-18T21:10:25.001Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2820 | 2024-12-18T21:10:31.052Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2821 | 2024-12-18T21:10:40.939Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2822 | 2024-12-18T21:10:41.594Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2823 | 2024-12-18T21:10:45.732Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2824 | 2024-12-18T21:10:47.616Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2825 | 2024-12-18T21:10:48.388Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2826 | 2024-12-18T21:10:48.480Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2827 | 2024-12-18T21:10:48.842Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2828 | 2024-12-18T21:11:02.310Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2829 | 2024-12-18T21:11:03.245Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2830 | 2024-12-18T21:11:03.467Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2831 | 2024-12-18T21:11:07.830Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2832 | 2024-12-18T21:11:09.869Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2833 | 2024-12-18T21:11:11.353Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2834 | 2024-12-18T21:11:11.411Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2835 | 2024-12-18T21:11:17.590Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2836 | 2024-12-18T21:11:17.744Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2837 | 2024-12-18T21:11:23.154Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2838 | 2024-12-18T21:11:24.356Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2839 | 2024-12-18T21:11:24.418Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2840 | 2024-12-18T21:11:24.999Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2841 | 2024-12-18T21:11:35.050Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2842 | 2024-12-18T21:11:38.763Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2843 | 2024-12-18T21:11:39.279Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2844 | 2024-12-18T21:11:41.390Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2845 | 2024-12-18T21:11:44.819Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2846 | 2024-12-18T21:11:45.894Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2847 | 2024-12-18T21:11:47.971Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2848 | 2024-12-18T21:11:49.057Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2849 | 2024-12-18T21:11:54.575Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2850 | 2024-12-18T21:11:55.223Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2851 | 2024-12-18T21:12:02.060Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2852 | 2024-12-18T21:12:02.644Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2853 | 2024-12-18T21:12:04.204Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2854 | 2024-12-18T21:12:04.288Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2855 | 2024-12-18T21:12:12.339Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2856 | 2024-12-18T21:12:12.947Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2857 | 2024-12-18T21:12:16.680Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2858 | 2024-12-18T21:12:16.728Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2859 | 2024-12-18T21:12:17.808Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2860 | 2024-12-18T21:12:18.174Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2861 | 2024-12-18T21:12:19.277Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2862 | 2024-12-18T21:12:23.146Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2863 | 2024-12-18T21:12:26.670Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2864 | 2024-12-18T21:12:27.769Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2865 | 2024-12-18T21:12:30.450Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2866 | 2024-12-18T21:12:30.600Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2867 | 2024-12-18T21:12:31.183Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2868 | 2024-12-18T21:12:35.886Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2869 | 2024-12-18T21:12:36.611Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2870 | 2024-12-18T21:12:38.418Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2871 | 2024-12-18T21:12:38.601Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2872 | 2024-12-18T21:12:40.774Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2873 | 2024-12-18T21:12:41.029Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2874 | 2024-12-18T21:12:42.846Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2875 | 2024-12-18T21:12:46.161Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2876 | 2024-12-18T21:12:46.165Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2877 | 2024-12-18T21:12:46.678Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2878 | 2024-12-18T21:12:49.021Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2879 | 2024-12-18T21:12:51.390Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2880 | 2024-12-18T21:12:51.658Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2881 | 2024-12-18T21:12:51.804Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2882 | 2024-12-18T21:12:53.361Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2883 | 2024-12-18T21:12:54.282Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2884 | 2024-12-18T21:12:55.158Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2885 | 2024-12-18T21:13:31.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 57s |
2886 | 2024-12-18T21:13:31.220Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 141 other files |
2887 | 2024-12-18T21:13:31.286Z | |
2888 | 2024-12-18T21:13:31.292Z | real 8:58.017973451 |
2889 | 2024-12-18T21:13:31.292Z | user 25:58.875811153 |
2890 | 2024-12-18T21:13:31.292Z | sys 41:08.778203042 |
2891 | 2024-12-18T21:13:31.292Z | trap 0.420468239 |
2892 | 2024-12-18T21:13:31.292Z | tflt 0.233693908 |
2893 | 2024-12-18T21:13:31.292Z | dflt 0.186679709 |
2894 | 2024-12-18T21:13:31.293Z | kflt 0.000013506 |
2895 | 2024-12-18T21:13:31.293Z | lock 1:29:20.908723398 |
2896 | 2024-12-18T21:13:31.293Z | slp 2:30:52.244616756 |
2897 | 2024-12-18T21:13:31.293Z | lat 1:18.332114286 |
2898 | 2024-12-18T21:13:31.293Z | stop 1:11.646264107 |
2899 | 2024-12-18T21:13:31.293Z | process exited: duration 1259172 ms, exit code 0 |
|
2900 | 2024-12-18T21:13:31.305Z | found 0 output files |