|
|
|
1 | 2024-11-18T17:26:06.218Z | job assigned to worker 01JD04X6K8PNPPX24A8CJ0GQF5 [factory aws, i-03ad6744c60415abd] (queued for 58 s) |
|
2 | 2024-11-18T17:26:14.023Z | starting task 0: "setup" |
3 | 2024-11-18T17:26:14.028Z | ++ uname -s |
4 | 2024-11-18T17:26:14.028Z | + kern=SunOS |
5 | 2024-11-18T17:26:14.028Z | + case "$kern" in |
6 | 2024-11-18T17:26:14.028Z | + groupadd -g 12345 build |
7 | 2024-11-18T17:26:14.028Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-18T17:26:16.023Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-18T17:26:16.103Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-18T17:26:16.107Z | + home_fs=zfs |
11 | 2024-11-18T17:26:16.107Z | + [[ zfs == autofs ]] |
12 | 2024-11-18T17:26:16.107Z | + mkdir -p /home/build |
13 | 2024-11-18T17:26:16.109Z | + chown build:build /home/build /work |
14 | 2024-11-18T17:26:18.110Z | + chmod 0700 /home/build /work |
15 | 2024-11-18T17:26:18.113Z | process exited: duration 4113 ms, exit code 0 |
|
16 | 2024-11-18T17:26:18.119Z | starting task 1: "rust-toolchain" |
17 | 2024-11-18T17:26:18.124Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-18T17:26:18.124Z | ' 1.81.0 |
19 | 2024-11-18T17:26:18.124Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-18T17:26:18.124Z | ' default |
21 | 2024-11-18T17:26:18.127Z | * toolchain channel = "1.81.0" |
22 | 2024-11-18T17:26:18.127Z | * toolchain profile = "default" |
23 | 2024-11-18T17:26:18.127Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-18T17:26:18.127Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-18T17:26:18.244Z | info: downloading installer |
26 | 2024-11-18T17:26:19.354Z | info: profile set to 'default' |
27 | 2024-11-18T17:26:19.354Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-18T17:26:19.357Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-18T17:26:19.502Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-18T17:26:19.502Z | info: downloading component 'cargo' |
31 | 2024-11-18T17:26:20.287Z | info: downloading component 'clippy' |
32 | 2024-11-18T17:26:20.580Z | info: downloading component 'rust-docs' |
33 | 2024-11-18T17:26:21.679Z | info: downloading component 'rust-std' |
34 | 2024-11-18T17:26:23.383Z | info: downloading component 'rustc' |
35 | 2024-11-18T17:26:29.519Z | info: downloading component 'rustfmt' |
36 | 2024-11-18T17:26:29.749Z | info: installing component 'cargo' |
37 | 2024-11-18T17:26:30.568Z | info: installing component 'clippy' |
38 | 2024-11-18T17:26:30.944Z | info: installing component 'rust-docs' |
39 | 2024-11-18T17:26:32.559Z | info: installing component 'rust-std' |
40 | 2024-11-18T17:26:34.375Z | info: installing component 'rustc' |
41 | 2024-11-18T17:26:40.048Z | info: installing component 'rustfmt' |
42 | 2024-11-18T17:26:40.369Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-18T17:26:40.369Z | |
44 | 2024-11-18T17:26:40.732Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-18T17:26:40.732Z | |
46 | 2024-11-18T17:26:40.734Z | |
47 | 2024-11-18T17:26:40.734Z | Rust is installed now. Great! |
48 | 2024-11-18T17:26:40.736Z | |
49 | 2024-11-18T17:26:40.736Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-18T17:26:40.736Z | environment variable. This has not been done automatically. |
51 | 2024-11-18T17:26:40.736Z | |
52 | 2024-11-18T17:26:40.736Z | To configure your current shell, you need to source |
53 | 2024-11-18T17:26:40.736Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-18T17:26:40.736Z | |
55 | 2024-11-18T17:26:40.736Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-18T17:26:40.736Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-18T17:26:40.736Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-18T17:26:40.802Z | + rustc --version |
59 | 2024-11-18T17:26:40.867Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-18T17:26:40.870Z | process exited: duration 22748 ms, exit code 0 |
|
61 | 2024-11-18T17:26:40.875Z | starting task 2: "authentication" |
62 | 2024-11-18T17:26:40.896Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-18T17:26:40.901Z | starting task 3: "clone repository" |
64 | 2024-11-18T17:26:40.906Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-18T17:26:40.908Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-18T17:26:40.951Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-18T17:26:49.386Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-18T17:26:49.388Z | + git fetch origin baff1cce651366e144ec3b32b1c7988e4437ee2d |
69 | 2024-11-18T17:26:49.716Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-18T17:26:49.717Z | * branch baff1cce651366e144ec3b32b1c7988e4437ee2d -> FETCH_HEAD |
71 | 2024-11-18T17:26:49.726Z | + [[ -n '' ]] |
72 | 2024-11-18T17:26:49.726Z | + git reset --hard baff1cce651366e144ec3b32b1c7988e4437ee2d |
73 | 2024-11-18T17:26:49.901Z | HEAD is now at baff1cce6 Fix copy-paste-o |
74 | 2024-11-18T17:26:49.903Z | process exited: duration 9000 ms, exit code 0 |
|
75 | 2024-11-18T17:26:49.908Z | starting task 4: "build" |
76 | 2024-11-18T17:26:49.914Z | + source ./env.sh |
77 | 2024-11-18T17:26:49.914Z | ++ OLD_SHELL_OPTS=ehxB |
78 | 2024-11-18T17:26:49.914Z | ++ set -o xtrace |
79 | 2024-11-18T17:26:49.917Z | ++++ dirname ./env.sh |
80 | 2024-11-18T17:26:49.919Z | +++ readlink -f . |
81 | 2024-11-18T17:26:49.923Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
82 | 2024-11-18T17:26:49.925Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
83 | 2024-11-18T17:26:49.925Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
84 | 2024-11-18T17:26:49.925Z | ++ 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 |
85 | 2024-11-18T17:26:49.925Z | ++ 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 |
86 | 2024-11-18T17:26:49.925Z | ++ 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 |
87 | 2024-11-18T17:26:49.925Z | ++ 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 |
88 | 2024-11-18T17:26:49.925Z | ++ 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 |
89 | 2024-11-18T17:26:49.926Z | ++ 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 |
90 | 2024-11-18T17:26:49.926Z | ++ case $OLD_SHELL_OPTS in |
91 | 2024-11-18T17:26:49.926Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
92 | 2024-11-18T17:26:49.926Z | + source .github/buildomat/ci-env.sh |
93 | 2024-11-18T17:26:49.926Z | ++ export CARGO_TERM_COLOR=always |
94 | 2024-11-18T17:26:49.926Z | ++ CARGO_TERM_COLOR=always |
95 | 2024-11-18T17:26:49.926Z | + cargo --version |
96 | 2024-11-18T17:26:49.980Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
97 | 2024-11-18T17:26:49.983Z | + rustc --version |
98 | 2024-11-18T17:26:50.043Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
99 | 2024-11-18T17:26:50.045Z | + banner prerequisites |
100 | 2024-11-18T17:26:50.081Z | |
101 | 2024-11-18T17:26:50.081Z | ##### ##### ###### ##### ###### #### # # # #### # |
102 | 2024-11-18T17:26:50.081Z | # # # # # # # # # # # # # # # |
103 | 2024-11-18T17:26:50.082Z | # # # # ##### # # ##### # # # # # #### # |
104 | 2024-11-18T17:26:50.082Z | ##### ##### # ##### # # # # # # # # # |
105 | 2024-11-18T17:26:50.082Z | # # # # # # # # # # # # # # # |
106 | 2024-11-18T17:26:50.082Z | # # # ###### # # ###### ### # #### # #### # |
107 | 2024-11-18T17:26:50.082Z | |
108 | 2024-11-18T17:26:50.084Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
109 | 2024-11-18T17:26:59.052Z | Startup: Refreshing catalog 'helios-dev' ... Done |
110 | 2024-11-18T17:27:02.564Z | Startup: Caching catalogs ... Done |
111 | 2024-11-18T17:27:11.155Z | Planning: Solver setup ... Done (7.678s) |
112 | 2024-11-18T17:27:11.258Z | Planning: Running solver ... Done (0.110s) |
113 | 2024-11-18T17:27:11.348Z | Planning: Finding local manifests ... Done (0.004s) |
114 | 2024-11-18T17:27:11.363Z | Planning: Fetching manifests: 0/5 0% complete |
115 | 2024-11-18T17:27:11.614Z | Planning: Fetching manifests: 5/5 100% complete |
116 | 2024-11-18T17:27:11.715Z | Planning: Package planning ... Done (0.100s) |
117 | 2024-11-18T17:27:11.771Z | Planning: Merging actions ... Done (0.056s) |
118 | 2024-11-18T17:27:11.963Z | Planning: Checking for conflicting actions ... Done (0.193s) |
119 | 2024-11-18T17:27:13.853Z | Planning: Consolidating action changes ... Done (1.889s) |
120 | 2024-11-18T17:27:14.277Z | Planning: Evaluating mediators ... Done (0.423s) |
121 | 2024-11-18T17:27:14.492Z | Planning: Planning completed in 11.84 seconds |
122 | 2024-11-18T17:27:14.509Z | Packages to install: 4 |
123 | 2024-11-18T17:27:14.509Z | Packages to update: 1 |
124 | 2024-11-18T17:27:14.512Z | Mediators to change: 2 |
125 | 2024-11-18T17:27:14.512Z | Services to change: 1 |
126 | 2024-11-18T17:27:14.512Z | Estimated space available: 155.64 GB |
127 | 2024-11-18T17:27:14.512Z | Estimated space to be consumed: 1.60 GB |
128 | 2024-11-18T17:27:14.512Z | Create boot environment: No |
129 | 2024-11-18T17:27:14.512Z | Create backup boot environment: Yes |
130 | 2024-11-18T17:27:14.512Z | Rebuild boot archive: No |
131 | 2024-11-18T17:27:14.512Z | |
132 | 2024-11-18T17:27:14.512Z | Changed mediators: |
133 | 2024-11-18T17:27:14.512Z | mediator clang: |
134 | 2024-11-18T17:27:14.512Z | version: None -> 15 (system default) |
135 | 2024-11-18T17:27:14.512Z | |
136 | 2024-11-18T17:27:14.512Z | mediator llvm: |
137 | 2024-11-18T17:27:14.513Z | version: 14 (system default) -> 15 (system default) |
138 | 2024-11-18T17:27:14.513Z | |
139 | 2024-11-18T17:27:14.513Z | Changed packages: |
140 | 2024-11-18T17:27:14.513Z | helios-dev |
141 | 2024-11-18T17:27:14.513Z | developer/build-essential |
142 | 2024-11-18T17:27:14.513Z | None -> 11-2.0 |
143 | 2024-11-18T17:27:14.513Z | library/libxmlsec1 |
144 | 2024-11-18T17:27:14.513Z | None -> 1.2.35-2.0 |
145 | 2024-11-18T17:27:14.513Z | ooce/developer/clang-15 |
146 | 2024-11-18T17:27:14.513Z | None -> 15.0.7-2.0 |
147 | 2024-11-18T17:27:14.513Z | ooce/developer/llvm-15 |
148 | 2024-11-18T17:27:14.513Z | None -> 15.0.7-2.0 |
149 | 2024-11-18T17:27:14.513Z | package/pkg |
150 | 2024-11-18T17:27:14.513Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
151 | 2024-11-18T17:27:14.513Z | |
152 | 2024-11-18T17:27:14.513Z | Services: |
153 | 2024-11-18T17:27:14.513Z | restart_fmri: |
154 | 2024-11-18T17:27:14.513Z | svc:/system/update-man-index:default |
155 | 2024-11-18T17:27:14.513Z | |
156 | 2024-11-18T17:27:14.513Z | Editable files to change: |
157 | 2024-11-18T17:27:14.513Z | Update: |
158 | 2024-11-18T17:27:14.513Z | usr/share/lib/pkg/web/config.shtml |
159 | 2024-11-18T17:27:14.588Z | |
160 | 2024-11-18T17:27:14.588Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
161 | 2024-11-18T17:27:19.589Z | Download: 1136/4281 items 45.5/220.6MB 20% complete (9.0M/s) |
162 | 2024-11-18T17:27:24.756Z | Download: 2219/4281 items 119.2/220.6MB 54% complete (12.3M/s) |
163 | 2024-11-18T17:27:29.764Z | Download: 2312/4281 items 119.6/220.6MB 54% complete (7.4M/s) |
164 | 2024-11-18T17:27:34.766Z | Download: 2794/4281 items 120.7/220.6MB 54% complete (155k/s) |
165 | 2024-11-18T17:27:41.539Z | Download: 3241/4281 items 202.8/220.6MB 91% complete (8.8M/s) |
166 | 2024-11-18T17:27:47.877Z | Download: 3285/4281 items 212.3/220.6MB 96% complete (9.0M/s) |
167 | 2024-11-18T17:27:52.444Z | Download: Completed 220.60 MB in 37.85 seconds (5.8M/s) |
168 | 2024-11-18T17:27:54.405Z | Actions: 1/5063 actions (Removing old actions) |
169 | 2024-11-18T17:27:54.422Z | Actions: 194/5063 actions (Installing new actions) |
170 | 2024-11-18T17:27:59.331Z | Actions: 4226/5063 actions (Updating modified actions) |
171 | 2024-11-18T17:27:59.759Z | Actions: Completed 5063 actions in 5.35 seconds. |
172 | 2024-11-18T17:28:00.129Z | Done (0.362s) |
173 | 2024-11-18T17:28:00.131Z | Done (0.000s) |
174 | 2024-11-18T17:28:00.657Z | Done (0.526s) |
175 | 2024-11-18T17:28:05.184Z | Done (4.310s) |
176 | 2024-11-18T17:28:05.276Z | Done (0.018s) |
177 | 2024-11-18T17:28:05.279Z | Done (0.000s) |
178 | 2024-11-18T17:28:05.446Z | Done (0.000s) |
179 | 2024-11-18T17:28:06.124Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-11-18T17:28:06.283Z | Planning: Checking for conflicting actions ... Done |
181 | 2024-11-18T17:28:06.286Z | Planning: Consolidating action changes ... Done |
182 | 2024-11-18T17:28:06.549Z | Planning: Evaluating mediators ... Done |
183 | 2024-11-18T17:28:06.551Z | Planning: Planning completed in 0.43 seconds |
184 | 2024-11-18T17:28:06.589Z | Mediators to change: 2 |
185 | 2024-11-18T17:28:06.590Z | Create boot environment: No |
186 | 2024-11-18T17:28:06.592Z | Create backup boot environment: No |
187 | 2024-11-18T17:28:06.669Z | Done |
188 | 2024-11-18T17:28:06.669Z | Done |
189 | 2024-11-18T17:28:07.004Z | Done |
190 | 2024-11-18T17:28:10.647Z | Done |
191 | 2024-11-18T17:28:10.739Z | Done |
192 | 2024-11-18T17:28:10.742Z | Done |
193 | 2024-11-18T17:28:10.839Z | Done |
194 | 2024-11-18T17:28:11.460Z | Planning: Evaluating mediator changes ... Done |
195 | 2024-11-18T17:28:11.463Z | Planning: Merging actions ... Done |
196 | 2024-11-18T17:28:11.651Z | Planning: Checking for conflicting actions ... Done |
197 | 2024-11-18T17:28:11.654Z | Planning: Consolidating action changes ... Done |
198 | 2024-11-18T17:28:11.920Z | Planning: Evaluating mediators ... Done |
199 | 2024-11-18T17:28:11.975Z | Planning: Planning completed in 0.76 seconds |
200 | 2024-11-18T17:28:12.017Z | Packages to change: 1 |
201 | 2024-11-18T17:28:12.017Z | Mediators to change: 1 |
202 | 2024-11-18T17:28:12.020Z | Services to change: 1 |
203 | 2024-11-18T17:28:12.020Z | Create boot environment: No |
204 | 2024-11-18T17:28:12.020Z | Create backup boot environment: Yes |
205 | 2024-11-18T17:28:14.156Z | Actions: 1/6 actions (Updating modified actions) |
206 | 2024-11-18T17:28:14.158Z | Actions: Completed 6 actions in 0.00 seconds. |
207 | 2024-11-18T17:28:14.158Z | Done |
208 | 2024-11-18T17:28:14.158Z | Done |
209 | 2024-11-18T17:28:14.267Z | Done |
210 | 2024-11-18T17:28:17.895Z | Done |
211 | 2024-11-18T17:28:17.993Z | Done |
212 | 2024-11-18T17:28:17.996Z | Done |
213 | 2024-11-18T17:28:18.112Z | Done |
214 | 2024-11-18T17:28:18.549Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
215 | 2024-11-18T17:28:18.550Z | clang system 15 system |
216 | 2024-11-18T17:28:18.550Z | csh system system illumos |
217 | 2024-11-18T17:28:18.550Z | ctags system system illumos |
218 | 2024-11-18T17:28:18.550Z | gcc vendor 12 vendor |
219 | 2024-11-18T17:28:18.550Z | gcc system 10 system |
220 | 2024-11-18T17:28:18.550Z | gcc system 7 system |
221 | 2024-11-18T17:28:18.550Z | go system 1.20 system |
222 | 2024-11-18T17:28:18.550Z | go system 1.19 system |
223 | 2024-11-18T17:28:18.550Z | llvm system 15 system |
224 | 2024-11-18T17:28:18.550Z | llvm system 14 system |
225 | 2024-11-18T17:28:18.550Z | mariadb system 10.6 system |
226 | 2024-11-18T17:28:18.550Z | mta vendor vendor dma |
227 | 2024-11-18T17:28:18.550Z | openjdk system 17 system |
228 | 2024-11-18T17:28:18.550Z | openjdk system 11 system |
229 | 2024-11-18T17:28:18.550Z | openjdk system 1.8 system |
230 | 2024-11-18T17:28:18.550Z | openssl vendor 3 vendor |
231 | 2024-11-18T17:28:18.550Z | perl system 5.36 system |
232 | 2024-11-18T17:28:18.550Z | postgresql system 15 system |
233 | 2024-11-18T17:28:18.550Z | postgresql system 13 system |
234 | 2024-11-18T17:28:18.550Z | python vendor 3 vendor |
235 | 2024-11-18T17:28:18.551Z | python system 2 system |
236 | 2024-11-18T17:28:18.551Z | python3 system 3.11 system |
237 | 2024-11-18T17:28:18.551Z | ruby system 3.0 system |
238 | 2024-11-18T17:28:18.551Z | words vendor vendor american-english |
239 | 2024-11-18T17:28:18.551Z | words system system australian-english |
240 | 2024-11-18T17:28:18.551Z | words system system british-english |
241 | 2024-11-18T17:28:18.551Z | words system system canadian-english |
242 | 2024-11-18T17:28:18.551Z | words system system french |
243 | 2024-11-18T17:28:18.551Z | words system system italian |
244 | 2024-11-18T17:28:18.551Z | words system system ngerman |
245 | 2024-11-18T17:28:18.551Z | words system system ogerman |
246 | 2024-11-18T17:28:18.551Z | words system system spanish |
247 | 2024-11-18T17:28:18.877Z | PUBLISHER TYPE STATUS P LOCATION |
248 | 2024-11-18T17:28:18.877Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
249 | 2024-11-18T17:28:21.384Z | FMRI IFO |
250 | 2024-11-18T17:28:21.384Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
251 | 2024-11-18T17:28:21.384Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
252 | 2024-11-18T17:28:21.384Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
253 | 2024-11-18T17:28:21.384Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
254 | 2024-11-18T17:28:21.384Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
255 | 2024-11-18T17:28:21.385Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
256 | 2024-11-18T17:28:21.385Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
257 | 2024-11-18T17:28:21.385Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
258 | 2024-11-18T17:28:21.385Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
259 | 2024-11-18T17:28:21.385Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
260 | 2024-11-18T17:28:21.385Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
261 | 2024-11-18T17:28:21.385Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
262 | 2024-11-18T17:28:21.385Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
263 | 2024-11-18T17:28:21.385Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
264 | 2024-11-18T17:28:21.385Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
265 | 2024-11-18T17:28:22.116Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
266 | 2024-11-18T17:28:22.383Z | Updating crates.io index |
267 | 2024-11-18T17:28:22.385Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
268 | 2024-11-18T17:28:23.284Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
269 | 2024-11-18T17:28:23.518Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
270 | 2024-11-18T17:28:23.770Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
271 | 2024-11-18T17:28:24.037Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
272 | 2024-11-18T17:28:24.943Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
273 | 2024-11-18T17:28:27.315Z | Updating git repository `https://github.com/oxidecomputer/opte` |
274 | 2024-11-18T17:28:28.386Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
275 | 2024-11-18T17:28:29.171Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
276 | 2024-11-18T17:28:29.445Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
277 | 2024-11-18T17:28:29.701Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
278 | 2024-11-18T17:28:30.295Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
279 | 2024-11-18T17:28:30.687Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
280 | 2024-11-18T17:28:31.010Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
281 | 2024-11-18T17:28:31.343Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
282 | 2024-11-18T17:28:31.654Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
283 | 2024-11-18T17:28:31.896Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
284 | 2024-11-18T17:28:32.250Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
285 | 2024-11-18T17:28:32.505Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
286 | 2024-11-18T17:28:32.787Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
287 | 2024-11-18T17:28:33.183Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
288 | 2024-11-18T17:28:33.766Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
289 | 2024-11-18T17:28:34.072Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
290 | 2024-11-18T17:28:34.436Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
291 | 2024-11-18T17:28:34.821Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
292 | 2024-11-18T17:28:35.181Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
293 | 2024-11-18T17:28:35.436Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
294 | 2024-11-18T17:28:36.715Z | Downloading crates ... |
295 | 2024-11-18T17:28:36.828Z | Downloaded anstream v0.6.15 |
296 | 2024-11-18T17:28:36.833Z | Downloaded anstyle v1.0.10 |
297 | 2024-11-18T17:28:36.835Z | Downloaded anstyle-parse v0.2.5 |
298 | 2024-11-18T17:28:36.838Z | Downloaded anstyle-query v1.1.1 |
299 | 2024-11-18T17:28:36.854Z | Downloaded cargo-platform v0.1.8 |
300 | 2024-11-18T17:28:36.856Z | Downloaded block-buffer v0.10.4 |
301 | 2024-11-18T17:28:36.859Z | Downloaded bitflags v2.6.0 |
302 | 2024-11-18T17:28:36.861Z | Downloaded cpufeatures v0.2.14 |
303 | 2024-11-18T17:28:36.863Z | Downloaded colorchoice v1.0.2 |
304 | 2024-11-18T17:28:36.863Z | Downloaded clap_derive v4.5.18 |
305 | 2024-11-18T17:28:36.866Z | Downloaded bytecount v0.6.8 |
306 | 2024-11-18T17:28:36.868Z | Downloaded cargo_metadata v0.18.1 |
307 | 2024-11-18T17:28:36.870Z | Downloaded anyhow v1.0.93 |
308 | 2024-11-18T17:28:36.874Z | Downloaded clap v4.5.21 |
309 | 2024-11-18T17:28:36.882Z | Downloaded clap_builder v4.5.21 |
310 | 2024-11-18T17:28:36.889Z | Downloaded equivalent v1.0.1 |
311 | 2024-11-18T17:28:36.891Z | Downloaded autocfg v1.4.0 |
312 | 2024-11-18T17:28:36.893Z | Downloaded errno v0.3.9 |
313 | 2024-11-18T17:28:36.893Z | Downloaded cargo_toml v0.20.5 |
314 | 2024-11-18T17:28:36.896Z | Downloaded camino-tempfile v1.1.1 |
315 | 2024-11-18T17:28:36.898Z | Downloaded dtrace-parser v0.2.0 |
316 | 2024-11-18T17:28:36.898Z | Downloaded digest v0.10.7 |
317 | 2024-11-18T17:28:36.900Z | Downloaded camino v1.1.9 |
318 | 2024-11-18T17:28:36.903Z | Downloaded fastrand v2.1.1 |
319 | 2024-11-18T17:28:36.903Z | Downloaded byteorder v1.5.0 |
320 | 2024-11-18T17:28:36.903Z | Downloaded dof v0.3.0 |
321 | 2024-11-18T17:28:36.906Z | Downloaded crypto-common v0.1.6 |
322 | 2024-11-18T17:28:36.906Z | Downloaded pest_generator v2.7.14 |
323 | 2024-11-18T17:28:36.908Z | Downloaded macaddr v1.0.1 |
324 | 2024-11-18T17:28:36.908Z | Downloaded clap_lex v0.7.2 |
325 | 2024-11-18T17:28:36.910Z | Downloaded pest_derive v2.7.14 |
326 | 2024-11-18T17:28:36.913Z | Downloaded memchr v2.7.4 |
327 | 2024-11-18T17:28:36.916Z | Downloaded heck v0.5.0 |
328 | 2024-11-18T17:28:36.918Z | Downloaded cfg-if v1.0.0 |
329 | 2024-11-18T17:28:36.922Z | Downloaded hashbrown v0.15.0 |
330 | 2024-11-18T17:28:36.927Z | Downloaded is_terminal_polyfill v1.70.1 |
331 | 2024-11-18T17:28:36.931Z | Downloaded pretty-hex v0.4.1 |
332 | 2024-11-18T17:28:36.933Z | Downloaded scroll_derive v0.12.0 |
333 | 2024-11-18T17:28:36.942Z | Downloaded fnv v1.0.7 |
334 | 2024-11-18T17:28:36.948Z | Downloaded thread-id v4.2.2 |
335 | 2024-11-18T17:28:36.950Z | Downloaded swrite v0.1.0 |
336 | 2024-11-18T17:28:36.956Z | Downloaded usdt-macro v0.5.0 |
337 | 2024-11-18T17:28:36.959Z | Downloaded proc-macro-error-attr v1.0.4 |
338 | 2024-11-18T17:28:36.962Z | Downloaded usdt-attr-macro v0.5.0 |
339 | 2024-11-18T17:28:36.965Z | Downloaded itoa v1.0.11 |
340 | 2024-11-18T17:28:36.968Z | Downloaded fs-err v2.11.0 |
341 | 2024-11-18T17:28:36.968Z | Downloaded heck v0.4.1 |
342 | 2024-11-18T17:28:36.972Z | Downloaded plain v0.2.3 |
343 | 2024-11-18T17:28:36.974Z | Downloaded usdt v0.5.0 |
344 | 2024-11-18T17:28:36.974Z | Downloaded serde_spanned v0.6.8 |
345 | 2024-11-18T17:28:36.976Z | Downloaded unicode-linebreak v0.1.5 |
346 | 2024-11-18T17:28:36.982Z | Downloaded memmap v0.7.0 |
347 | 2024-11-18T17:28:36.985Z | Downloaded terminal_size v0.4.0 |
348 | 2024-11-18T17:28:36.996Z | Downloaded thiserror v1.0.69 |
349 | 2024-11-18T17:28:37.001Z | Downloaded toml_datetime v0.6.8 |
350 | 2024-11-18T17:28:37.001Z | Downloaded tabled_derive v0.7.0 |
351 | 2024-11-18T17:28:37.001Z | Downloaded strsim v0.11.1 |
352 | 2024-11-18T17:28:37.001Z | Downloaded serde_tokenstream v0.2.2 |
353 | 2024-11-18T17:28:37.001Z | Downloaded generic-array v0.14.7 |
354 | 2024-11-18T17:28:37.004Z | Downloaded version_check v0.9.5 |
355 | 2024-11-18T17:28:37.007Z | Downloaded smawk v0.3.2 |
356 | 2024-11-18T17:28:37.009Z | Downloaded utf8parse v0.2.2 |
357 | 2024-11-18T17:28:37.009Z | Downloaded once_cell v1.20.2 |
358 | 2024-11-18T17:28:37.012Z | Downloaded proc-macro-error v1.0.4 |
359 | 2024-11-18T17:28:37.015Z | Downloaded log v0.4.22 |
360 | 2024-11-18T17:28:37.019Z | Downloaded semver v1.0.23 |
361 | 2024-11-18T17:28:37.022Z | Downloaded sha2 v0.10.8 |
362 | 2024-11-18T17:28:37.024Z | Downloaded zerocopy-derive v0.7.35 |
363 | 2024-11-18T17:28:37.028Z | Downloaded pest_meta v2.7.14 |
364 | 2024-11-18T17:28:37.031Z | Downloaded scroll v0.12.0 |
365 | 2024-11-18T17:28:37.033Z | Downloaded tempfile v3.13.0 |
366 | 2024-11-18T17:28:37.035Z | Downloaded thiserror-impl v1.0.69 |
367 | 2024-11-18T17:28:37.045Z | Downloaded toml v0.8.19 |
368 | 2024-11-18T17:28:37.049Z | Downloaded quote v1.0.37 |
369 | 2024-11-18T17:28:37.052Z | Downloaded usdt-impl v0.5.0 |
370 | 2024-11-18T17:28:37.054Z | Downloaded papergrid v0.11.0 |
371 | 2024-11-18T17:28:37.058Z | Downloaded unicode-ident v1.0.13 |
372 | 2024-11-18T17:28:37.061Z | Downloaded ryu v1.0.18 |
373 | 2024-11-18T17:28:37.063Z | Downloaded textwrap v0.16.1 |
374 | 2024-11-18T17:28:37.065Z | Downloaded serde_derive v1.0.215 |
375 | 2024-11-18T17:28:37.068Z | Downloaded ucd-trie v0.1.7 |
376 | 2024-11-18T17:28:37.071Z | Downloaded typenum v1.17.0 |
377 | 2024-11-18T17:28:37.076Z | Downloaded proc-macro2 v1.0.89 |
378 | 2024-11-18T17:28:37.079Z | Downloaded indexmap v2.6.0 |
379 | 2024-11-18T17:28:37.090Z | Downloaded serde v1.0.215 |
380 | 2024-11-18T17:28:37.108Z | Downloaded toml_edit v0.22.22 |
381 | 2024-11-18T17:28:37.129Z | Downloaded pest v2.7.14 |
382 | 2024-11-18T17:28:37.134Z | Downloaded syn v1.0.109 |
383 | 2024-11-18T17:28:37.143Z | Downloaded serde_json v1.0.132 |
384 | 2024-11-18T17:28:37.151Z | Downloaded winnow v0.6.20 |
385 | 2024-11-18T17:28:37.159Z | Downloaded zerocopy v0.7.35 |
386 | 2024-11-18T17:28:37.173Z | Downloaded goblin v0.8.2 |
387 | 2024-11-18T17:28:37.179Z | Downloaded tabled v0.15.0 |
388 | 2024-11-18T17:28:37.210Z | Downloaded unicode-width v0.1.14 |
389 | 2024-11-18T17:28:37.219Z | Downloaded syn v2.0.87 |
390 | 2024-11-18T17:28:37.229Z | Downloaded rustix v0.38.37 |
391 | 2024-11-18T17:28:37.260Z | Downloaded libc v0.2.162 |
392 | 2024-11-18T17:28:37.568Z | Compiling proc-macro2 v1.0.89 |
393 | 2024-11-18T17:28:37.568Z | Compiling unicode-ident v1.0.13 |
394 | 2024-11-18T17:28:37.568Z | Compiling serde v1.0.215 |
395 | 2024-11-18T17:28:37.571Z | Compiling version_check v0.9.5 |
396 | 2024-11-18T17:28:37.571Z | Compiling thiserror v1.0.69 |
397 | 2024-11-18T17:28:37.571Z | Compiling memchr v2.7.4 |
398 | 2024-11-18T17:28:37.571Z | Compiling libc v0.2.162 |
399 | 2024-11-18T17:28:37.571Z | Compiling ucd-trie v0.1.7 |
400 | 2024-11-18T17:28:37.820Z | Compiling ryu v1.0.18 |
401 | 2024-11-18T17:28:38.197Z | Compiling itoa v1.0.11 |
402 | 2024-11-18T17:28:38.330Z | Compiling once_cell v1.20.2 |
403 | 2024-11-18T17:28:38.417Z | Compiling byteorder v1.5.0 |
404 | 2024-11-18T17:28:38.493Z | Compiling rustix v0.38.37 |
405 | 2024-11-18T17:28:38.781Z | Compiling serde_json v1.0.132 |
406 | 2024-11-18T17:28:38.881Z | Compiling bitflags v2.6.0 |
407 | 2024-11-18T17:28:39.141Z | Compiling usdt-impl v0.5.0 |
408 | 2024-11-18T17:28:39.333Z | Compiling proc-macro-error-attr v1.0.4 |
409 | 2024-11-18T17:28:39.386Z | Compiling syn v1.0.109 |
410 | 2024-11-18T17:28:39.418Z | Compiling quote v1.0.37 |
411 | 2024-11-18T17:28:39.495Z | Compiling proc-macro-error v1.0.4 |
412 | 2024-11-18T17:28:39.615Z | Compiling hashbrown v0.15.0 |
413 | 2024-11-18T17:28:39.721Z | Compiling plain v0.2.3 |
414 | 2024-11-18T17:28:39.774Z | Compiling syn v2.0.87 |
415 | 2024-11-18T17:28:39.881Z | Compiling errno v0.3.9 |
416 | 2024-11-18T17:28:40.095Z | Compiling log v0.4.22 |
417 | 2024-11-18T17:28:40.120Z | Compiling equivalent v1.0.1 |
418 | 2024-11-18T17:28:40.123Z | Compiling camino v1.1.9 |
419 | 2024-11-18T17:28:40.238Z | Compiling thread-id v4.2.2 |
420 | 2024-11-18T17:28:40.321Z | Compiling utf8parse v0.2.2 |
421 | 2024-11-18T17:28:40.478Z | Compiling anstyle-parse v0.2.5 |
422 | 2024-11-18T17:28:40.823Z | Compiling indexmap v2.6.0 |
423 | 2024-11-18T17:28:40.867Z | Compiling unicode-width v0.1.14 |
424 | 2024-11-18T17:28:40.900Z | Compiling anstyle-query v1.1.1 |
425 | 2024-11-18T17:28:40.977Z | Compiling pretty-hex v0.4.1 |
426 | 2024-11-18T17:28:41.068Z | Compiling semver v1.0.23 |
427 | 2024-11-18T17:28:41.151Z | Compiling winnow v0.6.20 |
428 | 2024-11-18T17:28:41.213Z | Compiling autocfg v1.4.0 |
429 | 2024-11-18T17:28:41.387Z | Compiling colorchoice v1.0.2 |
430 | 2024-11-18T17:28:41.559Z | Compiling is_terminal_polyfill v1.70.1 |
431 | 2024-11-18T17:28:41.591Z | Compiling anstyle v1.0.10 |
432 | 2024-11-18T17:28:42.054Z | Compiling anstream v0.6.15 |
433 | 2024-11-18T17:28:42.284Z | Compiling terminal_size v0.4.0 |
434 | 2024-11-18T17:28:42.368Z | Compiling fs-err v2.11.0 |
435 | 2024-11-18T17:28:42.482Z | Compiling fastrand v2.1.1 |
436 | 2024-11-18T17:28:42.508Z | Compiling strsim v0.11.1 |
437 | 2024-11-18T17:28:42.644Z | Compiling fnv v1.0.7 |
438 | 2024-11-18T17:28:42.792Z | Compiling cfg-if v1.0.0 |
439 | 2024-11-18T17:28:42.818Z | Compiling bytecount v0.6.8 |
440 | 2024-11-18T17:28:42.898Z | Compiling clap_lex v0.7.2 |
441 | 2024-11-18T17:28:43.042Z | Compiling anyhow v1.0.93 |
442 | 2024-11-18T17:28:43.088Z | Compiling heck v0.4.1 |
443 | 2024-11-18T17:28:43.111Z | Compiling heck v0.5.0 |
444 | 2024-11-18T17:28:43.529Z | Compiling clap_builder v4.5.21 |
445 | 2024-11-18T17:28:43.612Z | Compiling papergrid v0.11.0 |
446 | 2024-11-18T17:28:43.663Z | Compiling tempfile v3.13.0 |
447 | 2024-11-18T17:28:44.205Z | Compiling memmap v0.7.0 |
448 | 2024-11-18T17:28:44.232Z | Compiling smawk v0.3.2 |
449 | 2024-11-18T17:28:44.458Z | Compiling unicode-linebreak v0.1.5 |
450 | 2024-11-18T17:28:44.975Z | Compiling textwrap v0.16.1 |
451 | 2024-11-18T17:28:45.075Z | Compiling swrite v0.1.0 |
452 | 2024-11-18T17:28:46.054Z | Compiling tabled_derive v0.7.0 |
453 | 2024-11-18T17:28:47.649Z | Compiling tabled v0.15.0 |
454 | 2024-11-18T17:28:48.801Z | Compiling serde_derive v1.0.215 |
455 | 2024-11-18T17:28:48.801Z | Compiling thiserror-impl v1.0.69 |
456 | 2024-11-18T17:28:48.804Z | Compiling zerocopy-derive v0.7.35 |
457 | 2024-11-18T17:28:48.804Z | Compiling scroll_derive v0.12.0 |
458 | 2024-11-18T17:28:49.013Z | Compiling clap_derive v4.5.18 |
459 | 2024-11-18T17:28:50.396Z | Compiling scroll v0.12.0 |
460 | 2024-11-18T17:28:50.820Z | Compiling zerocopy v0.7.35 |
461 | 2024-11-18T17:28:50.846Z | Compiling goblin v0.8.2 |
462 | 2024-11-18T17:28:51.454Z | Compiling pest v2.7.14 |
463 | 2024-11-18T17:28:52.954Z | Compiling clap v4.5.21 |
464 | 2024-11-18T17:28:53.879Z | Compiling pest_meta v2.7.14 |
465 | 2024-11-18T17:28:54.714Z | Compiling pest_generator v2.7.14 |
466 | 2024-11-18T17:28:56.599Z | Compiling pest_derive v2.7.14 |
467 | 2024-11-18T17:28:57.346Z | Compiling dtrace-parser v0.2.0 |
468 | 2024-11-18T17:28:59.155Z | Compiling serde_spanned v0.6.8 |
469 | 2024-11-18T17:28:59.158Z | Compiling toml_datetime v0.6.8 |
470 | 2024-11-18T17:28:59.158Z | Compiling cargo-platform v0.1.8 |
471 | 2024-11-18T17:28:59.533Z | Compiling serde_tokenstream v0.2.2 |
472 | 2024-11-18T17:28:59.657Z | Compiling toml_edit v0.22.22 |
473 | 2024-11-18T17:28:59.764Z | Compiling macaddr v1.0.1 |
474 | 2024-11-18T17:28:59.852Z | Compiling camino-tempfile v1.1.1 |
475 | 2024-11-18T17:29:00.621Z | Compiling dof v0.3.0 |
476 | 2024-11-18T17:29:00.621Z | Compiling cargo_metadata v0.18.1 |
477 | 2024-11-18T17:29:02.415Z | Compiling toml v0.8.19 |
478 | 2024-11-18T17:29:02.695Z | Compiling usdt-attr-macro v0.5.0 |
479 | 2024-11-18T17:29:02.697Z | Compiling usdt-macro v0.5.0 |
480 | 2024-11-18T17:29:03.266Z | Compiling cargo_toml v0.20.5 |
481 | 2024-11-18T17:29:04.095Z | Compiling usdt v0.5.0 |
482 | 2024-11-18T17:29:06.805Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
483 | 2024-11-18T17:29:10.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.06s |
484 | 2024-11-18T17:29:11.213Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
485 | 2024-11-18T17:29:11.742Z | Downloading crates ... |
486 | 2024-11-18T17:29:11.898Z | Downloaded addr2line v0.24.2 |
487 | 2024-11-18T17:29:11.904Z | Downloaded hex-literal v0.4.1 |
488 | 2024-11-18T17:29:11.907Z | Downloaded headers-core v0.3.0 |
489 | 2024-11-18T17:29:11.913Z | Downloaded heapless v0.8.0 |
490 | 2024-11-18T17:29:11.918Z | Downloaded heck v0.3.3 |
491 | 2024-11-18T17:29:11.920Z | Downloaded hex v0.4.3 |
492 | 2024-11-18T17:29:11.923Z | Downloaded darling v0.20.10 |
493 | 2024-11-18T17:29:11.926Z | Downloaded heapless v0.7.17 |
494 | 2024-11-18T17:29:11.933Z | Downloaded hickory-resolver v0.24.1 |
495 | 2024-11-18T17:29:11.939Z | Downloaded http-range v0.1.5 |
496 | 2024-11-18T17:29:11.941Z | Downloaded home v0.5.9 |
497 | 2024-11-18T17:29:11.942Z | Downloaded hubpack_derive v0.1.1 |
498 | 2024-11-18T17:29:11.944Z | Downloaded http-body v1.0.1 |
499 | 2024-11-18T17:29:11.947Z | Downloaded http-body-util v0.1.2 |
500 | 2024-11-18T17:29:11.949Z | Downloaded async-stream-impl v0.3.6 |
501 | 2024-11-18T17:29:11.953Z | Downloaded atty v0.2.14 |
502 | 2024-11-18T17:29:11.956Z | Downloaded async-stream v0.3.6 |
503 | 2024-11-18T17:29:11.958Z | Downloaded arrayref v0.3.9 |
504 | 2024-11-18T17:29:11.961Z | Downloaded aead v0.5.2 |
505 | 2024-11-18T17:29:11.961Z | Downloaded async-recursion v1.1.1 |
506 | 2024-11-18T17:29:11.965Z | Downloaded bb8 v0.8.5 |
507 | 2024-11-18T17:29:11.968Z | Downloaded ascii-canvas v3.0.0 |
508 | 2024-11-18T17:29:11.970Z | Downloaded icu_locid v1.5.0 |
509 | 2024-11-18T17:29:11.974Z | Downloaded hyper-tls v0.6.0 |
510 | 2024-11-18T17:29:11.977Z | Downloaded humantime v2.1.0 |
511 | 2024-11-18T17:29:11.979Z | Downloaded hubpack v0.1.2 |
512 | 2024-11-18T17:29:11.981Z | Downloaded httpdate v1.0.3 |
513 | 2024-11-18T17:29:11.983Z | Downloaded highway v1.2.0 |
514 | 2024-11-18T17:29:11.986Z | Downloaded hickory-server v0.24.1 |
515 | 2024-11-18T17:29:11.991Z | Downloaded icu_locid_transform v1.5.0 |
516 | 2024-11-18T17:29:11.994Z | Downloaded ident_case v1.0.1 |
517 | 2024-11-18T17:29:11.996Z | Downloaded iana-time-zone v0.1.61 |
518 | 2024-11-18T17:29:11.999Z | Downloaded icu_locid_transform_data v1.5.0 |
519 | 2024-11-18T17:29:12.002Z | Downloaded is_ci v1.2.0 |
520 | 2024-11-18T17:29:12.004Z | Downloaded is-terminal v0.4.13 |
521 | 2024-11-18T17:29:12.006Z | Downloaded crucible-workspace-hack v0.1.0 |
522 | 2024-11-18T17:29:12.006Z | Downloaded constant_time_eq v0.3.1 |
523 | 2024-11-18T17:29:12.009Z | Downloaded cobs v0.2.3 |
524 | 2024-11-18T17:29:12.009Z | Downloaded instant v0.1.13 |
525 | 2024-11-18T17:29:12.011Z | Downloaded lalrpop-util v0.19.12 |
526 | 2024-11-18T17:29:12.014Z | Downloaded cstr-argument v0.1.2 |
527 | 2024-11-18T17:29:12.014Z | Downloaded crc-catalog v2.4.0 |
528 | 2024-11-18T17:29:12.014Z | Downloaded icu_normalizer_data v1.5.0 |
529 | 2024-11-18T17:29:12.017Z | Downloaded lazy_static v1.5.0 |
530 | 2024-11-18T17:29:12.020Z | Downloaded bitfield v0.14.0 |
531 | 2024-11-18T17:29:12.022Z | Downloaded icu_provider_macros v1.5.0 |
532 | 2024-11-18T17:29:12.024Z | Downloaded chacha20 v0.9.1 |
533 | 2024-11-18T17:29:12.026Z | Downloaded base16ct v0.2.0 |
534 | 2024-11-18T17:29:12.029Z | Downloaded cexpr v0.6.0 |
535 | 2024-11-18T17:29:12.029Z | Downloaded arrayvec v0.7.6 |
536 | 2024-11-18T17:29:12.031Z | Downloaded ipnetwork v0.20.0 |
537 | 2024-11-18T17:29:12.034Z | Downloaded blowfish v0.9.1 |
538 | 2024-11-18T17:29:12.036Z | Downloaded md5 v0.7.0 |
539 | 2024-11-18T17:29:12.039Z | Downloaded match_cfg v0.1.0 |
540 | 2024-11-18T17:29:12.039Z | Downloaded matches v0.1.10 |
541 | 2024-11-18T17:29:12.039Z | Downloaded icu_properties v1.5.1 |
542 | 2024-11-18T17:29:12.042Z | Downloaded serde-big-array v0.5.1 |
543 | 2024-11-18T17:29:12.045Z | Downloaded internet-checksum v0.2.1 |
544 | 2024-11-18T17:29:12.047Z | Downloaded lazycell v1.3.0 |
545 | 2024-11-18T17:29:12.047Z | Downloaded indent_write v2.2.0 |
546 | 2024-11-18T17:29:12.049Z | Downloaded libsw v3.3.1 |
547 | 2024-11-18T17:29:12.052Z | Downloaded instability v0.3.2 |
548 | 2024-11-18T17:29:12.055Z | Downloaded kstat-rs v0.2.4 |
549 | 2024-11-18T17:29:12.057Z | Downloaded ctr v0.9.2 |
550 | 2024-11-18T17:29:12.057Z | Downloaded colored v2.1.0 |
551 | 2024-11-18T17:29:12.060Z | Downloaded indoc v1.0.9 |
552 | 2024-11-18T17:29:12.063Z | Downloaded take_mut v0.2.2 |
553 | 2024-11-18T17:29:12.066Z | Downloaded lru v0.12.5 |
554 | 2024-11-18T17:29:12.068Z | Downloaded mime v0.3.17 |
555 | 2024-11-18T17:29:12.068Z | Downloaded crossbeam-deque v0.8.5 |
556 | 2024-11-18T17:29:12.070Z | Downloaded md-5 v0.10.6 |
557 | 2024-11-18T17:29:12.073Z | Downloaded jobserver v0.1.32 |
558 | 2024-11-18T17:29:12.075Z | Downloaded maplit v1.0.2 |
559 | 2024-11-18T17:29:12.078Z | Downloaded ciborium v0.2.2 |
560 | 2024-11-18T17:29:12.080Z | Downloaded cassowary v0.3.0 |
561 | 2024-11-18T17:29:12.082Z | Downloaded allocator-api2 v0.2.18 |
562 | 2024-11-18T17:29:12.085Z | Downloaded maybe-uninit v2.0.0 |
563 | 2024-11-18T17:29:12.087Z | Downloaded lru-cache v0.1.2 |
564 | 2024-11-18T17:29:12.087Z | Downloaded litemap v0.7.3 |
565 | 2024-11-18T17:29:12.090Z | Downloaded dhcproto-macros v0.1.0 |
566 | 2024-11-18T17:29:12.093Z | Downloaded unicode-xid v0.2.6 |
567 | 2024-11-18T17:29:12.093Z | Downloaded icu_provider v1.5.0 |
568 | 2024-11-18T17:29:12.097Z | Downloaded siphasher v0.3.11 |
569 | 2024-11-18T17:29:12.099Z | Downloaded shell-words v1.1.0 |
570 | 2024-11-18T17:29:12.102Z | Downloaded semver v0.1.20 |
571 | 2024-11-18T17:29:12.102Z | Downloaded memmap2 v0.9.5 |
572 | 2024-11-18T17:29:12.111Z | Downloaded libloading v0.8.5 |
573 | 2024-11-18T17:29:12.111Z | Downloaded indexmap v1.9.3 |
574 | 2024-11-18T17:29:12.111Z | Downloaded rpassword v7.3.1 |
575 | 2024-11-18T17:29:12.115Z | Downloaded curve25519-dalek-derive v0.1.1 |
576 | 2024-11-18T17:29:12.115Z | Downloaded csv-core v0.1.11 |
577 | 2024-11-18T17:29:12.117Z | Downloaded crc32fast v1.4.2 |
578 | 2024-11-18T17:29:12.120Z | Downloaded smallvec v0.6.14 |
579 | 2024-11-18T17:29:12.120Z | Downloaded indicatif v0.17.9 |
580 | 2024-11-18T17:29:12.124Z | Downloaded tap v1.0.1 |
581 | 2024-11-18T17:29:12.127Z | Downloaded tabwriter v1.4.0 |
582 | 2024-11-18T17:29:12.127Z | Downloaded icu_collections v1.5.0 |
583 | 2024-11-18T17:29:12.134Z | Downloaded opaque-debug v0.3.1 |
584 | 2024-11-18T17:29:12.137Z | Downloaded newline-converter v0.3.0 |
585 | 2024-11-18T17:29:12.137Z | Downloaded tokio-macros v2.4.0 |
586 | 2024-11-18T17:29:12.139Z | Downloaded path-slash v0.1.5 |
587 | 2024-11-18T17:29:12.141Z | Downloaded universal-hash v0.5.1 |
588 | 2024-11-18T17:29:12.141Z | Downloaded tls_codec_derive v0.4.1 |
589 | 2024-11-18T17:29:12.143Z | Downloaded unicode-truncate v1.1.0 |
590 | 2024-11-18T17:29:12.146Z | Downloaded ed25519 v2.2.3 |
591 | 2024-11-18T17:29:12.148Z | Downloaded quinn-udp v0.5.5 |
592 | 2024-11-18T17:29:12.151Z | Downloaded rustversion v1.0.17 |
593 | 2024-11-18T17:29:12.153Z | Downloaded static_assertions v1.1.0 |
594 | 2024-11-18T17:29:12.156Z | Downloaded stable_deref_trait v1.2.0 |
595 | 2024-11-18T17:29:12.158Z | Downloaded crossbeam-utils v0.8.20 |
596 | 2024-11-18T17:29:12.161Z | Downloaded newtype_derive v0.1.6 |
597 | 2024-11-18T17:29:12.163Z | Downloaded funty v2.0.0 |
598 | 2024-11-18T17:29:12.163Z | Downloaded smf v0.2.3 |
599 | 2024-11-18T17:29:12.165Z | Downloaded slog-dtrace v0.3.0 |
600 | 2024-11-18T17:29:12.169Z | Downloaded pretty-hex v0.2.1 |
601 | 2024-11-18T17:29:12.170Z | Downloaded gethostname v0.5.0 |
602 | 2024-11-18T17:29:12.173Z | Downloaded futures-macro v0.3.31 |
603 | 2024-11-18T17:29:12.173Z | Downloaded synstructure v0.13.1 |
604 | 2024-11-18T17:29:12.173Z | Downloaded slog-term v2.9.1 |
605 | 2024-11-18T17:29:12.176Z | Downloaded base64 v0.22.1 |
606 | 2024-11-18T17:29:12.179Z | Downloaded newtype-uuid v1.1.3 |
607 | 2024-11-18T17:29:12.181Z | Downloaded tokio-native-tls v0.3.1 |
608 | 2024-11-18T17:29:12.184Z | Downloaded untrusted v0.9.0 |
609 | 2024-11-18T17:29:12.188Z | Downloaded aes-gcm v0.10.3 |
610 | 2024-11-18T17:29:12.190Z | Downloaded termtree v0.4.1 |
611 | 2024-11-18T17:29:12.190Z | Downloaded sigpipe v0.1.3 |
612 | 2024-11-18T17:29:12.193Z | Downloaded zeroize v1.8.1 |
613 | 2024-11-18T17:29:12.193Z | Downloaded paste v1.0.15 |
614 | 2024-11-18T17:29:12.196Z | Downloaded slog-envlogger v2.2.0 |
615 | 2024-11-18T17:29:12.198Z | Downloaded toolchain_find v0.4.0 |
616 | 2024-11-18T17:29:12.201Z | Downloaded des v0.8.1 |
617 | 2024-11-18T17:29:12.203Z | Downloaded clang-sys v1.8.1 |
618 | 2024-11-18T17:29:12.206Z | Downloaded defmt-parser v0.3.4 |
619 | 2024-11-18T17:29:12.209Z | Downloaded foreign-types-macros v0.2.3 |
620 | 2024-11-18T17:29:12.209Z | Downloaded sec1 v0.7.3 |
621 | 2024-11-18T17:29:12.211Z | Downloaded enum-as-inner v0.6.1 |
622 | 2024-11-18T17:29:12.214Z | Downloaded salsa20 v0.10.2 |
623 | 2024-11-18T17:29:12.216Z | Downloaded strip-ansi-escapes v0.2.0 |
624 | 2024-11-18T17:29:12.216Z | Downloaded stringprep v0.1.5 |
625 | 2024-11-18T17:29:12.219Z | Downloaded pkg-config v0.3.31 |
626 | 2024-11-18T17:29:12.221Z | Downloaded predicates-tree v1.0.11 |
627 | 2024-11-18T17:29:12.221Z | Downloaded new_debug_unreachable v1.0.6 |
628 | 2024-11-18T17:29:12.223Z | Downloaded fxhash v0.2.1 |
629 | 2024-11-18T17:29:12.223Z | Downloaded ref-cast v1.0.23 |
630 | 2024-11-18T17:29:12.226Z | Downloaded slog-bunyan v2.5.0 |
631 | 2024-11-18T17:29:12.228Z | Downloaded hashlink v0.9.1 |
632 | 2024-11-18T17:29:12.231Z | Downloaded rustfmt-wrapper v0.2.1 |
633 | 2024-11-18T17:29:12.233Z | Downloaded cc v1.1.30 |
634 | 2024-11-18T17:29:12.236Z | Downloaded parse-size v1.1.0 |
635 | 2024-11-18T17:29:12.238Z | Downloaded utf8_iter v1.0.4 |
636 | 2024-11-18T17:29:12.238Z | Downloaded utf16_iter v1.0.5 |
637 | 2024-11-18T17:29:12.240Z | Downloaded tokio-rustls v0.24.1 |
638 | 2024-11-18T17:29:12.243Z | Downloaded defmt v0.3.8 |
639 | 2024-11-18T17:29:12.247Z | Downloaded openssl-probe v0.1.5 |
640 | 2024-11-18T17:29:12.250Z | Downloaded dhcproto v0.12.0 |
641 | 2024-11-18T17:29:12.252Z | Downloaded zerovec-derive v0.10.3 |
642 | 2024-11-18T17:29:12.255Z | Downloaded compact_str v0.8.0 |
643 | 2024-11-18T17:29:12.259Z | Downloaded russh-cryptovec v0.7.3 |
644 | 2024-11-18T17:29:12.261Z | Downloaded topological-sort v0.2.2 |
645 | 2024-11-18T17:29:12.263Z | Downloaded bumpalo v3.16.0 |
646 | 2024-11-18T17:29:12.266Z | Downloaded deranged v0.3.11 |
647 | 2024-11-18T17:29:12.268Z | Downloaded crypto-bigint v0.5.5 |
648 | 2024-11-18T17:29:12.274Z | Downloaded futures-task v0.3.31 |
649 | 2024-11-18T17:29:12.287Z | Downloaded time-core v0.1.2 |
650 | 2024-11-18T17:29:12.289Z | Downloaded fallible-iterator v0.2.0 |
651 | 2024-11-18T17:29:12.292Z | Downloaded zone_cfg_derive v0.3.0 |
652 | 2024-11-18T17:29:12.292Z | Downloaded zone_cfg_derive v0.1.2 |
653 | 2024-11-18T17:29:12.292Z | Downloaded waitgroup v0.1.2 |
654 | 2024-11-18T17:29:12.294Z | Downloaded password-hash v0.5.0 |
655 | 2024-11-18T17:29:12.297Z | Downloaded polyval v0.6.2 |
656 | 2024-11-18T17:29:12.301Z | Downloaded parse-display-derive v0.10.0 |
657 | 2024-11-18T17:29:12.301Z | Downloaded tungstenite v0.21.0 |
658 | 2024-11-18T17:29:12.303Z | Downloaded der_derive v0.7.3 |
659 | 2024-11-18T17:29:12.305Z | Downloaded write16 v1.0.0 |
660 | 2024-11-18T17:29:12.307Z | Downloaded tower-service v0.3.3 |
661 | 2024-11-18T17:29:12.309Z | Downloaded endian-type v0.1.2 |
662 | 2024-11-18T17:29:12.310Z | Downloaded display-error-chain v0.2.2 |
663 | 2024-11-18T17:29:12.312Z | Downloaded rustc-hash v1.1.0 |
664 | 2024-11-18T17:29:12.312Z | Downloaded env_logger v0.11.5 |
665 | 2024-11-18T17:29:12.315Z | Downloaded shlex v1.3.0 |
666 | 2024-11-18T17:29:12.318Z | Downloaded sha1 v0.10.6 |
667 | 2024-11-18T17:29:12.322Z | Downloaded number_prefix v0.4.0 |
668 | 2024-11-18T17:29:12.322Z | Downloaded test-strategy v0.3.1 |
669 | 2024-11-18T17:29:12.324Z | Downloaded slog-stdlog v4.1.1 |
670 | 2024-11-18T17:29:12.327Z | Downloaded ppv-lite86 v0.2.20 |
671 | 2024-11-18T17:29:12.327Z | Downloaded powerfmt v0.2.0 |
672 | 2024-11-18T17:29:12.330Z | Downloaded num-complex v0.4.6 |
673 | 2024-11-18T17:29:12.332Z | Downloaded omicron-zone-package v0.11.1 |
674 | 2024-11-18T17:29:12.334Z | Downloaded unicode-properties v0.1.3 |
675 | 2024-11-18T17:29:12.336Z | Downloaded normalize-line-endings v0.3.0 |
676 | 2024-11-18T17:29:12.338Z | Downloaded sync_wrapper v1.0.1 |
677 | 2024-11-18T17:29:12.341Z | Downloaded rustc_version v0.1.7 |
678 | 2024-11-18T17:29:12.341Z | Downloaded num-rational v0.4.2 |
679 | 2024-11-18T17:29:12.343Z | Downloaded rustc-demangle v0.1.24 |
680 | 2024-11-18T17:29:12.345Z | Downloaded displaydoc v0.2.5 |
681 | 2024-11-18T17:29:12.347Z | Downloaded postgres-types v0.2.8 |
682 | 2024-11-18T17:29:12.350Z | Downloaded unicode_categories v0.1.1 |
683 | 2024-11-18T17:29:12.353Z | Downloaded tiny-keccak v2.0.2 |
684 | 2024-11-18T17:29:12.356Z | Downloaded fixedbitset v0.4.2 |
685 | 2024-11-18T17:29:12.358Z | Downloaded fallible-iterator v0.3.0 |
686 | 2024-11-18T17:29:12.361Z | Downloaded tar v0.4.42 |
687 | 2024-11-18T17:29:12.363Z | Downloaded enum-as-inner v0.5.1 |
688 | 2024-11-18T17:29:12.366Z | Downloaded tungstenite v0.24.0 |
689 | 2024-11-18T17:29:12.369Z | Downloaded foreign-types-shared v0.3.1 |
690 | 2024-11-18T17:29:12.371Z | Downloaded unsafe-libyaml v0.2.11 |
691 | 2024-11-18T17:29:12.374Z | Downloaded primeorder v0.13.6 |
692 | 2024-11-18T17:29:12.376Z | Downloaded predicates-core v1.0.8 |
693 | 2024-11-18T17:29:12.378Z | Downloaded predicates v3.1.2 |
694 | 2024-11-18T17:29:12.381Z | Downloaded flagset v0.4.6 |
695 | 2024-11-18T17:29:12.383Z | Downloaded peg-macros v0.8.4 |
696 | 2024-11-18T17:29:12.385Z | Downloaded structmeta v0.3.0 |
697 | 2024-11-18T17:29:12.388Z | Downloaded rfc6979 v0.4.0 |
698 | 2024-11-18T17:29:12.388Z | Downloaded resolv-conf v0.7.0 |
699 | 2024-11-18T17:29:12.391Z | Downloaded foreign-types v0.3.2 |
700 | 2024-11-18T17:29:12.391Z | Downloaded num-conv v0.1.0 |
701 | 2024-11-18T17:29:12.393Z | Downloaded postgres-protocol v0.6.7 |
702 | 2024-11-18T17:29:12.396Z | Downloaded tinystr v0.7.6 |
703 | 2024-11-18T17:29:12.399Z | Downloaded derive-where v1.2.7 |
704 | 2024-11-18T17:29:12.401Z | Downloaded qorb v0.2.0 |
705 | 2024-11-18T17:29:12.406Z | Downloaded percent-encoding v2.3.1 |
706 | 2024-11-18T17:29:12.408Z | Downloaded env_logger v0.10.2 |
707 | 2024-11-18T17:29:12.410Z | Downloaded sqlformat v0.2.6 |
708 | 2024-11-18T17:29:12.413Z | Downloaded strum_macros v0.25.3 |
709 | 2024-11-18T17:29:12.415Z | Downloaded psl-types v2.0.11 |
710 | 2024-11-18T17:29:12.419Z | Downloaded itertools v0.13.0 |
711 | 2024-11-18T17:29:12.425Z | Downloaded xattr v1.3.1 |
712 | 2024-11-18T17:29:12.427Z | Downloaded form_urlencoded v1.2.1 |
713 | 2024-11-18T17:29:12.429Z | Downloaded pin-project-internal v1.1.6 |
714 | 2024-11-18T17:29:12.432Z | Downloaded foldhash v0.1.3 |
715 | 2024-11-18T17:29:12.432Z | Downloaded time-macros v0.2.18 |
716 | 2024-11-18T17:29:12.437Z | Downloaded oso-derive v0.27.3 |
717 | 2024-11-18T17:29:12.437Z | Downloaded tokio-postgres v0.7.12 |
718 | 2024-11-18T17:29:12.441Z | Downloaded futures-io v0.3.31 |
719 | 2024-11-18T17:29:12.443Z | Downloaded zip v0.6.6 |
720 | 2024-11-18T17:29:12.447Z | Downloaded num-derive v0.4.2 |
721 | 2024-11-18T17:29:12.450Z | Downloaded typify v0.2.0 |
722 | 2024-11-18T17:29:12.454Z | Downloaded der v0.7.9 |
723 | 2024-11-18T17:29:12.462Z | Downloaded serde_urlencoded v0.7.1 |
724 | 2024-11-18T17:29:12.465Z | Downloaded dirs-sys-next v0.1.2 |
725 | 2024-11-18T17:29:12.465Z | Downloaded parking_lot_core v0.9.10 |
726 | 2024-11-18T17:29:12.467Z | Downloaded fatfs v0.3.6 |
727 | 2024-11-18T17:29:12.469Z | Downloaded vte_generate_state_changes v0.1.2 |
728 | 2024-11-18T17:29:12.472Z | Downloaded tokio-tungstenite v0.24.0 |
729 | 2024-11-18T17:29:12.474Z | Downloaded derive_builder_macro v0.20.2 |
730 | 2024-11-18T17:29:12.476Z | Downloaded tui-tree-widget v0.22.0 |
731 | 2024-11-18T17:29:12.476Z | Downloaded float-cmp v0.9.0 |
732 | 2024-11-18T17:29:12.479Z | Downloaded wait-timeout v0.2.0 |
733 | 2024-11-18T17:29:12.483Z | Downloaded url v2.5.3 |
734 | 2024-11-18T17:29:12.486Z | Downloaded toml_edit v0.19.15 |
735 | 2024-11-18T17:29:12.501Z | Downloaded openssl-macros v0.1.1 |
736 | 2024-11-18T17:29:12.503Z | Downloaded itertools v0.12.1 |
737 | 2024-11-18T17:29:12.509Z | Downloaded pem-rfc7468 v0.7.0 |
738 | 2024-11-18T17:29:12.512Z | Downloaded yoke v0.7.4 |
739 | 2024-11-18T17:29:12.514Z | Downloaded yasna v0.5.2 |
740 | 2024-11-18T17:29:12.517Z | Downloaded tinyvec v1.8.0 |
741 | 2024-11-18T17:29:12.520Z | Downloaded futures-core v0.3.31 |
742 | 2024-11-18T17:29:12.523Z | Downloaded pin-project-lite v0.2.14 |
743 | 2024-11-18T17:29:12.527Z | Downloaded slog-scope v4.4.0 |
744 | 2024-11-18T17:29:12.529Z | Downloaded aho-corasick v1.1.3 |
745 | 2024-11-18T17:29:12.536Z | Downloaded peg-runtime v0.8.3 |
746 | 2024-11-18T17:29:12.538Z | Downloaded derive_builder_core v0.20.2 |
747 | 2024-11-18T17:29:12.540Z | Downloaded derive_builder v0.20.2 |
748 | 2024-11-18T17:29:12.545Z | Downloaded num v0.4.3 |
749 | 2024-11-18T17:29:12.547Z | Downloaded aws-lc-rs v1.10.0 |
750 | 2024-11-18T17:29:12.556Z | Downloaded sqlparser_derive v0.2.2 |
751 | 2024-11-18T17:29:12.559Z | Downloaded unarray v0.1.4 |
752 | 2024-11-18T17:29:12.560Z | Downloaded precomputed-hash v0.1.1 |
753 | 2024-11-18T17:29:12.564Z | Downloaded p256 v0.13.2 |
754 | 2024-11-18T17:29:12.564Z | Downloaded phf_codegen v0.11.2 |
755 | 2024-11-18T17:29:12.567Z | Downloaded same-file v1.0.6 |
756 | 2024-11-18T17:29:12.567Z | Downloaded num_threads v0.1.7 |
757 | 2024-11-18T17:29:12.569Z | Downloaded spin v0.5.2 |
758 | 2024-11-18T17:29:12.572Z | Downloaded serde_plain v1.0.2 |
759 | 2024-11-18T17:29:12.572Z | Downloaded rustls-pemfile v1.0.4 |
760 | 2024-11-18T17:29:12.574Z | Downloaded supports-color v3.0.1 |
761 | 2024-11-18T17:29:12.576Z | Downloaded subtle v2.6.1 |
762 | 2024-11-18T17:29:12.579Z | Downloaded owo-colors v4.1.0 |
763 | 2024-11-18T17:29:12.581Z | Downloaded pin-project v1.1.6 |
764 | 2024-11-18T17:29:12.593Z | Downloaded pin-utils v0.1.0 |
765 | 2024-11-18T17:29:12.595Z | Downloaded phf_shared v0.10.0 |
766 | 2024-11-18T17:29:12.595Z | Downloaded diesel-dtrace v0.3.0 |
767 | 2024-11-18T17:29:12.598Z | Downloaded rand_seeder v0.3.0 |
768 | 2024-11-18T17:29:12.600Z | Downloaded dunce v1.0.5 |
769 | 2024-11-18T17:29:12.600Z | Downloaded thiserror-impl-no-std v2.0.2 |
770 | 2024-11-18T17:29:12.602Z | Downloaded scheduled-thread-pool v0.2.7 |
771 | 2024-11-18T17:29:12.602Z | Downloaded nu-ansi-term v0.50.1 |
772 | 2024-11-18T17:29:12.605Z | Downloaded nanorand v0.7.0 |
773 | 2024-11-18T17:29:12.608Z | Downloaded vte v0.11.1 |
774 | 2024-11-18T17:29:12.610Z | Downloaded structmeta v0.2.0 |
775 | 2024-11-18T17:29:12.612Z | Downloaded ssh-encoding v0.2.0 |
776 | 2024-11-18T17:29:12.615Z | Downloaded downcast v0.11.0 |
777 | 2024-11-18T17:29:12.615Z | Downloaded ssh-cipher v0.2.0 |
778 | 2024-11-18T17:29:12.617Z | Downloaded ssh-key v0.6.6 |
779 | 2024-11-18T17:29:12.623Z | Downloaded dyn-clone v1.0.17 |
780 | 2024-11-18T17:29:12.626Z | Downloaded zone v0.3.0 |
781 | 2024-11-18T17:29:12.628Z | Downloaded fragile v2.0.0 |
782 | 2024-11-18T17:29:12.630Z | Downloaded zone v0.1.8 |
783 | 2024-11-18T17:29:12.630Z | Downloaded dsl_auto_type v0.1.2 |
784 | 2024-11-18T17:29:12.633Z | Downloaded snafu-derive v0.8.5 |
785 | 2024-11-18T17:29:12.633Z | Downloaded signal-hook-registry v1.4.2 |
786 | 2024-11-18T17:29:12.635Z | Downloaded sct v0.7.1 |
787 | 2024-11-18T17:29:12.638Z | Downloaded futures-channel v0.3.31 |
788 | 2024-11-18T17:29:12.640Z | Downloaded oso v0.27.3 |
789 | 2024-11-18T17:29:12.645Z | Downloaded try-lock v0.2.5 |
790 | 2024-11-18T17:29:12.648Z | Downloaded tinyvec_macros v0.1.1 |
791 | 2024-11-18T17:29:12.648Z | Downloaded serde_repr v0.1.19 |
792 | 2024-11-18T17:29:12.650Z | Downloaded progenitor-client v0.8.0 |
793 | 2024-11-18T17:29:12.650Z | Downloaded sync-ptr v0.1.1 |
794 | 2024-11-18T17:29:12.650Z | Downloaded strum v0.26.3 |
795 | 2024-11-18T17:29:12.653Z | Downloaded either v1.13.0 |
796 | 2024-11-18T17:29:12.653Z | Downloaded phf_shared v0.11.2 |
797 | 2024-11-18T17:29:12.655Z | Downloaded rustls-pemfile v2.2.0 |
798 | 2024-11-18T17:29:12.657Z | Downloaded flume v0.11.1 |
799 | 2024-11-18T17:29:12.661Z | Downloaded proc-macro-crate v1.3.1 |
800 | 2024-11-18T17:29:12.664Z | Downloaded derive_more v0.99.18 |
801 | 2024-11-18T17:29:12.668Z | Downloaded packed_struct v0.10.1 |
802 | 2024-11-18T17:29:12.670Z | Downloaded futures v0.3.31 |
803 | 2024-11-18T17:29:12.676Z | Downloaded rusty-fork v0.3.0 |
804 | 2024-11-18T17:29:12.678Z | Downloaded tracing v0.1.40 |
805 | 2024-11-18T17:29:12.681Z | Downloaded zerovec v0.10.4 |
806 | 2024-11-18T17:29:12.688Z | Downloaded zerofrom v0.1.4 |
807 | 2024-11-18T17:29:12.690Z | Downloaded x509-cert v0.2.5 |
808 | 2024-11-18T17:29:12.696Z | Downloaded rand_core v0.6.4 |
809 | 2024-11-18T17:29:12.698Z | Downloaded tls_codec v0.4.1 |
810 | 2024-11-18T17:29:12.700Z | Downloaded embedded-io v0.4.0 |
811 | 2024-11-18T17:29:12.703Z | Downloaded serde_with_macros v3.11.0 |
812 | 2024-11-18T17:29:12.705Z | Downloaded num-integer v0.1.46 |
813 | 2024-11-18T17:29:12.707Z | Downloaded unicase v2.7.0 |
814 | 2024-11-18T17:29:12.707Z | Downloaded tracing-attributes v0.1.27 |
815 | 2024-11-18T17:29:12.710Z | Downloaded darling_macro v0.20.10 |
816 | 2024-11-18T17:29:12.712Z | Downloaded miniz_oxide v0.8.0 |
817 | 2024-11-18T17:29:12.715Z | Downloaded snafu v0.8.5 |
818 | 2024-11-18T17:29:12.720Z | Downloaded pem v3.0.4 |
819 | 2024-11-18T17:29:12.723Z | Downloaded parse-display v0.10.0 |
820 | 2024-11-18T17:29:12.723Z | Downloaded olpc-cjson v0.1.4 |
821 | 2024-11-18T17:29:12.725Z | Downloaded phf v0.11.2 |
822 | 2024-11-18T17:29:12.725Z | Downloaded openssl-sys v0.9.103 |
823 | 2024-11-18T17:29:12.731Z | Downloaded ghash v0.5.1 |
824 | 2024-11-18T17:29:12.733Z | Downloaded futures-executor v0.3.31 |
825 | 2024-11-18T17:29:12.735Z | Downloaded ena v0.14.3 |
826 | 2024-11-18T17:29:12.735Z | Downloaded tokio-tungstenite v0.21.0 |
827 | 2024-11-18T17:29:12.738Z | Downloaded pkcs5 v0.7.1 |
828 | 2024-11-18T17:29:12.743Z | Downloaded embedded-io v0.6.1 |
829 | 2024-11-18T17:29:12.745Z | Downloaded socket2 v0.5.7 |
830 | 2024-11-18T17:29:12.748Z | Downloaded which v4.4.2 |
831 | 2024-11-18T17:29:12.748Z | Downloaded tokio-stream v0.1.16 |
832 | 2024-11-18T17:29:12.752Z | Downloaded value-bag v1.9.0 |
833 | 2024-11-18T17:29:12.755Z | Downloaded signal-hook-mio v0.2.4 |
834 | 2024-11-18T17:29:12.757Z | Downloaded num_enum v0.5.11 |
835 | 2024-11-18T17:29:12.762Z | Downloaded num-iter v0.1.45 |
836 | 2024-11-18T17:29:12.764Z | Downloaded mio v1.0.2 |
837 | 2024-11-18T17:29:12.769Z | Downloaded zerocopy v0.6.6 |
838 | 2024-11-18T17:29:12.773Z | Downloaded hash32 v0.3.1 |
839 | 2024-11-18T17:29:12.775Z | Downloaded rustls-pki-types v1.9.0 |
840 | 2024-11-18T17:29:12.777Z | Downloaded getrandom v0.2.15 |
841 | 2024-11-18T17:29:12.781Z | Downloaded tokio-tungstenite v0.23.1 |
842 | 2024-11-18T17:29:12.783Z | Downloaded pkcs1 v0.7.5 |
843 | 2024-11-18T17:29:12.785Z | Downloaded parking_lot v0.12.3 |
844 | 2024-11-18T17:29:12.789Z | Downloaded flate2 v1.0.34 |
845 | 2024-11-18T17:29:12.794Z | Downloaded futures-util v0.3.31 |
846 | 2024-11-18T17:29:12.808Z | Downloaded parking_lot v0.11.2 |
847 | 2024-11-18T17:29:12.810Z | Downloaded bindgen v0.69.5 |
848 | 2024-11-18T17:29:12.818Z | Downloaded nom v7.1.3 |
849 | 2024-11-18T17:29:12.824Z | Downloaded typed-path v0.9.3 |
850 | 2024-11-18T17:29:12.831Z | Downloaded icu_properties_data v1.5.0 |
851 | 2024-11-18T17:29:12.844Z | Downloaded signal-hook v0.3.17 |
852 | 2024-11-18T17:29:12.847Z | Downloaded tracing-core v0.1.32 |
853 | 2024-11-18T17:29:12.850Z | Downloaded num-bigint v0.4.6 |
854 | 2024-11-18T17:29:12.855Z | Downloaded samael v0.0.17 |
855 | 2024-11-18T17:29:12.862Z | Downloaded diesel_derives v2.2.3 |
856 | 2024-11-18T17:29:12.867Z | Downloaded steno v0.4.1 |
857 | 2024-11-18T17:29:12.870Z | Downloaded russh v0.45.0 |
858 | 2024-11-18T17:29:12.876Z | Downloaded portable-atomic v1.9.0 |
859 | 2024-11-18T17:29:12.885Z | Downloaded reedline v0.35.0 |
860 | 2024-11-18T17:29:12.893Z | Downloaded idna v0.5.0 |
861 | 2024-11-18T17:29:12.901Z | Downloaded idna v0.3.0 |
862 | 2024-11-18T17:29:12.908Z | Downloaded unicode-width v0.2.0 |
863 | 2024-11-18T17:29:12.915Z | Downloaded idna v0.2.3 |
864 | 2024-11-18T17:29:12.923Z | Downloaded sqlparser v0.45.0 |
865 | 2024-11-18T17:29:12.929Z | Downloaded p521 v0.13.3 |
866 | 2024-11-18T17:29:12.934Z | Downloaded reqwest v0.12.9 |
867 | 2024-11-18T17:29:12.943Z | Downloaded time v0.3.36 |
868 | 2024-11-18T17:29:12.951Z | Downloaded quick-xml v0.33.0 |
869 | 2024-11-18T17:29:12.958Z | Downloaded num-bigint-dig v0.8.4 |
870 | 2024-11-18T17:29:12.963Z | Downloaded proptest v1.5.0 |
871 | 2024-11-18T17:29:12.974Z | Downloaded vcpkg v0.2.15 |
872 | 2024-11-18T17:29:13.014Z | Downloaded hashbrown v0.13.2 |
873 | 2024-11-18T17:29:13.018Z | Downloaded serde_with v3.11.0 |
874 | 2024-11-18T17:29:13.028Z | Downloaded rusqlite v0.32.1 |
875 | 2024-11-18T17:29:13.035Z | Downloaded openssl v0.10.66 |
876 | 2024-11-18T17:29:13.054Z | Downloaded rustls-webpki v0.101.7 |
877 | 2024-11-18T17:29:13.075Z | Downloaded rustls-webpki v0.102.8 |
878 | 2024-11-18T17:29:13.098Z | Downloaded h2 v0.4.6 |
879 | 2024-11-18T17:29:13.104Z | Downloaded quinn-proto v0.11.8 |
880 | 2024-11-18T17:29:13.110Z | Downloaded smoltcp v0.9.1 |
881 | 2024-11-18T17:29:13.121Z | Downloaded regex v1.11.1 |
882 | 2024-11-18T17:29:13.132Z | Downloaded git2 v0.19.0 |
883 | 2024-11-18T17:29:13.140Z | Downloaded object v0.36.5 |
884 | 2024-11-18T17:29:13.151Z | Downloaded rustls v0.22.4 |
885 | 2024-11-18T17:29:13.164Z | Downloaded radix_trie v0.2.1 |
886 | 2024-11-18T17:29:13.169Z | Downloaded regress v0.10.1 |
887 | 2024-11-18T17:29:13.176Z | Downloaded openapiv3 v2.0.0 |
888 | 2024-11-18T17:29:13.187Z | Downloaded webpki-roots v0.26.6 |
889 | 2024-11-18T17:29:13.190Z | Downloaded regex-syntax v0.8.5 |
890 | 2024-11-18T17:29:13.199Z | Downloaded dropshot v0.13.0 |
891 | 2024-11-18T17:29:13.221Z | Downloaded gimli v0.31.1 |
892 | 2024-11-18T17:29:13.229Z | Downloaded dropshot v0.12.0 |
893 | 2024-11-18T17:29:13.251Z | Downloaded trust-dns-proto v0.22.0 |
894 | 2024-11-18T17:29:13.262Z | Downloaded rustls v0.23.14 |
895 | 2024-11-18T17:29:13.275Z | Downloaded diesel v2.2.4 |
896 | 2024-11-18T17:29:13.295Z | Downloaded nix v0.29.0 |
897 | 2024-11-18T17:29:13.306Z | Downloaded smoltcp v0.11.0 |
898 | 2024-11-18T17:29:13.319Z | Downloaded regress v0.9.1 |
899 | 2024-11-18T17:29:13.329Z | Downloaded ratatui v0.28.1 |
900 | 2024-11-18T17:29:13.349Z | Downloaded chrono-tz v0.10.0 |
901 | 2024-11-18T17:29:13.356Z | Downloaded typify-impl v0.2.0 |
902 | 2024-11-18T17:29:13.370Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
903 | 2024-11-18T17:29:13.382Z | Downloaded regex-syntax v0.6.29 |
904 | 2024-11-18T17:29:13.389Z | Downloaded nix v0.27.1 |
905 | 2024-11-18T17:29:13.399Z | Downloaded sled v0.34.7 |
906 | 2024-11-18T17:29:13.410Z | Downloaded nix v0.28.0 |
907 | 2024-11-18T17:29:13.422Z | Downloaded rustls v0.21.12 |
908 | 2024-11-18T17:29:13.433Z | Downloaded regex-automata v0.4.8 |
909 | 2024-11-18T17:29:13.450Z | Downloaded bstr v1.10.0 |
910 | 2024-11-18T17:29:13.460Z | Downloaded zerocopy-derive v0.6.6 |
911 | 2024-11-18T17:29:13.468Z | Downloaded petname v2.0.2 |
912 | 2024-11-18T17:29:13.474Z | Downloaded p384 v0.13.0 |
913 | 2024-11-18T17:29:13.479Z | Downloaded polar-core v0.27.3 |
914 | 2024-11-18T17:29:13.488Z | Downloaded tokio v1.40.0 |
915 | 2024-11-18T17:29:13.524Z | Downloaded petgraph v0.6.5 |
916 | 2024-11-18T17:29:13.541Z | Downloaded lzma-sys v0.1.20 |
917 | 2024-11-18T17:29:13.569Z | Downloaded sha3 v0.10.8 |
918 | 2024-11-18T17:29:13.574Z | Downloaded csv v1.3.0 |
919 | 2024-11-18T17:29:13.594Z | Downloaded object v0.30.4 |
920 | 2024-11-18T17:29:13.603Z | Downloaded winnow v0.5.40 |
921 | 2024-11-18T17:29:13.612Z | Downloaded libz-sys v1.1.20 |
922 | 2024-11-18T17:29:13.634Z | Downloaded curve25519-dalek v4.1.3 |
923 | 2024-11-18T17:29:13.643Z | Downloaded idna v0.4.0 |
924 | 2024-11-18T17:29:13.649Z | Downloaded lalrpop v0.19.12 |
925 | 2024-11-18T17:29:13.663Z | Downloaded quinn v0.11.5 |
926 | 2024-11-18T17:29:13.665Z | Downloaded schemars v0.8.21 |
927 | 2024-11-18T17:29:13.678Z | Downloaded rayon v1.10.0 |
928 | 2024-11-18T17:29:13.686Z | Downloaded half v2.4.1 |
929 | 2024-11-18T17:29:13.688Z | Downloaded hashbrown v0.12.3 |
930 | 2024-11-18T17:29:13.692Z | Downloaded bitvec v1.0.1 |
931 | 2024-11-18T17:29:13.709Z | Downloaded ed25519-dalek v2.1.1 |
932 | 2024-11-18T17:29:13.712Z | Downloaded chrono v0.4.38 |
933 | 2024-11-18T17:29:13.720Z | Downloaded tough v0.19.0 |
934 | 2024-11-18T17:29:13.728Z | Downloaded tokio-util v0.7.12 |
935 | 2024-11-18T17:29:13.735Z | Downloaded dropshot_endpoint v0.13.0 |
936 | 2024-11-18T17:29:13.738Z | Downloaded fs_extra v1.3.0 |
937 | 2024-11-18T17:29:13.741Z | Downloaded spin v0.9.8 |
938 | 2024-11-18T17:29:13.744Z | Downloaded salty v0.3.0 |
939 | 2024-11-18T17:29:13.751Z | Downloaded hash32 v0.2.1 |
940 | 2024-11-18T17:29:13.754Z | Downloaded packed_struct_codegen v0.10.1 |
941 | 2024-11-18T17:29:13.757Z | Downloaded poly1305 v0.8.0 |
942 | 2024-11-18T17:29:13.759Z | Downloaded unicode-normalization v0.1.24 |
943 | 2024-11-18T17:29:13.763Z | Downloaded hashbrown v0.14.5 |
944 | 2024-11-18T17:29:13.768Z | Downloaded scrypt v0.11.0 |
945 | 2024-11-18T17:29:13.771Z | Downloaded schemars_derive v0.8.21 |
946 | 2024-11-18T17:29:13.771Z | Downloaded zerofrom-derive v0.1.4 |
947 | 2024-11-18T17:29:13.773Z | Downloaded thread_local v1.1.8 |
948 | 2024-11-18T17:29:13.773Z | Downloaded thiserror-no-std v2.0.2 |
949 | 2024-11-18T17:29:13.776Z | Downloaded walkdir v2.5.0 |
950 | 2024-11-18T17:29:13.778Z | Downloaded expectorate v1.1.0 |
951 | 2024-11-18T17:29:13.781Z | Downloaded blake3 v1.5.4 |
952 | 2024-11-18T17:29:13.789Z | Downloaded progenitor v0.8.0 |
953 | 2024-11-18T17:29:13.792Z | Downloaded phf_generator v0.11.2 |
954 | 2024-11-18T17:29:13.795Z | Downloaded strum_macros v0.26.4 |
955 | 2024-11-18T17:29:13.795Z | Downloaded strum_macros v0.24.3 |
956 | 2024-11-18T17:29:13.798Z | Downloaded yoke-derive v0.7.4 |
957 | 2024-11-18T17:29:13.798Z | Downloaded encoding_rs v0.8.34 |
958 | 2024-11-18T17:29:13.821Z | Downloaded similar v2.6.0 |
959 | 2024-11-18T17:29:13.825Z | Downloaded zip v2.1.3 |
960 | 2024-11-18T17:29:13.830Z | Downloaded rustyline v14.0.0 |
961 | 2024-11-18T17:29:13.837Z | Downloaded parse-zoneinfo v0.3.1 |
962 | 2024-11-18T17:29:13.839Z | Downloaded diesel_table_macro_syntax v0.2.0 |
963 | 2024-11-18T17:29:13.840Z | Downloaded radium v0.7.0 |
964 | 2024-11-18T17:29:13.843Z | Downloaded r2d2 v0.8.10 |
965 | 2024-11-18T17:29:13.843Z | Downloaded group v0.13.0 |
966 | 2024-11-18T17:29:13.846Z | Downloaded mockall v0.13.0 |
967 | 2024-11-18T17:29:13.846Z | Downloaded ron v0.8.1 |
968 | 2024-11-18T17:29:13.852Z | Downloaded unicode-segmentation v1.12.0 |
969 | 2024-11-18T17:29:13.855Z | Downloaded multimap v0.10.0 |
970 | 2024-11-18T17:29:13.857Z | Downloaded rcgen v0.12.1 |
971 | 2024-11-18T17:29:13.860Z | Downloaded tokio-rustls v0.26.0 |
972 | 2024-11-18T17:29:13.860Z | Downloaded tokio-rustls v0.25.0 |
973 | 2024-11-18T17:29:13.863Z | Downloaded float-ord v0.3.2 |
974 | 2024-11-18T17:29:13.866Z | Downloaded wyz v0.5.1 |
975 | 2024-11-18T17:29:13.866Z | Downloaded twox-hash v1.6.3 |
976 | 2024-11-18T17:29:13.866Z | Downloaded hickory-proto v0.24.1 |
977 | 2024-11-18T17:29:13.882Z | Downloaded want v0.3.1 |
978 | 2024-11-18T17:29:13.885Z | Downloaded vergen v8.3.2 |
979 | 2024-11-18T17:29:13.890Z | Downloaded vsss-rs v3.3.4 |
980 | 2024-11-18T17:29:13.893Z | Downloaded mirai-annotations v1.12.0 |
981 | 2024-11-18T17:29:13.893Z | Downloaded ron v0.7.1 |
982 | 2024-11-18T17:29:13.895Z | Downloaded writeable v0.5.5 |
983 | 2024-11-18T17:29:13.898Z | Downloaded slab v0.4.9 |
984 | 2024-11-18T17:29:13.898Z | Downloaded difflib v0.4.0 |
985 | 2024-11-18T17:29:13.900Z | Downloaded diff v0.1.13 |
986 | 2024-11-18T17:29:13.903Z | Downloaded dirs-next v2.0.0 |
987 | 2024-11-18T17:29:13.903Z | Downloaded serde_yaml v0.9.34+deprecated |
988 | 2024-11-18T17:29:13.906Z | Downloaded rustc_version v0.4.1 |
989 | 2024-11-18T17:29:13.909Z | Downloaded progenitor-macro v0.8.0 |
990 | 2024-11-18T17:29:13.909Z | Downloaded darling_core v0.20.10 |
991 | 2024-11-18T17:29:13.913Z | Downloaded elliptic-curve v0.13.8 |
992 | 2024-11-18T17:29:13.917Z | Downloaded zopfli v0.8.1 |
993 | 2024-11-18T17:29:13.920Z | Downloaded xz2 v0.1.7 |
994 | 2024-11-18T17:29:13.922Z | Downloaded multer v3.1.0 |
995 | 2024-11-18T17:29:13.925Z | Downloaded native-tls v0.2.12 |
996 | 2024-11-18T17:29:13.928Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
997 | 2024-11-18T17:29:13.988Z | Downloaded signal-hook-tokio v0.3.1 |
998 | 2024-11-18T17:29:13.992Z | Downloaded subprocess v0.2.9 |
999 | 2024-11-18T17:29:13.995Z | Downloaded simd-adler32 v0.3.7 |
1000 | 2024-11-18T17:29:13.995Z | Downloaded signature v2.2.0 |
1001 | 2024-11-18T17:29:13.998Z | Downloaded rtoolbox v0.0.2 |
1002 | 2024-11-18T17:29:13.998Z | Downloaded rand_chacha v0.3.1 |
1003 | 2024-11-18T17:29:14.001Z | Downloaded fallible-streaming-iterator v0.1.9 |
1004 | 2024-11-18T17:29:14.001Z | Downloaded russh-keys v0.45.0 |
1005 | 2024-11-18T17:29:14.004Z | Downloaded rayon-core v1.12.1 |
1006 | 2024-11-18T17:29:14.007Z | Downloaded crossterm v0.28.1 |
1007 | 2024-11-18T17:29:14.014Z | Downloaded idna v1.0.3 |
1008 | 2024-11-18T17:29:14.017Z | Downloaded spki v0.7.3 |
1009 | 2024-11-18T17:29:14.020Z | Downloaded rsa v0.9.6 |
1010 | 2024-11-18T17:29:14.024Z | Downloaded uuid v1.11.0 |
1011 | 2024-11-18T17:29:14.027Z | Downloaded unicode-bidi v0.3.17 |
1012 | 2024-11-18T17:29:14.034Z | Downloaded num-traits v0.2.19 |
1013 | 2024-11-18T17:29:14.034Z | Downloaded mockall_derive v0.13.0 |
1014 | 2024-11-18T17:29:14.037Z | Downloaded whoami v1.5.2 |
1015 | 2024-11-18T17:29:14.040Z | Downloaded libxml v0.3.3 |
1016 | 2024-11-18T17:29:14.044Z | Downloaded publicsuffix v2.2.3 |
1017 | 2024-11-18T17:29:14.048Z | Downloaded typify-macro v0.2.0 |
1018 | 2024-11-18T17:29:14.051Z | Downloaded tungstenite v0.23.0 |
1019 | 2024-11-18T17:29:14.054Z | Downloaded rand v0.8.5 |
1020 | 2024-11-18T17:29:14.056Z | Downloaded minimal-lexical v0.2.1 |
1021 | 2024-11-18T17:29:14.060Z | Downloaded structmeta-derive v0.3.0 |
1022 | 2024-11-18T17:29:14.064Z | Downloaded structmeta-derive v0.2.0 |
1023 | 2024-11-18T17:29:14.064Z | Downloaded libm v0.2.8 |
1024 | 2024-11-18T17:29:14.071Z | Downloaded itertools v0.10.5 |
1025 | 2024-11-18T17:29:14.080Z | Downloaded postcard v1.0.10 |
1026 | 2024-11-18T17:29:14.083Z | Downloaded parking_lot_core v0.8.6 |
1027 | 2024-11-18T17:29:14.085Z | Downloaded nodrop v0.1.14 |
1028 | 2024-11-18T17:29:14.085Z | Downloaded dropshot_endpoint v0.12.0 |
1029 | 2024-11-18T17:29:14.088Z | Downloaded headers v0.4.0 |
1030 | 2024-11-18T17:29:14.093Z | Downloaded peg v0.8.4 |
1031 | 2024-11-18T17:29:14.097Z | Downloaded uzers v0.12.1 |
1032 | 2024-11-18T17:29:14.100Z | Downloaded toml v0.7.8 |
1033 | 2024-11-18T17:29:14.103Z | Downloaded termcolor v1.4.1 |
1034 | 2024-11-18T17:29:14.106Z | Downloaded slog v2.7.0 |
1035 | 2024-11-18T17:29:14.109Z | Downloaded term v0.7.0 |
1036 | 2024-11-18T17:29:14.113Z | Downloaded serde_derive_internals v0.29.1 |
1037 | 2024-11-18T17:29:14.115Z | Downloaded crossbeam-channel v0.5.13 |
1038 | 2024-11-18T17:29:14.117Z | Downloaded defmt-macros v0.3.9 |
1039 | 2024-11-18T17:29:14.119Z | Downloaded ref-cast-impl v1.0.23 |
1040 | 2024-11-18T17:29:14.119Z | Downloaded futures-sink v0.3.31 |
1041 | 2024-11-18T17:29:14.123Z | Downloaded nibble_vec v0.1.0 |
1042 | 2024-11-18T17:29:14.123Z | Downloaded globset v0.4.15 |
1043 | 2024-11-18T17:29:14.128Z | Downloaded env_filter v0.1.2 |
1044 | 2024-11-18T17:29:14.128Z | Downloaded termios v0.3.3 |
1045 | 2024-11-18T17:29:14.133Z | Downloaded const_format v0.2.33 |
1046 | 2024-11-18T17:29:14.136Z | Downloaded progenitor-impl v0.8.0 |
1047 | 2024-11-18T17:29:14.137Z | Downloaded slog-json v2.6.1 |
1048 | 2024-11-18T17:29:14.137Z | Downloaded backtrace v0.3.74 |
1049 | 2024-11-18T17:29:14.144Z | Downloaded debug-ignore v1.0.5 |
1050 | 2024-11-18T17:29:14.147Z | Downloaded data-encoding v2.6.0 |
1051 | 2024-11-18T17:29:14.147Z | Downloaded serde_path_to_error v0.1.16 |
1052 | 2024-11-18T17:29:14.147Z | Downloaded pkcs8 v0.10.2 |
1053 | 2024-11-18T17:29:14.152Z | Downloaded pbkdf2 v0.11.0 |
1054 | 2024-11-18T17:29:14.154Z | Downloaded password-hash v0.4.2 |
1055 | 2024-11-18T17:29:14.155Z | Downloaded prettyplease v0.2.25 |
1056 | 2024-11-18T17:29:14.157Z | Downloaded pbkdf2 v0.12.2 |
1057 | 2024-11-18T17:29:14.157Z | Downloaded hyper v1.5.0 |
1058 | 2024-11-18T17:29:14.163Z | Downloaded string_cache v0.8.7 |
1059 | 2024-11-18T17:29:14.167Z | Downloaded slog-async v2.8.0 |
1060 | 2024-11-18T17:29:14.170Z | Downloaded serde-hex v0.1.0 |
1061 | 2024-11-18T17:29:14.170Z | Downloaded num_enum_derive v0.5.11 |
1062 | 2024-11-18T17:29:14.170Z | Downloaded glob v0.3.1 |
1063 | 2024-11-18T17:29:14.173Z | Downloaded cookie v0.18.1 |
1064 | 2024-11-18T17:29:14.178Z | Downloaded base64 v0.21.7 |
1065 | 2024-11-18T17:29:14.182Z | Downloaded foreign-types v0.5.0 |
1066 | 2024-11-18T17:29:14.182Z | Downloaded ecdsa v0.16.9 |
1067 | 2024-11-18T17:29:14.182Z | Downloaded chacha20poly1305 v0.10.1 |
1068 | 2024-11-18T17:29:14.185Z | Downloaded zeroize_derive v1.4.2 |
1069 | 2024-11-18T17:29:14.185Z | Downloaded smallvec v1.13.2 |
1070 | 2024-11-18T17:29:14.192Z | Downloaded hkdf v0.12.4 |
1071 | 2024-11-18T17:29:14.192Z | Downloaded rand_xorshift v0.3.0 |
1072 | 2024-11-18T17:29:14.192Z | Downloaded quick-error v1.2.3 |
1073 | 2024-11-18T17:29:14.192Z | Downloaded utf-8 v0.7.6 |
1074 | 2024-11-18T17:29:14.196Z | Downloaded untrusted v0.7.1 |
1075 | 2024-11-18T17:29:14.196Z | Downloaded aes v0.8.4 |
1076 | 2024-11-18T17:29:14.198Z | Downloaded foreign-types-shared v0.1.1 |
1077 | 2024-11-18T17:29:14.198Z | Downloaded filetime v0.2.25 |
1078 | 2024-11-18T17:29:14.201Z | Downloaded ff v0.13.0 |
1079 | 2024-11-18T17:29:14.201Z | Downloaded fd-lock v4.0.2 |
1080 | 2024-11-18T17:29:14.204Z | Downloaded crossbeam-epoch v0.9.18 |
1081 | 2024-11-18T17:29:14.206Z | Downloaded crc-any v2.5.0 |
1082 | 2024-11-18T17:29:14.210Z | Downloaded const-oid v0.9.6 |
1083 | 2024-11-18T17:29:14.210Z | Downloaded rustc-hash v2.0.0 |
1084 | 2024-11-18T17:29:14.213Z | Downloaded bytes v1.8.0 |
1085 | 2024-11-18T17:29:14.215Z | Downloaded base64 v0.13.1 |
1086 | 2024-11-18T17:29:14.220Z | Downloaded cookie_store v0.21.0 |
1087 | 2024-11-18T17:29:14.225Z | Downloaded console v0.15.8 |
1088 | 2024-11-18T17:29:14.225Z | Downloaded lock_api v0.4.12 |
1089 | 2024-11-18T17:29:14.227Z | Downloaded secrecy v0.8.0 |
1090 | 2024-11-18T17:29:14.227Z | Downloaded scopeguard v1.2.0 |
1091 | 2024-11-18T17:29:14.227Z | Downloaded mime_guess v2.0.5 |
1092 | 2024-11-18T17:29:14.230Z | Downloaded cancel-safe-futures v0.1.5 |
1093 | 2024-11-18T17:29:14.234Z | Downloaded blake2 v0.10.6 |
1094 | 2024-11-18T17:29:14.236Z | Downloaded icu_normalizer v1.5.0 |
1095 | 2024-11-18T17:29:14.239Z | Downloaded libefi-sys v0.1.0 |
1096 | 2024-11-18T17:29:14.239Z | Downloaded ipnet v2.10.1 |
1097 | 2024-11-18T17:29:14.241Z | Downloaded managed v0.8.0 |
1098 | 2024-11-18T17:29:14.241Z | Downloaded keccak v0.1.5 |
1099 | 2024-11-18T17:29:14.241Z | Downloaded const_format_proc_macros v0.2.33 |
1100 | 2024-11-18T17:29:14.244Z | Downloaded cmake v0.1.51 |
1101 | 2024-11-18T17:29:14.246Z | Downloaded linear-map v1.2.0 |
1102 | 2024-11-18T17:29:14.246Z | Downloaded chrono-tz-build v0.4.0 |
1103 | 2024-11-18T17:29:14.249Z | Downloaded buf-list v1.0.3 |
1104 | 2024-11-18T17:29:14.249Z | Downloaded crc v3.2.1 |
1105 | 2024-11-18T17:29:14.251Z | Downloaded memoffset v0.9.1 |
1106 | 2024-11-18T17:29:14.256Z | Downloaded lockfree-object-pool v0.1.6 |
1107 | 2024-11-18T17:29:14.256Z | Downloaded linked-hash-map v0.5.6 |
1108 | 2024-11-18T17:29:14.258Z | Downloaded impl-trait-for-tuples v0.2.2 |
1109 | 2024-11-18T17:29:14.258Z | Downloaded idna_adapter v1.2.0 |
1110 | 2024-11-18T17:29:14.260Z | Downloaded convert_case v0.4.0 |
1111 | 2024-11-18T17:29:14.263Z | Downloaded cipher v0.4.4 |
1112 | 2024-11-18T17:29:14.263Z | Downloaded ciborium-ll v0.2.2 |
1113 | 2024-11-18T17:29:14.266Z | Downloaded bzip2 v0.4.4 |
1114 | 2024-11-18T17:29:14.266Z | Downloaded bitfield-struct v0.6.2 |
1115 | 2024-11-18T17:29:14.268Z | Downloaded bcrypt-pbkdf v0.10.0 |
1116 | 2024-11-18T17:29:14.268Z | Downloaded castaway v0.2.3 |
1117 | 2024-11-18T17:29:14.271Z | Downloaded base64ct v1.6.0 |
1118 | 2024-11-18T17:29:14.272Z | Downloaded cbc v0.1.2 |
1119 | 2024-11-18T17:29:14.276Z | Downloaded ahash v0.8.11 |
1120 | 2024-11-18T17:29:14.276Z | Downloaded bcs v0.1.6 |
1121 | 2024-11-18T17:29:14.279Z | Downloaded arc-swap v1.7.1 |
1122 | 2024-11-18T17:29:14.281Z | Downloaded inout v0.1.3 |
1123 | 2024-11-18T17:29:14.281Z | Downloaded array-init v0.0.4 |
1124 | 2024-11-18T17:29:14.281Z | Downloaded hyper-util v0.1.10 |
1125 | 2024-11-18T17:29:14.287Z | Downloaded hostname v0.4.0 |
1126 | 2024-11-18T17:29:14.289Z | Downloaded crunchy v0.2.2 |
1127 | 2024-11-18T17:29:14.290Z | Downloaded hyper-staticfile v0.10.1 |
1128 | 2024-11-18T17:29:14.290Z | Downloaded httparse v1.9.5 |
1129 | 2024-11-18T17:29:14.293Z | Downloaded hmac v0.12.1 |
1130 | 2024-11-18T17:29:14.293Z | Downloaded hickory-client v0.24.1 |
1131 | 2024-11-18T17:29:14.296Z | Downloaded ciborium-io v0.2.2 |
1132 | 2024-11-18T17:29:14.298Z | Downloaded cfg_aliases v0.1.1 |
1133 | 2024-11-18T17:29:14.299Z | Downloaded block-padding v0.3.3 |
1134 | 2024-11-18T17:29:14.299Z | Downloaded bitflags v1.3.2 |
1135 | 2024-11-18T17:29:14.302Z | Downloaded ring v0.17.8 |
1136 | 2024-11-18T17:29:14.368Z | Downloaded bit-vec v0.6.3 |
1137 | 2024-11-18T17:29:14.370Z | Downloaded adler2 v2.0.0 |
1138 | 2024-11-18T17:29:14.370Z | Downloaded hyper-rustls v0.27.3 |
1139 | 2024-11-18T17:29:14.373Z | Downloaded http v1.1.0 |
1140 | 2024-11-18T17:29:14.379Z | Downloaded cfg_aliases v0.2.1 |
1141 | 2024-11-18T17:29:14.381Z | Downloaded bit-set v0.5.3 |
1142 | 2024-11-18T17:29:14.381Z | Downloaded atomic-waker v1.1.2 |
1143 | 2024-11-18T17:29:14.381Z | Downloaded backoff v0.4.0 |
1144 | 2024-11-18T17:29:14.381Z | Downloaded async-trait v0.1.83 |
1145 | 2024-11-18T17:29:14.385Z | Downloaded async-bb8-diesel v0.2.1 |
1146 | 2024-11-18T17:29:14.387Z | Downloaded argon2 v0.5.3 |
1147 | 2024-11-18T17:29:14.392Z | Downloaded hostname v0.3.1 |
1148 | 2024-11-18T17:29:14.392Z | Downloaded atomicwrites v0.4.4 |
1149 | 2024-11-18T17:29:14.392Z | Downloaded assert_matches v1.5.0 |
1150 | 2024-11-18T17:29:14.547Z | Downloaded ring v0.16.20 |
1151 | 2024-11-18T17:29:14.626Z | Downloaded libsqlite3-sys v0.30.1 |
1152 | 2024-11-18T17:29:14.732Z | Downloaded aws-lc-sys v0.22.0 |
1153 | 2024-11-18T17:29:15.042Z | Compiling serde v1.0.215 |
1154 | 2024-11-18T17:29:15.044Z | Compiling lock_api v0.4.12 |
1155 | 2024-11-18T17:29:15.044Z | Compiling scopeguard v1.2.0 |
1156 | 2024-11-18T17:29:15.044Z | Compiling value-bag v1.9.0 |
1157 | 2024-11-18T17:29:15.044Z | Compiling typenum v1.17.0 |
1158 | 2024-11-18T17:29:15.044Z | Compiling generic-array v0.14.7 |
1159 | 2024-11-18T17:29:15.214Z | Compiling syn v2.0.87 |
1160 | 2024-11-18T17:29:15.226Z | Compiling getrandom v0.2.15 |
1161 | 2024-11-18T17:29:15.319Z | Compiling subtle v2.6.1 |
1162 | 2024-11-18T17:29:15.544Z | Compiling rand_core v0.6.4 |
1163 | 2024-11-18T17:29:15.709Z | Compiling log v0.4.22 |
1164 | 2024-11-18T17:29:15.742Z | Compiling shlex v1.3.0 |
1165 | 2024-11-18T17:29:15.762Z | Compiling jobserver v0.1.32 |
1166 | 2024-11-18T17:29:15.840Z | Compiling const-oid v0.9.6 |
1167 | 2024-11-18T17:29:16.054Z | Compiling smallvec v1.13.2 |
1168 | 2024-11-18T17:29:16.104Z | Compiling cc v1.1.30 |
1169 | 2024-11-18T17:29:16.146Z | Compiling spin v0.9.8 |
1170 | 2024-11-18T17:29:16.463Z | Compiling pin-project-lite v0.2.14 |
1171 | 2024-11-18T17:29:16.529Z | Compiling rustix v0.38.37 |
1172 | 2024-11-18T17:29:16.580Z | Compiling parking_lot_core v0.9.10 |
1173 | 2024-11-18T17:29:16.600Z | Compiling futures-core v0.3.31 |
1174 | 2024-11-18T17:29:16.622Z | Compiling signal-hook-registry v1.4.2 |
1175 | 2024-11-18T17:29:16.864Z | Compiling mio v1.0.2 |
1176 | 2024-11-18T17:29:17.409Z | Compiling parking_lot v0.12.3 |
1177 | 2024-11-18T17:29:17.428Z | Compiling aho-corasick v1.1.3 |
1178 | 2024-11-18T17:29:17.667Z | Compiling cpufeatures v0.2.14 |
1179 | 2024-11-18T17:29:17.766Z | Compiling either v1.13.0 |
1180 | 2024-11-18T17:29:17.792Z | Compiling regex-syntax v0.8.5 |
1181 | 2024-11-18T17:29:17.811Z | Compiling lazy_static v1.5.0 |
1182 | 2024-11-18T17:29:17.925Z | Compiling futures-sink v0.3.31 |
1183 | 2024-11-18T17:29:18.030Z | Compiling stable_deref_trait v1.2.0 |
1184 | 2024-11-18T17:29:18.208Z | Compiling glob v0.3.1 |
1185 | 2024-11-18T17:29:18.228Z | Compiling socket2 v0.5.7 |
1186 | 2024-11-18T17:29:18.271Z | Compiling slab v0.4.9 |
1187 | 2024-11-18T17:29:18.483Z | Compiling prettyplease v0.2.25 |
1188 | 2024-11-18T17:29:18.726Z | Compiling minimal-lexical v0.2.1 |
1189 | 2024-11-18T17:29:19.137Z | Compiling nom v7.1.3 |
1190 | 2024-11-18T17:29:19.251Z | Compiling libloading v0.8.5 |
1191 | 2024-11-18T17:29:19.273Z | Compiling clang-sys v1.8.1 |
1192 | 2024-11-18T17:29:19.273Z | Compiling bindgen v0.69.5 |
1193 | 2024-11-18T17:29:19.709Z | Compiling serde_json v1.0.132 |
1194 | 2024-11-18T17:29:20.033Z | Compiling home v0.5.9 |
1195 | 2024-11-18T17:29:20.223Z | Compiling itertools v0.12.1 |
1196 | 2024-11-18T17:29:20.316Z | Compiling futures-channel v0.3.31 |
1197 | 2024-11-18T17:29:20.667Z | Compiling pin-utils v0.1.0 |
1198 | 2024-11-18T17:29:20.773Z | Compiling lazycell v1.3.0 |
1199 | 2024-11-18T17:29:20.793Z | Compiling futures-io v0.3.31 |
1200 | 2024-11-18T17:29:20.937Z | Compiling foldhash v0.1.3 |
1201 | 2024-11-18T17:29:21.137Z | Compiling futures-task v0.3.31 |
1202 | 2024-11-18T17:29:21.248Z | Compiling allocator-api2 v0.2.18 |
1203 | 2024-11-18T17:29:21.426Z | Compiling rustc-hash v1.1.0 |
1204 | 2024-11-18T17:29:21.581Z | Compiling regex-automata v0.4.8 |
1205 | 2024-11-18T17:29:22.095Z | Compiling hashbrown v0.15.0 |
1206 | 2024-11-18T17:29:22.965Z | Compiling cexpr v0.6.0 |
1207 | 2024-11-18T17:29:23.313Z | Compiling synstructure v0.13.1 |
1208 | 2024-11-18T17:29:23.463Z | Compiling cmake v0.1.51 |
1209 | 2024-11-18T17:29:24.472Z | Compiling tinyvec_macros v0.1.1 |
1210 | 2024-11-18T17:29:24.567Z | Compiling dunce v1.0.5 |
1211 | 2024-11-18T17:29:24.701Z | Compiling fs_extra v1.3.0 |
1212 | 2024-11-18T17:29:24.815Z | Compiling libm v0.2.8 |
1213 | 2024-11-18T17:29:24.864Z | Compiling pkg-config v0.3.31 |
1214 | 2024-11-18T17:29:24.984Z | Compiling tinyvec v1.8.0 |
1215 | 2024-11-18T17:29:25.165Z | Compiling num-traits v0.2.19 |
1216 | 2024-11-18T17:29:25.660Z | Compiling ring v0.17.8 |
1217 | 2024-11-18T17:29:26.399Z | Compiling unicode-bidi v0.3.17 |
1218 | 2024-11-18T17:29:26.551Z | Compiling unicode-normalization v0.1.24 |
1219 | 2024-11-18T17:29:26.599Z | Compiling paste v1.0.15 |
1220 | 2024-11-18T17:29:26.686Z | Compiling base64ct v1.6.0 |
1221 | 2024-11-18T17:29:26.785Z | Compiling writeable v0.5.5 |
1222 | 2024-11-18T17:29:27.108Z | Compiling regex v1.11.1 |
1223 | 2024-11-18T17:29:27.287Z | Compiling litemap v0.7.3 |
1224 | 2024-11-18T17:29:27.370Z | Compiling pem-rfc7468 v0.7.0 |
1225 | 2024-11-18T17:29:27.770Z | Compiling aws-lc-rs v1.10.0 |
1226 | 2024-11-18T17:29:28.109Z | Compiling flagset v0.4.6 |
1227 | 2024-11-18T17:29:28.212Z | Compiling httparse v1.9.5 |
1228 | 2024-11-18T17:29:28.330Z | Compiling tracing-core v0.1.32 |
1229 | 2024-11-18T17:29:29.138Z | Compiling rustls-pki-types v1.9.0 |
1230 | 2024-11-18T17:29:29.371Z | Compiling icu_locid_transform_data v1.5.0 |
1231 | 2024-11-18T17:29:29.483Z | Compiling percent-encoding v2.3.1 |
1232 | 2024-11-18T17:29:29.687Z | Compiling crossbeam-utils v0.8.20 |
1233 | 2024-11-18T17:29:29.828Z | Compiling untrusted v0.7.1 |
1234 | 2024-11-18T17:29:30.005Z | Compiling vcpkg v0.2.15 |
1235 | 2024-11-18T17:29:30.124Z | Compiling powerfmt v0.2.0 |
1236 | 2024-11-18T17:29:30.167Z | Compiling serde_derive v1.0.215 |
1237 | 2024-11-18T17:29:30.228Z | Compiling zeroize_derive v1.4.2 |
1238 | 2024-11-18T17:29:30.474Z | Compiling zerocopy-derive v0.7.35 |
1239 | 2024-11-18T17:29:30.502Z | Compiling tokio-macros v2.4.0 |
1240 | 2024-11-18T17:29:31.839Z | Compiling zeroize v1.8.1 |
1241 | 2024-11-18T17:29:32.093Z | Compiling zerofrom-derive v0.1.4 |
1242 | 2024-11-18T17:29:32.210Z | Compiling yoke-derive v0.7.4 |
1243 | 2024-11-18T17:29:32.317Z | Compiling thiserror-impl v1.0.69 |
1244 | 2024-11-18T17:29:32.764Z | Compiling zerocopy v0.7.35 |
1245 | 2024-11-18T17:29:32.980Z | Compiling futures-macro v0.3.31 |
1246 | 2024-11-18T17:29:33.502Z | Compiling crypto-common v0.1.6 |
1247 | 2024-11-18T17:29:33.746Z | Compiling block-buffer v0.10.4 |
1248 | 2024-11-18T17:29:34.015Z | Compiling digest v0.10.7 |
1249 | 2024-11-18T17:29:34.423Z | Compiling zerovec-derive v0.10.3 |
1250 | 2024-11-18T17:29:34.471Z | Compiling hmac v0.12.1 |
1251 | 2024-11-18T17:29:34.529Z | Compiling block-padding v0.3.3 |
1252 | 2024-11-18T17:29:34.722Z | Compiling displaydoc v0.2.5 |
1253 | 2024-11-18T17:29:34.788Z | Compiling inout v0.1.3 |
1254 | 2024-11-18T17:29:35.070Z | Compiling futures-util v0.3.31 |
1255 | 2024-11-18T17:29:35.088Z | Compiling cipher v0.4.4 |
1256 | 2024-11-18T17:29:35.289Z | Compiling sha2 v0.10.8 |
1257 | 2024-11-18T17:29:35.629Z | Compiling ppv-lite86 v0.2.20 |
1258 | 2024-11-18T17:29:35.815Z | Compiling thiserror v1.0.69 |
1259 | 2024-11-18T17:29:35.960Z | Compiling der_derive v0.7.3 |
1260 | 2024-11-18T17:29:36.399Z | Compiling zerofrom v0.1.4 |
1261 | 2024-11-18T17:29:36.483Z | Compiling icu_provider_macros v1.5.0 |
1262 | 2024-11-18T17:29:36.498Z | Compiling rand_chacha v0.3.1 |
1263 | 2024-11-18T17:29:36.607Z | Compiling yoke v0.7.4 |
1264 | 2024-11-18T17:29:36.989Z | Compiling tracing-attributes v0.1.27 |
1265 | 2024-11-18T17:29:37.104Z | Compiling zerovec v0.10.4 |
1266 | 2024-11-18T17:29:37.730Z | Compiling rand v0.8.5 |
1267 | 2024-11-18T17:29:38.572Z | Compiling der v0.7.9 |
1268 | 2024-11-18T17:29:38.899Z | Compiling pest v2.7.14 |
1269 | 2024-11-18T17:29:38.978Z | Compiling salsa20 v0.10.2 |
1270 | 2024-11-18T17:29:39.213Z | Compiling tinystr v0.7.6 |
1271 | 2024-11-18T17:29:39.461Z | Compiling icu_collections v1.5.0 |
1272 | 2024-11-18T17:29:39.693Z | Compiling icu_locid v1.5.0 |
1273 | 2024-11-18T17:29:39.930Z | Compiling pbkdf2 v0.12.2 |
1274 | 2024-11-18T17:29:40.139Z | Compiling icu_properties_data v1.5.0 |
1275 | 2024-11-18T17:29:40.396Z | Compiling num-conv v0.1.0 |
1276 | 2024-11-18T17:29:40.707Z | Compiling spki v0.7.3 |
1277 | 2024-11-18T17:29:40.875Z | Compiling tracing v0.1.40 |
1278 | 2024-11-18T17:29:40.957Z | Compiling icu_provider v1.5.0 |
1279 | 2024-11-18T17:29:41.107Z | Compiling untrusted v0.9.0 |
1280 | 2024-11-18T17:29:41.297Z | Compiling time-core v0.1.2 |
1281 | 2024-11-18T17:29:41.348Z | Compiling mirai-annotations v1.12.0 |
1282 | 2024-11-18T17:29:41.463Z | Compiling time-macros v0.2.18 |
1283 | 2024-11-18T17:29:41.539Z | Compiling pest_meta v2.7.14 |
1284 | 2024-11-18T17:29:41.831Z | Compiling icu_locid_transform v1.5.0 |
1285 | 2024-11-18T17:29:42.025Z | Compiling scrypt v0.11.0 |
1286 | 2024-11-18T17:29:42.146Z | Compiling aes v0.8.4 |
1287 | 2024-11-18T17:29:42.610Z | Compiling cbc v0.1.2 |
1288 | 2024-11-18T17:29:42.855Z | Compiling openssl-sys v0.9.103 |
1289 | 2024-11-18T17:29:43.270Z | Compiling icu_properties v1.5.1 |
1290 | 2024-11-18T17:29:44.009Z | Compiling deranged v0.3.11 |
1291 | 2024-11-18T17:29:44.569Z | Compiling bitflags v2.6.0 |
1292 | 2024-11-18T17:29:44.718Z | Compiling bytes v1.8.0 |
1293 | 2024-11-18T17:29:45.031Z | Compiling indexmap v2.6.0 |
1294 | 2024-11-18T17:29:45.130Z | Compiling semver v1.0.23 |
1295 | 2024-11-18T17:29:45.871Z | Compiling tokio v1.40.0 |
1296 | 2024-11-18T17:29:45.965Z | Compiling http v1.1.0 |
1297 | 2024-11-18T17:29:46.063Z | Compiling rustc_version v0.4.1 |
1298 | 2024-11-18T17:29:46.548Z | Compiling scroll_derive v0.12.0 |
1299 | 2024-11-18T17:29:46.795Z | Compiling utf16_iter v1.0.5 |
1300 | 2024-11-18T17:29:46.845Z | Compiling num_threads v0.1.7 |
1301 | 2024-11-18T17:29:46.981Z | Compiling icu_normalizer_data v1.5.0 |
1302 | 2024-11-18T17:29:46.984Z | Compiling utf8_iter v1.0.4 |
1303 | 2024-11-18T17:29:47.094Z | Compiling write16 v1.0.0 |
1304 | 2024-11-18T17:29:47.231Z | Compiling atomic-waker v1.1.2 |
1305 | 2024-11-18T17:29:47.250Z | Compiling icu_normalizer v1.5.0 |
1306 | 2024-11-18T17:29:47.421Z | Compiling time v0.3.36 |
1307 | 2024-11-18T17:29:47.992Z | Compiling http-body v1.0.1 |
1308 | 2024-11-18T17:29:48.146Z | Compiling scroll v0.12.0 |
1309 | 2024-11-18T17:29:48.252Z | Compiling pkcs5 v0.7.1 |
1310 | 2024-11-18T17:29:48.340Z | Compiling pest_generator v2.7.14 |
1311 | 2024-11-18T17:29:48.537Z | Compiling form_urlencoded v1.2.1 |
1312 | 2024-11-18T17:29:48.784Z | Compiling slog v2.7.0 |
1313 | 2024-11-18T17:29:48.878Z | Compiling try-lock v0.2.5 |
1314 | 2024-11-18T17:29:49.039Z | Compiling which v4.4.2 |
1315 | 2024-11-18T17:29:49.312Z | Compiling want v0.3.1 |
1316 | 2024-11-18T17:29:49.315Z | Compiling goblin v0.8.2 |
1317 | 2024-11-18T17:29:49.602Z | Compiling pkcs8 v0.10.2 |
1318 | 2024-11-18T17:29:49.662Z | Compiling idna_adapter v1.2.0 |
1319 | 2024-11-18T17:29:49.888Z | Compiling httpdate v1.0.3 |
1320 | 2024-11-18T17:29:50.328Z | Compiling idna v1.0.3 |
1321 | 2024-11-18T17:29:50.402Z | Compiling uuid v1.11.0 |
1322 | 2024-11-18T17:29:50.426Z | Compiling pest_derive v2.7.14 |
1323 | 2024-11-18T17:29:51.193Z | Compiling toml_datetime v0.6.8 |
1324 | 2024-11-18T17:29:51.237Z | Compiling dtrace-parser v0.2.0 |
1325 | 2024-11-18T17:29:51.729Z | Compiling serde_spanned v0.6.8 |
1326 | 2024-11-18T17:29:51.902Z | Compiling serde_tokenstream v0.2.2 |
1327 | 2024-11-18T17:29:51.964Z | Compiling adler2 v2.0.0 |
1328 | 2024-11-18T17:29:52.143Z | Compiling match_cfg v0.1.0 |
1329 | 2024-11-18T17:29:52.183Z | Compiling base64 v0.22.1 |
1330 | 2024-11-18T17:29:52.243Z | Compiling foreign-types-shared v0.1.1 |
1331 | 2024-11-18T17:29:52.355Z | Compiling iana-time-zone v0.1.61 |
1332 | 2024-11-18T17:29:52.518Z | Compiling tower-service v0.3.3 |
1333 | 2024-11-18T17:29:52.651Z | Compiling openssl v0.10.66 |
1334 | 2024-11-18T17:29:52.820Z | Compiling rustversion v1.0.17 |
1335 | 2024-11-18T17:29:52.865Z | Compiling chrono v0.4.38 |
1336 | 2024-11-18T17:29:52.914Z | Compiling foreign-types v0.3.2 |
1337 | 2024-11-18T17:29:53.015Z | Compiling hostname v0.3.1 |
1338 | 2024-11-18T17:29:53.123Z | Compiling miniz_oxide v0.8.0 |
1339 | 2024-11-18T17:29:53.304Z | Compiling url v2.5.3 |
1340 | 2024-11-18T17:29:53.646Z | Compiling async-trait v0.1.83 |
1341 | 2024-11-18T17:29:54.693Z | Compiling tokio-util v0.7.12 |
1342 | 2024-11-18T17:29:54.837Z | Compiling openssl-macros v0.1.1 |
1343 | 2024-11-18T17:29:55.291Z | Compiling dof v0.3.0 |
1344 | 2024-11-18T17:29:55.608Z | Compiling dirs-sys-next v0.1.2 |
1345 | 2024-11-18T17:29:56.150Z | Compiling h2 v0.4.6 |
1346 | 2024-11-18T17:29:56.273Z | Compiling usdt-impl v0.5.0 |
1347 | 2024-11-18T17:29:56.440Z | Compiling native-tls v0.2.12 |
1348 | 2024-11-18T17:29:56.551Z | Compiling rustls v0.22.4 |
1349 | 2024-11-18T17:29:56.746Z | Compiling syn v1.0.109 |
1350 | 2024-11-18T17:29:56.796Z | Compiling siphasher v0.3.11 |
1351 | 2024-11-18T17:29:57.180Z | Compiling data-encoding v2.6.0 |
1352 | 2024-11-18T17:29:57.390Z | Compiling rustls v0.23.14 |
1353 | 2024-11-18T17:29:57.608Z | Compiling dirs-next v2.0.0 |
1354 | 2024-11-18T17:29:57.807Z | Compiling http-body-util v0.1.2 |
1355 | 2024-11-18T17:29:58.374Z | Compiling heapless v0.7.17 |
1356 | 2024-11-18T17:29:58.814Z | Compiling crossbeam-epoch v0.9.18 |
1357 | 2024-11-18T17:29:59.237Z | Compiling sha1 v0.10.6 |
1358 | 2024-11-18T17:29:59.591Z | Compiling signature v2.2.0 |
1359 | 2024-11-18T17:29:59.650Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1360 | 2024-11-18T17:29:59.689Z | Compiling serde_derive_internals v0.29.1 |
1361 | 2024-11-18T17:29:59.757Z | Compiling thread_local v1.1.8 |
1362 | 2024-11-18T17:29:59.882Z | Compiling encoding_rs v0.8.34 |
1363 | 2024-11-18T17:30:00.160Z | Compiling multer v3.1.0 |
1364 | 2024-11-18T17:30:00.351Z | Compiling cookie v0.18.1 |
1365 | 2024-11-18T17:30:00.447Z | Compiling gimli v0.31.1 |
1366 | 2024-11-18T17:30:00.636Z | Compiling slog-async v2.8.0 |
1367 | 2024-11-18T17:30:01.141Z | Compiling signal-hook v0.3.17 |
1368 | 2024-11-18T17:30:01.407Z | Compiling schemars v0.8.21 |
1369 | 2024-11-18T17:30:01.538Z | Compiling mime v0.3.17 |
1370 | 2024-11-18T17:30:01.752Z | Compiling ipnet v2.10.1 |
1371 | 2024-11-18T17:30:02.184Z | Compiling unicode-properties v0.1.3 |
1372 | 2024-11-18T17:30:02.423Z | Compiling openssl-probe v0.1.5 |
1373 | 2024-11-18T17:30:02.589Z | Compiling rayon-core v1.12.1 |
1374 | 2024-11-18T17:30:02.797Z | Compiling stringprep v0.1.5 |
1375 | 2024-11-18T17:30:02.882Z | Compiling schemars_derive v0.8.21 |
1376 | 2024-11-18T17:30:03.097Z | Compiling toml_edit v0.22.22 |
1377 | 2024-11-18T17:30:04.135Z | Compiling hyper v1.5.0 |
1378 | 2024-11-18T17:30:05.126Z | Compiling addr2line v0.24.2 |
1379 | 2024-11-18T17:30:05.899Z | Compiling usdt-macro v0.5.0 |
1380 | 2024-11-18T17:30:06.313Z | Compiling usdt-attr-macro v0.5.0 |
1381 | 2024-11-18T17:30:06.335Z | Compiling crossbeam-deque v0.8.5 |
1382 | 2024-11-18T17:30:06.659Z | Compiling hyper-util v0.1.10 |
1383 | 2024-11-18T17:30:06.904Z | Compiling term v0.7.0 |
1384 | 2024-11-18T17:30:07.342Z | Compiling slog-json v2.6.1 |
1385 | 2024-11-18T17:30:07.734Z | Compiling serde_urlencoded v0.7.1 |
1386 | 2024-11-18T17:30:07.912Z | Compiling curve25519-dalek v4.1.3 |
1387 | 2024-11-18T17:30:08.319Z | Compiling crossbeam-channel v0.5.13 |
1388 | 2024-11-18T17:30:08.343Z | Compiling futures-executor v0.3.31 |
1389 | 2024-11-18T17:30:08.470Z | Compiling enum-as-inner v0.6.1 |
1390 | 2024-11-18T17:30:08.556Z | Compiling md-5 v0.10.6 |
1391 | 2024-11-18T17:30:08.839Z | Compiling async-stream-impl v0.3.6 |
1392 | 2024-11-18T17:30:08.922Z | Compiling num-integer v0.1.46 |
1393 | 2024-11-18T17:30:09.457Z | Compiling rustls-pemfile v2.2.0 |
1394 | 2024-11-18T17:30:09.576Z | Compiling idna v0.3.0 |
1395 | 2024-11-18T17:30:09.675Z | Compiling idna v0.4.0 |
1396 | 2024-11-18T17:30:09.784Z | Compiling hash32 v0.2.1 |
1397 | 2024-11-18T17:30:09.865Z | Compiling ff v0.13.0 |
1398 | 2024-11-18T17:30:10.094Z | Compiling is-terminal v0.4.13 |
1399 | 2024-11-18T17:30:10.178Z | Compiling dropshot v0.12.0 |
1400 | 2024-11-18T17:30:10.229Z | Compiling object v0.36.5 |
1401 | 2024-11-18T17:30:10.232Z | Compiling base16ct v0.2.0 |
1402 | 2024-11-18T17:30:10.462Z | Compiling utf-8 v0.7.6 |
1403 | 2024-11-18T17:30:10.584Z | Compiling quick-error v1.2.3 |
1404 | 2024-11-18T17:30:10.732Z | Compiling rustc-demangle v0.1.24 |
1405 | 2024-11-18T17:30:10.798Z | Compiling portable-atomic v1.9.0 |
1406 | 2024-11-18T17:30:11.247Z | Compiling take_mut v0.2.2 |
1407 | 2024-11-18T17:30:11.331Z | Compiling dyn-clone v1.0.17 |
1408 | 2024-11-18T17:30:11.400Z | Compiling fallible-iterator v0.2.0 |
1409 | 2024-11-18T17:30:11.452Z | Compiling smoltcp v0.9.1 |
1410 | 2024-11-18T17:30:11.552Z | Compiling psl-types v2.0.11 |
1411 | 2024-11-18T17:30:11.753Z | Compiling anyhow v1.0.93 |
1412 | 2024-11-18T17:30:11.775Z | Compiling linked-hash-map v0.5.6 |
1413 | 2024-11-18T17:30:11.835Z | Compiling num-bigint-dig v0.8.4 |
1414 | 2024-11-18T17:30:12.118Z | Compiling lru-cache v0.1.2 |
1415 | 2024-11-18T17:30:12.137Z | Compiling postgres-protocol v0.6.7 |
1416 | 2024-11-18T17:30:12.218Z | Compiling publicsuffix v2.2.3 |
1417 | 2024-11-18T17:30:12.460Z | Compiling resolv-conf v0.7.0 |
1418 | 2024-11-18T17:30:12.752Z | Compiling tungstenite v0.24.0 |
1419 | 2024-11-18T17:30:13.286Z | Compiling hickory-proto v0.24.1 |
1420 | 2024-11-18T17:30:13.545Z | Compiling sec1 v0.7.3 |
1421 | 2024-11-18T17:30:13.609Z | Compiling async-stream v0.3.6 |
1422 | 2024-11-18T17:30:13.915Z | Compiling slog-term v2.9.1 |
1423 | 2024-11-18T17:30:15.191Z | Compiling usdt v0.5.0 |
1424 | 2024-11-18T17:30:15.214Z | Compiling group v0.13.0 |
1425 | 2024-11-18T17:30:15.380Z | Compiling num-iter v0.1.45 |
1426 | 2024-11-18T17:30:15.547Z | Compiling futures v0.3.31 |
1427 | 2024-11-18T17:30:15.672Z | Compiling slog-bunyan v2.5.0 |
1428 | 2024-11-18T17:30:15.837Z | Compiling toml v0.8.19 |
1429 | 2024-11-18T17:30:16.986Z | Compiling camino v1.1.9 |
1430 | 2024-11-18T17:30:17.526Z | Compiling tokio-native-tls v0.3.1 |
1431 | 2024-11-18T17:30:17.675Z | Compiling backtrace v0.3.74 |
1432 | 2024-11-18T17:30:17.814Z | Compiling phf_shared v0.11.2 |
1433 | 2024-11-18T17:30:18.004Z | Compiling dropshot_endpoint v0.12.0 |
1434 | 2024-11-18T17:30:18.159Z | Compiling terminal_size v0.4.0 |
1435 | 2024-11-18T17:30:18.237Z | Compiling waitgroup v0.1.2 |
1436 | 2024-11-18T17:30:18.396Z | Compiling openapiv3 v2.0.0 |
1437 | 2024-11-18T17:30:18.416Z | Compiling serde_path_to_error v0.1.16 |
1438 | 2024-11-18T17:30:18.465Z | Compiling hkdf v0.12.4 |
1439 | 2024-11-18T17:30:18.723Z | Compiling crypto-bigint v0.5.5 |
1440 | 2024-11-18T17:30:19.286Z | Compiling curve25519-dalek-derive v0.1.1 |
1441 | 2024-11-18T17:30:20.885Z | Compiling zerocopy-derive v0.6.6 |
1442 | 2024-11-18T17:30:21.428Z | Compiling webpki-roots v0.26.6 |
1443 | 2024-11-18T17:30:21.652Z | Compiling idna v0.5.0 |
1444 | 2024-11-18T17:30:21.673Z | Compiling hubpack_derive v0.1.1 |
1445 | 2024-11-18T17:30:22.542Z | Compiling hostname v0.4.0 |
1446 | 2024-11-18T17:30:22.682Z | Compiling fs-err v2.11.0 |
1447 | 2024-11-18T17:30:22.796Z | Compiling ahash v0.8.11 |
1448 | 2024-11-18T17:30:22.945Z | Compiling crc32fast v1.4.2 |
1449 | 2024-11-18T17:30:22.969Z | Compiling debug-ignore v1.0.5 |
1450 | 2024-11-18T17:30:23.153Z | Compiling managed v0.8.0 |
1451 | 2024-11-18T17:30:23.174Z | Compiling winnow v0.5.40 |
1452 | 2024-11-18T17:30:23.177Z | Compiling bitflags v1.3.2 |
1453 | 2024-11-18T17:30:23.278Z | Compiling strum_macros v0.25.3 |
1454 | 2024-11-18T17:30:23.300Z | Compiling clap_builder v4.5.21 |
1455 | 2024-11-18T17:30:23.320Z | Compiling flate2 v1.0.34 |
1456 | 2024-11-18T17:30:24.114Z | Compiling console v0.15.8 |
1457 | 2024-11-18T17:30:24.339Z | Compiling zerocopy v0.6.6 |
1458 | 2024-11-18T17:30:25.046Z | Compiling hubpack v0.1.2 |
1459 | 2024-11-18T17:30:25.282Z | Compiling cookie_store v0.21.0 |
1460 | 2024-11-18T17:30:25.495Z | Compiling elliptic-curve v0.13.8 |
1461 | 2024-11-18T17:30:25.751Z | Compiling hickory-resolver v0.24.1 |
1462 | 2024-11-18T17:30:26.950Z | Compiling toml_edit v0.19.15 |
1463 | 2024-11-18T17:30:27.077Z | Compiling phf v0.11.2 |
1464 | 2024-11-18T17:30:27.282Z | Compiling hyper-tls v0.6.0 |
1465 | 2024-11-18T17:30:27.388Z | Compiling signal-hook-mio v0.2.4 |
1466 | 2024-11-18T17:30:27.513Z | Compiling rayon v1.10.0 |
1467 | 2024-11-18T17:30:27.559Z | Compiling bzip2 v0.4.4 |
1468 | 2024-11-18T17:30:27.950Z | Compiling tokio-tungstenite v0.24.0 |
1469 | 2024-11-18T17:30:28.555Z | Compiling postgres-types v0.2.8 |
1470 | 2024-11-18T17:30:31.455Z | Compiling ed25519 v2.2.3 |
1471 | 2024-11-18T17:30:32.423Z | Compiling phf_shared v0.10.0 |
1472 | 2024-11-18T17:30:32.599Z | Compiling tokio-stream v0.1.16 |
1473 | 2024-11-18T17:30:32.696Z | Compiling pkcs1 v0.7.5 |
1474 | 2024-11-18T17:30:32.802Z | Compiling serde-big-array v0.5.1 |
1475 | 2024-11-18T17:30:33.039Z | Compiling clap_derive v4.5.18 |
1476 | 2024-11-18T17:30:33.390Z | Compiling rfc6979 v0.4.0 |
1477 | 2024-11-18T17:30:33.582Z | Compiling serde_repr v0.1.19 |
1478 | 2024-11-18T17:30:33.719Z | Compiling derive-where v1.2.7 |
1479 | 2024-11-18T17:30:33.741Z | Compiling float-cmp v0.9.0 |
1480 | 2024-11-18T17:30:33.912Z | Compiling bstr v1.10.0 |
1481 | 2024-11-18T17:30:33.958Z | Compiling sync_wrapper v1.0.1 |
1482 | 2024-11-18T17:30:34.114Z | Compiling predicates-core v1.0.8 |
1483 | 2024-11-18T17:30:34.525Z | Compiling normalize-line-endings v0.3.0 |
1484 | 2024-11-18T17:30:34.647Z | Compiling bit-vec v0.6.3 |
1485 | 2024-11-18T17:30:34.759Z | Compiling fixedbitset v0.4.2 |
1486 | 2024-11-18T17:30:35.098Z | Compiling precomputed-hash v0.1.1 |
1487 | 2024-11-18T17:30:35.118Z | Compiling static_assertions v1.1.0 |
1488 | 2024-11-18T17:30:35.216Z | Compiling number_prefix v0.4.0 |
1489 | 2024-11-18T17:30:35.232Z | Compiling unicode-width v0.2.0 |
1490 | 2024-11-18T17:30:35.232Z | Compiling whoami v1.5.2 |
1491 | 2024-11-18T17:30:35.446Z | Compiling unicode-segmentation v1.12.0 |
1492 | 2024-11-18T17:30:35.768Z | Compiling new_debug_unreachable v1.0.6 |
1493 | 2024-11-18T17:30:35.898Z | Compiling difflib v0.4.0 |
1494 | 2024-11-18T17:30:35.903Z | Compiling string_cache v0.8.7 |
1495 | 2024-11-18T17:30:35.903Z | Compiling indicatif v0.17.9 |
1496 | 2024-11-18T17:30:36.359Z | Compiling predicates v3.1.2 |
1497 | 2024-11-18T17:30:36.379Z | Compiling similar v2.6.0 |
1498 | 2024-11-18T17:30:37.351Z | Compiling tokio-postgres v0.7.12 |
1499 | 2024-11-18T17:30:37.471Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1500 | 2024-11-18T17:30:38.098Z | Compiling petgraph v0.6.5 |
1501 | 2024-11-18T17:30:38.101Z | Compiling clap v4.5.21 |
1502 | 2024-11-18T17:30:38.158Z | Compiling bit-set v0.5.3 |
1503 | 2024-11-18T17:30:38.244Z | Compiling ecdsa v0.16.9 |
1504 | 2024-11-18T17:30:38.467Z | Compiling rsa v0.9.6 |
1505 | 2024-11-18T17:30:38.872Z | Compiling ed25519-dalek v2.1.1 |
1506 | 2024-11-18T17:30:39.150Z | Compiling toml v0.7.8 |
1507 | 2024-11-18T17:30:40.229Z | Compiling zip v0.6.6 |
1508 | 2024-11-18T17:30:40.998Z | Compiling crossterm v0.28.1 |
1509 | 2024-11-18T17:30:42.377Z | Compiling hex v0.4.3 |
1510 | 2024-11-18T17:30:42.580Z | Compiling x509-cert v0.2.5 |
1511 | 2024-11-18T17:30:42.973Z | Compiling itertools v0.10.5 |
1512 | 2024-11-18T17:30:43.023Z | Compiling peg-runtime v0.8.3 |
1513 | 2024-11-18T17:30:43.212Z | Compiling lalrpop-util v0.19.12 |
1514 | 2024-11-18T17:30:43.582Z | Compiling unicode-xid v0.2.6 |
1515 | 2024-11-18T17:30:43.709Z | Compiling strum_macros v0.26.4 |
1516 | 2024-11-18T17:30:43.762Z | Compiling xattr v1.3.1 |
1517 | 2024-11-18T17:30:44.041Z | Compiling filetime v0.2.25 |
1518 | 2024-11-18T17:30:44.354Z | Compiling tar v0.4.42 |
1519 | 2024-11-18T17:30:48.733Z | Compiling strum v0.26.3 |
1520 | 2024-11-18T17:30:51.308Z | Compiling aws-lc-sys v0.22.0 |
1521 | 2024-11-18T17:31:19.871Z | Compiling rustls-webpki v0.102.8 |
1522 | 2024-11-18T17:31:23.242Z | Compiling tokio-rustls v0.25.0 |
1523 | 2024-11-18T17:31:24.931Z | Compiling tokio-rustls v0.26.0 |
1524 | 2024-11-18T17:31:25.275Z | Compiling hyper-rustls v0.27.3 |
1525 | 2024-11-18T17:31:25.624Z | Compiling reqwest v0.12.9 |
1526 | 2024-11-18T17:31:26.783Z | Compiling qorb v0.2.0 |
1527 | 2024-11-18T17:31:31.556Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1528 | 2024-11-18T17:31:31.790Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1529 | 2024-11-18T17:31:37.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
1530 | 2024-11-18T17:31:37.830Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1531 | 2024-11-18T17:31:37.924Z | Nov 18 17:31:37.246 INFO Starting download, target: Clickhouse |
1532 | 2024-11-18T17:31:37.924Z | Nov 18 17:31:37.246 INFO Starting download, target: Console |
1533 | 2024-11-18T17:31:37.924Z | Nov 18 17:31:37.246 INFO Starting download, target: Cockroach |
1534 | 2024-11-18T17:31:37.924Z | Nov 18 17:31:37.246 INFO Starting download, target: DendriteOpenapi |
1535 | 2024-11-18T17:31:37.924Z | Nov 18 17:31:37.246 INFO Starting download, target: DendriteStub |
1536 | 2024-11-18T17:31:37.924Z | Nov 18 17:31:37.246 INFO Starting download, target: MaghemiteMgd |
1537 | 2024-11-18T17:31:37.925Z | Nov 18 17:31:37.246 INFO Starting download, target: TransceiverControl |
1538 | 2024-11-18T17:31:37.925Z | Nov 18 17:31:37.247 INFO Downloading out/downloads/dpd-8290b412c867438997c8bbb3b1fa75ed23ff250f.json (attempt 1/3), target: DendriteOpenapi |
1539 | 2024-11-18T17:31:37.925Z | Nov 18 17:31:37.247 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1540 | 2024-11-18T17:31:37.925Z | Nov 18 17:31:37.247 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1541 | 2024-11-18T17:31:37.925Z | Nov 18 17:31:37.247 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1542 | 2024-11-18T17:31:37.925Z | Nov 18 17:31:37.247 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1543 | 2024-11-18T17:31:37.925Z | Nov 18 17:31:37.247 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1544 | 2024-11-18T17:31:37.925Z | Nov 18 17:31:37.247 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1545 | 2024-11-18T17:31:38.456Z | Nov 18 17:31:37.789 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1546 | 2024-11-18T17:31:38.618Z | Nov 18 17:31:37.861 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1547 | 2024-11-18T17:31:38.618Z | Nov 18 17:31:37.902 INFO Download complete, target: DendriteOpenapi |
1548 | 2024-11-18T17:31:38.780Z | Nov 18 17:31:38.099 INFO Download complete, target: Console |
1549 | 2024-11-18T17:31:39.068Z | Nov 18 17:31:38.446 INFO Download complete, target: TransceiverControl |
1550 | 2024-11-18T17:31:39.266Z | Nov 18 17:31:38.673 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1551 | 2024-11-18T17:31:39.719Z | Nov 18 17:31:39.133 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1552 | 2024-11-18T17:31:39.756Z | Nov 18 17:31:39.172 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1553 | 2024-11-18T17:31:40.123Z | Nov 18 17:31:39.540 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1554 | 2024-11-18T17:31:40.123Z | Nov 18 17:31:39.540 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1555 | 2024-11-18T17:31:41.817Z | Nov 18 17:31:41.234 INFO Download complete, target: DendriteStub |
1556 | 2024-11-18T17:31:42.378Z | Nov 18 17:31:41.795 INFO Download complete, target: MaghemiteMgd |
1557 | 2024-11-18T17:31:47.121Z | Nov 18 17:31:46.538 INFO Checking that binary works, target: Cockroach |
1558 | 2024-11-18T17:31:47.279Z | Nov 18 17:31:46.695 INFO Download complete, target: Cockroach |
1559 | 2024-11-18T17:31:51.618Z | Nov 18 17:31:51.034 INFO Checking that binary works, target: Clickhouse |
1560 | 2024-11-18T17:31:52.230Z | Nov 18 17:31:51.645 INFO Download complete, target: Clickhouse |
1561 | 2024-11-18T17:31:52.374Z | All builder prerequisites installed successfully, and PATH looks valid |
1562 | 2024-11-18T17:31:52.377Z | |
1563 | 2024-11-18T17:31:52.377Z | real 5:02.239650076 |
1564 | 2024-11-18T17:31:52.377Z | user 16:30.572589585 |
1565 | 2024-11-18T17:31:52.377Z | sys 3:15.271493112 |
1566 | 2024-11-18T17:31:52.377Z | trap 0.542972728 |
1567 | 2024-11-18T17:31:52.377Z | tflt 1.939339624 |
1568 | 2024-11-18T17:31:52.377Z | dflt 2.367064941 |
1569 | 2024-11-18T17:31:52.377Z | kflt 0.024333141 |
1570 | 2024-11-18T17:31:52.377Z | lock 29:29.608015624 |
1571 | 2024-11-18T17:31:52.377Z | slp 1:01:58.537887287 |
1572 | 2024-11-18T17:31:52.377Z | lat 59.108356415 |
1573 | 2024-11-18T17:31:52.377Z | stop 2:23.635656097 |
1574 | 2024-11-18T17:31:52.377Z | + banner clippy |
1575 | 2024-11-18T17:31:52.379Z | |
1576 | 2024-11-18T17:31:52.379Z | #### # # ##### ##### # # |
1577 | 2024-11-18T17:31:52.379Z | # # # # # # # # # # |
1578 | 2024-11-18T17:31:52.379Z | # # # # # # # # |
1579 | 2024-11-18T17:31:52.379Z | # # # ##### ##### # |
1580 | 2024-11-18T17:31:52.379Z | # # # # # # # |
1581 | 2024-11-18T17:31:52.379Z | #### ###### # # # # |
1582 | 2024-11-18T17:31:52.379Z | |
1583 | 2024-11-18T17:31:52.379Z | + export CARGO_INCREMENTAL=0 |
1584 | 2024-11-18T17:31:52.379Z | + CARGO_INCREMENTAL=0 |
1585 | 2024-11-18T17:31:52.380Z | + ptime -m cargo xtask clippy |
1586 | 2024-11-18T17:31:52.912Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1587 | 2024-11-18T17:31:56.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
1588 | 2024-11-18T17:31:56.690Z | Running `target/debug/xtask clippy` |
1589 | 2024-11-18T17:31:56.711Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1590 | 2024-11-18T17:31:57.361Z | Downloading crates ... |
1591 | 2024-11-18T17:31:57.715Z | Downloaded async-process v2.3.0 |
1592 | 2024-11-18T17:31:57.726Z | Downloaded assert_cmd v2.0.16 |
1593 | 2024-11-18T17:31:57.726Z | Downloaded approx v0.5.1 |
1594 | 2024-11-18T17:31:57.726Z | Downloaded async-executor v1.13.1 |
1595 | 2024-11-18T17:31:57.756Z | Downloaded async-object-pool v0.1.5 |
1596 | 2024-11-18T17:31:57.756Z | Downloaded async-channel v1.9.0 |
1597 | 2024-11-18T17:31:57.756Z | Downloaded anes v0.1.6 |
1598 | 2024-11-18T17:31:57.757Z | Downloaded async-channel v2.3.1 |
1599 | 2024-11-18T17:31:57.757Z | Downloaded async-io v2.3.4 |
1600 | 2024-11-18T17:31:57.757Z | Downloaded concurrent-queue v2.5.0 |
1601 | 2024-11-18T17:31:57.757Z | Downloaded async-global-executor v2.4.1 |
1602 | 2024-11-18T17:31:57.757Z | Downloaded blocking v1.6.1 |
1603 | 2024-11-18T17:31:57.785Z | Downloaded guppy-workspace-hack v0.1.0 |
1604 | 2024-11-18T17:31:57.785Z | Downloaded cast v0.3.0 |
1605 | 2024-11-18T17:31:57.785Z | Downloaded criterion-plot v0.5.0 |
1606 | 2024-11-18T17:31:57.786Z | Downloaded async-task v4.7.1 |
1607 | 2024-11-18T17:31:57.786Z | Downloaded async-attributes v1.1.2 |
1608 | 2024-11-18T17:31:57.786Z | Downloaded async-lock v3.4.0 |
1609 | 2024-11-18T17:31:57.786Z | Downloaded assert-json-diff v2.0.2 |
1610 | 2024-11-18T17:31:57.786Z | Downloaded escape8259 v0.5.3 |
1611 | 2024-11-18T17:31:57.787Z | Downloaded doc-comment v0.3.3 |
1612 | 2024-11-18T17:31:57.787Z | Downloaded pathdiff v0.2.2 |
1613 | 2024-11-18T17:31:57.788Z | Downloaded nested v0.1.1 |
1614 | 2024-11-18T17:31:57.789Z | Downloaded parking v2.2.1 |
1615 | 2024-11-18T17:31:57.789Z | Downloaded event-listener v2.5.3 |
1616 | 2024-11-18T17:31:57.789Z | Downloaded oorandom v11.1.4 |
1617 | 2024-11-18T17:31:57.789Z | Downloaded num_cpus v1.16.0 |
1618 | 2024-11-18T17:31:57.789Z | Downloaded futures-timer v3.0.3 |
1619 | 2024-11-18T17:31:57.789Z | Downloaded event-listener-strategy v0.5.2 |
1620 | 2024-11-18T17:31:57.789Z | Downloaded datatest-stable v0.2.9 |
1621 | 2024-11-18T17:31:57.789Z | Downloaded async-signal v0.2.10 |
1622 | 2024-11-18T17:31:57.806Z | Downloaded indoc v2.0.5 |
1623 | 2024-11-18T17:31:57.807Z | Downloaded path-tree v0.8.1 |
1624 | 2024-11-18T17:31:57.807Z | Downloaded cfg-expr v0.17.0 |
1625 | 2024-11-18T17:31:57.807Z | Downloaded plotters-svg v0.3.7 |
1626 | 2024-11-18T17:31:57.807Z | Downloaded blake2b_simd v1.0.2 |
1627 | 2024-11-18T17:31:57.807Z | Downloaded hyper-rustls v0.26.0 |
1628 | 2024-11-18T17:31:57.807Z | Downloaded target-triple v0.1.3 |
1629 | 2024-11-18T17:31:57.807Z | Downloaded plotters-backend v0.3.7 |
1630 | 2024-11-18T17:31:57.808Z | Downloaded piper v0.2.4 |
1631 | 2024-11-18T17:31:57.808Z | Downloaded httptest v0.16.1 |
1632 | 2024-11-18T17:31:57.808Z | Downloaded kv-log-macro v1.0.7 |
1633 | 2024-11-18T17:31:57.808Z | Downloaded event-listener v5.3.1 |
1634 | 2024-11-18T17:31:57.808Z | Downloaded similar-asserts v1.6.0 |
1635 | 2024-11-18T17:31:57.808Z | Downloaded futures-lite v2.3.0 |
1636 | 2024-11-18T17:31:57.808Z | Downloaded serde_regex v1.1.0 |
1637 | 2024-11-18T17:31:57.815Z | Downloaded threadpool v1.8.1 |
1638 | 2024-11-18T17:31:57.821Z | Downloaded target-spec v3.2.2 |
1639 | 2024-11-18T17:31:57.822Z | Downloaded target-lexicon v0.12.16 |
1640 | 2024-11-18T17:31:57.822Z | Downloaded stringmetrics v2.2.2 |
1641 | 2024-11-18T17:31:57.822Z | Downloaded rustls-native-certs v0.7.3 |
1642 | 2024-11-18T17:31:57.830Z | Downloaded tinytemplate v1.2.1 |
1643 | 2024-11-18T17:31:57.830Z | Downloaded rust-argon2 v2.1.0 |
1644 | 2024-11-18T17:31:57.830Z | Downloaded partial-io v0.5.4 |
1645 | 2024-11-18T17:31:57.830Z | Downloaded libtest-mimic v0.7.3 |
1646 | 2024-11-18T17:31:57.845Z | Downloaded trybuild v1.0.101 |
1647 | 2024-11-18T17:31:57.845Z | Downloaded rstest v0.23.0 |
1648 | 2024-11-18T17:31:57.845Z | Downloaded rand_distr v0.4.3 |
1649 | 2024-11-18T17:31:57.858Z | Downloaded yansi v1.0.1 |
1650 | 2024-11-18T17:31:57.858Z | Downloaded fancy-regex v0.13.0 |
1651 | 2024-11-18T17:31:57.858Z | Downloaded rstest_macros v0.23.0 |
1652 | 2024-11-18T17:31:57.858Z | Downloaded pretty_assertions v1.4.1 |
1653 | 2024-11-18T17:31:57.859Z | Downloaded guppy v0.17.8 |
1654 | 2024-11-18T17:31:57.882Z | Downloaded polling v3.7.3 |
1655 | 2024-11-18T17:31:57.882Z | Downloaded plotters v0.3.7 |
1656 | 2024-11-18T17:31:57.897Z | Downloaded async-std v1.13.0 |
1657 | 2024-11-18T17:31:57.897Z | Downloaded relative-path v1.9.3 |
1658 | 2024-11-18T17:31:57.897Z | Downloaded proc-macro-crate v3.2.0 |
1659 | 2024-11-18T17:31:57.897Z | Downloaded criterion v0.5.1 |
1660 | 2024-11-18T17:31:57.964Z | Downloaded httpmock v0.8.0-alpha.1 |
1661 | 2024-11-18T17:31:58.708Z | Checking cfg-if v1.0.0 |
1662 | 2024-11-18T17:31:58.785Z | Checking libc v0.2.162 |
1663 | 2024-11-18T17:31:58.804Z | Checking serde v1.0.215 |
1664 | 2024-11-18T17:31:58.825Z | Checking memchr v2.7.4 |
1665 | 2024-11-18T17:31:58.860Z | Checking value-bag v1.9.0 |
1666 | 2024-11-18T17:31:58.871Z | Checking scopeguard v1.2.0 |
1667 | 2024-11-18T17:31:58.892Z | Checking zeroize v1.8.1 |
1668 | 2024-11-18T17:31:58.916Z | Checking smallvec v1.13.2 |
1669 | 2024-11-18T17:31:58.945Z | Checking itoa v1.0.11 |
1670 | 2024-11-18T17:31:59.010Z | Checking lock_api v0.4.12 |
1671 | 2024-11-18T17:31:59.159Z | Checking byteorder v1.5.0 |
1672 | 2024-11-18T17:31:59.187Z | Checking pin-project-lite v0.2.14 |
1673 | 2024-11-18T17:31:59.254Z | Checking log v0.4.22 |
1674 | 2024-11-18T17:31:59.276Z | Checking subtle v2.6.1 |
1675 | 2024-11-18T17:31:59.303Z | Checking once_cell v1.20.2 |
1676 | 2024-11-18T17:31:59.451Z | Checking typenum v1.17.0 |
1677 | 2024-11-18T17:31:59.533Z | Checking futures-core v0.3.31 |
1678 | 2024-11-18T17:31:59.562Z | Checking zerocopy v0.7.35 |
1679 | 2024-11-18T17:31:59.612Z | Checking libm v0.2.8 |
1680 | 2024-11-18T17:31:59.674Z | Checking thiserror v1.0.69 |
1681 | 2024-11-18T17:31:59.713Z | Checking ryu v1.0.18 |
1682 | 2024-11-18T17:31:59.810Z | Checking spin v0.9.8 |
1683 | 2024-11-18T17:31:59.842Z | Checking const-oid v0.9.6 |
1684 | 2024-11-18T17:31:59.869Z | Checking getrandom v0.2.15 |
1685 | 2024-11-18T17:31:59.939Z | Checking signal-hook-registry v1.4.2 |
1686 | 2024-11-18T17:32:00.113Z | Checking rand_core v0.6.4 |
1687 | 2024-11-18T17:32:00.162Z | Checking parking_lot_core v0.9.10 |
1688 | 2024-11-18T17:32:00.189Z | Checking mio v1.0.2 |
1689 | 2024-11-18T17:32:00.428Z | Checking socket2 v0.5.7 |
1690 | 2024-11-18T17:32:00.491Z | Checking parking_lot v0.12.3 |
1691 | 2024-11-18T17:32:00.543Z | Checking num-traits v0.2.19 |
1692 | 2024-11-18T17:32:00.789Z | Checking generic-array v0.14.7 |
1693 | 2024-11-18T17:32:00.818Z | Checking futures-io v0.3.31 |
1694 | 2024-11-18T17:32:00.881Z | Checking slab v0.4.9 |
1695 | 2024-11-18T17:32:00.986Z | Checking allocator-api2 v0.2.18 |
1696 | 2024-11-18T17:32:01.014Z | Checking cpufeatures v0.2.14 |
1697 | 2024-11-18T17:32:01.043Z | Checking futures-sink v0.3.31 |
1698 | 2024-11-18T17:32:01.123Z | Checking pin-utils v0.1.0 |
1699 | 2024-11-18T17:32:01.173Z | Checking equivalent v1.0.1 |
1700 | 2024-11-18T17:32:01.207Z | Checking foldhash v0.1.3 |
1701 | 2024-11-18T17:32:01.237Z | Checking futures-channel v0.3.31 |
1702 | 2024-11-18T17:32:01.298Z | Checking futures-task v0.3.31 |
1703 | 2024-11-18T17:32:01.449Z | Checking stable_deref_trait v1.2.0 |
1704 | 2024-11-18T17:32:01.555Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1705 | 2024-11-18T17:32:01.579Z | Checking fnv v1.0.7 |
1706 | 2024-11-18T17:32:01.618Z | Checking futures-util v0.3.31 |
1707 | 2024-11-18T17:32:01.652Z | Checking hashbrown v0.15.0 |
1708 | 2024-11-18T17:32:01.686Z | Checking iana-time-zone v0.1.61 |
1709 | 2024-11-18T17:32:01.706Z | Checking ppv-lite86 v0.2.20 |
1710 | 2024-11-18T17:32:01.844Z | Checking tracing-core v0.1.32 |
1711 | 2024-11-18T17:32:01.874Z | Checking errno v0.3.9 |
1712 | 2024-11-18T17:32:01.973Z | Checking crypto-common v0.1.6 |
1713 | 2024-11-18T17:32:02.042Z | Checking block-buffer v0.10.4 |
1714 | 2024-11-18T17:32:02.157Z | Checking zerofrom v0.1.4 |
1715 | 2024-11-18T17:32:02.262Z | Checking digest v0.10.7 |
1716 | 2024-11-18T17:32:02.289Z | Checking dyn-clone v1.0.17 |
1717 | 2024-11-18T17:32:02.394Z | Checking yoke v0.7.4 |
1718 | 2024-11-18T17:32:02.437Z | Checking block-padding v0.3.3 |
1719 | 2024-11-18T17:32:02.463Z | Checking rand_chacha v0.3.1 |
1720 | 2024-11-18T17:32:02.491Z | Checking tracing v0.1.40 |
1721 | 2024-11-18T17:32:02.639Z | Checking crossbeam-utils v0.8.20 |
1722 | 2024-11-18T17:32:02.642Z | Checking inout v0.1.3 |
1723 | 2024-11-18T17:32:02.716Z | Checking zerovec v0.10.4 |
1724 | 2024-11-18T17:32:02.754Z | Checking percent-encoding v2.3.1 |
1725 | 2024-11-18T17:32:02.823Z | Checking litemap v0.7.3 |
1726 | 2024-11-18T17:32:02.848Z | Checking rand v0.8.5 |
1727 | 2024-11-18T17:32:02.954Z | Checking writeable v0.5.5 |
1728 | 2024-11-18T17:32:03.147Z | Checking tinyvec_macros v0.1.1 |
1729 | 2024-11-18T17:32:03.215Z | Checking tinyvec v1.8.0 |
1730 | 2024-11-18T17:32:03.269Z | Checking form_urlencoded v1.2.1 |
1731 | 2024-11-18T17:32:03.334Z | Checking cipher v0.4.4 |
1732 | 2024-11-18T17:32:03.361Z | Checking httparse v1.9.5 |
1733 | 2024-11-18T17:32:03.455Z | Checking base64ct v1.6.0 |
1734 | 2024-11-18T17:32:03.759Z | Checking icu_locid_transform_data v1.5.0 |
1735 | 2024-11-18T17:32:03.814Z | Checking atomic-waker v1.1.2 |
1736 | 2024-11-18T17:32:03.835Z | Checking bytes v1.8.0 |
1737 | 2024-11-18T17:32:03.864Z | Checking bitflags v2.6.0 |
1738 | 2024-11-18T17:32:03.920Z | Checking serde_json v1.0.132 |
1739 | 2024-11-18T17:32:03.952Z | Checking indexmap v2.6.0 |
1740 | 2024-11-18T17:32:04.034Z | Checking chrono v0.4.38 |
1741 | 2024-11-18T17:32:04.170Z | Checking rustix v0.38.37 |
1742 | 2024-11-18T17:32:04.324Z | Checking uuid v1.11.0 |
1743 | 2024-11-18T17:32:04.567Z | Checking tinystr v0.7.6 |
1744 | 2024-11-18T17:32:04.593Z | Checking tokio v1.40.0 |
1745 | 2024-11-18T17:32:04.942Z | Checking http v1.1.0 |
1746 | 2024-11-18T17:32:04.970Z | Checking icu_locid v1.5.0 |
1747 | 2024-11-18T17:32:05.229Z | Checking regex-syntax v0.8.5 |
1748 | 2024-11-18T17:32:05.695Z | Checking unicode-normalization v0.1.24 |
1749 | 2024-11-18T17:32:06.031Z | Checking icu_provider v1.5.0 |
1750 | 2024-11-18T17:32:06.228Z | Checking schemars v0.8.21 |
1751 | 2024-11-18T17:32:06.334Z | Checking icu_collections v1.5.0 |
1752 | 2024-11-18T17:32:06.622Z | Checking hmac v0.12.1 |
1753 | 2024-11-18T17:32:06.714Z | Checking icu_locid_transform v1.5.0 |
1754 | 2024-11-18T17:32:06.717Z | Checking untrusted v0.9.0 |
1755 | 2024-11-18T17:32:06.847Z | Checking icu_properties_data v1.5.0 |
1756 | 2024-11-18T17:32:06.897Z | Checking ring v0.17.8 |
1757 | 2024-11-18T17:32:07.021Z | Checking sha2 v0.10.8 |
1758 | 2024-11-18T17:32:07.085Z | Checking aho-corasick v1.1.3 |
1759 | 2024-11-18T17:32:07.615Z | Checking icu_normalizer_data v1.5.0 |
1760 | 2024-11-18T17:32:07.726Z | Checking write16 v1.0.0 |
1761 | 2024-11-18T17:32:07.754Z | Checking icu_properties v1.5.1 |
1762 | 2024-11-18T17:32:07.757Z | Checking utf8_iter v1.0.4 |
1763 | 2024-11-18T17:32:07.831Z | Checking unicode-bidi v0.3.17 |
1764 | 2024-11-18T17:32:07.857Z | Checking utf16_iter v1.0.5 |
1765 | 2024-11-18T17:32:07.980Z | Checking unicode-ident v1.0.13 |
1766 | 2024-11-18T17:32:08.034Z | Checking lazy_static v1.5.0 |
1767 | 2024-11-18T17:32:08.148Z | Checking adler2 v2.0.0 |
1768 | 2024-11-18T17:32:08.171Z | Checking powerfmt v0.2.0 |
1769 | 2024-11-18T17:32:08.304Z | Checking miniz_oxide v0.8.0 |
1770 | 2024-11-18T17:32:08.440Z | Checking rustls-pki-types v1.9.0 |
1771 | 2024-11-18T17:32:08.464Z | Checking deranged v0.3.11 |
1772 | 2024-11-18T17:32:08.467Z | Checking num-conv v0.1.0 |
1773 | 2024-11-18T17:32:08.719Z | Checking time-core v0.1.2 |
1774 | 2024-11-18T17:32:08.746Z | Checking num_threads v0.1.7 |
1775 | 2024-11-18T17:32:08.768Z | Checking regex-automata v0.4.8 |
1776 | 2024-11-18T17:32:08.864Z | Checking proc-macro2 v1.0.89 |
1777 | 2024-11-18T17:32:08.890Z | Checking pem-rfc7468 v0.7.0 |
1778 | 2024-11-18T17:32:09.012Z | Checking untrusted v0.7.1 |
1779 | 2024-11-18T17:32:09.038Z | Checking http-body v1.0.1 |
1780 | 2024-11-18T17:32:09.148Z | Checking aws-lc-sys v0.22.0 |
1781 | 2024-11-18T17:32:09.196Z | Checking base64 v0.22.1 |
1782 | 2024-11-18T17:32:09.238Z | Checking mirai-annotations v1.12.0 |
1783 | 2024-11-18T17:32:09.436Z | Checking httpdate v1.0.3 |
1784 | 2024-11-18T17:32:09.565Z | Checking quote v1.0.37 |
1785 | 2024-11-18T17:32:09.642Z | Checking try-lock v0.2.5 |
1786 | 2024-11-18T17:32:09.670Z | Checking flagset v0.4.6 |
1787 | 2024-11-18T17:32:09.778Z | Checking want v0.3.1 |
1788 | 2024-11-18T17:32:09.867Z | Checking der v0.7.9 |
1789 | 2024-11-18T17:32:09.903Z | Checking syn v2.0.87 |
1790 | 2024-11-18T17:32:09.957Z | Checking pbkdf2 v0.12.2 |
1791 | 2024-11-18T17:32:10.142Z | Checking aes v0.8.4 |
1792 | 2024-11-18T17:32:10.191Z | Checking time v0.3.36 |
1793 | 2024-11-18T17:32:11.103Z | Checking cbc v0.1.2 |
1794 | 2024-11-18T17:32:11.195Z | Checking icu_normalizer v1.5.0 |
1795 | 2024-11-18T17:32:11.312Z | Checking salsa20 v0.10.2 |
1796 | 2024-11-18T17:32:11.533Z | Checking ahash v0.8.11 |
1797 | 2024-11-18T17:32:11.722Z | Checking aws-lc-rs v1.10.0 |
1798 | 2024-11-18T17:32:11.749Z | Checking spki v0.7.3 |
1799 | 2024-11-18T17:32:11.914Z | Checking tokio-util v0.7.12 |
1800 | 2024-11-18T17:32:11.943Z | Checking idna_adapter v1.2.0 |
1801 | 2024-11-18T17:32:12.055Z | Checking slog v2.7.0 |
1802 | 2024-11-18T17:32:12.081Z | Checking tower-service v0.3.3 |
1803 | 2024-11-18T17:32:12.146Z | Checking idna v1.0.3 |
1804 | 2024-11-18T17:32:12.212Z | Checking scrypt v0.11.0 |
1805 | 2024-11-18T17:32:12.459Z | Checking mime v0.3.17 |
1806 | 2024-11-18T17:32:12.534Z | Checking gimli v0.31.1 |
1807 | 2024-11-18T17:32:12.646Z | Checking url v2.5.3 |
1808 | 2024-11-18T17:32:12.731Z | Checking pkcs5 v0.7.1 |
1809 | 2024-11-18T17:32:12.790Z | Checking object v0.36.5 |
1810 | 2024-11-18T17:32:12.865Z | Checking h2 v0.4.6 |
1811 | 2024-11-18T17:32:13.241Z | Checking utf8parse v0.2.2 |
1812 | 2024-11-18T17:32:13.396Z | Checking rustc-demangle v0.1.24 |
1813 | 2024-11-18T17:32:13.475Z | Checking pkcs8 v0.10.2 |
1814 | 2024-11-18T17:32:13.512Z | Checking rustls-webpki v0.102.8 |
1815 | 2024-11-18T17:32:13.515Z | Checking regex v1.11.1 |
1816 | 2024-11-18T17:32:13.801Z | Checking http-body-util v0.1.2 |
1817 | 2024-11-18T17:32:13.829Z | Checking futures-executor v0.3.31 |
1818 | 2024-11-18T17:32:14.078Z | Checking serde_spanned v0.6.8 |
1819 | 2024-11-18T17:32:14.182Z | Checking toml_datetime v0.6.8 |
1820 | 2024-11-18T17:32:14.279Z | Checking unicode-width v0.1.14 |
1821 | 2024-11-18T17:32:14.309Z | Checking ipnet v2.10.1 |
1822 | 2024-11-18T17:32:14.311Z | Checking data-encoding v2.6.0 |
1823 | 2024-11-18T17:32:14.452Z | Checking futures v0.3.31 |
1824 | 2024-11-18T17:32:14.575Z | Checking rustls-pemfile v2.2.0 |
1825 | 2024-11-18T17:32:14.755Z | Checking openssl-probe v0.1.5 |
1826 | 2024-11-18T17:32:14.787Z | Checking foreign-types-shared v0.1.1 |
1827 | 2024-11-18T17:32:14.813Z | Checking anstyle v1.0.10 |
1828 | 2024-11-18T17:32:14.906Z | Checking foreign-types v0.3.2 |
1829 | 2024-11-18T17:32:14.932Z | Checking semver v1.0.23 |
1830 | 2024-11-18T17:32:15.009Z | Checking serde_urlencoded v0.7.1 |
1831 | 2024-11-18T17:32:15.036Z | Checking sha1 v0.10.6 |
1832 | 2024-11-18T17:32:15.141Z | Checking openssl-sys v0.9.103 |
1833 | 2024-11-18T17:32:15.331Z | Checking encoding_rs v0.8.34 |
1834 | 2024-11-18T17:32:15.357Z | Checking rustls v0.23.14 |
1835 | 2024-11-18T17:32:15.421Z | Checking anstyle-parse v0.2.5 |
1836 | 2024-11-18T17:32:15.721Z | Checking camino v1.1.9 |
1837 | 2024-11-18T17:32:16.288Z | Checking either v1.13.0 |
1838 | 2024-11-18T17:32:16.325Z | Checking anstyle-query v1.1.1 |
1839 | 2024-11-18T17:32:16.433Z | Checking openssl v0.10.66 |
1840 | 2024-11-18T17:32:16.460Z | Checking winnow v0.6.20 |
1841 | 2024-11-18T17:32:16.487Z | Checking addr2line v0.24.2 |
1842 | 2024-11-18T17:32:16.665Z | Checking is_terminal_polyfill v1.70.1 |
1843 | 2024-11-18T17:32:16.798Z | Checking colorchoice v1.0.2 |
1844 | 2024-11-18T17:32:16.947Z | Checking anstream v0.6.15 |
1845 | 2024-11-18T17:32:16.993Z | Checking idna v0.3.0 |
1846 | 2024-11-18T17:32:17.299Z | Checking terminal_size v0.4.0 |
1847 | 2024-11-18T17:32:17.475Z | Checking openapiv3 v2.0.0 |
1848 | 2024-11-18T17:32:17.606Z | Checking signature v2.2.0 |
1849 | 2024-11-18T17:32:17.811Z | Checking psl-types v2.0.11 |
1850 | 2024-11-18T17:32:17.885Z | Checking strsim v0.11.1 |
1851 | 2024-11-18T17:32:17.991Z | Checking clap_lex v0.7.2 |
1852 | 2024-11-18T17:32:18.166Z | Checking publicsuffix v2.2.3 |
1853 | 2024-11-18T17:32:18.251Z | Checking clap_builder v4.5.21 |
1854 | 2024-11-18T17:32:18.410Z | Checking cookie v0.18.1 |
1855 | 2024-11-18T17:32:18.876Z | Checking webpki-roots v0.26.6 |
1856 | 2024-11-18T17:32:19.069Z | Checking hyper v1.5.0 |
1857 | 2024-11-18T17:32:19.071Z | Checking backtrace v0.3.74 |
1858 | 2024-11-18T17:32:19.112Z | Checking idna v0.5.0 |
1859 | 2024-11-18T17:32:19.357Z | Checking is-terminal v0.4.13 |
1860 | 2024-11-18T17:32:19.494Z | Checking scroll v0.12.0 |
1861 | 2024-11-18T17:32:19.614Z | Checking anyhow v1.0.93 |
1862 | 2024-11-18T17:32:19.966Z | Checking ucd-trie v0.1.7 |
1863 | 2024-11-18T17:32:19.993Z | Checking plain v0.2.3 |
1864 | 2024-11-18T17:32:19.996Z | Checking cookie_store v0.21.0 |
1865 | 2024-11-18T17:32:20.161Z | Checking goblin v0.8.2 |
1866 | 2024-11-18T17:32:20.189Z | Checking pest v2.7.14 |
1867 | 2024-11-18T17:32:20.765Z | Checking sync_wrapper v1.0.1 |
1868 | 2024-11-18T17:32:20.911Z | Checking pretty-hex v0.4.1 |
1869 | 2024-11-18T17:32:20.939Z | Checking base16ct v0.2.0 |
1870 | 2024-11-18T17:32:20.964Z | Checking tokio-rustls v0.26.0 |
1871 | 2024-11-18T17:32:21.082Z | Checking num-integer v0.1.46 |
1872 | 2024-11-18T17:32:21.109Z | Checking hyper-util v0.1.10 |
1873 | 2024-11-18T17:32:21.132Z | Checking sec1 v0.7.3 |
1874 | 2024-11-18T17:32:21.300Z | Checking clap v4.5.21 |
1875 | 2024-11-18T17:32:21.340Z | Checking ff v0.13.0 |
1876 | 2024-11-18T17:32:21.437Z | Checking thread-id v4.2.2 |
1877 | 2024-11-18T17:32:21.506Z | Checking toml_edit v0.22.22 |
1878 | 2024-11-18T17:32:21.549Z | Checking hkdf v0.12.4 |
1879 | 2024-11-18T17:32:21.551Z | Checking group v0.13.0 |
1880 | 2024-11-18T17:32:21.593Z | Checking crypto-bigint v0.5.5 |
1881 | 2024-11-18T17:32:21.777Z | Checking dirs-sys-next v0.1.2 |
1882 | 2024-11-18T17:32:21.802Z | Checking memmap v0.7.0 |
1883 | 2024-11-18T17:32:21.920Z | Checking native-tls v0.2.12 |
1884 | 2024-11-18T17:32:21.969Z | Checking crc32fast v1.4.2 |
1885 | 2024-11-18T17:32:22.029Z | Checking static_assertions v1.1.0 |
1886 | 2024-11-18T17:32:22.138Z | Checking bitflags v1.3.2 |
1887 | 2024-11-18T17:32:22.218Z | Checking utf-8 v0.7.6 |
1888 | 2024-11-18T17:32:22.251Z | Checking dirs-next v2.0.0 |
1889 | 2024-11-18T17:32:22.254Z | Checking tokio-native-tls v0.3.1 |
1890 | 2024-11-18T17:32:22.393Z | Checking crossbeam-channel v0.5.13 |
1891 | 2024-11-18T17:32:22.429Z | Checking thread_local v1.1.8 |
1892 | 2024-11-18T17:32:22.527Z | Checking unicode-segmentation v1.12.0 |
1893 | 2024-11-18T17:32:22.693Z | Checking dtrace-parser v0.2.0 |
1894 | 2024-11-18T17:32:22.728Z | Checking term v0.7.0 |
1895 | 2024-11-18T17:32:23.101Z | Checking num-iter v0.1.45 |
1896 | 2024-11-18T17:32:23.147Z | Checking hyper-tls v0.6.0 |
1897 | 2024-11-18T17:32:23.192Z | Checking hyper-rustls v0.27.3 |
1898 | 2024-11-18T17:32:23.234Z | Checking crossbeam-epoch v0.9.18 |
1899 | 2024-11-18T17:32:23.261Z | Checking take_mut v0.2.2 |
1900 | 2024-11-18T17:32:23.287Z | Checking match_cfg v0.1.0 |
1901 | 2024-11-18T17:32:23.417Z | Checking hostname v0.3.1 |
1902 | 2024-11-18T17:32:23.445Z | Checking slog-async v2.8.0 |
1903 | 2024-11-18T17:32:23.447Z | Checking slog-term v2.9.1 |
1904 | 2024-11-18T17:32:23.554Z | Checking reqwest v0.12.9 |
1905 | 2024-11-18T17:32:23.580Z | Checking bstr v1.10.0 |
1906 | 2024-11-18T17:32:23.661Z | Checking rfc6979 v0.4.0 |
1907 | 2024-11-18T17:32:23.777Z | Checking hex v0.4.3 |
1908 | 2024-11-18T17:32:23.840Z | Checking winnow v0.5.40 |
1909 | 2024-11-18T17:32:23.941Z | Checking managed v0.8.0 |
1910 | 2024-11-18T17:32:23.987Z | Checking toml v0.8.19 |
1911 | 2024-11-18T17:32:24.277Z | Checking crossbeam-deque v0.8.5 |
1912 | 2024-11-18T17:32:24.308Z | Checking num-bigint-dig v0.8.4 |
1913 | 2024-11-18T17:32:24.446Z | Checking elliptic-curve v0.13.8 |
1914 | 2024-11-18T17:32:24.531Z | Checking flate2 v1.0.34 |
1915 | 2024-11-18T17:32:24.609Z | Checking rustls v0.22.4 |
1916 | 2024-11-18T17:32:24.718Z | Checking pkcs1 v0.7.5 |
1917 | 2024-11-18T17:32:25.083Z | Checking ecdsa v0.16.9 |
1918 | 2024-11-18T17:32:25.134Z | Checking curve25519-dalek v4.1.3 |
1919 | 2024-11-18T17:32:25.161Z | Checking dof v0.3.0 |
1920 | 2024-11-18T17:32:25.193Z | Checking zerocopy v0.6.6 |
1921 | 2024-11-18T17:32:25.435Z | Checking siphasher v0.3.11 |
1922 | 2024-11-18T17:32:25.764Z | Checking rayon-core v1.12.1 |
1923 | 2024-11-18T17:32:25.803Z | Checking ed25519 v2.2.3 |
1924 | 2024-11-18T17:32:25.806Z | Checking usdt-impl v0.5.0 |
1925 | 2024-11-18T17:32:25.961Z | Checking slog-json v2.6.1 |
1926 | 2024-11-18T17:32:26.132Z | Checking signal-hook v0.3.17 |
1927 | 2024-11-18T17:32:26.233Z | Checking debug-ignore v1.0.5 |
1928 | 2024-11-18T17:32:26.377Z | Checking usdt v0.5.0 |
1929 | 2024-11-18T17:32:26.405Z | Checking quick-error v1.2.3 |
1930 | 2024-11-18T17:32:26.442Z | Checking slog-bunyan v2.5.0 |
1931 | 2024-11-18T17:32:26.465Z | Checking rsa v0.9.6 |
1932 | 2024-11-18T17:32:26.487Z | Checking multer v3.1.0 |
1933 | 2024-11-18T17:32:26.543Z | Checking itertools v0.10.5 |
1934 | 2024-11-18T17:32:26.609Z | Checking x509-cert v0.2.5 |
1935 | 2024-11-18T17:32:26.635Z | Checking idna v0.4.0 |
1936 | 2024-11-18T17:32:26.853Z | Checking toml_edit v0.19.15 |
1937 | 2024-11-18T17:32:26.915Z | Checking waitgroup v0.1.2 |
1938 | 2024-11-18T17:32:27.062Z | Checking hubpack v0.1.2 |
1939 | 2024-11-18T17:32:27.090Z | Checking ed25519-dalek v2.1.1 |
1940 | 2024-11-18T17:32:27.385Z | Checking serde_path_to_error v0.1.16 |
1941 | 2024-11-18T17:32:27.450Z | Checking bzip2-sys v0.1.11+1.0.8 |
1942 | 2024-11-18T17:32:27.453Z | Checking async-stream v0.3.6 |
1943 | 2024-11-18T17:32:27.505Z | Checking hostname v0.4.0 |
1944 | 2024-11-18T17:32:27.588Z | Checking bit-vec v0.6.3 |
1945 | 2024-11-18T17:32:27.651Z | Checking bzip2 v0.4.4 |
1946 | 2024-11-18T17:32:27.679Z | Checking hickory-proto v0.24.1 |
1947 | 2024-11-18T17:32:27.917Z | Checking bit-set v0.5.3 |
1948 | 2024-11-18T17:32:27.945Z | Checking signal-hook-mio v0.2.4 |
1949 | 2024-11-18T17:32:27.992Z | Checking console v0.15.8 |
1950 | 2024-11-18T17:32:28.093Z | Checking hash32 v0.2.1 |
1951 | 2024-11-18T17:32:28.178Z | Checking predicates-core v1.0.8 |
1952 | 2024-11-18T17:32:28.234Z | Checking unicode-properties v0.1.3 |
1953 | 2024-11-18T17:32:28.287Z | Checking tokio-rustls v0.25.0 |
1954 | 2024-11-18T17:32:28.367Z | Checking linked-hash-map v0.5.6 |
1955 | 2024-11-18T17:32:28.395Z | Checking heapless v0.7.17 |
1956 | 2024-11-18T17:32:28.569Z | Checking crossterm v0.28.1 |
1957 | 2024-11-18T17:32:28.595Z | Checking stringprep v0.1.5 |
1958 | 2024-11-18T17:32:28.688Z | Checking lru-cache v0.1.2 |
1959 | 2024-11-18T17:32:28.713Z | Checking dropshot v0.12.0 |
1960 | 2024-11-18T17:32:28.783Z | Checking rayon v1.10.0 |
1961 | 2024-11-18T17:32:28.867Z | Checking phf_shared v0.11.2 |
1962 | 2024-11-18T17:32:28.894Z | Checking similar v2.6.0 |
1963 | 2024-11-18T17:32:29.156Z | Checking tokio-stream v0.1.16 |
1964 | 2024-11-18T17:32:29.322Z | Checking toml v0.7.8 |
1965 | 2024-11-18T17:32:29.405Z | Checking md-5 v0.10.6 |
1966 | 2024-11-18T17:32:29.646Z | Checking float-cmp v0.9.0 |
1967 | 2024-11-18T17:32:29.786Z | Checking difflib v0.4.0 |
1968 | 2024-11-18T17:32:29.844Z | Checking normalize-line-endings v0.3.0 |
1969 | 2024-11-18T17:32:29.976Z | Checking fallible-iterator v0.2.0 |
1970 | 2024-11-18T17:32:30.050Z | Checking fixedbitset v0.4.2 |
1971 | 2024-11-18T17:32:30.052Z | Checking smoltcp v0.9.1 |
1972 | 2024-11-18T17:32:30.098Z | Checking predicates v3.1.2 |
1973 | 2024-11-18T17:32:30.342Z | Checking petgraph v0.6.5 |
1974 | 2024-11-18T17:32:30.424Z | Checking phf v0.11.2 |
1975 | 2024-11-18T17:32:30.572Z | Checking postgres-protocol v0.6.7 |
1976 | 2024-11-18T17:32:30.707Z | Checking zip v0.6.6 |
1977 | 2024-11-18T17:32:30.782Z | Checking resolv-conf v0.7.0 |
1978 | 2024-11-18T17:32:31.134Z | Checking phf_shared v0.10.0 |
1979 | 2024-11-18T17:32:31.303Z | Checking tungstenite v0.24.0 |
1980 | 2024-11-18T17:32:31.420Z | Checking fs-err v2.11.0 |
1981 | 2024-11-18T17:32:31.446Z | Checking serde-big-array v0.5.1 |
1982 | 2024-11-18T17:32:31.569Z | Checking portable-atomic v1.9.0 |
1983 | 2024-11-18T17:32:31.663Z | Checking precomputed-hash v0.1.1 |
1984 | 2024-11-18T17:32:31.788Z | Checking minimal-lexical v0.2.1 |
1985 | 2024-11-18T17:32:32.007Z | Checking new_debug_unreachable v1.0.6 |
1986 | 2024-11-18T17:32:32.104Z | Checking lalrpop-util v0.19.12 |
1987 | 2024-11-18T17:32:32.205Z | Checking number_prefix v0.4.0 |
1988 | 2024-11-18T17:32:32.232Z | Checking unicode-width v0.2.0 |
1989 | 2024-11-18T17:32:32.309Z | Checking tokio-tungstenite v0.24.0 |
1990 | 2024-11-18T17:32:32.389Z | Checking nom v7.1.3 |
1991 | 2024-11-18T17:32:32.415Z | Checking string_cache v0.8.7 |
1992 | 2024-11-18T17:32:32.460Z | Checking hickory-resolver v0.24.1 |
1993 | 2024-11-18T17:32:32.623Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1994 | 2024-11-18T17:32:32.663Z | Checking postgres-types v0.2.8 |
1995 | 2024-11-18T17:32:32.691Z | Checking indicatif v0.17.9 |
1996 | 2024-11-18T17:32:32.694Z | Checking itertools v0.12.1 |
1997 | 2024-11-18T17:32:32.758Z | Checking heck v0.4.1 |
1998 | 2024-11-18T17:32:32.978Z | Checking peg-runtime v0.8.3 |
1999 | 2024-11-18T17:32:33.216Z | Checking whoami v1.5.2 |
2000 | 2024-11-18T17:32:33.477Z | Compiling hashbrown v0.14.5 |
2001 | 2024-11-18T17:32:33.505Z | Compiling unsafe-libyaml v0.2.11 |
2002 | 2024-11-18T17:32:33.531Z | Checking tokio-postgres v0.7.12 |
2003 | 2024-11-18T17:32:34.076Z | Checking qorb v0.2.0 |
2004 | 2024-11-18T17:32:34.740Z | Compiling ident_case v1.0.1 |
2005 | 2024-11-18T17:32:34.879Z | Compiling regress v0.10.1 |
2006 | 2024-11-18T17:32:34.932Z | Compiling serde_yaml v0.9.34+deprecated |
2007 | 2024-11-18T17:32:35.273Z | Compiling darling_core v0.20.10 |
2008 | 2024-11-18T17:32:35.300Z | Checking heck v0.5.0 |
2009 | 2024-11-18T17:32:35.485Z | Checking progenitor-client v0.8.0 |
2010 | 2024-11-18T17:32:35.898Z | Checking fastrand v2.1.1 |
2011 | 2024-11-18T17:32:36.237Z | Compiling newtype-uuid v1.1.3 |
2012 | 2024-11-18T17:32:36.553Z | Checking ipnetwork v0.20.0 |
2013 | 2024-11-18T17:32:36.658Z | Compiling structmeta-derive v0.3.0 |
2014 | 2024-11-18T17:32:36.698Z | Checking strum v0.26.3 |
2015 | 2024-11-18T17:32:36.858Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2016 | 2024-11-18T17:32:36.923Z | Compiling dropshot v0.13.0 |
2017 | 2024-11-18T17:32:37.546Z | Compiling dropshot_endpoint v0.13.0 |
2018 | 2024-11-18T17:32:37.630Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2019 | 2024-11-18T17:32:37.988Z | Checking tempfile v3.13.0 |
2020 | 2024-11-18T17:32:38.039Z | Checking instant v0.1.13 |
2021 | 2024-11-18T17:32:38.169Z | Checking regress v0.9.1 |
2022 | 2024-11-18T17:32:38.366Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2023 | 2024-11-18T17:32:39.085Z | Compiling typify-impl v0.2.0 |
2024 | 2024-11-18T17:32:39.159Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2025 | 2024-11-18T17:32:39.468Z | Checking macaddr v1.0.1 |
2026 | 2024-11-18T17:32:39.597Z | Compiling structmeta v0.3.0 |
2027 | 2024-11-18T17:32:39.803Z | Checking backoff v0.4.0 |
2028 | 2024-11-18T17:32:39.894Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2029 | 2024-11-18T17:32:40.037Z | Compiling parse-display-derive v0.10.0 |
2030 | 2024-11-18T17:32:40.064Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2031 | 2024-11-18T17:32:40.111Z | Checking wait-timeout v0.2.0 |
2032 | 2024-11-18T17:32:40.216Z | Checking rand_xorshift v0.3.0 |
2033 | 2024-11-18T17:32:40.292Z | Checking rusty-fork v0.3.0 |
2034 | 2024-11-18T17:32:40.403Z | Compiling structmeta-derive v0.2.0 |
2035 | 2024-11-18T17:32:40.613Z | Checking unarray v0.1.4 |
2036 | 2024-11-18T17:32:40.798Z | Checking proptest v1.5.0 |
2037 | 2024-11-18T17:32:41.647Z | Checking camino-tempfile v1.1.1 |
2038 | 2024-11-18T17:32:41.797Z | Compiling proc-macro-error v1.0.4 |
2039 | 2024-11-18T17:32:41.940Z | Compiling proc-macro-crate v1.3.1 |
2040 | 2024-11-18T17:32:42.419Z | Compiling darling_macro v0.20.10 |
2041 | 2024-11-18T17:32:42.510Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2042 | 2024-11-18T17:32:42.889Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2043 | 2024-11-18T17:32:43.033Z | Compiling num_enum_derive v0.5.11 |
2044 | 2024-11-18T17:32:43.202Z | Compiling foreign-types-macros v0.2.3 |
2045 | 2024-11-18T17:32:43.338Z | Compiling structmeta v0.2.0 |
2046 | 2024-11-18T17:32:43.371Z | Compiling darling v0.20.10 |
2047 | 2024-11-18T17:32:43.505Z | Compiling serde_with_macros v3.11.0 |
2048 | 2024-11-18T17:32:43.805Z | Compiling test-strategy v0.3.1 |
2049 | 2024-11-18T17:32:44.514Z | Checking foreign-types-shared v0.3.1 |
2050 | 2024-11-18T17:32:44.643Z | Checking foreign-types v0.5.0 |
2051 | 2024-11-18T17:32:44.735Z | Checking parse-display v0.10.0 |
2052 | 2024-11-18T17:32:44.971Z | Checking tabwriter v1.4.0 |
2053 | 2024-11-18T17:32:45.108Z | Checking cstr-argument v0.1.2 |
2054 | 2024-11-18T17:32:45.229Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2055 | 2024-11-18T17:32:45.291Z | Checking pretty-hex v0.2.1 |
2056 | 2024-11-18T17:32:45.442Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2057 | 2024-11-18T17:32:45.468Z | Checking colored v2.1.0 |
2058 | 2024-11-18T17:32:45.604Z | Checking num_enum v0.5.11 |
2059 | 2024-11-18T17:32:45.792Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2060 | 2024-11-18T17:32:45.819Z | Checking smf v0.2.3 |
2061 | 2024-11-18T17:32:45.821Z | Compiling crucible-workspace-hack v0.1.0 |
2062 | 2024-11-18T17:32:46.065Z | Checking base64 v0.21.7 |
2063 | 2024-11-18T17:32:46.102Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2064 | 2024-11-18T17:32:46.157Z | Compiling heapless v0.8.0 |
2065 | 2024-11-18T17:32:46.251Z | Checking termtree v0.4.1 |
2066 | 2024-11-18T17:32:46.378Z | Checking hash32 v0.3.1 |
2067 | 2024-11-18T17:32:46.424Z | Checking serde_with v3.11.0 |
2068 | 2024-11-18T17:32:46.474Z | Checking predicates-tree v1.0.11 |
2069 | 2024-11-18T17:32:46.530Z | Compiling smoltcp v0.11.0 |
2070 | 2024-11-18T17:32:46.558Z | Checking cobs v0.2.3 |
2071 | 2024-11-18T17:32:46.582Z | Checking sigpipe v0.1.3 |
2072 | 2024-11-18T17:32:46.632Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2073 | 2024-11-18T17:32:46.696Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2074 | 2024-11-18T17:32:46.753Z | Checking postcard v1.0.10 |
2075 | 2024-11-18T17:32:46.841Z | Checking atomicwrites v0.4.4 |
2076 | 2024-11-18T17:32:47.004Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2077 | 2024-11-18T17:32:47.047Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2078 | 2024-11-18T17:32:47.239Z | Compiling mockall_derive v0.13.0 |
2079 | 2024-11-18T17:32:47.333Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2080 | 2024-11-18T17:32:47.364Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2081 | 2024-11-18T17:32:47.617Z | Compiling zone_cfg_derive v0.3.0 |
2082 | 2024-11-18T17:32:47.659Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2083 | 2024-11-18T17:32:47.828Z | Compiling num-derive v0.4.2 |
2084 | 2024-11-18T17:32:48.032Z | Checking fragile v2.0.0 |
2085 | 2024-11-18T17:32:48.291Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2086 | 2024-11-18T17:32:48.594Z | Checking downcast v0.11.0 |
2087 | 2024-11-18T17:32:48.853Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2088 | 2024-11-18T17:32:49.072Z | Checking zone v0.3.0 |
2089 | 2024-11-18T17:32:49.117Z | Compiling convert_case v0.4.0 |
2090 | 2024-11-18T17:32:49.524Z | Checking newline-converter v0.3.0 |
2091 | 2024-11-18T17:32:49.687Z | Checking itertools v0.13.0 |
2092 | 2024-11-18T17:32:49.840Z | Checking expectorate v1.1.0 |
2093 | 2024-11-18T17:32:49.966Z | Checking tungstenite v0.21.0 |
2094 | 2024-11-18T17:32:50.013Z | Checking same-file v1.0.6 |
2095 | 2024-11-18T17:32:50.096Z | Compiling derive_more v0.99.18 |
2096 | 2024-11-18T17:32:50.205Z | Checking walkdir v2.5.0 |
2097 | 2024-11-18T17:32:50.230Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2098 | 2024-11-18T17:32:50.501Z | Checking arc-swap v1.7.1 |
2099 | 2024-11-18T17:32:50.732Z | Checking xattr v1.3.1 |
2100 | 2024-11-18T17:32:50.911Z | Checking tokio-tungstenite v0.21.0 |
2101 | 2024-11-18T17:32:50.935Z | Checking filetime v0.2.25 |
2102 | 2024-11-18T17:32:50.986Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2103 | 2024-11-18T17:32:51.011Z | Checking slog-scope v4.4.0 |
2104 | 2024-11-18T17:32:51.137Z | Checking tar v0.4.42 |
2105 | 2024-11-18T17:32:51.225Z | Checking slog-stdlog v4.1.1 |
2106 | 2024-11-18T17:32:51.406Z | Checking slog-envlogger v2.2.0 |
2107 | 2024-11-18T17:32:51.466Z | Checking num-rational v0.4.2 |
2108 | 2024-11-18T17:32:51.642Z | Checking num-complex v0.4.6 |
2109 | 2024-11-18T17:32:51.996Z | Checking float-ord v0.3.2 |
2110 | 2024-11-18T17:32:52.146Z | Compiling owo-colors v4.1.0 |
2111 | 2024-11-18T17:32:52.171Z | Checking swrite v0.1.0 |
2112 | 2024-11-18T17:32:52.291Z | Compiling cancel-safe-futures v0.1.5 |
2113 | 2024-11-18T17:32:52.407Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2114 | 2024-11-18T17:32:52.410Z | Checking libsw v3.3.1 |
2115 | 2024-11-18T17:32:52.528Z | Checking num v0.4.3 |
2116 | 2024-11-18T17:32:52.652Z | Checking pem v3.0.4 |
2117 | 2024-11-18T17:32:52.702Z | Checking password-hash v0.5.0 |
2118 | 2024-11-18T17:32:52.920Z | Checking blake2 v0.10.6 |
2119 | 2024-11-18T17:32:53.122Z | Checking linear-map v1.2.0 |
2120 | 2024-11-18T17:32:53.154Z | Checking indent_write v2.2.0 |
2121 | 2024-11-18T17:32:53.365Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2122 | 2024-11-18T17:32:53.409Z | Checking argon2 v0.5.3 |
2123 | 2024-11-18T17:32:53.742Z | Compiling lzma-sys v0.1.20 |
2124 | 2024-11-18T17:32:53.988Z | Checking headers-core v0.3.0 |
2125 | 2024-11-18T17:32:54.113Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2126 | 2024-11-18T17:32:54.139Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2127 | 2024-11-18T17:32:54.141Z | Compiling heck v0.3.3 |
2128 | 2024-11-18T17:32:54.336Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2129 | 2024-11-18T17:32:54.435Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2130 | 2024-11-18T17:32:54.479Z | Checking headers v0.4.0 |
2131 | 2024-11-18T17:32:54.584Z | Compiling zone_cfg_derive v0.1.2 |
2132 | 2024-11-18T17:32:54.742Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2133 | 2024-11-18T17:32:54.773Z | Checking yasna v0.5.2 |
2134 | 2024-11-18T17:32:55.024Z | Checking base64 v0.13.1 |
2135 | 2024-11-18T17:32:55.446Z | Checking highway v1.2.0 |
2136 | 2024-11-18T17:32:55.598Z | Checking rcgen v0.12.1 |
2137 | 2024-11-18T17:32:55.624Z | Checking ron v0.7.1 |
2138 | 2024-11-18T17:32:55.762Z | Checking mockall v0.13.0 |
2139 | 2024-11-18T17:32:55.891Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2140 | 2024-11-18T17:32:56.091Z | Checking zone v0.1.8 |
2141 | 2024-11-18T17:32:56.296Z | Checking xz2 v0.1.7 |
2142 | 2024-11-18T17:32:56.397Z | Checking subprocess v0.2.9 |
2143 | 2024-11-18T17:32:56.620Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2144 | 2024-11-18T17:32:56.782Z | Checking humantime v2.1.0 |
2145 | 2024-11-18T17:32:56.807Z | Compiling semver v0.1.20 |
2146 | 2024-11-18T17:32:56.948Z | Checking half v2.4.1 |
2147 | 2024-11-18T17:32:57.080Z | Checking ciborium-io v0.2.2 |
2148 | 2024-11-18T17:32:57.262Z | Compiling rustc_version v0.1.7 |
2149 | 2024-11-18T17:32:57.422Z | Checking ciborium-ll v0.2.2 |
2150 | 2024-11-18T17:32:57.474Z | Checking prettyplease v0.2.25 |
2151 | 2024-11-18T17:32:57.499Z | Compiling typify-macro v0.2.0 |
2152 | 2024-11-18T17:32:57.734Z | Compiling newtype_derive v0.1.6 |
2153 | 2024-11-18T17:32:57.736Z | Checking ciborium v0.2.2 |
2154 | 2024-11-18T17:32:59.234Z | Checking steno v0.4.1 |
2155 | 2024-11-18T17:32:59.433Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2156 | 2024-11-18T17:33:00.364Z | Checking display-error-chain v0.2.2 |
2157 | 2024-11-18T17:33:00.545Z | Compiling slog-dtrace v0.3.0 |
2158 | 2024-11-18T17:33:00.751Z | Checking gethostname v0.5.0 |
2159 | 2024-11-18T17:33:00.754Z | Checking nibble_vec v0.1.0 |
2160 | 2024-11-18T17:33:00.882Z | Compiling ring v0.16.20 |
2161 | 2024-11-18T17:33:00.976Z | Compiling blake3 v1.5.4 |
2162 | 2024-11-18T17:33:01.393Z | Checking keccak v0.1.5 |
2163 | 2024-11-18T17:33:01.580Z | Checking endian-type v0.1.2 |
2164 | 2024-11-18T17:33:01.733Z | Checking sha3 v0.10.8 |
2165 | 2024-11-18T17:33:01.781Z | Checking radix_trie v0.2.1 |
2166 | 2024-11-18T17:33:01.835Z | Compiling typify v0.2.0 |
2167 | 2024-11-18T17:33:01.977Z | Compiling progenitor-impl v0.8.0 |
2168 | 2024-11-18T17:33:02.173Z | Checking universal-hash v0.5.1 |
2169 | 2024-11-18T17:33:02.320Z | Checking secrecy v0.8.0 |
2170 | 2024-11-18T17:33:02.349Z | Checking opaque-debug v0.3.1 |
2171 | 2024-11-18T17:33:02.434Z | Checking aead v0.5.2 |
2172 | 2024-11-18T17:33:02.457Z | Checking poly1305 v0.8.0 |
2173 | 2024-11-18T17:33:02.529Z | Checking chacha20 v0.9.1 |
2174 | 2024-11-18T17:33:02.957Z | Compiling memmap2 v0.9.5 |
2175 | 2024-11-18T17:33:03.433Z | Compiling arrayvec v0.7.6 |
2176 | 2024-11-18T17:33:03.694Z | Compiling spin v0.5.2 |
2177 | 2024-11-18T17:33:03.797Z | Compiling arrayref v0.3.9 |
2178 | 2024-11-18T17:33:03.847Z | Compiling constant_time_eq v0.3.1 |
2179 | 2024-11-18T17:33:03.934Z | Compiling toolchain_find v0.4.0 |
2180 | 2024-11-18T17:33:04.028Z | Compiling thiserror-impl-no-std v2.0.2 |
2181 | 2024-11-18T17:33:04.051Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2182 | 2024-11-18T17:33:04.339Z | Compiling topological-sort v0.2.2 |
2183 | 2024-11-18T17:33:04.403Z | Compiling rustfmt-wrapper v0.2.1 |
2184 | 2024-11-18T17:33:04.578Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2185 | 2024-11-18T17:33:04.803Z | Checking chacha20poly1305 v0.10.1 |
2186 | 2024-11-18T17:33:04.921Z | Compiling async-recursion v1.1.1 |
2187 | 2024-11-18T17:33:04.977Z | Checking fxhash v0.2.1 |
2188 | 2024-11-18T17:33:05.006Z | Checking termcolor v1.4.1 |
2189 | 2024-11-18T17:33:05.169Z | Checking maplit v1.0.2 |
2190 | 2024-11-18T17:33:05.293Z | Compiling radium v0.7.0 |
2191 | 2024-11-18T17:33:05.295Z | Checking tap v1.0.1 |
2192 | 2024-11-18T17:33:05.454Z | Compiling maybe-uninit v2.0.0 |
2193 | 2024-11-18T17:33:05.481Z | Checking wyz v0.5.1 |
2194 | 2024-11-18T17:33:05.906Z | Checking home v0.5.9 |
2195 | 2024-11-18T17:33:06.073Z | Checking crc-catalog v2.4.0 |
2196 | 2024-11-18T17:33:06.131Z | Compiling packed_struct v0.10.1 |
2197 | 2024-11-18T17:33:06.223Z | Checking funty v2.0.0 |
2198 | 2024-11-18T17:33:06.245Z | Checking crc v3.2.1 |
2199 | 2024-11-18T17:33:06.658Z | Compiling const_format_proc_macros v0.2.33 |
2200 | 2024-11-18T17:33:06.683Z | Compiling omicron-zone-package v0.11.1 |
2201 | 2024-11-18T17:33:06.724Z | Checking kstat-rs v0.2.4 |
2202 | 2024-11-18T17:33:07.093Z | Compiling packed_struct_codegen v0.10.1 |
2203 | 2024-11-18T17:33:07.130Z | Checking bitvec v1.0.1 |
2204 | 2024-11-18T17:33:07.270Z | Checking thiserror-no-std v2.0.2 |
2205 | 2024-11-18T17:33:07.389Z | Checking vsss-rs v3.3.4 |
2206 | 2024-11-18T17:33:08.427Z | Compiling vte_generate_state_changes v0.1.2 |
2207 | 2024-11-18T17:33:08.451Z | Compiling indexmap v1.9.3 |
2208 | 2024-11-18T17:33:08.742Z | Compiling libefi-sys v0.1.0 |
2209 | 2024-11-18T17:33:08.825Z | Checking nodrop v0.1.14 |
2210 | 2024-11-18T17:33:08.953Z | Checking array-init v0.0.4 |
2211 | 2024-11-18T17:33:09.047Z | Checking const_format v0.2.33 |
2212 | 2024-11-18T17:33:09.079Z | Checking vte v0.11.1 |
2213 | 2024-11-18T17:33:09.590Z | Checking smallvec v0.6.14 |
2214 | 2024-11-18T17:33:09.963Z | Checking fd-lock v4.0.2 |
2215 | 2024-11-18T17:33:10.010Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2216 | 2024-11-18T17:33:10.034Z | Compiling bitfield-struct v0.6.2 |
2217 | 2024-11-18T17:33:10.161Z | Checking hashbrown v0.12.3 |
2218 | 2024-11-18T17:33:10.207Z | Compiling progenitor-macro v0.8.0 |
2219 | 2024-11-18T17:33:10.399Z | Checking bitfield v0.14.0 |
2220 | 2024-11-18T17:33:10.443Z | Checking strip-ansi-escapes v0.2.0 |
2221 | 2024-11-18T17:33:10.666Z | Checking serde-hex v0.1.0 |
2222 | 2024-11-18T17:33:10.760Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2223 | 2024-11-18T17:33:11.037Z | Checking env_logger v0.10.2 |
2224 | 2024-11-18T17:33:11.165Z | Checking ron v0.8.1 |
2225 | 2024-11-18T17:33:11.452Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2226 | 2024-11-18T17:33:11.521Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2227 | 2024-11-18T17:33:11.780Z | Checking hashbrown v0.13.2 |
2228 | 2024-11-18T17:33:11.961Z | Checking crc-any v2.5.0 |
2229 | 2024-11-18T17:33:12.115Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2230 | 2024-11-18T17:33:12.245Z | Checking nu-ansi-term v0.50.1 |
2231 | 2024-11-18T17:33:12.356Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2232 | 2024-11-18T17:33:12.434Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2233 | 2024-11-18T17:33:12.657Z | Checking reedline v0.35.0 |
2234 | 2024-11-18T17:33:12.860Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2235 | 2024-11-18T17:33:12.880Z | Checking object v0.30.4 |
2236 | 2024-11-18T17:33:12.964Z | Checking path-slash v0.1.5 |
2237 | 2024-11-18T17:33:13.103Z | Compiling parking_lot_core v0.8.6 |
2238 | 2024-11-18T17:33:13.127Z | Compiling phf_generator v0.11.2 |
2239 | 2024-11-18T17:33:13.130Z | Checking glob v0.3.1 |
2240 | 2024-11-18T17:33:13.304Z | Checking bytecount v0.6.8 |
2241 | 2024-11-18T17:33:13.464Z | Compiling phf_codegen v0.11.2 |
2242 | 2024-11-18T17:33:13.484Z | Checking papergrid v0.11.0 |
2243 | 2024-11-18T17:33:13.691Z | Compiling tabled_derive v0.7.0 |
2244 | 2024-11-18T17:33:13.713Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2245 | 2024-11-18T17:33:13.943Z | Checking parking_lot v0.11.2 |
2246 | 2024-11-18T17:33:14.288Z | Compiling parse-zoneinfo v0.3.1 |
2247 | 2024-11-18T17:33:14.692Z | Compiling cfg_aliases v0.1.1 |
2248 | 2024-11-18T17:33:14.808Z | Compiling nix v0.28.0 |
2249 | 2024-11-18T17:33:14.976Z | Compiling chrono-tz-build v0.4.0 |
2250 | 2024-11-18T17:33:15.393Z | Checking sled v0.34.7 |
2251 | 2024-11-18T17:33:15.614Z | Checking hickory-client v0.24.1 |
2252 | 2024-11-18T17:33:16.281Z | Checking tabled v0.15.0 |
2253 | 2024-11-18T17:33:16.328Z | Checking hickory-server v0.24.1 |
2254 | 2024-11-18T17:33:16.417Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2255 | 2024-11-18T17:33:16.553Z | Compiling chrono-tz v0.10.0 |
2256 | 2024-11-18T17:33:17.232Z | Compiling buf-list v1.0.3 |
2257 | 2024-11-18T17:33:18.258Z | Compiling peg-macros v0.8.4 |
2258 | 2024-11-18T17:33:18.684Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2259 | 2024-11-18T17:33:19.092Z | Compiling sqlparser_derive v0.2.2 |
2260 | 2024-11-18T17:33:19.152Z | Checking unicode_categories v0.1.1 |
2261 | 2024-11-18T17:33:19.465Z | Checking sqlformat v0.2.6 |
2262 | 2024-11-18T17:33:20.203Z | Checking sqlparser v0.45.0 |
2263 | 2024-11-18T17:33:20.242Z | Checking bcs v0.1.6 |
2264 | 2024-11-18T17:33:20.486Z | Checking rustyline v14.0.0 |
2265 | 2024-11-18T17:33:20.757Z | Checking primeorder v0.13.6 |
2266 | 2024-11-18T17:33:21.253Z | Compiling unicase v2.7.0 |
2267 | 2024-11-18T17:33:21.779Z | Checking nanorand v0.7.0 |
2268 | 2024-11-18T17:33:22.053Z | Checking peg v0.8.4 |
2269 | 2024-11-18T17:33:22.166Z | Checking atty v0.2.14 |
2270 | 2024-11-18T17:33:22.190Z | Checking flume v0.11.1 |
2271 | 2024-11-18T17:33:22.213Z | Compiling salty v0.3.0 |
2272 | 2024-11-18T17:33:22.693Z | Checking p384 v0.13.0 |
2273 | 2024-11-18T17:33:22.695Z | Compiling mime_guess v2.0.5 |
2274 | 2024-11-18T17:33:23.285Z | Checking env_filter v0.1.2 |
2275 | 2024-11-18T17:33:23.530Z | Checking env_logger v0.11.5 |
2276 | 2024-11-18T17:33:23.772Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2277 | 2024-11-18T17:33:24.064Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2278 | 2024-11-18T17:33:24.109Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2279 | 2024-11-18T17:33:24.354Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2280 | 2024-11-18T17:33:24.428Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2281 | 2024-11-18T17:33:24.449Z | Compiling dsl_auto_type v0.1.2 |
2282 | 2024-11-18T17:33:24.637Z | Checking scheduled-thread-pool v0.2.7 |
2283 | 2024-11-18T17:33:24.884Z | Compiling diesel_table_macro_syntax v0.2.0 |
2284 | 2024-11-18T17:33:24.905Z | Checking http-range v0.1.5 |
2285 | 2024-11-18T17:33:25.001Z | Compiling crunchy v0.2.2 |
2286 | 2024-11-18T17:33:25.034Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2287 | 2024-11-18T17:33:25.085Z | Checking hyper-staticfile v0.10.1 |
2288 | 2024-11-18T17:33:25.324Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2289 | 2024-11-18T17:33:25.445Z | Checking progenitor v0.8.0 |
2290 | 2024-11-18T17:33:25.632Z | Checking r2d2 v0.8.10 |
2291 | 2024-11-18T17:33:25.725Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2292 | 2024-11-18T17:33:25.815Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2293 | 2024-11-18T17:33:26.006Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2294 | 2024-11-18T17:33:27.209Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2295 | 2024-11-18T17:33:28.002Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2296 | 2024-11-18T17:33:29.358Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2297 | 2024-11-18T17:33:30.039Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2298 | 2024-11-18T17:33:30.350Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2299 | 2024-11-18T17:33:30.449Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2300 | 2024-11-18T17:33:30.472Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2301 | 2024-11-18T17:33:31.265Z | Compiling diesel_derives v2.2.3 |
2302 | 2024-11-18T17:33:32.389Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2303 | 2024-11-18T17:33:32.477Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2304 | 2024-11-18T17:33:33.011Z | Compiling tiny-keccak v2.0.2 |
2305 | 2024-11-18T17:33:33.440Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2306 | 2024-11-18T17:33:33.591Z | Compiling pin-project-internal v1.1.6 |
2307 | 2024-11-18T17:33:33.696Z | Compiling ref-cast v1.0.23 |
2308 | 2024-11-18T17:33:34.297Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2309 | 2024-11-18T17:33:34.578Z | Compiling ascii-canvas v3.0.0 |
2310 | 2024-11-18T17:33:34.706Z | Compiling ena v0.14.3 |
2311 | 2024-11-18T17:33:35.145Z | Compiling ref-cast-impl v1.0.23 |
2312 | 2024-11-18T17:33:35.148Z | Compiling diff v0.1.13 |
2313 | 2024-11-18T17:33:35.794Z | Compiling regex-syntax v0.6.29 |
2314 | 2024-11-18T17:33:36.502Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2315 | 2024-11-18T17:33:36.852Z | Checking signal-hook-tokio v0.3.1 |
2316 | 2024-11-18T17:33:36.893Z | Checking pin-project v1.1.6 |
2317 | 2024-11-18T17:33:37.032Z | Compiling snafu-derive v0.8.5 |
2318 | 2024-11-18T17:33:37.056Z | Checking simd-adler32 v0.3.7 |
2319 | 2024-11-18T17:33:37.401Z | Checking lockfree-object-pool v0.1.6 |
2320 | 2024-11-18T17:33:37.658Z | Checking bumpalo v3.16.0 |
2321 | 2024-11-18T17:33:38.001Z | Compiling zip v2.1.3 |
2322 | 2024-11-18T17:33:38.352Z | Checking zopfli v0.8.1 |
2323 | 2024-11-18T17:33:39.062Z | Compiling lalrpop v0.19.12 |
2324 | 2024-11-18T17:33:40.625Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2325 | 2024-11-18T17:33:41.002Z | Compiling derive_builder_core v0.20.2 |
2326 | 2024-11-18T17:33:41.961Z | Checking globset v0.4.15 |
2327 | 2024-11-18T17:33:42.454Z | Checking olpc-cjson v0.1.4 |
2328 | 2024-11-18T17:33:42.696Z | Checking serde_plain v1.0.2 |
2329 | 2024-11-18T17:33:42.820Z | Checking snafu v0.8.5 |
2330 | 2024-11-18T17:33:42.946Z | Compiling libxml v0.3.3 |
2331 | 2024-11-18T17:33:43.311Z | Compiling memoffset v0.9.1 |
2332 | 2024-11-18T17:33:43.335Z | Checking typed-path v0.9.3 |
2333 | 2024-11-18T17:33:43.545Z | Compiling derive_builder_macro v0.20.2 |
2334 | 2024-11-18T17:33:44.018Z | Checking diesel v2.2.4 |
2335 | 2024-11-18T17:33:44.440Z | Checking tungstenite v0.23.0 |
2336 | 2024-11-18T17:33:45.148Z | Compiling strum_macros v0.24.3 |
2337 | 2024-11-18T17:33:45.238Z | Checking tough v0.19.0 |
2338 | 2024-11-18T17:33:45.364Z | Compiling samael v0.0.17 |
2339 | 2024-11-18T17:33:47.218Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2340 | 2024-11-18T17:33:48.735Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2341 | 2024-11-18T17:33:49.943Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2342 | 2024-11-18T17:33:50.988Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2343 | 2024-11-18T17:33:52.394Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2344 | 2024-11-18T17:33:53.902Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2345 | 2024-11-18T17:33:54.623Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2346 | 2024-11-18T17:33:54.774Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2347 | 2024-11-18T17:33:55.772Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2348 | 2024-11-18T17:33:56.068Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2349 | 2024-11-18T17:33:56.226Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2350 | 2024-11-18T17:33:56.287Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2351 | 2024-11-18T17:33:57.014Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2352 | 2024-11-18T17:33:57.038Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2353 | 2024-11-18T17:33:57.093Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2354 | 2024-11-18T17:33:57.657Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2355 | 2024-11-18T17:33:58.290Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2356 | 2024-11-18T17:33:58.690Z | Checking parse-size v1.1.0 |
2357 | 2024-11-18T17:33:58.758Z | Compiling indoc v1.0.9 |
2358 | 2024-11-18T17:33:59.746Z | Checking tokio-tungstenite v0.23.1 |
2359 | 2024-11-18T17:34:00.233Z | Checking derive_builder v0.20.2 |
2360 | 2024-11-18T17:34:01.482Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2361 | 2024-11-18T17:34:01.632Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2362 | 2024-11-18T17:34:01.779Z | Checking quick-xml v0.33.0 |
2363 | 2024-11-18T17:34:02.302Z | Compiling impl-trait-for-tuples v0.2.2 |
2364 | 2024-11-18T17:34:02.737Z | Compiling oso-derive v0.27.3 |
2365 | 2024-11-18T17:34:03.013Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2366 | 2024-11-18T17:34:03.426Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2367 | 2024-11-18T17:34:03.429Z | Checking nix v0.27.1 |
2368 | 2024-11-18T17:34:03.773Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2369 | 2024-11-18T17:34:04.380Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2370 | 2024-11-18T17:34:04.744Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2371 | 2024-11-18T17:34:05.241Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2372 | 2024-11-18T17:34:06.471Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2373 | 2024-11-18T17:34:07.501Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2374 | 2024-11-18T17:34:08.379Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2375 | 2024-11-18T17:34:08.604Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2376 | 2024-11-18T17:34:08.865Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2377 | 2024-11-18T17:34:10.105Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2378 | 2024-11-18T17:34:10.367Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2379 | 2024-11-18T17:34:10.396Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2380 | 2024-11-18T17:34:11.283Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2381 | 2024-11-18T17:34:14.348Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2382 | 2024-11-18T17:34:14.645Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2383 | 2024-11-18T17:34:14.930Z | Compiling diesel-dtrace v0.3.0 |
2384 | 2024-11-18T17:34:15.680Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2385 | 2024-11-18T17:34:16.267Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2386 | 2024-11-18T17:34:16.580Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2387 | 2024-11-18T17:34:17.485Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2388 | 2024-11-18T17:34:17.775Z | Checking bb8 v0.8.5 |
2389 | 2024-11-18T17:34:17.904Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2390 | 2024-11-18T17:34:18.249Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2391 | 2024-11-18T17:34:19.026Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2392 | 2024-11-18T17:34:19.183Z | Checking rand_seeder v0.3.0 |
2393 | 2024-11-18T17:34:19.433Z | Checking assert_matches v1.5.0 |
2394 | 2024-11-18T17:34:19.456Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2395 | 2024-11-18T17:34:19.549Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2396 | 2024-11-18T17:34:19.934Z | Checking async-bb8-diesel v0.2.1 |
2397 | 2024-11-18T17:34:20.363Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2398 | 2024-11-18T17:34:20.631Z | Compiling libz-sys v1.1.20 |
2399 | 2024-11-18T17:34:20.673Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2400 | 2024-11-18T17:34:21.414Z | Checking is_ci v1.2.0 |
2401 | 2024-11-18T17:34:21.465Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2402 | 2024-11-18T17:34:21.567Z | Checking supports-color v3.0.1 |
2403 | 2024-11-18T17:34:21.679Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2404 | 2024-11-18T17:34:21.768Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2405 | 2024-11-18T17:34:21.853Z | Compiling vergen v8.3.2 |
2406 | 2024-11-18T17:34:21.935Z | Compiling cargo-platform v0.1.8 |
2407 | 2024-11-18T17:34:22.131Z | Checking smawk v0.3.2 |
2408 | 2024-11-18T17:34:22.347Z | Checking unicode-linebreak v0.1.5 |
2409 | 2024-11-18T17:34:22.496Z | Compiling cargo_metadata v0.18.1 |
2410 | 2024-11-18T17:34:22.758Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2411 | 2024-11-18T17:34:22.779Z | Checking textwrap v0.16.1 |
2412 | 2024-11-18T17:34:23.181Z | Checking castaway v0.2.3 |
2413 | 2024-11-18T17:34:23.310Z | Compiling libsqlite3-sys v0.30.1 |
2414 | 2024-11-18T17:34:23.349Z | Compiling rustls v0.21.12 |
2415 | 2024-11-18T17:34:23.352Z | Compiling cfg_aliases v0.2.1 |
2416 | 2024-11-18T17:34:23.490Z | Compiling nix v0.29.0 |
2417 | 2024-11-18T17:34:23.664Z | Checking compact_str v0.8.0 |
2418 | 2024-11-18T17:34:24.262Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2419 | 2024-11-18T17:34:24.411Z | Checking unicode-truncate v1.1.0 |
2420 | 2024-11-18T17:34:24.551Z | Checking rustls-webpki v0.101.7 |
2421 | 2024-11-18T17:34:24.574Z | Checking sct v0.7.1 |
2422 | 2024-11-18T17:34:24.649Z | Checking lru v0.12.5 |
2423 | 2024-11-18T17:34:24.789Z | Compiling instability v0.3.2 |
2424 | 2024-11-18T17:34:24.950Z | Checking cassowary v0.3.0 |
2425 | 2024-11-18T17:34:25.446Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2426 | 2024-11-18T17:34:25.756Z | Checking hashlink v0.9.1 |
2427 | 2024-11-18T17:34:25.850Z | Checking concurrent-queue v2.5.0 |
2428 | 2024-11-18T17:34:25.874Z | Checking ratatui v0.28.1 |
2429 | 2024-11-18T17:34:25.963Z | Checking fallible-iterator v0.3.0 |
2430 | 2024-11-18T17:34:26.184Z | Checking parking v2.2.1 |
2431 | 2024-11-18T17:34:26.368Z | Checking fallible-streaming-iterator v0.1.9 |
2432 | 2024-11-18T17:34:26.422Z | Checking plotters-backend v0.3.7 |
2433 | 2024-11-18T17:34:26.603Z | Checking rusqlite v0.32.1 |
2434 | 2024-11-18T17:34:26.796Z | Checking plotters-svg v0.3.7 |
2435 | 2024-11-18T17:34:27.017Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2436 | 2024-11-18T17:34:27.040Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2437 | 2024-11-18T17:34:27.648Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2438 | 2024-11-18T17:34:27.940Z | Checking rustls-pemfile v1.0.4 |
2439 | 2024-11-18T17:34:28.151Z | Checking twox-hash v1.6.3 |
2440 | 2024-11-18T17:34:28.222Z | Checking cast v0.3.0 |
2441 | 2024-11-18T17:34:28.370Z | Checking plotters v0.3.7 |
2442 | 2024-11-18T17:34:28.527Z | Checking criterion-plot v0.5.0 |
2443 | 2024-11-18T17:34:28.619Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2444 | 2024-11-18T17:34:28.622Z | Checking tokio-rustls v0.24.1 |
2445 | 2024-11-18T17:34:28.908Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2446 | 2024-11-18T17:34:29.008Z | Checking fatfs v0.3.6 |
2447 | 2024-11-18T17:34:29.030Z | Checking tinytemplate v1.2.1 |
2448 | 2024-11-18T17:34:29.426Z | Checking csv-core v0.1.11 |
2449 | 2024-11-18T17:34:29.794Z | Checking anes v0.1.6 |
2450 | 2024-11-18T17:34:29.966Z | Checking hex-literal v0.4.1 |
2451 | 2024-11-18T17:34:30.030Z | Checking oorandom v11.1.4 |
2452 | 2024-11-18T17:34:30.107Z | Checking shell-words v1.1.0 |
2453 | 2024-11-18T17:34:30.172Z | Checking csv v1.3.0 |
2454 | 2024-11-18T17:34:30.208Z | Checking criterion v0.5.1 |
2455 | 2024-11-18T17:34:30.292Z | Checking event-listener v5.3.1 |
2456 | 2024-11-18T17:34:30.521Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2457 | 2024-11-18T17:34:30.698Z | Checking rtoolbox v0.0.2 |
2458 | 2024-11-18T17:34:30.904Z | Checking rpassword v7.3.1 |
2459 | 2024-11-18T17:34:31.044Z | Checking event-listener-strategy v0.5.2 |
2460 | 2024-11-18T17:34:31.077Z | Checking tui-tree-widget v0.22.0 |
2461 | 2024-11-18T17:34:31.273Z | Checking polyval v0.6.2 |
2462 | 2024-11-18T17:34:31.534Z | Checking futures-lite v2.3.0 |
2463 | 2024-11-18T17:34:31.542Z | Checking ghash v0.5.1 |
2464 | 2024-11-18T17:34:31.727Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2465 | 2024-11-18T17:34:32.795Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2466 | 2024-11-18T17:34:32.940Z | Checking ctr v0.9.2 |
2467 | 2024-11-18T17:34:33.149Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2468 | 2024-11-18T17:34:33.246Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2469 | 2024-11-18T17:34:33.292Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2470 | 2024-11-18T17:34:33.937Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2471 | 2024-11-18T17:34:34.548Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2472 | 2024-11-18T17:34:36.408Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2473 | 2024-11-18T17:34:37.376Z | Checking yansi v1.0.1 |
2474 | 2024-11-18T17:34:38.042Z | Checking aes-gcm v0.10.3 |
2475 | 2024-11-18T17:34:38.128Z | Checking pretty_assertions v1.4.1 |
2476 | 2024-11-18T17:34:38.293Z | Checking ssh-encoding v0.2.0 |
2477 | 2024-11-18T17:34:38.334Z | Checking blowfish v0.9.1 |
2478 | 2024-11-18T17:34:38.588Z | Checking bcrypt-pbkdf v0.10.0 |
2479 | 2024-11-18T17:34:38.626Z | Checking ssh-cipher v0.2.0 |
2480 | 2024-11-18T17:34:38.653Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2481 | 2024-11-18T17:34:38.850Z | Checking async-lock v3.4.0 |
2482 | 2024-11-18T17:34:38.926Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2483 | 2024-11-18T17:34:39.671Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2484 | 2024-11-18T17:34:39.982Z | Checking polling v3.7.3 |
2485 | 2024-11-18T17:34:40.354Z | Checking password-hash v0.4.2 |
2486 | 2024-11-18T17:34:40.771Z | Checking matches v0.1.10 |
2487 | 2024-11-18T17:34:40.879Z | Checking idna v0.2.3 |
2488 | 2024-11-18T17:34:41.189Z | Checking pbkdf2 v0.11.0 |
2489 | 2024-11-18T17:34:41.490Z | Checking async-io v2.3.4 |
2490 | 2024-11-18T17:34:41.708Z | Checking ssh-key v0.6.6 |
2491 | 2024-11-18T17:34:42.392Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2492 | 2024-11-18T17:34:43.190Z | Checking p521 v0.13.3 |
2493 | 2024-11-18T17:34:43.544Z | Checking p256 v0.13.2 |
2494 | 2024-11-18T17:34:44.002Z | Checking russh-cryptovec v0.7.3 |
2495 | 2024-11-18T17:34:44.218Z | Compiling enum-as-inner v0.5.1 |
2496 | 2024-11-18T17:34:44.558Z | Compiling target-lexicon v0.12.16 |
2497 | 2024-11-18T17:34:45.290Z | Compiling doc-comment v0.3.3 |
2498 | 2024-11-18T17:34:45.558Z | Checking async-task v4.7.1 |
2499 | 2024-11-18T17:34:45.868Z | Checking md5 v0.7.0 |
2500 | 2024-11-18T17:34:45.994Z | Checking trust-dns-proto v0.22.0 |
2501 | 2024-11-18T17:34:46.037Z | Checking async-channel v2.3.1 |
2502 | 2024-11-18T17:34:46.178Z | Checking russh-keys v0.45.0 |
2503 | 2024-11-18T17:34:46.342Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2504 | 2024-11-18T17:34:46.625Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2505 | 2024-11-18T17:34:47.492Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2506 | 2024-11-18T17:34:48.011Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2507 | 2024-11-18T17:34:48.277Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2508 | 2024-11-18T17:34:49.865Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2509 | 2024-11-18T17:34:50.184Z | Checking piper v0.2.4 |
2510 | 2024-11-18T17:34:50.421Z | Checking num-bigint v0.4.6 |
2511 | 2024-11-18T17:34:50.724Z | Checking des v0.8.1 |
2512 | 2024-11-18T17:34:51.014Z | Compiling guppy-workspace-hack v0.1.0 |
2513 | 2024-11-18T17:34:51.319Z | Compiling assert_cmd v2.0.16 |
2514 | 2024-11-18T17:34:51.775Z | Checking futures-timer v3.0.3 |
2515 | 2024-11-18T17:34:52.086Z | Compiling dhcproto-macros v0.1.0 |
2516 | 2024-11-18T17:34:52.888Z | Checking russh v0.45.0 |
2517 | 2024-11-18T17:34:52.913Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2518 | 2024-11-18T17:34:53.093Z | Checking dhcproto v0.12.0 |
2519 | 2024-11-18T17:34:54.069Z | Checking blocking v1.6.1 |
2520 | 2024-11-18T17:34:54.653Z | Checking async-executor v1.13.1 |
2521 | 2024-11-18T17:34:54.898Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2522 | 2024-11-18T17:34:54.995Z | Checking async-signal v0.2.10 |
2523 | 2024-11-18T17:34:55.297Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2524 | 2024-11-18T17:34:55.802Z | Checking event-listener v2.5.3 |
2525 | 2024-11-18T17:34:55.920Z | Checking internet-checksum v0.2.1 |
2526 | 2024-11-18T17:34:56.007Z | Compiling target-spec v3.2.2 |
2527 | 2024-11-18T17:34:56.108Z | Checking async-channel v1.9.0 |
2528 | 2024-11-18T17:34:57.077Z | Checking async-process v2.3.0 |
2529 | 2024-11-18T17:34:57.379Z | Checking async-global-executor v2.4.1 |
2530 | 2024-11-18T17:34:57.442Z | Checking cfg-expr v0.17.0 |
2531 | 2024-11-18T17:34:58.131Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2532 | 2024-11-18T17:34:58.155Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2533 | 2024-11-18T17:34:58.191Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2534 | 2024-11-18T17:34:58.650Z | Checking httptest v0.16.1 |
2535 | 2024-11-18T17:34:59.412Z | Checking rustls-native-certs v0.7.3 |
2536 | 2024-11-18T17:34:59.527Z | Compiling petname v2.0.2 |
2537 | 2024-11-18T17:34:59.588Z | Checking num_cpus v1.16.0 |
2538 | 2024-11-18T17:34:59.734Z | Checking kv-log-macro v1.0.7 |
2539 | 2024-11-18T17:34:59.879Z | Compiling async-attributes v1.1.2 |
2540 | 2024-11-18T17:35:00.791Z | Checking async-std v1.13.0 |
2541 | 2024-11-18T17:35:02.846Z | Checking threadpool v1.8.1 |
2542 | 2024-11-18T17:35:03.062Z | Checking hyper-rustls v0.26.0 |
2543 | 2024-11-18T17:35:03.416Z | Checking pathdiff v0.2.2 |
2544 | 2024-11-18T17:35:03.506Z | Compiling rstest_macros v0.23.0 |
2545 | 2024-11-18T17:35:03.592Z | Compiling target-triple v0.1.3 |
2546 | 2024-11-18T17:35:04.034Z | Checking escape8259 v0.5.3 |
2547 | 2024-11-18T17:35:04.139Z | Checking nested v0.1.1 |
2548 | 2024-11-18T17:35:04.233Z | Checking libtest-mimic v0.7.3 |
2549 | 2024-11-18T17:35:04.368Z | Checking guppy v0.17.8 |
2550 | 2024-11-18T17:35:04.554Z | Checking async-object-pool v0.1.5 |
2551 | 2024-11-18T17:35:04.881Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2552 | 2024-11-18T17:35:05.546Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2553 | 2024-11-18T17:35:05.855Z | Checking similar-asserts v1.6.0 |
2554 | 2024-11-18T17:35:06.111Z | Checking fancy-regex v0.13.0 |
2555 | 2024-11-18T17:35:06.562Z | Checking serde_regex v1.1.0 |
2556 | 2024-11-18T17:35:06.856Z | Checking assert-json-diff v2.0.2 |
2557 | 2024-11-18T17:35:06.897Z | Compiling proc-macro-crate v3.2.0 |
2558 | 2024-11-18T17:35:07.138Z | Checking path-tree v0.8.1 |
2559 | 2024-11-18T17:35:07.483Z | Checking sync-ptr v0.1.1 |
2560 | 2024-11-18T17:35:07.715Z | Compiling relative-path v1.9.3 |
2561 | 2024-11-18T17:35:08.075Z | Checking stringmetrics v2.2.2 |
2562 | 2024-11-18T17:35:08.327Z | Checking httpmock v0.8.0-alpha.1 |
2563 | 2024-11-18T17:35:08.369Z | Checking datatest-stable v0.2.9 |
2564 | 2024-11-18T17:35:08.815Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2565 | 2024-11-18T17:35:10.325Z | Checking blake2b_simd v1.0.2 |
2566 | 2024-11-18T17:35:11.194Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2567 | 2024-11-18T17:35:13.629Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2568 | 2024-11-18T17:35:13.898Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2569 | 2024-11-18T17:35:14.199Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2570 | 2024-11-18T17:35:14.502Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2571 | 2024-11-18T17:35:15.037Z | Compiling git2 v0.19.0 |
2572 | 2024-11-18T17:35:15.093Z | Checking serde_tokenstream v0.2.2 |
2573 | 2024-11-18T17:35:15.486Z | Checking uzers v0.12.1 |
2574 | 2024-11-18T17:35:16.105Z | Checking rust-argon2 v2.1.0 |
2575 | 2024-11-18T17:35:16.448Z | Checking trybuild v1.0.101 |
2576 | 2024-11-18T17:35:16.549Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2577 | 2024-11-18T17:35:17.790Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2578 | 2024-11-18T17:35:17.931Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2579 | 2024-11-18T17:35:18.124Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2580 | 2024-11-18T17:35:19.007Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2581 | 2024-11-18T17:35:19.083Z | Checking rstest v0.23.0 |
2582 | 2024-11-18T17:35:19.308Z | Checking rand_distr v0.4.3 |
2583 | 2024-11-18T17:35:19.328Z | Checking multimap v0.10.0 |
2584 | 2024-11-18T17:35:19.638Z | Checking approx v0.5.1 |
2585 | 2024-11-18T17:35:19.784Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2586 | 2024-11-18T17:35:20.078Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2587 | 2024-11-18T17:35:20.424Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2588 | 2024-11-18T17:35:21.157Z | Checking partial-io v0.5.4 |
2589 | 2024-11-18T17:35:21.560Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2590 | 2024-11-18T17:35:21.855Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2591 | 2024-11-18T17:35:22.045Z | Checking cargo_toml v0.20.5 |
2592 | 2024-11-18T17:35:23.088Z | Checking termios v0.3.3 |
2593 | 2024-11-18T17:35:23.310Z | Compiling indoc v2.0.5 |
2594 | 2024-11-18T17:35:23.367Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2595 | 2024-11-18T17:35:24.159Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2596 | 2024-11-18T17:35:25.084Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2597 | 2024-11-18T17:35:27.224Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2598 | 2024-11-18T17:35:44.319Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2599 | 2024-11-18T17:35:47.319Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2600 | 2024-11-18T17:35:48.730Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2601 | 2024-11-18T17:36:06.446Z | Compiling polar-core v0.27.3 |
2602 | 2024-11-18T17:36:17.636Z | Checking oso v0.27.3 |
2603 | 2024-11-18T17:36:24.831Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2604 | 2024-11-18T17:36:25.563Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2605 | 2024-11-18T17:36:26.560Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2606 | 2024-11-18T17:37:06.144Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2607 | 2024-11-18T17:37:06.144Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2608 | 2024-11-18T17:37:06.146Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2609 | 2024-11-18T17:38:29.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 32s |
2610 | 2024-11-18T17:38:29.693Z | |
2611 | 2024-11-18T17:38:29.693Z | real 6:37.247001741 |
2612 | 2024-11-18T17:38:29.693Z | user 35:42.874873129 |
2613 | 2024-11-18T17:38:29.693Z | sys 6:29.059733151 |
2614 | 2024-11-18T17:38:29.693Z | trap 0.950376324 |
2615 | 2024-11-18T17:38:29.695Z | tflt 2.037397619 |
2616 | 2024-11-18T17:38:29.695Z | dflt 0.680467992 |
2617 | 2024-11-18T17:38:29.695Z | kflt 0.000946030 |
2618 | 2024-11-18T17:38:29.695Z | lock 51:25.101441940 |
2619 | 2024-11-18T17:38:29.695Z | slp 2:02:50.210580754 |
2620 | 2024-11-18T17:38:29.695Z | lat 1:41.086061003 |
2621 | 2024-11-18T17:38:29.695Z | stop 6:11.342759152 |
2622 | 2024-11-18T17:38:29.696Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2623 | 2024-11-18T17:38:29.696Z | + ptime -m cargo doc --workspace --no-deps |
2624 | 2024-11-18T17:38:30.891Z | warning: output filename collision. |
2625 | 2024-11-18T17:38:30.891Z | 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)`. |
2626 | 2024-11-18T17:38:30.891Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2627 | 2024-11-18T17:38:30.891Z | The targets should have unique names. |
2628 | 2024-11-18T17:38:30.891Z | This is a known bug where multiple crates with the same name use |
2629 | 2024-11-18T17:38:30.891Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2630 | 2024-11-18T17:38:31.333Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2631 | 2024-11-18T17:38:31.402Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2632 | 2024-11-18T17:38:31.420Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2633 | 2024-11-18T17:38:31.460Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2634 | 2024-11-18T17:38:31.480Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2635 | 2024-11-18T17:38:31.505Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2636 | 2024-11-18T17:38:31.505Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2637 | 2024-11-18T17:38:31.702Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2638 | 2024-11-18T17:38:31.745Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2639 | 2024-11-18T17:38:31.766Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2640 | 2024-11-18T17:38:31.785Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2641 | 2024-11-18T17:38:32.032Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2642 | 2024-11-18T17:38:32.055Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2643 | 2024-11-18T17:38:32.328Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2644 | 2024-11-18T17:38:32.512Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2645 | 2024-11-18T17:38:35.138Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2646 | 2024-11-18T17:38:36.350Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2647 | 2024-11-18T17:38:36.673Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2648 | 2024-11-18T17:38:36.847Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2649 | 2024-11-18T17:38:36.918Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2650 | 2024-11-18T17:38:36.961Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2651 | 2024-11-18T17:38:37.164Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2652 | 2024-11-18T17:38:37.273Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2653 | 2024-11-18T17:38:37.522Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2654 | 2024-11-18T17:38:37.838Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2655 | 2024-11-18T17:38:37.868Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2656 | 2024-11-18T17:38:38.083Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2657 | 2024-11-18T17:38:38.367Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2658 | 2024-11-18T17:38:38.425Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2659 | 2024-11-18T17:38:38.643Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2660 | 2024-11-18T17:38:38.805Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2661 | 2024-11-18T17:38:38.832Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2662 | 2024-11-18T17:38:38.946Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2663 | 2024-11-18T17:38:39.142Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2664 | 2024-11-18T17:38:39.459Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2665 | 2024-11-18T17:38:39.747Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2666 | 2024-11-18T17:38:39.819Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2667 | 2024-11-18T17:38:40.195Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2668 | 2024-11-18T17:38:40.198Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2669 | 2024-11-18T17:38:40.423Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2670 | 2024-11-18T17:38:41.004Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2671 | 2024-11-18T17:38:42.079Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2672 | 2024-11-18T17:38:44.022Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2673 | 2024-11-18T17:38:45.546Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2674 | 2024-11-18T17:38:46.343Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2675 | 2024-11-18T17:38:46.587Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2676 | 2024-11-18T17:38:47.230Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2677 | 2024-11-18T17:38:47.644Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2678 | 2024-11-18T17:38:48.004Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2679 | 2024-11-18T17:38:48.319Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2680 | 2024-11-18T17:38:49.001Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2681 | 2024-11-18T17:38:49.101Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2682 | 2024-11-18T17:38:49.104Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2683 | 2024-11-18T17:38:51.093Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2684 | 2024-11-18T17:38:55.727Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2685 | 2024-11-18T17:38:57.082Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2686 | 2024-11-18T17:38:57.225Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2687 | 2024-11-18T17:38:57.650Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2688 | 2024-11-18T17:38:57.937Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2689 | 2024-11-18T17:38:58.112Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2690 | 2024-11-18T17:38:58.203Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2691 | 2024-11-18T17:38:58.582Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2692 | 2024-11-18T17:38:58.743Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2693 | 2024-11-18T17:39:00.151Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2694 | 2024-11-18T17:39:00.626Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2695 | 2024-11-18T17:39:00.821Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2696 | 2024-11-18T17:39:01.299Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2697 | 2024-11-18T17:39:01.538Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2698 | 2024-11-18T17:39:02.022Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2699 | 2024-11-18T17:39:02.106Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2700 | 2024-11-18T17:39:02.128Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2701 | 2024-11-18T17:39:02.312Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2702 | 2024-11-18T17:39:02.751Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2703 | 2024-11-18T17:39:02.850Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2704 | 2024-11-18T17:39:03.442Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2705 | 2024-11-18T17:39:03.446Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2706 | 2024-11-18T17:39:03.507Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2707 | 2024-11-18T17:39:04.256Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2708 | 2024-11-18T17:39:04.544Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2709 | 2024-11-18T17:39:04.986Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2710 | 2024-11-18T17:39:05.088Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2711 | 2024-11-18T17:39:05.736Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2712 | 2024-11-18T17:39:06.133Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2713 | 2024-11-18T17:39:06.166Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2714 | 2024-11-18T17:39:06.212Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2715 | 2024-11-18T17:39:06.472Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2716 | 2024-11-18T17:39:06.650Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2717 | 2024-11-18T17:39:06.761Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2718 | 2024-11-18T17:39:07.033Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2719 | 2024-11-18T17:39:07.608Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2720 | 2024-11-18T17:39:07.828Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2721 | 2024-11-18T17:39:08.041Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2722 | 2024-11-18T17:39:09.485Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2723 | 2024-11-18T17:39:09.609Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2724 | 2024-11-18T17:39:09.746Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2725 | 2024-11-18T17:39:10.142Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2726 | 2024-11-18T17:39:10.739Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2727 | 2024-11-18T17:39:10.955Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2728 | 2024-11-18T17:39:11.156Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2729 | 2024-11-18T17:39:11.537Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2730 | 2024-11-18T17:39:11.906Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2731 | 2024-11-18T17:39:12.851Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2732 | 2024-11-18T17:39:13.003Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2733 | 2024-11-18T17:39:13.088Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2734 | 2024-11-18T17:39:16.214Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2735 | 2024-11-18T17:39:16.232Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2736 | 2024-11-18T17:39:16.653Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2737 | 2024-11-18T17:39:17.393Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2738 | 2024-11-18T17:39:17.921Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2739 | 2024-11-18T17:39:18.876Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2740 | 2024-11-18T17:39:21.585Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2741 | 2024-11-18T17:39:22.597Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2742 | 2024-11-18T17:39:25.990Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2743 | 2024-11-18T17:39:27.240Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2744 | 2024-11-18T17:39:37.323Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2745 | 2024-11-18T17:39:38.656Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2746 | 2024-11-18T17:40:22.715Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2747 | 2024-11-18T17:40:27.325Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2748 | 2024-11-18T17:40:28.868Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2749 | 2024-11-18T17:40:42.376Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2750 | 2024-11-18T17:41:04.669Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2751 | 2024-11-18T17:41:07.138Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2752 | 2024-11-18T17:41:07.439Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2753 | 2024-11-18T17:41:11.747Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2754 | 2024-11-18T17:41:13.005Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2755 | 2024-11-18T17:41:13.447Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2756 | 2024-11-18T17:41:15.892Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2757 | 2024-11-18T17:41:23.053Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2758 | 2024-11-18T17:41:24.065Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2759 | 2024-11-18T17:41:46.739Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2760 | 2024-11-18T17:41:51.671Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2761 | 2024-11-18T17:42:05.615Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2762 | 2024-11-18T17:42:10.172Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2763 | 2024-11-18T17:42:11.558Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2764 | 2024-11-18T17:42:14.062Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2765 | 2024-11-18T17:42:19.797Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2766 | 2024-11-18T17:42:26.348Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2767 | 2024-11-18T17:42:38.612Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2768 | 2024-11-18T17:42:43.414Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2769 | 2024-11-18T17:42:50.467Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2770 | 2024-11-18T17:42:55.004Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2771 | 2024-11-18T17:43:02.610Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2772 | 2024-11-18T17:43:12.181Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2773 | 2024-11-18T17:43:19.672Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2774 | 2024-11-18T17:43:22.418Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2775 | 2024-11-18T17:43:24.020Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2776 | 2024-11-18T17:43:24.140Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2777 | 2024-11-18T17:43:24.577Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2778 | 2024-11-18T17:43:33.273Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2779 | 2024-11-18T17:43:33.594Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2780 | 2024-11-18T17:43:42.374Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2781 | 2024-11-18T17:43:43.492Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2782 | 2024-11-18T17:43:50.633Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2783 | 2024-11-18T17:43:52.154Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2784 | 2024-11-18T17:43:57.146Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2785 | 2024-11-18T17:44:01.271Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2786 | 2024-11-18T17:44:04.673Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2787 | 2024-11-18T17:44:11.549Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2788 | 2024-11-18T17:44:13.303Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2789 | 2024-11-18T17:44:22.843Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2790 | 2024-11-18T17:44:22.880Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2791 | 2024-11-18T17:44:22.903Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2792 | 2024-11-18T17:44:24.446Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2793 | 2024-11-18T17:44:24.806Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2794 | 2024-11-18T17:44:27.840Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2795 | 2024-11-18T17:44:41.186Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2796 | 2024-11-18T17:44:41.346Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2797 | 2024-11-18T17:44:43.622Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2798 | 2024-11-18T17:44:44.175Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2799 | 2024-11-18T17:44:47.436Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2800 | 2024-11-18T17:44:49.710Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2801 | 2024-11-18T17:44:53.904Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2802 | 2024-11-18T17:44:55.782Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2803 | 2024-11-18T17:45:03.380Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2804 | 2024-11-18T17:45:06.394Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2805 | 2024-11-18T17:45:07.972Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2806 | 2024-11-18T17:45:08.614Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2807 | 2024-11-18T17:45:11.275Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2808 | 2024-11-18T17:45:15.978Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2809 | 2024-11-18T17:45:16.684Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2810 | 2024-11-18T17:45:17.610Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2811 | 2024-11-18T17:45:21.559Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2812 | 2024-11-18T17:45:22.446Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2813 | 2024-11-18T17:45:29.927Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2814 | 2024-11-18T17:45:31.675Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2815 | 2024-11-18T17:45:32.311Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2816 | 2024-11-18T17:45:33.233Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2817 | 2024-11-18T17:45:36.199Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2818 | 2024-11-18T17:45:39.271Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2819 | 2024-11-18T17:45:41.911Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2820 | 2024-11-18T17:45:43.934Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2821 | 2024-11-18T17:45:44.543Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2822 | 2024-11-18T17:45:48.777Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2823 | 2024-11-18T17:45:51.699Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2824 | 2024-11-18T17:45:54.080Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2825 | 2024-11-18T17:45:58.698Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2826 | 2024-11-18T17:46:00.035Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2827 | 2024-11-18T17:46:00.977Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2828 | 2024-11-18T17:46:03.874Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2829 | 2024-11-18T17:46:05.889Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2830 | 2024-11-18T17:46:06.904Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2831 | 2024-11-18T17:46:14.133Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2832 | 2024-11-18T17:46:14.193Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2833 | 2024-11-18T17:46:14.790Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2834 | 2024-11-18T17:46:14.958Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2835 | 2024-11-18T17:46:19.879Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2836 | 2024-11-18T17:46:20.779Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2837 | 2024-11-18T17:46:27.241Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2838 | 2024-11-18T17:46:28.208Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2839 | 2024-11-18T17:46:28.277Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2840 | 2024-11-18T17:46:28.909Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2841 | 2024-11-18T17:46:29.057Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2842 | 2024-11-18T17:46:29.913Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2843 | 2024-11-18T17:46:34.553Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2844 | 2024-11-18T17:46:35.002Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2845 | 2024-11-18T17:46:35.195Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2846 | 2024-11-18T17:46:35.264Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2847 | 2024-11-18T17:46:39.209Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2848 | 2024-11-18T17:46:40.162Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2849 | 2024-11-18T17:46:40.192Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2850 | 2024-11-18T17:46:40.378Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2851 | 2024-11-18T17:46:41.242Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2852 | 2024-11-18T17:46:42.442Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2853 | 2024-11-18T17:46:42.953Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2854 | 2024-11-18T17:46:44.712Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2855 | 2024-11-18T17:46:45.232Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2856 | 2024-11-18T17:46:49.076Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2857 | 2024-11-18T17:47:22.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 52s |
2858 | 2024-11-18T17:47:22.278Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 139 other files |
2859 | 2024-11-18T17:47:22.344Z | |
2860 | 2024-11-18T17:47:22.347Z | real 8:52.519714982 |
2861 | 2024-11-18T17:47:22.347Z | user 25:56.702932871 |
2862 | 2024-11-18T17:47:22.347Z | sys 40:49.443331471 |
2863 | 2024-11-18T17:47:22.347Z | trap 0.411319398 |
2864 | 2024-11-18T17:47:22.347Z | tflt 0.169460748 |
2865 | 2024-11-18T17:47:22.347Z | dflt 0.171514363 |
2866 | 2024-11-18T17:47:22.347Z | kflt 0.000000000 |
2867 | 2024-11-18T17:47:22.347Z | lock 1:27:19.187290679 |
2868 | 2024-11-18T17:47:22.347Z | slp 2:30:10.240985503 |
2869 | 2024-11-18T17:47:22.347Z | lat 1:15.699989831 |
2870 | 2024-11-18T17:47:22.347Z | stop 1:10.940486589 |
2871 | 2024-11-18T17:47:22.347Z | process exited: duration 1232234 ms, exit code 0 |
|
2872 | 2024-11-18T17:47:22.352Z | found 0 output files |