|
|
|
1 | 2024-11-23T04:03:23.924Z | job assigned to worker 01JDBJYTNX8FTQEV8BSM9AP6X0 [factory aws, i-021b609e5b72e5bfb] (queued for 1 m 6 s) |
|
2 | 2024-11-23T04:03:31.208Z | starting task 0: "setup" |
3 | 2024-11-23T04:03:31.217Z | ++ uname -s |
4 | 2024-11-23T04:03:31.220Z | + kern=SunOS |
5 | 2024-11-23T04:03:31.220Z | + case "$kern" in |
6 | 2024-11-23T04:03:31.220Z | + groupadd -g 12345 build |
7 | 2024-11-23T04:03:31.223Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-23T04:03:33.227Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-23T04:03:33.324Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-23T04:03:33.326Z | + home_fs=zfs |
11 | 2024-11-23T04:03:33.327Z | + [[ zfs == autofs ]] |
12 | 2024-11-23T04:03:33.327Z | + mkdir -p /home/build |
13 | 2024-11-23T04:03:33.329Z | + chown build:build /home/build /work |
14 | 2024-11-23T04:03:35.331Z | + chmod 0700 /home/build /work |
15 | 2024-11-23T04:03:35.335Z | process exited: duration 4124 ms, exit code 0 |
|
16 | 2024-11-23T04:03:35.340Z | starting task 1: "rust-toolchain" |
17 | 2024-11-23T04:03:35.346Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-23T04:03:35.346Z | ' 1.81.0 |
19 | 2024-11-23T04:03:35.346Z | * toolchain channel = "1.81.0" |
20 | 2024-11-23T04:03:35.346Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-23T04:03:35.346Z | ' default |
22 | 2024-11-23T04:03:35.346Z | * toolchain profile = "default" |
23 | 2024-11-23T04:03:35.349Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-23T04:03:35.349Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-23T04:03:35.463Z | info: downloading installer |
26 | 2024-11-23T04:03:37.142Z | info: profile set to 'default' |
27 | 2024-11-23T04:03:37.142Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-23T04:03:37.145Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-23T04:03:37.293Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-23T04:03:37.293Z | info: downloading component 'cargo' |
31 | 2024-11-23T04:03:38.016Z | info: downloading component 'clippy' |
32 | 2024-11-23T04:03:38.285Z | info: downloading component 'rust-docs' |
33 | 2024-11-23T04:03:39.277Z | info: downloading component 'rust-std' |
34 | 2024-11-23T04:03:40.828Z | info: downloading component 'rustc' |
35 | 2024-11-23T04:03:46.390Z | info: downloading component 'rustfmt' |
36 | 2024-11-23T04:03:46.600Z | info: installing component 'cargo' |
37 | 2024-11-23T04:03:47.384Z | info: installing component 'clippy' |
38 | 2024-11-23T04:03:47.741Z | info: installing component 'rust-docs' |
39 | 2024-11-23T04:03:49.354Z | info: installing component 'rust-std' |
40 | 2024-11-23T04:03:51.118Z | info: installing component 'rustc' |
41 | 2024-11-23T04:03:56.592Z | info: installing component 'rustfmt' |
42 | 2024-11-23T04:03:56.914Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-23T04:03:56.914Z | |
44 | 2024-11-23T04:03:57.303Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-23T04:03:57.303Z | |
46 | 2024-11-23T04:03:57.310Z | |
47 | 2024-11-23T04:03:57.310Z | Rust is installed now. Great! |
48 | 2024-11-23T04:03:57.310Z | |
49 | 2024-11-23T04:03:57.310Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-23T04:03:57.310Z | environment variable. This has not been done automatically. |
51 | 2024-11-23T04:03:57.311Z | |
52 | 2024-11-23T04:03:57.311Z | To configure your current shell, you need to source |
53 | 2024-11-23T04:03:57.311Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-23T04:03:57.311Z | |
55 | 2024-11-23T04:03:57.311Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-23T04:03:57.311Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-23T04:03:57.311Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-23T04:03:57.364Z | + rustc --version |
59 | 2024-11-23T04:03:57.437Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-23T04:03:57.444Z | process exited: duration 22093 ms, exit code 0 |
|
61 | 2024-11-23T04:03:57.454Z | starting task 2: "authentication" |
62 | 2024-11-23T04:03:57.476Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-11-23T04:03:57.490Z | starting task 3: "clone repository" |
64 | 2024-11-23T04:03:57.498Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-23T04:03:57.502Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-23T04:03:59.199Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-23T04:04:05.624Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-23T04:04:05.625Z | + git fetch origin 533f54c23e2bc8062578113c18947e8f69ef1713 |
69 | 2024-11-23T04:04:05.929Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-23T04:04:05.929Z | * branch 533f54c23e2bc8062578113c18947e8f69ef1713 -> FETCH_HEAD |
71 | 2024-11-23T04:04:05.938Z | + [[ -n renovate/rustls-0.x ]] |
72 | 2024-11-23T04:04:05.942Z | ++ git branch --show-current |
73 | 2024-11-23T04:04:05.943Z | + current=main |
74 | 2024-11-23T04:04:05.943Z | + [[ main != renovate/rustls-0.x ]] |
75 | 2024-11-23T04:04:05.943Z | + git branch -f renovate/rustls-0.x 533f54c23e2bc8062578113c18947e8f69ef1713 |
76 | 2024-11-23T04:04:05.947Z | + git checkout -f renovate/rustls-0.x |
77 | 2024-11-23T04:04:06.122Z | Switched to branch 'renovate/rustls-0.x' |
78 | 2024-11-23T04:04:06.128Z | + git reset --hard 533f54c23e2bc8062578113c18947e8f69ef1713 |
79 | 2024-11-23T04:04:06.290Z | HEAD is now at 533f54c23 Update Rust crate rustls to 0.23.18 |
80 | 2024-11-23T04:04:06.294Z | process exited: duration 8799 ms, exit code 0 |
|
81 | 2024-11-23T04:04:06.302Z | starting task 4: "build" |
82 | 2024-11-23T04:04:06.307Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-23T04:04:06.307Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-23T04:04:06.307Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-23T04:04:06.307Z | + cargo --version |
86 | 2024-11-23T04:04:06.367Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-23T04:04:06.372Z | + rustc --version |
88 | 2024-11-23T04:04:06.426Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-23T04:04:06.430Z | + WORK=/work |
90 | 2024-11-23T04:04:06.430Z | + pfexec mkdir -p /work |
91 | 2024-11-23T04:04:06.436Z | + pfexec chown build /work |
92 | 2024-11-23T04:04:06.439Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-23T04:04:28.213Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-23T04:04:32.050Z | Startup: Caching catalogs ... Done |
95 | 2024-11-23T04:04:41.004Z | Planning: Solver setup ... Done (8.214s) |
96 | 2024-11-23T04:04:41.118Z | Planning: Running solver ... Done (0.112s) |
97 | 2024-11-23T04:04:41.375Z | Planning: Finding local manifests ... Done (0.169s) |
98 | 2024-11-23T04:04:41.419Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-23T04:04:42.068Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-23T04:04:42.323Z | Planning: Package planning ... Done (0.255s) |
101 | 2024-11-23T04:04:42.378Z | Planning: Merging actions ... Done (0.055s) |
102 | 2024-11-23T04:04:43.266Z | Planning: Checking for conflicting actions ... Done (0.884s) |
103 | 2024-11-23T04:04:48.409Z | Planning: Consolidating action changes ... Done (5.146s) |
104 | 2024-11-23T04:04:48.810Z | Planning: Evaluating mediators ... Done (0.401s) |
105 | 2024-11-23T04:04:48.999Z | Planning: Planning completed in 16.86 seconds |
106 | 2024-11-23T04:04:49.011Z | Packages to install: 4 |
107 | 2024-11-23T04:04:49.011Z | Packages to update: 1 |
108 | 2024-11-23T04:04:49.015Z | Mediators to change: 2 |
109 | 2024-11-23T04:04:49.015Z | Services to change: 1 |
110 | 2024-11-23T04:04:49.015Z | Estimated space available: 155.64 GB |
111 | 2024-11-23T04:04:49.015Z | Estimated space to be consumed: 1.60 GB |
112 | 2024-11-23T04:04:49.015Z | Create boot environment: No |
113 | 2024-11-23T04:04:49.015Z | Create backup boot environment: Yes |
114 | 2024-11-23T04:04:49.015Z | Rebuild boot archive: No |
115 | 2024-11-23T04:04:49.015Z | |
116 | 2024-11-23T04:04:49.015Z | Changed mediators: |
117 | 2024-11-23T04:04:49.015Z | mediator clang: |
118 | 2024-11-23T04:04:49.015Z | version: None -> 15 (system default) |
119 | 2024-11-23T04:04:49.015Z | |
120 | 2024-11-23T04:04:49.015Z | mediator llvm: |
121 | 2024-11-23T04:04:49.015Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-23T04:04:49.015Z | |
123 | 2024-11-23T04:04:49.015Z | Changed packages: |
124 | 2024-11-23T04:04:49.015Z | helios-dev |
125 | 2024-11-23T04:04:49.015Z | developer/build-essential |
126 | 2024-11-23T04:04:49.015Z | None -> 11-2.0 |
127 | 2024-11-23T04:04:49.015Z | library/libxmlsec1 |
128 | 2024-11-23T04:04:49.015Z | None -> 1.2.35-2.0 |
129 | 2024-11-23T04:04:49.015Z | ooce/developer/clang-15 |
130 | 2024-11-23T04:04:49.015Z | None -> 15.0.7-2.0 |
131 | 2024-11-23T04:04:49.015Z | ooce/developer/llvm-15 |
132 | 2024-11-23T04:04:49.015Z | None -> 15.0.7-2.0 |
133 | 2024-11-23T04:04:49.015Z | package/pkg |
134 | 2024-11-23T04:04:49.015Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-23T04:04:49.015Z | |
136 | 2024-11-23T04:04:49.015Z | Services: |
137 | 2024-11-23T04:04:49.015Z | restart_fmri: |
138 | 2024-11-23T04:04:49.015Z | svc:/system/update-man-index:default |
139 | 2024-11-23T04:04:49.015Z | |
140 | 2024-11-23T04:04:49.015Z | Editable files to change: |
141 | 2024-11-23T04:04:49.015Z | Update: |
142 | 2024-11-23T04:04:49.015Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-23T04:04:49.252Z | |
144 | 2024-11-23T04:04:49.253Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-23T04:04:54.251Z | Download: 1125/4281 items 35.5/220.6MB 16% complete (7.0M/s) |
146 | 2024-11-23T04:04:59.259Z | Download: 2149/4281 items 119.0/220.6MB 53% complete (12.0M/s) |
147 | 2024-11-23T04:05:04.315Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (18.2M/s) |
148 | 2024-11-23T04:05:08.100Z | Download: Completed 220.60 MB in 18.85 seconds (11.7M/s) |
149 | 2024-11-23T04:05:09.967Z | Actions: 1/5063 actions (Removing old actions) |
150 | 2024-11-23T04:05:09.980Z | Actions: 194/5063 actions (Installing new actions) |
151 | 2024-11-23T04:05:15.024Z | Actions: 4083/5063 actions (Installing new actions) |
152 | 2024-11-23T04:05:15.565Z | Actions: 4226/5063 actions (Updating modified actions) |
153 | 2024-11-23T04:05:15.901Z | Actions: Completed 5063 actions in 5.93 seconds. |
154 | 2024-11-23T04:05:16.459Z | Done (0.378s) |
155 | 2024-11-23T04:05:16.469Z | Done (0.000s) |
156 | 2024-11-23T04:05:16.812Z | Done (0.524s) |
157 | 2024-11-23T04:05:22.241Z | Done (5.208s) |
158 | 2024-11-23T04:05:22.528Z | Done (0.215s) |
159 | 2024-11-23T04:05:22.531Z | Done (0.000s) |
160 | 2024-11-23T04:05:22.697Z | Done (0.000s) |
161 | 2024-11-23T04:05:23.386Z | Planning: Evaluating mediator changes ... Done |
162 | 2024-11-23T04:05:23.542Z | Planning: Checking for conflicting actions ... Done |
163 | 2024-11-23T04:05:23.546Z | Planning: Consolidating action changes ... Done |
164 | 2024-11-23T04:05:23.811Z | Planning: Evaluating mediators ... Done |
165 | 2024-11-23T04:05:23.813Z | Planning: Planning completed in 0.43 seconds |
166 | 2024-11-23T04:05:23.848Z | Mediators to change: 2 |
167 | 2024-11-23T04:05:23.848Z | Create boot environment: No |
168 | 2024-11-23T04:05:23.850Z | Create backup boot environment: No |
169 | 2024-11-23T04:05:23.916Z | Done |
170 | 2024-11-23T04:05:23.916Z | Done |
171 | 2024-11-23T04:05:24.291Z | Done |
172 | 2024-11-23T04:05:27.923Z | Done |
173 | 2024-11-23T04:05:28.013Z | Done |
174 | 2024-11-23T04:05:28.016Z | Done |
175 | 2024-11-23T04:05:28.147Z | Done |
176 | 2024-11-23T04:05:28.758Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-11-23T04:05:28.760Z | Planning: Merging actions ... Done |
178 | 2024-11-23T04:05:28.947Z | Planning: Checking for conflicting actions ... Done |
179 | 2024-11-23T04:05:28.949Z | Planning: Consolidating action changes ... Done |
180 | 2024-11-23T04:05:29.213Z | Planning: Evaluating mediators ... Done |
181 | 2024-11-23T04:05:29.267Z | Planning: Planning completed in 0.75 seconds |
182 | 2024-11-23T04:05:29.306Z | Packages to change: 1 |
183 | 2024-11-23T04:05:29.309Z | Mediators to change: 1 |
184 | 2024-11-23T04:05:29.309Z | Services to change: 1 |
185 | 2024-11-23T04:05:29.309Z | Create boot environment: No |
186 | 2024-11-23T04:05:29.309Z | Create backup boot environment: Yes |
187 | 2024-11-23T04:05:31.308Z | Actions: 1/6 actions (Updating modified actions) |
188 | 2024-11-23T04:05:31.356Z | Actions: Completed 6 actions in 0.05 seconds. |
189 | 2024-11-23T04:05:31.358Z | Done |
190 | 2024-11-23T04:05:31.358Z | Done |
191 | 2024-11-23T04:05:31.464Z | Done |
192 | 2024-11-23T04:05:35.081Z | Done |
193 | 2024-11-23T04:05:35.176Z | Done |
194 | 2024-11-23T04:05:35.179Z | Done |
195 | 2024-11-23T04:05:35.318Z | Done |
196 | 2024-11-23T04:05:35.753Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
197 | 2024-11-23T04:05:35.753Z | clang system 15 system |
198 | 2024-11-23T04:05:35.753Z | csh system system illumos |
199 | 2024-11-23T04:05:35.753Z | ctags system system illumos |
200 | 2024-11-23T04:05:35.753Z | gcc vendor 12 vendor |
201 | 2024-11-23T04:05:35.753Z | gcc system 10 system |
202 | 2024-11-23T04:05:35.753Z | gcc system 7 system |
203 | 2024-11-23T04:05:35.753Z | go system 1.20 system |
204 | 2024-11-23T04:05:35.753Z | go system 1.19 system |
205 | 2024-11-23T04:05:35.753Z | llvm system 15 system |
206 | 2024-11-23T04:05:35.753Z | llvm system 14 system |
207 | 2024-11-23T04:05:35.753Z | mariadb system 10.6 system |
208 | 2024-11-23T04:05:35.753Z | mta vendor vendor dma |
209 | 2024-11-23T04:05:35.753Z | openjdk system 17 system |
210 | 2024-11-23T04:05:35.753Z | openjdk system 11 system |
211 | 2024-11-23T04:05:35.753Z | openjdk system 1.8 system |
212 | 2024-11-23T04:05:35.753Z | openssl vendor 3 vendor |
213 | 2024-11-23T04:05:35.753Z | perl system 5.36 system |
214 | 2024-11-23T04:05:35.753Z | postgresql system 15 system |
215 | 2024-11-23T04:05:35.753Z | postgresql system 13 system |
216 | 2024-11-23T04:05:35.753Z | python vendor 3 vendor |
217 | 2024-11-23T04:05:35.754Z | python system 2 system |
218 | 2024-11-23T04:05:35.754Z | python3 system 3.11 system |
219 | 2024-11-23T04:05:35.754Z | ruby system 3.0 system |
220 | 2024-11-23T04:05:35.754Z | words vendor vendor american-english |
221 | 2024-11-23T04:05:35.754Z | words system system australian-english |
222 | 2024-11-23T04:05:35.754Z | words system system british-english |
223 | 2024-11-23T04:05:35.754Z | words system system canadian-english |
224 | 2024-11-23T04:05:35.754Z | words system system french |
225 | 2024-11-23T04:05:35.754Z | words system system italian |
226 | 2024-11-23T04:05:35.754Z | words system system ngerman |
227 | 2024-11-23T04:05:35.754Z | words system system ogerman |
228 | 2024-11-23T04:05:35.754Z | words system system spanish |
229 | 2024-11-23T04:05:36.076Z | PUBLISHER TYPE STATUS P LOCATION |
230 | 2024-11-23T04:05:36.076Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
231 | 2024-11-23T04:05:38.729Z | FMRI IFO |
232 | 2024-11-23T04:05:38.729Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2024-11-23T04:05:38.729Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2024-11-23T04:05:38.729Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2024-11-23T04:05:38.729Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
236 | 2024-11-23T04:05:38.729Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
237 | 2024-11-23T04:05:38.729Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2024-11-23T04:05:38.729Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
239 | 2024-11-23T04:05:38.729Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
240 | 2024-11-23T04:05:38.729Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
241 | 2024-11-23T04:05:38.729Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
242 | 2024-11-23T04:05:38.729Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
243 | 2024-11-23T04:05:38.729Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
244 | 2024-11-23T04:05:38.729Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
245 | 2024-11-23T04:05:38.729Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
246 | 2024-11-23T04:05:38.729Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
247 | 2024-11-23T04:05:39.460Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
248 | 2024-11-23T04:05:39.734Z | Updating crates.io index |
249 | 2024-11-23T04:05:39.736Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
250 | 2024-11-23T04:05:40.608Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
251 | 2024-11-23T04:05:40.876Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
252 | 2024-11-23T04:05:41.141Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
253 | 2024-11-23T04:05:41.390Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
254 | 2024-11-23T04:05:42.225Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
255 | 2024-11-23T04:05:44.624Z | Updating git repository `https://github.com/oxidecomputer/opte` |
256 | 2024-11-23T04:05:45.835Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
257 | 2024-11-23T04:05:46.506Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
258 | 2024-11-23T04:05:46.806Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
259 | 2024-11-23T04:05:47.055Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
260 | 2024-11-23T04:05:47.627Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
261 | 2024-11-23T04:05:47.969Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
262 | 2024-11-23T04:05:48.298Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
263 | 2024-11-23T04:05:48.508Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
264 | 2024-11-23T04:05:48.733Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
265 | 2024-11-23T04:05:48.960Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
266 | 2024-11-23T04:05:49.224Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
267 | 2024-11-23T04:05:49.524Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
268 | 2024-11-23T04:05:49.883Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
269 | 2024-11-23T04:05:50.086Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
270 | 2024-11-23T04:05:50.548Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
271 | 2024-11-23T04:05:50.814Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
272 | 2024-11-23T04:05:51.416Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
273 | 2024-11-23T04:05:51.751Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
274 | 2024-11-23T04:05:52.160Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
275 | 2024-11-23T04:05:52.422Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
276 | 2024-11-23T04:05:52.637Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
277 | 2024-11-23T04:05:52.870Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
278 | 2024-11-23T04:05:54.176Z | Downloading crates ... |
279 | 2024-11-23T04:05:54.332Z | Downloaded anyhow v1.0.93 |
280 | 2024-11-23T04:05:54.337Z | Downloaded bitflags v2.6.0 |
281 | 2024-11-23T04:05:54.340Z | Downloaded cfg-if v1.0.0 |
282 | 2024-11-23T04:05:54.342Z | Downloaded cpufeatures v0.2.14 |
283 | 2024-11-23T04:05:54.342Z | Downloaded bytecount v0.6.8 |
284 | 2024-11-23T04:05:54.344Z | Downloaded autocfg v1.4.0 |
285 | 2024-11-23T04:05:54.347Z | Downloaded block-buffer v0.10.4 |
286 | 2024-11-23T04:05:54.349Z | Downloaded camino-tempfile v1.1.1 |
287 | 2024-11-23T04:05:54.353Z | Downloaded anstyle-parse v0.2.5 |
288 | 2024-11-23T04:05:54.356Z | Downloaded byteorder v1.5.0 |
289 | 2024-11-23T04:05:54.364Z | Downloaded cargo_toml v0.20.5 |
290 | 2024-11-23T04:05:54.367Z | Downloaded anstream v0.6.15 |
291 | 2024-11-23T04:05:54.373Z | Downloaded clap_lex v0.7.2 |
292 | 2024-11-23T04:05:54.376Z | Downloaded cargo_metadata v0.18.1 |
293 | 2024-11-23T04:05:54.378Z | Downloaded anstyle v1.0.10 |
294 | 2024-11-23T04:05:54.378Z | Downloaded clap_builder v4.5.21 |
295 | 2024-11-23T04:05:54.384Z | Downloaded fastrand v2.1.1 |
296 | 2024-11-23T04:05:54.389Z | Downloaded clap v4.5.21 |
297 | 2024-11-23T04:05:54.394Z | Downloaded is_terminal_polyfill v1.70.1 |
298 | 2024-11-23T04:05:54.397Z | Downloaded indexmap v2.6.0 |
299 | 2024-11-23T04:05:54.399Z | Downloaded log v0.4.22 |
300 | 2024-11-23T04:05:54.402Z | Downloaded memchr v2.7.4 |
301 | 2024-11-23T04:05:54.406Z | Downloaded dtrace-parser v0.2.0 |
302 | 2024-11-23T04:05:54.409Z | Downloaded cargo-platform v0.1.8 |
303 | 2024-11-23T04:05:54.409Z | Downloaded anstyle-query v1.1.1 |
304 | 2024-11-23T04:05:54.411Z | Downloaded proc-macro-error v1.0.4 |
305 | 2024-11-23T04:05:54.414Z | Downloaded macaddr v1.0.1 |
306 | 2024-11-23T04:05:54.416Z | Downloaded heck v0.4.1 |
307 | 2024-11-23T04:05:54.416Z | Downloaded errno v0.3.9 |
308 | 2024-11-23T04:05:54.419Z | Downloaded terminal_size v0.4.0 |
309 | 2024-11-23T04:05:54.419Z | Downloaded generic-array v0.14.7 |
310 | 2024-11-23T04:05:54.421Z | Downloaded equivalent v1.0.1 |
311 | 2024-11-23T04:05:54.421Z | Downloaded crypto-common v0.1.6 |
312 | 2024-11-23T04:05:54.424Z | Downloaded colorchoice v1.0.2 |
313 | 2024-11-23T04:05:54.424Z | Downloaded clap_derive v4.5.18 |
314 | 2024-11-23T04:05:54.426Z | Downloaded camino v1.1.9 |
315 | 2024-11-23T04:05:54.428Z | Downloaded serde_spanned v0.6.8 |
316 | 2024-11-23T04:05:54.428Z | Downloaded pest_meta v2.7.14 |
317 | 2024-11-23T04:05:54.431Z | Downloaded fnv v1.0.7 |
318 | 2024-11-23T04:05:54.431Z | Downloaded proc-macro-error-attr v1.0.4 |
319 | 2024-11-23T04:05:54.433Z | Downloaded heck v0.5.0 |
320 | 2024-11-23T04:05:54.438Z | Downloaded usdt-attr-macro v0.5.0 |
321 | 2024-11-23T04:05:54.443Z | Downloaded pretty-hex v0.4.1 |
322 | 2024-11-23T04:05:54.446Z | Downloaded digest v0.10.7 |
323 | 2024-11-23T04:05:54.448Z | Downloaded zerocopy-derive v0.7.35 |
324 | 2024-11-23T04:05:54.454Z | Downloaded scroll_derive v0.12.0 |
325 | 2024-11-23T04:05:54.463Z | Downloaded usdt-macro v0.5.0 |
326 | 2024-11-23T04:05:54.470Z | Downloaded dof v0.3.0 |
327 | 2024-11-23T04:05:54.472Z | Downloaded usdt v0.5.0 |
328 | 2024-11-23T04:05:54.472Z | Downloaded thiserror v1.0.69 |
329 | 2024-11-23T04:05:54.476Z | Downloaded toml_datetime v0.6.8 |
330 | 2024-11-23T04:05:54.479Z | Downloaded pest_generator v2.7.14 |
331 | 2024-11-23T04:05:54.479Z | Downloaded itoa v1.0.11 |
332 | 2024-11-23T04:05:54.481Z | Downloaded thread-id v4.2.2 |
333 | 2024-11-23T04:05:54.481Z | Downloaded unicode-linebreak v0.1.5 |
334 | 2024-11-23T04:05:54.485Z | Downloaded fs-err v2.11.0 |
335 | 2024-11-23T04:05:54.488Z | Downloaded strsim v0.11.1 |
336 | 2024-11-23T04:05:54.488Z | Downloaded tabled_derive v0.7.0 |
337 | 2024-11-23T04:05:54.492Z | Downloaded plain v0.2.3 |
338 | 2024-11-23T04:05:54.492Z | Downloaded smawk v0.3.2 |
339 | 2024-11-23T04:05:54.495Z | Downloaded memmap v0.7.0 |
340 | 2024-11-23T04:05:54.495Z | Downloaded serde_tokenstream v0.2.2 |
341 | 2024-11-23T04:05:54.500Z | Downloaded thiserror-impl v1.0.69 |
342 | 2024-11-23T04:05:54.502Z | Downloaded sha2 v0.10.8 |
343 | 2024-11-23T04:05:54.505Z | Downloaded version_check v0.9.5 |
344 | 2024-11-23T04:05:54.508Z | Downloaded utf8parse v0.2.2 |
345 | 2024-11-23T04:05:54.508Z | Downloaded swrite v0.1.0 |
346 | 2024-11-23T04:05:54.510Z | Downloaded usdt-impl v0.5.0 |
347 | 2024-11-23T04:05:54.510Z | Downloaded semver v1.0.23 |
348 | 2024-11-23T04:05:54.513Z | Downloaded quote v1.0.37 |
349 | 2024-11-23T04:05:54.515Z | Downloaded ucd-trie v0.1.7 |
350 | 2024-11-23T04:05:54.518Z | Downloaded tempfile v3.13.0 |
351 | 2024-11-23T04:05:54.520Z | Downloaded unicode-ident v1.0.13 |
352 | 2024-11-23T04:05:54.522Z | Downloaded scroll v0.12.0 |
353 | 2024-11-23T04:05:54.525Z | Downloaded once_cell v1.20.2 |
354 | 2024-11-23T04:05:54.527Z | Downloaded toml v0.8.19 |
355 | 2024-11-23T04:05:54.536Z | Downloaded serde_derive v1.0.215 |
356 | 2024-11-23T04:05:54.542Z | Downloaded textwrap v0.16.1 |
357 | 2024-11-23T04:05:54.545Z | Downloaded typenum v1.17.0 |
358 | 2024-11-23T04:05:54.547Z | Downloaded pest_derive v2.7.14 |
359 | 2024-11-23T04:05:54.553Z | Downloaded ryu v1.0.18 |
360 | 2024-11-23T04:05:54.560Z | Downloaded papergrid v0.11.0 |
361 | 2024-11-23T04:05:54.571Z | Downloaded proc-macro2 v1.0.89 |
362 | 2024-11-23T04:05:54.580Z | Downloaded serde v1.0.215 |
363 | 2024-11-23T04:05:54.598Z | Downloaded toml_edit v0.22.22 |
364 | 2024-11-23T04:05:54.619Z | Downloaded hashbrown v0.15.0 |
365 | 2024-11-23T04:05:54.638Z | Downloaded serde_json v1.0.132 |
366 | 2024-11-23T04:05:54.646Z | Downloaded pest v2.7.14 |
367 | 2024-11-23T04:05:54.664Z | Downloaded zerocopy v0.7.35 |
368 | 2024-11-23T04:05:54.679Z | Downloaded winnow v0.6.20 |
369 | 2024-11-23T04:05:54.687Z | Downloaded tabled v0.15.0 |
370 | 2024-11-23T04:05:54.702Z | Downloaded syn v1.0.109 |
371 | 2024-11-23T04:05:54.711Z | Downloaded goblin v0.8.2 |
372 | 2024-11-23T04:05:54.717Z | Downloaded unicode-width v0.1.14 |
373 | 2024-11-23T04:05:54.722Z | Downloaded syn v2.0.87 |
374 | 2024-11-23T04:05:54.736Z | Downloaded rustix v0.38.37 |
375 | 2024-11-23T04:05:54.757Z | Downloaded libc v0.2.162 |
376 | 2024-11-23T04:05:55.065Z | Compiling proc-macro2 v1.0.89 |
377 | 2024-11-23T04:05:55.065Z | Compiling unicode-ident v1.0.13 |
378 | 2024-11-23T04:05:55.065Z | Compiling version_check v0.9.5 |
379 | 2024-11-23T04:05:55.065Z | Compiling serde v1.0.215 |
380 | 2024-11-23T04:05:55.068Z | Compiling thiserror v1.0.69 |
381 | 2024-11-23T04:05:55.068Z | Compiling memchr v2.7.4 |
382 | 2024-11-23T04:05:55.068Z | Compiling libc v0.2.162 |
383 | 2024-11-23T04:05:55.068Z | Compiling itoa v1.0.11 |
384 | 2024-11-23T04:05:55.450Z | Compiling ucd-trie v0.1.7 |
385 | 2024-11-23T04:05:55.482Z | Compiling ryu v1.0.18 |
386 | 2024-11-23T04:05:55.807Z | Compiling once_cell v1.20.2 |
387 | 2024-11-23T04:05:56.006Z | Compiling byteorder v1.5.0 |
388 | 2024-11-23T04:05:56.112Z | Compiling rustix v0.38.37 |
389 | 2024-11-23T04:05:56.361Z | Compiling serde_json v1.0.132 |
390 | 2024-11-23T04:05:56.579Z | Compiling bitflags v2.6.0 |
391 | 2024-11-23T04:05:56.696Z | Compiling proc-macro-error-attr v1.0.4 |
392 | 2024-11-23T04:05:56.723Z | Compiling usdt-impl v0.5.0 |
393 | 2024-11-23T04:05:56.919Z | Compiling syn v1.0.109 |
394 | 2024-11-23T04:05:56.972Z | Compiling proc-macro-error v1.0.4 |
395 | 2024-11-23T04:05:57.022Z | Compiling hashbrown v0.15.0 |
396 | 2024-11-23T04:05:57.046Z | Compiling log v0.4.22 |
397 | 2024-11-23T04:05:57.225Z | Compiling equivalent v1.0.1 |
398 | 2024-11-23T04:05:57.279Z | Compiling utf8parse v0.2.2 |
399 | 2024-11-23T04:05:57.375Z | Compiling camino v1.1.9 |
400 | 2024-11-23T04:05:57.429Z | Compiling plain v0.2.3 |
401 | 2024-11-23T04:05:57.454Z | Compiling anstyle-parse v0.2.5 |
402 | 2024-11-23T04:05:57.587Z | Compiling quote v1.0.37 |
403 | 2024-11-23T04:05:57.769Z | Compiling errno v0.3.9 |
404 | 2024-11-23T04:05:57.994Z | Compiling syn v2.0.87 |
405 | 2024-11-23T04:05:58.050Z | Compiling thread-id v4.2.2 |
406 | 2024-11-23T04:05:58.129Z | Compiling indexmap v2.6.0 |
407 | 2024-11-23T04:05:58.185Z | Compiling winnow v0.6.20 |
408 | 2024-11-23T04:05:58.210Z | Compiling anstyle v1.0.10 |
409 | 2024-11-23T04:05:58.293Z | Compiling pretty-hex v0.4.1 |
410 | 2024-11-23T04:05:58.510Z | Compiling semver v1.0.23 |
411 | 2024-11-23T04:05:58.653Z | Compiling is_terminal_polyfill v1.70.1 |
412 | 2024-11-23T04:05:58.786Z | Compiling anstyle-query v1.1.1 |
413 | 2024-11-23T04:05:58.955Z | Compiling colorchoice v1.0.2 |
414 | 2024-11-23T04:05:59.029Z | Compiling autocfg v1.4.0 |
415 | 2024-11-23T04:05:59.120Z | Compiling unicode-width v0.1.14 |
416 | 2024-11-23T04:05:59.432Z | Compiling anstream v0.6.15 |
417 | 2024-11-23T04:05:59.766Z | Compiling heck v0.4.1 |
418 | 2024-11-23T04:05:59.792Z | Compiling strsim v0.11.1 |
419 | 2024-11-23T04:06:00.191Z | Compiling fs-err v2.11.0 |
420 | 2024-11-23T04:06:00.263Z | Compiling terminal_size v0.4.0 |
421 | 2024-11-23T04:06:00.485Z | Compiling fastrand v2.1.1 |
422 | 2024-11-23T04:06:00.488Z | Compiling cfg-if v1.0.0 |
423 | 2024-11-23T04:06:00.621Z | Compiling clap_lex v0.7.2 |
424 | 2024-11-23T04:06:00.746Z | Compiling bytecount v0.6.8 |
425 | 2024-11-23T04:06:00.777Z | Compiling fnv v1.0.7 |
426 | 2024-11-23T04:06:00.915Z | Compiling heck v0.5.0 |
427 | 2024-11-23T04:06:00.977Z | Compiling anyhow v1.0.93 |
428 | 2024-11-23T04:06:01.005Z | Compiling papergrid v0.11.0 |
429 | 2024-11-23T04:06:01.053Z | Compiling clap_builder v4.5.21 |
430 | 2024-11-23T04:06:01.422Z | Compiling tempfile v3.13.0 |
431 | 2024-11-23T04:06:01.998Z | Compiling memmap v0.7.0 |
432 | 2024-11-23T04:06:02.025Z | Compiling unicode-linebreak v0.1.5 |
433 | 2024-11-23T04:06:02.052Z | Compiling smawk v0.3.2 |
434 | 2024-11-23T04:06:02.373Z | Compiling swrite v0.1.0 |
435 | 2024-11-23T04:06:02.502Z | Compiling textwrap v0.16.1 |
436 | 2024-11-23T04:06:03.853Z | Compiling tabled_derive v0.7.0 |
437 | 2024-11-23T04:06:05.380Z | Compiling tabled v0.15.0 |
438 | 2024-11-23T04:06:06.903Z | Compiling serde_derive v1.0.215 |
439 | 2024-11-23T04:06:06.903Z | Compiling thiserror-impl v1.0.69 |
440 | 2024-11-23T04:06:06.906Z | Compiling zerocopy-derive v0.7.35 |
441 | 2024-11-23T04:06:06.906Z | Compiling scroll_derive v0.12.0 |
442 | 2024-11-23T04:06:06.906Z | Compiling clap_derive v4.5.18 |
443 | 2024-11-23T04:06:07.954Z | Compiling scroll v0.12.0 |
444 | 2024-11-23T04:06:08.438Z | Compiling goblin v0.8.2 |
445 | 2024-11-23T04:06:08.832Z | Compiling zerocopy v0.7.35 |
446 | 2024-11-23T04:06:09.501Z | Compiling pest v2.7.14 |
447 | 2024-11-23T04:06:10.550Z | Compiling clap v4.5.21 |
448 | 2024-11-23T04:06:11.736Z | Compiling pest_meta v2.7.14 |
449 | 2024-11-23T04:06:12.571Z | Compiling pest_generator v2.7.14 |
450 | 2024-11-23T04:06:14.246Z | Compiling pest_derive v2.7.14 |
451 | 2024-11-23T04:06:15.041Z | Compiling dtrace-parser v0.2.0 |
452 | 2024-11-23T04:06:17.059Z | Compiling serde_spanned v0.6.8 |
453 | 2024-11-23T04:06:17.059Z | Compiling toml_datetime v0.6.8 |
454 | 2024-11-23T04:06:17.061Z | Compiling cargo-platform v0.1.8 |
455 | 2024-11-23T04:06:17.439Z | Compiling serde_tokenstream v0.2.2 |
456 | 2024-11-23T04:06:17.503Z | Compiling toml_edit v0.22.22 |
457 | 2024-11-23T04:06:17.576Z | Compiling macaddr v1.0.1 |
458 | 2024-11-23T04:06:17.757Z | Compiling camino-tempfile v1.1.1 |
459 | 2024-11-23T04:06:18.565Z | Compiling dof v0.3.0 |
460 | 2024-11-23T04:06:18.565Z | Compiling cargo_metadata v0.18.1 |
461 | 2024-11-23T04:06:20.252Z | Compiling toml v0.8.19 |
462 | 2024-11-23T04:06:20.653Z | Compiling usdt-macro v0.5.0 |
463 | 2024-11-23T04:06:20.779Z | Compiling usdt-attr-macro v0.5.0 |
464 | 2024-11-23T04:06:21.431Z | Compiling cargo_toml v0.20.5 |
465 | 2024-11-23T04:06:22.135Z | Compiling usdt v0.5.0 |
466 | 2024-11-23T04:06:24.787Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
467 | 2024-11-23T04:06:28.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.70s |
468 | 2024-11-23T04:06:29.203Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
469 | 2024-11-23T04:06:29.733Z | Downloading crates ... |
470 | 2024-11-23T04:06:29.941Z | Downloaded headers-core v0.3.0 |
471 | 2024-11-23T04:06:29.946Z | Downloaded async-bb8-diesel v0.2.1 |
472 | 2024-11-23T04:06:29.957Z | Downloaded darling v0.20.10 |
473 | 2024-11-23T04:06:29.968Z | Downloaded arc-swap v1.7.1 |
474 | 2024-11-23T04:06:29.986Z | Downloaded ahash v0.8.11 |
475 | 2024-11-23T04:06:29.990Z | Downloaded hex v0.4.3 |
476 | 2024-11-23T04:06:29.994Z | Downloaded heck v0.3.3 |
477 | 2024-11-23T04:06:29.995Z | Downloaded heapless v0.8.0 |
478 | 2024-11-23T04:06:29.998Z | Downloaded aead v0.5.2 |
479 | 2024-11-23T04:06:29.998Z | Downloaded heapless v0.7.17 |
480 | 2024-11-23T04:06:30.010Z | Downloaded addr2line v0.24.2 |
481 | 2024-11-23T04:06:30.019Z | Downloaded argon2 v0.5.3 |
482 | 2024-11-23T04:06:30.019Z | Downloaded aes-gcm v0.10.3 |
483 | 2024-11-23T04:06:30.019Z | Downloaded adler2 v2.0.0 |
484 | 2024-11-23T04:06:30.029Z | Downloaded allocator-api2 v0.2.18 |
485 | 2024-11-23T04:06:30.037Z | Downloaded hkdf v0.12.4 |
486 | 2024-11-23T04:06:30.040Z | Downloaded progenitor-impl v0.8.0 |
487 | 2024-11-23T04:06:30.044Z | Downloaded httpdate v1.0.3 |
488 | 2024-11-23T04:06:30.047Z | Downloaded aes v0.8.4 |
489 | 2024-11-23T04:06:30.051Z | Downloaded http-body v1.0.1 |
490 | 2024-11-23T04:06:30.051Z | Downloaded highway v1.2.0 |
491 | 2024-11-23T04:06:30.056Z | Downloaded hmac v0.12.1 |
492 | 2024-11-23T04:06:30.059Z | Downloaded aho-corasick v1.1.3 |
493 | 2024-11-23T04:06:30.062Z | Downloaded humantime v2.1.0 |
494 | 2024-11-23T04:06:30.065Z | Downloaded http-range v0.1.5 |
495 | 2024-11-23T04:06:30.065Z | Downloaded hyper-tls v0.6.0 |
496 | 2024-11-23T04:06:30.073Z | Downloaded hyper-staticfile v0.10.1 |
497 | 2024-11-23T04:06:30.076Z | Downloaded httparse v1.9.5 |
498 | 2024-11-23T04:06:30.079Z | Downloaded hubpack_derive v0.1.1 |
499 | 2024-11-23T04:06:30.085Z | Downloaded async-recursion v1.1.1 |
500 | 2024-11-23T04:06:30.089Z | Downloaded ident_case v1.0.1 |
501 | 2024-11-23T04:06:30.089Z | Downloaded atomic-waker v1.1.2 |
502 | 2024-11-23T04:06:30.089Z | Downloaded hostname v0.4.0 |
503 | 2024-11-23T04:06:30.105Z | Downloaded arrayref v0.3.9 |
504 | 2024-11-23T04:06:30.105Z | Downloaded castaway v0.2.3 |
505 | 2024-11-23T04:06:30.105Z | Downloaded instability v0.3.2 |
506 | 2024-11-23T04:06:30.106Z | Downloaded cassowary v0.3.0 |
507 | 2024-11-23T04:06:30.106Z | Downloaded hubpack v0.1.2 |
508 | 2024-11-23T04:06:30.106Z | Downloaded async-stream-impl v0.3.6 |
509 | 2024-11-23T04:06:30.106Z | Downloaded home v0.5.9 |
510 | 2024-11-23T04:06:30.106Z | Downloaded async-stream v0.3.6 |
511 | 2024-11-23T04:06:30.106Z | Downloaded icu_provider_macros v1.5.0 |
512 | 2024-11-23T04:06:30.113Z | Downloaded bitfield-struct v0.6.2 |
513 | 2024-11-23T04:06:30.113Z | Downloaded atty v0.2.14 |
514 | 2024-11-23T04:06:30.114Z | Downloaded cfg_aliases v0.2.1 |
515 | 2024-11-23T04:06:30.114Z | Downloaded array-init v0.0.4 |
516 | 2024-11-23T04:06:30.114Z | Downloaded atomicwrites v0.4.4 |
517 | 2024-11-23T04:06:30.119Z | Downloaded async-trait v0.1.83 |
518 | 2024-11-23T04:06:30.119Z | Downloaded idna_adapter v1.2.0 |
519 | 2024-11-23T04:06:30.124Z | Downloaded indent_write v2.2.0 |
520 | 2024-11-23T04:06:30.124Z | Downloaded cfg_aliases v0.1.1 |
521 | 2024-11-23T04:06:30.124Z | Downloaded block-padding v0.3.3 |
522 | 2024-11-23T04:06:30.124Z | Downloaded iana-time-zone v0.1.61 |
523 | 2024-11-23T04:06:30.130Z | Downloaded hickory-client v0.24.1 |
524 | 2024-11-23T04:06:30.135Z | Downloaded md5 v0.7.0 |
525 | 2024-11-23T04:06:30.135Z | Downloaded backoff v0.4.0 |
526 | 2024-11-23T04:06:30.135Z | Downloaded impl-trait-for-tuples v0.2.2 |
527 | 2024-11-23T04:06:30.144Z | Downloaded hex-literal v0.4.1 |
528 | 2024-11-23T04:06:30.144Z | Downloaded crucible-workspace-hack v0.1.0 |
529 | 2024-11-23T04:06:30.144Z | Downloaded crc v3.2.1 |
530 | 2024-11-23T04:06:30.144Z | Downloaded is_ci v1.2.0 |
531 | 2024-11-23T04:06:30.151Z | Downloaded instant v0.1.13 |
532 | 2024-11-23T04:06:30.151Z | Downloaded cstr-argument v0.1.2 |
533 | 2024-11-23T04:06:30.151Z | Downloaded ciborium-io v0.2.2 |
534 | 2024-11-23T04:06:30.151Z | Downloaded cobs v0.2.3 |
535 | 2024-11-23T04:06:30.155Z | Downloaded kstat-rs v0.2.4 |
536 | 2024-11-23T04:06:30.155Z | Downloaded indoc v1.0.9 |
537 | 2024-11-23T04:06:30.155Z | Downloaded hostname v0.3.1 |
538 | 2024-11-23T04:06:30.162Z | Downloaded ciborium-ll v0.2.2 |
539 | 2024-11-23T04:06:30.162Z | Downloaded http-body-util v0.1.2 |
540 | 2024-11-23T04:06:30.162Z | Downloaded memmap2 v0.9.5 |
541 | 2024-11-23T04:06:30.169Z | Downloaded constant_time_eq v0.3.1 |
542 | 2024-11-23T04:06:30.169Z | Downloaded crunchy v0.2.2 |
543 | 2024-11-23T04:06:30.169Z | Downloaded crossbeam-deque v0.8.5 |
544 | 2024-11-23T04:06:30.175Z | Downloaded cmake v0.1.51 |
545 | 2024-11-23T04:06:30.175Z | Downloaded matches v0.1.10 |
546 | 2024-11-23T04:06:30.175Z | Downloaded crc-catalog v2.4.0 |
547 | 2024-11-23T04:06:30.175Z | Downloaded buf-list v1.0.3 |
548 | 2024-11-23T04:06:30.175Z | Downloaded cipher v0.4.4 |
549 | 2024-11-23T04:06:30.180Z | Downloaded libsw v3.3.1 |
550 | 2024-11-23T04:06:30.180Z | Downloaded lazy_static v1.5.0 |
551 | 2024-11-23T04:06:30.184Z | Downloaded keccak v0.1.5 |
552 | 2024-11-23T04:06:30.184Z | Downloaded csv-core v0.1.11 |
553 | 2024-11-23T04:06:30.184Z | Downloaded const_format_proc_macros v0.2.33 |
554 | 2024-11-23T04:06:30.189Z | Downloaded russh-cryptovec v0.7.3 |
555 | 2024-11-23T04:06:30.189Z | Downloaded hyper-rustls v0.27.3 |
556 | 2024-11-23T04:06:30.192Z | Downloaded linked-hash-map v0.5.6 |
557 | 2024-11-23T04:06:30.199Z | Downloaded lazycell v1.3.0 |
558 | 2024-11-23T04:06:30.199Z | Downloaded jobserver v0.1.32 |
559 | 2024-11-23T04:06:30.199Z | Downloaded curve25519-dalek-derive v0.1.1 |
560 | 2024-11-23T04:06:30.205Z | Downloaded md-5 v0.10.6 |
561 | 2024-11-23T04:06:30.205Z | Downloaded ciborium v0.2.2 |
562 | 2024-11-23T04:06:30.212Z | Downloaded maplit v1.0.2 |
563 | 2024-11-23T04:06:30.212Z | Downloaded lockfree-object-pool v0.1.6 |
564 | 2024-11-23T04:06:30.212Z | Downloaded toolchain_find v0.4.0 |
565 | 2024-11-23T04:06:30.220Z | Downloaded icu_locid v1.5.0 |
566 | 2024-11-23T04:06:30.226Z | Downloaded memoffset v0.9.1 |
567 | 2024-11-23T04:06:30.226Z | Downloaded try-lock v0.2.5 |
568 | 2024-11-23T04:06:30.226Z | Downloaded rfc6979 v0.4.0 |
569 | 2024-11-23T04:06:30.230Z | Downloaded sync-ptr v0.1.1 |
570 | 2024-11-23T04:06:30.230Z | Downloaded console v0.15.8 |
571 | 2024-11-23T04:06:30.241Z | Downloaded rustls-pemfile v1.0.4 |
572 | 2024-11-23T04:06:30.245Z | Downloaded xattr v1.3.1 |
573 | 2024-11-23T04:06:30.246Z | Downloaded indexmap v1.9.3 |
574 | 2024-11-23T04:06:30.246Z | Downloaded dhcproto-macros v0.1.0 |
575 | 2024-11-23T04:06:30.246Z | Downloaded cookie_store v0.21.0 |
576 | 2024-11-23T04:06:30.251Z | Downloaded mime_guess v2.0.5 |
577 | 2024-11-23T04:06:30.251Z | Downloaded libloading v0.8.5 |
578 | 2024-11-23T04:06:30.257Z | Downloaded signal-hook-registry v1.4.2 |
579 | 2024-11-23T04:06:30.257Z | Downloaded arrayvec v0.7.6 |
580 | 2024-11-23T04:06:30.260Z | Downloaded tls_codec v0.4.1 |
581 | 2024-11-23T04:06:30.260Z | Downloaded icu_locid_transform_data v1.5.0 |
582 | 2024-11-23T04:06:30.265Z | Downloaded litemap v0.7.3 |
583 | 2024-11-23T04:06:30.275Z | Downloaded zeroize_derive v1.4.2 |
584 | 2024-11-23T04:06:30.279Z | Downloaded serde-big-array v0.5.1 |
585 | 2024-11-23T04:06:30.279Z | Downloaded linear-map v1.2.0 |
586 | 2024-11-23T04:06:30.279Z | Downloaded mirai-annotations v1.12.0 |
587 | 2024-11-23T04:06:30.279Z | Downloaded serde-hex v0.1.0 |
588 | 2024-11-23T04:06:30.282Z | Downloaded slog-dtrace v0.3.0 |
589 | 2024-11-23T04:06:30.285Z | Downloaded crossbeam-utils v0.8.20 |
590 | 2024-11-23T04:06:30.290Z | Downloaded bytes v1.8.0 |
591 | 2024-11-23T04:06:30.294Z | Downloaded path-slash v0.1.5 |
592 | 2024-11-23T04:06:30.294Z | Downloaded indicatif v0.17.9 |
593 | 2024-11-23T04:06:30.297Z | Downloaded opaque-debug v0.3.1 |
594 | 2024-11-23T04:06:30.301Z | Downloaded base64 v0.22.1 |
595 | 2024-11-23T04:06:30.307Z | Downloaded strum_macros v0.26.4 |
596 | 2024-11-23T04:06:30.307Z | Downloaded diesel-dtrace v0.3.0 |
597 | 2024-11-23T04:06:30.311Z | Downloaded zerovec-derive v0.10.3 |
598 | 2024-11-23T04:06:30.311Z | Downloaded pretty-hex v0.2.1 |
599 | 2024-11-23T04:06:30.311Z | Downloaded fallible-streaming-iterator v0.1.9 |
600 | 2024-11-23T04:06:30.316Z | Downloaded crc-any v2.5.0 |
601 | 2024-11-23T04:06:30.316Z | Downloaded futures-macro v0.3.31 |
602 | 2024-11-23T04:06:30.321Z | Downloaded futures-io v0.3.31 |
603 | 2024-11-23T04:06:30.321Z | Downloaded ff v0.13.0 |
604 | 2024-11-23T04:06:30.322Z | Downloaded futures-executor v0.3.31 |
605 | 2024-11-23T04:06:30.327Z | Downloaded hyper-util v0.1.10 |
606 | 2024-11-23T04:06:30.331Z | Downloaded ecdsa v0.16.9 |
607 | 2024-11-23T04:06:30.331Z | Downloaded hickory-resolver v0.24.1 |
608 | 2024-11-23T04:06:30.334Z | Downloaded rand_seeder v0.3.0 |
609 | 2024-11-23T04:06:30.338Z | Downloaded slog-term v2.9.1 |
610 | 2024-11-23T04:06:30.342Z | Downloaded spin v0.9.8 |
611 | 2024-11-23T04:06:30.348Z | Downloaded packed_struct_codegen v0.10.1 |
612 | 2024-11-23T04:06:30.348Z | Downloaded uzers v0.12.1 |
613 | 2024-11-23T04:06:30.352Z | Downloaded uuid v1.11.0 |
614 | 2024-11-23T04:06:30.352Z | Downloaded percent-encoding v2.3.1 |
615 | 2024-11-23T04:06:30.352Z | Downloaded paste v1.0.15 |
616 | 2024-11-23T04:06:30.358Z | Downloaded debug-ignore v1.0.5 |
617 | 2024-11-23T04:06:30.358Z | Downloaded proc-macro-crate v1.3.1 |
618 | 2024-11-23T04:06:30.362Z | Downloaded primeorder v0.13.6 |
619 | 2024-11-23T04:06:30.362Z | Downloaded polyval v0.6.2 |
620 | 2024-11-23T04:06:30.366Z | Downloaded prettyplease v0.2.25 |
621 | 2024-11-23T04:06:30.370Z | Downloaded r2d2 v0.8.10 |
622 | 2024-11-23T04:06:30.370Z | Downloaded dhcproto v0.12.0 |
623 | 2024-11-23T04:06:30.374Z | Downloaded ref-cast-impl v1.0.23 |
624 | 2024-11-23T04:06:30.374Z | Downloaded hashlink v0.9.1 |
625 | 2024-11-23T04:06:30.381Z | Downloaded crossbeam-channel v0.5.13 |
626 | 2024-11-23T04:06:30.385Z | Downloaded parking_lot v0.11.2 |
627 | 2024-11-23T04:06:30.385Z | Downloaded hickory-server v0.24.1 |
628 | 2024-11-23T04:06:30.389Z | Downloaded vte_generate_state_changes v0.1.2 |
629 | 2024-11-23T04:06:30.392Z | Downloaded rayon-core v1.12.1 |
630 | 2024-11-23T04:06:30.397Z | Downloaded wait-timeout v0.2.0 |
631 | 2024-11-23T04:06:30.401Z | Downloaded slog-bunyan v2.5.0 |
632 | 2024-11-23T04:06:30.401Z | Downloaded shlex v1.3.0 |
633 | 2024-11-23T04:06:30.406Z | Downloaded static_assertions v1.1.0 |
634 | 2024-11-23T04:06:30.406Z | Downloaded stable_deref_trait v1.2.0 |
635 | 2024-11-23T04:06:30.406Z | Downloaded poly1305 v0.8.0 |
636 | 2024-11-23T04:06:30.412Z | Downloaded http v1.1.0 |
637 | 2024-11-23T04:06:30.417Z | Downloaded normalize-line-endings v0.3.0 |
638 | 2024-11-23T04:06:30.417Z | Downloaded zerofrom v0.1.4 |
639 | 2024-11-23T04:06:30.417Z | Downloaded derive-where v1.2.7 |
640 | 2024-11-23T04:06:30.421Z | Downloaded nodrop v0.1.14 |
641 | 2024-11-23T04:06:30.421Z | Downloaded tap v1.0.1 |
642 | 2024-11-23T04:06:30.421Z | Downloaded fatfs v0.3.6 |
643 | 2024-11-23T04:06:30.425Z | Downloaded minimal-lexical v0.2.1 |
644 | 2024-11-23T04:06:30.428Z | Downloaded sec1 v0.7.3 |
645 | 2024-11-23T04:06:30.432Z | Downloaded sqlparser_derive v0.2.2 |
646 | 2024-11-23T04:06:30.432Z | Downloaded qorb v0.2.0 |
647 | 2024-11-23T04:06:30.437Z | Downloaded num-conv v0.1.0 |
648 | 2024-11-23T04:06:30.440Z | Downloaded slog-scope v4.4.0 |
649 | 2024-11-23T04:06:30.440Z | Downloaded waitgroup v0.1.2 |
650 | 2024-11-23T04:06:30.440Z | Downloaded universal-hash v0.5.1 |
651 | 2024-11-23T04:06:30.443Z | Downloaded tokio-native-tls v0.3.1 |
652 | 2024-11-23T04:06:30.443Z | Downloaded tungstenite v0.21.0 |
653 | 2024-11-23T04:06:30.447Z | Downloaded peg-runtime v0.8.3 |
654 | 2024-11-23T04:06:30.451Z | Downloaded zerofrom-derive v0.1.4 |
655 | 2024-11-23T04:06:30.451Z | Downloaded pin-project v1.1.6 |
656 | 2024-11-23T04:06:30.461Z | Downloaded flagset v0.4.6 |
657 | 2024-11-23T04:06:30.464Z | Downloaded filetime v0.2.25 |
658 | 2024-11-23T04:06:30.464Z | Downloaded fallible-iterator v0.3.0 |
659 | 2024-11-23T04:06:30.467Z | Downloaded enum-as-inner v0.5.1 |
660 | 2024-11-23T04:06:30.467Z | Downloaded subtle v2.6.1 |
661 | 2024-11-23T04:06:30.472Z | Downloaded predicates-tree v1.0.11 |
662 | 2024-11-23T04:06:30.472Z | Downloaded predicates-core v1.0.8 |
663 | 2024-11-23T04:06:30.476Z | Downloaded predicates v3.1.2 |
664 | 2024-11-23T04:06:30.476Z | Downloaded rustc-hash v2.0.0 |
665 | 2024-11-23T04:06:30.481Z | Downloaded fxhash v0.2.1 |
666 | 2024-11-23T04:06:30.481Z | Downloaded embedded-io v0.6.1 |
667 | 2024-11-23T04:06:30.481Z | Downloaded darling_macro v0.20.10 |
668 | 2024-11-23T04:06:30.485Z | Downloaded nibble_vec v0.1.0 |
669 | 2024-11-23T04:06:30.485Z | Downloaded slog-json v2.6.1 |
670 | 2024-11-23T04:06:30.485Z | Downloaded time-core v0.1.2 |
671 | 2024-11-23T04:06:30.486Z | Downloaded openssl-probe v0.1.5 |
672 | 2024-11-23T04:06:30.490Z | Downloaded strum_macros v0.24.3 |
673 | 2024-11-23T04:06:30.491Z | Downloaded tokio-tungstenite v0.23.1 |
674 | 2024-11-23T04:06:30.496Z | Downloaded xz2 v0.1.7 |
675 | 2024-11-23T04:06:30.496Z | Downloaded parse-size v1.1.0 |
676 | 2024-11-23T04:06:30.496Z | Downloaded zeroize v1.8.1 |
677 | 2024-11-23T04:06:30.501Z | Downloaded typify-macro v0.2.0 |
678 | 2024-11-23T04:06:30.501Z | Downloaded termcolor v1.4.1 |
679 | 2024-11-23T04:06:30.501Z | Downloaded strum_macros v0.25.3 |
680 | 2024-11-23T04:06:30.501Z | Downloaded vte v0.11.1 |
681 | 2024-11-23T04:06:30.505Z | Downloaded rustls-pemfile v2.2.0 |
682 | 2024-11-23T04:06:30.505Z | Downloaded deranged v0.3.11 |
683 | 2024-11-23T04:06:30.510Z | Downloaded signal-hook v0.3.17 |
684 | 2024-11-23T04:06:30.513Z | Downloaded num v0.4.3 |
685 | 2024-11-23T04:06:30.513Z | Downloaded rand_core v0.6.4 |
686 | 2024-11-23T04:06:30.514Z | Downloaded mockall v0.13.0 |
687 | 2024-11-23T04:06:30.514Z | Downloaded float-ord v0.3.2 |
688 | 2024-11-23T04:06:30.517Z | Downloaded foldhash v0.1.3 |
689 | 2024-11-23T04:06:30.517Z | Downloaded rustc_version v0.1.7 |
690 | 2024-11-23T04:06:30.517Z | Downloaded pem v3.0.4 |
691 | 2024-11-23T04:06:30.525Z | Downloaded ed25519-dalek v2.1.1 |
692 | 2024-11-23T04:06:30.525Z | Downloaded embedded-io v0.4.0 |
693 | 2024-11-23T04:06:30.528Z | Downloaded nu-ansi-term v0.50.1 |
694 | 2024-11-23T04:06:30.528Z | Downloaded fixedbitset v0.4.2 |
695 | 2024-11-23T04:06:30.528Z | Downloaded rand_xorshift v0.3.0 |
696 | 2024-11-23T04:06:30.532Z | Downloaded ron v0.8.1 |
697 | 2024-11-23T04:06:30.536Z | Downloaded thread_local v1.1.8 |
698 | 2024-11-23T04:06:30.542Z | Downloaded num_enum v0.5.11 |
699 | 2024-11-23T04:06:30.545Z | Downloaded ghash v0.5.1 |
700 | 2024-11-23T04:06:30.546Z | Downloaded gethostname v0.5.0 |
701 | 2024-11-23T04:06:30.546Z | Downloaded ena v0.14.3 |
702 | 2024-11-23T04:06:30.553Z | Downloaded precomputed-hash v0.1.1 |
703 | 2024-11-23T04:06:30.553Z | Downloaded same-file v1.0.6 |
704 | 2024-11-23T04:06:30.554Z | Downloaded miniz_oxide v0.8.0 |
705 | 2024-11-23T04:06:30.564Z | Downloaded write16 v1.0.0 |
706 | 2024-11-23T04:06:30.564Z | Downloaded toml v0.7.8 |
707 | 2024-11-23T04:06:30.564Z | Downloaded float-cmp v0.9.0 |
708 | 2024-11-23T04:06:30.564Z | Downloaded yasna v0.5.2 |
709 | 2024-11-23T04:06:30.568Z | Downloaded native-tls v0.2.12 |
710 | 2024-11-23T04:06:30.568Z | Downloaded derive_more v0.99.18 |
711 | 2024-11-23T04:06:30.572Z | Downloaded peg-macros v0.8.4 |
712 | 2024-11-23T04:06:30.572Z | Downloaded itertools v0.10.5 |
713 | 2024-11-23T04:06:30.578Z | Downloaded pkcs8 v0.10.2 |
714 | 2024-11-23T04:06:30.581Z | Downloaded diesel_table_macro_syntax v0.2.0 |
715 | 2024-11-23T04:06:30.585Z | Downloaded foreign-types-shared v0.3.1 |
716 | 2024-11-23T04:06:30.586Z | Downloaded time v0.3.36 |
717 | 2024-11-23T04:06:30.592Z | Downloaded structmeta-derive v0.2.0 |
718 | 2024-11-23T04:06:30.596Z | Downloaded thiserror-impl-no-std v2.0.2 |
719 | 2024-11-23T04:06:30.596Z | Downloaded thiserror-no-std v2.0.2 |
720 | 2024-11-23T04:06:30.602Z | Downloaded password-hash v0.4.2 |
721 | 2024-11-23T04:06:30.605Z | Downloaded tinystr v0.7.6 |
722 | 2024-11-23T04:06:30.610Z | Downloaded phf_shared v0.10.0 |
723 | 2024-11-23T04:06:30.610Z | Downloaded openssl-macros v0.1.1 |
724 | 2024-11-23T04:06:30.611Z | Downloaded futures-core v0.3.31 |
725 | 2024-11-23T04:06:30.611Z | Downloaded postgres-protocol v0.6.7 |
726 | 2024-11-23T04:06:30.614Z | Downloaded pbkdf2 v0.11.0 |
727 | 2024-11-23T04:06:30.614Z | Downloaded dsl_auto_type v0.1.2 |
728 | 2024-11-23T04:06:30.614Z | Downloaded whoami v1.5.2 |
729 | 2024-11-23T04:06:30.618Z | Downloaded progenitor v0.8.0 |
730 | 2024-11-23T04:06:30.622Z | Downloaded tiny-keccak v2.0.2 |
731 | 2024-11-23T04:06:30.622Z | Downloaded dropshot_endpoint v0.12.0 |
732 | 2024-11-23T04:06:30.625Z | Downloaded strum v0.26.3 |
733 | 2024-11-23T04:06:30.625Z | Downloaded ppv-lite86 v0.2.20 |
734 | 2024-11-23T04:06:30.630Z | Downloaded diesel_derives v2.2.3 |
735 | 2024-11-23T04:06:30.633Z | Downloaded rustc-hash v1.1.0 |
736 | 2024-11-23T04:06:30.633Z | Downloaded tower-service v0.3.3 |
737 | 2024-11-23T04:06:30.637Z | Downloaded postgres-types v0.2.8 |
738 | 2024-11-23T04:06:30.637Z | Downloaded ssh-key v0.6.6 |
739 | 2024-11-23T04:06:30.647Z | Downloaded num_threads v0.1.7 |
740 | 2024-11-23T04:06:30.651Z | Downloaded new_debug_unreachable v1.0.6 |
741 | 2024-11-23T04:06:30.651Z | Downloaded writeable v0.5.5 |
742 | 2024-11-23T04:06:30.652Z | Downloaded fragile v2.0.0 |
743 | 2024-11-23T04:06:30.655Z | Downloaded form_urlencoded v1.2.1 |
744 | 2024-11-23T04:06:30.656Z | Downloaded pin-utils v0.1.0 |
745 | 2024-11-23T04:06:30.656Z | Downloaded socket2 v0.5.7 |
746 | 2024-11-23T04:06:30.660Z | Downloaded psl-types v2.0.11 |
747 | 2024-11-23T04:06:30.660Z | Downloaded olpc-cjson v0.1.4 |
748 | 2024-11-23T04:06:30.660Z | Downloaded futures v0.3.31 |
749 | 2024-11-23T04:06:30.664Z | Downloaded serde_urlencoded v0.7.1 |
750 | 2024-11-23T04:06:30.669Z | Downloaded want v0.3.1 |
751 | 2024-11-23T04:06:30.669Z | Downloaded tracing-attributes v0.1.27 |
752 | 2024-11-23T04:06:30.672Z | Downloaded serde_repr v0.1.19 |
753 | 2024-11-23T04:06:30.672Z | Downloaded stringprep v0.1.5 |
754 | 2024-11-23T04:06:30.675Z | Downloaded sqlformat v0.2.6 |
755 | 2024-11-23T04:06:30.679Z | Downloaded flume v0.11.1 |
756 | 2024-11-23T04:06:30.683Z | Downloaded zip v0.6.6 |
757 | 2024-11-23T04:06:30.686Z | Downloaded idna v1.0.3 |
758 | 2024-11-23T04:06:30.690Z | Downloaded untrusted v0.7.1 |
759 | 2024-11-23T04:06:30.690Z | Downloaded structmeta-derive v0.3.0 |
760 | 2024-11-23T04:06:30.694Z | Downloaded strip-ansi-escapes v0.2.0 |
761 | 2024-11-23T04:06:30.694Z | Downloaded rcgen v0.12.1 |
762 | 2024-11-23T04:06:30.698Z | Downloaded newline-converter v0.3.0 |
763 | 2024-11-23T04:06:30.698Z | Downloaded glob v0.3.1 |
764 | 2024-11-23T04:06:30.702Z | Downloaded hyper v1.5.0 |
765 | 2024-11-23T04:06:30.706Z | Downloaded nanorand v0.7.0 |
766 | 2024-11-23T04:06:30.710Z | Downloaded num-derive v0.4.2 |
767 | 2024-11-23T04:06:30.713Z | Downloaded phf_codegen v0.11.2 |
768 | 2024-11-23T04:06:30.713Z | Downloaded futures-channel v0.3.31 |
769 | 2024-11-23T04:06:30.713Z | Downloaded oso v0.27.3 |
770 | 2024-11-23T04:06:30.717Z | Downloaded vsss-rs v3.3.4 |
771 | 2024-11-23T04:06:30.721Z | Downloaded progenitor-client v0.8.0 |
772 | 2024-11-23T04:06:30.721Z | Downloaded packed_struct v0.10.1 |
773 | 2024-11-23T04:06:30.726Z | Downloaded phf_generator v0.11.2 |
774 | 2024-11-23T04:06:30.726Z | Downloaded resolv-conf v0.7.0 |
775 | 2024-11-23T04:06:30.729Z | Downloaded simd-adler32 v0.3.7 |
776 | 2024-11-23T04:06:30.729Z | Downloaded steno v0.4.1 |
777 | 2024-11-23T04:06:30.735Z | Downloaded sha1 v0.10.6 |
778 | 2024-11-23T04:06:30.740Z | Downloaded rustls-pki-types v1.10.0 |
779 | 2024-11-23T04:06:30.740Z | Downloaded which v4.4.2 |
780 | 2024-11-23T04:06:30.743Z | Downloaded schemars_derive v0.8.21 |
781 | 2024-11-23T04:06:30.743Z | Downloaded slog-stdlog v4.1.1 |
782 | 2024-11-23T04:06:30.747Z | Downloaded num-bigint-dig v0.8.4 |
783 | 2024-11-23T04:06:30.751Z | Downloaded foreign-types v0.3.2 |
784 | 2024-11-23T04:06:30.751Z | Downloaded newtype-uuid v1.1.3 |
785 | 2024-11-23T04:06:30.755Z | Downloaded dirs-next v2.0.0 |
786 | 2024-11-23T04:06:30.755Z | Downloaded difflib v0.4.0 |
787 | 2024-11-23T04:06:30.755Z | Downloaded defmt v0.3.8 |
788 | 2024-11-23T04:06:30.759Z | Downloaded data-encoding v2.6.0 |
789 | 2024-11-23T04:06:30.764Z | Downloaded itertools v0.13.0 |
790 | 2024-11-23T04:06:30.767Z | Downloaded futures-task v0.3.31 |
791 | 2024-11-23T04:06:30.771Z | Downloaded string_cache v0.8.7 |
792 | 2024-11-23T04:06:30.772Z | Downloaded globset v0.4.15 |
793 | 2024-11-23T04:06:30.775Z | Downloaded zone_cfg_derive v0.3.0 |
794 | 2024-11-23T04:06:30.775Z | Downloaded zone_cfg_derive v0.1.2 |
795 | 2024-11-23T04:06:30.775Z | Downloaded spki v0.7.3 |
796 | 2024-11-23T04:06:30.775Z | Downloaded progenitor-macro v0.8.0 |
797 | 2024-11-23T04:06:30.779Z | Downloaded der v0.7.9 |
798 | 2024-11-23T04:06:30.782Z | Downloaded displaydoc v0.2.5 |
799 | 2024-11-23T04:06:30.786Z | Downloaded tracing-core v0.1.32 |
800 | 2024-11-23T04:06:30.789Z | Downloaded take_mut v0.2.2 |
801 | 2024-11-23T04:06:30.789Z | Downloaded flate2 v1.0.34 |
802 | 2024-11-23T04:06:30.795Z | Downloaded fallible-iterator v0.2.0 |
803 | 2024-11-23T04:06:30.798Z | Downloaded tokio-rustls v0.24.1 |
804 | 2024-11-23T04:06:30.802Z | Downloaded smallvec v1.13.2 |
805 | 2024-11-23T04:06:30.802Z | Downloaded downcast v0.11.0 |
806 | 2024-11-23T04:06:30.806Z | Downloaded hashbrown v0.14.5 |
807 | 2024-11-23T04:06:30.809Z | Downloaded sigpipe v0.1.3 |
808 | 2024-11-23T04:06:30.809Z | Downloaded dropshot_endpoint v0.13.0 |
809 | 2024-11-23T04:06:30.813Z | Downloaded openssl-sys v0.9.103 |
810 | 2024-11-23T04:06:30.818Z | Downloaded rtoolbox v0.0.2 |
811 | 2024-11-23T04:06:30.822Z | Downloaded rusty-fork v0.3.0 |
812 | 2024-11-23T04:06:30.822Z | Downloaded owo-colors v4.1.0 |
813 | 2024-11-23T04:06:30.826Z | Downloaded peg v0.8.4 |
814 | 2024-11-23T04:06:30.829Z | Downloaded tokio-macros v2.4.0 |
815 | 2024-11-23T04:06:30.833Z | Downloaded bitvec v1.0.1 |
816 | 2024-11-23T04:06:30.846Z | Downloaded derive_builder_macro v0.20.2 |
817 | 2024-11-23T04:06:30.849Z | Downloaded newtype_derive v0.1.6 |
818 | 2024-11-23T04:06:30.849Z | Downloaded oso-derive v0.27.3 |
819 | 2024-11-23T04:06:30.849Z | Downloaded termtree v0.4.1 |
820 | 2024-11-23T04:06:30.852Z | Downloaded radium v0.7.0 |
821 | 2024-11-23T04:06:30.852Z | Downloaded hash32 v0.2.1 |
822 | 2024-11-23T04:06:30.853Z | Downloaded test-strategy v0.3.1 |
823 | 2024-11-23T04:06:30.856Z | Downloaded similar v2.6.0 |
824 | 2024-11-23T04:06:30.863Z | Downloaded endian-type v0.1.2 |
825 | 2024-11-23T04:06:30.867Z | Downloaded display-error-chain v0.2.2 |
826 | 2024-11-23T04:06:30.867Z | Downloaded env_logger v0.11.5 |
827 | 2024-11-23T04:06:30.867Z | Downloaded zone v0.1.8 |
828 | 2024-11-23T04:06:30.867Z | Downloaded pkg-config v0.3.31 |
829 | 2024-11-23T04:06:30.870Z | Downloaded group v0.13.0 |
830 | 2024-11-23T04:06:30.870Z | Downloaded dirs-sys-next v0.1.2 |
831 | 2024-11-23T04:06:30.874Z | Downloaded phf v0.11.2 |
832 | 2024-11-23T04:06:30.874Z | Downloaded foreign-types-macros v0.2.3 |
833 | 2024-11-23T04:06:30.874Z | Downloaded darling_core v0.20.10 |
834 | 2024-11-23T04:06:30.878Z | Downloaded supports-color v3.0.1 |
835 | 2024-11-23T04:06:30.883Z | Downloaded signature v2.2.0 |
836 | 2024-11-23T04:06:30.883Z | Downloaded signal-hook-mio v0.2.4 |
837 | 2024-11-23T04:06:30.887Z | Downloaded parse-zoneinfo v0.3.1 |
838 | 2024-11-23T04:06:30.888Z | Downloaded serde_with_macros v3.11.0 |
839 | 2024-11-23T04:06:30.894Z | Downloaded parking_lot v0.12.3 |
840 | 2024-11-23T04:06:30.894Z | Downloaded elliptic-curve v0.13.8 |
841 | 2024-11-23T04:06:30.897Z | Downloaded defmt-macros v0.3.9 |
842 | 2024-11-23T04:06:30.901Z | Downloaded subprocess v0.2.9 |
843 | 2024-11-23T04:06:30.901Z | Downloaded unicase v2.7.0 |
844 | 2024-11-23T04:06:30.905Z | Downloaded multimap v0.10.0 |
845 | 2024-11-23T04:06:30.905Z | Downloaded unicode-segmentation v1.12.0 |
846 | 2024-11-23T04:06:30.908Z | Downloaded unicode-normalization v0.1.24 |
847 | 2024-11-23T04:06:30.912Z | Downloaded yoke v0.7.4 |
848 | 2024-11-23T04:06:30.916Z | Downloaded quick-error v1.2.3 |
849 | 2024-11-23T04:06:30.916Z | Downloaded env_filter v0.1.2 |
850 | 2024-11-23T04:06:30.920Z | Downloaded parse-display v0.10.0 |
851 | 2024-11-23T04:06:30.920Z | Downloaded tabwriter v1.4.0 |
852 | 2024-11-23T04:06:30.920Z | Downloaded num-bigint v0.4.6 |
853 | 2024-11-23T04:06:30.927Z | Downloaded pkcs1 v0.7.5 |
854 | 2024-11-23T04:06:30.931Z | Downloaded password-hash v0.5.0 |
855 | 2024-11-23T04:06:30.931Z | Downloaded serde_derive_internals v0.29.1 |
856 | 2024-11-23T04:06:30.931Z | Downloaded num_enum_derive v0.5.11 |
857 | 2024-11-23T04:06:30.939Z | Downloaded num-rational v0.4.2 |
858 | 2024-11-23T04:06:30.939Z | Downloaded p256 v0.13.2 |
859 | 2024-11-23T04:06:30.939Z | Downloaded tokio-tungstenite v0.21.0 |
860 | 2024-11-23T04:06:30.944Z | Downloaded tls_codec_derive v0.4.1 |
861 | 2024-11-23T04:06:30.944Z | Downloaded schemars v0.8.21 |
862 | 2024-11-23T04:06:30.954Z | Downloaded topological-sort v0.2.2 |
863 | 2024-11-23T04:06:30.959Z | Downloaded rustversion v1.0.17 |
864 | 2024-11-23T04:06:30.959Z | Downloaded enum-as-inner v0.6.1 |
865 | 2024-11-23T04:06:30.963Z | Downloaded num-iter v0.1.45 |
866 | 2024-11-23T04:06:30.963Z | Downloaded hash32 v0.3.1 |
867 | 2024-11-23T04:06:30.963Z | Downloaded foreign-types v0.5.0 |
868 | 2024-11-23T04:06:30.963Z | Downloaded mockall_derive v0.13.0 |
869 | 2024-11-23T04:06:30.968Z | Downloaded pem-rfc7468 v0.7.0 |
870 | 2024-11-23T04:06:30.968Z | Downloaded twox-hash v1.6.3 |
871 | 2024-11-23T04:06:30.971Z | Downloaded synstructure v0.13.1 |
872 | 2024-11-23T04:06:30.972Z | Downloaded parse-display-derive v0.10.0 |
873 | 2024-11-23T04:06:30.972Z | Downloaded chrono v0.4.38 |
874 | 2024-11-23T04:06:30.981Z | Downloaded postcard v1.0.10 |
875 | 2024-11-23T04:06:30.987Z | Downloaded publicsuffix v2.2.3 |
876 | 2024-11-23T04:06:30.987Z | Downloaded snafu-derive v0.8.5 |
877 | 2024-11-23T04:06:30.991Z | Downloaded vergen v8.3.2 |
878 | 2024-11-23T04:06:30.991Z | Downloaded diff v0.1.13 |
879 | 2024-11-23T04:06:30.994Z | Downloaded value-bag v1.9.0 |
880 | 2024-11-23T04:06:30.999Z | Downloaded zopfli v0.8.1 |
881 | 2024-11-23T04:06:30.999Z | Downloaded tinyvec v1.8.0 |
882 | 2024-11-23T04:06:31.003Z | Downloaded tokio-postgres v0.7.12 |
883 | 2024-11-23T04:06:31.018Z | Downloaded multer v3.1.0 |
884 | 2024-11-23T04:06:31.018Z | Downloaded salty v0.3.0 |
885 | 2024-11-23T04:06:31.026Z | Downloaded tungstenite v0.23.0 |
886 | 2024-11-23T04:06:31.026Z | Downloaded snafu v0.8.5 |
887 | 2024-11-23T04:06:31.035Z | Downloaded unicode_categories v0.1.1 |
888 | 2024-11-23T04:06:31.035Z | Downloaded zerocopy-derive v0.8.10 |
889 | 2024-11-23T04:06:31.045Z | Downloaded lalrpop v0.19.12 |
890 | 2024-11-23T04:06:31.055Z | Downloaded parking_lot_core v0.9.10 |
891 | 2024-11-23T04:06:31.055Z | Downloaded icu_properties_data v1.5.0 |
892 | 2024-11-23T04:06:31.059Z | Downloaded serde_yaml v0.9.34+deprecated |
893 | 2024-11-23T04:06:31.063Z | Downloaded hashbrown v0.13.2 |
894 | 2024-11-23T04:06:31.068Z | Downloaded rsa v0.9.6 |
895 | 2024-11-23T04:06:31.073Z | Downloaded url v2.5.3 |
896 | 2024-11-23T04:06:31.077Z | Downloaded unicode-width v0.2.0 |
897 | 2024-11-23T04:06:31.084Z | Downloaded futures-util v0.3.31 |
898 | 2024-11-23T04:06:31.096Z | Downloaded expectorate v1.1.0 |
899 | 2024-11-23T04:06:31.100Z | Downloaded idna v0.5.0 |
900 | 2024-11-23T04:06:31.105Z | Downloaded idna v0.3.0 |
901 | 2024-11-23T04:06:31.112Z | Downloaded quinn v0.11.5 |
902 | 2024-11-23T04:06:31.118Z | Downloaded curve25519-dalek v4.1.3 |
903 | 2024-11-23T04:06:31.125Z | Downloaded zip v2.1.3 |
904 | 2024-11-23T04:06:31.130Z | Downloaded tungstenite v0.24.0 |
905 | 2024-11-23T04:06:31.133Z | Downloaded winnow v0.5.40 |
906 | 2024-11-23T04:06:31.142Z | Downloaded rustyline v14.0.0 |
907 | 2024-11-23T04:06:31.148Z | Downloaded tough v0.19.0 |
908 | 2024-11-23T04:06:31.157Z | Downloaded typed-path v0.9.3 |
909 | 2024-11-23T04:06:31.162Z | Downloaded hashbrown v0.12.3 |
910 | 2024-11-23T04:06:31.166Z | Downloaded openssl v0.10.66 |
911 | 2024-11-23T04:06:31.176Z | Downloaded trust-dns-proto v0.22.0 |
912 | 2024-11-23T04:06:31.189Z | Downloaded idna v0.4.0 |
913 | 2024-11-23T04:06:31.196Z | Downloaded toml_edit v0.19.15 |
914 | 2024-11-23T04:06:31.213Z | Downloaded p521 v0.13.3 |
915 | 2024-11-23T04:06:31.219Z | Downloaded russh v0.45.0 |
916 | 2024-11-23T04:06:31.222Z | Downloaded serde_with v3.11.0 |
917 | 2024-11-23T04:06:31.232Z | Downloaded regex v1.11.1 |
918 | 2024-11-23T04:06:31.246Z | Downloaded reqwest v0.12.9 |
919 | 2024-11-23T04:06:31.253Z | Downloaded chrono-tz v0.10.0 |
920 | 2024-11-23T04:06:31.262Z | Downloaded bstr v1.10.0 |
921 | 2024-11-23T04:06:31.272Z | Downloaded portable-atomic v1.9.0 |
922 | 2024-11-23T04:06:31.279Z | Downloaded rusqlite v0.32.1 |
923 | 2024-11-23T04:06:31.287Z | Downloaded zerocopy v0.8.10 |
924 | 2024-11-23T04:06:31.312Z | Downloaded rustls-webpki v0.101.7 |
925 | 2024-11-23T04:06:31.326Z | Downloaded radix_trie v0.2.1 |
926 | 2024-11-23T04:06:31.332Z | Downloaded webpki-roots v0.26.6 |
927 | 2024-11-23T04:06:31.336Z | Downloaded rustls v0.21.12 |
928 | 2024-11-23T04:06:31.347Z | Downloaded openapiv3 v2.0.0 |
929 | 2024-11-23T04:06:31.360Z | Downloaded p384 v0.13.0 |
930 | 2024-11-23T04:06:31.366Z | Downloaded quinn-proto v0.11.8 |
931 | 2024-11-23T04:06:31.372Z | Downloaded gimli v0.31.1 |
932 | 2024-11-23T04:06:31.381Z | Downloaded nix v0.29.0 |
933 | 2024-11-23T04:06:31.394Z | Downloaded git2 v0.19.0 |
934 | 2024-11-23T04:06:31.402Z | Downloaded diesel v2.2.4 |
935 | 2024-11-23T04:06:31.422Z | Downloaded petname v2.0.2 |
936 | 2024-11-23T04:06:31.427Z | Downloaded smoltcp v0.11.0 |
937 | 2024-11-23T04:06:31.439Z | Downloaded regress v0.10.1 |
938 | 2024-11-23T04:06:31.448Z | Downloaded object v0.30.4 |
939 | 2024-11-23T04:06:31.458Z | Downloaded regress v0.9.1 |
940 | 2024-11-23T04:06:31.467Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
941 | 2024-11-23T04:06:31.482Z | Downloaded regex-syntax v0.6.29 |
942 | 2024-11-23T04:06:31.487Z | Downloaded dropshot v0.13.0 |
943 | 2024-11-23T04:06:31.508Z | Downloaded object v0.36.5 |
944 | 2024-11-23T04:06:31.519Z | Downloaded regex-syntax v0.8.5 |
945 | 2024-11-23T04:06:31.527Z | Downloaded nix v0.28.0 |
946 | 2024-11-23T04:06:31.539Z | Downloaded zerocopy-derive v0.6.6 |
947 | 2024-11-23T04:06:31.549Z | Downloaded ratatui v0.28.1 |
948 | 2024-11-23T04:06:31.569Z | Downloaded rustls v0.23.18 |
949 | 2024-11-23T04:06:31.580Z | Downloaded regex-automata v0.4.8 |
950 | 2024-11-23T04:06:31.598Z | Downloaded rustls v0.22.4 |
951 | 2024-11-23T04:06:31.610Z | Downloaded typify-impl v0.2.0 |
952 | 2024-11-23T04:06:31.626Z | Downloaded quick-xml v0.33.0 |
953 | 2024-11-23T04:06:31.632Z | Downloaded sled v0.34.7 |
954 | 2024-11-23T04:06:31.642Z | Downloaded proptest v1.5.0 |
955 | 2024-11-23T04:06:31.653Z | Downloaded smoltcp v0.9.1 |
956 | 2024-11-23T04:06:31.663Z | Downloaded dropshot v0.12.0 |
957 | 2024-11-23T04:06:31.683Z | Downloaded polar-core v0.27.3 |
958 | 2024-11-23T04:06:31.691Z | Downloaded csv v1.3.0 |
959 | 2024-11-23T04:06:31.711Z | Downloaded sqlparser v0.45.0 |
960 | 2024-11-23T04:06:31.716Z | Downloaded vcpkg v0.2.15 |
961 | 2024-11-23T04:06:31.754Z | Downloaded nix v0.27.1 |
962 | 2024-11-23T04:06:31.764Z | Downloaded reedline v0.35.0 |
963 | 2024-11-23T04:06:31.771Z | Downloaded tokio v1.40.0 |
964 | 2024-11-23T04:06:31.809Z | Downloaded lzma-sys v0.1.20 |
965 | 2024-11-23T04:06:31.836Z | Downloaded half v2.4.1 |
966 | 2024-11-23T04:06:31.839Z | Downloaded defmt-parser v0.3.4 |
967 | 2024-11-23T04:06:31.842Z | Downloaded x509-cert v0.2.5 |
968 | 2024-11-23T04:06:31.845Z | Downloaded h2 v0.4.6 |
969 | 2024-11-23T04:06:31.852Z | Downloaded tokio-stream v0.1.16 |
970 | 2024-11-23T04:06:31.856Z | Downloaded rayon v1.10.0 |
971 | 2024-11-23T04:06:31.866Z | Downloaded nom v7.1.3 |
972 | 2024-11-23T04:06:31.871Z | Downloaded libz-sys v1.1.20 |
973 | 2024-11-23T04:06:31.892Z | Downloaded petgraph v0.6.5 |
974 | 2024-11-23T04:06:31.909Z | Downloaded parking_lot_core v0.8.6 |
975 | 2024-11-23T04:06:31.912Z | Downloaded tokio-util v0.7.12 |
976 | 2024-11-23T04:06:31.916Z | Downloaded rustls-webpki v0.102.8 |
977 | 2024-11-23T04:06:31.934Z | Downloaded num-integer v0.1.46 |
978 | 2024-11-23T04:06:31.938Z | Downloaded untrusted v0.9.0 |
979 | 2024-11-23T04:06:31.942Z | Downloaded unicode-xid v0.2.6 |
980 | 2024-11-23T04:06:31.942Z | Downloaded serde_path_to_error v0.1.16 |
981 | 2024-11-23T04:06:31.942Z | Downloaded spin v0.5.2 |
982 | 2024-11-23T04:06:31.942Z | Downloaded bindgen v0.69.5 |
983 | 2024-11-23T04:06:31.948Z | Downloaded omicron-zone-package v0.11.1 |
984 | 2024-11-23T04:06:31.952Z | Downloaded dunce v1.0.5 |
985 | 2024-11-23T04:06:31.954Z | Downloaded ref-cast v1.0.23 |
986 | 2024-11-23T04:06:31.957Z | Downloaded pin-project-internal v1.1.6 |
987 | 2024-11-23T04:06:31.957Z | Downloaded unicode-bidi v0.3.17 |
988 | 2024-11-23T04:06:31.961Z | Downloaded tracing v0.1.40 |
989 | 2024-11-23T04:06:31.968Z | Downloaded rand v0.8.5 |
990 | 2024-11-23T04:06:31.968Z | Downloaded sha3 v0.10.8 |
991 | 2024-11-23T04:06:31.978Z | Downloaded aws-lc-rs v1.10.0 |
992 | 2024-11-23T04:06:31.983Z | Downloaded futures-sink v0.3.31 |
993 | 2024-11-23T04:06:31.983Z | Downloaded foreign-types-shared v0.1.1 |
994 | 2024-11-23T04:06:31.983Z | Downloaded either v1.13.0 |
995 | 2024-11-23T04:06:31.986Z | Downloaded yoke-derive v0.7.4 |
996 | 2024-11-23T04:06:31.986Z | Downloaded encoding_rs v0.8.34 |
997 | 2024-11-23T04:06:32.006Z | Downloaded typify v0.2.0 |
998 | 2024-11-23T04:06:32.009Z | Downloaded rustc-demangle v0.1.24 |
999 | 2024-11-23T04:06:32.011Z | Downloaded smf v0.2.3 |
1000 | 2024-11-23T04:06:32.014Z | Downloaded russh-keys v0.45.0 |
1001 | 2024-11-23T04:06:32.014Z | Downloaded unsafe-libyaml v0.2.11 |
1002 | 2024-11-23T04:06:32.017Z | Downloaded itertools v0.12.1 |
1003 | 2024-11-23T04:06:32.024Z | Downloaded serde_plain v1.0.2 |
1004 | 2024-11-23T04:06:32.027Z | Downloaded pbkdf2 v0.12.2 |
1005 | 2024-11-23T04:06:32.027Z | Downloaded tar v0.4.42 |
1006 | 2024-11-23T04:06:32.030Z | Downloaded derive_builder_core v0.20.2 |
1007 | 2024-11-23T04:06:32.032Z | Downloaded unicode-properties v0.1.3 |
1008 | 2024-11-23T04:06:32.034Z | Downloaded time-macros v0.2.18 |
1009 | 2024-11-23T04:06:32.037Z | Downloaded num-traits v0.2.19 |
1010 | 2024-11-23T04:06:32.044Z | Downloaded zerovec v0.10.4 |
1011 | 2024-11-23T04:06:32.050Z | Downloaded funty v2.0.0 |
1012 | 2024-11-23T04:06:32.050Z | Downloaded dyn-clone v1.0.17 |
1013 | 2024-11-23T04:06:32.050Z | Downloaded slog v2.7.0 |
1014 | 2024-11-23T04:06:32.050Z | Downloaded pkcs5 v0.7.1 |
1015 | 2024-11-23T04:06:32.053Z | Downloaded mio v1.0.2 |
1016 | 2024-11-23T04:06:32.058Z | Downloaded hickory-proto v0.24.1 |
1017 | 2024-11-23T04:06:32.074Z | Downloaded wyz v0.5.1 |
1018 | 2024-11-23T04:06:32.078Z | Downloaded slog-async v2.8.0 |
1019 | 2024-11-23T04:06:32.078Z | Downloaded libm v0.2.8 |
1020 | 2024-11-23T04:06:32.083Z | Downloaded blake3 v1.5.4 |
1021 | 2024-11-23T04:06:32.090Z | Downloaded pin-project-lite v0.2.14 |
1022 | 2024-11-23T04:06:32.095Z | Downloaded getrandom v0.2.15 |
1023 | 2024-11-23T04:06:32.099Z | Downloaded derive_builder v0.20.2 |
1024 | 2024-11-23T04:06:32.103Z | Downloaded ssh-cipher v0.2.0 |
1025 | 2024-11-23T04:06:32.106Z | Downloaded idna v0.2.3 |
1026 | 2024-11-23T04:06:32.110Z | Downloaded structmeta v0.2.0 |
1027 | 2024-11-23T04:06:32.112Z | Downloaded libxml v0.3.3 |
1028 | 2024-11-23T04:06:32.117Z | Downloaded crossterm v0.28.1 |
1029 | 2024-11-23T04:06:32.123Z | Downloaded slab v0.4.9 |
1030 | 2024-11-23T04:06:32.126Z | Downloaded rustfmt-wrapper v0.2.1 |
1031 | 2024-11-23T04:06:32.126Z | Downloaded der_derive v0.7.3 |
1032 | 2024-11-23T04:06:32.129Z | Downloaded walkdir v2.5.0 |
1033 | 2024-11-23T04:06:32.129Z | Downloaded term v0.7.0 |
1034 | 2024-11-23T04:06:32.132Z | Downloaded powerfmt v0.2.0 |
1035 | 2024-11-23T04:06:32.135Z | Downloaded zone v0.3.0 |
1036 | 2024-11-23T04:06:32.135Z | Downloaded unarray v0.1.4 |
1037 | 2024-11-23T04:06:32.137Z | Downloaded ron v0.7.1 |
1038 | 2024-11-23T04:06:32.140Z | Downloaded headers v0.4.0 |
1039 | 2024-11-23T04:06:32.144Z | Downloaded tokio-tungstenite v0.24.0 |
1040 | 2024-11-23T04:06:32.148Z | Downloaded signal-hook-tokio v0.3.1 |
1041 | 2024-11-23T04:06:32.148Z | Downloaded scheduled-thread-pool v0.2.7 |
1042 | 2024-11-23T04:06:32.150Z | Downloaded salsa20 v0.10.2 |
1043 | 2024-11-23T04:06:32.150Z | Downloaded sct v0.7.1 |
1044 | 2024-11-23T04:06:32.155Z | Downloaded slog-envlogger v2.2.0 |
1045 | 2024-11-23T04:06:32.157Z | Downloaded bumpalo v3.16.0 |
1046 | 2024-11-23T04:06:32.160Z | Downloaded shell-words v1.1.0 |
1047 | 2024-11-23T04:06:32.160Z | Downloaded scrypt v0.11.0 |
1048 | 2024-11-23T04:06:32.163Z | Downloaded num-complex v0.4.6 |
1049 | 2024-11-23T04:06:32.167Z | Downloaded tokio-rustls v0.25.0 |
1050 | 2024-11-23T04:06:32.170Z | Downloaded samael v0.0.17 |
1051 | 2024-11-23T04:06:32.172Z | Downloaded icu_properties v1.5.1 |
1052 | 2024-11-23T04:06:32.175Z | Downloaded phf_shared v0.11.2 |
1053 | 2024-11-23T04:06:32.178Z | Downloaded crypto-bigint v0.5.5 |
1054 | 2024-11-23T04:06:32.182Z | Downloaded cc v1.1.30 |
1055 | 2024-11-23T04:06:32.185Z | Downloaded fs_extra v1.3.0 |
1056 | 2024-11-23T04:06:32.187Z | Downloaded zerocopy v0.6.6 |
1057 | 2024-11-23T04:06:32.190Z | Downloaded tokio-rustls v0.26.0 |
1058 | 2024-11-23T04:06:32.192Z | Downloaded env_logger v0.10.2 |
1059 | 2024-11-23T04:06:32.195Z | Downloaded des v0.8.1 |
1060 | 2024-11-23T04:06:32.200Z | Downloaded smallvec v0.6.14 |
1061 | 2024-11-23T04:06:32.200Z | Downloaded match_cfg v0.1.0 |
1062 | 2024-11-23T04:06:32.200Z | Downloaded fd-lock v4.0.2 |
1063 | 2024-11-23T04:06:32.203Z | Downloaded const_format v0.2.33 |
1064 | 2024-11-23T04:06:32.206Z | Downloaded icu_collections v1.5.0 |
1065 | 2024-11-23T04:06:32.211Z | Downloaded compact_str v0.8.0 |
1066 | 2024-11-23T04:06:32.214Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1067 | 2024-11-23T04:06:32.272Z | Downloaded chacha20poly1305 v0.10.1 |
1068 | 2024-11-23T04:06:32.274Z | Downloaded backtrace v0.3.74 |
1069 | 2024-11-23T04:06:32.278Z | Downloaded number_prefix v0.4.0 |
1070 | 2024-11-23T04:06:32.280Z | Downloaded ed25519 v2.2.3 |
1071 | 2024-11-23T04:06:32.283Z | Downloaded structmeta v0.3.0 |
1072 | 2024-11-23T04:06:32.283Z | Downloaded ssh-encoding v0.2.0 |
1073 | 2024-11-23T04:06:32.283Z | Downloaded icu_provider v1.5.0 |
1074 | 2024-11-23T04:06:32.286Z | Downloaded utf8_iter v1.0.4 |
1075 | 2024-11-23T04:06:32.286Z | Downloaded utf16_iter v1.0.5 |
1076 | 2024-11-23T04:06:32.289Z | Downloaded utf-8 v0.7.6 |
1077 | 2024-11-23T04:06:32.289Z | Downloaded unicode-truncate v1.1.0 |
1078 | 2024-11-23T04:06:32.291Z | Downloaded tui-tree-widget v0.22.0 |
1079 | 2024-11-23T04:06:32.291Z | Downloaded ipnet v2.10.1 |
1080 | 2024-11-23T04:06:32.294Z | Downloaded icu_normalizer_data v1.5.0 |
1081 | 2024-11-23T04:06:32.298Z | Downloaded icu_normalizer v1.5.0 |
1082 | 2024-11-23T04:06:32.301Z | Downloaded crossbeam-epoch v0.9.18 |
1083 | 2024-11-23T04:06:32.301Z | Downloaded crc32fast v1.4.2 |
1084 | 2024-11-23T04:06:32.304Z | Downloaded termios v0.3.3 |
1085 | 2024-11-23T04:06:32.304Z | Downloaded siphasher v0.3.11 |
1086 | 2024-11-23T04:06:32.307Z | Downloaded scopeguard v1.2.0 |
1087 | 2024-11-23T04:06:32.307Z | Downloaded rpassword v7.3.1 |
1088 | 2024-11-23T04:06:32.307Z | Downloaded lru-cache v0.1.2 |
1089 | 2024-11-23T04:06:32.309Z | Downloaded cookie v0.18.1 |
1090 | 2024-11-23T04:06:32.313Z | Downloaded const-oid v0.9.6 |
1091 | 2024-11-23T04:06:32.316Z | Downloaded clang-sys v1.8.1 |
1092 | 2024-11-23T04:06:32.316Z | Downloaded sync_wrapper v1.0.1 |
1093 | 2024-11-23T04:06:32.316Z | Downloaded semver v0.1.20 |
1094 | 2024-11-23T04:06:32.319Z | Downloaded secrecy v0.8.0 |
1095 | 2024-11-23T04:06:32.319Z | Downloaded rustc_version v0.4.1 |
1096 | 2024-11-23T04:06:32.319Z | Downloaded quinn-udp v0.5.5 |
1097 | 2024-11-23T04:06:32.322Z | Downloaded mime v0.3.17 |
1098 | 2024-11-23T04:06:32.322Z | Downloaded lru v0.12.5 |
1099 | 2024-11-23T04:06:32.325Z | Downloaded bzip2 v0.4.4 |
1100 | 2024-11-23T04:06:32.325Z | Downloaded lock_api v0.4.12 |
1101 | 2024-11-23T04:06:32.327Z | Downloaded rand_chacha v0.3.1 |
1102 | 2024-11-23T04:06:32.327Z | Downloaded bitfield v0.14.0 |
1103 | 2024-11-23T04:06:32.330Z | Downloaded base64 v0.21.7 |
1104 | 2024-11-23T04:06:32.333Z | Downloaded managed v0.8.0 |
1105 | 2024-11-23T04:06:32.333Z | Downloaded lalrpop-util v0.19.12 |
1106 | 2024-11-23T04:06:32.336Z | Downloaded base64 v0.13.1 |
1107 | 2024-11-23T04:06:32.339Z | Downloaded tinyvec_macros v0.1.1 |
1108 | 2024-11-23T04:06:32.339Z | Downloaded cexpr v0.6.0 |
1109 | 2024-11-23T04:06:32.339Z | Downloaded icu_locid_transform v1.5.0 |
1110 | 2024-11-23T04:06:32.342Z | Downloaded blake2 v0.10.6 |
1111 | 2024-11-23T04:06:32.344Z | Downloaded chacha20 v0.9.1 |
1112 | 2024-11-23T04:06:32.347Z | Downloaded base64ct v1.6.0 |
1113 | 2024-11-23T04:06:32.350Z | Downloaded maybe-uninit v2.0.0 |
1114 | 2024-11-23T04:06:32.350Z | Downloaded libefi-sys v0.1.0 |
1115 | 2024-11-23T04:06:32.352Z | Downloaded ctr v0.9.2 |
1116 | 2024-11-23T04:06:32.352Z | Downloaded internet-checksum v0.2.1 |
1117 | 2024-11-23T04:06:32.355Z | Downloaded ipnetwork v0.20.0 |
1118 | 2024-11-23T04:06:32.355Z | Downloaded inout v0.1.3 |
1119 | 2024-11-23T04:06:32.355Z | Downloaded convert_case v0.4.0 |
1120 | 2024-11-23T04:06:32.357Z | Downloaded chrono-tz-build v0.4.0 |
1121 | 2024-11-23T04:06:32.358Z | Downloaded is-terminal v0.4.13 |
1122 | 2024-11-23T04:06:32.358Z | Downloaded colored v2.1.0 |
1123 | 2024-11-23T04:06:32.360Z | Downloaded cbc v0.1.2 |
1124 | 2024-11-23T04:06:32.364Z | Downloaded blowfish v0.9.1 |
1125 | 2024-11-23T04:06:32.364Z | Downloaded cancel-safe-futures v0.1.5 |
1126 | 2024-11-23T04:06:32.367Z | Downloaded ascii-canvas v3.0.0 |
1127 | 2024-11-23T04:06:32.367Z | Downloaded bitflags v1.3.2 |
1128 | 2024-11-23T04:06:32.369Z | Downloaded bit-vec v0.6.3 |
1129 | 2024-11-23T04:06:32.372Z | Downloaded bcs v0.1.6 |
1130 | 2024-11-23T04:06:32.375Z | Downloaded base16ct v0.2.0 |
1131 | 2024-11-23T04:06:32.375Z | Downloaded assert_matches v1.5.0 |
1132 | 2024-11-23T04:06:32.375Z | Downloaded bit-set v0.5.3 |
1133 | 2024-11-23T04:06:32.377Z | Downloaded bcrypt-pbkdf v0.10.0 |
1134 | 2024-11-23T04:06:32.377Z | Downloaded bb8 v0.8.5 |
1135 | 2024-11-23T04:06:32.493Z | Downloaded aws-lc-sys v0.22.0 |
1136 | 2024-11-23T04:06:32.998Z | Downloaded ring v0.17.8 |
1137 | 2024-11-23T04:06:33.172Z | Downloaded libsqlite3-sys v0.30.1 |
1138 | 2024-11-23T04:06:33.249Z | Downloaded ring v0.16.20 |
1139 | 2024-11-23T04:06:33.425Z | Compiling serde v1.0.215 |
1140 | 2024-11-23T04:06:33.429Z | Compiling lock_api v0.4.12 |
1141 | 2024-11-23T04:06:33.429Z | Compiling scopeguard v1.2.0 |
1142 | 2024-11-23T04:06:33.429Z | Compiling value-bag v1.9.0 |
1143 | 2024-11-23T04:06:33.429Z | Compiling typenum v1.17.0 |
1144 | 2024-11-23T04:06:33.580Z | Compiling generic-array v0.14.7 |
1145 | 2024-11-23T04:06:33.605Z | Compiling syn v2.0.87 |
1146 | 2024-11-23T04:06:33.617Z | Compiling getrandom v0.2.15 |
1147 | 2024-11-23T04:06:33.704Z | Compiling shlex v1.3.0 |
1148 | 2024-11-23T04:06:33.891Z | Compiling rand_core v0.6.4 |
1149 | 2024-11-23T04:06:34.034Z | Compiling log v0.4.22 |
1150 | 2024-11-23T04:06:34.116Z | Compiling subtle v2.6.1 |
1151 | 2024-11-23T04:06:34.164Z | Compiling jobserver v0.1.32 |
1152 | 2024-11-23T04:06:34.204Z | Compiling const-oid v0.9.6 |
1153 | 2024-11-23T04:06:34.395Z | Compiling smallvec v1.13.2 |
1154 | 2024-11-23T04:06:34.457Z | Compiling spin v0.9.8 |
1155 | 2024-11-23T04:06:34.475Z | Compiling pin-project-lite v0.2.14 |
1156 | 2024-11-23T04:06:34.603Z | Compiling cc v1.1.30 |
1157 | 2024-11-23T04:06:34.777Z | Compiling rustix v0.38.37 |
1158 | 2024-11-23T04:06:34.824Z | Compiling parking_lot_core v0.9.10 |
1159 | 2024-11-23T04:06:34.917Z | Compiling futures-core v0.3.31 |
1160 | 2024-11-23T04:06:35.099Z | Compiling signal-hook-registry v1.4.2 |
1161 | 2024-11-23T04:06:35.167Z | Compiling mio v1.0.2 |
1162 | 2024-11-23T04:06:35.783Z | Compiling parking_lot v0.12.3 |
1163 | 2024-11-23T04:06:36.111Z | Compiling aho-corasick v1.1.3 |
1164 | 2024-11-23T04:06:36.136Z | Compiling either v1.13.0 |
1165 | 2024-11-23T04:06:36.300Z | Compiling cpufeatures v0.2.14 |
1166 | 2024-11-23T04:06:36.410Z | Compiling regex-syntax v0.8.5 |
1167 | 2024-11-23T04:06:36.428Z | Compiling lazy_static v1.5.0 |
1168 | 2024-11-23T04:06:36.550Z | Compiling glob v0.3.1 |
1169 | 2024-11-23T04:06:36.578Z | Compiling futures-sink v0.3.31 |
1170 | 2024-11-23T04:06:36.617Z | Compiling stable_deref_trait v1.2.0 |
1171 | 2024-11-23T04:06:36.727Z | Compiling socket2 v0.5.7 |
1172 | 2024-11-23T04:06:36.746Z | Compiling slab v0.4.9 |
1173 | 2024-11-23T04:06:36.777Z | Compiling prettyplease v0.2.25 |
1174 | 2024-11-23T04:06:37.155Z | Compiling minimal-lexical v0.2.1 |
1175 | 2024-11-23T04:06:37.517Z | Compiling libloading v0.8.5 |
1176 | 2024-11-23T04:06:37.626Z | Compiling clang-sys v1.8.1 |
1177 | 2024-11-23T04:06:37.707Z | Compiling nom v7.1.3 |
1178 | 2024-11-23T04:06:37.752Z | Compiling bindgen v0.69.5 |
1179 | 2024-11-23T04:06:37.955Z | Compiling home v0.5.9 |
1180 | 2024-11-23T04:06:38.232Z | Compiling serde_json v1.0.132 |
1181 | 2024-11-23T04:06:38.597Z | Compiling futures-channel v0.3.31 |
1182 | 2024-11-23T04:06:38.616Z | Compiling itertools v0.12.1 |
1183 | 2024-11-23T04:06:39.047Z | Compiling futures-io v0.3.31 |
1184 | 2024-11-23T04:06:39.148Z | Compiling lazycell v1.3.0 |
1185 | 2024-11-23T04:06:39.306Z | Compiling foldhash v0.1.3 |
1186 | 2024-11-23T04:06:39.366Z | Compiling futures-task v0.3.31 |
1187 | 2024-11-23T04:06:39.613Z | Compiling allocator-api2 v0.2.18 |
1188 | 2024-11-23T04:06:39.649Z | Compiling pin-utils v0.1.0 |
1189 | 2024-11-23T04:06:39.747Z | Compiling rustc-hash v1.1.0 |
1190 | 2024-11-23T04:06:39.909Z | Compiling cmake v0.1.51 |
1191 | 2024-11-23T04:06:40.453Z | Compiling regex-automata v0.4.8 |
1192 | 2024-11-23T04:06:40.996Z | Compiling hashbrown v0.15.0 |
1193 | 2024-11-23T04:06:41.500Z | Compiling synstructure v0.13.1 |
1194 | 2024-11-23T04:06:41.872Z | Compiling cexpr v0.6.0 |
1195 | 2024-11-23T04:06:42.368Z | Compiling libm v0.2.8 |
1196 | 2024-11-23T04:06:42.690Z | Compiling fs_extra v1.3.0 |
1197 | 2024-11-23T04:06:43.245Z | Compiling dunce v1.0.5 |
1198 | 2024-11-23T04:06:43.311Z | Compiling pkg-config v0.3.31 |
1199 | 2024-11-23T04:06:43.359Z | Compiling tinyvec_macros v0.1.1 |
1200 | 2024-11-23T04:06:43.405Z | Compiling num-traits v0.2.19 |
1201 | 2024-11-23T04:06:43.453Z | Compiling tinyvec v1.8.0 |
1202 | 2024-11-23T04:06:43.898Z | Compiling ring v0.17.8 |
1203 | 2024-11-23T04:06:44.901Z | Compiling paste v1.0.15 |
1204 | 2024-11-23T04:06:44.938Z | Compiling unicode-normalization v0.1.24 |
1205 | 2024-11-23T04:06:44.970Z | Compiling base64ct v1.6.0 |
1206 | 2024-11-23T04:06:45.038Z | Compiling litemap v0.7.3 |
1207 | 2024-11-23T04:06:45.061Z | Compiling unicode-bidi v0.3.17 |
1208 | 2024-11-23T04:06:45.421Z | Compiling writeable v0.5.5 |
1209 | 2024-11-23T04:06:45.531Z | Compiling pem-rfc7468 v0.7.0 |
1210 | 2024-11-23T04:06:45.967Z | Compiling regex v1.11.1 |
1211 | 2024-11-23T04:06:46.236Z | Compiling httparse v1.9.5 |
1212 | 2024-11-23T04:06:46.503Z | Compiling flagset v0.4.6 |
1213 | 2024-11-23T04:06:46.692Z | Compiling aws-lc-rs v1.10.0 |
1214 | 2024-11-23T04:06:47.045Z | Compiling tracing-core v0.1.32 |
1215 | 2024-11-23T04:06:47.152Z | Compiling percent-encoding v2.3.1 |
1216 | 2024-11-23T04:06:47.433Z | Compiling rustls-pki-types v1.10.0 |
1217 | 2024-11-23T04:06:47.947Z | Compiling icu_locid_transform_data v1.5.0 |
1218 | 2024-11-23T04:06:48.050Z | Compiling crossbeam-utils v0.8.20 |
1219 | 2024-11-23T04:06:48.307Z | Compiling num-conv v0.1.0 |
1220 | 2024-11-23T04:06:48.335Z | Compiling serde_derive v1.0.215 |
1221 | 2024-11-23T04:06:48.512Z | Compiling zeroize_derive v1.4.2 |
1222 | 2024-11-23T04:06:48.590Z | Compiling zerocopy-derive v0.7.35 |
1223 | 2024-11-23T04:06:48.610Z | Compiling tokio-macros v2.4.0 |
1224 | 2024-11-23T04:06:48.779Z | Compiling zerofrom-derive v0.1.4 |
1225 | 2024-11-23T04:06:50.041Z | Compiling zeroize v1.8.1 |
1226 | 2024-11-23T04:06:50.199Z | Compiling thiserror-impl v1.0.69 |
1227 | 2024-11-23T04:06:50.546Z | Compiling yoke-derive v0.7.4 |
1228 | 2024-11-23T04:06:51.021Z | Compiling zerocopy v0.7.35 |
1229 | 2024-11-23T04:06:51.871Z | Compiling crypto-common v0.1.6 |
1230 | 2024-11-23T04:06:52.106Z | Compiling block-buffer v0.10.4 |
1231 | 2024-11-23T04:06:52.369Z | Compiling digest v0.10.7 |
1232 | 2024-11-23T04:06:52.389Z | Compiling zerovec-derive v0.10.3 |
1233 | 2024-11-23T04:06:52.818Z | Compiling zerofrom v0.1.4 |
1234 | 2024-11-23T04:06:52.844Z | Compiling hmac v0.12.1 |
1235 | 2024-11-23T04:06:53.052Z | Compiling futures-macro v0.3.31 |
1236 | 2024-11-23T04:06:53.079Z | Compiling block-padding v0.3.3 |
1237 | 2024-11-23T04:06:53.148Z | Compiling displaydoc v0.2.5 |
1238 | 2024-11-23T04:06:53.321Z | Compiling inout v0.1.3 |
1239 | 2024-11-23T04:06:53.532Z | Compiling thiserror v1.0.69 |
1240 | 2024-11-23T04:06:53.535Z | Compiling yoke v0.7.4 |
1241 | 2024-11-23T04:06:53.603Z | Compiling cipher v0.4.4 |
1242 | 2024-11-23T04:06:53.679Z | Compiling sha2 v0.10.8 |
1243 | 2024-11-23T04:06:53.894Z | Compiling ppv-lite86 v0.2.20 |
1244 | 2024-11-23T04:06:54.130Z | Compiling icu_provider_macros v1.5.0 |
1245 | 2024-11-23T04:06:54.745Z | Compiling der_derive v0.7.3 |
1246 | 2024-11-23T04:06:54.835Z | Compiling rand_chacha v0.3.1 |
1247 | 2024-11-23T04:06:54.936Z | Compiling zerovec v0.10.4 |
1248 | 2024-11-23T04:06:54.939Z | Compiling futures-util v0.3.31 |
1249 | 2024-11-23T04:06:55.308Z | Compiling tracing-attributes v0.1.27 |
1250 | 2024-11-23T04:06:56.866Z | Compiling tinystr v0.7.6 |
1251 | 2024-11-23T04:06:57.142Z | Compiling der v0.7.9 |
1252 | 2024-11-23T04:06:57.145Z | Compiling icu_collections v1.5.0 |
1253 | 2024-11-23T04:06:57.213Z | Compiling rand v0.8.5 |
1254 | 2024-11-23T04:06:57.256Z | Compiling icu_locid v1.5.0 |
1255 | 2024-11-23T04:06:57.334Z | Compiling salsa20 v0.10.2 |
1256 | 2024-11-23T04:06:57.576Z | Compiling pest v2.7.14 |
1257 | 2024-11-23T04:06:58.684Z | Compiling icu_provider v1.5.0 |
1258 | 2024-11-23T04:06:59.067Z | Compiling tracing v0.1.40 |
1259 | 2024-11-23T04:06:59.294Z | Compiling spki v0.7.3 |
1260 | 2024-11-23T04:06:59.603Z | Compiling icu_locid_transform v1.5.0 |
1261 | 2024-11-23T04:06:59.678Z | Compiling pbkdf2 v0.12.2 |
1262 | 2024-11-23T04:06:59.769Z | Compiling powerfmt v0.2.0 |
1263 | 2024-11-23T04:06:59.800Z | Compiling mirai-annotations v1.12.0 |
1264 | 2024-11-23T04:06:59.842Z | Compiling icu_properties_data v1.5.0 |
1265 | 2024-11-23T04:06:59.980Z | Compiling untrusted v0.7.1 |
1266 | 2024-11-23T04:07:00.106Z | Compiling untrusted v0.9.0 |
1267 | 2024-11-23T04:07:00.157Z | Compiling time-core v0.1.2 |
1268 | 2024-11-23T04:07:00.178Z | Compiling vcpkg v0.2.15 |
1269 | 2024-11-23T04:07:00.363Z | Compiling time-macros v0.2.18 |
1270 | 2024-11-23T04:07:00.528Z | Compiling pest_meta v2.7.14 |
1271 | 2024-11-23T04:07:00.617Z | Compiling deranged v0.3.11 |
1272 | 2024-11-23T04:07:01.184Z | Compiling icu_properties v1.5.1 |
1273 | 2024-11-23T04:07:02.397Z | Compiling bitflags v2.6.0 |
1274 | 2024-11-23T04:07:02.418Z | Compiling bytes v1.8.0 |
1275 | 2024-11-23T04:07:02.536Z | Compiling indexmap v2.6.0 |
1276 | 2024-11-23T04:07:03.688Z | Compiling tokio v1.40.0 |
1277 | 2024-11-23T04:07:03.708Z | Compiling http v1.1.0 |
1278 | 2024-11-23T04:07:04.058Z | Compiling semver v1.0.23 |
1279 | 2024-11-23T04:07:04.078Z | Compiling openssl-sys v0.9.103 |
1280 | 2024-11-23T04:07:04.835Z | Compiling rustc_version v0.4.1 |
1281 | 2024-11-23T04:07:05.176Z | Compiling scrypt v0.11.0 |
1282 | 2024-11-23T04:07:05.654Z | Compiling aes v0.8.4 |
1283 | 2024-11-23T04:07:05.786Z | Compiling cbc v0.1.2 |
1284 | 2024-11-23T04:07:05.826Z | Compiling scroll_derive v0.12.0 |
1285 | 2024-11-23T04:07:06.015Z | Compiling utf8_iter v1.0.4 |
1286 | 2024-11-23T04:07:06.134Z | Compiling atomic-waker v1.1.2 |
1287 | 2024-11-23T04:07:06.263Z | Compiling write16 v1.0.0 |
1288 | 2024-11-23T04:07:06.263Z | Compiling num_threads v0.1.7 |
1289 | 2024-11-23T04:07:06.323Z | Compiling utf16_iter v1.0.5 |
1290 | 2024-11-23T04:07:06.394Z | Compiling icu_normalizer_data v1.5.0 |
1291 | 2024-11-23T04:07:06.416Z | Compiling time v0.3.36 |
1292 | 2024-11-23T04:07:06.500Z | Compiling icu_normalizer v1.5.0 |
1293 | 2024-11-23T04:07:06.520Z | Compiling http-body v1.0.1 |
1294 | 2024-11-23T04:07:06.752Z | Compiling which v4.4.2 |
1295 | 2024-11-23T04:07:06.875Z | Compiling pkcs5 v0.7.1 |
1296 | 2024-11-23T04:07:07.384Z | Compiling scroll v0.12.0 |
1297 | 2024-11-23T04:07:08.117Z | Compiling pest_generator v2.7.14 |
1298 | 2024-11-23T04:07:08.145Z | Compiling form_urlencoded v1.2.1 |
1299 | 2024-11-23T04:07:08.185Z | Compiling try-lock v0.2.5 |
1300 | 2024-11-23T04:07:08.337Z | Compiling slog v2.7.0 |
1301 | 2024-11-23T04:07:08.477Z | Compiling goblin v0.8.2 |
1302 | 2024-11-23T04:07:08.479Z | Compiling want v0.3.1 |
1303 | 2024-11-23T04:07:08.514Z | Compiling pkcs8 v0.10.2 |
1304 | 2024-11-23T04:07:08.776Z | Compiling idna_adapter v1.2.0 |
1305 | 2024-11-23T04:07:08.909Z | Compiling httpdate v1.0.3 |
1306 | 2024-11-23T04:07:08.993Z | Compiling idna v1.0.3 |
1307 | 2024-11-23T04:07:09.381Z | Compiling uuid v1.11.0 |
1308 | 2024-11-23T04:07:10.088Z | Compiling serde_tokenstream v0.2.2 |
1309 | 2024-11-23T04:07:10.135Z | Compiling pest_derive v2.7.14 |
1310 | 2024-11-23T04:07:10.733Z | Compiling serde_spanned v0.6.8 |
1311 | 2024-11-23T04:07:10.838Z | Compiling toml_datetime v0.6.8 |
1312 | 2024-11-23T04:07:10.880Z | Compiling foreign-types-shared v0.1.1 |
1313 | 2024-11-23T04:07:10.958Z | Compiling tower-service v0.3.3 |
1314 | 2024-11-23T04:07:10.977Z | Compiling dtrace-parser v0.2.0 |
1315 | 2024-11-23T04:07:10.994Z | Compiling base64 v0.22.1 |
1316 | 2024-11-23T04:07:11.080Z | Compiling match_cfg v0.1.0 |
1317 | 2024-11-23T04:07:11.179Z | Compiling adler2 v2.0.0 |
1318 | 2024-11-23T04:07:11.306Z | Compiling openssl v0.10.66 |
1319 | 2024-11-23T04:07:11.376Z | Compiling iana-time-zone v0.1.61 |
1320 | 2024-11-23T04:07:11.716Z | Compiling rustversion v1.0.17 |
1321 | 2024-11-23T04:07:11.761Z | Compiling chrono v0.4.38 |
1322 | 2024-11-23T04:07:11.786Z | Compiling miniz_oxide v0.8.0 |
1323 | 2024-11-23T04:07:11.825Z | Compiling hostname v0.3.1 |
1324 | 2024-11-23T04:07:12.092Z | Compiling foreign-types v0.3.2 |
1325 | 2024-11-23T04:07:12.189Z | Compiling tokio-util v0.7.12 |
1326 | 2024-11-23T04:07:12.473Z | Compiling url v2.5.3 |
1327 | 2024-11-23T04:07:13.183Z | Compiling h2 v0.4.6 |
1328 | 2024-11-23T04:07:13.610Z | Compiling openssl-macros v0.1.1 |
1329 | 2024-11-23T04:07:14.366Z | Compiling dof v0.3.0 |
1330 | 2024-11-23T04:07:14.514Z | Compiling async-trait v0.1.83 |
1331 | 2024-11-23T04:07:14.686Z | Compiling dirs-sys-next v0.1.2 |
1332 | 2024-11-23T04:07:15.396Z | Compiling usdt-impl v0.5.0 |
1333 | 2024-11-23T04:07:15.543Z | Compiling native-tls v0.2.12 |
1334 | 2024-11-23T04:07:15.882Z | Compiling syn v1.0.109 |
1335 | 2024-11-23T04:07:16.520Z | Compiling data-encoding v2.6.0 |
1336 | 2024-11-23T04:07:16.611Z | Compiling rustls v0.23.18 |
1337 | 2024-11-23T04:07:16.876Z | Compiling siphasher v0.3.11 |
1338 | 2024-11-23T04:07:17.010Z | Compiling rustls v0.22.4 |
1339 | 2024-11-23T04:07:17.322Z | Compiling dirs-next v2.0.0 |
1340 | 2024-11-23T04:07:17.510Z | Compiling http-body-util v0.1.2 |
1341 | 2024-11-23T04:07:18.058Z | Compiling crossbeam-epoch v0.9.18 |
1342 | 2024-11-23T04:07:18.770Z | Compiling heapless v0.7.17 |
1343 | 2024-11-23T04:07:18.841Z | Compiling sha1 v0.10.6 |
1344 | 2024-11-23T04:07:18.929Z | Compiling signature v2.2.0 |
1345 | 2024-11-23T04:07:18.963Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1346 | 2024-11-23T04:07:19.177Z | Compiling serde_derive_internals v0.29.1 |
1347 | 2024-11-23T04:07:19.210Z | Compiling thread_local v1.1.8 |
1348 | 2024-11-23T04:07:19.249Z | Compiling encoding_rs v0.8.34 |
1349 | 2024-11-23T04:07:19.416Z | Compiling cookie v0.18.1 |
1350 | 2024-11-23T04:07:19.457Z | Compiling multer v3.1.0 |
1351 | 2024-11-23T04:07:19.672Z | Compiling gimli v0.31.1 |
1352 | 2024-11-23T04:07:19.713Z | Compiling schemars v0.8.21 |
1353 | 2024-11-23T04:07:19.732Z | Compiling ipnet v2.10.1 |
1354 | 2024-11-23T04:07:20.047Z | Compiling openssl-probe v0.1.5 |
1355 | 2024-11-23T04:07:20.429Z | Compiling hyper v1.5.0 |
1356 | 2024-11-23T04:07:20.950Z | Compiling unicode-properties v0.1.3 |
1357 | 2024-11-23T04:07:21.352Z | Compiling rayon-core v1.12.1 |
1358 | 2024-11-23T04:07:21.620Z | Compiling signal-hook v0.3.17 |
1359 | 2024-11-23T04:07:21.883Z | Compiling mime v0.3.17 |
1360 | 2024-11-23T04:07:22.038Z | Compiling slog-async v2.8.0 |
1361 | 2024-11-23T04:07:22.479Z | Compiling schemars_derive v0.8.21 |
1362 | 2024-11-23T04:07:22.695Z | Compiling stringprep v0.1.5 |
1363 | 2024-11-23T04:07:23.793Z | Compiling hyper-util v0.1.10 |
1364 | 2024-11-23T04:07:24.049Z | Compiling toml_edit v0.22.22 |
1365 | 2024-11-23T04:07:24.423Z | Compiling addr2line v0.24.2 |
1366 | 2024-11-23T04:07:25.026Z | Compiling usdt-attr-macro v0.5.0 |
1367 | 2024-11-23T04:07:25.085Z | Compiling usdt-macro v0.5.0 |
1368 | 2024-11-23T04:07:25.881Z | Compiling crossbeam-deque v0.8.5 |
1369 | 2024-11-23T04:07:26.098Z | Compiling term v0.7.0 |
1370 | 2024-11-23T04:07:26.180Z | Compiling slog-json v2.6.1 |
1371 | 2024-11-23T04:07:26.555Z | Compiling serde_urlencoded v0.7.1 |
1372 | 2024-11-23T04:07:26.575Z | Compiling crossbeam-channel v0.5.13 |
1373 | 2024-11-23T04:07:26.650Z | Compiling curve25519-dalek v4.1.3 |
1374 | 2024-11-23T04:07:27.008Z | Compiling futures-executor v0.3.31 |
1375 | 2024-11-23T04:07:27.096Z | Compiling enum-as-inner v0.6.1 |
1376 | 2024-11-23T04:07:27.236Z | Compiling md-5 v0.10.6 |
1377 | 2024-11-23T04:07:27.503Z | Compiling async-stream-impl v0.3.6 |
1378 | 2024-11-23T04:07:27.603Z | Compiling rustls-pemfile v2.2.0 |
1379 | 2024-11-23T04:07:27.623Z | Compiling num-integer v0.1.46 |
1380 | 2024-11-23T04:07:27.655Z | Compiling idna v0.3.0 |
1381 | 2024-11-23T04:07:27.956Z | Compiling idna v0.4.0 |
1382 | 2024-11-23T04:07:28.150Z | Compiling hash32 v0.2.1 |
1383 | 2024-11-23T04:07:28.328Z | Compiling ff v0.13.0 |
1384 | 2024-11-23T04:07:28.544Z | Compiling is-terminal v0.4.13 |
1385 | 2024-11-23T04:07:28.565Z | Compiling dropshot v0.12.0 |
1386 | 2024-11-23T04:07:28.681Z | Compiling object v0.36.5 |
1387 | 2024-11-23T04:07:28.847Z | Compiling smoltcp v0.9.1 |
1388 | 2024-11-23T04:07:28.852Z | Compiling quick-error v1.2.3 |
1389 | 2024-11-23T04:07:29.010Z | Compiling rustc-demangle v0.1.24 |
1390 | 2024-11-23T04:07:29.283Z | Compiling fallible-iterator v0.2.0 |
1391 | 2024-11-23T04:07:29.576Z | Compiling psl-types v2.0.11 |
1392 | 2024-11-23T04:07:29.626Z | Compiling num-bigint-dig v0.8.4 |
1393 | 2024-11-23T04:07:29.765Z | Compiling utf-8 v0.7.6 |
1394 | 2024-11-23T04:07:29.919Z | Compiling portable-atomic v1.9.0 |
1395 | 2024-11-23T04:07:29.987Z | Compiling dyn-clone v1.0.17 |
1396 | 2024-11-23T04:07:30.032Z | Compiling linked-hash-map v0.5.6 |
1397 | 2024-11-23T04:07:30.100Z | Compiling base16ct v0.2.0 |
1398 | 2024-11-23T04:07:30.196Z | Compiling take_mut v0.2.2 |
1399 | 2024-11-23T04:07:30.395Z | Compiling anyhow v1.0.93 |
1400 | 2024-11-23T04:07:30.445Z | Compiling lru-cache v0.1.2 |
1401 | 2024-11-23T04:07:30.656Z | Compiling sec1 v0.7.3 |
1402 | 2024-11-23T04:07:31.261Z | Compiling tungstenite v0.24.0 |
1403 | 2024-11-23T04:07:31.404Z | Compiling postgres-protocol v0.6.7 |
1404 | 2024-11-23T04:07:31.718Z | Compiling publicsuffix v2.2.3 |
1405 | 2024-11-23T04:07:32.010Z | Compiling resolv-conf v0.7.0 |
1406 | 2024-11-23T04:07:32.511Z | Compiling async-stream v0.3.6 |
1407 | 2024-11-23T04:07:32.794Z | Compiling hickory-proto v0.24.1 |
1408 | 2024-11-23T04:07:32.818Z | Compiling slog-term v2.9.1 |
1409 | 2024-11-23T04:07:32.820Z | Compiling usdt v0.5.0 |
1410 | 2024-11-23T04:07:33.362Z | Compiling group v0.13.0 |
1411 | 2024-11-23T04:07:33.691Z | Compiling num-iter v0.1.45 |
1412 | 2024-11-23T04:07:33.873Z | Compiling toml v0.8.19 |
1413 | 2024-11-23T04:07:34.211Z | Compiling futures v0.3.31 |
1414 | 2024-11-23T04:07:34.334Z | Compiling slog-bunyan v2.5.0 |
1415 | 2024-11-23T04:07:34.989Z | Compiling tokio-native-tls v0.3.1 |
1416 | 2024-11-23T04:07:36.132Z | Compiling backtrace v0.3.74 |
1417 | 2024-11-23T04:07:36.351Z | Compiling camino v1.1.9 |
1418 | 2024-11-23T04:07:36.452Z | Compiling phf_shared v0.11.2 |
1419 | 2024-11-23T04:07:36.680Z | Compiling dropshot_endpoint v0.12.0 |
1420 | 2024-11-23T04:07:36.839Z | Compiling terminal_size v0.4.0 |
1421 | 2024-11-23T04:07:36.863Z | Compiling waitgroup v0.1.2 |
1422 | 2024-11-23T04:07:37.048Z | Compiling openapiv3 v2.0.0 |
1423 | 2024-11-23T04:07:37.078Z | Compiling serde_path_to_error v0.1.16 |
1424 | 2024-11-23T04:07:37.340Z | Compiling hkdf v0.12.4 |
1425 | 2024-11-23T04:07:37.630Z | Compiling crypto-bigint v0.5.5 |
1426 | 2024-11-23T04:07:37.915Z | Compiling zerocopy-derive v0.6.6 |
1427 | 2024-11-23T04:07:39.885Z | Compiling curve25519-dalek-derive v0.1.1 |
1428 | 2024-11-23T04:07:40.207Z | Compiling webpki-roots v0.26.6 |
1429 | 2024-11-23T04:07:40.433Z | Compiling idna v0.5.0 |
1430 | 2024-11-23T04:07:40.669Z | Compiling hubpack_derive v0.1.1 |
1431 | 2024-11-23T04:07:41.456Z | Compiling hostname v0.4.0 |
1432 | 2024-11-23T04:07:41.467Z | Compiling crc32fast v1.4.2 |
1433 | 2024-11-23T04:07:41.590Z | Compiling fs-err v2.11.0 |
1434 | 2024-11-23T04:07:41.609Z | Compiling ahash v0.8.11 |
1435 | 2024-11-23T04:07:41.639Z | Compiling winnow v0.5.40 |
1436 | 2024-11-23T04:07:41.740Z | Compiling bitflags v1.3.2 |
1437 | 2024-11-23T04:07:41.849Z | Compiling debug-ignore v1.0.5 |
1438 | 2024-11-23T04:07:41.869Z | Compiling managed v0.8.0 |
1439 | 2024-11-23T04:07:41.935Z | Compiling strum_macros v0.25.3 |
1440 | 2024-11-23T04:07:42.155Z | Compiling console v0.15.8 |
1441 | 2024-11-23T04:07:42.232Z | Compiling clap_builder v4.5.21 |
1442 | 2024-11-23T04:07:43.209Z | Compiling flate2 v1.0.34 |
1443 | 2024-11-23T04:07:43.782Z | Compiling hubpack v0.1.2 |
1444 | 2024-11-23T04:07:44.223Z | Compiling cookie_store v0.21.0 |
1445 | 2024-11-23T04:07:44.246Z | Compiling elliptic-curve v0.13.8 |
1446 | 2024-11-23T04:07:44.475Z | Compiling zerocopy v0.6.6 |
1447 | 2024-11-23T04:07:45.068Z | Compiling hickory-resolver v0.24.1 |
1448 | 2024-11-23T04:07:45.348Z | Compiling toml_edit v0.19.15 |
1449 | 2024-11-23T04:07:45.857Z | Compiling phf v0.11.2 |
1450 | 2024-11-23T04:07:46.165Z | Compiling signal-hook-mio v0.2.4 |
1451 | 2024-11-23T04:07:46.186Z | Compiling rayon v1.10.0 |
1452 | 2024-11-23T04:07:46.335Z | Compiling hyper-tls v0.6.0 |
1453 | 2024-11-23T04:07:46.418Z | Compiling bzip2 v0.4.4 |
1454 | 2024-11-23T04:07:46.823Z | Compiling tokio-tungstenite v0.24.0 |
1455 | 2024-11-23T04:07:47.375Z | Compiling postgres-types v0.2.8 |
1456 | 2024-11-23T04:07:50.279Z | Compiling ed25519 v2.2.3 |
1457 | 2024-11-23T04:07:51.058Z | Compiling phf_shared v0.10.0 |
1458 | 2024-11-23T04:07:51.483Z | Compiling tokio-stream v0.1.16 |
1459 | 2024-11-23T04:07:51.794Z | Compiling pkcs1 v0.7.5 |
1460 | 2024-11-23T04:07:52.034Z | Compiling serde-big-array v0.5.1 |
1461 | 2024-11-23T04:07:52.055Z | Compiling clap_derive v4.5.18 |
1462 | 2024-11-23T04:07:52.164Z | Compiling rfc6979 v0.4.0 |
1463 | 2024-11-23T04:07:52.284Z | Compiling serde_repr v0.1.19 |
1464 | 2024-11-23T04:07:52.355Z | Compiling derive-where v1.2.7 |
1465 | 2024-11-23T04:07:52.537Z | Compiling float-cmp v0.9.0 |
1466 | 2024-11-23T04:07:52.768Z | Compiling bstr v1.10.0 |
1467 | 2024-11-23T04:07:52.794Z | Compiling sync_wrapper v1.0.1 |
1468 | 2024-11-23T04:07:52.953Z | Compiling number_prefix v0.4.0 |
1469 | 2024-11-23T04:07:53.178Z | Compiling difflib v0.4.0 |
1470 | 2024-11-23T04:07:53.463Z | Compiling unicode-segmentation v1.12.0 |
1471 | 2024-11-23T04:07:53.496Z | Compiling predicates-core v1.0.8 |
1472 | 2024-11-23T04:07:53.867Z | Compiling bit-vec v0.6.3 |
1473 | 2024-11-23T04:07:54.348Z | Compiling new_debug_unreachable v1.0.6 |
1474 | 2024-11-23T04:07:54.391Z | Compiling precomputed-hash v0.1.1 |
1475 | 2024-11-23T04:07:54.446Z | Compiling normalize-line-endings v0.3.0 |
1476 | 2024-11-23T04:07:54.514Z | Compiling whoami v1.5.2 |
1477 | 2024-11-23T04:07:54.577Z | Compiling fixedbitset v0.4.2 |
1478 | 2024-11-23T04:07:54.624Z | Compiling static_assertions v1.1.0 |
1479 | 2024-11-23T04:07:54.726Z | Compiling unicode-width v0.2.0 |
1480 | 2024-11-23T04:07:54.839Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1481 | 2024-11-23T04:07:55.021Z | Compiling petgraph v0.6.5 |
1482 | 2024-11-23T04:07:55.164Z | Compiling tokio-postgres v0.7.12 |
1483 | 2024-11-23T04:07:55.276Z | Compiling indicatif v0.17.9 |
1484 | 2024-11-23T04:07:56.000Z | Compiling predicates v3.1.2 |
1485 | 2024-11-23T04:07:57.144Z | Compiling clap v4.5.21 |
1486 | 2024-11-23T04:07:57.273Z | Compiling string_cache v0.8.7 |
1487 | 2024-11-23T04:07:57.568Z | Compiling bit-set v0.5.3 |
1488 | 2024-11-23T04:07:57.762Z | Compiling similar v2.6.0 |
1489 | 2024-11-23T04:07:57.764Z | Compiling ecdsa v0.16.9 |
1490 | 2024-11-23T04:07:57.872Z | Compiling rsa v0.9.6 |
1491 | 2024-11-23T04:07:58.657Z | Compiling ed25519-dalek v2.1.1 |
1492 | 2024-11-23T04:07:59.175Z | Compiling toml v0.7.8 |
1493 | 2024-11-23T04:07:59.946Z | Compiling zip v0.6.6 |
1494 | 2024-11-23T04:08:00.276Z | Compiling crossterm v0.28.1 |
1495 | 2024-11-23T04:08:01.325Z | Compiling hex v0.4.3 |
1496 | 2024-11-23T04:08:01.404Z | Compiling x509-cert v0.2.5 |
1497 | 2024-11-23T04:08:01.641Z | Compiling itertools v0.10.5 |
1498 | 2024-11-23T04:08:01.847Z | Compiling lalrpop-util v0.19.12 |
1499 | 2024-11-23T04:08:01.917Z | Compiling unicode-xid v0.2.6 |
1500 | 2024-11-23T04:08:01.990Z | Compiling peg-runtime v0.8.3 |
1501 | 2024-11-23T04:08:02.101Z | Compiling strum_macros v0.26.4 |
1502 | 2024-11-23T04:08:02.207Z | Compiling xattr v1.3.1 |
1503 | 2024-11-23T04:08:02.471Z | Compiling filetime v0.2.25 |
1504 | 2024-11-23T04:08:02.667Z | Compiling tar v0.4.42 |
1505 | 2024-11-23T04:08:07.202Z | Compiling strum v0.26.3 |
1506 | 2024-11-23T04:08:09.985Z | Compiling aws-lc-sys v0.22.0 |
1507 | 2024-11-23T04:08:41.511Z | Compiling rustls-webpki v0.102.8 |
1508 | 2024-11-23T04:08:44.913Z | Compiling tokio-rustls v0.25.0 |
1509 | 2024-11-23T04:08:46.556Z | Compiling tokio-rustls v0.26.0 |
1510 | 2024-11-23T04:08:46.915Z | Compiling hyper-rustls v0.27.3 |
1511 | 2024-11-23T04:08:47.275Z | Compiling reqwest v0.12.9 |
1512 | 2024-11-23T04:08:48.495Z | Compiling qorb v0.2.0 |
1513 | 2024-11-23T04:08:53.384Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1514 | 2024-11-23T04:08:53.611Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1515 | 2024-11-23T04:08:59.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
1516 | 2024-11-23T04:08:59.548Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1517 | 2024-11-23T04:08:59.596Z | Nov 23 04:08:58.243 INFO Starting download, target: Clickhouse |
1518 | 2024-11-23T04:08:59.596Z | Nov 23 04:08:58.244 INFO Starting download, target: Cockroach |
1519 | 2024-11-23T04:08:59.596Z | Nov 23 04:08:58.244 INFO Starting download, target: Console |
1520 | 2024-11-23T04:08:59.596Z | Nov 23 04:08:58.244 INFO Starting download, target: DendriteOpenapi |
1521 | 2024-11-23T04:08:59.599Z | Nov 23 04:08:58.244 INFO Starting download, target: DendriteStub |
1522 | 2024-11-23T04:08:59.599Z | Nov 23 04:08:58.244 INFO Starting download, target: MaghemiteMgd |
1523 | 2024-11-23T04:08:59.599Z | Nov 23 04:08:58.244 INFO Starting download, target: TransceiverControl |
1524 | 2024-11-23T04:08:59.599Z | Nov 23 04:08:58.244 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi |
1525 | 2024-11-23T04:08:59.599Z | Nov 23 04:08:58.244 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1526 | 2024-11-23T04:08:59.599Z | Nov 23 04:08:58.244 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1527 | 2024-11-23T04:08:59.599Z | Nov 23 04:08:58.244 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1528 | 2024-11-23T04:08:59.599Z | Nov 23 04:08:58.244 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1529 | 2024-11-23T04:08:59.599Z | Nov 23 04:08:58.244 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1530 | 2024-11-23T04:08:59.599Z | Nov 23 04:08:58.244 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1531 | 2024-11-23T04:09:00.180Z | Nov 23 04:08:58.821 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1532 | 2024-11-23T04:09:00.497Z | Nov 23 04:08:59.102 INFO Download complete, target: Console |
1533 | 2024-11-23T04:09:00.666Z | Nov 23 04:08:59.153 INFO Download complete, target: DendriteOpenapi |
1534 | 2024-11-23T04:09:00.996Z | Nov 23 04:08:59.524 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1535 | 2024-11-23T04:09:01.609Z | Nov 23 04:09:00.091 INFO Download complete, target: TransceiverControl |
1536 | 2024-11-23T04:09:01.609Z | Nov 23 04:09:00.108 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1537 | 2024-11-23T04:09:01.928Z | Nov 23 04:09:00.467 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1538 | 2024-11-23T04:09:02.036Z | Nov 23 04:09:00.473 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1539 | 2024-11-23T04:09:03.141Z | Nov 23 04:09:01.789 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1540 | 2024-11-23T04:09:03.141Z | Nov 23 04:09:01.789 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1541 | 2024-11-23T04:09:04.459Z | Nov 23 04:09:03.108 INFO Download complete, target: MaghemiteMgd |
1542 | 2024-11-23T04:09:04.462Z | Nov 23 04:09:03.109 INFO Download complete, target: DendriteStub |
1543 | 2024-11-23T04:09:10.269Z | Nov 23 04:09:08.917 INFO Checking that binary works, target: Cockroach |
1544 | 2024-11-23T04:09:10.430Z | Nov 23 04:09:09.073 INFO Download complete, target: Cockroach |
1545 | 2024-11-23T04:09:13.448Z | Nov 23 04:09:12.096 INFO Checking that binary works, target: Clickhouse |
1546 | 2024-11-23T04:09:14.315Z | Nov 23 04:09:12.956 INFO Download complete, target: Clickhouse |
1547 | 2024-11-23T04:09:14.320Z | All prerequisites installed successfully |
1548 | 2024-11-23T04:09:14.321Z | |
1549 | 2024-11-23T04:09:14.321Z | real 5:07.868413447 |
1550 | 2024-11-23T04:09:14.321Z | user 16:25.687148753 |
1551 | 2024-11-23T04:09:14.321Z | sys 3:12.721257157 |
1552 | 2024-11-23T04:09:14.321Z | trap 0.534705754 |
1553 | 2024-11-23T04:09:14.321Z | tflt 5.132510649 |
1554 | 2024-11-23T04:09:14.321Z | dflt 5.096398399 |
1555 | 2024-11-23T04:09:14.321Z | kflt 0.612355008 |
1556 | 2024-11-23T04:09:14.322Z | lock 29:13.781633002 |
1557 | 2024-11-23T04:09:14.322Z | slp 1:02:45.004354055 |
1558 | 2024-11-23T04:09:14.322Z | lat 54.409312484 |
1559 | 2024-11-23T04:09:14.322Z | stop 2:12.505421103 |
1560 | 2024-11-23T04:09:14.322Z | + ptime -m cargo xtask download softnpu |
1561 | 2024-11-23T04:09:14.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1562 | 2024-11-23T04:09:14.860Z | Running `target/debug/xtask download softnpu` |
1563 | 2024-11-23T04:09:15.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1564 | 2024-11-23T04:09:15.735Z | Running `target/debug/xtask-downloader softnpu` |
1565 | 2024-11-23T04:09:15.768Z | Nov 23 04:09:14.415 INFO Starting download, target: Softnpu |
1566 | 2024-11-23T04:09:15.772Z | Nov 23 04:09:14.416 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1567 | 2024-11-23T04:09:16.537Z | Nov 23 04:09:15.185 INFO Download complete, target: Softnpu |
1568 | 2024-11-23T04:09:16.542Z | |
1569 | 2024-11-23T04:09:16.542Z | real 2.219293861 |
1570 | 2024-11-23T04:09:16.542Z | user 1.273668045 |
1571 | 2024-11-23T04:09:16.542Z | sys 0.523238175 |
1572 | 2024-11-23T04:09:16.542Z | trap 0.000239514 |
1573 | 2024-11-23T04:09:16.542Z | tflt 0.000023996 |
1574 | 2024-11-23T04:09:16.542Z | dflt 0.000034098 |
1575 | 2024-11-23T04:09:16.542Z | kflt 0.000000000 |
1576 | 2024-11-23T04:09:16.542Z | lock 7.946164174 |
1577 | 2024-11-23T04:09:16.543Z | slp 0.551367148 |
1578 | 2024-11-23T04:09:16.543Z | lat 0.061361942 |
1579 | 2024-11-23T04:09:16.543Z | stop 0.000158919 |
1580 | 2024-11-23T04:09:16.543Z | + export CARGO_INCREMENTAL=0 |
1581 | 2024-11-23T04:09:16.543Z | + CARGO_INCREMENTAL=0 |
1582 | 2024-11-23T04:09:16.543Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1583 | 2024-11-23T04:09:17.510Z | Compiling proc-macro2 v1.0.89 |
1584 | 2024-11-23T04:09:17.510Z | Compiling unicode-ident v1.0.13 |
1585 | 2024-11-23T04:09:17.510Z | Compiling libc v0.2.162 |
1586 | 2024-11-23T04:09:17.516Z | Compiling serde v1.0.215 |
1587 | 2024-11-23T04:09:17.516Z | Compiling autocfg v1.4.0 |
1588 | 2024-11-23T04:09:17.516Z | Compiling version_check v0.9.5 |
1589 | 2024-11-23T04:09:17.516Z | Compiling cfg-if v1.0.0 |
1590 | 2024-11-23T04:09:17.744Z | Compiling memchr v2.7.4 |
1591 | 2024-11-23T04:09:17.774Z | Compiling shlex v1.3.0 |
1592 | 2024-11-23T04:09:17.883Z | Compiling typenum v1.17.0 |
1593 | 2024-11-23T04:09:18.176Z | Compiling value-bag v1.9.0 |
1594 | 2024-11-23T04:09:18.205Z | Compiling scopeguard v1.2.0 |
1595 | 2024-11-23T04:09:18.373Z | Compiling generic-array v0.14.7 |
1596 | 2024-11-23T04:09:18.483Z | Compiling lock_api v0.4.12 |
1597 | 2024-11-23T04:09:18.645Z | Compiling log v0.4.22 |
1598 | 2024-11-23T04:09:18.754Z | Compiling parking_lot_core v0.9.10 |
1599 | 2024-11-23T04:09:19.141Z | Compiling serde_json v1.0.132 |
1600 | 2024-11-23T04:09:19.158Z | Compiling once_cell v1.20.2 |
1601 | 2024-11-23T04:09:19.390Z | Compiling quote v1.0.37 |
1602 | 2024-11-23T04:09:19.436Z | Compiling rustix v0.38.37 |
1603 | 2024-11-23T04:09:19.455Z | Compiling libm v0.2.8 |
1604 | 2024-11-23T04:09:19.556Z | Compiling jobserver v0.1.32 |
1605 | 2024-11-23T04:09:19.767Z | Compiling syn v2.0.87 |
1606 | 2024-11-23T04:09:19.786Z | Compiling getrandom v0.2.15 |
1607 | 2024-11-23T04:09:19.948Z | Compiling cc v1.1.30 |
1608 | 2024-11-23T04:09:20.076Z | Compiling thiserror v1.0.69 |
1609 | 2024-11-23T04:09:20.129Z | Compiling aho-corasick v1.1.3 |
1610 | 2024-11-23T04:09:20.203Z | Compiling regex-syntax v0.8.5 |
1611 | 2024-11-23T04:09:20.288Z | Compiling num-traits v0.2.19 |
1612 | 2024-11-23T04:09:20.305Z | Compiling either v1.13.0 |
1613 | 2024-11-23T04:09:20.589Z | Compiling itoa v1.0.11 |
1614 | 2024-11-23T04:09:20.592Z | Compiling spin v0.9.8 |
1615 | 2024-11-23T04:09:20.796Z | Compiling slab v0.4.9 |
1616 | 2024-11-23T04:09:21.078Z | Compiling byteorder v1.5.0 |
1617 | 2024-11-23T04:09:21.337Z | Compiling errno v0.3.9 |
1618 | 2024-11-23T04:09:21.526Z | Compiling rand_core v0.6.4 |
1619 | 2024-11-23T04:09:21.544Z | Compiling lazy_static v1.5.0 |
1620 | 2024-11-23T04:09:21.658Z | Compiling glob v0.3.1 |
1621 | 2024-11-23T04:09:22.262Z | Compiling prettyplease v0.2.25 |
1622 | 2024-11-23T04:09:22.524Z | Compiling clang-sys v1.8.1 |
1623 | 2024-11-23T04:09:22.740Z | Compiling minimal-lexical v0.2.1 |
1624 | 2024-11-23T04:09:23.073Z | Compiling libloading v0.8.5 |
1625 | 2024-11-23T04:09:23.200Z | Compiling nom v7.1.3 |
1626 | 2024-11-23T04:09:23.224Z | Compiling home v0.5.9 |
1627 | 2024-11-23T04:09:23.342Z | Compiling allocator-api2 v0.2.18 |
1628 | 2024-11-23T04:09:23.437Z | Compiling subtle v2.6.1 |
1629 | 2024-11-23T04:09:23.741Z | Compiling bindgen v0.69.5 |
1630 | 2024-11-23T04:09:24.082Z | Compiling regex-automata v0.4.8 |
1631 | 2024-11-23T04:09:24.122Z | Compiling itertools v0.12.1 |
1632 | 2024-11-23T04:09:24.165Z | Compiling rustc-hash v1.1.0 |
1633 | 2024-11-23T04:09:24.315Z | Compiling semver v1.0.23 |
1634 | 2024-11-23T04:09:24.462Z | Compiling smallvec v1.13.2 |
1635 | 2024-11-23T04:09:24.786Z | Compiling lazycell v1.3.0 |
1636 | 2024-11-23T04:09:24.953Z | Compiling cmake v0.1.51 |
1637 | 2024-11-23T04:09:25.200Z | Compiling dunce v1.0.5 |
1638 | 2024-11-23T04:09:25.336Z | Compiling fs_extra v1.3.0 |
1639 | 2024-11-23T04:09:26.431Z | Compiling pkg-config v0.3.31 |
1640 | 2024-11-23T04:09:26.499Z | Compiling ring v0.17.8 |
1641 | 2024-11-23T04:09:26.901Z | Compiling cexpr v0.6.0 |
1642 | 2024-11-23T04:09:27.179Z | Compiling ryu v1.0.18 |
1643 | 2024-11-23T04:09:27.247Z | Compiling pin-project-lite v0.2.14 |
1644 | 2024-11-23T04:09:27.411Z | Compiling synstructure v0.13.1 |
1645 | 2024-11-23T04:09:27.496Z | Compiling fnv v1.0.7 |
1646 | 2024-11-23T04:09:27.627Z | Compiling paste v1.0.15 |
1647 | 2024-11-23T04:09:27.643Z | Compiling const-oid v0.9.6 |
1648 | 2024-11-23T04:09:28.519Z | Compiling httparse v1.9.5 |
1649 | 2024-11-23T04:09:28.545Z | Compiling equivalent v1.0.1 |
1650 | 2024-11-23T04:09:28.656Z | Compiling foldhash v0.1.3 |
1651 | 2024-11-23T04:09:28.835Z | Compiling aws-lc-rs v1.10.0 |
1652 | 2024-11-23T04:09:28.943Z | Compiling hashbrown v0.15.0 |
1653 | 2024-11-23T04:09:29.263Z | Compiling heck v0.5.0 |
1654 | 2024-11-23T04:09:29.594Z | Compiling regex v1.11.1 |
1655 | 2024-11-23T04:09:30.190Z | Compiling schemars v0.8.21 |
1656 | 2024-11-23T04:09:30.268Z | Compiling serde_derive_internals v0.29.1 |
1657 | 2024-11-23T04:09:30.295Z | Compiling signal-hook-registry v1.4.2 |
1658 | 2024-11-23T04:09:30.543Z | Compiling mio v1.0.2 |
1659 | 2024-11-23T04:09:30.592Z | Compiling parking_lot v0.12.3 |
1660 | 2024-11-23T04:09:32.435Z | Compiling crossbeam-utils v0.8.20 |
1661 | 2024-11-23T04:09:32.538Z | Compiling stable_deref_trait v1.2.0 |
1662 | 2024-11-23T04:09:32.646Z | Compiling socket2 v0.5.7 |
1663 | 2024-11-23T04:09:32.664Z | Compiling num-conv v0.1.0 |
1664 | 2024-11-23T04:09:32.948Z | Compiling serde_derive v1.0.215 |
1665 | 2024-11-23T04:09:32.964Z | Compiling zeroize_derive v1.4.2 |
1666 | 2024-11-23T04:09:33.382Z | Compiling zerocopy-derive v0.7.35 |
1667 | 2024-11-23T04:09:34.040Z | Compiling thiserror-impl v1.0.69 |
1668 | 2024-11-23T04:09:34.260Z | Compiling tokio-macros v2.4.0 |
1669 | 2024-11-23T04:09:34.438Z | Compiling zeroize v1.8.1 |
1670 | 2024-11-23T04:09:34.796Z | Compiling zerofrom-derive v0.1.4 |
1671 | 2024-11-23T04:09:34.822Z | Compiling yoke-derive v0.7.4 |
1672 | 2024-11-23T04:09:34.916Z | Compiling futures-macro v0.3.31 |
1673 | 2024-11-23T04:09:35.349Z | Compiling zerovec-derive v0.10.3 |
1674 | 2024-11-23T04:09:35.695Z | Compiling zerocopy v0.7.35 |
1675 | 2024-11-23T04:09:36.673Z | Compiling displaydoc v0.2.5 |
1676 | 2024-11-23T04:09:37.049Z | Compiling crypto-common v0.1.6 |
1677 | 2024-11-23T04:09:37.258Z | Compiling tracing-attributes v0.1.27 |
1678 | 2024-11-23T04:09:37.306Z | Compiling icu_provider_macros v1.5.0 |
1679 | 2024-11-23T04:09:37.464Z | Compiling block-buffer v0.10.4 |
1680 | 2024-11-23T04:09:37.685Z | Compiling digest v0.10.7 |
1681 | 2024-11-23T04:09:37.723Z | Compiling schemars_derive v0.8.21 |
1682 | 2024-11-23T04:09:38.195Z | Compiling der_derive v0.7.3 |
1683 | 2024-11-23T04:09:38.271Z | Compiling time-core v0.1.2 |
1684 | 2024-11-23T04:09:38.357Z | Compiling futures-core v0.3.31 |
1685 | 2024-11-23T04:09:38.440Z | Compiling time-macros v0.2.18 |
1686 | 2024-11-23T04:09:38.920Z | Compiling vcpkg v0.2.15 |
1687 | 2024-11-23T04:09:40.540Z | Compiling openssl-sys v0.9.103 |
1688 | 2024-11-23T04:09:41.287Z | Compiling cpufeatures v0.2.14 |
1689 | 2024-11-23T04:09:41.395Z | Compiling slog v2.7.0 |
1690 | 2024-11-23T04:09:41.441Z | Compiling futures-sink v0.3.31 |
1691 | 2024-11-23T04:09:41.708Z | Compiling ahash v0.8.11 |
1692 | 2024-11-23T04:09:41.728Z | Compiling syn v1.0.109 |
1693 | 2024-11-23T04:09:42.138Z | Compiling zerofrom v0.1.4 |
1694 | 2024-11-23T04:09:42.315Z | Compiling scroll_derive v0.12.0 |
1695 | 2024-11-23T04:09:42.530Z | Compiling ucd-trie v0.1.7 |
1696 | 2024-11-23T04:09:42.629Z | Compiling iana-time-zone v0.1.61 |
1697 | 2024-11-23T04:09:42.748Z | Compiling pest v2.7.14 |
1698 | 2024-11-23T04:09:43.020Z | Compiling yoke v0.7.4 |
1699 | 2024-11-23T04:09:43.362Z | Compiling futures-channel v0.3.31 |
1700 | 2024-11-23T04:09:43.796Z | Compiling hmac v0.12.1 |
1701 | 2024-11-23T04:09:43.819Z | Compiling futures-task v0.3.31 |
1702 | 2024-11-23T04:09:43.982Z | Compiling openssl v0.10.66 |
1703 | 2024-11-23T04:09:44.022Z | Compiling pin-utils v0.1.0 |
1704 | 2024-11-23T04:09:44.124Z | Compiling futures-io v0.3.31 |
1705 | 2024-11-23T04:09:44.364Z | Compiling futures-util v0.3.31 |
1706 | 2024-11-23T04:09:44.483Z | Compiling zerovec v0.10.4 |
1707 | 2024-11-23T04:09:44.857Z | Compiling block-padding v0.3.3 |
1708 | 2024-11-23T04:09:45.083Z | Compiling tinyvec_macros v0.1.1 |
1709 | 2024-11-23T04:09:45.514Z | Compiling pest_meta v2.7.14 |
1710 | 2024-11-23T04:09:45.779Z | Compiling tinyvec v1.8.0 |
1711 | 2024-11-23T04:09:46.542Z | Compiling bitflags v2.6.0 |
1712 | 2024-11-23T04:09:46.570Z | Compiling bytes v1.8.0 |
1713 | 2024-11-23T04:09:48.565Z | Compiling indexmap v2.6.0 |
1714 | 2024-11-23T04:09:49.668Z | Compiling tokio v1.40.0 |
1715 | 2024-11-23T04:09:50.191Z | Compiling serde_tokenstream v0.2.2 |
1716 | 2024-11-23T04:09:50.736Z | Compiling http v1.1.0 |
1717 | 2024-11-23T04:09:50.757Z | Compiling uuid v1.11.0 |
1718 | 2024-11-23T04:09:51.268Z | Compiling which v4.4.2 |
1719 | 2024-11-23T04:09:52.013Z | Compiling rustc_version v0.4.1 |
1720 | 2024-11-23T04:09:52.155Z | Compiling chrono v0.4.38 |
1721 | 2024-11-23T04:09:54.512Z | Compiling pest_generator v2.7.14 |
1722 | 2024-11-23T04:09:55.885Z | Compiling toml_datetime v0.6.8 |
1723 | 2024-11-23T04:09:56.293Z | Compiling serde_spanned v0.6.8 |
1724 | 2024-11-23T04:09:56.347Z | Compiling inout v0.1.3 |
1725 | 2024-11-23T04:09:56.608Z | Compiling openssl-macros v0.1.1 |
1726 | 2024-11-23T04:09:57.335Z | Compiling rustls v0.23.18 |
1727 | 2024-11-23T04:09:57.633Z | Compiling strsim v0.11.1 |
1728 | 2024-11-23T04:09:58.327Z | Compiling native-tls v0.2.12 |
1729 | 2024-11-23T04:09:58.646Z | Compiling cipher v0.4.4 |
1730 | 2024-11-23T04:09:58.857Z | Compiling pest_derive v2.7.14 |
1731 | 2024-11-23T04:09:59.131Z | Compiling unicode-normalization v0.1.24 |
1732 | 2024-11-23T04:09:59.535Z | Compiling tinystr v0.7.6 |
1733 | 2024-11-23T04:09:59.597Z | Compiling sha2 v0.10.8 |
1734 | 2024-11-23T04:09:59.998Z | Compiling tracing-core v0.1.32 |
1735 | 2024-11-23T04:10:00.363Z | Compiling usdt-impl v0.5.0 |
1736 | 2024-11-23T04:10:00.408Z | Compiling writeable v0.5.5 |
1737 | 2024-11-23T04:10:00.426Z | Compiling litemap v0.7.3 |
1738 | 2024-11-23T04:10:00.540Z | Compiling unicode-bidi v0.3.17 |
1739 | 2024-11-23T04:10:00.558Z | Compiling dyn-clone v1.0.17 |
1740 | 2024-11-23T04:10:00.776Z | Compiling base64ct v1.6.0 |
1741 | 2024-11-23T04:10:00.804Z | Compiling tracing v0.1.40 |
1742 | 2024-11-23T04:10:00.902Z | Compiling icu_locid v1.5.0 |
1743 | 2024-11-23T04:10:01.347Z | Compiling pem-rfc7468 v0.7.0 |
1744 | 2024-11-23T04:10:02.310Z | Compiling scroll v0.12.0 |
1745 | 2024-11-23T04:10:02.547Z | Compiling ppv-lite86 v0.2.20 |
1746 | 2024-11-23T04:10:02.920Z | Compiling async-trait v0.1.83 |
1747 | 2024-11-23T04:10:03.402Z | Compiling cookie v0.18.1 |
1748 | 2024-11-23T04:10:04.921Z | Compiling plain v0.2.3 |
1749 | 2024-11-23T04:10:05.075Z | Compiling flagset v0.4.6 |
1750 | 2024-11-23T04:10:05.104Z | Compiling camino v1.1.9 |
1751 | 2024-11-23T04:10:05.308Z | Compiling anyhow v1.0.93 |
1752 | 2024-11-23T04:10:05.447Z | Compiling aws-lc-sys v0.22.0 |
1753 | 2024-11-23T04:10:05.873Z | Compiling der v0.7.9 |
1754 | 2024-11-23T04:10:06.399Z | Compiling goblin v0.8.2 |
1755 | 2024-11-23T04:10:09.004Z | Compiling rand_chacha v0.3.1 |
1756 | 2024-11-23T04:10:10.642Z | Compiling icu_provider v1.5.0 |
1757 | 2024-11-23T04:10:11.799Z | Compiling icu_locid_transform_data v1.5.0 |
1758 | 2024-11-23T04:10:11.903Z | Compiling pretty-hex v0.4.1 |
1759 | 2024-11-23T04:10:12.116Z | Compiling rustls-pki-types v1.10.0 |
1760 | 2024-11-23T04:10:12.980Z | Compiling rayon-core v1.12.1 |
1761 | 2024-11-23T04:10:13.251Z | Compiling rustls v0.22.4 |
1762 | 2024-11-23T04:10:13.524Z | Compiling percent-encoding v2.3.1 |
1763 | 2024-11-23T04:10:13.955Z | Compiling untrusted v0.7.1 |
1764 | 2024-11-23T04:10:14.725Z | Compiling dof v0.3.0 |
1765 | 2024-11-23T04:10:15.108Z | Compiling icu_locid_transform v1.5.0 |
1766 | 2024-11-23T04:10:15.879Z | Compiling rand v0.8.5 |
1767 | 2024-11-23T04:10:15.902Z | Compiling spki v0.7.3 |
1768 | 2024-11-23T04:10:16.434Z | Compiling dtrace-parser v0.2.0 |
1769 | 2024-11-23T04:10:16.451Z | Compiling salsa20 v0.10.2 |
1770 | 2024-11-23T04:10:16.562Z | Compiling tokio-util v0.7.12 |
1771 | 2024-11-23T04:10:17.348Z | Compiling icu_collections v1.5.0 |
1772 | 2024-11-23T04:10:17.551Z | Compiling pbkdf2 v0.12.2 |
1773 | 2024-11-23T04:10:17.972Z | Compiling thread-id v4.2.2 |
1774 | 2024-11-23T04:10:18.083Z | Compiling powerfmt v0.2.0 |
1775 | 2024-11-23T04:10:18.086Z | Compiling winnow v0.5.40 |
1776 | 2024-11-23T04:10:18.210Z | Compiling icu_properties_data v1.5.0 |
1777 | 2024-11-23T04:10:18.567Z | Compiling untrusted v0.9.0 |
1778 | 2024-11-23T04:10:18.651Z | Compiling mirai-annotations v1.12.0 |
1779 | 2024-11-23T04:10:18.945Z | Compiling deranged v0.3.11 |
1780 | 2024-11-23T04:10:20.647Z | Compiling icu_properties v1.5.1 |
1781 | 2024-11-23T04:10:22.043Z | Compiling toml_edit v0.19.15 |
1782 | 2024-11-23T04:10:23.715Z | Compiling scrypt v0.11.0 |
1783 | 2024-11-23T04:10:24.214Z | Compiling cbc v0.1.2 |
1784 | 2024-11-23T04:10:24.442Z | Compiling aes v0.8.4 |
1785 | 2024-11-23T04:10:24.632Z | Compiling multer v3.1.0 |
1786 | 2024-11-23T04:10:24.909Z | Compiling write16 v1.0.0 |
1787 | 2024-11-23T04:10:25.050Z | Compiling slog-async v2.8.0 |
1788 | 2024-11-23T04:10:25.393Z | Compiling atomic-waker v1.1.2 |
1789 | 2024-11-23T04:10:25.488Z | Compiling utf16_iter v1.0.5 |
1790 | 2024-11-23T04:10:25.565Z | Compiling rustversion v1.0.17 |
1791 | 2024-11-23T04:10:25.681Z | Compiling icu_normalizer_data v1.5.0 |
1792 | 2024-11-23T04:10:25.788Z | Compiling num_threads v0.1.7 |
1793 | 2024-11-23T04:10:26.183Z | Compiling utf8_iter v1.0.4 |
1794 | 2024-11-23T04:10:26.216Z | Compiling time v0.3.36 |
1795 | 2024-11-23T04:10:26.391Z | Compiling icu_normalizer v1.5.0 |
1796 | 2024-11-23T04:10:27.156Z | Compiling pkcs5 v0.7.1 |
1797 | 2024-11-23T04:10:28.592Z | Compiling form_urlencoded v1.2.1 |
1798 | 2024-11-23T04:10:28.896Z | Compiling http-body v1.0.1 |
1799 | 2024-11-23T04:10:29.148Z | Compiling heapless v0.7.17 |
1800 | 2024-11-23T04:10:29.733Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1801 | 2024-11-23T04:10:30.214Z | Compiling try-lock v0.2.5 |
1802 | 2024-11-23T04:10:30.643Z | Compiling signal-hook v0.3.17 |
1803 | 2024-11-23T04:10:32.618Z | Compiling want v0.3.1 |
1804 | 2024-11-23T04:10:32.987Z | Compiling pkcs8 v0.10.2 |
1805 | 2024-11-23T04:10:33.023Z | Compiling idna_adapter v1.2.0 |
1806 | 2024-11-23T04:10:33.653Z | Compiling h2 v0.4.6 |
1807 | 2024-11-23T04:10:34.564Z | Compiling usdt-macro v0.5.0 |
1808 | 2024-11-23T04:10:35.873Z | Compiling usdt-attr-macro v0.5.0 |
1809 | 2024-11-23T04:10:36.176Z | Compiling async-stream-impl v0.3.6 |
1810 | 2024-11-23T04:10:36.453Z | Compiling httpdate v1.0.3 |
1811 | 2024-11-23T04:10:37.293Z | Compiling adler2 v2.0.0 |
1812 | 2024-11-23T04:10:37.460Z | Compiling miniz_oxide v0.8.0 |
1813 | 2024-11-23T04:10:38.365Z | Compiling idna v1.0.3 |
1814 | 2024-11-23T04:10:39.860Z | Compiling curve25519-dalek v4.1.3 |
1815 | 2024-11-23T04:10:40.257Z | Compiling openapiv3 v2.0.0 |
1816 | 2024-11-23T04:10:40.709Z | Compiling enum-as-inner v0.6.1 |
1817 | 2024-11-23T04:10:41.668Z | Compiling hyper v1.5.0 |
1818 | 2024-11-23T04:10:44.486Z | Compiling dropshot v0.12.0 |
1819 | 2024-11-23T04:10:44.550Z | Compiling base64 v0.22.1 |
1820 | 2024-11-23T04:10:44.764Z | Compiling match_cfg v0.1.0 |
1821 | 2024-11-23T04:10:44.787Z | Compiling tower-service v0.3.3 |
1822 | 2024-11-23T04:10:44.914Z | Compiling num-bigint-dig v0.8.4 |
1823 | 2024-11-23T04:10:45.319Z | Compiling portable-atomic v1.9.0 |
1824 | 2024-11-23T04:10:45.520Z | Compiling smoltcp v0.9.1 |
1825 | 2024-11-23T04:10:45.648Z | Compiling foreign-types-shared v0.1.1 |
1826 | 2024-11-23T04:10:45.764Z | Compiling foreign-types v0.3.2 |
1827 | 2024-11-23T04:10:45.858Z | Compiling hyper-util v0.1.10 |
1828 | 2024-11-23T04:10:46.186Z | Compiling hostname v0.3.1 |
1829 | 2024-11-23T04:10:51.869Z | Compiling url v2.5.3 |
1830 | 2024-11-23T04:10:53.685Z | Compiling dirs-sys-next v0.1.2 |
1831 | 2024-11-23T04:10:53.741Z | Compiling data-encoding v2.6.0 |
1832 | 2024-11-23T04:10:53.820Z | Compiling heck v0.4.1 |
1833 | 2024-11-23T04:10:54.251Z | Compiling ident_case v1.0.1 |
1834 | 2024-11-23T04:10:54.289Z | Compiling siphasher v0.3.11 |
1835 | 2024-11-23T04:10:54.429Z | Compiling gimli v0.31.1 |
1836 | 2024-11-23T04:10:54.604Z | Compiling darling_core v0.20.10 |
1837 | 2024-11-23T04:10:54.751Z | Compiling dirs-next v2.0.0 |
1838 | 2024-11-23T04:10:57.217Z | Compiling http-body-util v0.1.2 |
1839 | 2024-11-23T04:11:00.773Z | Compiling addr2line v0.24.2 |
1840 | 2024-11-23T04:11:01.076Z | Compiling crossbeam-epoch v0.9.18 |
1841 | 2024-11-23T04:11:01.144Z | Compiling hubpack_derive v0.1.1 |
1842 | 2024-11-23T04:11:01.393Z | Compiling dropshot_endpoint v0.12.0 |
1843 | 2024-11-23T04:11:01.709Z | Compiling sha1 v0.10.6 |
1844 | 2024-11-23T04:11:01.787Z | Compiling signature v2.2.0 |
1845 | 2024-11-23T04:11:01.972Z | Compiling curve25519-dalek-derive v0.1.1 |
1846 | 2024-11-23T04:11:02.016Z | Compiling zerocopy-derive v0.6.6 |
1847 | 2024-11-23T04:11:02.177Z | Compiling object v0.36.5 |
1848 | 2024-11-23T04:11:03.329Z | Compiling thread_local v1.1.8 |
1849 | 2024-11-23T04:11:03.783Z | Compiling fs-err v2.11.0 |
1850 | 2024-11-23T04:11:03.939Z | Compiling encoding_rs v0.8.34 |
1851 | 2024-11-23T04:11:07.516Z | Compiling rustc-demangle v0.1.24 |
1852 | 2024-11-23T04:11:09.785Z | Compiling winnow v0.6.20 |
1853 | 2024-11-23T04:11:11.688Z | Compiling ipnet v2.10.1 |
1854 | 2024-11-23T04:11:12.749Z | Compiling mime v0.3.17 |
1855 | 2024-11-23T04:11:13.258Z | Compiling unicode-properties v0.1.3 |
1856 | 2024-11-23T04:11:13.625Z | Compiling anstyle v1.0.10 |
1857 | 2024-11-23T04:11:14.114Z | Compiling openssl-probe v0.1.5 |
1858 | 2024-11-23T04:11:14.434Z | Compiling utf8parse v0.2.2 |
1859 | 2024-11-23T04:11:14.708Z | Compiling anstyle-parse v0.2.5 |
1860 | 2024-11-23T04:11:15.038Z | Compiling stringprep v0.1.5 |
1861 | 2024-11-23T04:11:15.307Z | Compiling toml_edit v0.22.22 |
1862 | 2024-11-23T04:11:16.046Z | Compiling backtrace v0.3.74 |
1863 | 2024-11-23T04:11:19.822Z | Compiling rustls-webpki v0.102.8 |
1864 | 2024-11-23T04:11:23.375Z | Compiling crossbeam-deque v0.8.5 |
1865 | 2024-11-23T04:11:23.712Z | Compiling darling_macro v0.20.10 |
1866 | 2024-11-23T04:11:26.585Z | Compiling term v0.7.0 |
1867 | 2024-11-23T04:11:27.086Z | Compiling slog-json v2.6.1 |
1868 | 2024-11-23T04:11:27.915Z | Compiling serde_urlencoded v0.7.1 |
1869 | 2024-11-23T04:11:29.058Z | Compiling crossbeam-channel v0.5.13 |
1870 | 2024-11-23T04:11:29.115Z | Compiling rustls-pemfile v2.2.0 |
1871 | 2024-11-23T04:11:29.926Z | Compiling hashbrown v0.14.5 |
1872 | 2024-11-23T04:11:30.459Z | Compiling idna v0.4.0 |
1873 | 2024-11-23T04:11:30.482Z | Compiling idna v0.3.0 |
1874 | 2024-11-23T04:11:31.196Z | Compiling futures-executor v0.3.31 |
1875 | 2024-11-23T04:11:31.921Z | Compiling num-integer v0.1.46 |
1876 | 2024-11-23T04:11:32.098Z | Compiling md-5 v0.10.6 |
1877 | 2024-11-23T04:11:32.349Z | Compiling ff v0.13.0 |
1878 | 2024-11-23T04:11:32.375Z | Compiling hash32 v0.2.1 |
1879 | 2024-11-23T04:11:32.596Z | Compiling memmap v0.7.0 |
1880 | 2024-11-23T04:11:32.639Z | Compiling is-terminal v0.4.13 |
1881 | 2024-11-23T04:11:32.776Z | Compiling quick-error v1.2.3 |
1882 | 2024-11-23T04:11:32.911Z | Compiling is_terminal_polyfill v1.70.1 |
1883 | 2024-11-23T04:11:32.929Z | Compiling colorchoice v1.0.2 |
1884 | 2024-11-23T04:11:33.040Z | Compiling take_mut v0.2.2 |
1885 | 2024-11-23T04:11:33.089Z | Compiling fallible-iterator v0.2.0 |
1886 | 2024-11-23T04:11:33.829Z | Compiling utf-8 v0.7.6 |
1887 | 2024-11-23T04:11:34.447Z | Compiling linked-hash-map v0.5.6 |
1888 | 2024-11-23T04:11:34.912Z | Compiling psl-types v2.0.11 |
1889 | 2024-11-23T04:11:35.039Z | Compiling base16ct v0.2.0 |
1890 | 2024-11-23T04:11:35.057Z | Compiling anstyle-query v1.1.1 |
1891 | 2024-11-23T04:11:35.335Z | Compiling sec1 v0.7.3 |
1892 | 2024-11-23T04:11:35.922Z | Compiling anstream v0.6.15 |
1893 | 2024-11-23T04:11:36.271Z | Compiling publicsuffix v2.2.3 |
1894 | 2024-11-23T04:11:36.529Z | Compiling lru-cache v0.1.2 |
1895 | 2024-11-23T04:11:36.617Z | Compiling tungstenite v0.24.0 |
1896 | 2024-11-23T04:11:36.733Z | Compiling postgres-protocol v0.6.7 |
1897 | 2024-11-23T04:11:37.822Z | Compiling resolv-conf v0.7.0 |
1898 | 2024-11-23T04:11:37.937Z | Compiling usdt v0.5.0 |
1899 | 2024-11-23T04:11:38.397Z | Compiling slog-term v2.9.1 |
1900 | 2024-11-23T04:11:38.664Z | Compiling group v0.13.0 |
1901 | 2024-11-23T04:11:39.029Z | Compiling num-iter v0.1.45 |
1902 | 2024-11-23T04:11:39.231Z | Compiling futures v0.3.31 |
1903 | 2024-11-23T04:11:39.348Z | Compiling hickory-proto v0.24.1 |
1904 | 2024-11-23T04:11:39.512Z | Compiling regress v0.10.1 |
1905 | 2024-11-23T04:11:43.116Z | Compiling tokio-rustls v0.26.0 |
1906 | 2024-11-23T04:11:43.368Z | Compiling slog-bunyan v2.5.0 |
1907 | 2024-11-23T04:11:43.575Z | Compiling tokio-rustls v0.25.0 |
1908 | 2024-11-23T04:11:43.603Z | Compiling darling v0.20.10 |
1909 | 2024-11-23T04:11:43.721Z | Compiling toml v0.8.19 |
1910 | 2024-11-23T04:11:43.939Z | Compiling tokio-native-tls v0.3.1 |
1911 | 2024-11-23T04:11:44.008Z | Compiling phf_shared v0.11.2 |
1912 | 2024-11-23T04:11:44.217Z | Compiling strum_macros v0.25.3 |
1913 | 2024-11-23T04:11:44.490Z | Compiling async-stream v0.3.6 |
1914 | 2024-11-23T04:11:44.545Z | Compiling waitgroup v0.1.2 |
1915 | 2024-11-23T04:11:44.754Z | Compiling webpki-roots v0.26.6 |
1916 | 2024-11-23T04:11:45.208Z | Compiling idna v0.5.0 |
1917 | 2024-11-23T04:11:45.229Z | Compiling terminal_size v0.4.0 |
1918 | 2024-11-23T04:11:45.444Z | Compiling serde_path_to_error v0.1.16 |
1919 | 2024-11-23T04:11:46.092Z | Compiling hkdf v0.12.4 |
1920 | 2024-11-23T04:11:46.469Z | Compiling crypto-bigint v0.5.5 |
1921 | 2024-11-23T04:11:46.665Z | Compiling derive-where v1.2.7 |
1922 | 2024-11-23T04:11:46.891Z | Compiling serde_repr v0.1.19 |
1923 | 2024-11-23T04:11:47.831Z | Compiling clap_derive v4.5.18 |
1924 | 2024-11-23T04:11:47.984Z | Compiling hostname v0.4.0 |
1925 | 2024-11-23T04:11:48.212Z | Compiling crc32fast v1.4.2 |
1926 | 2024-11-23T04:11:48.552Z | Compiling managed v0.8.0 |
1927 | 2024-11-23T04:11:48.958Z | Compiling clap_lex v0.7.2 |
1928 | 2024-11-23T04:11:49.518Z | Compiling bitflags v1.3.2 |
1929 | 2024-11-23T04:11:49.629Z | Compiling debug-ignore v1.0.5 |
1930 | 2024-11-23T04:11:49.766Z | Compiling unicode-width v0.1.14 |
1931 | 2024-11-23T04:11:50.284Z | Compiling console v0.15.8 |
1932 | 2024-11-23T04:11:51.592Z | Compiling elliptic-curve v0.13.8 |
1933 | 2024-11-23T04:11:51.995Z | Compiling clap_builder v4.5.21 |
1934 | 2024-11-23T04:11:52.648Z | Compiling flate2 v1.0.34 |
1935 | 2024-11-23T04:11:53.113Z | Compiling cookie_store v0.21.0 |
1936 | 2024-11-23T04:11:55.260Z | Compiling hyper-rustls v0.27.3 |
1937 | 2024-11-23T04:11:55.891Z | Compiling hickory-resolver v0.24.1 |
1938 | 2024-11-23T04:11:59.325Z | Compiling phf v0.11.2 |
1939 | 2024-11-23T04:11:59.658Z | Compiling hyper-tls v0.6.0 |
1940 | 2024-11-23T04:12:00.042Z | Compiling signal-hook-mio v0.2.4 |
1941 | 2024-11-23T04:12:00.145Z | Compiling typify-impl v0.2.0 |
1942 | 2024-11-23T04:12:00.209Z | Compiling bzip2 v0.4.4 |
1943 | 2024-11-23T04:12:00.396Z | Compiling rayon v1.10.0 |
1944 | 2024-11-23T04:12:00.429Z | Compiling tokio-tungstenite v0.24.0 |
1945 | 2024-11-23T04:12:00.585Z | Compiling postgres-types v0.2.8 |
1946 | 2024-11-23T04:12:01.336Z | Compiling zerocopy v0.6.6 |
1947 | 2024-11-23T04:12:01.424Z | Compiling hubpack v0.1.2 |
1948 | 2024-11-23T04:12:01.729Z | Compiling ed25519 v2.2.3 |
1949 | 2024-11-23T04:12:01.872Z | Compiling phf_shared v0.10.0 |
1950 | 2024-11-23T04:12:02.167Z | Compiling pkcs1 v0.7.5 |
1951 | 2024-11-23T04:12:02.211Z | Compiling tokio-stream v0.1.16 |
1952 | 2024-11-23T04:12:03.171Z | Compiling serde-big-array v0.5.1 |
1953 | 2024-11-23T04:12:03.205Z | Compiling rfc6979 v0.4.0 |
1954 | 2024-11-23T04:12:03.405Z | Compiling float-cmp v0.9.0 |
1955 | 2024-11-23T04:12:03.423Z | Compiling sync_wrapper v1.0.1 |
1956 | 2024-11-23T04:12:03.576Z | Compiling bstr v1.10.0 |
1957 | 2024-11-23T04:12:04.663Z | Compiling normalize-line-endings v0.3.0 |
1958 | 2024-11-23T04:12:05.038Z | Compiling predicates-core v1.0.8 |
1959 | 2024-11-23T04:12:05.172Z | Compiling precomputed-hash v0.1.1 |
1960 | 2024-11-23T04:12:05.299Z | Compiling bit-vec v0.6.3 |
1961 | 2024-11-23T04:12:05.350Z | Compiling static_assertions v1.1.0 |
1962 | 2024-11-23T04:12:05.455Z | Compiling number_prefix v0.4.0 |
1963 | 2024-11-23T04:12:05.489Z | Compiling whoami v1.5.2 |
1964 | 2024-11-23T04:12:05.674Z | Compiling difflib v0.4.0 |
1965 | 2024-11-23T04:12:05.734Z | Compiling unicode-width v0.2.0 |
1966 | 2024-11-23T04:12:06.269Z | Compiling new_debug_unreachable v1.0.6 |
1967 | 2024-11-23T04:12:06.370Z | Compiling fixedbitset v0.4.2 |
1968 | 2024-11-23T04:12:06.429Z | Compiling unicode-segmentation v1.12.0 |
1969 | 2024-11-23T04:12:06.780Z | Compiling petgraph v0.6.5 |
1970 | 2024-11-23T04:12:07.121Z | Compiling string_cache v0.8.7 |
1971 | 2024-11-23T04:12:07.285Z | Compiling similar v2.6.0 |
1972 | 2024-11-23T04:12:07.573Z | Compiling indicatif v0.17.9 |
1973 | 2024-11-23T04:12:08.344Z | Compiling predicates v3.1.2 |
1974 | 2024-11-23T04:12:09.235Z | Compiling tokio-postgres v0.7.12 |
1975 | 2024-11-23T04:12:09.358Z | Compiling bit-set v0.5.3 |
1976 | 2024-11-23T04:12:09.490Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1977 | 2024-11-23T04:12:10.091Z | Compiling reqwest v0.12.9 |
1978 | 2024-11-23T04:12:12.114Z | Compiling typify-macro v0.2.0 |
1979 | 2024-11-23T04:12:14.630Z | Compiling ecdsa v0.16.9 |
1980 | 2024-11-23T04:12:14.968Z | Compiling qorb v0.2.0 |
1981 | 2024-11-23T04:12:15.497Z | Compiling rsa v0.9.6 |
1982 | 2024-11-23T04:12:15.809Z | Compiling ed25519-dalek v2.1.1 |
1983 | 2024-11-23T04:12:16.350Z | Compiling zip v0.6.6 |
1984 | 2024-11-23T04:12:16.620Z | Compiling crossterm v0.28.1 |
1985 | 2024-11-23T04:12:16.712Z | Compiling clap v4.5.21 |
1986 | 2024-11-23T04:12:17.630Z | Compiling toml v0.7.8 |
1987 | 2024-11-23T04:12:18.848Z | Compiling x509-cert v0.2.5 |
1988 | 2024-11-23T04:12:19.830Z | Compiling hex v0.4.3 |
1989 | 2024-11-23T04:12:20.462Z | Compiling itertools v0.10.5 |
1990 | 2024-11-23T04:12:20.581Z | Compiling lalrpop-util v0.19.12 |
1991 | 2024-11-23T04:12:20.599Z | Compiling peg-runtime v0.8.3 |
1992 | 2024-11-23T04:12:21.076Z | Compiling zerocopy v0.8.10 |
1993 | 2024-11-23T04:12:21.136Z | Compiling unicode-xid v0.2.6 |
1994 | 2024-11-23T04:12:23.312Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1995 | 2024-11-23T04:12:27.660Z | Compiling proc-macro-crate v1.3.1 |
1996 | 2024-11-23T04:12:28.333Z | Compiling ipnetwork v0.20.0 |
1997 | 2024-11-23T04:12:28.476Z | Compiling macaddr v1.0.1 |
1998 | 2024-11-23T04:12:28.796Z | Compiling zerocopy-derive v0.8.10 |
1999 | 2024-11-23T04:12:29.100Z | Compiling itertools v0.13.0 |
2000 | 2024-11-23T04:12:31.596Z | Compiling heapless v0.8.0 |
2001 | 2024-11-23T04:12:32.451Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2002 | 2024-11-23T04:12:37.420Z | Compiling num_enum_derive v0.5.11 |
2003 | 2024-11-23T04:12:45.432Z | Compiling hash32 v0.3.1 |
2004 | 2024-11-23T04:12:46.453Z | Compiling smoltcp v0.11.0 |
2005 | 2024-11-23T04:12:46.695Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2006 | 2024-11-23T04:12:51.362Z | Compiling num_enum v0.5.11 |
2007 | 2024-11-23T04:12:51.583Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2008 | 2024-11-23T04:12:52.490Z | Compiling typify v0.2.0 |
2009 | 2024-11-23T04:12:53.596Z | Compiling proc-macro-error-attr v1.0.4 |
2010 | 2024-11-23T04:12:53.667Z | Compiling cobs v0.2.3 |
2011 | 2024-11-23T04:12:53.892Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2012 | 2024-11-23T04:12:54.122Z | Compiling unsafe-libyaml v0.2.11 |
2013 | 2024-11-23T04:12:55.901Z | Compiling serde_yaml v0.9.34+deprecated |
2014 | 2024-11-23T04:12:57.058Z | Compiling postcard v1.0.10 |
2015 | 2024-11-23T04:13:11.492Z | Compiling progenitor-impl v0.8.0 |
2016 | 2024-11-23T04:13:12.648Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2017 | 2024-11-23T04:13:23.560Z | Compiling strum_macros v0.26.4 |
2018 | 2024-11-23T04:13:24.592Z | Compiling foreign-types-macros v0.2.3 |
2019 | 2024-11-23T04:13:24.716Z | Compiling structmeta-derive v0.3.0 |
2020 | 2024-11-23T04:13:24.799Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2021 | 2024-11-23T04:13:25.007Z | Compiling proc-macro-error v1.0.4 |
2022 | 2024-11-23T04:13:25.312Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2023 | 2024-11-23T04:13:25.531Z | Compiling foreign-types-shared v0.3.1 |
2024 | 2024-11-23T04:13:26.805Z | Compiling newtype-uuid v1.1.3 |
2025 | 2024-11-23T04:13:27.279Z | Compiling structmeta v0.3.0 |
2026 | 2024-11-23T04:13:28.086Z | Compiling strum v0.26.3 |
2027 | 2024-11-23T04:13:32.718Z | Compiling foreign-types v0.5.0 |
2028 | 2024-11-23T04:13:32.840Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2029 | 2024-11-23T04:13:36.946Z | Compiling progenitor-macro v0.8.0 |
2030 | 2024-11-23T04:13:41.024Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2031 | 2024-11-23T04:13:41.271Z | Compiling progenitor-client v0.8.0 |
2032 | 2024-11-23T04:13:42.252Z | Compiling tabwriter v1.4.0 |
2033 | 2024-11-23T04:13:44.703Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2034 | 2024-11-23T04:13:45.501Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2035 | 2024-11-23T04:13:45.875Z | Compiling cstr-argument v0.1.2 |
2036 | 2024-11-23T04:13:46.152Z | Compiling dropshot v0.13.0 |
2037 | 2024-11-23T04:13:46.456Z | Compiling crucible-workspace-hack v0.1.0 |
2038 | 2024-11-23T04:13:46.727Z | Compiling pretty-hex v0.2.1 |
2039 | 2024-11-23T04:13:46.958Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2040 | 2024-11-23T04:13:47.591Z | Compiling fastrand v2.1.1 |
2041 | 2024-11-23T04:13:47.848Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2042 | 2024-11-23T04:13:48.204Z | Compiling tempfile v3.13.0 |
2043 | 2024-11-23T04:13:48.231Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2044 | 2024-11-23T04:13:48.255Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2045 | 2024-11-23T04:13:49.083Z | Compiling parse-display-derive v0.10.0 |
2046 | 2024-11-23T04:13:49.521Z | Compiling colored v2.1.0 |
2047 | 2024-11-23T04:13:49.880Z | Compiling progenitor v0.8.0 |
2048 | 2024-11-23T04:13:49.951Z | Compiling serde_with_macros v3.11.0 |
2049 | 2024-11-23T04:13:50.168Z | Compiling dropshot_endpoint v0.13.0 |
2050 | 2024-11-23T04:13:50.748Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2051 | 2024-11-23T04:13:51.475Z | Compiling instant v0.1.13 |
2052 | 2024-11-23T04:13:51.649Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2053 | 2024-11-23T04:13:52.062Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2054 | 2024-11-23T04:13:52.616Z | Compiling serde_with v3.11.0 |
2055 | 2024-11-23T04:13:52.640Z | Compiling backoff v0.4.0 |
2056 | 2024-11-23T04:13:52.984Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2057 | 2024-11-23T04:13:53.002Z | Compiling parse-display v0.10.0 |
2058 | 2024-11-23T04:13:53.204Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2059 | 2024-11-23T04:13:54.979Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2060 | 2024-11-23T04:13:55.123Z | Compiling zone_cfg_derive v0.3.0 |
2061 | 2024-11-23T04:13:55.545Z | Compiling camino-tempfile v1.1.1 |
2062 | 2024-11-23T04:13:56.334Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2063 | 2024-11-23T04:13:56.670Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2064 | 2024-11-23T04:13:56.932Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2065 | 2024-11-23T04:13:57.045Z | Compiling regress v0.9.1 |
2066 | 2024-11-23T04:13:57.116Z | Compiling num-derive v0.4.2 |
2067 | 2024-11-23T04:13:57.135Z | Compiling sigpipe v0.1.3 |
2068 | 2024-11-23T04:13:57.276Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2069 | 2024-11-23T04:13:57.566Z | Compiling libefi-sys v0.1.0 |
2070 | 2024-11-23T04:13:57.919Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2071 | 2024-11-23T04:13:59.411Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2072 | 2024-11-23T04:14:00.956Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2073 | 2024-11-23T04:14:01.187Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2074 | 2024-11-23T04:14:01.497Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2075 | 2024-11-23T04:14:04.017Z | Compiling zone v0.3.0 |
2076 | 2024-11-23T04:14:05.595Z | Compiling smf v0.2.3 |
2077 | 2024-11-23T04:14:05.817Z | Compiling bitfield-struct v0.6.2 |
2078 | 2024-11-23T04:14:07.181Z | Compiling ring v0.16.20 |
2079 | 2024-11-23T04:14:07.227Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2080 | 2024-11-23T04:14:07.472Z | Compiling blake3 v1.5.4 |
2081 | 2024-11-23T04:14:07.763Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2082 | 2024-11-23T04:14:08.573Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2083 | 2024-11-23T04:14:08.587Z | Compiling xattr v1.3.1 |
2084 | 2024-11-23T04:14:08.748Z | Compiling filetime v0.2.25 |
2085 | 2024-11-23T04:14:08.896Z | Compiling memmap2 v0.9.5 |
2086 | 2024-11-23T04:14:09.098Z | Compiling spin v0.5.2 |
2087 | 2024-11-23T04:14:09.368Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2088 | 2024-11-23T04:14:09.455Z | Compiling arrayref v0.3.9 |
2089 | 2024-11-23T04:14:09.503Z | Compiling arrayvec v0.7.6 |
2090 | 2024-11-23T04:14:09.563Z | Compiling same-file v1.0.6 |
2091 | 2024-11-23T04:14:09.685Z | Compiling constant_time_eq v0.3.1 |
2092 | 2024-11-23T04:14:09.856Z | Compiling walkdir v2.5.0 |
2093 | 2024-11-23T04:14:09.875Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2094 | 2024-11-23T04:14:11.406Z | Compiling tar v0.4.42 |
2095 | 2024-11-23T04:14:12.099Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2096 | 2024-11-23T04:14:12.542Z | Compiling gethostname v0.5.0 |
2097 | 2024-11-23T04:14:12.614Z | Compiling cargo-platform v0.1.8 |
2098 | 2024-11-23T04:14:12.720Z | Compiling topological-sort v0.2.2 |
2099 | 2024-11-23T04:14:12.990Z | Compiling cargo_metadata v0.18.1 |
2100 | 2024-11-23T04:14:18.922Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2101 | 2024-11-23T04:14:19.476Z | Compiling omicron-zone-package v0.11.1 |
2102 | 2024-11-23T04:14:20.374Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2103 | 2024-11-23T04:14:25.816Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2104 | 2024-11-23T04:14:42.867Z | Finished `release` profile [optimized] target(s) in 5m 26s |
2105 | 2024-11-23T04:14:43.032Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2106 | 2024-11-23T04:14:43.079Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2107 | 2024-11-23T04:14:43.082Z | Created new build target 'test' and set it as active |
2108 | 2024-11-23T04:14:43.082Z | |
2109 | 2024-11-23T04:14:43.082Z | real 5:26.526567903 |
2110 | 2024-11-23T04:14:43.082Z | user 36:52.394918273 |
2111 | 2024-11-23T04:14:43.082Z | sys 4:51.202430610 |
2112 | 2024-11-23T04:14:43.082Z | trap 1.084080929 |
2113 | 2024-11-23T04:14:43.082Z | tflt 2.879907707 |
2114 | 2024-11-23T04:14:43.082Z | dflt 0.737500921 |
2115 | 2024-11-23T04:14:43.082Z | kflt 0.000860916 |
2116 | 2024-11-23T04:14:43.082Z | lock 1:17:36.311504628 |
2117 | 2024-11-23T04:14:43.082Z | slp 2:34:13.470708723 |
2118 | 2024-11-23T04:14:43.082Z | lat 2:33.344976408 |
2119 | 2024-11-23T04:14:43.082Z | stop 4:20.565861529 |
2120 | 2024-11-23T04:14:43.082Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2121 | 2024-11-23T04:14:44.041Z | Finished `release` profile [optimized] target(s) in 0.91s |
2122 | 2024-11-23T04:14:44.100Z | Running `target/release/omicron-package -t test package` |
2123 | 2024-11-23T04:14:44.144Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2124 | 2024-11-23T04:14:45.280Z | Compiling convert_case v0.4.0 |
2125 | 2024-11-23T04:14:45.283Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2126 | 2024-11-23T04:14:45.283Z | Compiling itertools v0.13.0 |
2127 | 2024-11-23T04:14:45.283Z | Compiling newline-converter v0.3.0 |
2128 | 2024-11-23T04:14:45.283Z | Compiling password-hash v0.5.0 |
2129 | 2024-11-23T04:14:45.283Z | Compiling progenitor-client v0.8.0 |
2130 | 2024-11-23T04:14:45.417Z | Compiling blake2 v0.10.6 |
2131 | 2024-11-23T04:14:45.452Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2132 | 2024-11-23T04:14:45.586Z | Compiling expectorate v1.1.0 |
2133 | 2024-11-23T04:14:45.620Z | Compiling owo-colors v4.1.0 |
2134 | 2024-11-23T04:14:45.776Z | Compiling cancel-safe-futures v0.1.5 |
2135 | 2024-11-23T04:14:45.903Z | Compiling progenitor v0.8.0 |
2136 | 2024-11-23T04:14:45.992Z | Compiling argon2 v0.5.3 |
2137 | 2024-11-23T04:14:46.132Z | Compiling derive_more v0.99.18 |
2138 | 2024-11-23T04:14:46.169Z | Compiling num-rational v0.4.2 |
2139 | 2024-11-23T04:14:46.211Z | Compiling num-complex v0.4.6 |
2140 | 2024-11-23T04:14:46.798Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2141 | 2024-11-23T04:14:47.370Z | Compiling num v0.4.3 |
2142 | 2024-11-23T04:14:47.500Z | Compiling atomicwrites v0.4.4 |
2143 | 2024-11-23T04:14:47.659Z | Compiling libsw v3.3.1 |
2144 | 2024-11-23T04:14:48.000Z | Compiling swrite v0.1.0 |
2145 | 2024-11-23T04:14:48.036Z | Compiling float-ord v0.3.2 |
2146 | 2024-11-23T04:14:48.131Z | Compiling linear-map v1.2.0 |
2147 | 2024-11-23T04:14:48.204Z | Compiling indent_write v2.2.0 |
2148 | 2024-11-23T04:14:48.223Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2149 | 2024-11-23T04:14:48.399Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2150 | 2024-11-23T04:14:48.441Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2151 | 2024-11-23T04:14:48.549Z | Compiling base64 v0.21.7 |
2152 | 2024-11-23T04:14:48.574Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2153 | 2024-11-23T04:14:49.072Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2154 | 2024-11-23T04:14:49.488Z | Compiling highway v1.2.0 |
2155 | 2024-11-23T04:14:49.654Z | Compiling semver v0.1.20 |
2156 | 2024-11-23T04:14:50.208Z | Compiling rustc_version v0.1.7 |
2157 | 2024-11-23T04:14:50.645Z | Compiling newtype_derive v0.1.6 |
2158 | 2024-11-23T04:14:50.884Z | Compiling newtype-uuid v1.1.3 |
2159 | 2024-11-23T04:14:51.024Z | Compiling dropshot v0.13.0 |
2160 | 2024-11-23T04:14:51.106Z | Compiling ipnetwork v0.20.0 |
2161 | 2024-11-23T04:14:51.234Z | Compiling instant v0.1.13 |
2162 | 2024-11-23T04:14:51.394Z | Compiling humantime v2.1.0 |
2163 | 2024-11-23T04:14:51.897Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2164 | 2024-11-23T04:14:52.239Z | Compiling backoff v0.4.0 |
2165 | 2024-11-23T04:14:52.615Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2166 | 2024-11-23T04:14:52.633Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2167 | 2024-11-23T04:14:52.671Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2168 | 2024-11-23T04:14:56.452Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2169 | 2024-11-23T04:14:56.981Z | Compiling parse-display v0.10.0 |
2170 | 2024-11-23T04:14:57.567Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2171 | 2024-11-23T04:14:57.759Z | Compiling serde_with v3.11.0 |
2172 | 2024-11-23T04:14:58.038Z | Compiling strum v0.26.3 |
2173 | 2024-11-23T04:14:58.239Z | Compiling regress v0.9.1 |
2174 | 2024-11-23T04:15:01.638Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2175 | 2024-11-23T04:15:02.304Z | Compiling macaddr v1.0.1 |
2176 | 2024-11-23T04:15:02.756Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2177 | 2024-11-23T04:15:03.103Z | Compiling steno v0.4.1 |
2178 | 2024-11-23T04:15:03.492Z | Compiling prettyplease v0.2.25 |
2179 | 2024-11-23T04:15:03.523Z | Compiling slog-dtrace v0.3.0 |
2180 | 2024-11-23T04:15:03.907Z | Compiling tungstenite v0.21.0 |
2181 | 2024-11-23T04:15:04.360Z | Compiling display-error-chain v0.2.2 |
2182 | 2024-11-23T04:15:06.081Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2183 | 2024-11-23T04:15:06.648Z | Compiling tokio-tungstenite v0.21.0 |
2184 | 2024-11-23T04:15:07.304Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2185 | 2024-11-23T04:15:07.732Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2186 | 2024-11-23T04:15:08.798Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2187 | 2024-11-23T04:15:09.074Z | Compiling arc-swap v1.7.1 |
2188 | 2024-11-23T04:15:09.770Z | Compiling slog-scope v4.4.0 |
2189 | 2024-11-23T04:15:10.604Z | Compiling half v2.4.1 |
2190 | 2024-11-23T04:15:11.343Z | Compiling ciborium-io v0.2.2 |
2191 | 2024-11-23T04:15:11.496Z | Compiling ciborium-ll v0.2.2 |
2192 | 2024-11-23T04:15:12.029Z | Compiling slog-stdlog v4.1.1 |
2193 | 2024-11-23T04:15:12.767Z | Compiling slog-envlogger v2.2.0 |
2194 | 2024-11-23T04:15:12.851Z | Compiling ciborium v0.2.2 |
2195 | 2024-11-23T04:15:14.966Z | Compiling nibble_vec v0.1.0 |
2196 | 2024-11-23T04:15:15.201Z | Compiling endian-type v0.1.2 |
2197 | 2024-11-23T04:15:15.522Z | Compiling radix_trie v0.2.1 |
2198 | 2024-11-23T04:15:16.414Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2199 | 2024-11-23T04:15:21.944Z | Compiling same-file v1.0.6 |
2200 | 2024-11-23T04:15:22.192Z | Compiling fastrand v2.1.1 |
2201 | 2024-11-23T04:15:22.555Z | Compiling walkdir v2.5.0 |
2202 | 2024-11-23T04:15:22.729Z | Compiling tempfile v3.13.0 |
2203 | 2024-11-23T04:15:22.842Z | Compiling ring v0.16.20 |
2204 | 2024-11-23T04:15:23.228Z | Compiling blake3 v1.5.4 |
2205 | 2024-11-23T04:15:23.531Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2206 | 2024-11-23T04:15:23.885Z | Compiling xattr v1.3.1 |
2207 | 2024-11-23T04:15:24.144Z | Compiling memmap2 v0.9.5 |
2208 | 2024-11-23T04:15:24.576Z | Compiling filetime v0.2.25 |
2209 | 2024-11-23T04:15:24.879Z | Compiling constant_time_eq v0.3.1 |
2210 | 2024-11-23T04:15:24.882Z | Compiling spin v0.5.2 |
2211 | 2024-11-23T04:15:25.049Z | Compiling arrayref v0.3.9 |
2212 | 2024-11-23T04:15:25.120Z | Compiling arrayvec v0.7.6 |
2213 | 2024-11-23T04:15:25.160Z | Compiling keccak v0.1.5 |
2214 | 2024-11-23T04:15:25.424Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2215 | 2024-11-23T04:15:26.123Z | Compiling sha3 v0.10.8 |
2216 | 2024-11-23T04:15:26.629Z | Compiling tar v0.4.42 |
2217 | 2024-11-23T04:15:26.894Z | Compiling camino-tempfile v1.1.1 |
2218 | 2024-11-23T04:15:26.968Z | Compiling toolchain_find v0.4.0 |
2219 | 2024-11-23T04:15:27.044Z | Compiling const_format_proc_macros v0.2.33 |
2220 | 2024-11-23T04:15:27.323Z | Compiling crunchy v0.2.2 |
2221 | 2024-11-23T04:15:27.563Z | Compiling topological-sort v0.2.2 |
2222 | 2024-11-23T04:15:27.777Z | Compiling radium v0.7.0 |
2223 | 2024-11-23T04:15:27.796Z | Compiling maplit v1.0.2 |
2224 | 2024-11-23T04:15:27.962Z | Compiling omicron-zone-package v0.11.1 |
2225 | 2024-11-23T04:15:28.249Z | Compiling rustfmt-wrapper v0.2.1 |
2226 | 2024-11-23T04:15:28.604Z | Compiling pem v3.0.4 |
2227 | 2024-11-23T04:15:28.686Z | Compiling maybe-uninit v2.0.0 |
2228 | 2024-11-23T04:15:28.795Z | Compiling tiny-keccak v2.0.2 |
2229 | 2024-11-23T04:15:28.844Z | Compiling const_format v0.2.33 |
2230 | 2024-11-23T04:15:29.097Z | Compiling tap v1.0.1 |
2231 | 2024-11-23T04:15:29.296Z | Compiling wyz v0.5.1 |
2232 | 2024-11-23T04:15:29.770Z | Compiling dsl_auto_type v0.1.2 |
2233 | 2024-11-23T04:15:29.836Z | Compiling phf_generator v0.11.2 |
2234 | 2024-11-23T04:15:29.969Z | Compiling scheduled-thread-pool v0.2.7 |
2235 | 2024-11-23T04:15:30.040Z | Compiling secrecy v0.8.0 |
2236 | 2024-11-23T04:15:30.090Z | Compiling async-recursion v1.1.1 |
2237 | 2024-11-23T04:15:30.155Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2238 | 2024-11-23T04:15:30.312Z | Compiling diesel_table_macro_syntax v0.2.0 |
2239 | 2024-11-23T04:15:30.651Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2240 | 2024-11-23T04:15:30.726Z | Compiling crc-catalog v2.4.0 |
2241 | 2024-11-23T04:15:30.877Z | Compiling funty v2.0.0 |
2242 | 2024-11-23T04:15:31.143Z | Compiling packed_struct v0.10.1 |
2243 | 2024-11-23T04:15:31.148Z | Compiling diesel_derives v2.2.3 |
2244 | 2024-11-23T04:15:31.242Z | Compiling crc v3.2.1 |
2245 | 2024-11-23T04:15:31.384Z | Compiling r2d2 v0.8.10 |
2246 | 2024-11-23T04:15:31.513Z | Compiling phf_codegen v0.11.2 |
2247 | 2024-11-23T04:15:31.964Z | Compiling bitvec v1.0.1 |
2248 | 2024-11-23T04:15:32.181Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2249 | 2024-11-23T04:15:33.203Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2250 | 2024-11-23T04:15:33.247Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2251 | 2024-11-23T04:15:33.250Z | Compiling ascii-canvas v3.0.0 |
2252 | 2024-11-23T04:15:33.727Z | Compiling universal-hash v0.5.1 |
2253 | 2024-11-23T04:15:33.954Z | Compiling packed_struct_codegen v0.10.1 |
2254 | 2024-11-23T04:15:36.454Z | Compiling thiserror-impl-no-std v2.0.2 |
2255 | 2024-11-23T04:15:36.686Z | Compiling parse-zoneinfo v0.3.1 |
2256 | 2024-11-23T04:15:38.344Z | Compiling lzma-sys v0.1.20 |
2257 | 2024-11-23T04:15:39.042Z | Compiling ena v0.14.3 |
2258 | 2024-11-23T04:15:39.068Z | Compiling indexmap v1.9.3 |
2259 | 2024-11-23T04:15:39.384Z | Compiling regex-syntax v0.6.29 |
2260 | 2024-11-23T04:15:39.488Z | Compiling cfg_aliases v0.1.1 |
2261 | 2024-11-23T04:15:39.610Z | Compiling diff v0.1.13 |
2262 | 2024-11-23T04:15:40.167Z | Compiling opaque-debug v0.3.1 |
2263 | 2024-11-23T04:15:40.284Z | Compiling nodrop v0.1.14 |
2264 | 2024-11-23T04:15:40.424Z | Compiling array-init v0.0.4 |
2265 | 2024-11-23T04:15:41.725Z | Compiling poly1305 v0.8.0 |
2266 | 2024-11-23T04:15:42.842Z | Compiling diesel v2.2.4 |
2267 | 2024-11-23T04:15:43.253Z | Compiling lalrpop v0.19.12 |
2268 | 2024-11-23T04:15:44.562Z | Compiling nix v0.28.0 |
2269 | 2024-11-23T04:15:45.374Z | Compiling thiserror-no-std v2.0.2 |
2270 | 2024-11-23T04:15:45.559Z | Compiling chrono-tz-build v0.4.0 |
2271 | 2024-11-23T04:15:50.440Z | Compiling smallvec v0.6.14 |
2272 | 2024-11-23T04:15:51.044Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2273 | 2024-11-23T04:15:51.513Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2274 | 2024-11-23T04:15:51.813Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2275 | 2024-11-23T04:15:52.066Z | Compiling chacha20 v0.9.1 |
2276 | 2024-11-23T04:15:52.199Z | Compiling heck v0.3.3 |
2277 | 2024-11-23T04:15:52.547Z | Compiling aead v0.5.2 |
2278 | 2024-11-23T04:15:52.601Z | Compiling vte_generate_state_changes v0.1.2 |
2279 | 2024-11-23T04:15:52.934Z | Compiling ref-cast v1.0.23 |
2280 | 2024-11-23T04:15:53.228Z | Compiling bitfield v0.14.0 |
2281 | 2024-11-23T04:15:53.449Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2282 | 2024-11-23T04:15:53.562Z | Compiling hashbrown v0.12.3 |
2283 | 2024-11-23T04:15:53.741Z | Compiling termcolor v1.4.1 |
2284 | 2024-11-23T04:15:54.900Z | Compiling env_logger v0.10.2 |
2285 | 2024-11-23T04:15:55.999Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2286 | 2024-11-23T04:15:58.043Z | Compiling vte v0.11.1 |
2287 | 2024-11-23T04:15:59.533Z | Compiling chacha20poly1305 v0.10.1 |
2288 | 2024-11-23T04:15:59.780Z | Compiling zone_cfg_derive v0.1.2 |
2289 | 2024-11-23T04:16:01.231Z | Compiling serde-hex v0.1.0 |
2290 | 2024-11-23T04:16:05.829Z | Compiling chrono-tz v0.10.0 |
2291 | 2024-11-23T04:16:06.595Z | Compiling vsss-rs v3.3.4 |
2292 | 2024-11-23T04:16:06.668Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2293 | 2024-11-23T04:16:06.999Z | Compiling ron v0.8.1 |
2294 | 2024-11-23T04:16:09.346Z | Compiling polar-core v0.27.3 |
2295 | 2024-11-23T04:16:10.585Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2296 | 2024-11-23T04:16:10.920Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2297 | 2024-11-23T04:16:11.010Z | Compiling derive_builder_core v0.20.2 |
2298 | 2024-11-23T04:16:11.526Z | Compiling hashbrown v0.13.2 |
2299 | 2024-11-23T04:16:12.772Z | Compiling fd-lock v4.0.2 |
2300 | 2024-11-23T04:16:12.950Z | Compiling headers-core v0.3.0 |
2301 | 2024-11-23T04:16:13.009Z | Compiling fxhash v0.2.1 |
2302 | 2024-11-23T04:16:13.136Z | Compiling libxml v0.3.3 |
2303 | 2024-11-23T04:16:13.209Z | Compiling ref-cast-impl v1.0.23 |
2304 | 2024-11-23T04:16:13.238Z | Compiling bytecount v0.6.8 |
2305 | 2024-11-23T04:16:13.489Z | Compiling crc-any v2.5.0 |
2306 | 2024-11-23T04:16:13.558Z | Compiling base64 v0.13.1 |
2307 | 2024-11-23T04:16:14.275Z | Compiling ron v0.7.1 |
2308 | 2024-11-23T04:16:14.380Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2309 | 2024-11-23T04:16:14.506Z | Compiling papergrid v0.11.0 |
2310 | 2024-11-23T04:16:19.547Z | Compiling derive_builder_macro v0.20.2 |
2311 | 2024-11-23T04:16:20.232Z | Compiling headers v0.4.0 |
2312 | 2024-11-23T04:16:20.392Z | Compiling object v0.30.4 |
2313 | 2024-11-23T04:16:24.097Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2314 | 2024-11-23T04:16:28.479Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2315 | 2024-11-23T04:16:29.361Z | Compiling xz2 v0.1.7 |
2316 | 2024-11-23T04:16:30.022Z | Compiling zone v0.1.8 |
2317 | 2024-11-23T04:16:30.988Z | Compiling strip-ansi-escapes v0.2.0 |
2318 | 2024-11-23T04:16:33.450Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2319 | 2024-11-23T04:16:33.616Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2320 | 2024-11-23T04:16:35.109Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2321 | 2024-11-23T04:16:35.408Z | Compiling tabled_derive v0.7.0 |
2322 | 2024-11-23T04:16:35.731Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2323 | 2024-11-23T04:16:36.447Z | Compiling yasna v0.5.2 |
2324 | 2024-11-23T04:16:36.604Z | Compiling peg-macros v0.8.4 |
2325 | 2024-11-23T04:16:37.587Z | Compiling strum_macros v0.24.3 |
2326 | 2024-11-23T04:16:38.930Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2327 | 2024-11-23T04:16:39.854Z | Compiling kstat-rs v0.2.4 |
2328 | 2024-11-23T04:16:39.945Z | Compiling samael v0.0.17 |
2329 | 2024-11-23T04:16:39.965Z | Compiling sqlparser_derive v0.2.2 |
2330 | 2024-11-23T04:16:40.405Z | Compiling unicase v2.7.0 |
2331 | 2024-11-23T04:16:40.711Z | Compiling unicode_categories v0.1.1 |
2332 | 2024-11-23T04:16:40.790Z | Compiling path-slash v0.1.5 |
2333 | 2024-11-23T04:16:40.810Z | Compiling home v0.5.9 |
2334 | 2024-11-23T04:16:40.989Z | Compiling nu-ansi-term v0.50.1 |
2335 | 2024-11-23T04:16:41.024Z | Compiling indoc v1.0.9 |
2336 | 2024-11-23T04:16:41.091Z | Compiling sqlformat v0.2.6 |
2337 | 2024-11-23T04:16:41.094Z | Compiling sqlparser v0.45.0 |
2338 | 2024-11-23T04:16:41.421Z | Compiling reedline v0.35.0 |
2339 | 2024-11-23T04:16:42.186Z | Compiling rustyline v14.0.0 |
2340 | 2024-11-23T04:16:43.591Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2341 | 2024-11-23T04:16:45.331Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2342 | 2024-11-23T04:16:52.102Z | Compiling peg v0.8.4 |
2343 | 2024-11-23T04:16:52.251Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2344 | 2024-11-23T04:16:52.276Z | Compiling rcgen v0.12.1 |
2345 | 2024-11-23T04:16:55.020Z | Compiling tabled v0.15.0 |
2346 | 2024-11-23T04:17:05.166Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2347 | 2024-11-23T04:17:05.256Z | Compiling derive_builder v0.20.2 |
2348 | 2024-11-23T04:17:10.449Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2349 | 2024-11-23T04:17:13.029Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2350 | 2024-11-23T04:17:15.327Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2351 | 2024-11-23T04:17:15.536Z | Compiling bcs v0.1.6 |
2352 | 2024-11-23T04:17:15.630Z | Compiling impl-trait-for-tuples v0.2.2 |
2353 | 2024-11-23T04:17:16.441Z | Compiling oso-derive v0.27.3 |
2354 | 2024-11-23T04:17:17.423Z | Compiling libz-sys v1.1.20 |
2355 | 2024-11-23T04:17:18.095Z | Compiling quick-xml v0.33.0 |
2356 | 2024-11-23T04:17:22.581Z | Compiling subprocess v0.2.9 |
2357 | 2024-11-23T04:17:23.935Z | Compiling diesel-dtrace v0.3.0 |
2358 | 2024-11-23T04:17:24.350Z | Compiling parking_lot_core v0.8.6 |
2359 | 2024-11-23T04:17:24.797Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2360 | 2024-11-23T04:17:27.392Z | Compiling oso v0.27.3 |
2361 | 2024-11-23T04:17:44.735Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2362 | 2024-11-23T04:17:46.309Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2363 | 2024-11-23T04:17:51.758Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2364 | 2024-11-23T04:17:55.020Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2365 | 2024-11-23T04:17:55.326Z | Compiling bb8 v0.8.5 |
2366 | 2024-11-23T04:17:55.996Z | Compiling buf-list v1.0.3 |
2367 | 2024-11-23T04:17:56.631Z | Compiling async-bb8-diesel v0.2.1 |
2368 | 2024-11-23T04:17:59.023Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2369 | 2024-11-23T04:17:59.672Z | Compiling pin-project-internal v1.1.6 |
2370 | 2024-11-23T04:17:59.851Z | Compiling atty v0.2.14 |
2371 | 2024-11-23T04:18:00.024Z | Compiling salty v0.3.0 |
2372 | 2024-11-23T04:18:02.416Z | Compiling pin-project v1.1.6 |
2373 | 2024-11-23T04:18:02.927Z | Compiling parking_lot v0.11.2 |
2374 | 2024-11-23T04:18:05.818Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2375 | 2024-11-23T04:18:06.800Z | Compiling snafu-derive v0.8.5 |
2376 | 2024-11-23T04:18:07.326Z | Compiling lockfree-object-pool v0.1.6 |
2377 | 2024-11-23T04:18:07.659Z | Compiling bumpalo v3.16.0 |
2378 | 2024-11-23T04:18:08.255Z | Compiling zip v2.1.3 |
2379 | 2024-11-23T04:18:08.572Z | Compiling simd-adler32 v0.3.7 |
2380 | 2024-11-23T04:18:09.700Z | Compiling zopfli v0.8.1 |
2381 | 2024-11-23T04:18:10.723Z | Compiling sled v0.34.7 |
2382 | 2024-11-23T04:18:11.406Z | Compiling snafu v0.8.5 |
2383 | 2024-11-23T04:18:11.995Z | Compiling mime_guess v2.0.5 |
2384 | 2024-11-23T04:18:13.270Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2385 | 2024-11-23T04:18:13.886Z | Compiling hickory-client v0.24.1 |
2386 | 2024-11-23T04:18:14.718Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2387 | 2024-11-23T04:18:15.061Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2388 | 2024-11-23T04:18:15.427Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2389 | 2024-11-23T04:18:18.979Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2390 | 2024-11-23T04:18:20.515Z | Compiling globset v0.4.15 |
2391 | 2024-11-23T04:18:20.571Z | Compiling hickory-server v0.24.1 |
2392 | 2024-11-23T04:18:23.825Z | Compiling primeorder v0.13.6 |
2393 | 2024-11-23T04:18:24.421Z | Compiling olpc-cjson v0.1.4 |
2394 | 2024-11-23T04:18:24.747Z | Compiling vergen v8.3.2 |
2395 | 2024-11-23T04:18:25.053Z | Compiling env_filter v0.1.2 |
2396 | 2024-11-23T04:18:26.568Z | Compiling serde_plain v1.0.2 |
2397 | 2024-11-23T04:18:27.055Z | Compiling cargo-platform v0.1.8 |
2398 | 2024-11-23T04:18:27.579Z | Compiling nanorand v0.7.0 |
2399 | 2024-11-23T04:18:27.751Z | Compiling memoffset v0.9.1 |
2400 | 2024-11-23T04:18:28.074Z | Compiling typed-path v0.9.3 |
2401 | 2024-11-23T04:18:28.431Z | Compiling flume v0.11.1 |
2402 | 2024-11-23T04:18:29.167Z | Compiling cargo_metadata v0.18.1 |
2403 | 2024-11-23T04:18:32.203Z | Compiling tough v0.19.0 |
2404 | 2024-11-23T04:18:35.245Z | Compiling env_logger v0.11.5 |
2405 | 2024-11-23T04:18:35.491Z | Compiling p384 v0.13.0 |
2406 | 2024-11-23T04:18:36.661Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2407 | 2024-11-23T04:18:44.444Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2408 | 2024-11-23T04:18:51.054Z | Compiling git2 v0.19.0 |
2409 | 2024-11-23T04:18:54.338Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2410 | 2024-11-23T04:18:59.774Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2411 | 2024-11-23T04:19:00.996Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2412 | 2024-11-23T04:19:01.520Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2413 | 2024-11-23T04:19:04.820Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2414 | 2024-11-23T04:19:05.235Z | Compiling rand_seeder v0.3.0 |
2415 | 2024-11-23T04:19:05.650Z | Compiling libsqlite3-sys v0.30.1 |
2416 | 2024-11-23T04:19:05.985Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2417 | 2024-11-23T04:19:06.156Z | Compiling parse-size v1.1.0 |
2418 | 2024-11-23T04:19:06.235Z | Compiling cfg_aliases v0.2.1 |
2419 | 2024-11-23T04:19:06.285Z | Compiling rustls v0.21.12 |
2420 | 2024-11-23T04:19:06.358Z | Compiling nix v0.29.0 |
2421 | 2024-11-23T04:19:06.486Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2422 | 2024-11-23T04:19:06.703Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2423 | 2024-11-23T04:19:07.167Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2424 | 2024-11-23T04:19:07.991Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2425 | 2024-11-23T04:19:08.057Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2426 | 2024-11-23T04:19:08.690Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2427 | 2024-11-23T04:19:08.844Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2428 | 2024-11-23T04:19:08.972Z | Compiling sct v0.7.1 |
2429 | 2024-11-23T04:19:09.088Z | Compiling rustls-webpki v0.101.7 |
2430 | 2024-11-23T04:19:09.444Z | Compiling castaway v0.2.3 |
2431 | 2024-11-23T04:19:09.643Z | Compiling csv-core v0.1.11 |
2432 | 2024-11-23T04:19:10.502Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2433 | 2024-11-23T04:19:10.837Z | Compiling glob v0.3.1 |
2434 | 2024-11-23T04:19:12.878Z | Compiling http-range v0.1.5 |
2435 | 2024-11-23T04:19:12.935Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2436 | 2024-11-23T04:19:13.054Z | Compiling hyper-staticfile v0.10.1 |
2437 | 2024-11-23T04:19:13.101Z | Compiling csv v1.3.0 |
2438 | 2024-11-23T04:19:15.185Z | Compiling compact_str v0.8.0 |
2439 | 2024-11-23T04:19:16.035Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2440 | 2024-11-23T04:19:17.803Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2441 | 2024-11-23T04:19:18.570Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2442 | 2024-11-23T04:19:19.047Z | Compiling nix v0.27.1 |
2443 | 2024-11-23T04:19:22.100Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2444 | 2024-11-23T04:19:25.267Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2445 | 2024-11-23T04:19:25.483Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2446 | 2024-11-23T04:19:31.015Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2447 | 2024-11-23T04:19:31.523Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2448 | 2024-11-23T04:19:31.857Z | Compiling unicode-truncate v1.1.0 |
2449 | 2024-11-23T04:19:32.146Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2450 | 2024-11-23T04:19:32.471Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2451 | 2024-11-23T04:19:32.772Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2452 | 2024-11-23T04:19:38.802Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2453 | 2024-11-23T04:19:39.246Z | Compiling hashlink v0.9.1 |
2454 | 2024-11-23T04:19:39.396Z | Compiling tungstenite v0.23.0 |
2455 | 2024-11-23T04:19:39.900Z | Compiling lru v0.12.5 |
2456 | 2024-11-23T04:19:40.064Z | Compiling instability v0.3.2 |
2457 | 2024-11-23T04:19:40.081Z | Compiling fallible-streaming-iterator v0.1.9 |
2458 | 2024-11-23T04:19:40.284Z | Compiling cassowary v0.3.0 |
2459 | 2024-11-23T04:19:40.383Z | Compiling fallible-iterator v0.3.0 |
2460 | 2024-11-23T04:19:41.097Z | Compiling ratatui v0.28.1 |
2461 | 2024-11-23T04:19:41.213Z | Compiling rusqlite v0.32.1 |
2462 | 2024-11-23T04:19:41.545Z | Compiling tokio-tungstenite v0.23.1 |
2463 | 2024-11-23T04:19:42.184Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2464 | 2024-11-23T04:19:43.952Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2465 | 2024-11-23T04:19:46.399Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2466 | 2024-11-23T04:19:49.064Z | Compiling tokio-rustls v0.24.1 |
2467 | 2024-11-23T04:19:49.545Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2468 | 2024-11-23T04:19:50.997Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2469 | 2024-11-23T04:20:00.254Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2470 | 2024-11-23T04:20:01.159Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2471 | 2024-11-23T04:20:03.270Z | Compiling rustls-pemfile v1.0.4 |
2472 | 2024-11-23T04:20:03.977Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2473 | 2024-11-23T04:20:04.094Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2474 | 2024-11-23T04:20:04.291Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2475 | 2024-11-23T04:20:04.476Z | Compiling signal-hook-tokio v0.3.1 |
2476 | 2024-11-23T04:20:04.708Z | Compiling twox-hash v1.6.3 |
2477 | 2024-11-23T04:20:05.721Z | Compiling is_ci v1.2.0 |
2478 | 2024-11-23T04:20:05.798Z | Compiling unicode-linebreak v0.1.5 |
2479 | 2024-11-23T04:20:06.017Z | Compiling smawk v0.3.2 |
2480 | 2024-11-23T04:20:06.301Z | Compiling textwrap v0.16.1 |
2481 | 2024-11-23T04:20:06.358Z | Compiling supports-color v3.0.1 |
2482 | 2024-11-23T04:20:09.193Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2483 | 2024-11-23T04:20:10.078Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2484 | 2024-11-23T04:20:17.704Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2485 | 2024-11-23T04:20:25.949Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2486 | 2024-11-23T04:20:26.010Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2487 | 2024-11-23T04:20:30.866Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2488 | 2024-11-23T04:20:30.888Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2489 | 2024-11-23T04:20:31.496Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2490 | 2024-11-23T04:20:44.274Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2491 | 2024-11-23T04:20:44.591Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2492 | 2024-11-23T04:20:49.746Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2493 | 2024-11-23T04:20:51.129Z | Compiling fatfs v0.3.6 |
2494 | 2024-11-23T04:20:51.325Z | Compiling rtoolbox v0.0.2 |
2495 | 2024-11-23T04:20:51.762Z | Compiling assert_matches v1.5.0 |
2496 | 2024-11-23T04:20:51.884Z | Compiling rpassword v7.3.1 |
2497 | 2024-11-23T04:20:52.346Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2498 | 2024-11-23T04:20:57.963Z | error[E0631]: type mismatch in function arguments |
2499 | 2024-11-23T04:20:57.963Z | --> nexus/src/lib.rs:167:41 |
2500 | 2024-11-23T04:20:57.963Z | | |
2501 | 2024-11-23T04:20:57.963Z | 167 | .tls(tls_config.clone().map(dropshot::ConfigTls::Dynamic)) |
2502 | 2024-11-23T04:20:57.963Z | | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
2503 | 2024-11-23T04:20:57.963Z | | | | |
2504 | 2024-11-23T04:20:57.963Z | | | expected due to this |
2505 | 2024-11-23T04:20:57.963Z | | | found signature defined here |
2506 | 2024-11-23T04:20:57.963Z | | required by a bound introduced by this call |
2507 | 2024-11-23T04:20:57.963Z | | |
2508 | 2024-11-23T04:20:57.964Z | = note: expected function signature `fn(ServerConfig) -> _` |
2509 | 2024-11-23T04:20:57.964Z | found function signature `fn(rustls::server::server_conn::ServerConfig) -> _` |
2510 | 2024-11-23T04:20:57.964Z | note: required by a bound in `std::option::Option::<T>::map` |
2511 | 2024-11-23T04:20:57.964Z | --> /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/option.rs:1105:5 |
2512 | 2024-11-23T04:20:57.964Z | help: consider wrapping the function in a closure |
2513 | 2024-11-23T04:20:57.964Z | | |
2514 | 2024-11-23T04:20:57.964Z | 167 | .tls(tls_config.clone().map(|arg0: ServerConfig| dropshot::ConfigTls::Dynamic(/* rustls::server::server_conn::ServerConfig */))) |
2515 | 2024-11-23T04:20:57.964Z | | ++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++++++ |
2516 | 2024-11-23T04:20:57.964Z | |
2517 | 2024-11-23T04:20:57.981Z | error[E0631]: type mismatch in function arguments |
2518 | 2024-11-23T04:20:57.981Z | --> nexus/src/lib.rs:180:33 |
2519 | 2024-11-23T04:20:57.981Z | | |
2520 | 2024-11-23T04:20:57.981Z | 180 | .tls(tls_config.map(dropshot::ConfigTls::Dynamic)) |
2521 | 2024-11-23T04:20:57.981Z | | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
2522 | 2024-11-23T04:20:57.981Z | | | | |
2523 | 2024-11-23T04:20:57.981Z | | | expected due to this |
2524 | 2024-11-23T04:20:57.981Z | | | found signature defined here |
2525 | 2024-11-23T04:20:57.982Z | | required by a bound introduced by this call |
2526 | 2024-11-23T04:20:57.982Z | | |
2527 | 2024-11-23T04:20:57.982Z | = note: expected function signature `fn(ServerConfig) -> _` |
2528 | 2024-11-23T04:20:57.982Z | found function signature `fn(rustls::server::server_conn::ServerConfig) -> _` |
2529 | 2024-11-23T04:20:57.982Z | note: required by a bound in `std::option::Option::<T>::map` |
2530 | 2024-11-23T04:20:57.982Z | --> /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/option.rs:1105:5 |
2531 | 2024-11-23T04:20:57.982Z | help: consider wrapping the function in a closure |
2532 | 2024-11-23T04:20:57.982Z | | |
2533 | 2024-11-23T04:20:57.982Z | 180 | .tls(tls_config.map(|arg0: ServerConfig| dropshot::ConfigTls::Dynamic(/* rustls::server::server_conn::ServerConfig */))) |
2534 | 2024-11-23T04:20:57.982Z | | ++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++++++ |
2535 | 2024-11-23T04:20:57.982Z | |
2536 | 2024-11-23T04:20:58.879Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2537 | 2024-11-23T04:21:06.076Z | Compiling tui-tree-widget v0.22.0 |
2538 | 2024-11-23T04:21:06.559Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2539 | 2024-11-23T04:21:08.434Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2540 | 2024-11-23T04:21:09.115Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2541 | 2024-11-23T04:21:09.414Z | Compiling uzers v0.12.1 |
2542 | 2024-11-23T04:21:12.533Z | Compiling shell-words v1.1.0 |
2543 | 2024-11-23T04:21:12.972Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2544 | 2024-11-23T04:21:21.742Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2545 | 2024-11-23T04:21:23.930Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2546 | 2024-11-23T04:21:53.520Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2547 | 2024-11-23T04:21:55.442Z | Compiling multimap v0.10.0 |
2548 | 2024-11-23T04:22:07.457Z | For more information about this error, try `rustc --explain E0631`. |
2549 | 2024-11-23T04:22:07.997Z | error: could not compile `omicron-nexus` (lib) due to 2 previous errors |
2550 | 2024-11-23T04:22:07.997Z | warning: build failed, waiting for other jobs to finish... |
2551 | 2024-11-23T04:24:45.128Z | Error: Failed to build packages |
2552 | 2024-11-23T04:24:45.131Z | |
2553 | 2024-11-23T04:24:45.131Z | real 10:02.025503147 |
2554 | 2024-11-23T04:24:45.131Z | user 1:13:32.213822144 |
2555 | 2024-11-23T04:24:45.131Z | sys 4:13.202420947 |
2556 | 2024-11-23T04:24:45.131Z | trap 1.905056565 |
2557 | 2024-11-23T04:24:45.131Z | tflt 2.679619366 |
2558 | 2024-11-23T04:24:45.131Z | dflt 0.744675270 |
2559 | 2024-11-23T04:24:45.131Z | kflt 0.009609186 |
2560 | 2024-11-23T04:24:45.131Z | lock 4:26:47.487621397 |
2561 | 2024-11-23T04:24:45.131Z | slp 4:26:57.814515392 |
2562 | 2024-11-23T04:24:45.131Z | lat 2:28.110161380 |
2563 | 2024-11-23T04:24:45.131Z | stop 2:21.496737327 |
2564 | 2024-11-23T04:24:45.134Z | process exited: duration 1238792 ms, exit code 1 |
|
2565 | 2024-11-23T04:24:45.138Z | found 0 output files |
2566 | 2024-11-23T04:24:45.138Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |