|
|
|
1 | 2024-12-05T06:37:31.203Z | job assigned to worker 01JEARHHTYJGFHF8NZ2646B7AF [factory aws, i-0901c702f0aff1329] (queued for 1 m 2 s) |
|
2 | 2024-12-05T06:37:39.145Z | starting task 0: "setup" |
3 | 2024-12-05T06:37:39.157Z | ++ uname -s |
4 | 2024-12-05T06:37:39.159Z | + kern=SunOS |
5 | 2024-12-05T06:37:39.159Z | + case "$kern" in |
6 | 2024-12-05T06:37:39.159Z | + groupadd -g 12345 build |
7 | 2024-12-05T06:37:39.163Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-05T06:37:41.169Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-05T06:37:41.270Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-05T06:37:41.273Z | + home_fs=zfs |
11 | 2024-12-05T06:37:41.273Z | + [[ zfs == autofs ]] |
12 | 2024-12-05T06:37:41.273Z | + mkdir -p /home/build |
13 | 2024-12-05T06:37:41.275Z | + chown build:build /home/build /work |
14 | 2024-12-05T06:37:42.276Z | + chmod 0700 /home/build /work |
15 | 2024-12-05T06:37:42.279Z | process exited: duration 3133 ms, exit code 0 |
|
16 | 2024-12-05T06:37:42.284Z | starting task 1: "rust-toolchain" |
17 | 2024-12-05T06:37:42.289Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-05T06:37:42.289Z | ' 1.81.0 |
19 | 2024-12-05T06:37:42.289Z | * toolchain channel = "1.81.0" |
20 | 2024-12-05T06:37:42.289Z | * toolchain profile = "default" |
21 | 2024-12-05T06:37:42.289Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-05T06:37:42.289Z | ' default |
23 | 2024-12-05T06:37:42.291Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-05T06:37:42.291Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-05T06:37:42.407Z | info: downloading installer |
26 | 2024-12-05T06:37:43.879Z | info: profile set to 'default' |
27 | 2024-12-05T06:37:43.879Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-05T06:37:43.881Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-05T06:37:44.019Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-05T06:37:44.019Z | info: downloading component 'cargo' |
31 | 2024-12-05T06:37:44.828Z | info: downloading component 'clippy' |
32 | 2024-12-05T06:37:45.093Z | info: downloading component 'rust-docs' |
33 | 2024-12-05T06:37:46.074Z | info: downloading component 'rust-std' |
34 | 2024-12-05T06:37:47.605Z | info: downloading component 'rustc' |
35 | 2024-12-05T06:37:53.088Z | info: downloading component 'rustfmt' |
36 | 2024-12-05T06:37:53.296Z | info: installing component 'cargo' |
37 | 2024-12-05T06:37:54.085Z | info: installing component 'clippy' |
38 | 2024-12-05T06:37:54.441Z | info: installing component 'rust-docs' |
39 | 2024-12-05T06:37:56.054Z | info: installing component 'rust-std' |
40 | 2024-12-05T06:37:57.746Z | info: installing component 'rustc' |
41 | 2024-12-05T06:38:03.456Z | info: installing component 'rustfmt' |
42 | 2024-12-05T06:38:03.776Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-05T06:38:03.776Z | |
44 | 2024-12-05T06:38:04.138Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-05T06:38:04.138Z | |
46 | 2024-12-05T06:38:04.141Z | |
47 | 2024-12-05T06:38:04.141Z | Rust is installed now. Great! |
48 | 2024-12-05T06:38:04.141Z | |
49 | 2024-12-05T06:38:04.141Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-05T06:38:04.141Z | environment variable. This has not been done automatically. |
51 | 2024-12-05T06:38:04.141Z | |
52 | 2024-12-05T06:38:04.141Z | To configure your current shell, you need to source |
53 | 2024-12-05T06:38:04.141Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-05T06:38:04.141Z | |
55 | 2024-12-05T06:38:04.141Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-05T06:38:04.141Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-05T06:38:04.141Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-05T06:38:04.208Z | + rustc --version |
59 | 2024-12-05T06:38:04.275Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-05T06:38:04.278Z | process exited: duration 21990 ms, exit code 0 |
|
61 | 2024-12-05T06:38:04.283Z | starting task 2: "authentication" |
62 | 2024-12-05T06:38:04.303Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-12-05T06:38:04.308Z | starting task 3: "clone repository" |
64 | 2024-12-05T06:38:04.313Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-05T06:38:04.317Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-05T06:38:04.357Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-05T06:38:10.428Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-05T06:38:10.428Z | + git fetch origin c6fa141311e9baf96c553e72e57a85103a896810 |
69 | 2024-12-05T06:38:10.724Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-05T06:38:10.724Z | * branch c6fa141311e9baf96c553e72e57a85103a896810 -> FETCH_HEAD |
71 | 2024-12-05T06:38:10.734Z | + [[ -n alan/just-one-more-update ]] |
72 | 2024-12-05T06:38:10.737Z | ++ git branch --show-current |
73 | 2024-12-05T06:38:10.739Z | + current=main |
74 | 2024-12-05T06:38:10.739Z | + [[ main != alan/just-one-more-update ]] |
75 | 2024-12-05T06:38:10.739Z | + git branch -f alan/just-one-more-update c6fa141311e9baf96c553e72e57a85103a896810 |
76 | 2024-12-05T06:38:10.742Z | + git checkout -f alan/just-one-more-update |
77 | 2024-12-05T06:38:10.903Z | Switched to branch 'alan/just-one-more-update' |
78 | 2024-12-05T06:38:10.906Z | + git reset --hard c6fa141311e9baf96c553e72e57a85103a896810 |
79 | 2024-12-05T06:38:11.065Z | HEAD is now at c6fa14131 Update Propolis |
80 | 2024-12-05T06:38:11.068Z | process exited: duration 6757 ms, exit code 0 |
|
81 | 2024-12-05T06:38:11.073Z | starting task 4: "build" |
82 | 2024-12-05T06:38:11.078Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-05T06:38:11.078Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-05T06:38:11.081Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-05T06:38:11.081Z | + cargo --version |
86 | 2024-12-05T06:38:11.136Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-05T06:38:11.138Z | + rustc --version |
88 | 2024-12-05T06:38:11.198Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-05T06:38:11.201Z | + WORK=/work |
90 | 2024-12-05T06:38:11.201Z | + pfexec mkdir -p /work |
91 | 2024-12-05T06:38:11.204Z | + pfexec chown build /work |
92 | 2024-12-05T06:38:11.207Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-05T06:38:19.376Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-05T06:38:23.148Z | Startup: Caching catalogs ... Done |
95 | 2024-12-05T06:38:33.356Z | Planning: Solver setup ... Done (9.332s) |
96 | 2024-12-05T06:38:33.482Z | Planning: Running solver ... Done (0.126s) |
97 | 2024-12-05T06:38:33.585Z | Planning: Finding local manifests ... Done (0.004s) |
98 | 2024-12-05T06:38:33.598Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-05T06:38:33.832Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-05T06:38:33.932Z | Planning: Package planning ... Done (0.100s) |
101 | 2024-12-05T06:38:33.988Z | Planning: Merging actions ... Done (0.055s) |
102 | 2024-12-05T06:38:34.178Z | Planning: Checking for conflicting actions ... Done (0.190s) |
103 | 2024-12-05T06:38:36.103Z | Planning: Consolidating action changes ... Done (1.924s) |
104 | 2024-12-05T06:38:36.520Z | Planning: Evaluating mediators ... Done (0.417s) |
105 | 2024-12-05T06:38:36.602Z | Planning: Planning completed in 13.36 seconds |
106 | 2024-12-05T06:38:36.618Z | Packages to install: 4 |
107 | 2024-12-05T06:38:36.618Z | Packages to update: 1 |
108 | 2024-12-05T06:38:36.621Z | Mediators to change: 2 |
109 | 2024-12-05T06:38:36.621Z | Services to change: 1 |
110 | 2024-12-05T06:38:36.621Z | Estimated space available: 155.64 GB |
111 | 2024-12-05T06:38:36.621Z | Estimated space to be consumed: 1.61 GB |
112 | 2024-12-05T06:38:36.621Z | Create boot environment: No |
113 | 2024-12-05T06:38:36.621Z | Create backup boot environment: Yes |
114 | 2024-12-05T06:38:36.621Z | Rebuild boot archive: No |
115 | 2024-12-05T06:38:36.621Z | |
116 | 2024-12-05T06:38:36.621Z | Changed mediators: |
117 | 2024-12-05T06:38:36.621Z | mediator clang: |
118 | 2024-12-05T06:38:36.621Z | version: None -> 15 (system default) |
119 | 2024-12-05T06:38:36.621Z | |
120 | 2024-12-05T06:38:36.621Z | mediator llvm: |
121 | 2024-12-05T06:38:36.621Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-05T06:38:36.621Z | |
123 | 2024-12-05T06:38:36.621Z | Changed packages: |
124 | 2024-12-05T06:38:36.621Z | helios-dev |
125 | 2024-12-05T06:38:36.621Z | developer/build-essential |
126 | 2024-12-05T06:38:36.621Z | None -> 11-2.0 |
127 | 2024-12-05T06:38:36.621Z | library/libxmlsec1 |
128 | 2024-12-05T06:38:36.621Z | None -> 1.2.35-2.0 |
129 | 2024-12-05T06:38:36.621Z | ooce/developer/clang-15 |
130 | 2024-12-05T06:38:36.621Z | None -> 15.0.7-2.0 |
131 | 2024-12-05T06:38:36.621Z | ooce/developer/llvm-15 |
132 | 2024-12-05T06:38:36.621Z | None -> 15.0.7-2.0 |
133 | 2024-12-05T06:38:36.622Z | package/pkg |
134 | 2024-12-05T06:38:36.622Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-05T06:38:36.622Z | |
136 | 2024-12-05T06:38:36.622Z | Services: |
137 | 2024-12-05T06:38:36.622Z | restart_fmri: |
138 | 2024-12-05T06:38:36.622Z | svc:/system/update-man-index:default |
139 | 2024-12-05T06:38:36.622Z | |
140 | 2024-12-05T06:38:36.622Z | Editable files to change: |
141 | 2024-12-05T06:38:36.622Z | Update: |
142 | 2024-12-05T06:38:36.622Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-05T06:38:36.696Z | |
144 | 2024-12-05T06:38:36.697Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-05T06:38:41.697Z | Download: 1184/4281 items 54.1/220.6MB 24% complete (10.7M/s) |
146 | 2024-12-05T06:38:46.702Z | Download: 2748/4281 items 120.6/220.6MB 54% complete (12.1M/s) |
147 | 2024-12-05T06:38:51.703Z | Download: 4148/4281 items 220.0/220.6MB 99% complete (16.9M/s) |
148 | 2024-12-05T06:38:53.241Z | Download: Completed 220.60 MB in 16.54 seconds (13.3M/s) |
149 | 2024-12-05T06:38:55.232Z | Actions: 1/5063 actions (Removing old actions) |
150 | 2024-12-05T06:38:55.252Z | Actions: 194/5063 actions (Installing new actions) |
151 | 2024-12-05T06:38:59.950Z | Actions: 4226/5063 actions (Updating modified actions) |
152 | 2024-12-05T06:39:00.267Z | Actions: Completed 5063 actions in 5.03 seconds. |
153 | 2024-12-05T06:39:00.495Z | Done (0.216s) |
154 | 2024-12-05T06:39:00.501Z | Done (0.000s) |
155 | 2024-12-05T06:39:01.050Z | Done (0.556s) |
156 | 2024-12-05T06:39:05.414Z | Done (4.144s) |
157 | 2024-12-05T06:39:05.503Z | Done (0.019s) |
158 | 2024-12-05T06:39:05.509Z | Done (0.000s) |
159 | 2024-12-05T06:39:05.679Z | Done (0.000s) |
160 | 2024-12-05T06:39:06.373Z | Planning: Evaluating mediator changes ... Done |
161 | 2024-12-05T06:39:06.535Z | Planning: Checking for conflicting actions ... Done |
162 | 2024-12-05T06:39:06.538Z | Planning: Consolidating action changes ... Done |
163 | 2024-12-05T06:39:06.805Z | Planning: Evaluating mediators ... Done |
164 | 2024-12-05T06:39:06.807Z | Planning: Planning completed in 0.43 seconds |
165 | 2024-12-05T06:39:06.845Z | Mediators to change: 2 |
166 | 2024-12-05T06:39:06.845Z | Create boot environment: No |
167 | 2024-12-05T06:39:06.848Z | Create backup boot environment: No |
168 | 2024-12-05T06:39:06.929Z | Done |
169 | 2024-12-05T06:39:06.929Z | Done |
170 | 2024-12-05T06:39:07.278Z | Done |
171 | 2024-12-05T06:39:10.921Z | Done |
172 | 2024-12-05T06:39:11.009Z | Done |
173 | 2024-12-05T06:39:11.016Z | Done |
174 | 2024-12-05T06:39:11.139Z | Done |
175 | 2024-12-05T06:39:11.740Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-12-05T06:39:11.743Z | Planning: Merging actions ... Done |
177 | 2024-12-05T06:39:11.929Z | Planning: Checking for conflicting actions ... Done |
178 | 2024-12-05T06:39:11.932Z | Planning: Consolidating action changes ... Done |
179 | 2024-12-05T06:39:12.192Z | Planning: Evaluating mediators ... Done |
180 | 2024-12-05T06:39:12.246Z | Planning: Planning completed in 0.74 seconds |
181 | 2024-12-05T06:39:12.286Z | Packages to change: 1 |
182 | 2024-12-05T06:39:12.286Z | Mediators to change: 1 |
183 | 2024-12-05T06:39:12.288Z | Services to change: 1 |
184 | 2024-12-05T06:39:12.289Z | Create boot environment: No |
185 | 2024-12-05T06:39:12.289Z | Create backup boot environment: Yes |
186 | 2024-12-05T06:39:14.633Z | Actions: 1/6 actions (Updating modified actions) |
187 | 2024-12-05T06:39:14.638Z | Actions: Completed 6 actions in 0.00 seconds. |
188 | 2024-12-05T06:39:14.639Z | Done |
189 | 2024-12-05T06:39:14.639Z | Done |
190 | 2024-12-05T06:39:14.748Z | Done |
191 | 2024-12-05T06:39:18.384Z | Done |
192 | 2024-12-05T06:39:18.474Z | Done |
193 | 2024-12-05T06:39:18.476Z | Done |
194 | 2024-12-05T06:39:18.609Z | Done |
195 | 2024-12-05T06:39:19.040Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
196 | 2024-12-05T06:39:19.040Z | clang system 15 system |
197 | 2024-12-05T06:39:19.040Z | csh system system illumos |
198 | 2024-12-05T06:39:19.041Z | ctags system system illumos |
199 | 2024-12-05T06:39:19.041Z | gcc vendor 12 vendor |
200 | 2024-12-05T06:39:19.041Z | gcc system 10 system |
201 | 2024-12-05T06:39:19.041Z | gcc system 7 system |
202 | 2024-12-05T06:39:19.041Z | go system 1.20 system |
203 | 2024-12-05T06:39:19.041Z | go system 1.19 system |
204 | 2024-12-05T06:39:19.041Z | llvm system 15 system |
205 | 2024-12-05T06:39:19.041Z | llvm system 14 system |
206 | 2024-12-05T06:39:19.041Z | mariadb system 10.6 system |
207 | 2024-12-05T06:39:19.041Z | mta vendor vendor dma |
208 | 2024-12-05T06:39:19.041Z | openjdk system 17 system |
209 | 2024-12-05T06:39:19.041Z | openjdk system 11 system |
210 | 2024-12-05T06:39:19.041Z | openjdk system 1.8 system |
211 | 2024-12-05T06:39:19.041Z | openssl vendor 3 vendor |
212 | 2024-12-05T06:39:19.041Z | perl system 5.36 system |
213 | 2024-12-05T06:39:19.041Z | postgresql system 15 system |
214 | 2024-12-05T06:39:19.041Z | postgresql system 13 system |
215 | 2024-12-05T06:39:19.041Z | python vendor 3 vendor |
216 | 2024-12-05T06:39:19.042Z | python system 2 system |
217 | 2024-12-05T06:39:19.042Z | python3 system 3.11 system |
218 | 2024-12-05T06:39:19.042Z | ruby system 3.0 system |
219 | 2024-12-05T06:39:19.042Z | words vendor vendor american-english |
220 | 2024-12-05T06:39:19.043Z | words system system australian-english |
221 | 2024-12-05T06:39:19.043Z | words system system british-english |
222 | 2024-12-05T06:39:19.043Z | words system system canadian-english |
223 | 2024-12-05T06:39:19.043Z | words system system french |
224 | 2024-12-05T06:39:19.043Z | words system system italian |
225 | 2024-12-05T06:39:19.043Z | words system system ngerman |
226 | 2024-12-05T06:39:19.043Z | words system system ogerman |
227 | 2024-12-05T06:39:19.043Z | words system system spanish |
228 | 2024-12-05T06:39:19.372Z | PUBLISHER TYPE STATUS P LOCATION |
229 | 2024-12-05T06:39:19.372Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
230 | 2024-12-05T06:39:22.047Z | FMRI IFO |
231 | 2024-12-05T06:39:22.048Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-12-05T06:39:22.048Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-12-05T06:39:22.048Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-12-05T06:39:22.048Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-12-05T06:39:22.048Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
236 | 2024-12-05T06:39:22.048Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
237 | 2024-12-05T06:39:22.049Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
238 | 2024-12-05T06:39:22.049Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
239 | 2024-12-05T06:39:22.049Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
240 | 2024-12-05T06:39:22.049Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
241 | 2024-12-05T06:39:22.049Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
242 | 2024-12-05T06:39:22.049Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
243 | 2024-12-05T06:39:22.049Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
244 | 2024-12-05T06:39:22.049Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
245 | 2024-12-05T06:39:22.049Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
246 | 2024-12-05T06:39:22.807Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
247 | 2024-12-05T06:39:23.094Z | Updating crates.io index |
248 | 2024-12-05T06:39:23.145Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
249 | 2024-12-05T06:39:23.635Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
250 | 2024-12-05T06:39:23.902Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
251 | 2024-12-05T06:39:24.154Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
252 | 2024-12-05T06:39:24.420Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
253 | 2024-12-05T06:39:25.298Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
254 | 2024-12-05T06:39:27.873Z | Updating git repository `https://github.com/oxidecomputer/opte` |
255 | 2024-12-05T06:39:29.014Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
256 | 2024-12-05T06:39:29.695Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
257 | 2024-12-05T06:39:30.001Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
258 | 2024-12-05T06:39:30.325Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
259 | 2024-12-05T06:39:30.864Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
260 | 2024-12-05T06:39:31.250Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
261 | 2024-12-05T06:39:31.541Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
262 | 2024-12-05T06:39:31.835Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
263 | 2024-12-05T06:39:32.107Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
264 | 2024-12-05T06:39:32.330Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
265 | 2024-12-05T06:39:32.618Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
266 | 2024-12-05T06:39:32.926Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
267 | 2024-12-05T06:39:33.283Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
268 | 2024-12-05T06:39:33.551Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
269 | 2024-12-05T06:39:34.041Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
270 | 2024-12-05T06:39:34.300Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
271 | 2024-12-05T06:39:34.706Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
272 | 2024-12-05T06:39:35.144Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
273 | 2024-12-05T06:39:35.394Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
274 | 2024-12-05T06:39:35.642Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
275 | 2024-12-05T06:39:35.901Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
276 | 2024-12-05T06:39:37.217Z | Downloading crates ... |
277 | 2024-12-05T06:39:37.306Z | Downloaded cpufeatures v0.2.14 |
278 | 2024-12-05T06:39:37.315Z | Downloaded ucd-trie v0.1.7 |
279 | 2024-12-05T06:39:37.364Z | Downloaded bitflags v2.6.0 |
280 | 2024-12-05T06:39:37.369Z | Downloaded cargo-platform v0.1.8 |
281 | 2024-12-05T06:39:37.372Z | Downloaded bytecount v0.6.8 |
282 | 2024-12-05T06:39:37.374Z | Downloaded cargo_toml v0.20.5 |
283 | 2024-12-05T06:39:37.376Z | Downloaded anstyle v1.0.10 |
284 | 2024-12-05T06:39:37.379Z | Downloaded block-buffer v0.10.4 |
285 | 2024-12-05T06:39:37.379Z | Downloaded anstyle-parse v0.2.5 |
286 | 2024-12-05T06:39:37.381Z | Downloaded anstream v0.6.15 |
287 | 2024-12-05T06:39:37.384Z | Downloaded cargo_metadata v0.18.1 |
288 | 2024-12-05T06:39:37.386Z | Downloaded crypto-common v0.1.6 |
289 | 2024-12-05T06:39:37.389Z | Downloaded byteorder v1.5.0 |
290 | 2024-12-05T06:39:37.392Z | Downloaded colorchoice v1.0.2 |
291 | 2024-12-05T06:39:37.396Z | Downloaded clap_lex v0.7.2 |
292 | 2024-12-05T06:39:37.399Z | Downloaded clap v4.5.21 |
293 | 2024-12-05T06:39:37.406Z | Downloaded camino-tempfile v1.1.1 |
294 | 2024-12-05T06:39:37.408Z | Downloaded camino v1.1.9 |
295 | 2024-12-05T06:39:37.410Z | Downloaded cfg-if v1.0.0 |
296 | 2024-12-05T06:39:37.415Z | Downloaded clap_builder v4.5.21 |
297 | 2024-12-05T06:39:37.421Z | Downloaded autocfg v1.4.0 |
298 | 2024-12-05T06:39:37.423Z | Downloaded anyhow v1.0.93 |
299 | 2024-12-05T06:39:37.427Z | Downloaded ryu v1.0.18 |
300 | 2024-12-05T06:39:37.430Z | Downloaded dof v0.3.0 |
301 | 2024-12-05T06:39:37.433Z | Downloaded anstyle-query v1.1.1 |
302 | 2024-12-05T06:39:37.433Z | Downloaded digest v0.10.7 |
303 | 2024-12-05T06:39:37.452Z | Downloaded clap_derive v4.5.18 |
304 | 2024-12-05T06:39:37.460Z | Downloaded equivalent v1.0.1 |
305 | 2024-12-05T06:39:37.463Z | Downloaded scroll_derive v0.12.0 |
306 | 2024-12-05T06:39:37.464Z | Downloaded pretty-hex v0.4.1 |
307 | 2024-12-05T06:39:37.469Z | Downloaded plain v0.2.3 |
308 | 2024-12-05T06:39:37.474Z | Downloaded proc-macro-error-attr v1.0.4 |
309 | 2024-12-05T06:39:37.478Z | Downloaded dtrace-parser v0.2.0 |
310 | 2024-12-05T06:39:37.481Z | Downloaded swrite v0.1.0 |
311 | 2024-12-05T06:39:37.481Z | Downloaded once_cell v1.20.2 |
312 | 2024-12-05T06:39:37.487Z | Downloaded heck v0.5.0 |
313 | 2024-12-05T06:39:37.489Z | Downloaded itoa v1.0.11 |
314 | 2024-12-05T06:39:37.491Z | Downloaded generic-array v0.14.7 |
315 | 2024-12-05T06:39:37.491Z | Downloaded fs-err v2.11.0 |
316 | 2024-12-05T06:39:37.496Z | Downloaded fnv v1.0.7 |
317 | 2024-12-05T06:39:37.496Z | Downloaded fastrand v2.1.1 |
318 | 2024-12-05T06:39:37.499Z | Downloaded usdt-macro v0.5.0 |
319 | 2024-12-05T06:39:37.499Z | Downloaded usdt-attr-macro v0.5.0 |
320 | 2024-12-05T06:39:37.505Z | Downloaded is_terminal_polyfill v1.70.1 |
321 | 2024-12-05T06:39:37.507Z | Downloaded memmap v0.7.0 |
322 | 2024-12-05T06:39:37.509Z | Downloaded errno v0.3.9 |
323 | 2024-12-05T06:39:37.523Z | Downloaded serde_spanned v0.6.8 |
324 | 2024-12-05T06:39:37.526Z | Downloaded macaddr v1.0.1 |
325 | 2024-12-05T06:39:37.527Z | Downloaded heck v0.4.1 |
326 | 2024-12-05T06:39:37.532Z | Downloaded pest_derive v2.7.14 |
327 | 2024-12-05T06:39:37.535Z | Downloaded rustix v0.38.37 |
328 | 2024-12-05T06:39:37.556Z | Downloaded version_check v0.9.5 |
329 | 2024-12-05T06:39:37.559Z | Downloaded utf8parse v0.2.2 |
330 | 2024-12-05T06:39:37.559Z | Downloaded terminal_size v0.4.0 |
331 | 2024-12-05T06:39:37.561Z | Downloaded tabled_derive v0.7.0 |
332 | 2024-12-05T06:39:37.561Z | Downloaded strsim v0.11.1 |
333 | 2024-12-05T06:39:37.563Z | Downloaded smawk v0.3.2 |
334 | 2024-12-05T06:39:37.563Z | Downloaded serde_tokenstream v0.2.2 |
335 | 2024-12-05T06:39:37.566Z | Downloaded scroll v0.12.0 |
336 | 2024-12-05T06:39:37.566Z | Downloaded proc-macro-error v1.0.4 |
337 | 2024-12-05T06:39:37.569Z | Downloaded usdt-impl v0.5.0 |
338 | 2024-12-05T06:39:37.572Z | Downloaded usdt v0.5.0 |
339 | 2024-12-05T06:39:37.572Z | Downloaded unicode-linebreak v0.1.5 |
340 | 2024-12-05T06:39:37.572Z | Downloaded toml_datetime v0.6.8 |
341 | 2024-12-05T06:39:37.574Z | Downloaded thread-id v4.2.2 |
342 | 2024-12-05T06:39:37.574Z | Downloaded thiserror-impl v1.0.69 |
343 | 2024-12-05T06:39:37.576Z | Downloaded sha2 v0.10.8 |
344 | 2024-12-05T06:39:37.579Z | Downloaded proc-macro2 v1.0.89 |
345 | 2024-12-05T06:39:37.581Z | Downloaded log v0.4.22 |
346 | 2024-12-05T06:39:37.582Z | Downloaded quote v1.0.37 |
347 | 2024-12-05T06:39:37.584Z | Downloaded zerocopy-derive v0.7.35 |
348 | 2024-12-05T06:39:37.588Z | Downloaded pest_meta v2.7.14 |
349 | 2024-12-05T06:39:37.591Z | Downloaded pest_generator v2.7.14 |
350 | 2024-12-05T06:39:37.595Z | Downloaded thiserror v1.0.69 |
351 | 2024-12-05T06:39:37.597Z | Downloaded tempfile v3.13.0 |
352 | 2024-12-05T06:39:37.600Z | Downloaded papergrid v0.11.0 |
353 | 2024-12-05T06:39:37.604Z | Downloaded textwrap v0.16.1 |
354 | 2024-12-05T06:39:37.607Z | Downloaded serde_derive v1.0.215 |
355 | 2024-12-05T06:39:37.609Z | Downloaded semver v1.0.23 |
356 | 2024-12-05T06:39:37.611Z | Downloaded typenum v1.17.0 |
357 | 2024-12-05T06:39:37.614Z | Downloaded unicode-ident v1.0.13 |
358 | 2024-12-05T06:39:37.616Z | Downloaded toml v0.8.19 |
359 | 2024-12-05T06:39:37.621Z | Downloaded serde v1.0.215 |
360 | 2024-12-05T06:39:37.639Z | Downloaded memchr v2.7.4 |
361 | 2024-12-05T06:39:37.644Z | Downloaded indexmap v2.6.0 |
362 | 2024-12-05T06:39:37.658Z | Downloaded hashbrown v0.15.0 |
363 | 2024-12-05T06:39:37.664Z | Downloaded pest v2.7.14 |
364 | 2024-12-05T06:39:37.669Z | Downloaded toml_edit v0.22.22 |
365 | 2024-12-05T06:39:37.690Z | Downloaded zerocopy v0.7.35 |
366 | 2024-12-05T06:39:37.705Z | Downloaded winnow v0.6.20 |
367 | 2024-12-05T06:39:37.713Z | Downloaded tabled v0.15.0 |
368 | 2024-12-05T06:39:37.728Z | Downloaded serde_json v1.0.132 |
369 | 2024-12-05T06:39:37.734Z | Downloaded goblin v0.8.2 |
370 | 2024-12-05T06:39:37.740Z | Downloaded syn v1.0.109 |
371 | 2024-12-05T06:39:37.749Z | Downloaded unicode-width v0.1.14 |
372 | 2024-12-05T06:39:37.754Z | Downloaded syn v2.0.87 |
373 | 2024-12-05T06:39:37.784Z | Downloaded libc v0.2.162 |
374 | 2024-12-05T06:39:38.091Z | Compiling proc-macro2 v1.0.89 |
375 | 2024-12-05T06:39:38.091Z | Compiling unicode-ident v1.0.13 |
376 | 2024-12-05T06:39:38.094Z | Compiling version_check v0.9.5 |
377 | 2024-12-05T06:39:38.094Z | Compiling serde v1.0.215 |
378 | 2024-12-05T06:39:38.094Z | Compiling memchr v2.7.4 |
379 | 2024-12-05T06:39:38.094Z | Compiling thiserror v1.0.69 |
380 | 2024-12-05T06:39:38.094Z | Compiling libc v0.2.162 |
381 | 2024-12-05T06:39:38.094Z | Compiling ryu v1.0.18 |
382 | 2024-12-05T06:39:38.349Z | Compiling itoa v1.0.11 |
383 | 2024-12-05T06:39:38.581Z | Compiling ucd-trie v0.1.7 |
384 | 2024-12-05T06:39:38.609Z | Compiling once_cell v1.20.2 |
385 | 2024-12-05T06:39:38.994Z | Compiling byteorder v1.5.0 |
386 | 2024-12-05T06:39:39.067Z | Compiling serde_json v1.0.132 |
387 | 2024-12-05T06:39:39.213Z | Compiling rustix v0.38.37 |
388 | 2024-12-05T06:39:39.418Z | Compiling bitflags v2.6.0 |
389 | 2024-12-05T06:39:39.552Z | Compiling proc-macro-error-attr v1.0.4 |
390 | 2024-12-05T06:39:39.849Z | Compiling usdt-impl v0.5.0 |
391 | 2024-12-05T06:39:39.852Z | Compiling syn v1.0.109 |
392 | 2024-12-05T06:39:39.972Z | Compiling quote v1.0.37 |
393 | 2024-12-05T06:39:40.002Z | Compiling proc-macro-error v1.0.4 |
394 | 2024-12-05T06:39:40.128Z | Compiling hashbrown v0.15.0 |
395 | 2024-12-05T06:39:40.300Z | Compiling errno v0.3.9 |
396 | 2024-12-05T06:39:40.325Z | Compiling plain v0.2.3 |
397 | 2024-12-05T06:39:40.473Z | Compiling syn v2.0.87 |
398 | 2024-12-05T06:39:40.559Z | Compiling equivalent v1.0.1 |
399 | 2024-12-05T06:39:40.610Z | Compiling utf8parse v0.2.2 |
400 | 2024-12-05T06:39:40.684Z | Compiling camino v1.1.9 |
401 | 2024-12-05T06:39:40.711Z | Compiling log v0.4.22 |
402 | 2024-12-05T06:39:40.778Z | Compiling thread-id v4.2.2 |
403 | 2024-12-05T06:39:40.851Z | Compiling anstyle-parse v0.2.5 |
404 | 2024-12-05T06:39:41.255Z | Compiling autocfg v1.4.0 |
405 | 2024-12-05T06:39:41.395Z | Compiling indexmap v2.6.0 |
406 | 2024-12-05T06:39:41.418Z | Compiling anstyle-query v1.1.1 |
407 | 2024-12-05T06:39:41.497Z | Compiling is_terminal_polyfill v1.70.1 |
408 | 2024-12-05T06:39:41.582Z | Compiling unicode-width v0.1.14 |
409 | 2024-12-05T06:39:41.631Z | Compiling anstyle v1.0.10 |
410 | 2024-12-05T06:39:41.680Z | Compiling winnow v0.6.20 |
411 | 2024-12-05T06:39:42.081Z | Compiling pretty-hex v0.4.1 |
412 | 2024-12-05T06:39:42.108Z | Compiling colorchoice v1.0.2 |
413 | 2024-12-05T06:39:42.290Z | Compiling semver v1.0.23 |
414 | 2024-12-05T06:39:42.316Z | Compiling anstream v0.6.15 |
415 | 2024-12-05T06:39:42.396Z | Compiling fs-err v2.11.0 |
416 | 2024-12-05T06:39:42.688Z | Compiling terminal_size v0.4.0 |
417 | 2024-12-05T06:39:42.918Z | Compiling heck v0.4.1 |
418 | 2024-12-05T06:39:43.004Z | Compiling anyhow v1.0.93 |
419 | 2024-12-05T06:39:43.028Z | Compiling bytecount v0.6.8 |
420 | 2024-12-05T06:39:43.106Z | Compiling fnv v1.0.7 |
421 | 2024-12-05T06:39:43.239Z | Compiling strsim v0.11.1 |
422 | 2024-12-05T06:39:43.266Z | Compiling heck v0.5.0 |
423 | 2024-12-05T06:39:43.392Z | Compiling clap_lex v0.7.2 |
424 | 2024-12-05T06:39:43.457Z | Compiling fastrand v2.1.1 |
425 | 2024-12-05T06:39:43.876Z | Compiling cfg-if v1.0.0 |
426 | 2024-12-05T06:39:44.084Z | Compiling clap_builder v4.5.21 |
427 | 2024-12-05T06:39:44.239Z | Compiling tempfile v3.13.0 |
428 | 2024-12-05T06:39:44.354Z | Compiling papergrid v0.11.0 |
429 | 2024-12-05T06:39:44.405Z | Compiling memmap v0.7.0 |
430 | 2024-12-05T06:39:44.519Z | Compiling smawk v0.3.2 |
431 | 2024-12-05T06:39:44.739Z | Compiling unicode-linebreak v0.1.5 |
432 | 2024-12-05T06:39:45.131Z | Compiling textwrap v0.16.1 |
433 | 2024-12-05T06:39:45.399Z | Compiling swrite v0.1.0 |
434 | 2024-12-05T06:39:46.563Z | Compiling tabled_derive v0.7.0 |
435 | 2024-12-05T06:39:48.209Z | Compiling tabled v0.15.0 |
436 | 2024-12-05T06:39:49.497Z | Compiling serde_derive v1.0.215 |
437 | 2024-12-05T06:39:49.497Z | Compiling thiserror-impl v1.0.69 |
438 | 2024-12-05T06:39:49.500Z | Compiling zerocopy-derive v0.7.35 |
439 | 2024-12-05T06:39:49.500Z | Compiling scroll_derive v0.12.0 |
440 | 2024-12-05T06:39:49.516Z | Compiling clap_derive v4.5.18 |
441 | 2024-12-05T06:39:50.732Z | Compiling scroll v0.12.0 |
442 | 2024-12-05T06:39:51.208Z | Compiling goblin v0.8.2 |
443 | 2024-12-05T06:39:51.353Z | Compiling zerocopy v0.7.35 |
444 | 2024-12-05T06:39:52.281Z | Compiling pest v2.7.14 |
445 | 2024-12-05T06:39:53.451Z | Compiling clap v4.5.21 |
446 | 2024-12-05T06:39:54.566Z | Compiling pest_meta v2.7.14 |
447 | 2024-12-05T06:39:55.381Z | Compiling pest_generator v2.7.14 |
448 | 2024-12-05T06:39:57.378Z | Compiling pest_derive v2.7.14 |
449 | 2024-12-05T06:39:58.110Z | Compiling dtrace-parser v0.2.0 |
450 | 2024-12-05T06:39:59.719Z | Compiling serde_tokenstream v0.2.2 |
451 | 2024-12-05T06:39:59.871Z | Compiling toml_datetime v0.6.8 |
452 | 2024-12-05T06:39:59.871Z | Compiling serde_spanned v0.6.8 |
453 | 2024-12-05T06:40:00.116Z | Compiling cargo-platform v0.1.8 |
454 | 2024-12-05T06:40:00.269Z | Compiling toml_edit v0.22.22 |
455 | 2024-12-05T06:40:00.309Z | Compiling macaddr v1.0.1 |
456 | 2024-12-05T06:40:00.609Z | Compiling camino-tempfile v1.1.1 |
457 | 2024-12-05T06:40:01.212Z | Compiling dof v0.3.0 |
458 | 2024-12-05T06:40:01.462Z | Compiling cargo_metadata v0.18.1 |
459 | 2024-12-05T06:40:02.955Z | Compiling usdt-macro v0.5.0 |
460 | 2024-12-05T06:40:02.955Z | Compiling usdt-attr-macro v0.5.0 |
461 | 2024-12-05T06:40:02.996Z | Compiling toml v0.8.19 |
462 | 2024-12-05T06:40:03.889Z | Compiling cargo_toml v0.20.5 |
463 | 2024-12-05T06:40:04.300Z | Compiling usdt v0.5.0 |
464 | 2024-12-05T06:40:07.443Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
465 | 2024-12-05T06:40:11.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.05s |
466 | 2024-12-05T06:40:11.904Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
467 | 2024-12-05T06:40:12.432Z | Downloading crates ... |
468 | 2024-12-05T06:40:12.568Z | Downloaded cipher v0.4.4 |
469 | 2024-12-05T06:40:12.581Z | Downloaded crc v3.2.1 |
470 | 2024-12-05T06:40:12.631Z | Downloaded darling v0.20.10 |
471 | 2024-12-05T06:40:12.647Z | Downloaded heck v0.3.3 |
472 | 2024-12-05T06:40:12.651Z | Downloaded httpdate v1.0.3 |
473 | 2024-12-05T06:40:12.654Z | Downloaded http-range v0.1.5 |
474 | 2024-12-05T06:40:12.654Z | Downloaded highway v1.2.0 |
475 | 2024-12-05T06:40:12.658Z | Downloaded heapless v0.8.0 |
476 | 2024-12-05T06:40:12.662Z | Downloaded home v0.5.9 |
477 | 2024-12-05T06:40:12.665Z | Downloaded headers-core v0.3.0 |
478 | 2024-12-05T06:40:12.678Z | Downloaded hmac v0.12.1 |
479 | 2024-12-05T06:40:12.680Z | Downloaded aes-gcm v0.10.3 |
480 | 2024-12-05T06:40:12.683Z | Downloaded http-body v1.0.1 |
481 | 2024-12-05T06:40:12.686Z | Downloaded http-body-util v0.1.2 |
482 | 2024-12-05T06:40:12.689Z | Downloaded allocator-api2 v0.2.18 |
483 | 2024-12-05T06:40:12.691Z | Downloaded hostname v0.4.0 |
484 | 2024-12-05T06:40:12.693Z | Downloaded hkdf v0.12.4 |
485 | 2024-12-05T06:40:12.696Z | Downloaded hubpack v0.1.2 |
486 | 2024-12-05T06:40:12.698Z | Downloaded atty v0.2.14 |
487 | 2024-12-05T06:40:12.701Z | Downloaded httparse v1.9.5 |
488 | 2024-12-05T06:40:12.705Z | Downloaded ascii-canvas v3.0.0 |
489 | 2024-12-05T06:40:12.705Z | Downloaded hubpack_derive v0.1.1 |
490 | 2024-12-05T06:40:12.705Z | Downloaded atomicwrites v0.4.4 |
491 | 2024-12-05T06:40:12.707Z | Downloaded http v1.1.0 |
492 | 2024-12-05T06:40:12.712Z | Downloaded arc-swap v1.7.1 |
493 | 2024-12-05T06:40:12.714Z | Downloaded ahash v0.8.11 |
494 | 2024-12-05T06:40:12.718Z | Downloaded md5 v0.7.0 |
495 | 2024-12-05T06:40:12.721Z | Downloaded arrayvec v0.7.6 |
496 | 2024-12-05T06:40:12.723Z | Downloaded instant v0.1.13 |
497 | 2024-12-05T06:40:12.726Z | Downloaded matches v0.1.10 |
498 | 2024-12-05T06:40:12.728Z | Downloaded hex-literal v0.4.1 |
499 | 2024-12-05T06:40:12.730Z | Downloaded icu_locid_transform_data v1.5.0 |
500 | 2024-12-05T06:40:12.730Z | Downloaded cfg_aliases v0.1.1 |
501 | 2024-12-05T06:40:12.733Z | Downloaded icu_provider v1.5.0 |
502 | 2024-12-05T06:40:12.735Z | Downloaded async-trait v0.1.83 |
503 | 2024-12-05T06:40:12.739Z | Downloaded async-stream v0.3.6 |
504 | 2024-12-05T06:40:12.741Z | Downloaded icu_provider_macros v1.5.0 |
505 | 2024-12-05T06:40:12.743Z | Downloaded async-stream-impl v0.3.6 |
506 | 2024-12-05T06:40:12.745Z | Downloaded cstr-argument v0.1.2 |
507 | 2024-12-05T06:40:12.745Z | Downloaded match_cfg v0.1.0 |
508 | 2024-12-05T06:40:12.745Z | Downloaded crunchy v0.2.2 |
509 | 2024-12-05T06:40:12.748Z | Downloaded aes v0.8.4 |
510 | 2024-12-05T06:40:12.751Z | Downloaded ident_case v1.0.1 |
511 | 2024-12-05T06:40:12.753Z | Downloaded lru v0.12.5 |
512 | 2024-12-05T06:40:12.753Z | Downloaded crucible-workspace-hack v0.1.0 |
513 | 2024-12-05T06:40:12.756Z | Downloaded cfg_aliases v0.2.1 |
514 | 2024-12-05T06:40:12.758Z | Downloaded maplit v1.0.2 |
515 | 2024-12-05T06:40:12.758Z | Downloaded is-terminal v0.4.13 |
516 | 2024-12-05T06:40:12.761Z | Downloaded bitflags v1.3.2 |
517 | 2024-12-05T06:40:12.763Z | Downloaded is_ci v1.2.0 |
518 | 2024-12-05T06:40:12.766Z | Downloaded indent_write v2.2.0 |
519 | 2024-12-05T06:40:12.766Z | Downloaded cobs v0.2.3 |
520 | 2024-12-05T06:40:12.768Z | Downloaded hyper-rustls v0.27.3 |
521 | 2024-12-05T06:40:12.770Z | Downloaded instability v0.3.2 |
522 | 2024-12-05T06:40:12.773Z | Downloaded bcrypt-pbkdf v0.10.0 |
523 | 2024-12-05T06:40:12.773Z | Downloaded hyper-tls v0.6.0 |
524 | 2024-12-05T06:40:12.775Z | Downloaded ciborium-ll v0.2.2 |
525 | 2024-12-05T06:40:12.778Z | Downloaded memoffset v0.9.1 |
526 | 2024-12-05T06:40:12.778Z | Downloaded maybe-uninit v2.0.0 |
527 | 2024-12-05T06:40:12.781Z | Downloaded linear-map v1.2.0 |
528 | 2024-12-05T06:40:12.783Z | Downloaded lalrpop-util v0.19.12 |
529 | 2024-12-05T06:40:12.783Z | Downloaded cbc v0.1.2 |
530 | 2024-12-05T06:40:12.786Z | Downloaded kstat-rs v0.2.4 |
531 | 2024-12-05T06:40:12.786Z | Downloaded idna_adapter v1.2.0 |
532 | 2024-12-05T06:40:12.788Z | Downloaded lru-cache v0.1.2 |
533 | 2024-12-05T06:40:12.790Z | Downloaded cassowary v0.3.0 |
534 | 2024-12-05T06:40:12.792Z | Downloaded lazycell v1.3.0 |
535 | 2024-12-05T06:40:12.792Z | Downloaded bitfield v0.14.0 |
536 | 2024-12-05T06:40:12.795Z | Downloaded libefi-sys v0.1.0 |
537 | 2024-12-05T06:40:12.798Z | Downloaded lock_api v0.4.12 |
538 | 2024-12-05T06:40:12.798Z | Downloaded tower-service v0.3.3 |
539 | 2024-12-05T06:40:12.800Z | Downloaded md-5 v0.10.6 |
540 | 2024-12-05T06:40:12.800Z | Downloaded linked-hash-map v0.5.6 |
541 | 2024-12-05T06:40:12.804Z | Downloaded crossbeam-deque v0.8.5 |
542 | 2024-12-05T06:40:12.807Z | Downloaded rpassword v7.3.1 |
543 | 2024-12-05T06:40:12.807Z | Downloaded constant_time_eq v0.3.1 |
544 | 2024-12-05T06:40:12.807Z | Downloaded jobserver v0.1.32 |
545 | 2024-12-05T06:40:12.810Z | Downloaded hyper-staticfile v0.10.1 |
546 | 2024-12-05T06:40:12.812Z | Downloaded impl-trait-for-tuples v0.2.2 |
547 | 2024-12-05T06:40:12.815Z | Downloaded mime v0.3.17 |
548 | 2024-12-05T06:40:12.823Z | Downloaded buf-list v1.0.3 |
549 | 2024-12-05T06:40:12.823Z | Downloaded sigpipe v0.1.3 |
550 | 2024-12-05T06:40:12.823Z | Downloaded crc-catalog v2.4.0 |
551 | 2024-12-05T06:40:12.823Z | Downloaded convert_case v0.4.0 |
552 | 2024-12-05T06:40:12.823Z | Downloaded colored v2.1.0 |
553 | 2024-12-05T06:40:12.827Z | Downloaded icu_locid_transform v1.5.0 |
554 | 2024-12-05T06:40:12.829Z | Downloaded serde-hex v0.1.0 |
555 | 2024-12-05T06:40:12.832Z | Downloaded rustc_version v0.1.7 |
556 | 2024-12-05T06:40:12.832Z | Downloaded rfc6979 v0.4.0 |
557 | 2024-12-05T06:40:12.834Z | Downloaded managed v0.8.0 |
558 | 2024-12-05T06:40:12.837Z | Downloaded litemap v0.7.3 |
559 | 2024-12-05T06:40:12.840Z | Downloaded ciborium v0.2.2 |
560 | 2024-12-05T06:40:12.842Z | Downloaded vte_generate_state_changes v0.1.2 |
561 | 2024-12-05T06:40:12.843Z | Downloaded icu_normalizer v1.5.0 |
562 | 2024-12-05T06:40:12.846Z | Downloaded memmap2 v0.9.5 |
563 | 2024-12-05T06:40:12.849Z | Downloaded write16 v1.0.0 |
564 | 2024-12-05T06:40:12.851Z | Downloaded icu_normalizer_data v1.5.0 |
565 | 2024-12-05T06:40:12.854Z | Downloaded dsl_auto_type v0.1.2 |
566 | 2024-12-05T06:40:12.854Z | Downloaded indexmap v1.9.3 |
567 | 2024-12-05T06:40:12.857Z | Downloaded rustls-pemfile v1.0.4 |
568 | 2024-12-05T06:40:12.860Z | Downloaded string_cache v0.8.7 |
569 | 2024-12-05T06:40:12.863Z | Downloaded static_assertions v1.1.0 |
570 | 2024-12-05T06:40:12.866Z | Downloaded tinystr v0.7.6 |
571 | 2024-12-05T06:40:12.868Z | Downloaded thread_local v1.1.8 |
572 | 2024-12-05T06:40:12.870Z | Downloaded newtype_derive v0.1.6 |
573 | 2024-12-05T06:40:12.870Z | Downloaded synstructure v0.13.1 |
574 | 2024-12-05T06:40:12.873Z | Downloaded icu_properties v1.5.1 |
575 | 2024-12-05T06:40:12.877Z | Downloaded cookie v0.18.1 |
576 | 2024-12-05T06:40:12.879Z | Downloaded termcolor v1.4.1 |
577 | 2024-12-05T06:40:12.882Z | Downloaded rand_core v0.6.4 |
578 | 2024-12-05T06:40:12.882Z | Downloaded curve25519-dalek-derive v0.1.1 |
579 | 2024-12-05T06:40:12.884Z | Downloaded mirai-annotations v1.12.0 |
580 | 2024-12-05T06:40:12.885Z | Downloaded futures-io v0.3.31 |
581 | 2024-12-05T06:40:12.885Z | Downloaded cookie_store v0.21.0 |
582 | 2024-12-05T06:40:12.887Z | Downloaded clang-sys v1.8.1 |
583 | 2024-12-05T06:40:12.890Z | Downloaded utf16_iter v1.0.5 |
584 | 2024-12-05T06:40:12.892Z | Downloaded lockfree-object-pool v0.1.6 |
585 | 2024-12-05T06:40:12.895Z | Downloaded base64 v0.21.7 |
586 | 2024-12-05T06:40:12.899Z | Downloaded peg-runtime v0.8.3 |
587 | 2024-12-05T06:40:12.901Z | Downloaded opaque-debug v0.3.1 |
588 | 2024-12-05T06:40:12.901Z | Downloaded quinn-udp v0.5.5 |
589 | 2024-12-05T06:40:12.904Z | Downloaded serde_derive_internals v0.29.1 |
590 | 2024-12-05T06:40:12.906Z | Downloaded zeroize_derive v1.4.2 |
591 | 2024-12-05T06:40:12.909Z | Downloaded derive_builder_macro v0.20.2 |
592 | 2024-12-05T06:40:12.909Z | Downloaded debug-ignore v1.0.5 |
593 | 2024-12-05T06:40:12.911Z | Downloaded zerovec-derive v0.10.3 |
594 | 2024-12-05T06:40:12.915Z | Downloaded termtree v0.4.1 |
595 | 2024-12-05T06:40:12.915Z | Downloaded crossbeam-epoch v0.9.18 |
596 | 2024-12-05T06:40:12.917Z | Downloaded ghash v0.5.1 |
597 | 2024-12-05T06:40:12.920Z | Downloaded fd-lock v4.0.2 |
598 | 2024-12-05T06:40:12.920Z | Downloaded quick-error v1.2.3 |
599 | 2024-12-05T06:40:12.924Z | Downloaded embedded-io v0.6.1 |
600 | 2024-12-05T06:40:12.924Z | Downloaded serde_plain v1.0.2 |
601 | 2024-12-05T06:40:12.928Z | Downloaded crossbeam-utils v0.8.20 |
602 | 2024-12-05T06:40:12.931Z | Downloaded sync_wrapper v1.0.1 |
603 | 2024-12-05T06:40:12.931Z | Downloaded crc32fast v1.4.2 |
604 | 2024-12-05T06:40:12.933Z | Downloaded crc-any v2.5.0 |
605 | 2024-12-05T06:40:12.936Z | Downloaded sct v0.7.1 |
606 | 2024-12-05T06:40:12.939Z | Downloaded newtype-uuid v1.1.3 |
607 | 2024-12-05T06:40:12.941Z | Downloaded aho-corasick v1.1.3 |
608 | 2024-12-05T06:40:12.947Z | Downloaded waitgroup v0.1.2 |
609 | 2024-12-05T06:40:12.949Z | Downloaded pbkdf2 v0.12.2 |
610 | 2024-12-05T06:40:12.952Z | Downloaded peg v0.8.4 |
611 | 2024-12-05T06:40:12.955Z | Downloaded psl-types v2.0.11 |
612 | 2024-12-05T06:40:12.957Z | Downloaded yoke-derive v0.7.4 |
613 | 2024-12-05T06:40:12.957Z | Downloaded rustc-hash v2.0.0 |
614 | 2024-12-05T06:40:12.960Z | Downloaded dhcproto-macros v0.1.0 |
615 | 2024-12-05T06:40:12.960Z | Downloaded nibble_vec v0.1.0 |
616 | 2024-12-05T06:40:12.962Z | Downloaded want v0.3.1 |
617 | 2024-12-05T06:40:12.965Z | Downloaded sha1 v0.10.6 |
618 | 2024-12-05T06:40:12.965Z | Downloaded stable_deref_trait v1.2.0 |
619 | 2024-12-05T06:40:12.976Z | Downloaded diesel_table_macro_syntax v0.2.0 |
620 | 2024-12-05T06:40:12.978Z | Downloaded termios v0.3.3 |
621 | 2024-12-05T06:40:12.980Z | Downloaded stringprep v0.1.5 |
622 | 2024-12-05T06:40:12.980Z | Downloaded env_logger v0.11.5 |
623 | 2024-12-05T06:40:12.984Z | Downloaded rusty-fork v0.3.0 |
624 | 2024-12-05T06:40:12.986Z | Downloaded parse-size v1.1.0 |
625 | 2024-12-05T06:40:12.991Z | Downloaded openssl-probe v0.1.5 |
626 | 2024-12-05T06:40:12.991Z | Downloaded openssl-macros v0.1.1 |
627 | 2024-12-05T06:40:12.991Z | Downloaded rustversion v1.0.17 |
628 | 2024-12-05T06:40:12.993Z | Downloaded phf_shared v0.10.0 |
629 | 2024-12-05T06:40:12.993Z | Downloaded typify-macro v0.2.0 |
630 | 2024-12-05T06:40:12.996Z | Downloaded peg-macros v0.8.4 |
631 | 2024-12-05T06:40:12.999Z | Downloaded base64 v0.22.1 |
632 | 2024-12-05T06:40:13.002Z | Downloaded unicode-xid v0.2.6 |
633 | 2024-12-05T06:40:13.004Z | Downloaded zone v0.1.8 |
634 | 2024-12-05T06:40:13.004Z | Downloaded unicode-truncate v1.1.0 |
635 | 2024-12-05T06:40:13.007Z | Downloaded getrandom v0.2.15 |
636 | 2024-12-05T06:40:13.010Z | Downloaded try-lock v0.2.5 |
637 | 2024-12-05T06:40:13.012Z | Downloaded toml v0.7.8 |
638 | 2024-12-05T06:40:13.015Z | Downloaded env_filter v0.1.2 |
639 | 2024-12-05T06:40:13.017Z | Downloaded hash32 v0.3.1 |
640 | 2024-12-05T06:40:13.019Z | Downloaded tokio-rustls v0.25.0 |
641 | 2024-12-05T06:40:13.022Z | Downloaded derive_builder v0.20.2 |
642 | 2024-12-05T06:40:13.027Z | Downloaded defmt-parser v0.3.4 |
643 | 2024-12-05T06:40:13.029Z | Downloaded zone v0.3.0 |
644 | 2024-12-05T06:40:13.029Z | Downloaded predicates-tree v1.0.11 |
645 | 2024-12-05T06:40:13.032Z | Downloaded pem-rfc7468 v0.7.0 |
646 | 2024-12-05T06:40:13.035Z | Downloaded num v0.4.3 |
647 | 2024-12-05T06:40:13.035Z | Downloaded nanorand v0.7.0 |
648 | 2024-12-05T06:40:13.037Z | Downloaded pbkdf2 v0.11.0 |
649 | 2024-12-05T06:40:13.040Z | Downloaded form_urlencoded v1.2.1 |
650 | 2024-12-05T06:40:13.042Z | Downloaded diesel-dtrace v0.3.0 |
651 | 2024-12-05T06:40:13.044Z | Downloaded cc v1.1.30 |
652 | 2024-12-05T06:40:13.047Z | Downloaded qorb v0.2.1 |
653 | 2024-12-05T06:40:13.052Z | Downloaded radium v0.7.0 |
654 | 2024-12-05T06:40:13.054Z | Downloaded sync-ptr v0.1.1 |
655 | 2024-12-05T06:40:13.057Z | Downloaded fxhash v0.2.1 |
656 | 2024-12-05T06:40:13.057Z | Downloaded subtle v2.6.1 |
657 | 2024-12-05T06:40:13.059Z | Downloaded rustc_version v0.4.1 |
658 | 2024-12-05T06:40:13.059Z | Downloaded foreign-types v0.3.2 |
659 | 2024-12-05T06:40:13.061Z | Downloaded new_debug_unreachable v1.0.6 |
660 | 2024-12-05T06:40:13.061Z | Downloaded tokio-tungstenite v0.21.0 |
661 | 2024-12-05T06:40:13.064Z | Downloaded tls_codec_derive v0.4.1 |
662 | 2024-12-05T06:40:13.066Z | Downloaded tui-tree-widget v0.22.0 |
663 | 2024-12-05T06:40:13.069Z | Downloaded crossbeam-channel v0.5.13 |
664 | 2024-12-05T06:40:13.073Z | Downloaded tls_codec v0.4.1 |
665 | 2024-12-05T06:40:13.076Z | Downloaded proc-macro-crate v1.3.1 |
666 | 2024-12-05T06:40:13.079Z | Downloaded thiserror v2.0.3 |
667 | 2024-12-05T06:40:13.083Z | Downloaded progenitor-client v0.8.0 |
668 | 2024-12-05T06:40:13.086Z | Downloaded omicron-zone-package v0.11.1 |
669 | 2024-12-05T06:40:13.089Z | Downloaded xz2 v0.1.7 |
670 | 2024-12-05T06:40:13.091Z | Downloaded strum v0.26.3 |
671 | 2024-12-05T06:40:13.093Z | Downloaded display-error-chain v0.2.2 |
672 | 2024-12-05T06:40:13.096Z | Downloaded precomputed-hash v0.1.1 |
673 | 2024-12-05T06:40:13.096Z | Downloaded dunce v1.0.5 |
674 | 2024-12-05T06:40:13.096Z | Downloaded dyn-clone v1.0.17 |
675 | 2024-12-05T06:40:13.098Z | Downloaded num_threads v0.1.7 |
676 | 2024-12-05T06:40:13.101Z | Downloaded slog-term v2.9.1 |
677 | 2024-12-05T06:40:13.103Z | Downloaded supports-color v3.0.1 |
678 | 2024-12-05T06:40:13.104Z | Downloaded dhcproto v0.12.0 |
679 | 2024-12-05T06:40:13.107Z | Downloaded socket2 v0.5.7 |
680 | 2024-12-05T06:40:13.109Z | Downloaded slog v2.7.0 |
681 | 2024-12-05T06:40:13.112Z | Downloaded steno v0.4.1 |
682 | 2024-12-05T06:40:13.117Z | Downloaded time-core v0.1.2 |
683 | 2024-12-05T06:40:13.120Z | Downloaded darling_macro v0.20.10 |
684 | 2024-12-05T06:40:13.120Z | Downloaded num-rational v0.4.2 |
685 | 2024-12-05T06:40:13.124Z | Downloaded num-conv v0.1.0 |
686 | 2024-12-05T06:40:13.129Z | Downloaded phf_shared v0.11.2 |
687 | 2024-12-05T06:40:13.129Z | Downloaded futures-task v0.3.31 |
688 | 2024-12-05T06:40:13.129Z | Downloaded number_prefix v0.4.0 |
689 | 2024-12-05T06:40:13.131Z | Downloaded num-iter v0.1.45 |
690 | 2024-12-05T06:40:13.131Z | Downloaded num-integer v0.1.46 |
691 | 2024-12-05T06:40:13.131Z | Downloaded progenitor-macro v0.8.0 |
692 | 2024-12-05T06:40:13.134Z | Downloaded fatfs v0.3.6 |
693 | 2024-12-05T06:40:13.136Z | Downloaded deranged v0.3.11 |
694 | 2024-12-05T06:40:13.139Z | Downloaded shlex v1.3.0 |
695 | 2024-12-05T06:40:13.142Z | Downloaded ecdsa v0.16.9 |
696 | 2024-12-05T06:40:13.145Z | Downloaded slog-json v2.6.1 |
697 | 2024-12-05T06:40:13.145Z | Downloaded resolv-conf v0.7.0 |
698 | 2024-12-05T06:40:13.148Z | Downloaded tracing v0.1.40 |
699 | 2024-12-05T06:40:13.150Z | Downloaded russh-cryptovec v0.7.3 |
700 | 2024-12-05T06:40:13.154Z | Downloaded derive_more v0.99.18 |
701 | 2024-12-05T06:40:13.157Z | Downloaded twox-hash v1.6.3 |
702 | 2024-12-05T06:40:13.160Z | Downloaded thiserror-no-std v2.0.2 |
703 | 2024-12-05T06:40:13.163Z | Downloaded structmeta-derive v0.3.0 |
704 | 2024-12-05T06:40:13.166Z | Downloaded expectorate v1.1.0 |
705 | 2024-12-05T06:40:13.169Z | Downloaded pin-utils v0.1.0 |
706 | 2024-12-05T06:40:13.171Z | Downloaded num_enum v0.5.11 |
707 | 2024-12-05T06:40:13.175Z | Downloaded dirs-next v2.0.0 |
708 | 2024-12-05T06:40:13.178Z | Downloaded wait-timeout v0.2.0 |
709 | 2024-12-05T06:40:13.178Z | Downloaded signal-hook-mio v0.2.4 |
710 | 2024-12-05T06:40:13.182Z | Downloaded downcast v0.11.0 |
711 | 2024-12-05T06:40:13.185Z | Downloaded pin-project-lite v0.2.14 |
712 | 2024-12-05T06:40:13.187Z | Downloaded hash32 v0.2.1 |
713 | 2024-12-05T06:40:13.191Z | Downloaded ena v0.14.3 |
714 | 2024-12-05T06:40:13.191Z | Downloaded either v1.13.0 |
715 | 2024-12-05T06:40:13.193Z | Downloaded tungstenite v0.23.0 |
716 | 2024-12-05T06:40:13.196Z | Downloaded utf8_iter v1.0.4 |
717 | 2024-12-05T06:40:13.198Z | Downloaded shell-words v1.1.0 |
718 | 2024-12-05T06:40:13.198Z | Downloaded slog-scope v4.4.0 |
719 | 2024-12-05T06:40:13.201Z | Downloaded foldhash v0.1.3 |
720 | 2024-12-05T06:40:13.203Z | Downloaded snafu-derive v0.8.5 |
721 | 2024-12-05T06:40:13.203Z | Downloaded snafu v0.8.5 |
722 | 2024-12-05T06:40:13.210Z | Downloaded data-encoding v2.6.0 |
723 | 2024-12-05T06:40:13.212Z | Downloaded ppv-lite86 v0.2.20 |
724 | 2024-12-05T06:40:13.214Z | Downloaded powerfmt v0.2.0 |
725 | 2024-12-05T06:40:13.217Z | Downloaded miniz_oxide v0.8.0 |
726 | 2024-12-05T06:40:13.219Z | Downloaded pkg-config v0.3.31 |
727 | 2024-12-05T06:40:13.222Z | Downloaded hashbrown v0.13.2 |
728 | 2024-12-05T06:40:13.225Z | Downloaded rtoolbox v0.0.2 |
729 | 2024-12-05T06:40:13.228Z | Downloaded spki v0.7.3 |
730 | 2024-12-05T06:40:13.228Z | Downloaded crossterm v0.28.1 |
731 | 2024-12-05T06:40:13.235Z | Downloaded take_mut v0.2.2 |
732 | 2024-12-05T06:40:13.238Z | Downloaded vsss-rs v3.3.4 |
733 | 2024-12-05T06:40:13.241Z | Downloaded zone_cfg_derive v0.1.2 |
734 | 2024-12-05T06:40:13.243Z | Downloaded whoami v1.5.2 |
735 | 2024-12-05T06:40:13.243Z | Downloaded thiserror-impl v2.0.3 |
736 | 2024-12-05T06:40:13.246Z | Downloaded hashlink v0.9.1 |
737 | 2024-12-05T06:40:13.248Z | Downloaded flagset v0.4.6 |
738 | 2024-12-05T06:40:13.251Z | Downloaded signal-hook v0.3.17 |
739 | 2024-12-05T06:40:13.253Z | Downloaded oso-derive v0.27.3 |
740 | 2024-12-05T06:40:13.253Z | Downloaded fragile v2.0.0 |
741 | 2024-12-05T06:40:13.256Z | Downloaded glob v0.3.1 |
742 | 2024-12-05T06:40:13.258Z | Downloaded progenitor v0.8.0 |
743 | 2024-12-05T06:40:13.260Z | Downloaded group v0.13.0 |
744 | 2024-12-05T06:40:13.263Z | Downloaded unicode-segmentation v1.12.0 |
745 | 2024-12-05T06:40:13.265Z | Downloaded sqlparser_derive v0.2.2 |
746 | 2024-12-05T06:40:13.268Z | Downloaded zeroize v1.8.1 |
747 | 2024-12-05T06:40:13.268Z | Downloaded zerofrom-derive v0.1.4 |
748 | 2024-12-05T06:40:13.270Z | Downloaded dropshot_endpoint v0.12.0 |
749 | 2024-12-05T06:40:13.272Z | Downloaded parse-display-derive v0.10.0 |
750 | 2024-12-05T06:40:13.275Z | Downloaded siphasher v0.3.11 |
751 | 2024-12-05T06:40:13.278Z | Downloaded structmeta v0.2.0 |
752 | 2024-12-05T06:40:13.278Z | Downloaded predicates v3.1.2 |
753 | 2024-12-05T06:40:13.280Z | Downloaded parking_lot_core v0.9.10 |
754 | 2024-12-05T06:40:13.283Z | Downloaded num-bigint v0.4.6 |
755 | 2024-12-05T06:40:13.288Z | Downloaded endian-type v0.1.2 |
756 | 2024-12-05T06:40:13.291Z | Downloaded hyper v1.5.0 |
757 | 2024-12-05T06:40:13.297Z | Downloaded float-cmp v0.9.0 |
758 | 2024-12-05T06:40:13.299Z | Downloaded filetime v0.2.25 |
759 | 2024-12-05T06:40:13.302Z | Downloaded value-bag v1.9.0 |
760 | 2024-12-05T06:40:13.304Z | Downloaded tinyvec_macros v0.1.1 |
761 | 2024-12-05T06:40:13.307Z | Downloaded pretty-hex v0.2.1 |
762 | 2024-12-05T06:40:13.307Z | Downloaded tabwriter v1.4.0 |
763 | 2024-12-05T06:40:13.309Z | Downloaded parking_lot v0.12.3 |
764 | 2024-12-05T06:40:13.311Z | Downloaded phf v0.11.2 |
765 | 2024-12-05T06:40:13.314Z | Downloaded r2d2 v0.8.10 |
766 | 2024-12-05T06:40:13.314Z | Downloaded fs_extra v1.3.0 |
767 | 2024-12-05T06:40:13.317Z | Downloaded blake3 v1.5.4 |
768 | 2024-12-05T06:40:13.326Z | Downloaded normalize-line-endings v0.3.0 |
769 | 2024-12-05T06:40:13.331Z | Downloaded slog-envlogger v2.2.0 |
770 | 2024-12-05T06:40:13.331Z | Downloaded slog-dtrace v0.3.0 |
771 | 2024-12-05T06:40:13.334Z | Downloaded poly1305 v0.8.0 |
772 | 2024-12-05T06:40:13.334Z | Downloaded slog-bunyan v2.5.0 |
773 | 2024-12-05T06:40:13.336Z | Downloaded structmeta-derive v0.2.0 |
774 | 2024-12-05T06:40:13.336Z | Downloaded structmeta v0.3.0 |
775 | 2024-12-05T06:40:13.339Z | Downloaded itertools v0.13.0 |
776 | 2024-12-05T06:40:13.345Z | Downloaded serde-big-array v0.5.1 |
777 | 2024-12-05T06:40:13.348Z | Downloaded num-traits v0.2.19 |
778 | 2024-12-05T06:40:13.351Z | Downloaded tiny-keccak v2.0.2 |
779 | 2024-12-05T06:40:13.354Z | Downloaded ssh-encoding v0.2.0 |
780 | 2024-12-05T06:40:13.357Z | Downloaded rustc-demangle v0.1.24 |
781 | 2024-12-05T06:40:13.357Z | Downloaded password-hash v0.4.2 |
782 | 2024-12-05T06:40:13.359Z | Downloaded hashbrown v0.12.3 |
783 | 2024-12-05T06:40:13.363Z | Downloaded predicates-core v1.0.8 |
784 | 2024-12-05T06:40:13.365Z | Downloaded uzers v0.12.1 |
785 | 2024-12-05T06:40:13.368Z | Downloaded path-slash v0.1.5 |
786 | 2024-12-05T06:40:13.368Z | Downloaded unarray v0.1.4 |
787 | 2024-12-05T06:40:13.372Z | Downloaded tap v1.0.1 |
788 | 2024-12-05T06:40:13.373Z | Downloaded tungstenite v0.24.0 |
789 | 2024-12-05T06:40:13.375Z | Downloaded nodrop v0.1.14 |
790 | 2024-12-05T06:40:13.378Z | Downloaded elliptic-curve v0.13.8 |
791 | 2024-12-05T06:40:13.380Z | Downloaded unicase v2.7.0 |
792 | 2024-12-05T06:40:13.384Z | Downloaded thiserror-impl-no-std v2.0.2 |
793 | 2024-12-05T06:40:13.384Z | Downloaded rand_xorshift v0.3.0 |
794 | 2024-12-05T06:40:13.386Z | Downloaded wyz v0.5.1 |
795 | 2024-12-05T06:40:13.386Z | Downloaded futures-channel v0.3.31 |
796 | 2024-12-05T06:40:13.389Z | Downloaded reedline v0.35.0 |
797 | 2024-12-05T06:40:13.396Z | Downloaded zone_cfg_derive v0.3.0 |
798 | 2024-12-05T06:40:13.399Z | Downloaded strip-ansi-escapes v0.2.0 |
799 | 2024-12-05T06:40:13.399Z | Downloaded defmt-macros v0.3.9 |
800 | 2024-12-05T06:40:13.401Z | Downloaded difflib v0.4.0 |
801 | 2024-12-05T06:40:13.404Z | Downloaded ssh-cipher v0.2.0 |
802 | 2024-12-05T06:40:13.406Z | Downloaded foreign-types v0.5.0 |
803 | 2024-12-05T06:40:13.406Z | Downloaded float-ord v0.3.2 |
804 | 2024-12-05T06:40:13.408Z | Downloaded unsafe-libyaml v0.2.11 |
805 | 2024-12-05T06:40:13.411Z | Downloaded sec1 v0.7.3 |
806 | 2024-12-05T06:40:13.414Z | Downloaded funty v2.0.0 |
807 | 2024-12-05T06:40:13.415Z | Downloaded untrusted v0.9.0 |
808 | 2024-12-05T06:40:13.417Z | Downloaded untrusted v0.7.1 |
809 | 2024-12-05T06:40:13.417Z | Downloaded paste v1.0.15 |
810 | 2024-12-05T06:40:13.419Z | Downloaded packed_struct_codegen v0.10.1 |
811 | 2024-12-05T06:40:13.422Z | Downloaded packed_struct v0.10.1 |
812 | 2024-12-05T06:40:13.425Z | Downloaded signal-hook-tokio v0.3.1 |
813 | 2024-12-05T06:40:13.425Z | Downloaded futures-sink v0.3.31 |
814 | 2024-12-05T06:40:13.425Z | Downloaded zip v0.6.6 |
815 | 2024-12-05T06:40:13.429Z | Downloaded native-tls v0.2.12 |
816 | 2024-12-05T06:40:13.432Z | Downloaded signal-hook-registry v1.4.2 |
817 | 2024-12-05T06:40:13.432Z | Downloaded multer v3.1.0 |
818 | 2024-12-05T06:40:13.435Z | Downloaded tar v0.4.42 |
819 | 2024-12-05T06:40:13.438Z | Downloaded scopeguard v1.2.0 |
820 | 2024-12-05T06:40:13.440Z | Downloaded ff v0.13.0 |
821 | 2024-12-05T06:40:13.443Z | Downloaded ed25519-dalek v2.1.1 |
822 | 2024-12-05T06:40:13.446Z | Downloaded toolchain_find v0.4.0 |
823 | 2024-12-05T06:40:13.446Z | Downloaded tokio-macros v2.4.0 |
824 | 2024-12-05T06:40:13.449Z | Downloaded half v2.4.1 |
825 | 2024-12-05T06:40:13.453Z | Downloaded schemars_derive v0.8.21 |
826 | 2024-12-05T06:40:13.456Z | Downloaded password-hash v0.5.0 |
827 | 2024-12-05T06:40:13.456Z | Downloaded ssh-key v0.6.6 |
828 | 2024-12-05T06:40:13.461Z | Downloaded postgres-protocol v0.6.7 |
829 | 2024-12-05T06:40:13.463Z | Downloaded defmt v0.3.8 |
830 | 2024-12-05T06:40:13.466Z | Downloaded foreign-types-macros v0.2.3 |
831 | 2024-12-05T06:40:13.468Z | Downloaded tokio-native-tls v0.3.1 |
832 | 2024-12-05T06:40:13.471Z | Downloaded percent-encoding v2.3.1 |
833 | 2024-12-05T06:40:13.471Z | Downloaded num-complex v0.4.6 |
834 | 2024-12-05T06:40:13.473Z | Downloaded nu-ansi-term v0.50.1 |
835 | 2024-12-05T06:40:13.475Z | Downloaded futures-core v0.3.31 |
836 | 2024-12-05T06:40:13.477Z | Downloaded rustls-pemfile v2.2.0 |
837 | 2024-12-05T06:40:13.480Z | Downloaded des v0.8.1 |
838 | 2024-12-05T06:40:13.482Z | Downloaded polyval v0.6.2 |
839 | 2024-12-05T06:40:13.482Z | Downloaded scrypt v0.11.0 |
840 | 2024-12-05T06:40:13.485Z | Downloaded vergen v8.3.2 |
841 | 2024-12-05T06:40:13.487Z | Downloaded der_derive v0.7.3 |
842 | 2024-12-05T06:40:13.490Z | Downloaded topological-sort v0.2.2 |
843 | 2024-12-05T06:40:13.494Z | Downloaded zerocopy-derive v0.8.10 |
844 | 2024-12-05T06:40:13.497Z | Downloaded slog-async v2.8.0 |
845 | 2024-12-05T06:40:13.500Z | Downloaded pin-project-internal v1.1.6 |
846 | 2024-12-05T06:40:13.502Z | Downloaded aws-lc-rs v1.10.0 |
847 | 2024-12-05T06:40:13.510Z | Downloaded pkcs8 v0.10.2 |
848 | 2024-12-05T06:40:13.513Z | Downloaded chrono v0.4.38 |
849 | 2024-12-05T06:40:13.530Z | Downloaded tokio-rustls v0.24.1 |
850 | 2024-12-05T06:40:13.533Z | Downloaded parking_lot v0.11.2 |
851 | 2024-12-05T06:40:13.535Z | Downloaded diff v0.1.13 |
852 | 2024-12-05T06:40:13.541Z | Downloaded displaydoc v0.2.5 |
853 | 2024-12-05T06:40:13.544Z | Downloaded der v0.7.9 |
854 | 2024-12-05T06:40:13.552Z | Downloaded rand v0.8.5 |
855 | 2024-12-05T06:40:13.557Z | Downloaded serde_yaml v0.9.34+deprecated |
856 | 2024-12-05T06:40:13.563Z | Downloaded mockall_derive v0.13.0 |
857 | 2024-12-05T06:40:13.565Z | Downloaded rustls-pki-types v1.9.0 |
858 | 2024-12-05T06:40:13.568Z | Downloaded portable-atomic v1.9.0 |
859 | 2024-12-05T06:40:13.575Z | Downloaded ron v0.8.1 |
860 | 2024-12-05T06:40:13.581Z | Downloaded zopfli v0.8.1 |
861 | 2024-12-05T06:40:13.583Z | Downloaded p256 v0.13.2 |
862 | 2024-12-05T06:40:13.588Z | Downloaded pkcs5 v0.7.1 |
863 | 2024-12-05T06:40:13.592Z | Downloaded samael v0.0.17 |
864 | 2024-12-05T06:40:13.597Z | Downloaded flate2 v1.0.34 |
865 | 2024-12-05T06:40:13.603Z | Downloaded unicode-bidi v0.3.17 |
866 | 2024-12-05T06:40:13.605Z | Downloaded futures v0.3.31 |
867 | 2024-12-05T06:40:13.611Z | Downloaded proptest v1.5.0 |
868 | 2024-12-05T06:40:13.621Z | Downloaded tough v0.19.0 |
869 | 2024-12-05T06:40:13.629Z | Downloaded url v2.5.3 |
870 | 2024-12-05T06:40:13.633Z | Downloaded hashbrown v0.14.5 |
871 | 2024-12-05T06:40:13.638Z | Downloaded serde_with v3.11.0 |
872 | 2024-12-05T06:40:13.646Z | Downloaded rusqlite v0.32.1 |
873 | 2024-12-05T06:40:13.653Z | Downloaded darling_core v0.20.10 |
874 | 2024-12-05T06:40:13.658Z | Downloaded tokio-util v0.7.12 |
875 | 2024-12-05T06:40:13.665Z | Downloaded toml_edit v0.19.15 |
876 | 2024-12-05T06:40:13.681Z | Downloaded tokio-postgres v0.7.12 |
877 | 2024-12-05T06:40:13.686Z | Downloaded curve25519-dalek v4.1.3 |
878 | 2024-12-05T06:40:13.695Z | Downloaded rustls-webpki v0.102.8 |
879 | 2024-12-05T06:40:13.714Z | Downloaded unicode_categories v0.1.1 |
880 | 2024-12-05T06:40:13.717Z | Downloaded unicode-normalization v0.1.24 |
881 | 2024-12-05T06:40:13.720Z | Downloaded nom v7.1.3 |
882 | 2024-12-05T06:40:13.725Z | Downloaded futures-util v0.3.31 |
883 | 2024-12-05T06:40:13.736Z | Downloaded reqwest v0.12.9 |
884 | 2024-12-05T06:40:13.745Z | Downloaded h2 v0.4.6 |
885 | 2024-12-05T06:40:13.752Z | Downloaded idna v0.5.0 |
886 | 2024-12-05T06:40:13.759Z | Downloaded winnow v0.5.40 |
887 | 2024-12-05T06:40:13.768Z | Downloaded radix_trie v0.2.1 |
888 | 2024-12-05T06:40:13.774Z | Downloaded idna v0.4.0 |
889 | 2024-12-05T06:40:13.780Z | Downloaded x509-cert v0.2.5 |
890 | 2024-12-05T06:40:13.787Z | Downloaded num-bigint-dig v0.8.4 |
891 | 2024-12-05T06:40:13.792Z | Downloaded rayon v1.10.0 |
892 | 2024-12-05T06:40:13.803Z | Downloaded git2 v0.19.0 |
893 | 2024-12-05T06:40:13.810Z | Downloaded petname v2.0.2 |
894 | 2024-12-05T06:40:13.816Z | Downloaded zerocopy v0.8.10 |
895 | 2024-12-05T06:40:13.842Z | Downloaded p384 v0.13.0 |
896 | 2024-12-05T06:40:13.847Z | Downloaded idna v0.3.0 |
897 | 2024-12-05T06:40:13.854Z | Downloaded p521 v0.13.3 |
898 | 2024-12-05T06:40:13.858Z | Downloaded vcpkg v0.2.15 |
899 | 2024-12-05T06:40:13.898Z | Downloaded rustyline v14.0.0 |
900 | 2024-12-05T06:40:13.902Z | Downloaded gimli v0.31.1 |
901 | 2024-12-05T06:40:13.912Z | Downloaded object v0.36.5 |
902 | 2024-12-05T06:40:13.923Z | Downloaded regex v1.11.1 |
903 | 2024-12-05T06:40:13.935Z | Downloaded nix v0.27.1 |
904 | 2024-12-05T06:40:13.945Z | Downloaded unicode-width v0.2.0 |
905 | 2024-12-05T06:40:13.950Z | Downloaded hickory-proto v0.24.1 |
906 | 2024-12-05T06:40:13.966Z | Downloaded quick-xml v0.33.0 |
907 | 2024-12-05T06:40:13.972Z | Downloaded regress v0.9.1 |
908 | 2024-12-05T06:40:13.981Z | Downloaded smoltcp v0.11.0 |
909 | 2024-12-05T06:40:13.994Z | Downloaded rustls-webpki v0.101.7 |
910 | 2024-12-05T06:40:14.008Z | Downloaded nix v0.29.0 |
911 | 2024-12-05T06:40:14.020Z | Downloaded nix v0.28.0 |
912 | 2024-12-05T06:40:14.034Z | Downloaded object v0.30.4 |
913 | 2024-12-05T06:40:14.042Z | Downloaded rustls v0.23.14 |
914 | 2024-12-05T06:40:14.054Z | Downloaded regress v0.10.1 |
915 | 2024-12-05T06:40:14.062Z | Downloaded sled v0.34.7 |
916 | 2024-12-05T06:40:14.071Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
917 | 2024-12-05T06:40:14.083Z | Downloaded dropshot v0.13.0 |
918 | 2024-12-05T06:40:14.105Z | Downloaded rustls v0.21.12 |
919 | 2024-12-05T06:40:14.116Z | Downloaded regex-syntax v0.8.5 |
920 | 2024-12-05T06:40:14.125Z | Downloaded dropshot v0.12.0 |
921 | 2024-12-05T06:40:14.147Z | Downloaded openapiv3 v2.0.0 |
922 | 2024-12-05T06:40:14.159Z | Downloaded polar-core v0.27.3 |
923 | 2024-12-05T06:40:14.169Z | Downloaded csv v1.3.0 |
924 | 2024-12-05T06:40:14.191Z | Downloaded petgraph v0.6.5 |
925 | 2024-12-05T06:40:14.209Z | Downloaded typify-impl v0.2.0 |
926 | 2024-12-05T06:40:14.225Z | Downloaded rustls v0.22.4 |
927 | 2024-12-05T06:40:14.239Z | Downloaded diesel v2.2.4 |
928 | 2024-12-05T06:40:14.259Z | Downloaded sqlparser v0.45.0 |
929 | 2024-12-05T06:40:14.265Z | Downloaded smoltcp v0.9.1 |
930 | 2024-12-05T06:40:14.275Z | Downloaded regex-syntax v0.6.29 |
931 | 2024-12-05T06:40:14.283Z | Downloaded trust-dns-proto v0.22.0 |
932 | 2024-12-05T06:40:14.295Z | Downloaded bstr v1.10.0 |
933 | 2024-12-05T06:40:14.306Z | Downloaded webpki-roots v0.26.6 |
934 | 2024-12-05T06:40:14.311Z | Downloaded zerocopy-derive v0.6.6 |
935 | 2024-12-05T06:40:14.321Z | Downloaded quinn-proto v0.11.8 |
936 | 2024-12-05T06:40:14.328Z | Downloaded chrono-tz v0.10.0 |
937 | 2024-12-05T06:40:14.336Z | Downloaded ratatui v0.28.1 |
938 | 2024-12-05T06:40:14.358Z | Downloaded openssl v0.10.66 |
939 | 2024-12-05T06:40:14.368Z | Downloaded idna v0.2.3 |
940 | 2024-12-05T06:40:14.374Z | Downloaded quinn v0.11.5 |
941 | 2024-12-05T06:40:14.378Z | Downloaded time v0.3.36 |
942 | 2024-12-05T06:40:14.386Z | Downloaded regex-automata v0.4.8 |
943 | 2024-12-05T06:40:14.404Z | Downloaded bindgen v0.69.5 |
944 | 2024-12-05T06:40:14.411Z | Downloaded russh v0.45.0 |
945 | 2024-12-05T06:40:14.417Z | Downloaded lalrpop v0.19.12 |
946 | 2024-12-05T06:40:14.428Z | Downloaded lzma-sys v0.1.20 |
947 | 2024-12-05T06:40:14.458Z | Downloaded mio v1.0.2 |
948 | 2024-12-05T06:40:14.464Z | Downloaded zip v2.1.3 |
949 | 2024-12-05T06:40:14.468Z | Downloaded icu_properties_data v1.5.0 |
950 | 2024-12-05T06:40:14.479Z | Downloaded schemars v0.8.21 |
951 | 2024-12-05T06:40:14.490Z | Downloaded headers v0.4.0 |
952 | 2024-12-05T06:40:14.495Z | Downloaded tokio v1.40.0 |
953 | 2024-12-05T06:40:14.533Z | Downloaded libz-sys v1.1.20 |
954 | 2024-12-05T06:40:14.553Z | Downloaded salty v0.3.0 |
955 | 2024-12-05T06:40:14.559Z | Downloaded bitvec v1.0.1 |
956 | 2024-12-05T06:40:14.573Z | Downloaded typed-path v0.9.3 |
957 | 2024-12-05T06:40:14.580Z | Downloaded sha3 v0.10.8 |
958 | 2024-12-05T06:40:14.583Z | Downloaded strum_macros v0.26.4 |
959 | 2024-12-05T06:40:14.586Z | Downloaded owo-colors v4.1.0 |
960 | 2024-12-05T06:40:14.588Z | Downloaded tracing-core v0.1.32 |
961 | 2024-12-05T06:40:14.591Z | Downloaded rsa v0.9.6 |
962 | 2024-12-05T06:40:14.596Z | Downloaded strum_macros v0.24.3 |
963 | 2024-12-05T06:40:14.599Z | Downloaded oso v0.27.3 |
964 | 2024-12-05T06:40:14.602Z | Downloaded postgres-types v0.2.8 |
965 | 2024-12-05T06:40:14.602Z | Downloaded zerovec v0.10.4 |
966 | 2024-12-05T06:40:14.608Z | Downloaded foreign-types-shared v0.3.1 |
967 | 2024-12-05T06:40:14.611Z | Downloaded foreign-types-shared v0.1.1 |
968 | 2024-12-05T06:40:14.611Z | Downloaded rcgen v0.12.1 |
969 | 2024-12-05T06:40:14.613Z | Downloaded parse-zoneinfo v0.3.1 |
970 | 2024-12-05T06:40:14.613Z | Downloaded rayon-core v1.12.1 |
971 | 2024-12-05T06:40:14.617Z | Downloaded dirs-sys-next v0.1.2 |
972 | 2024-12-05T06:40:14.619Z | Downloaded tokio-tungstenite v0.24.0 |
973 | 2024-12-05T06:40:14.622Z | Downloaded tokio-tungstenite v0.23.1 |
974 | 2024-12-05T06:40:14.622Z | Downloaded ron v0.7.1 |
975 | 2024-12-05T06:40:14.626Z | Downloaded strum_macros v0.25.3 |
976 | 2024-12-05T06:40:14.629Z | Downloaded sqlformat v0.2.6 |
977 | 2024-12-05T06:40:14.631Z | Downloaded flume v0.11.1 |
978 | 2024-12-05T06:40:14.634Z | Downloaded secrecy v0.8.0 |
979 | 2024-12-05T06:40:14.636Z | Downloaded rand_seeder v0.3.0 |
980 | 2024-12-05T06:40:14.636Z | Downloaded itertools v0.12.1 |
981 | 2024-12-05T06:40:14.641Z | Downloaded idna v1.0.3 |
982 | 2024-12-05T06:40:14.646Z | Downloaded openssl-sys v0.9.103 |
983 | 2024-12-05T06:40:14.650Z | Downloaded time-macros v0.2.18 |
984 | 2024-12-05T06:40:14.653Z | Downloaded zerofrom v0.1.4 |
985 | 2024-12-05T06:40:14.655Z | Downloaded fixedbitset v0.4.2 |
986 | 2024-12-05T06:40:14.655Z | Downloaded ed25519 v2.2.3 |
987 | 2024-12-05T06:40:14.658Z | Downloaded spin v0.9.8 |
988 | 2024-12-05T06:40:14.658Z | Downloaded uuid v1.11.0 |
989 | 2024-12-05T06:40:14.660Z | Downloaded pin-project v1.1.6 |
990 | 2024-12-05T06:40:14.670Z | Downloaded pkcs1 v0.7.5 |
991 | 2024-12-05T06:40:14.672Z | Downloaded diesel_derives v2.2.3 |
992 | 2024-12-05T06:40:14.676Z | Downloaded publicsuffix v2.2.3 |
993 | 2024-12-05T06:40:14.679Z | Downloaded tungstenite v0.21.0 |
994 | 2024-12-05T06:40:14.681Z | Downloaded parse-display v0.10.0 |
995 | 2024-12-05T06:40:14.684Z | Downloaded typify v0.2.0 |
996 | 2024-12-05T06:40:14.686Z | Downloaded itertools v0.10.5 |
997 | 2024-12-05T06:40:14.691Z | Downloaded libxml v0.3.3 |
998 | 2024-12-05T06:40:14.696Z | Downloaded serde_with_macros v3.11.0 |
999 | 2024-12-05T06:40:14.698Z | Downloaded env_logger v0.10.2 |
1000 | 2024-12-05T06:40:14.701Z | Downloaded yoke v0.7.4 |
1001 | 2024-12-05T06:40:14.704Z | Downloaded yasna v0.5.2 |
1002 | 2024-12-05T06:40:14.706Z | Downloaded num-derive v0.4.2 |
1003 | 2024-12-05T06:40:14.706Z | Downloaded tokio-stream v0.1.16 |
1004 | 2024-12-05T06:40:14.709Z | Downloaded test-strategy v0.3.1 |
1005 | 2024-12-05T06:40:14.712Z | Downloaded globset v0.4.15 |
1006 | 2024-12-05T06:40:14.715Z | Downloaded serde_urlencoded v0.7.1 |
1007 | 2024-12-05T06:40:14.718Z | Downloaded serde_repr v0.1.19 |
1008 | 2024-12-05T06:40:14.720Z | Downloaded minimal-lexical v0.2.1 |
1009 | 2024-12-05T06:40:14.723Z | Downloaded rustfmt-wrapper v0.2.1 |
1010 | 2024-12-05T06:40:14.726Z | Downloaded ref-cast-impl v1.0.23 |
1011 | 2024-12-05T06:40:14.726Z | Downloaded primeorder v0.13.6 |
1012 | 2024-12-05T06:40:14.726Z | Downloaded unicode-properties v0.1.3 |
1013 | 2024-12-05T06:40:14.728Z | Downloaded libm v0.2.8 |
1014 | 2024-12-05T06:40:14.734Z | Downloaded newline-converter v0.3.0 |
1015 | 2024-12-05T06:40:14.737Z | Downloaded zerocopy v0.6.6 |
1016 | 2024-12-05T06:40:14.739Z | Downloaded xattr v1.3.1 |
1017 | 2024-12-05T06:40:14.740Z | Downloaded which v4.4.2 |
1018 | 2024-12-05T06:40:14.742Z | Downloaded num_enum_derive v0.5.11 |
1019 | 2024-12-05T06:40:14.742Z | Downloaded smallvec v0.6.14 |
1020 | 2024-12-05T06:40:14.745Z | Downloaded slog-stdlog v4.1.1 |
1021 | 2024-12-05T06:40:14.745Z | Downloaded scheduled-thread-pool v0.2.7 |
1022 | 2024-12-05T06:40:14.747Z | Downloaded same-file v1.0.6 |
1023 | 2024-12-05T06:40:14.748Z | Downloaded phf_generator v0.11.2 |
1024 | 2024-12-05T06:40:14.748Z | Downloaded phf_codegen v0.11.2 |
1025 | 2024-12-05T06:40:14.751Z | Downloaded walkdir v2.5.0 |
1026 | 2024-12-05T06:40:14.751Z | Downloaded postcard v1.0.10 |
1027 | 2024-12-05T06:40:14.753Z | Downloaded similar v2.6.0 |
1028 | 2024-12-05T06:40:14.756Z | Downloaded encoding_rs v0.8.34 |
1029 | 2024-12-05T06:40:14.776Z | Downloaded multimap v0.10.0 |
1030 | 2024-12-05T06:40:14.779Z | Downloaded dropshot_endpoint v0.13.0 |
1031 | 2024-12-05T06:40:14.781Z | Downloaded crypto-bigint v0.5.5 |
1032 | 2024-12-05T06:40:14.786Z | Downloaded compact_str v0.8.0 |
1033 | 2024-12-05T06:40:14.790Z | Downloaded derive-where v1.2.7 |
1034 | 2024-12-05T06:40:14.793Z | Downloaded futures-macro v0.3.31 |
1035 | 2024-12-05T06:40:14.795Z | Downloaded futures-executor v0.3.31 |
1036 | 2024-12-05T06:40:14.795Z | Downloaded icu_collections v1.5.0 |
1037 | 2024-12-05T06:40:14.800Z | Downloaded enum-as-inner v0.6.1 |
1038 | 2024-12-05T06:40:14.803Z | Downloaded enum-as-inner v0.5.1 |
1039 | 2024-12-05T06:40:14.805Z | Downloaded semver v0.1.20 |
1040 | 2024-12-05T06:40:14.806Z | Downloaded tinyvec v1.8.0 |
1041 | 2024-12-05T06:40:14.809Z | Downloaded subprocess v0.2.9 |
1042 | 2024-12-05T06:40:14.811Z | Downloaded vte v0.11.1 |
1043 | 2024-12-05T06:40:14.811Z | Downloaded spin v0.5.2 |
1044 | 2024-12-05T06:40:14.814Z | Downloaded parking_lot_core v0.8.6 |
1045 | 2024-12-05T06:40:14.814Z | Downloaded const_format v0.2.33 |
1046 | 2024-12-05T06:40:14.818Z | Downloaded chacha20poly1305 v0.10.1 |
1047 | 2024-12-05T06:40:14.821Z | Downloaded bumpalo v3.16.0 |
1048 | 2024-12-05T06:40:14.823Z | Downloaded prettyplease v0.2.25 |
1049 | 2024-12-05T06:40:14.825Z | Downloaded derive_builder_core v0.20.2 |
1050 | 2024-12-05T06:40:14.829Z | Downloaded term v0.7.0 |
1051 | 2024-12-05T06:40:14.831Z | Downloaded indicatif v0.17.9 |
1052 | 2024-12-05T06:40:14.834Z | Downloaded slab v0.4.9 |
1053 | 2024-12-05T06:40:14.836Z | Downloaded pem v3.0.4 |
1054 | 2024-12-05T06:40:14.836Z | Downloaded russh-keys v0.45.0 |
1055 | 2024-12-05T06:40:14.839Z | Downloaded smallvec v1.13.2 |
1056 | 2024-12-05T06:40:14.842Z | Downloaded rustc-hash v1.1.0 |
1057 | 2024-12-05T06:40:14.842Z | Downloaded ref-cast v1.0.23 |
1058 | 2024-12-05T06:40:14.845Z | Downloaded olpc-cjson v0.1.4 |
1059 | 2024-12-05T06:40:14.845Z | Downloaded mockall v0.13.0 |
1060 | 2024-12-05T06:40:14.847Z | Downloaded tracing-attributes v0.1.27 |
1061 | 2024-12-05T06:40:14.849Z | Downloaded gethostname v0.5.0 |
1062 | 2024-12-05T06:40:14.850Z | Downloaded progenitor-impl v0.8.0 |
1063 | 2024-12-05T06:40:14.852Z | Downloaded const-oid v0.9.6 |
1064 | 2024-12-05T06:40:14.852Z | Downloaded bytes v1.8.0 |
1065 | 2024-12-05T06:40:14.856Z | Downloaded fallible-streaming-iterator v0.1.9 |
1066 | 2024-12-05T06:40:14.858Z | Downloaded fallible-iterator v0.3.0 |
1067 | 2024-12-05T06:40:14.858Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1068 | 2024-12-05T06:40:14.913Z | Downloaded fallible-iterator v0.2.0 |
1069 | 2024-12-05T06:40:14.915Z | Downloaded embedded-io v0.4.0 |
1070 | 2024-12-05T06:40:14.917Z | Downloaded serde_path_to_error v0.1.16 |
1071 | 2024-12-05T06:40:14.917Z | Downloaded hyper-util v0.1.10 |
1072 | 2024-12-05T06:40:14.920Z | Downloaded base64 v0.13.1 |
1073 | 2024-12-05T06:40:14.923Z | Downloaded tokio-rustls v0.26.0 |
1074 | 2024-12-05T06:40:14.926Z | Downloaded writeable v0.5.5 |
1075 | 2024-12-05T06:40:14.928Z | Downloaded icu_locid v1.5.0 |
1076 | 2024-12-05T06:40:14.931Z | Downloaded cancel-safe-futures v0.1.5 |
1077 | 2024-12-05T06:40:14.933Z | Downloaded backtrace v0.3.74 |
1078 | 2024-12-05T06:40:14.939Z | Downloaded utf-8 v0.7.6 |
1079 | 2024-12-05T06:40:14.942Z | Downloaded universal-hash v0.5.1 |
1080 | 2024-12-05T06:40:14.942Z | Downloaded bzip2 v0.4.4 |
1081 | 2024-12-05T06:40:14.942Z | Downloaded csv-core v0.1.11 |
1082 | 2024-12-05T06:40:14.944Z | Downloaded blake2 v0.10.6 |
1083 | 2024-12-05T06:40:14.947Z | Downloaded smf v0.2.3 |
1084 | 2024-12-05T06:40:14.947Z | Downloaded simd-adler32 v0.3.7 |
1085 | 2024-12-05T06:40:14.950Z | Downloaded salsa20 v0.10.2 |
1086 | 2024-12-05T06:40:14.950Z | Downloaded mime_guess v2.0.5 |
1087 | 2024-12-05T06:40:14.952Z | Downloaded cmake v0.1.51 |
1088 | 2024-12-05T06:40:14.952Z | Downloaded signature v2.2.0 |
1089 | 2024-12-05T06:40:14.952Z | Downloaded iana-time-zone v0.1.61 |
1090 | 2024-12-05T06:40:14.955Z | Downloaded ipnet v2.10.1 |
1091 | 2024-12-05T06:40:14.957Z | Downloaded console v0.15.8 |
1092 | 2024-12-05T06:40:14.959Z | Downloaded async-bb8-diesel v0.2.1 |
1093 | 2024-12-05T06:40:14.962Z | Downloaded rand_chacha v0.3.1 |
1094 | 2024-12-05T06:40:14.964Z | Downloaded atomic-waker v1.1.2 |
1095 | 2024-12-05T06:40:14.964Z | Downloaded bcs v0.1.6 |
1096 | 2024-12-05T06:40:14.966Z | Downloaded ctr v0.9.2 |
1097 | 2024-12-05T06:40:14.969Z | Downloaded const_format_proc_macros v0.2.33 |
1098 | 2024-12-05T06:40:14.971Z | Downloaded lazy_static v1.5.0 |
1099 | 2024-12-05T06:40:14.971Z | Downloaded libloading v0.8.5 |
1100 | 2024-12-05T06:40:14.973Z | Downloaded chrono-tz-build v0.4.0 |
1101 | 2024-12-05T06:40:14.973Z | Downloaded assert_matches v1.5.0 |
1102 | 2024-12-05T06:40:14.976Z | Downloaded internet-checksum v0.2.1 |
1103 | 2024-12-05T06:40:14.976Z | Downloaded base64ct v1.6.0 |
1104 | 2024-12-05T06:40:14.980Z | Downloaded backoff v0.4.0 |
1105 | 2024-12-05T06:40:14.980Z | Downloaded async-recursion v1.1.1 |
1106 | 2024-12-05T06:40:14.982Z | Downloaded chacha20 v0.9.1 |
1107 | 2024-12-05T06:40:14.985Z | Downloaded libsw v3.3.1 |
1108 | 2024-12-05T06:40:14.985Z | Downloaded keccak v0.1.5 |
1109 | 2024-12-05T06:40:14.987Z | Downloaded ipnetwork v0.20.0 |
1110 | 2024-12-05T06:40:14.987Z | Downloaded indoc v1.0.9 |
1111 | 2024-12-05T06:40:14.990Z | Downloaded blowfish v0.9.1 |
1112 | 2024-12-05T06:40:14.992Z | Downloaded humantime v2.1.0 |
1113 | 2024-12-05T06:40:14.992Z | Downloaded ciborium-io v0.2.2 |
1114 | 2024-12-05T06:40:14.994Z | Downloaded castaway v0.2.3 |
1115 | 2024-12-05T06:40:14.994Z | Downloaded block-padding v0.3.3 |
1116 | 2024-12-05T06:40:14.994Z | Downloaded bit-vec v0.6.3 |
1117 | 2024-12-05T06:40:14.997Z | Downloaded bit-set v0.5.3 |
1118 | 2024-12-05T06:40:14.997Z | Downloaded cexpr v0.6.0 |
1119 | 2024-12-05T06:40:14.999Z | Downloaded bb8 v0.8.5 |
1120 | 2024-12-05T06:40:14.999Z | Downloaded inout v0.1.3 |
1121 | 2024-12-05T06:40:15.002Z | Downloaded bitfield-struct v0.6.2 |
1122 | 2024-12-05T06:40:15.002Z | Downloaded base16ct v0.2.0 |
1123 | 2024-12-05T06:40:15.004Z | Downloaded addr2line v0.24.2 |
1124 | 2024-12-05T06:40:15.004Z | Downloaded hickory-server v0.24.1 |
1125 | 2024-12-05T06:40:15.009Z | Downloaded aead v0.5.2 |
1126 | 2024-12-05T06:40:15.011Z | Downloaded adler2 v2.0.0 |
1127 | 2024-12-05T06:40:15.011Z | Downloaded hickory-client v0.24.1 |
1128 | 2024-12-05T06:40:15.014Z | Downloaded hex v0.4.3 |
1129 | 2024-12-05T06:40:15.017Z | Downloaded array-init v0.0.4 |
1130 | 2024-12-05T06:40:15.017Z | Downloaded hostname v0.3.1 |
1131 | 2024-12-05T06:40:15.019Z | Downloaded arrayref v0.3.9 |
1132 | 2024-12-05T06:40:15.019Z | Downloaded argon2 v0.5.3 |
1133 | 2024-12-05T06:40:15.021Z | Downloaded hickory-resolver v0.24.1 |
1134 | 2024-12-05T06:40:15.024Z | Downloaded heapless v0.7.17 |
1135 | 2024-12-05T06:40:15.275Z | Downloaded aws-lc-sys v0.22.0 |
1136 | 2024-12-05T06:40:15.535Z | Downloaded ring v0.17.8 |
1137 | 2024-12-05T06:40:15.706Z | Downloaded libsqlite3-sys v0.30.1 |
1138 | 2024-12-05T06:40:15.783Z | Downloaded ring v0.16.20 |
1139 | 2024-12-05T06:40:15.959Z | Compiling serde v1.0.215 |
1140 | 2024-12-05T06:40:15.961Z | Compiling lock_api v0.4.12 |
1141 | 2024-12-05T06:40:15.961Z | Compiling scopeguard v1.2.0 |
1142 | 2024-12-05T06:40:15.961Z | Compiling value-bag v1.9.0 |
1143 | 2024-12-05T06:40:15.962Z | Compiling typenum v1.17.0 |
1144 | 2024-12-05T06:40:15.962Z | Compiling generic-array v0.14.7 |
1145 | 2024-12-05T06:40:16.133Z | Compiling syn v2.0.87 |
1146 | 2024-12-05T06:40:16.143Z | Compiling getrandom v0.2.15 |
1147 | 2024-12-05T06:40:16.240Z | Compiling shlex v1.3.0 |
1148 | 2024-12-05T06:40:16.488Z | Compiling rand_core v0.6.4 |
1149 | 2024-12-05T06:40:16.585Z | Compiling log v0.4.22 |
1150 | 2024-12-05T06:40:16.688Z | Compiling subtle v2.6.1 |
1151 | 2024-12-05T06:40:16.723Z | Compiling jobserver v0.1.32 |
1152 | 2024-12-05T06:40:16.743Z | Compiling const-oid v0.9.6 |
1153 | 2024-12-05T06:40:17.015Z | Compiling smallvec v1.13.2 |
1154 | 2024-12-05T06:40:17.037Z | Compiling spin v0.9.8 |
1155 | 2024-12-05T06:40:17.056Z | Compiling cc v1.1.30 |
1156 | 2024-12-05T06:40:17.409Z | Compiling pin-project-lite v0.2.14 |
1157 | 2024-12-05T06:40:17.430Z | Compiling rustix v0.38.37 |
1158 | 2024-12-05T06:40:17.456Z | Compiling parking_lot_core v0.9.10 |
1159 | 2024-12-05T06:40:17.534Z | Compiling futures-core v0.3.31 |
1160 | 2024-12-05T06:40:17.643Z | Compiling signal-hook-registry v1.4.2 |
1161 | 2024-12-05T06:40:17.763Z | Compiling mio v1.0.2 |
1162 | 2024-12-05T06:40:18.317Z | Compiling parking_lot v0.12.3 |
1163 | 2024-12-05T06:40:18.489Z | Compiling aho-corasick v1.1.3 |
1164 | 2024-12-05T06:40:18.631Z | Compiling cpufeatures v0.2.14 |
1165 | 2024-12-05T06:40:18.782Z | Compiling regex-syntax v0.8.5 |
1166 | 2024-12-05T06:40:18.854Z | Compiling either v1.13.0 |
1167 | 2024-12-05T06:40:18.891Z | Compiling lazy_static v1.5.0 |
1168 | 2024-12-05T06:40:19.003Z | Compiling futures-sink v0.3.31 |
1169 | 2024-12-05T06:40:19.022Z | Compiling stable_deref_trait v1.2.0 |
1170 | 2024-12-05T06:40:19.135Z | Compiling glob v0.3.1 |
1171 | 2024-12-05T06:40:19.163Z | Compiling socket2 v0.5.7 |
1172 | 2024-12-05T06:40:19.282Z | Compiling slab v0.4.9 |
1173 | 2024-12-05T06:40:19.337Z | Compiling prettyplease v0.2.25 |
1174 | 2024-12-05T06:40:19.698Z | Compiling minimal-lexical v0.2.1 |
1175 | 2024-12-05T06:40:20.047Z | Compiling libloading v0.8.5 |
1176 | 2024-12-05T06:40:20.205Z | Compiling clang-sys v1.8.1 |
1177 | 2024-12-05T06:40:20.205Z | Compiling nom v7.1.3 |
1178 | 2024-12-05T06:40:20.252Z | Compiling serde_json v1.0.132 |
1179 | 2024-12-05T06:40:20.482Z | Compiling bindgen v0.69.5 |
1180 | 2024-12-05T06:40:20.566Z | Compiling home v0.5.9 |
1181 | 2024-12-05T06:40:20.878Z | Compiling itertools v0.12.1 |
1182 | 2024-12-05T06:40:21.316Z | Compiling futures-channel v0.3.31 |
1183 | 2024-12-05T06:40:21.477Z | Compiling allocator-api2 v0.2.18 |
1184 | 2024-12-05T06:40:21.745Z | Compiling lazycell v1.3.0 |
1185 | 2024-12-05T06:40:21.917Z | Compiling futures-task v0.3.31 |
1186 | 2024-12-05T06:40:22.227Z | Compiling foldhash v0.1.3 |
1187 | 2024-12-05T06:40:22.307Z | Compiling rustc-hash v1.1.0 |
1188 | 2024-12-05T06:40:22.457Z | Compiling futures-io v0.3.31 |
1189 | 2024-12-05T06:40:22.548Z | Compiling regex-automata v0.4.8 |
1190 | 2024-12-05T06:40:22.788Z | Compiling pin-utils v0.1.0 |
1191 | 2024-12-05T06:40:22.885Z | Compiling hashbrown v0.15.0 |
1192 | 2024-12-05T06:40:24.072Z | Compiling synstructure v0.13.1 |
1193 | 2024-12-05T06:40:24.264Z | Compiling cexpr v0.6.0 |
1194 | 2024-12-05T06:40:24.376Z | Compiling cmake v0.1.51 |
1195 | 2024-12-05T06:40:25.405Z | Compiling tinyvec_macros v0.1.1 |
1196 | 2024-12-05T06:40:25.504Z | Compiling fs_extra v1.3.0 |
1197 | 2024-12-05T06:40:25.769Z | Compiling pkg-config v0.3.31 |
1198 | 2024-12-05T06:40:25.824Z | Compiling libm v0.2.8 |
1199 | 2024-12-05T06:40:26.063Z | Compiling dunce v1.0.5 |
1200 | 2024-12-05T06:40:26.099Z | Compiling tinyvec v1.8.0 |
1201 | 2024-12-05T06:40:26.176Z | Compiling num-traits v0.2.19 |
1202 | 2024-12-05T06:40:26.690Z | Compiling ring v0.17.8 |
1203 | 2024-12-05T06:40:27.284Z | Compiling litemap v0.7.3 |
1204 | 2024-12-05T06:40:27.322Z | Compiling writeable v0.5.5 |
1205 | 2024-12-05T06:40:27.608Z | Compiling unicode-normalization v0.1.24 |
1206 | 2024-12-05T06:40:27.637Z | Compiling unicode-bidi v0.3.17 |
1207 | 2024-12-05T06:40:27.657Z | Compiling paste v1.0.15 |
1208 | 2024-12-05T06:40:27.837Z | Compiling base64ct v1.6.0 |
1209 | 2024-12-05T06:40:28.167Z | Compiling regex v1.11.1 |
1210 | 2024-12-05T06:40:28.418Z | Compiling pem-rfc7468 v0.7.0 |
1211 | 2024-12-05T06:40:29.045Z | Compiling httparse v1.9.5 |
1212 | 2024-12-05T06:40:29.192Z | Compiling aws-lc-rs v1.10.0 |
1213 | 2024-12-05T06:40:29.255Z | Compiling flagset v0.4.6 |
1214 | 2024-12-05T06:40:29.620Z | Compiling tracing-core v0.1.32 |
1215 | 2024-12-05T06:40:29.850Z | Compiling icu_locid_transform_data v1.5.0 |
1216 | 2024-12-05T06:40:29.944Z | Compiling percent-encoding v2.3.1 |
1217 | 2024-12-05T06:40:30.290Z | Compiling rustls-pki-types v1.9.0 |
1218 | 2024-12-05T06:40:30.613Z | Compiling crossbeam-utils v0.8.20 |
1219 | 2024-12-05T06:40:30.831Z | Compiling serde_derive v1.0.215 |
1220 | 2024-12-05T06:40:31.032Z | Compiling zeroize_derive v1.4.2 |
1221 | 2024-12-05T06:40:31.202Z | Compiling zerocopy-derive v0.7.35 |
1222 | 2024-12-05T06:40:31.411Z | Compiling tokio-macros v2.4.0 |
1223 | 2024-12-05T06:40:31.470Z | Compiling zerofrom-derive v0.1.4 |
1224 | 2024-12-05T06:40:32.593Z | Compiling zeroize v1.8.1 |
1225 | 2024-12-05T06:40:33.018Z | Compiling thiserror-impl v1.0.69 |
1226 | 2024-12-05T06:40:33.169Z | Compiling yoke-derive v0.7.4 |
1227 | 2024-12-05T06:40:33.385Z | Compiling zerocopy v0.7.35 |
1228 | 2024-12-05T06:40:33.692Z | Compiling futures-macro v0.3.31 |
1229 | 2024-12-05T06:40:34.437Z | Compiling crypto-common v0.1.6 |
1230 | 2024-12-05T06:40:34.680Z | Compiling block-buffer v0.10.4 |
1231 | 2024-12-05T06:40:34.950Z | Compiling digest v0.10.7 |
1232 | 2024-12-05T06:40:35.120Z | Compiling zerovec-derive v0.10.3 |
1233 | 2024-12-05T06:40:35.446Z | Compiling hmac v0.12.1 |
1234 | 2024-12-05T06:40:35.656Z | Compiling zerofrom v0.1.4 |
1235 | 2024-12-05T06:40:35.679Z | Compiling futures-util v0.3.31 |
1236 | 2024-12-05T06:40:35.682Z | Compiling block-padding v0.3.3 |
1237 | 2024-12-05T06:40:35.716Z | Compiling displaydoc v0.2.5 |
1238 | 2024-12-05T06:40:35.887Z | Compiling inout v0.1.3 |
1239 | 2024-12-05T06:40:35.920Z | Compiling sha2 v0.10.8 |
1240 | 2024-12-05T06:40:36.178Z | Compiling cipher v0.4.4 |
1241 | 2024-12-05T06:40:36.414Z | Compiling yoke v0.7.4 |
1242 | 2024-12-05T06:40:36.470Z | Compiling thiserror v1.0.69 |
1243 | 2024-12-05T06:40:36.616Z | Compiling ppv-lite86 v0.2.20 |
1244 | 2024-12-05T06:40:36.729Z | Compiling der_derive v0.7.3 |
1245 | 2024-12-05T06:40:36.782Z | Compiling icu_provider_macros v1.5.0 |
1246 | 2024-12-05T06:40:37.466Z | Compiling rand_chacha v0.3.1 |
1247 | 2024-12-05T06:40:37.509Z | Compiling tracing-attributes v0.1.27 |
1248 | 2024-12-05T06:40:37.865Z | Compiling zerovec v0.10.4 |
1249 | 2024-12-05T06:40:37.974Z | Compiling rand v0.8.5 |
1250 | 2024-12-05T06:40:39.262Z | Compiling der v0.7.9 |
1251 | 2024-12-05T06:40:39.403Z | Compiling salsa20 v0.10.2 |
1252 | 2024-12-05T06:40:39.630Z | Compiling pest v2.7.14 |
1253 | 2024-12-05T06:40:39.937Z | Compiling tinystr v0.7.6 |
1254 | 2024-12-05T06:40:40.221Z | Compiling icu_collections v1.5.0 |
1255 | 2024-12-05T06:40:40.247Z | Compiling pbkdf2 v0.12.2 |
1256 | 2024-12-05T06:40:40.366Z | Compiling icu_locid v1.5.0 |
1257 | 2024-12-05T06:40:40.448Z | Compiling time-core v0.1.2 |
1258 | 2024-12-05T06:40:40.623Z | Compiling icu_properties_data v1.5.0 |
1259 | 2024-12-05T06:40:40.898Z | Compiling num-conv v0.1.0 |
1260 | 2024-12-05T06:40:41.208Z | Compiling untrusted v0.7.1 |
1261 | 2024-12-05T06:40:41.358Z | Compiling tracing v0.1.40 |
1262 | 2024-12-05T06:40:41.376Z | Compiling spki v0.7.3 |
1263 | 2024-12-05T06:40:41.702Z | Compiling icu_provider v1.5.0 |
1264 | 2024-12-05T06:40:41.753Z | Compiling vcpkg v0.2.15 |
1265 | 2024-12-05T06:40:41.851Z | Compiling untrusted v0.9.0 |
1266 | 2024-12-05T06:40:42.021Z | Compiling powerfmt v0.2.0 |
1267 | 2024-12-05T06:40:42.148Z | Compiling mirai-annotations v1.12.0 |
1268 | 2024-12-05T06:40:42.347Z | Compiling deranged v0.3.11 |
1269 | 2024-12-05T06:40:42.418Z | Compiling pest_meta v2.7.14 |
1270 | 2024-12-05T06:40:42.632Z | Compiling icu_locid_transform v1.5.0 |
1271 | 2024-12-05T06:40:42.727Z | Compiling time-macros v0.2.18 |
1272 | 2024-12-05T06:40:44.006Z | Compiling openssl-sys v0.9.103 |
1273 | 2024-12-05T06:40:44.149Z | Compiling icu_properties v1.5.1 |
1274 | 2024-12-05T06:40:44.372Z | Compiling scrypt v0.11.0 |
1275 | 2024-12-05T06:40:44.949Z | Compiling cbc v0.1.2 |
1276 | 2024-12-05T06:40:45.096Z | Compiling bitflags v2.6.0 |
1277 | 2024-12-05T06:40:45.190Z | Compiling bytes v1.8.0 |
1278 | 2024-12-05T06:40:45.547Z | Compiling indexmap v2.6.0 |
1279 | 2024-12-05T06:40:46.068Z | Compiling semver v1.0.23 |
1280 | 2024-12-05T06:40:46.546Z | Compiling tokio v1.40.0 |
1281 | 2024-12-05T06:40:46.563Z | Compiling http v1.1.0 |
1282 | 2024-12-05T06:40:46.809Z | Compiling rustc_version v0.4.1 |
1283 | 2024-12-05T06:40:47.018Z | Compiling aes v0.8.4 |
1284 | 2024-12-05T06:40:47.581Z | Compiling scroll_derive v0.12.0 |
1285 | 2024-12-05T06:40:47.601Z | Compiling utf16_iter v1.0.5 |
1286 | 2024-12-05T06:40:47.804Z | Compiling icu_normalizer_data v1.5.0 |
1287 | 2024-12-05T06:40:47.918Z | Compiling num_threads v0.1.7 |
1288 | 2024-12-05T06:40:48.051Z | Compiling atomic-waker v1.1.2 |
1289 | 2024-12-05T06:40:48.242Z | Compiling write16 v1.0.0 |
1290 | 2024-12-05T06:40:48.378Z | Compiling utf8_iter v1.0.4 |
1291 | 2024-12-05T06:40:48.654Z | Compiling icu_normalizer v1.5.0 |
1292 | 2024-12-05T06:40:48.676Z | Compiling http-body v1.0.1 |
1293 | 2024-12-05T06:40:48.912Z | Compiling time v0.3.36 |
1294 | 2024-12-05T06:40:49.084Z | Compiling pkcs5 v0.7.1 |
1295 | 2024-12-05T06:40:49.127Z | Compiling scroll v0.12.0 |
1296 | 2024-12-05T06:40:49.212Z | Compiling pest_generator v2.7.14 |
1297 | 2024-12-05T06:40:49.671Z | Compiling which v4.4.2 |
1298 | 2024-12-05T06:40:49.868Z | Compiling form_urlencoded v1.2.1 |
1299 | 2024-12-05T06:40:50.298Z | Compiling try-lock v0.2.5 |
1300 | 2024-12-05T06:40:50.336Z | Compiling slog v2.7.0 |
1301 | 2024-12-05T06:40:50.456Z | Compiling want v0.3.1 |
1302 | 2024-12-05T06:40:50.674Z | Compiling goblin v0.8.2 |
1303 | 2024-12-05T06:40:50.716Z | Compiling pkcs8 v0.10.2 |
1304 | 2024-12-05T06:40:50.748Z | Compiling idna_adapter v1.2.0 |
1305 | 2024-12-05T06:40:50.935Z | Compiling httpdate v1.0.3 |
1306 | 2024-12-05T06:40:51.288Z | Compiling pest_derive v2.7.14 |
1307 | 2024-12-05T06:40:51.406Z | Compiling idna v1.0.3 |
1308 | 2024-12-05T06:40:51.426Z | Compiling serde_tokenstream v0.2.2 |
1309 | 2024-12-05T06:40:51.782Z | Compiling toml_datetime v0.6.8 |
1310 | 2024-12-05T06:40:52.053Z | Compiling serde_spanned v0.6.8 |
1311 | 2024-12-05T06:40:52.086Z | Compiling dtrace-parser v0.2.0 |
1312 | 2024-12-05T06:40:52.301Z | Compiling uuid v1.11.0 |
1313 | 2024-12-05T06:40:52.322Z | Compiling adler2 v2.0.0 |
1314 | 2024-12-05T06:40:52.537Z | Compiling rustversion v1.0.17 |
1315 | 2024-12-05T06:40:53.272Z | Compiling match_cfg v0.1.0 |
1316 | 2024-12-05T06:40:53.308Z | Compiling base64 v0.22.1 |
1317 | 2024-12-05T06:40:53.373Z | Compiling iana-time-zone v0.1.61 |
1318 | 2024-12-05T06:40:53.779Z | Compiling openssl v0.10.66 |
1319 | 2024-12-05T06:40:53.869Z | Compiling tower-service v0.3.3 |
1320 | 2024-12-05T06:40:54.000Z | Compiling foreign-types-shared v0.1.1 |
1321 | 2024-12-05T06:40:54.114Z | Compiling foreign-types v0.3.2 |
1322 | 2024-12-05T06:40:54.134Z | Compiling chrono v0.4.38 |
1323 | 2024-12-05T06:40:54.202Z | Compiling hostname v0.3.1 |
1324 | 2024-12-05T06:40:54.241Z | Compiling miniz_oxide v0.8.0 |
1325 | 2024-12-05T06:40:54.287Z | Compiling url v2.5.3 |
1326 | 2024-12-05T06:40:54.454Z | Compiling openssl-macros v0.1.1 |
1327 | 2024-12-05T06:40:55.210Z | Compiling tokio-util v0.7.12 |
1328 | 2024-12-05T06:40:55.673Z | Compiling async-trait v0.1.83 |
1329 | 2024-12-05T06:40:55.834Z | Compiling dirs-sys-next v0.1.2 |
1330 | 2024-12-05T06:40:56.314Z | Compiling h2 v0.4.6 |
1331 | 2024-12-05T06:40:56.490Z | Compiling dof v0.3.0 |
1332 | 2024-12-05T06:40:56.678Z | Compiling rustls v0.22.4 |
1333 | 2024-12-05T06:40:56.941Z | Compiling siphasher v0.3.11 |
1334 | 2024-12-05T06:40:57.320Z | Compiling usdt-impl v0.5.0 |
1335 | 2024-12-05T06:40:57.939Z | Compiling native-tls v0.2.12 |
1336 | 2024-12-05T06:40:58.263Z | Compiling rustls v0.23.14 |
1337 | 2024-12-05T06:40:58.441Z | Compiling data-encoding v2.6.0 |
1338 | 2024-12-05T06:40:58.533Z | Compiling syn v1.0.109 |
1339 | 2024-12-05T06:40:58.767Z | Compiling dirs-next v2.0.0 |
1340 | 2024-12-05T06:40:59.283Z | Compiling http-body-util v0.1.2 |
1341 | 2024-12-05T06:40:59.834Z | Compiling heapless v0.7.17 |
1342 | 2024-12-05T06:41:00.299Z | Compiling crossbeam-epoch v0.9.18 |
1343 | 2024-12-05T06:41:00.359Z | Compiling signature v2.2.0 |
1344 | 2024-12-05T06:41:00.659Z | Compiling sha1 v0.10.6 |
1345 | 2024-12-05T06:41:00.951Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1346 | 2024-12-05T06:41:01.079Z | Compiling serde_derive_internals v0.29.1 |
1347 | 2024-12-05T06:41:01.102Z | Compiling thread_local v1.1.8 |
1348 | 2024-12-05T06:41:01.105Z | Compiling cookie v0.18.1 |
1349 | 2024-12-05T06:41:01.391Z | Compiling multer v3.1.0 |
1350 | 2024-12-05T06:41:01.432Z | Compiling encoding_rs v0.8.34 |
1351 | 2024-12-05T06:41:01.661Z | Compiling unicode-properties v0.1.3 |
1352 | 2024-12-05T06:41:01.680Z | Compiling gimli v0.31.1 |
1353 | 2024-12-05T06:41:02.060Z | Compiling slog-async v2.8.0 |
1354 | 2024-12-05T06:41:02.295Z | Compiling signal-hook v0.3.17 |
1355 | 2024-12-05T06:41:02.548Z | Compiling openssl-probe v0.1.5 |
1356 | 2024-12-05T06:41:02.569Z | Compiling ipnet v2.10.1 |
1357 | 2024-12-05T06:41:02.914Z | Compiling mime v0.3.17 |
1358 | 2024-12-05T06:41:03.544Z | Compiling hyper v1.5.0 |
1359 | 2024-12-05T06:41:03.856Z | Compiling schemars v0.8.21 |
1360 | 2024-12-05T06:41:03.877Z | Compiling rayon-core v1.12.1 |
1361 | 2024-12-05T06:41:04.187Z | Compiling toml_edit v0.22.22 |
1362 | 2024-12-05T06:41:04.230Z | Compiling schemars_derive v0.8.21 |
1363 | 2024-12-05T06:41:06.524Z | Compiling hyper-util v0.1.10 |
1364 | 2024-12-05T06:41:06.980Z | Compiling addr2line v0.24.2 |
1365 | 2024-12-05T06:41:07.101Z | Compiling stringprep v0.1.5 |
1366 | 2024-12-05T06:41:07.783Z | Compiling usdt-attr-macro v0.5.0 |
1367 | 2024-12-05T06:41:07.805Z | Compiling usdt-macro v0.5.0 |
1368 | 2024-12-05T06:41:07.904Z | Compiling crossbeam-deque v0.8.5 |
1369 | 2024-12-05T06:41:08.319Z | Compiling term v0.7.0 |
1370 | 2024-12-05T06:41:09.242Z | Compiling slog-json v2.6.1 |
1371 | 2024-12-05T06:41:09.356Z | Compiling serde_urlencoded v0.7.1 |
1372 | 2024-12-05T06:41:09.437Z | Compiling curve25519-dalek v4.1.3 |
1373 | 2024-12-05T06:41:09.597Z | Compiling crossbeam-channel v0.5.13 |
1374 | 2024-12-05T06:41:09.622Z | Compiling futures-executor v0.3.31 |
1375 | 2024-12-05T06:41:09.852Z | Compiling enum-as-inner v0.6.1 |
1376 | 2024-12-05T06:41:09.873Z | Compiling md-5 v0.10.6 |
1377 | 2024-12-05T06:41:10.055Z | Compiling rustls-pemfile v2.2.0 |
1378 | 2024-12-05T06:41:10.131Z | Compiling async-stream-impl v0.3.6 |
1379 | 2024-12-05T06:41:10.200Z | Compiling num-integer v0.1.46 |
1380 | 2024-12-05T06:41:10.407Z | Compiling idna v0.4.0 |
1381 | 2024-12-05T06:41:10.730Z | Compiling idna v0.3.0 |
1382 | 2024-12-05T06:41:10.942Z | Compiling hash32 v0.2.1 |
1383 | 2024-12-05T06:41:10.963Z | Compiling ff v0.13.0 |
1384 | 2024-12-05T06:41:11.175Z | Compiling is-terminal v0.4.13 |
1385 | 2024-12-05T06:41:11.307Z | Compiling object v0.36.5 |
1386 | 2024-12-05T06:41:11.328Z | Compiling dropshot v0.12.0 |
1387 | 2024-12-05T06:41:11.489Z | Compiling linked-hash-map v0.5.6 |
1388 | 2024-12-05T06:41:11.604Z | Compiling rustc-demangle v0.1.24 |
1389 | 2024-12-05T06:41:11.861Z | Compiling quick-error v1.2.3 |
1390 | 2024-12-05T06:41:12.014Z | Compiling anyhow v1.0.93 |
1391 | 2024-12-05T06:41:12.130Z | Compiling smoltcp v0.9.1 |
1392 | 2024-12-05T06:41:12.422Z | Compiling psl-types v2.0.11 |
1393 | 2024-12-05T06:41:12.510Z | Compiling dyn-clone v1.0.17 |
1394 | 2024-12-05T06:41:12.583Z | Compiling take_mut v0.2.2 |
1395 | 2024-12-05T06:41:12.615Z | Compiling fallible-iterator v0.2.0 |
1396 | 2024-12-05T06:41:12.637Z | Compiling portable-atomic v1.9.0 |
1397 | 2024-12-05T06:41:12.731Z | Compiling base16ct v0.2.0 |
1398 | 2024-12-05T06:41:12.753Z | Compiling utf-8 v0.7.6 |
1399 | 2024-12-05T06:41:12.834Z | Compiling num-bigint-dig v0.8.4 |
1400 | 2024-12-05T06:41:13.062Z | Compiling tungstenite v0.24.0 |
1401 | 2024-12-05T06:41:13.092Z | Compiling sec1 v0.7.3 |
1402 | 2024-12-05T06:41:13.341Z | Compiling postgres-protocol v0.6.7 |
1403 | 2024-12-05T06:41:14.194Z | Compiling publicsuffix v2.2.3 |
1404 | 2024-12-05T06:41:14.393Z | Compiling resolv-conf v0.7.0 |
1405 | 2024-12-05T06:41:14.471Z | Compiling lru-cache v0.1.2 |
1406 | 2024-12-05T06:41:14.743Z | Compiling async-stream v0.3.6 |
1407 | 2024-12-05T06:41:14.763Z | Compiling hickory-proto v0.24.1 |
1408 | 2024-12-05T06:41:15.051Z | Compiling usdt v0.5.0 |
1409 | 2024-12-05T06:41:15.207Z | Compiling slog-term v2.9.1 |
1410 | 2024-12-05T06:41:15.579Z | Compiling group v0.13.0 |
1411 | 2024-12-05T06:41:15.881Z | Compiling num-iter v0.1.45 |
1412 | 2024-12-05T06:41:16.198Z | Compiling futures v0.3.31 |
1413 | 2024-12-05T06:41:16.324Z | Compiling slog-bunyan v2.5.0 |
1414 | 2024-12-05T06:41:17.544Z | Compiling toml v0.8.19 |
1415 | 2024-12-05T06:41:17.795Z | Compiling camino v1.1.9 |
1416 | 2024-12-05T06:41:18.365Z | Compiling tokio-native-tls v0.3.1 |
1417 | 2024-12-05T06:41:18.658Z | Compiling phf_shared v0.11.2 |
1418 | 2024-12-05T06:41:18.791Z | Compiling backtrace v0.3.74 |
1419 | 2024-12-05T06:41:18.810Z | Compiling dropshot_endpoint v0.12.0 |
1420 | 2024-12-05T06:41:19.052Z | Compiling terminal_size v0.4.0 |
1421 | 2024-12-05T06:41:19.266Z | Compiling waitgroup v0.1.2 |
1422 | 2024-12-05T06:41:19.341Z | Compiling openapiv3 v2.0.0 |
1423 | 2024-12-05T06:41:19.498Z | Compiling serde_path_to_error v0.1.16 |
1424 | 2024-12-05T06:41:19.500Z | Compiling hkdf v0.12.4 |
1425 | 2024-12-05T06:41:19.766Z | Compiling crypto-bigint v0.5.5 |
1426 | 2024-12-05T06:41:20.370Z | Compiling webpki-roots v0.26.6 |
1427 | 2024-12-05T06:41:20.600Z | Compiling zerocopy-derive v0.6.6 |
1428 | 2024-12-05T06:41:22.526Z | Compiling curve25519-dalek-derive v0.1.1 |
1429 | 2024-12-05T06:41:22.664Z | Compiling hubpack_derive v0.1.1 |
1430 | 2024-12-05T06:41:22.901Z | Compiling idna v0.5.0 |
1431 | 2024-12-05T06:41:23.527Z | Compiling hostname v0.4.0 |
1432 | 2024-12-05T06:41:23.591Z | Compiling ahash v0.8.11 |
1433 | 2024-12-05T06:41:23.780Z | Compiling crc32fast v1.4.2 |
1434 | 2024-12-05T06:41:23.803Z | Compiling fs-err v2.11.0 |
1435 | 2024-12-05T06:41:23.930Z | Compiling winnow v0.5.40 |
1436 | 2024-12-05T06:41:24.078Z | Compiling managed v0.8.0 |
1437 | 2024-12-05T06:41:24.112Z | Compiling bitflags v1.3.2 |
1438 | 2024-12-05T06:41:24.134Z | Compiling debug-ignore v1.0.5 |
1439 | 2024-12-05T06:41:24.273Z | Compiling console v0.15.8 |
1440 | 2024-12-05T06:41:24.594Z | Compiling strum_macros v0.25.3 |
1441 | 2024-12-05T06:41:25.621Z | Compiling flate2 v1.0.34 |
1442 | 2024-12-05T06:41:25.912Z | Compiling clap_builder v4.5.21 |
1443 | 2024-12-05T06:41:26.002Z | Compiling cookie_store v0.21.0 |
1444 | 2024-12-05T06:41:26.614Z | Compiling hubpack v0.1.2 |
1445 | 2024-12-05T06:41:26.684Z | Compiling zerocopy v0.6.6 |
1446 | 2024-12-05T06:41:27.085Z | Compiling elliptic-curve v0.13.8 |
1447 | 2024-12-05T06:41:27.595Z | Compiling toml_edit v0.19.15 |
1448 | 2024-12-05T06:41:27.648Z | Compiling hickory-resolver v0.24.1 |
1449 | 2024-12-05T06:41:27.970Z | Compiling phf v0.11.2 |
1450 | 2024-12-05T06:41:28.265Z | Compiling hyper-tls v0.6.0 |
1451 | 2024-12-05T06:41:28.680Z | Compiling signal-hook-mio v0.2.4 |
1452 | 2024-12-05T06:41:28.731Z | Compiling rayon v1.10.0 |
1453 | 2024-12-05T06:41:28.808Z | Compiling bzip2 v0.4.4 |
1454 | 2024-12-05T06:41:29.201Z | Compiling tokio-tungstenite v0.24.0 |
1455 | 2024-12-05T06:41:29.755Z | Compiling postgres-types v0.2.8 |
1456 | 2024-12-05T06:41:32.520Z | Compiling ed25519 v2.2.3 |
1457 | 2024-12-05T06:41:32.669Z | Compiling phf_shared v0.10.0 |
1458 | 2024-12-05T06:41:33.088Z | Compiling tokio-stream v0.1.16 |
1459 | 2024-12-05T06:41:33.665Z | Compiling pkcs1 v0.7.5 |
1460 | 2024-12-05T06:41:34.221Z | Compiling serde-big-array v0.5.1 |
1461 | 2024-12-05T06:41:34.464Z | Compiling clap_derive v4.5.18 |
1462 | 2024-12-05T06:41:34.486Z | Compiling rfc6979 v0.4.0 |
1463 | 2024-12-05T06:41:34.567Z | Compiling serde_repr v0.1.19 |
1464 | 2024-12-05T06:41:34.676Z | Compiling derive-where v1.2.7 |
1465 | 2024-12-05T06:41:34.705Z | Compiling float-cmp v0.9.0 |
1466 | 2024-12-05T06:41:34.932Z | Compiling bstr v1.10.0 |
1467 | 2024-12-05T06:41:35.530Z | Compiling sync_wrapper v1.0.1 |
1468 | 2024-12-05T06:41:35.684Z | Compiling static_assertions v1.1.0 |
1469 | 2024-12-05T06:41:35.763Z | Compiling whoami v1.5.2 |
1470 | 2024-12-05T06:41:35.785Z | Compiling new_debug_unreachable v1.0.6 |
1471 | 2024-12-05T06:41:35.804Z | Compiling unicode-segmentation v1.12.0 |
1472 | 2024-12-05T06:41:35.885Z | Compiling precomputed-hash v0.1.1 |
1473 | 2024-12-05T06:41:36.007Z | Compiling difflib v0.4.0 |
1474 | 2024-12-05T06:41:36.400Z | Compiling predicates-core v1.0.8 |
1475 | 2024-12-05T06:41:36.736Z | Compiling normalize-line-endings v0.3.0 |
1476 | 2024-12-05T06:41:36.764Z | Compiling fixedbitset v0.4.2 |
1477 | 2024-12-05T06:41:36.783Z | Compiling bit-vec v0.6.3 |
1478 | 2024-12-05T06:41:36.859Z | Compiling unicode-width v0.2.0 |
1479 | 2024-12-05T06:41:37.229Z | Compiling number_prefix v0.4.0 |
1480 | 2024-12-05T06:41:37.251Z | Compiling bit-set v0.5.3 |
1481 | 2024-12-05T06:41:37.401Z | Compiling indicatif v0.17.9 |
1482 | 2024-12-05T06:41:37.459Z | Compiling petgraph v0.6.5 |
1483 | 2024-12-05T06:41:37.545Z | Compiling predicates v3.1.2 |
1484 | 2024-12-05T06:41:37.648Z | Compiling similar v2.6.0 |
1485 | 2024-12-05T06:41:38.326Z | Compiling tokio-postgres v0.7.12 |
1486 | 2024-12-05T06:41:39.401Z | Compiling string_cache v0.8.7 |
1487 | 2024-12-05T06:41:39.628Z | Compiling clap v4.5.21 |
1488 | 2024-12-05T06:41:39.720Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1489 | 2024-12-05T06:41:39.757Z | Compiling ecdsa v0.16.9 |
1490 | 2024-12-05T06:41:39.866Z | Compiling rsa v0.9.6 |
1491 | 2024-12-05T06:41:40.096Z | Compiling ed25519-dalek v2.1.1 |
1492 | 2024-12-05T06:41:40.630Z | Compiling toml v0.7.8 |
1493 | 2024-12-05T06:41:41.409Z | Compiling zip v0.6.6 |
1494 | 2024-12-05T06:41:41.686Z | Compiling crossterm v0.28.1 |
1495 | 2024-12-05T06:41:43.071Z | Compiling hex v0.4.3 |
1496 | 2024-12-05T06:41:43.517Z | Compiling x509-cert v0.2.5 |
1497 | 2024-12-05T06:41:43.736Z | Compiling itertools v0.10.5 |
1498 | 2024-12-05T06:41:43.757Z | Compiling lalrpop-util v0.19.12 |
1499 | 2024-12-05T06:41:44.109Z | Compiling unicode-xid v0.2.6 |
1500 | 2024-12-05T06:41:44.131Z | Compiling peg-runtime v0.8.3 |
1501 | 2024-12-05T06:41:44.294Z | Compiling strum_macros v0.26.4 |
1502 | 2024-12-05T06:41:44.820Z | Compiling xattr v1.3.1 |
1503 | 2024-12-05T06:41:45.100Z | Compiling filetime v0.2.25 |
1504 | 2024-12-05T06:41:45.412Z | Compiling tar v0.4.42 |
1505 | 2024-12-05T06:41:49.238Z | Compiling strum v0.26.3 |
1506 | 2024-12-05T06:41:52.292Z | Compiling aws-lc-sys v0.22.0 |
1507 | 2024-12-05T06:42:20.389Z | Compiling rustls-webpki v0.102.8 |
1508 | 2024-12-05T06:42:23.776Z | Compiling tokio-rustls v0.25.0 |
1509 | 2024-12-05T06:42:25.434Z | Compiling tokio-rustls v0.26.0 |
1510 | 2024-12-05T06:42:25.820Z | Compiling hyper-rustls v0.27.3 |
1511 | 2024-12-05T06:42:26.214Z | Compiling reqwest v0.12.9 |
1512 | 2024-12-05T06:42:27.467Z | Compiling qorb v0.2.1 |
1513 | 2024-12-05T06:42:32.155Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1514 | 2024-12-05T06:42:32.387Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1515 | 2024-12-05T06:42:38.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
1516 | 2024-12-05T06:42:38.448Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1517 | 2024-12-05T06:42:38.503Z | Dec 05 06:42:38.201 INFO Starting download, target: Clickhouse |
1518 | 2024-12-05T06:42:38.503Z | Dec 05 06:42:38.202 INFO Starting download, target: Cockroach |
1519 | 2024-12-05T06:42:38.503Z | Dec 05 06:42:38.202 INFO Starting download, target: Console |
1520 | 2024-12-05T06:42:38.503Z | Dec 05 06:42:38.202 INFO Starting download, target: DendriteOpenapi |
1521 | 2024-12-05T06:42:38.503Z | Dec 05 06:42:38.202 INFO Starting download, target: DendriteStub |
1522 | 2024-12-05T06:42:38.503Z | Dec 05 06:42:38.202 INFO Starting download, target: MaghemiteMgd |
1523 | 2024-12-05T06:42:38.505Z | Dec 05 06:42:38.202 INFO Starting download, target: TransceiverControl |
1524 | 2024-12-05T06:42:38.505Z | Dec 05 06:42:38.202 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1525 | 2024-12-05T06:42:38.505Z | Dec 05 06:42:38.202 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1526 | 2024-12-05T06:42:38.506Z | Dec 05 06:42:38.202 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1527 | 2024-12-05T06:42:38.506Z | Dec 05 06:42:38.203 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1528 | 2024-12-05T06:42:38.506Z | Dec 05 06:42:38.203 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1529 | 2024-12-05T06:42:38.506Z | Dec 05 06:42:38.203 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1530 | 2024-12-05T06:42:38.506Z | Dec 05 06:42:38.203 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1531 | 2024-12-05T06:42:38.690Z | Dec 05 06:42:38.365 INFO Download complete, target: DendriteOpenapi |
1532 | 2024-12-05T06:42:38.812Z | Dec 05 06:42:38.504 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1533 | 2024-12-05T06:42:39.015Z | Dec 05 06:42:38.708 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1534 | 2024-12-05T06:42:39.342Z | Dec 05 06:42:39.024 INFO Download complete, target: Console |
1535 | 2024-12-05T06:42:39.437Z | Dec 05 06:42:39.135 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1536 | 2024-12-05T06:42:39.443Z | Dec 05 06:42:39.141 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1537 | 2024-12-05T06:42:39.471Z | Dec 05 06:42:39.169 INFO Download complete, target: TransceiverControl |
1538 | 2024-12-05T06:42:40.144Z | Dec 05 06:42:39.842 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1539 | 2024-12-05T06:42:40.144Z | Dec 05 06:42:39.843 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1540 | 2024-12-05T06:42:40.899Z | Dec 05 06:42:40.597 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1541 | 2024-12-05T06:42:42.157Z | Dec 05 06:42:41.856 INFO Download complete, target: DendriteStub |
1542 | 2024-12-05T06:42:42.160Z | Dec 05 06:42:41.856 INFO Download complete, target: MaghemiteMgd |
1543 | 2024-12-05T06:42:47.348Z | Dec 05 06:42:47.036 INFO Checking that binary works, target: Cockroach |
1544 | 2024-12-05T06:42:47.716Z | Dec 05 06:42:47.413 INFO Download complete, target: Cockroach |
1545 | 2024-12-05T06:42:52.673Z | Dec 05 06:42:52.369 INFO Checking that binary works, target: Clickhouse |
1546 | 2024-12-05T06:42:52.817Z | Dec 05 06:42:52.513 INFO Download complete, target: Clickhouse |
1547 | 2024-12-05T06:42:52.824Z | All prerequisites installed successfully |
1548 | 2024-12-05T06:42:52.827Z | |
1549 | 2024-12-05T06:42:52.827Z | real 4:41.561794997 |
1550 | 2024-12-05T06:42:52.827Z | user 16:32.470150009 |
1551 | 2024-12-05T06:42:52.827Z | sys 3:15.904789286 |
1552 | 2024-12-05T06:42:52.827Z | trap 0.550346834 |
1553 | 2024-12-05T06:42:52.827Z | tflt 1.552171319 |
1554 | 2024-12-05T06:42:52.827Z | dflt 2.344885119 |
1555 | 2024-12-05T06:42:52.827Z | kflt 0.025544135 |
1556 | 2024-12-05T06:42:52.827Z | lock 29:41.972730378 |
1557 | 2024-12-05T06:42:52.827Z | slp 1:01:19.331222803 |
1558 | 2024-12-05T06:42:52.827Z | lat 58.846891983 |
1559 | 2024-12-05T06:42:52.827Z | stop 2:22.118042049 |
1560 | 2024-12-05T06:42:52.827Z | + ptime -m cargo xtask download softnpu |
1561 | 2024-12-05T06:42:53.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1562 | 2024-12-05T06:42:53.372Z | Running `target/debug/xtask download softnpu` |
1563 | 2024-12-05T06:42:54.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1564 | 2024-12-05T06:42:54.271Z | Running `target/debug/xtask-downloader softnpu` |
1565 | 2024-12-05T06:42:54.308Z | Dec 05 06:42:54.004 INFO Starting download, target: Softnpu |
1566 | 2024-12-05T06:42:54.311Z | Dec 05 06:42:54.005 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1567 | 2024-12-05T06:42:54.918Z | Dec 05 06:42:54.614 INFO Download complete, target: Softnpu |
1568 | 2024-12-05T06:42:54.922Z | |
1569 | 2024-12-05T06:42:54.925Z | real 2.091063747 |
1570 | 2024-12-05T06:42:54.925Z | user 1.267665118 |
1571 | 2024-12-05T06:42:54.925Z | sys 0.538311157 |
1572 | 2024-12-05T06:42:54.925Z | trap 0.000934511 |
1573 | 2024-12-05T06:42:54.925Z | tflt 0.000005507 |
1574 | 2024-12-05T06:42:54.925Z | dflt 0.000055320 |
1575 | 2024-12-05T06:42:54.925Z | kflt 0.000000000 |
1576 | 2024-12-05T06:42:54.925Z | lock 6.239502802 |
1577 | 2024-12-05T06:42:54.925Z | slp 0.469732601 |
1578 | 2024-12-05T06:42:54.925Z | lat 0.066148899 |
1579 | 2024-12-05T06:42:54.925Z | stop 0.000143007 |
1580 | 2024-12-05T06:42:54.925Z | + export CARGO_INCREMENTAL=0 |
1581 | 2024-12-05T06:42:54.925Z | + CARGO_INCREMENTAL=0 |
1582 | 2024-12-05T06:42:54.925Z | + 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-12-05T06:42:55.874Z | Compiling proc-macro2 v1.0.89 |
1584 | 2024-12-05T06:42:55.874Z | Compiling unicode-ident v1.0.13 |
1585 | 2024-12-05T06:42:55.875Z | Compiling libc v0.2.162 |
1586 | 2024-12-05T06:42:55.877Z | Compiling serde v1.0.215 |
1587 | 2024-12-05T06:42:55.877Z | Compiling autocfg v1.4.0 |
1588 | 2024-12-05T06:42:55.877Z | Compiling version_check v0.9.5 |
1589 | 2024-12-05T06:42:55.877Z | Compiling cfg-if v1.0.0 |
1590 | 2024-12-05T06:42:56.101Z | Compiling memchr v2.7.4 |
1591 | 2024-12-05T06:42:56.119Z | Compiling typenum v1.17.0 |
1592 | 2024-12-05T06:42:56.195Z | Compiling shlex v1.3.0 |
1593 | 2024-12-05T06:42:56.577Z | Compiling value-bag v1.9.0 |
1594 | 2024-12-05T06:42:56.614Z | Compiling scopeguard v1.2.0 |
1595 | 2024-12-05T06:42:56.662Z | Compiling generic-array v0.14.7 |
1596 | 2024-12-05T06:42:56.915Z | Compiling lock_api v0.4.12 |
1597 | 2024-12-05T06:42:56.981Z | Compiling parking_lot_core v0.9.10 |
1598 | 2024-12-05T06:42:57.147Z | Compiling log v0.4.22 |
1599 | 2024-12-05T06:42:57.419Z | Compiling once_cell v1.20.2 |
1600 | 2024-12-05T06:42:57.566Z | Compiling serde_json v1.0.132 |
1601 | 2024-12-05T06:42:57.821Z | Compiling quote v1.0.37 |
1602 | 2024-12-05T06:42:57.871Z | Compiling rustix v0.38.37 |
1603 | 2024-12-05T06:42:57.888Z | Compiling libm v0.2.8 |
1604 | 2024-12-05T06:42:58.007Z | Compiling jobserver v0.1.32 |
1605 | 2024-12-05T06:42:58.209Z | Compiling syn v2.0.87 |
1606 | 2024-12-05T06:42:58.230Z | Compiling getrandom v0.2.15 |
1607 | 2024-12-05T06:42:58.464Z | Compiling cc v1.1.30 |
1608 | 2024-12-05T06:42:58.518Z | Compiling thiserror v1.0.69 |
1609 | 2024-12-05T06:42:58.584Z | Compiling aho-corasick v1.1.3 |
1610 | 2024-12-05T06:42:58.643Z | Compiling regex-syntax v0.8.5 |
1611 | 2024-12-05T06:42:58.745Z | Compiling num-traits v0.2.19 |
1612 | 2024-12-05T06:42:58.804Z | Compiling either v1.13.0 |
1613 | 2024-12-05T06:42:59.021Z | Compiling itoa v1.0.11 |
1614 | 2024-12-05T06:42:59.036Z | Compiling spin v0.9.8 |
1615 | 2024-12-05T06:42:59.242Z | Compiling slab v0.4.9 |
1616 | 2024-12-05T06:42:59.548Z | Compiling byteorder v1.5.0 |
1617 | 2024-12-05T06:42:59.693Z | Compiling errno v0.3.9 |
1618 | 2024-12-05T06:42:59.916Z | Compiling rand_core v0.6.4 |
1619 | 2024-12-05T06:43:00.006Z | Compiling lazy_static v1.5.0 |
1620 | 2024-12-05T06:43:00.125Z | Compiling glob v0.3.1 |
1621 | 2024-12-05T06:43:00.723Z | Compiling prettyplease v0.2.25 |
1622 | 2024-12-05T06:43:00.939Z | Compiling clang-sys v1.8.1 |
1623 | 2024-12-05T06:43:01.206Z | Compiling minimal-lexical v0.2.1 |
1624 | 2024-12-05T06:43:01.342Z | Compiling libloading v0.8.5 |
1625 | 2024-12-05T06:43:01.606Z | Compiling nom v7.1.3 |
1626 | 2024-12-05T06:43:01.672Z | Compiling bindgen v0.69.5 |
1627 | 2024-12-05T06:43:01.712Z | Compiling home v0.5.9 |
1628 | 2024-12-05T06:43:01.865Z | Compiling subtle v2.6.1 |
1629 | 2024-12-05T06:43:01.940Z | Compiling allocator-api2 v0.2.18 |
1630 | 2024-12-05T06:43:02.166Z | Compiling regex-automata v0.4.8 |
1631 | 2024-12-05T06:43:02.499Z | Compiling itertools v0.12.1 |
1632 | 2024-12-05T06:43:02.752Z | Compiling rustc-hash v1.1.0 |
1633 | 2024-12-05T06:43:02.913Z | Compiling lazycell v1.3.0 |
1634 | 2024-12-05T06:43:02.958Z | Compiling semver v1.0.23 |
1635 | 2024-12-05T06:43:03.073Z | Compiling smallvec v1.13.2 |
1636 | 2024-12-05T06:43:03.422Z | Compiling cmake v0.1.51 |
1637 | 2024-12-05T06:43:03.776Z | Compiling dunce v1.0.5 |
1638 | 2024-12-05T06:43:03.914Z | Compiling fs_extra v1.3.0 |
1639 | 2024-12-05T06:43:04.895Z | Compiling pkg-config v0.3.31 |
1640 | 2024-12-05T06:43:05.011Z | Compiling cexpr v0.6.0 |
1641 | 2024-12-05T06:43:05.294Z | Compiling ring v0.17.8 |
1642 | 2024-12-05T06:43:05.665Z | Compiling ryu v1.0.18 |
1643 | 2024-12-05T06:43:05.710Z | Compiling pin-project-lite v0.2.14 |
1644 | 2024-12-05T06:43:05.846Z | Compiling synstructure v0.13.1 |
1645 | 2024-12-05T06:43:06.121Z | Compiling const-oid v0.9.6 |
1646 | 2024-12-05T06:43:06.295Z | Compiling paste v1.0.15 |
1647 | 2024-12-05T06:43:06.744Z | Compiling fnv v1.0.7 |
1648 | 2024-12-05T06:43:06.991Z | Compiling foldhash v0.1.3 |
1649 | 2024-12-05T06:43:07.014Z | Compiling httparse v1.9.5 |
1650 | 2024-12-05T06:43:07.256Z | Compiling equivalent v1.0.1 |
1651 | 2024-12-05T06:43:07.275Z | Compiling aws-lc-rs v1.10.0 |
1652 | 2024-12-05T06:43:07.397Z | Compiling hashbrown v0.15.0 |
1653 | 2024-12-05T06:43:07.678Z | Compiling regex v1.11.1 |
1654 | 2024-12-05T06:43:08.102Z | Compiling heck v0.5.0 |
1655 | 2024-12-05T06:43:08.669Z | Compiling schemars v0.8.21 |
1656 | 2024-12-05T06:43:08.753Z | Compiling serde_derive_internals v0.29.1 |
1657 | 2024-12-05T06:43:08.789Z | Compiling signal-hook-registry v1.4.2 |
1658 | 2024-12-05T06:43:09.026Z | Compiling mio v1.0.2 |
1659 | 2024-12-05T06:43:09.096Z | Compiling parking_lot v0.12.3 |
1660 | 2024-12-05T06:43:10.950Z | Compiling crossbeam-utils v0.8.20 |
1661 | 2024-12-05T06:43:10.969Z | Compiling stable_deref_trait v1.2.0 |
1662 | 2024-12-05T06:43:11.077Z | Compiling socket2 v0.5.7 |
1663 | 2024-12-05T06:43:11.159Z | Compiling futures-core v0.3.31 |
1664 | 2024-12-05T06:43:11.449Z | Compiling serde_derive v1.0.215 |
1665 | 2024-12-05T06:43:11.474Z | Compiling zeroize_derive v1.4.2 |
1666 | 2024-12-05T06:43:11.831Z | Compiling zerocopy-derive v0.7.35 |
1667 | 2024-12-05T06:43:12.709Z | Compiling thiserror-impl v1.0.69 |
1668 | 2024-12-05T06:43:12.734Z | Compiling tokio-macros v2.4.0 |
1669 | 2024-12-05T06:43:12.936Z | Compiling zerofrom-derive v0.1.4 |
1670 | 2024-12-05T06:43:12.956Z | Compiling yoke-derive v0.7.4 |
1671 | 2024-12-05T06:43:12.981Z | Compiling zeroize v1.8.1 |
1672 | 2024-12-05T06:43:13.793Z | Compiling futures-macro v0.3.31 |
1673 | 2024-12-05T06:43:13.889Z | Compiling zerovec-derive v0.10.3 |
1674 | 2024-12-05T06:43:14.179Z | Compiling zerocopy v0.7.35 |
1675 | 2024-12-05T06:43:15.213Z | Compiling displaydoc v0.2.5 |
1676 | 2024-12-05T06:43:15.568Z | Compiling crypto-common v0.1.6 |
1677 | 2024-12-05T06:43:15.694Z | Compiling tracing-attributes v0.1.27 |
1678 | 2024-12-05T06:43:15.765Z | Compiling icu_provider_macros v1.5.0 |
1679 | 2024-12-05T06:43:15.794Z | Compiling block-buffer v0.10.4 |
1680 | 2024-12-05T06:43:16.019Z | Compiling digest v0.10.7 |
1681 | 2024-12-05T06:43:16.323Z | Compiling schemars_derive v0.8.21 |
1682 | 2024-12-05T06:43:16.456Z | Compiling der_derive v0.7.3 |
1683 | 2024-12-05T06:43:16.750Z | Compiling time-core v0.1.2 |
1684 | 2024-12-05T06:43:16.877Z | Compiling num-conv v0.1.0 |
1685 | 2024-12-05T06:43:17.164Z | Compiling time-macros v0.2.18 |
1686 | 2024-12-05T06:43:17.246Z | Compiling vcpkg v0.2.15 |
1687 | 2024-12-05T06:43:18.929Z | Compiling openssl-sys v0.9.103 |
1688 | 2024-12-05T06:43:19.844Z | Compiling cpufeatures v0.2.14 |
1689 | 2024-12-05T06:43:19.947Z | Compiling futures-sink v0.3.31 |
1690 | 2024-12-05T06:43:20.120Z | Compiling slog v2.7.0 |
1691 | 2024-12-05T06:43:20.123Z | Compiling ahash v0.8.11 |
1692 | 2024-12-05T06:43:20.261Z | Compiling syn v1.0.109 |
1693 | 2024-12-05T06:43:20.663Z | Compiling zerofrom v0.1.4 |
1694 | 2024-12-05T06:43:20.902Z | Compiling scroll_derive v0.12.0 |
1695 | 2024-12-05T06:43:20.943Z | Compiling iana-time-zone v0.1.61 |
1696 | 2024-12-05T06:43:21.136Z | Compiling ucd-trie v0.1.7 |
1697 | 2024-12-05T06:43:21.383Z | Compiling pest v2.7.14 |
1698 | 2024-12-05T06:43:21.626Z | Compiling yoke v0.7.4 |
1699 | 2024-12-05T06:43:21.645Z | Compiling futures-channel v0.3.31 |
1700 | 2024-12-05T06:43:22.029Z | Compiling hmac v0.12.1 |
1701 | 2024-12-05T06:43:22.273Z | Compiling futures-io v0.3.31 |
1702 | 2024-12-05T06:43:22.468Z | Compiling pin-utils v0.1.0 |
1703 | 2024-12-05T06:43:22.508Z | Compiling openssl v0.10.66 |
1704 | 2024-12-05T06:43:22.571Z | Compiling futures-task v0.3.31 |
1705 | 2024-12-05T06:43:22.902Z | Compiling futures-util v0.3.31 |
1706 | 2024-12-05T06:43:22.970Z | Compiling zerovec v0.10.4 |
1707 | 2024-12-05T06:43:23.337Z | Compiling block-padding v0.3.3 |
1708 | 2024-12-05T06:43:24.036Z | Compiling pest_meta v2.7.14 |
1709 | 2024-12-05T06:43:24.385Z | Compiling tinyvec_macros v0.1.1 |
1710 | 2024-12-05T06:43:24.475Z | Compiling tinyvec v1.8.0 |
1711 | 2024-12-05T06:43:24.983Z | Compiling bitflags v2.6.0 |
1712 | 2024-12-05T06:43:25.200Z | Compiling bytes v1.8.0 |
1713 | 2024-12-05T06:43:26.730Z | Compiling indexmap v2.6.0 |
1714 | 2024-12-05T06:43:28.094Z | Compiling tokio v1.40.0 |
1715 | 2024-12-05T06:43:28.877Z | Compiling serde_tokenstream v0.2.2 |
1716 | 2024-12-05T06:43:29.441Z | Compiling which v4.4.2 |
1717 | 2024-12-05T06:43:29.612Z | Compiling http v1.1.0 |
1718 | 2024-12-05T06:43:29.658Z | Compiling uuid v1.11.0 |
1719 | 2024-12-05T06:43:30.570Z | Compiling rustc_version v0.4.1 |
1720 | 2024-12-05T06:43:30.929Z | Compiling chrono v0.4.38 |
1721 | 2024-12-05T06:43:33.005Z | Compiling pest_generator v2.7.14 |
1722 | 2024-12-05T06:43:33.908Z | Compiling toml_datetime v0.6.8 |
1723 | 2024-12-05T06:43:34.325Z | Compiling serde_spanned v0.6.8 |
1724 | 2024-12-05T06:43:34.554Z | Compiling inout v0.1.3 |
1725 | 2024-12-05T06:43:34.802Z | Compiling openssl-macros v0.1.1 |
1726 | 2024-12-05T06:43:35.509Z | Compiling rustls v0.23.14 |
1727 | 2024-12-05T06:43:35.795Z | Compiling native-tls v0.2.12 |
1728 | 2024-12-05T06:43:36.250Z | Compiling strsim v0.11.1 |
1729 | 2024-12-05T06:43:37.356Z | Compiling cipher v0.4.4 |
1730 | 2024-12-05T06:43:37.467Z | Compiling pest_derive v2.7.14 |
1731 | 2024-12-05T06:43:37.857Z | Compiling unicode-normalization v0.1.24 |
1732 | 2024-12-05T06:43:37.876Z | Compiling tinystr v0.7.6 |
1733 | 2024-12-05T06:43:38.213Z | Compiling sha2 v0.10.8 |
1734 | 2024-12-05T06:43:38.338Z | Compiling tracing-core v0.1.32 |
1735 | 2024-12-05T06:43:38.739Z | Compiling usdt-impl v0.5.0 |
1736 | 2024-12-05T06:43:38.917Z | Compiling unicode-bidi v0.3.17 |
1737 | 2024-12-05T06:43:39.000Z | Compiling dyn-clone v1.0.17 |
1738 | 2024-12-05T06:43:39.050Z | Compiling base64ct v1.6.0 |
1739 | 2024-12-05T06:43:39.217Z | Compiling writeable v0.5.5 |
1740 | 2024-12-05T06:43:39.276Z | Compiling litemap v0.7.3 |
1741 | 2024-12-05T06:43:39.625Z | Compiling pem-rfc7468 v0.7.0 |
1742 | 2024-12-05T06:43:39.693Z | Compiling icu_locid v1.5.0 |
1743 | 2024-12-05T06:43:40.125Z | Compiling tracing v0.1.40 |
1744 | 2024-12-05T06:43:40.952Z | Compiling scroll v0.12.0 |
1745 | 2024-12-05T06:43:41.119Z | Compiling ppv-lite86 v0.2.20 |
1746 | 2024-12-05T06:43:41.511Z | Compiling async-trait v0.1.83 |
1747 | 2024-12-05T06:43:41.985Z | Compiling cookie v0.18.1 |
1748 | 2024-12-05T06:43:42.263Z | Compiling camino v1.1.9 |
1749 | 2024-12-05T06:43:43.076Z | Compiling plain v0.2.3 |
1750 | 2024-12-05T06:43:43.240Z | Compiling anyhow v1.0.93 |
1751 | 2024-12-05T06:43:43.595Z | Compiling aws-lc-sys v0.22.0 |
1752 | 2024-12-05T06:43:43.775Z | Compiling flagset v0.4.6 |
1753 | 2024-12-05T06:43:45.495Z | Compiling der v0.7.9 |
1754 | 2024-12-05T06:43:47.411Z | Compiling goblin v0.8.2 |
1755 | 2024-12-05T06:43:48.405Z | Compiling rand_chacha v0.3.1 |
1756 | 2024-12-05T06:43:49.873Z | Compiling icu_provider v1.5.0 |
1757 | 2024-12-05T06:43:50.846Z | Compiling rustls v0.22.4 |
1758 | 2024-12-05T06:43:51.109Z | Compiling icu_locid_transform_data v1.5.0 |
1759 | 2024-12-05T06:43:51.164Z | Compiling percent-encoding v2.3.1 |
1760 | 2024-12-05T06:43:51.209Z | Compiling rustls-pki-types v1.9.0 |
1761 | 2024-12-05T06:43:51.551Z | Compiling rayon-core v1.12.1 |
1762 | 2024-12-05T06:43:51.592Z | Compiling untrusted v0.7.1 |
1763 | 2024-12-05T06:43:51.781Z | Compiling pretty-hex v0.4.1 |
1764 | 2024-12-05T06:43:52.187Z | Compiling icu_locid_transform v1.5.0 |
1765 | 2024-12-05T06:43:53.483Z | Compiling dof v0.3.0 |
1766 | 2024-12-05T06:43:54.226Z | Compiling rand v0.8.5 |
1767 | 2024-12-05T06:43:54.481Z | Compiling spki v0.7.3 |
1768 | 2024-12-05T06:43:54.720Z | Compiling dtrace-parser v0.2.0 |
1769 | 2024-12-05T06:43:54.847Z | Compiling salsa20 v0.10.2 |
1770 | 2024-12-05T06:43:55.080Z | Compiling tokio-util v0.7.12 |
1771 | 2024-12-05T06:43:55.877Z | Compiling icu_collections v1.5.0 |
1772 | 2024-12-05T06:43:56.366Z | Compiling pbkdf2 v0.12.2 |
1773 | 2024-12-05T06:43:56.557Z | Compiling thread-id v4.2.2 |
1774 | 2024-12-05T06:43:56.654Z | Compiling powerfmt v0.2.0 |
1775 | 2024-12-05T06:43:56.730Z | Compiling untrusted v0.9.0 |
1776 | 2024-12-05T06:43:56.873Z | Compiling icu_properties_data v1.5.0 |
1777 | 2024-12-05T06:43:56.929Z | Compiling mirai-annotations v1.12.0 |
1778 | 2024-12-05T06:43:57.138Z | Compiling winnow v0.5.40 |
1779 | 2024-12-05T06:43:57.333Z | Compiling icu_properties v1.5.1 |
1780 | 2024-12-05T06:43:57.548Z | Compiling deranged v0.3.11 |
1781 | 2024-12-05T06:44:01.128Z | Compiling toml_edit v0.19.15 |
1782 | 2024-12-05T06:44:01.995Z | Compiling scrypt v0.11.0 |
1783 | 2024-12-05T06:44:02.066Z | Compiling cbc v0.1.2 |
1784 | 2024-12-05T06:44:02.291Z | Compiling aes v0.8.4 |
1785 | 2024-12-05T06:44:02.825Z | Compiling multer v3.1.0 |
1786 | 2024-12-05T06:44:03.115Z | Compiling utf8_iter v1.0.4 |
1787 | 2024-12-05T06:44:03.349Z | Compiling slog-async v2.8.0 |
1788 | 2024-12-05T06:44:03.569Z | Compiling rustversion v1.0.17 |
1789 | 2024-12-05T06:44:03.587Z | Compiling atomic-waker v1.1.2 |
1790 | 2024-12-05T06:44:03.767Z | Compiling num_threads v0.1.7 |
1791 | 2024-12-05T06:44:03.900Z | Compiling write16 v1.0.0 |
1792 | 2024-12-05T06:44:04.146Z | Compiling icu_normalizer_data v1.5.0 |
1793 | 2024-12-05T06:44:04.165Z | Compiling utf16_iter v1.0.5 |
1794 | 2024-12-05T06:44:04.232Z | Compiling time v0.3.36 |
1795 | 2024-12-05T06:44:04.324Z | Compiling icu_normalizer v1.5.0 |
1796 | 2024-12-05T06:44:06.025Z | Compiling pkcs5 v0.7.1 |
1797 | 2024-12-05T06:44:07.683Z | Compiling form_urlencoded v1.2.1 |
1798 | 2024-12-05T06:44:08.046Z | Compiling http-body v1.0.1 |
1799 | 2024-12-05T06:44:08.306Z | Compiling heapless v0.7.17 |
1800 | 2024-12-05T06:44:08.865Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1801 | 2024-12-05T06:44:09.235Z | Compiling try-lock v0.2.5 |
1802 | 2024-12-05T06:44:09.742Z | Compiling signal-hook v0.3.17 |
1803 | 2024-12-05T06:44:10.003Z | Compiling want v0.3.1 |
1804 | 2024-12-05T06:44:11.739Z | Compiling pkcs8 v0.10.2 |
1805 | 2024-12-05T06:44:11.845Z | Compiling idna_adapter v1.2.0 |
1806 | 2024-12-05T06:44:12.418Z | Compiling h2 v0.4.6 |
1807 | 2024-12-05T06:44:13.317Z | Compiling usdt-macro v0.5.0 |
1808 | 2024-12-05T06:44:14.603Z | Compiling usdt-attr-macro v0.5.0 |
1809 | 2024-12-05T06:44:15.055Z | Compiling async-stream-impl v0.3.6 |
1810 | 2024-12-05T06:44:15.221Z | Compiling adler2 v2.0.0 |
1811 | 2024-12-05T06:44:15.484Z | Compiling httpdate v1.0.3 |
1812 | 2024-12-05T06:44:16.305Z | Compiling miniz_oxide v0.8.0 |
1813 | 2024-12-05T06:44:16.932Z | Compiling idna v1.0.3 |
1814 | 2024-12-05T06:44:18.642Z | Compiling curve25519-dalek v4.1.3 |
1815 | 2024-12-05T06:44:19.043Z | Compiling openapiv3 v2.0.0 |
1816 | 2024-12-05T06:44:19.583Z | Compiling enum-as-inner v0.6.1 |
1817 | 2024-12-05T06:44:20.148Z | Compiling hyper v1.5.0 |
1818 | 2024-12-05T06:44:22.821Z | Compiling dropshot v0.12.0 |
1819 | 2024-12-05T06:44:23.306Z | Compiling tower-service v0.3.3 |
1820 | 2024-12-05T06:44:23.344Z | Compiling match_cfg v0.1.0 |
1821 | 2024-12-05T06:44:23.441Z | Compiling foreign-types-shared v0.1.1 |
1822 | 2024-12-05T06:44:23.444Z | Compiling num-bigint-dig v0.8.4 |
1823 | 2024-12-05T06:44:23.659Z | Compiling portable-atomic v1.9.0 |
1824 | 2024-12-05T06:44:23.678Z | Compiling base64 v0.22.1 |
1825 | 2024-12-05T06:44:23.710Z | Compiling smoltcp v0.9.1 |
1826 | 2024-12-05T06:44:24.297Z | Compiling hyper-util v0.1.10 |
1827 | 2024-12-05T06:44:24.538Z | Compiling foreign-types v0.3.2 |
1828 | 2024-12-05T06:44:24.632Z | Compiling hostname v0.3.1 |
1829 | 2024-12-05T06:44:30.675Z | Compiling url v2.5.3 |
1830 | 2024-12-05T06:44:32.647Z | Compiling dirs-sys-next v0.1.2 |
1831 | 2024-12-05T06:44:32.679Z | Compiling siphasher v0.3.11 |
1832 | 2024-12-05T06:44:32.812Z | Compiling gimli v0.31.1 |
1833 | 2024-12-05T06:44:32.954Z | Compiling heck v0.4.1 |
1834 | 2024-12-05T06:44:33.039Z | Compiling data-encoding v2.6.0 |
1835 | 2024-12-05T06:44:33.124Z | Compiling ident_case v1.0.1 |
1836 | 2024-12-05T06:44:33.142Z | Compiling dirs-next v2.0.0 |
1837 | 2024-12-05T06:44:33.297Z | Compiling darling_core v0.20.10 |
1838 | 2024-12-05T06:44:36.215Z | Compiling http-body-util v0.1.2 |
1839 | 2024-12-05T06:44:39.421Z | Compiling addr2line v0.24.2 |
1840 | 2024-12-05T06:44:39.849Z | Compiling crossbeam-epoch v0.9.18 |
1841 | 2024-12-05T06:44:39.971Z | Compiling hubpack_derive v0.1.1 |
1842 | 2024-12-05T06:44:40.067Z | Compiling dropshot_endpoint v0.12.0 |
1843 | 2024-12-05T06:44:40.365Z | Compiling sha1 v0.10.6 |
1844 | 2024-12-05T06:44:40.548Z | Compiling signature v2.2.0 |
1845 | 2024-12-05T06:44:40.771Z | Compiling curve25519-dalek-derive v0.1.1 |
1846 | 2024-12-05T06:44:40.791Z | Compiling zerocopy-derive v0.6.6 |
1847 | 2024-12-05T06:44:41.864Z | Compiling object v0.36.5 |
1848 | 2024-12-05T06:44:42.125Z | Compiling thread_local v1.1.8 |
1849 | 2024-12-05T06:44:42.612Z | Compiling fs-err v2.11.0 |
1850 | 2024-12-05T06:44:42.728Z | Compiling encoding_rs v0.8.34 |
1851 | 2024-12-05T06:44:46.321Z | Compiling ipnet v2.10.1 |
1852 | 2024-12-05T06:44:47.391Z | Compiling unicode-properties v0.1.3 |
1853 | 2024-12-05T06:44:47.800Z | Compiling winnow v0.6.20 |
1854 | 2024-12-05T06:44:51.248Z | Compiling rustc-demangle v0.1.24 |
1855 | 2024-12-05T06:44:51.664Z | Compiling anstyle v1.0.10 |
1856 | 2024-12-05T06:44:52.108Z | Compiling utf8parse v0.2.2 |
1857 | 2024-12-05T06:44:52.273Z | Compiling mime v0.3.17 |
1858 | 2024-12-05T06:44:53.517Z | Compiling openssl-probe v0.1.5 |
1859 | 2024-12-05T06:44:53.978Z | Compiling anstyle-parse v0.2.5 |
1860 | 2024-12-05T06:44:54.306Z | Compiling backtrace v0.3.74 |
1861 | 2024-12-05T06:44:54.356Z | Compiling toml_edit v0.22.22 |
1862 | 2024-12-05T06:44:58.548Z | Compiling rustls-webpki v0.102.8 |
1863 | 2024-12-05T06:45:00.757Z | Compiling stringprep v0.1.5 |
1864 | 2024-12-05T06:45:02.466Z | Compiling crossbeam-deque v0.8.5 |
1865 | 2024-12-05T06:45:03.260Z | Compiling darling_macro v0.20.10 |
1866 | 2024-12-05T06:45:05.304Z | Compiling term v0.7.0 |
1867 | 2024-12-05T06:45:06.049Z | Compiling slog-json v2.6.1 |
1868 | 2024-12-05T06:45:06.640Z | Compiling serde_urlencoded v0.7.1 |
1869 | 2024-12-05T06:45:07.913Z | Compiling crossbeam-channel v0.5.13 |
1870 | 2024-12-05T06:45:07.937Z | Compiling rustls-pemfile v2.2.0 |
1871 | 2024-12-05T06:45:08.689Z | Compiling hashbrown v0.14.5 |
1872 | 2024-12-05T06:45:09.061Z | Compiling idna v0.3.0 |
1873 | 2024-12-05T06:45:09.086Z | Compiling idna v0.4.0 |
1874 | 2024-12-05T06:45:10.073Z | Compiling futures-executor v0.3.31 |
1875 | 2024-12-05T06:45:10.533Z | Compiling num-integer v0.1.46 |
1876 | 2024-12-05T06:45:10.724Z | Compiling md-5 v0.10.6 |
1877 | 2024-12-05T06:45:10.965Z | Compiling ff v0.13.0 |
1878 | 2024-12-05T06:45:11.177Z | Compiling hash32 v0.2.1 |
1879 | 2024-12-05T06:45:11.198Z | Compiling memmap v0.7.0 |
1880 | 2024-12-05T06:45:11.236Z | Compiling is-terminal v0.4.13 |
1881 | 2024-12-05T06:45:11.517Z | Compiling psl-types v2.0.11 |
1882 | 2024-12-05T06:45:11.521Z | Compiling quick-error v1.2.3 |
1883 | 2024-12-05T06:45:11.692Z | Compiling base16ct v0.2.0 |
1884 | 2024-12-05T06:45:11.714Z | Compiling take_mut v0.2.2 |
1885 | 2024-12-05T06:45:11.889Z | Compiling colorchoice v1.0.2 |
1886 | 2024-12-05T06:45:12.043Z | Compiling is_terminal_polyfill v1.70.1 |
1887 | 2024-12-05T06:45:12.171Z | Compiling fallible-iterator v0.2.0 |
1888 | 2024-12-05T06:45:12.923Z | Compiling linked-hash-map v0.5.6 |
1889 | 2024-12-05T06:45:13.804Z | Compiling anstyle-query v1.1.1 |
1890 | 2024-12-05T06:45:13.968Z | Compiling utf-8 v0.7.6 |
1891 | 2024-12-05T06:45:14.023Z | Compiling anstream v0.6.15 |
1892 | 2024-12-05T06:45:14.279Z | Compiling tungstenite v0.24.0 |
1893 | 2024-12-05T06:45:15.813Z | Compiling lru-cache v0.1.2 |
1894 | 2024-12-05T06:45:15.962Z | Compiling postgres-protocol v0.6.7 |
1895 | 2024-12-05T06:45:16.018Z | Compiling sec1 v0.7.3 |
1896 | 2024-12-05T06:45:16.586Z | Compiling publicsuffix v2.2.3 |
1897 | 2024-12-05T06:45:16.850Z | Compiling resolv-conf v0.7.0 |
1898 | 2024-12-05T06:45:17.379Z | Compiling usdt v0.5.0 |
1899 | 2024-12-05T06:45:17.524Z | Compiling slog-term v2.9.1 |
1900 | 2024-12-05T06:45:17.855Z | Compiling group v0.13.0 |
1901 | 2024-12-05T06:45:18.161Z | Compiling num-iter v0.1.45 |
1902 | 2024-12-05T06:45:18.342Z | Compiling futures v0.3.31 |
1903 | 2024-12-05T06:45:18.371Z | Compiling regress v0.10.1 |
1904 | 2024-12-05T06:45:18.460Z | Compiling hickory-proto v0.24.1 |
1905 | 2024-12-05T06:45:22.060Z | Compiling tokio-rustls v0.26.0 |
1906 | 2024-12-05T06:45:22.520Z | Compiling slog-bunyan v2.5.0 |
1907 | 2024-12-05T06:45:22.565Z | Compiling tokio-rustls v0.25.0 |
1908 | 2024-12-05T06:45:22.723Z | Compiling darling v0.20.10 |
1909 | 2024-12-05T06:45:22.949Z | Compiling toml v0.8.19 |
1910 | 2024-12-05T06:45:23.008Z | Compiling tokio-native-tls v0.3.1 |
1911 | 2024-12-05T06:45:23.090Z | Compiling strum_macros v0.25.3 |
1912 | 2024-12-05T06:45:23.146Z | Compiling phf_shared v0.11.2 |
1913 | 2024-12-05T06:45:23.531Z | Compiling async-stream v0.3.6 |
1914 | 2024-12-05T06:45:23.609Z | Compiling waitgroup v0.1.2 |
1915 | 2024-12-05T06:45:23.808Z | Compiling webpki-roots v0.26.6 |
1916 | 2024-12-05T06:45:24.352Z | Compiling idna v0.5.0 |
1917 | 2024-12-05T06:45:24.450Z | Compiling terminal_size v0.4.0 |
1918 | 2024-12-05T06:45:24.660Z | Compiling serde_path_to_error v0.1.16 |
1919 | 2024-12-05T06:45:25.231Z | Compiling hkdf v0.12.4 |
1920 | 2024-12-05T06:45:25.630Z | Compiling crypto-bigint v0.5.5 |
1921 | 2024-12-05T06:45:25.791Z | Compiling serde_repr v0.1.19 |
1922 | 2024-12-05T06:45:26.123Z | Compiling derive-where v1.2.7 |
1923 | 2024-12-05T06:45:26.580Z | Compiling clap_derive v4.5.18 |
1924 | 2024-12-05T06:45:26.850Z | Compiling hostname v0.4.0 |
1925 | 2024-12-05T06:45:27.081Z | Compiling crc32fast v1.4.2 |
1926 | 2024-12-05T06:45:27.431Z | Compiling managed v0.8.0 |
1927 | 2024-12-05T06:45:27.910Z | Compiling debug-ignore v1.0.5 |
1928 | 2024-12-05T06:45:28.213Z | Compiling bitflags v1.3.2 |
1929 | 2024-12-05T06:45:28.319Z | Compiling clap_lex v0.7.2 |
1930 | 2024-12-05T06:45:29.062Z | Compiling unicode-width v0.1.14 |
1931 | 2024-12-05T06:45:29.559Z | Compiling console v0.15.8 |
1932 | 2024-12-05T06:45:29.585Z | Compiling elliptic-curve v0.13.8 |
1933 | 2024-12-05T06:45:30.346Z | Compiling clap_builder v4.5.21 |
1934 | 2024-12-05T06:45:32.711Z | Compiling flate2 v1.0.34 |
1935 | 2024-12-05T06:45:32.905Z | Compiling cookie_store v0.21.0 |
1936 | 2024-12-05T06:45:35.752Z | Compiling hickory-resolver v0.24.1 |
1937 | 2024-12-05T06:45:37.603Z | Compiling hyper-rustls v0.27.3 |
1938 | 2024-12-05T06:45:38.167Z | Compiling phf v0.11.2 |
1939 | 2024-12-05T06:45:38.893Z | Compiling hyper-tls v0.6.0 |
1940 | 2024-12-05T06:45:39.301Z | Compiling signal-hook-mio v0.2.4 |
1941 | 2024-12-05T06:45:39.475Z | Compiling typify-impl v0.2.0 |
1942 | 2024-12-05T06:45:39.712Z | Compiling bzip2 v0.4.4 |
1943 | 2024-12-05T06:45:39.827Z | Compiling rayon v1.10.0 |
1944 | 2024-12-05T06:45:40.092Z | Compiling postgres-types v0.2.8 |
1945 | 2024-12-05T06:45:40.465Z | Compiling tokio-tungstenite v0.24.0 |
1946 | 2024-12-05T06:45:41.297Z | Compiling zerocopy v0.6.6 |
1947 | 2024-12-05T06:45:41.333Z | Compiling hubpack v0.1.2 |
1948 | 2024-12-05T06:45:41.405Z | Compiling ed25519 v2.2.3 |
1949 | 2024-12-05T06:45:41.489Z | Compiling phf_shared v0.10.0 |
1950 | 2024-12-05T06:45:41.871Z | Compiling pkcs1 v0.7.5 |
1951 | 2024-12-05T06:45:41.897Z | Compiling tokio-stream v0.1.16 |
1952 | 2024-12-05T06:45:42.916Z | Compiling serde-big-array v0.5.1 |
1953 | 2024-12-05T06:45:42.961Z | Compiling rfc6979 v0.4.0 |
1954 | 2024-12-05T06:45:43.195Z | Compiling float-cmp v0.9.0 |
1955 | 2024-12-05T06:45:43.441Z | Compiling sync_wrapper v1.0.1 |
1956 | 2024-12-05T06:45:43.593Z | Compiling bstr v1.10.0 |
1957 | 2024-12-05T06:45:44.738Z | Compiling bit-vec v0.6.3 |
1958 | 2024-12-05T06:45:45.174Z | Compiling unicode-segmentation v1.12.0 |
1959 | 2024-12-05T06:45:45.194Z | Compiling difflib v0.4.0 |
1960 | 2024-12-05T06:45:45.289Z | Compiling predicates-core v1.0.8 |
1961 | 2024-12-05T06:45:45.602Z | Compiling new_debug_unreachable v1.0.6 |
1962 | 2024-12-05T06:45:45.705Z | Compiling fixedbitset v0.4.2 |
1963 | 2024-12-05T06:45:46.007Z | Compiling precomputed-hash v0.1.1 |
1964 | 2024-12-05T06:45:46.127Z | Compiling whoami v1.5.2 |
1965 | 2024-12-05T06:45:46.140Z | Compiling number_prefix v0.4.0 |
1966 | 2024-12-05T06:45:46.343Z | Compiling unicode-width v0.2.0 |
1967 | 2024-12-05T06:45:46.378Z | Compiling static_assertions v1.1.0 |
1968 | 2024-12-05T06:45:46.465Z | Compiling normalize-line-endings v0.3.0 |
1969 | 2024-12-05T06:45:46.597Z | Compiling predicates v3.1.2 |
1970 | 2024-12-05T06:45:46.702Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1971 | 2024-12-05T06:45:46.858Z | Compiling indicatif v0.17.9 |
1972 | 2024-12-05T06:45:48.116Z | Compiling tokio-postgres v0.7.12 |
1973 | 2024-12-05T06:45:48.730Z | Compiling string_cache v0.8.7 |
1974 | 2024-12-05T06:45:48.902Z | Compiling petgraph v0.6.5 |
1975 | 2024-12-05T06:45:49.159Z | Compiling similar v2.6.0 |
1976 | 2024-12-05T06:45:51.177Z | Compiling bit-set v0.5.3 |
1977 | 2024-12-05T06:45:51.467Z | Compiling typify-macro v0.2.0 |
1978 | 2024-12-05T06:45:53.013Z | Compiling reqwest v0.12.9 |
1979 | 2024-12-05T06:45:53.135Z | Compiling ecdsa v0.16.9 |
1980 | 2024-12-05T06:45:53.391Z | Compiling qorb v0.2.1 |
1981 | 2024-12-05T06:45:53.419Z | Compiling rsa v0.9.6 |
1982 | 2024-12-05T06:45:53.986Z | Compiling ed25519-dalek v2.1.1 |
1983 | 2024-12-05T06:45:54.766Z | Compiling zip v0.6.6 |
1984 | 2024-12-05T06:45:54.964Z | Compiling crossterm v0.28.1 |
1985 | 2024-12-05T06:45:55.067Z | Compiling clap v4.5.21 |
1986 | 2024-12-05T06:45:56.826Z | Compiling toml v0.7.8 |
1987 | 2024-12-05T06:45:57.154Z | Compiling x509-cert v0.2.5 |
1988 | 2024-12-05T06:45:58.560Z | Compiling hex v0.4.3 |
1989 | 2024-12-05T06:45:59.140Z | Compiling itertools v0.10.5 |
1990 | 2024-12-05T06:45:59.517Z | Compiling lalrpop-util v0.19.12 |
1991 | 2024-12-05T06:45:59.844Z | Compiling unicode-xid v0.2.6 |
1992 | 2024-12-05T06:45:59.847Z | Compiling peg-runtime v0.8.3 |
1993 | 2024-12-05T06:46:00.017Z | Compiling zerocopy v0.8.10 |
1994 | 2024-12-05T06:46:03.369Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1995 | 2024-12-05T06:46:06.453Z | Compiling proc-macro-crate v1.3.1 |
1996 | 2024-12-05T06:46:07.234Z | Compiling ipnetwork v0.20.0 |
1997 | 2024-12-05T06:46:07.285Z | Compiling macaddr v1.0.1 |
1998 | 2024-12-05T06:46:07.609Z | Compiling zerocopy-derive v0.8.10 |
1999 | 2024-12-05T06:46:07.933Z | Compiling itertools v0.13.0 |
2000 | 2024-12-05T06:46:10.632Z | Compiling heapless v0.8.0 |
2001 | 2024-12-05T06:46:11.315Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2002 | 2024-12-05T06:46:15.971Z | Compiling num_enum_derive v0.5.11 |
2003 | 2024-12-05T06:46:24.268Z | Compiling hash32 v0.3.1 |
2004 | 2024-12-05T06:46:25.489Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2005 | 2024-12-05T06:46:25.697Z | Compiling smoltcp v0.11.0 |
2006 | 2024-12-05T06:46:30.386Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2007 | 2024-12-05T06:46:30.927Z | Compiling num_enum v0.5.11 |
2008 | 2024-12-05T06:46:31.296Z | Compiling typify v0.2.0 |
2009 | 2024-12-05T06:46:32.522Z | Compiling proc-macro-error-attr v1.0.4 |
2010 | 2024-12-05T06:46:32.827Z | Compiling cobs v0.2.3 |
2011 | 2024-12-05T06:46:33.254Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2012 | 2024-12-05T06:46:33.440Z | Compiling unsafe-libyaml v0.2.11 |
2013 | 2024-12-05T06:46:33.575Z | Compiling postcard v1.0.10 |
2014 | 2024-12-05T06:46:35.215Z | Compiling serde_yaml v0.9.34+deprecated |
2015 | 2024-12-05T06:46:51.823Z | Compiling progenitor-impl v0.8.0 |
2016 | 2024-12-05T06:46:52.151Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2017 | 2024-12-05T06:47:03.221Z | Compiling strum_macros v0.26.4 |
2018 | 2024-12-05T06:47:04.387Z | Compiling structmeta-derive v0.3.0 |
2019 | 2024-12-05T06:47:04.431Z | Compiling foreign-types-macros v0.2.3 |
2020 | 2024-12-05T06:47:04.545Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2021 | 2024-12-05T06:47:04.849Z | Compiling proc-macro-error v1.0.4 |
2022 | 2024-12-05T06:47:05.302Z | Compiling foreign-types-shared v0.3.1 |
2023 | 2024-12-05T06:47:05.425Z | Compiling newtype-uuid v1.1.3 |
2024 | 2024-12-05T06:47:06.166Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2025 | 2024-12-05T06:47:06.983Z | Compiling structmeta v0.3.0 |
2026 | 2024-12-05T06:47:07.583Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2027 | 2024-12-05T06:47:07.733Z | Compiling strum v0.26.3 |
2028 | 2024-12-05T06:47:11.693Z | Compiling foreign-types v0.5.0 |
2029 | 2024-12-05T06:47:15.313Z | Compiling progenitor-macro v0.8.0 |
2030 | 2024-12-05T06:47:20.654Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2031 | 2024-12-05T06:47:20.808Z | Compiling progenitor-client v0.8.0 |
2032 | 2024-12-05T06:47:22.053Z | Compiling tabwriter v1.4.0 |
2033 | 2024-12-05T06:47:24.482Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2034 | 2024-12-05T06:47:25.275Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2035 | 2024-12-05T06:47:25.749Z | Compiling cstr-argument v0.1.2 |
2036 | 2024-12-05T06:47:26.024Z | Compiling dropshot v0.13.0 |
2037 | 2024-12-05T06:47:26.757Z | Compiling thiserror v2.0.3 |
2038 | 2024-12-05T06:47:27.325Z | Compiling pretty-hex v0.2.1 |
2039 | 2024-12-05T06:47:27.365Z | Compiling crucible-workspace-hack v0.1.0 |
2040 | 2024-12-05T06:47:27.575Z | Compiling fastrand v2.1.1 |
2041 | 2024-12-05T06:47:27.662Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2042 | 2024-12-05T06:47:27.851Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2043 | 2024-12-05T06:47:27.981Z | Compiling tempfile v3.13.0 |
2044 | 2024-12-05T06:47:28.311Z | Compiling progenitor v0.8.0 |
2045 | 2024-12-05T06:47:28.577Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2046 | 2024-12-05T06:47:28.596Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2047 | 2024-12-05T06:47:29.178Z | Compiling parse-display-derive v0.10.0 |
2048 | 2024-12-05T06:47:29.419Z | Compiling colored v2.1.0 |
2049 | 2024-12-05T06:47:29.460Z | Compiling serde_with_macros v3.11.0 |
2050 | 2024-12-05T06:47:29.706Z | Compiling dropshot_endpoint v0.13.0 |
2051 | 2024-12-05T06:47:30.654Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2052 | 2024-12-05T06:47:31.391Z | Compiling thiserror-impl v2.0.3 |
2053 | 2024-12-05T06:47:32.018Z | Compiling instant v0.1.13 |
2054 | 2024-12-05T06:47:32.203Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2055 | 2024-12-05T06:47:32.342Z | Compiling backoff v0.4.0 |
2056 | 2024-12-05T06:47:32.595Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2057 | 2024-12-05T06:47:32.785Z | Compiling serde_with v3.11.0 |
2058 | 2024-12-05T06:47:33.090Z | Compiling parse-display v0.10.0 |
2059 | 2024-12-05T06:47:34.058Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2060 | 2024-12-05T06:47:34.637Z | Compiling zone_cfg_derive v0.3.0 |
2061 | 2024-12-05T06:47:34.999Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2062 | 2024-12-05T06:47:35.598Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2063 | 2024-12-05T06:47:35.628Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2064 | 2024-12-05T06:47:35.994Z | Compiling camino-tempfile v1.1.1 |
2065 | 2024-12-05T06:47:36.435Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2066 | 2024-12-05T06:47:36.767Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2067 | 2024-12-05T06:47:36.930Z | Compiling regress v0.9.1 |
2068 | 2024-12-05T06:47:36.966Z | Compiling num-derive v0.4.2 |
2069 | 2024-12-05T06:47:37.271Z | Compiling sigpipe v0.1.3 |
2070 | 2024-12-05T06:47:37.443Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2071 | 2024-12-05T06:47:37.721Z | Compiling libefi-sys v0.1.0 |
2072 | 2024-12-05T06:47:38.090Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2073 | 2024-12-05T06:47:39.194Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2074 | 2024-12-05T06:47:40.780Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2075 | 2024-12-05T06:47:41.326Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2076 | 2024-12-05T06:47:41.347Z | Compiling zone v0.3.0 |
2077 | 2024-12-05T06:47:43.880Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2078 | 2024-12-05T06:47:44.735Z | Compiling smf v0.2.3 |
2079 | 2024-12-05T06:47:45.217Z | Compiling bitfield-struct v0.6.2 |
2080 | 2024-12-05T06:47:45.588Z | Compiling ring v0.16.20 |
2081 | 2024-12-05T06:47:45.616Z | Compiling blake3 v1.5.4 |
2082 | 2024-12-05T06:47:46.223Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2083 | 2024-12-05T06:47:46.579Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2084 | 2024-12-05T06:47:47.385Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2085 | 2024-12-05T06:47:47.438Z | Compiling xattr v1.3.1 |
2086 | 2024-12-05T06:47:47.758Z | Compiling memmap2 v0.9.5 |
2087 | 2024-12-05T06:47:47.760Z | Compiling filetime v0.2.25 |
2088 | 2024-12-05T06:47:48.144Z | Compiling same-file v1.0.6 |
2089 | 2024-12-05T06:47:48.338Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2090 | 2024-12-05T06:47:48.436Z | Compiling constant_time_eq v0.3.1 |
2091 | 2024-12-05T06:47:48.469Z | Compiling arrayvec v0.7.6 |
2092 | 2024-12-05T06:47:48.532Z | Compiling spin v0.5.2 |
2093 | 2024-12-05T06:47:48.626Z | Compiling arrayref v0.3.9 |
2094 | 2024-12-05T06:47:48.740Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2095 | 2024-12-05T06:47:48.805Z | Compiling walkdir v2.5.0 |
2096 | 2024-12-05T06:47:50.330Z | Compiling tar v0.4.42 |
2097 | 2024-12-05T06:47:50.410Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2098 | 2024-12-05T06:47:51.567Z | Compiling gethostname v0.5.0 |
2099 | 2024-12-05T06:47:51.774Z | Compiling cargo-platform v0.1.8 |
2100 | 2024-12-05T06:47:52.004Z | Compiling topological-sort v0.2.2 |
2101 | 2024-12-05T06:47:52.282Z | Compiling cargo_metadata v0.18.1 |
2102 | 2024-12-05T06:47:54.564Z | Compiling omicron-zone-package v0.11.1 |
2103 | 2024-12-05T06:48:02.694Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2104 | 2024-12-05T06:48:05.188Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2105 | 2024-12-05T06:48:06.732Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2106 | 2024-12-05T06:48:22.867Z | Finished `release` profile [optimized] target(s) in 5m 27s |
2107 | 2024-12-05T06:48:23.029Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2108 | 2024-12-05T06:48:23.076Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2109 | 2024-12-05T06:48:23.079Z | Created new build target 'test' and set it as active |
2110 | 2024-12-05T06:48:23.079Z | |
2111 | 2024-12-05T06:48:23.079Z | real 5:28.090480952 |
2112 | 2024-12-05T06:48:23.079Z | user 37:01.889947426 |
2113 | 2024-12-05T06:48:23.079Z | sys 4:54.720254510 |
2114 | 2024-12-05T06:48:23.079Z | trap 1.098863277 |
2115 | 2024-12-05T06:48:23.079Z | tflt 3.144646681 |
2116 | 2024-12-05T06:48:23.079Z | dflt 0.981149032 |
2117 | 2024-12-05T06:48:23.079Z | kflt 0.001862686 |
2118 | 2024-12-05T06:48:23.079Z | lock 1:17:35.757867870 |
2119 | 2024-12-05T06:48:23.079Z | slp 2:34:00.691542649 |
2120 | 2024-12-05T06:48:23.079Z | lat 2:34.369072415 |
2121 | 2024-12-05T06:48:23.079Z | stop 4:28.298313834 |
2122 | 2024-12-05T06:48:23.079Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2123 | 2024-12-05T06:48:24.061Z | Finished `release` profile [optimized] target(s) in 0.93s |
2124 | 2024-12-05T06:48:24.120Z | Running `target/release/omicron-package -t test package` |
2125 | 2024-12-05T06:48:24.165Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2126 | 2024-12-05T06:48:25.310Z | Compiling convert_case v0.4.0 |
2127 | 2024-12-05T06:48:25.311Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2128 | 2024-12-05T06:48:25.311Z | Compiling itertools v0.13.0 |
2129 | 2024-12-05T06:48:25.314Z | Compiling newline-converter v0.3.0 |
2130 | 2024-12-05T06:48:25.314Z | Compiling password-hash v0.5.0 |
2131 | 2024-12-05T06:48:25.314Z | Compiling progenitor-client v0.8.0 |
2132 | 2024-12-05T06:48:25.314Z | Compiling blake2 v0.10.6 |
2133 | 2024-12-05T06:48:25.314Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2134 | 2024-12-05T06:48:25.601Z | Compiling expectorate v1.1.0 |
2135 | 2024-12-05T06:48:25.703Z | Compiling owo-colors v4.1.0 |
2136 | 2024-12-05T06:48:25.799Z | Compiling cancel-safe-futures v0.1.5 |
2137 | 2024-12-05T06:48:25.959Z | Compiling progenitor v0.8.0 |
2138 | 2024-12-05T06:48:26.015Z | Compiling argon2 v0.5.3 |
2139 | 2024-12-05T06:48:26.154Z | Compiling num-rational v0.4.2 |
2140 | 2024-12-05T06:48:26.190Z | Compiling derive_more v0.99.18 |
2141 | 2024-12-05T06:48:26.214Z | Compiling num-complex v0.4.6 |
2142 | 2024-12-05T06:48:26.944Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2143 | 2024-12-05T06:48:27.509Z | Compiling num v0.4.3 |
2144 | 2024-12-05T06:48:27.550Z | Compiling atomicwrites v0.4.4 |
2145 | 2024-12-05T06:48:27.631Z | Compiling libsw v3.3.1 |
2146 | 2024-12-05T06:48:27.654Z | Compiling swrite v0.1.0 |
2147 | 2024-12-05T06:48:27.795Z | Compiling linear-map v1.2.0 |
2148 | 2024-12-05T06:48:27.975Z | Compiling indent_write v2.2.0 |
2149 | 2024-12-05T06:48:28.077Z | Compiling float-ord v0.3.2 |
2150 | 2024-12-05T06:48:28.216Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2151 | 2024-12-05T06:48:28.235Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2152 | 2024-12-05T06:48:28.253Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2153 | 2024-12-05T06:48:28.416Z | Compiling base64 v0.21.7 |
2154 | 2024-12-05T06:48:28.668Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2155 | 2024-12-05T06:48:29.065Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2156 | 2024-12-05T06:48:29.552Z | Compiling highway v1.2.0 |
2157 | 2024-12-05T06:48:29.571Z | Compiling semver v0.1.20 |
2158 | 2024-12-05T06:48:30.154Z | Compiling rustc_version v0.1.7 |
2159 | 2024-12-05T06:48:30.588Z | Compiling newtype_derive v0.1.6 |
2160 | 2024-12-05T06:48:30.891Z | Compiling newtype-uuid v1.1.3 |
2161 | 2024-12-05T06:48:31.070Z | Compiling dropshot v0.13.0 |
2162 | 2024-12-05T06:48:31.182Z | Compiling ipnetwork v0.20.0 |
2163 | 2024-12-05T06:48:31.237Z | Compiling instant v0.1.13 |
2164 | 2024-12-05T06:48:31.395Z | Compiling humantime v2.1.0 |
2165 | 2024-12-05T06:48:31.974Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2166 | 2024-12-05T06:48:32.280Z | Compiling backoff v0.4.0 |
2167 | 2024-12-05T06:48:32.652Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2168 | 2024-12-05T06:48:32.907Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2169 | 2024-12-05T06:48:36.136Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2170 | 2024-12-05T06:48:36.662Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2171 | 2024-12-05T06:48:37.103Z | Compiling parse-display v0.10.0 |
2172 | 2024-12-05T06:48:37.560Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2173 | 2024-12-05T06:48:37.710Z | Compiling strum v0.26.3 |
2174 | 2024-12-05T06:48:37.755Z | Compiling serde_with v3.11.0 |
2175 | 2024-12-05T06:48:37.908Z | Compiling regress v0.9.1 |
2176 | 2024-12-05T06:48:41.264Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2177 | 2024-12-05T06:48:42.647Z | Compiling macaddr v1.0.1 |
2178 | 2024-12-05T06:48:42.675Z | Compiling steno v0.4.1 |
2179 | 2024-12-05T06:48:43.018Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2180 | 2024-12-05T06:48:43.358Z | Compiling prettyplease v0.2.25 |
2181 | 2024-12-05T06:48:43.391Z | Compiling slog-dtrace v0.3.0 |
2182 | 2024-12-05T06:48:43.783Z | Compiling tungstenite v0.21.0 |
2183 | 2024-12-05T06:48:44.573Z | Compiling display-error-chain v0.2.2 |
2184 | 2024-12-05T06:48:44.802Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2185 | 2024-12-05T06:48:47.752Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2186 | 2024-12-05T06:48:48.584Z | Compiling tokio-tungstenite v0.21.0 |
2187 | 2024-12-05T06:48:49.252Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2188 | 2024-12-05T06:48:50.336Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2189 | 2024-12-05T06:48:50.474Z | Compiling arc-swap v1.7.1 |
2190 | 2024-12-05T06:48:51.167Z | Compiling slog-scope v4.4.0 |
2191 | 2024-12-05T06:48:52.036Z | Compiling half v2.4.1 |
2192 | 2024-12-05T06:48:52.748Z | Compiling ciborium-io v0.2.2 |
2193 | 2024-12-05T06:48:52.903Z | Compiling ciborium-ll v0.2.2 |
2194 | 2024-12-05T06:48:53.168Z | Compiling slog-stdlog v4.1.1 |
2195 | 2024-12-05T06:48:53.405Z | Compiling slog-envlogger v2.2.0 |
2196 | 2024-12-05T06:48:54.005Z | Compiling ciborium v0.2.2 |
2197 | 2024-12-05T06:48:56.173Z | Compiling nibble_vec v0.1.0 |
2198 | 2024-12-05T06:48:56.411Z | Compiling endian-type v0.1.2 |
2199 | 2024-12-05T06:48:56.666Z | Compiling radix_trie v0.2.1 |
2200 | 2024-12-05T06:48:57.596Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2201 | 2024-12-05T06:48:59.786Z | Compiling same-file v1.0.6 |
2202 | 2024-12-05T06:49:00.041Z | Compiling fastrand v2.1.1 |
2203 | 2024-12-05T06:49:01.959Z | Compiling tempfile v3.13.0 |
2204 | 2024-12-05T06:49:02.814Z | Compiling walkdir v2.5.0 |
2205 | 2024-12-05T06:49:03.469Z | Compiling blake3 v1.5.4 |
2206 | 2024-12-05T06:49:03.497Z | Compiling ring v0.16.20 |
2207 | 2024-12-05T06:49:03.727Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2208 | 2024-12-05T06:49:04.104Z | Compiling xattr v1.3.1 |
2209 | 2024-12-05T06:49:04.160Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2210 | 2024-12-05T06:49:04.407Z | Compiling filetime v0.2.25 |
2211 | 2024-12-05T06:49:04.468Z | Compiling memmap2 v0.9.5 |
2212 | 2024-12-05T06:49:04.660Z | Compiling spin v0.5.2 |
2213 | 2024-12-05T06:49:04.894Z | Compiling constant_time_eq v0.3.1 |
2214 | 2024-12-05T06:49:04.913Z | Compiling keccak v0.1.5 |
2215 | 2024-12-05T06:49:05.057Z | Compiling arrayvec v0.7.6 |
2216 | 2024-12-05T06:49:05.454Z | Compiling arrayref v0.3.9 |
2217 | 2024-12-05T06:49:05.892Z | Compiling sha3 v0.10.8 |
2218 | 2024-12-05T06:49:06.641Z | Compiling tar v0.4.42 |
2219 | 2024-12-05T06:49:06.667Z | Compiling toolchain_find v0.4.0 |
2220 | 2024-12-05T06:49:06.787Z | Compiling camino-tempfile v1.1.1 |
2221 | 2024-12-05T06:49:07.193Z | Compiling const_format_proc_macros v0.2.33 |
2222 | 2024-12-05T06:49:07.240Z | Compiling radium v0.7.0 |
2223 | 2024-12-05T06:49:07.671Z | Compiling topological-sort v0.2.2 |
2224 | 2024-12-05T06:49:07.927Z | Compiling maplit v1.0.2 |
2225 | 2024-12-05T06:49:08.057Z | Compiling crunchy v0.2.2 |
2226 | 2024-12-05T06:49:08.554Z | Compiling omicron-zone-package v0.11.1 |
2227 | 2024-12-05T06:49:08.617Z | Compiling rustfmt-wrapper v0.2.1 |
2228 | 2024-12-05T06:49:08.619Z | Compiling pem v3.0.4 |
2229 | 2024-12-05T06:49:08.884Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2230 | 2024-12-05T06:49:09.065Z | Compiling const_format v0.2.33 |
2231 | 2024-12-05T06:49:09.189Z | Compiling maybe-uninit v2.0.0 |
2232 | 2024-12-05T06:49:09.210Z | Compiling tap v1.0.1 |
2233 | 2024-12-05T06:49:09.353Z | Compiling tiny-keccak v2.0.2 |
2234 | 2024-12-05T06:49:09.400Z | Compiling wyz v0.5.1 |
2235 | 2024-12-05T06:49:09.841Z | Compiling dsl_auto_type v0.1.2 |
2236 | 2024-12-05T06:49:09.868Z | Compiling phf_generator v0.11.2 |
2237 | 2024-12-05T06:49:10.052Z | Compiling scheduled-thread-pool v0.2.7 |
2238 | 2024-12-05T06:49:10.071Z | Compiling secrecy v0.8.0 |
2239 | 2024-12-05T06:49:10.245Z | Compiling async-recursion v1.1.1 |
2240 | 2024-12-05T06:49:10.307Z | Compiling diesel_table_macro_syntax v0.2.0 |
2241 | 2024-12-05T06:49:10.339Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2242 | 2024-12-05T06:49:10.641Z | Compiling crc-catalog v2.4.0 |
2243 | 2024-12-05T06:49:10.716Z | Compiling packed_struct v0.10.1 |
2244 | 2024-12-05T06:49:10.804Z | Compiling funty v2.0.0 |
2245 | 2024-12-05T06:49:11.178Z | Compiling crc v3.2.1 |
2246 | 2024-12-05T06:49:11.198Z | Compiling diesel_derives v2.2.3 |
2247 | 2024-12-05T06:49:11.307Z | Compiling r2d2 v0.8.10 |
2248 | 2024-12-05T06:49:11.638Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2249 | 2024-12-05T06:49:11.765Z | Compiling phf_codegen v0.11.2 |
2250 | 2024-12-05T06:49:11.994Z | Compiling bitvec v1.0.1 |
2251 | 2024-12-05T06:49:13.469Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2252 | 2024-12-05T06:49:13.587Z | Compiling ascii-canvas v3.0.0 |
2253 | 2024-12-05T06:49:13.785Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2254 | 2024-12-05T06:49:14.070Z | Compiling universal-hash v0.5.1 |
2255 | 2024-12-05T06:49:14.308Z | Compiling thiserror-impl-no-std v2.0.2 |
2256 | 2024-12-05T06:49:16.655Z | Compiling packed_struct_codegen v0.10.1 |
2257 | 2024-12-05T06:49:17.024Z | Compiling parse-zoneinfo v0.3.1 |
2258 | 2024-12-05T06:49:18.648Z | Compiling lzma-sys v0.1.20 |
2259 | 2024-12-05T06:49:19.143Z | Compiling ena v0.14.3 |
2260 | 2024-12-05T06:49:19.285Z | Compiling indexmap v1.9.3 |
2261 | 2024-12-05T06:49:19.552Z | Compiling diff v0.1.13 |
2262 | 2024-12-05T06:49:19.599Z | Compiling cfg_aliases v0.1.1 |
2263 | 2024-12-05T06:49:19.720Z | Compiling regex-syntax v0.6.29 |
2264 | 2024-12-05T06:49:20.094Z | Compiling nodrop v0.1.14 |
2265 | 2024-12-05T06:49:20.246Z | Compiling opaque-debug v0.3.1 |
2266 | 2024-12-05T06:49:20.359Z | Compiling poly1305 v0.8.0 |
2267 | 2024-12-05T06:49:21.901Z | Compiling array-init v0.0.4 |
2268 | 2024-12-05T06:49:22.650Z | Compiling diesel v2.2.4 |
2269 | 2024-12-05T06:49:23.190Z | Compiling lalrpop v0.19.12 |
2270 | 2024-12-05T06:49:25.171Z | Compiling nix v0.28.0 |
2271 | 2024-12-05T06:49:30.337Z | Compiling chrono-tz-build v0.4.0 |
2272 | 2024-12-05T06:49:30.358Z | Compiling thiserror-no-std v2.0.2 |
2273 | 2024-12-05T06:49:30.489Z | Compiling smallvec v0.6.14 |
2274 | 2024-12-05T06:49:31.513Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2275 | 2024-12-05T06:49:31.556Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2276 | 2024-12-05T06:49:31.844Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2277 | 2024-12-05T06:49:32.088Z | Compiling chacha20 v0.9.1 |
2278 | 2024-12-05T06:49:32.590Z | Compiling heck v0.3.3 |
2279 | 2024-12-05T06:49:32.656Z | Compiling aead v0.5.2 |
2280 | 2024-12-05T06:49:32.972Z | Compiling vte_generate_state_changes v0.1.2 |
2281 | 2024-12-05T06:49:33.015Z | Compiling ref-cast v1.0.23 |
2282 | 2024-12-05T06:49:33.500Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2283 | 2024-12-05T06:49:33.578Z | Compiling hashbrown v0.12.3 |
2284 | 2024-12-05T06:49:33.797Z | Compiling bitfield v0.14.0 |
2285 | 2024-12-05T06:49:34.097Z | Compiling termcolor v1.4.1 |
2286 | 2024-12-05T06:49:35.195Z | Compiling env_logger v0.10.2 |
2287 | 2024-12-05T06:49:36.097Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2288 | 2024-12-05T06:49:38.500Z | Compiling vte v0.11.1 |
2289 | 2024-12-05T06:49:40.053Z | Compiling zone_cfg_derive v0.1.2 |
2290 | 2024-12-05T06:49:41.457Z | Compiling chacha20poly1305 v0.10.1 |
2291 | 2024-12-05T06:49:41.732Z | Compiling chrono-tz v0.10.0 |
2292 | 2024-12-05T06:49:42.366Z | Compiling serde-hex v0.1.0 |
2293 | 2024-12-05T06:49:47.465Z | Compiling vsss-rs v3.3.4 |
2294 | 2024-12-05T06:49:47.767Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2295 | 2024-12-05T06:49:48.123Z | Compiling ron v0.8.1 |
2296 | 2024-12-05T06:49:49.165Z | Compiling polar-core v0.27.3 |
2297 | 2024-12-05T06:49:50.411Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2298 | 2024-12-05T06:49:50.705Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2299 | 2024-12-05T06:49:51.311Z | Compiling derive_builder_core v0.20.2 |
2300 | 2024-12-05T06:49:51.728Z | Compiling hashbrown v0.13.2 |
2301 | 2024-12-05T06:49:53.211Z | Compiling fd-lock v4.0.2 |
2302 | 2024-12-05T06:49:53.453Z | Compiling headers-core v0.3.0 |
2303 | 2024-12-05T06:49:53.562Z | Compiling fxhash v0.2.1 |
2304 | 2024-12-05T06:49:53.631Z | Compiling libxml v0.3.3 |
2305 | 2024-12-05T06:49:53.794Z | Compiling ref-cast-impl v1.0.23 |
2306 | 2024-12-05T06:49:53.999Z | Compiling lockfree-object-pool v0.1.6 |
2307 | 2024-12-05T06:49:54.052Z | Compiling bytecount v0.6.8 |
2308 | 2024-12-05T06:49:54.312Z | Compiling base64 v0.13.1 |
2309 | 2024-12-05T06:49:54.372Z | Compiling zip v2.1.3 |
2310 | 2024-12-05T06:49:54.699Z | Compiling bumpalo v3.16.0 |
2311 | 2024-12-05T06:49:54.910Z | Compiling simd-adler32 v0.3.7 |
2312 | 2024-12-05T06:49:54.998Z | Compiling crc-any v2.5.0 |
2313 | 2024-12-05T06:49:55.292Z | Compiling zopfli v0.8.1 |
2314 | 2024-12-05T06:49:55.945Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2315 | 2024-12-05T06:49:56.191Z | Compiling ron v0.7.1 |
2316 | 2024-12-05T06:49:59.678Z | Compiling papergrid v0.11.0 |
2317 | 2024-12-05T06:50:01.030Z | Compiling headers v0.4.0 |
2318 | 2024-12-05T06:50:01.618Z | Compiling derive_builder_macro v0.20.2 |
2319 | 2024-12-05T06:50:02.443Z | Compiling object v0.30.4 |
2320 | 2024-12-05T06:50:07.577Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2321 | 2024-12-05T06:50:09.870Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2322 | 2024-12-05T06:50:11.447Z | Compiling xz2 v0.1.7 |
2323 | 2024-12-05T06:50:13.037Z | Compiling zone v0.1.8 |
2324 | 2024-12-05T06:50:13.294Z | Compiling strip-ansi-escapes v0.2.0 |
2325 | 2024-12-05T06:50:15.368Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2326 | 2024-12-05T06:50:15.718Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2327 | 2024-12-05T06:50:16.507Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2328 | 2024-12-05T06:50:16.812Z | Compiling tabled_derive v0.7.0 |
2329 | 2024-12-05T06:50:17.296Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2330 | 2024-12-05T06:50:18.439Z | Compiling yasna v0.5.2 |
2331 | 2024-12-05T06:50:19.011Z | Compiling peg-macros v0.8.4 |
2332 | 2024-12-05T06:50:20.073Z | Compiling strum_macros v0.24.3 |
2333 | 2024-12-05T06:50:20.477Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2334 | 2024-12-05T06:50:21.529Z | Compiling kstat-rs v0.2.4 |
2335 | 2024-12-05T06:50:21.743Z | Compiling samael v0.0.17 |
2336 | 2024-12-05T06:50:22.039Z | Compiling sqlparser_derive v0.2.2 |
2337 | 2024-12-05T06:50:22.301Z | Compiling unicase v2.7.0 |
2338 | 2024-12-05T06:50:22.467Z | Compiling home v0.5.9 |
2339 | 2024-12-05T06:50:22.632Z | Compiling path-slash v0.1.5 |
2340 | 2024-12-05T06:50:22.780Z | Compiling indoc v1.0.9 |
2341 | 2024-12-05T06:50:22.890Z | Compiling unicode_categories v0.1.1 |
2342 | 2024-12-05T06:50:22.936Z | Compiling nu-ansi-term v0.50.1 |
2343 | 2024-12-05T06:50:23.076Z | Compiling sqlparser v0.45.0 |
2344 | 2024-12-05T06:50:23.253Z | Compiling sqlformat v0.2.6 |
2345 | 2024-12-05T06:50:23.296Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2346 | 2024-12-05T06:50:23.882Z | Compiling reedline v0.35.0 |
2347 | 2024-12-05T06:50:24.150Z | Compiling rustyline v14.0.0 |
2348 | 2024-12-05T06:50:27.270Z | Compiling peg v0.8.4 |
2349 | 2024-12-05T06:50:27.397Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2350 | 2024-12-05T06:50:34.029Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2351 | 2024-12-05T06:50:34.787Z | Compiling rcgen v0.12.1 |
2352 | 2024-12-05T06:50:37.034Z | Compiling tabled v0.15.0 |
2353 | 2024-12-05T06:50:47.546Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2354 | 2024-12-05T06:50:47.640Z | Compiling derive_builder v0.20.2 |
2355 | 2024-12-05T06:50:54.798Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2356 | 2024-12-05T06:50:56.764Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2357 | 2024-12-05T06:50:57.394Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2358 | 2024-12-05T06:50:57.703Z | Compiling bcs v0.1.6 |
2359 | 2024-12-05T06:50:57.851Z | Compiling oso-derive v0.27.3 |
2360 | 2024-12-05T06:50:58.624Z | Compiling impl-trait-for-tuples v0.2.2 |
2361 | 2024-12-05T06:50:58.850Z | Compiling libz-sys v1.1.20 |
2362 | 2024-12-05T06:50:59.520Z | Compiling quick-xml v0.33.0 |
2363 | 2024-12-05T06:51:05.438Z | Compiling subprocess v0.2.9 |
2364 | 2024-12-05T06:51:06.057Z | Compiling diesel-dtrace v0.3.0 |
2365 | 2024-12-05T06:51:06.372Z | Compiling parking_lot_core v0.8.6 |
2366 | 2024-12-05T06:51:06.914Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2367 | 2024-12-05T06:51:10.235Z | Compiling oso v0.27.3 |
2368 | 2024-12-05T06:51:27.590Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2369 | 2024-12-05T06:51:29.164Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2370 | 2024-12-05T06:51:34.653Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2371 | 2024-12-05T06:51:37.858Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2372 | 2024-12-05T06:51:38.164Z | Compiling bb8 v0.8.5 |
2373 | 2024-12-05T06:51:38.792Z | Compiling buf-list v1.0.3 |
2374 | 2024-12-05T06:51:39.430Z | Compiling async-bb8-diesel v0.2.1 |
2375 | 2024-12-05T06:51:41.762Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2376 | 2024-12-05T06:51:41.789Z | Compiling pin-project-internal v1.1.6 |
2377 | 2024-12-05T06:51:42.549Z | Compiling atty v0.2.14 |
2378 | 2024-12-05T06:51:42.809Z | Compiling salty v0.3.0 |
2379 | 2024-12-05T06:51:44.638Z | Compiling pin-project v1.1.6 |
2380 | 2024-12-05T06:51:45.165Z | Compiling parking_lot v0.11.2 |
2381 | 2024-12-05T06:51:48.179Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2382 | 2024-12-05T06:51:49.731Z | Compiling snafu-derive v0.8.5 |
2383 | 2024-12-05T06:51:50.278Z | Compiling sled v0.34.7 |
2384 | 2024-12-05T06:51:52.999Z | Compiling mime_guess v2.0.5 |
2385 | 2024-12-05T06:51:54.525Z | Compiling snafu v0.8.5 |
2386 | 2024-12-05T06:51:55.959Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2387 | 2024-12-05T06:51:56.048Z | Compiling hickory-client v0.24.1 |
2388 | 2024-12-05T06:51:56.227Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2389 | 2024-12-05T06:51:58.142Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2390 | 2024-12-05T06:51:58.257Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2391 | 2024-12-05T06:52:01.233Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2392 | 2024-12-05T06:52:02.085Z | Compiling globset v0.4.15 |
2393 | 2024-12-05T06:52:02.731Z | Compiling hickory-server v0.24.1 |
2394 | 2024-12-05T06:52:09.480Z | Compiling primeorder v0.13.6 |
2395 | 2024-12-05T06:52:10.004Z | Compiling olpc-cjson v0.1.4 |
2396 | 2024-12-05T06:52:10.359Z | Compiling vergen v8.3.2 |
2397 | 2024-12-05T06:52:10.664Z | Compiling env_filter v0.1.2 |
2398 | 2024-12-05T06:52:12.161Z | Compiling serde_plain v1.0.2 |
2399 | 2024-12-05T06:52:12.706Z | Compiling cargo-platform v0.1.8 |
2400 | 2024-12-05T06:52:14.612Z | Compiling nanorand v0.7.0 |
2401 | 2024-12-05T06:52:15.259Z | Compiling memoffset v0.9.1 |
2402 | 2024-12-05T06:52:15.554Z | Compiling typed-path v0.9.3 |
2403 | 2024-12-05T06:52:18.478Z | Compiling tough v0.19.0 |
2404 | 2024-12-05T06:52:23.046Z | Compiling flume v0.11.1 |
2405 | 2024-12-05T06:52:23.823Z | Compiling cargo_metadata v0.18.1 |
2406 | 2024-12-05T06:52:23.949Z | Compiling env_logger v0.11.5 |
2407 | 2024-12-05T06:52:25.373Z | Compiling p384 v0.13.0 |
2408 | 2024-12-05T06:52:27.040Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2409 | 2024-12-05T06:52:31.150Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2410 | 2024-12-05T06:52:34.044Z | Compiling git2 v0.19.0 |
2411 | 2024-12-05T06:52:36.513Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2412 | 2024-12-05T06:52:41.885Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2413 | 2024-12-05T06:52:43.150Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2414 | 2024-12-05T06:52:43.452Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2415 | 2024-12-05T06:52:48.152Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2416 | 2024-12-05T06:52:49.327Z | Compiling rand_seeder v0.3.0 |
2417 | 2024-12-05T06:52:49.743Z | Compiling libsqlite3-sys v0.30.1 |
2418 | 2024-12-05T06:52:50.203Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2419 | 2024-12-05T06:52:50.252Z | Compiling rustls v0.21.12 |
2420 | 2024-12-05T06:52:50.348Z | Compiling parse-size v1.1.0 |
2421 | 2024-12-05T06:52:50.525Z | Compiling cfg_aliases v0.2.1 |
2422 | 2024-12-05T06:52:50.547Z | Compiling http-range v0.1.5 |
2423 | 2024-12-05T06:52:50.587Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2424 | 2024-12-05T06:52:51.640Z | Compiling nix v0.29.0 |
2425 | 2024-12-05T06:52:51.643Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2426 | 2024-12-05T06:52:51.643Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2427 | 2024-12-05T06:52:51.643Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2428 | 2024-12-05T06:52:51.643Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2429 | 2024-12-05T06:52:52.259Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2430 | 2024-12-05T06:52:52.412Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2431 | 2024-12-05T06:52:52.557Z | Compiling rustls-webpki v0.101.7 |
2432 | 2024-12-05T06:52:52.590Z | Compiling sct v0.7.1 |
2433 | 2024-12-05T06:52:52.869Z | Compiling castaway v0.2.3 |
2434 | 2024-12-05T06:52:53.077Z | Compiling csv-core v0.1.11 |
2435 | 2024-12-05T06:52:53.096Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2436 | 2024-12-05T06:52:53.420Z | Compiling glob v0.3.1 |
2437 | 2024-12-05T06:52:53.946Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2438 | 2024-12-05T06:52:55.467Z | Compiling csv v1.3.0 |
2439 | 2024-12-05T06:52:56.773Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2440 | 2024-12-05T06:52:56.792Z | Compiling compact_str v0.8.0 |
2441 | 2024-12-05T06:52:57.528Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2442 | 2024-12-05T06:52:59.444Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2443 | 2024-12-05T06:53:00.741Z | Compiling hyper-staticfile v0.10.1 |
2444 | 2024-12-05T06:53:01.158Z | Compiling nix v0.27.1 |
2445 | 2024-12-05T06:53:04.223Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2446 | 2024-12-05T06:53:04.244Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2447 | 2024-12-05T06:53:06.021Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2448 | 2024-12-05T06:53:08.426Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2449 | 2024-12-05T06:53:12.782Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2450 | 2024-12-05T06:53:14.972Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2451 | 2024-12-05T06:53:15.327Z | Compiling unicode-truncate v1.1.0 |
2452 | 2024-12-05T06:53:15.618Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2453 | 2024-12-05T06:53:15.912Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2454 | 2024-12-05T06:53:16.157Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2455 | 2024-12-05T06:53:16.213Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2456 | 2024-12-05T06:53:19.090Z | Compiling hashlink v0.9.1 |
2457 | 2024-12-05T06:53:19.941Z | Compiling tungstenite v0.23.0 |
2458 | 2024-12-05T06:53:21.418Z | Compiling lru v0.12.5 |
2459 | 2024-12-05T06:53:21.819Z | Compiling instability v0.3.2 |
2460 | 2024-12-05T06:53:22.724Z | Compiling cassowary v0.3.0 |
2461 | 2024-12-05T06:53:22.828Z | Compiling fallible-iterator v0.3.0 |
2462 | 2024-12-05T06:53:23.513Z | Compiling fallible-streaming-iterator v0.1.9 |
2463 | 2024-12-05T06:53:23.533Z | Compiling ratatui v0.28.1 |
2464 | 2024-12-05T06:53:23.678Z | Compiling tokio-tungstenite v0.23.1 |
2465 | 2024-12-05T06:53:23.807Z | Compiling rusqlite v0.32.1 |
2466 | 2024-12-05T06:53:24.318Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2467 | 2024-12-05T06:53:26.446Z | Compiling tokio-rustls v0.24.1 |
2468 | 2024-12-05T06:53:29.073Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2469 | 2024-12-05T06:53:32.501Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2470 | 2024-12-05T06:53:36.728Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2471 | 2024-12-05T06:53:36.829Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2472 | 2024-12-05T06:53:42.770Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2473 | 2024-12-05T06:53:43.985Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2474 | 2024-12-05T06:53:45.502Z | Compiling rustls-pemfile v1.0.4 |
2475 | 2024-12-05T06:53:46.277Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2476 | 2024-12-05T06:53:46.599Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2477 | 2024-12-05T06:53:46.700Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2478 | 2024-12-05T06:53:46.887Z | Compiling signal-hook-tokio v0.3.1 |
2479 | 2024-12-05T06:53:47.137Z | Compiling twox-hash v1.6.3 |
2480 | 2024-12-05T06:53:48.289Z | Compiling is_ci v1.2.0 |
2481 | 2024-12-05T06:53:48.628Z | Compiling smawk v0.3.2 |
2482 | 2024-12-05T06:53:48.921Z | Compiling unicode-linebreak v0.1.5 |
2483 | 2024-12-05T06:53:49.531Z | Compiling textwrap v0.16.1 |
2484 | 2024-12-05T06:53:50.434Z | Compiling supports-color v3.0.1 |
2485 | 2024-12-05T06:53:53.184Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2486 | 2024-12-05T06:53:53.187Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2487 | 2024-12-05T06:53:58.221Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2488 | 2024-12-05T06:54:03.175Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2489 | 2024-12-05T06:54:11.488Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2490 | 2024-12-05T06:54:13.001Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2491 | 2024-12-05T06:54:16.457Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2492 | 2024-12-05T06:54:26.673Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2493 | 2024-12-05T06:54:27.298Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2494 | 2024-12-05T06:54:27.613Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2495 | 2024-12-05T06:54:34.377Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2496 | 2024-12-05T06:54:34.559Z | Compiling fatfs v0.3.6 |
2497 | 2024-12-05T06:54:35.652Z | Compiling rtoolbox v0.0.2 |
2498 | 2024-12-05T06:54:36.108Z | Compiling assert_matches v1.5.0 |
2499 | 2024-12-05T06:54:37.405Z | Compiling rpassword v7.3.1 |
2500 | 2024-12-05T06:54:37.887Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2501 | 2024-12-05T06:54:44.624Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2502 | 2024-12-05T06:54:45.401Z | Compiling tui-tree-widget v0.22.0 |
2503 | 2024-12-05T06:54:45.887Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2504 | 2024-12-05T06:54:51.730Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2505 | 2024-12-05T06:54:52.549Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2506 | 2024-12-05T06:54:52.854Z | Compiling uzers v0.12.1 |
2507 | 2024-12-05T06:54:56.030Z | Compiling shell-words v1.1.0 |
2508 | 2024-12-05T06:54:56.480Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2509 | 2024-12-05T06:55:05.409Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2510 | 2024-12-05T06:55:07.496Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2511 | 2024-12-05T06:55:35.820Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2512 | 2024-12-05T06:55:37.296Z | Compiling multimap v0.10.0 |
2513 | 2024-12-05T06:57:56.767Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2514 | 2024-12-05T06:57:59.377Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2515 | 2024-12-05T07:04:50.276Z | Finished `release` profile [optimized] target(s) in 16m 25s |
2516 | 2024-12-05T07:05:54.254Z | |
2517 | 2024-12-05T07:05:54.257Z | real 17:30.965847740 |
2518 | 2024-12-05T07:05:54.257Z | user 1:58:08.606498329 |
2519 | 2024-12-05T07:05:54.257Z | sys 5:48.237351669 |
2520 | 2024-12-05T07:05:54.257Z | trap 2.916800555 |
2521 | 2024-12-05T07:05:54.257Z | tflt 3.064286585 |
2522 | 2024-12-05T07:05:54.257Z | dflt 4.779344979 |
2523 | 2024-12-05T07:05:54.257Z | kflt 0.166711855 |
2524 | 2024-12-05T07:05:54.257Z | lock 7:30:54.347402967 |
2525 | 2024-12-05T07:05:54.257Z | slp 6:18:21.732517073 |
2526 | 2024-12-05T07:05:54.257Z | lat 2:55.385751086 |
2527 | 2024-12-05T07:05:54.257Z | stop 2:37.518341593 |
2528 | 2024-12-05T07:05:54.257Z | + mapfile -t packages |
2529 | 2024-12-05T07:05:54.257Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2530 | 2024-12-05T07:05:55.270Z | Finished `release` profile [optimized] target(s) in 0.96s |
2531 | 2024-12-05T07:05:55.329Z | Running `target/release/omicron-package -t test list-outputs` |
2532 | 2024-12-05T07:05:55.373Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2533 | 2024-12-05T07:05:55.375Z | + ptime -m cargo build --locked --release -p xtask |
2534 | 2024-12-05T07:05:55.933Z | Compiling serde v1.0.215 |
2535 | 2024-12-05T07:05:55.941Z | Compiling libc v0.2.162 |
2536 | 2024-12-05T07:05:55.941Z | Compiling serde_json v1.0.132 |
2537 | 2024-12-05T07:05:55.941Z | Compiling rustix v0.38.37 |
2538 | 2024-12-05T07:05:56.033Z | Compiling syn v2.0.87 |
2539 | 2024-12-05T07:05:56.050Z | Compiling bitflags v2.6.0 |
2540 | 2024-12-05T07:05:56.363Z | Compiling usdt-impl v0.5.0 |
2541 | 2024-12-05T07:05:56.405Z | Compiling syn v1.0.109 |
2542 | 2024-12-05T07:05:56.518Z | Compiling hashbrown v0.15.0 |
2543 | 2024-12-05T07:05:56.539Z | Compiling log v0.4.22 |
2544 | 2024-12-05T07:05:56.647Z | Compiling fs-err v2.11.0 |
2545 | 2024-12-05T07:05:56.942Z | Compiling anyhow v1.0.93 |
2546 | 2024-12-05T07:05:57.005Z | Compiling once_cell v1.20.2 |
2547 | 2024-12-05T07:05:57.495Z | Compiling thread-id v4.2.2 |
2548 | 2024-12-05T07:05:57.778Z | Compiling indexmap v2.6.0 |
2549 | 2024-12-05T07:05:59.162Z | Compiling terminal_size v0.4.0 |
2550 | 2024-12-05T07:05:59.165Z | Compiling tempfile v3.13.0 |
2551 | 2024-12-05T07:05:59.396Z | Compiling clap_builder v4.5.21 |
2552 | 2024-12-05T07:05:59.925Z | Compiling proc-macro-error v1.0.4 |
2553 | 2024-12-05T07:06:01.225Z | Compiling tabled_derive v0.7.0 |
2554 | 2024-12-05T07:06:02.651Z | Compiling tabled v0.15.0 |
2555 | 2024-12-05T07:06:03.829Z | Compiling serde_derive v1.0.215 |
2556 | 2024-12-05T07:06:04.109Z | Compiling thiserror-impl v1.0.69 |
2557 | 2024-12-05T07:06:07.069Z | Compiling thiserror v1.0.69 |
2558 | 2024-12-05T07:06:07.234Z | Compiling pest v2.7.14 |
2559 | 2024-12-05T07:06:07.765Z | Compiling zerocopy-derive v0.7.35 |
2560 | 2024-12-05T07:06:09.903Z | Compiling pest_meta v2.7.14 |
2561 | 2024-12-05T07:06:10.290Z | Compiling zerocopy v0.7.35 |
2562 | 2024-12-05T07:06:11.944Z | Compiling pest_generator v2.7.14 |
2563 | 2024-12-05T07:06:14.046Z | Compiling pest_derive v2.7.14 |
2564 | 2024-12-05T07:06:14.361Z | Compiling scroll_derive v0.12.0 |
2565 | 2024-12-05T07:06:14.824Z | Compiling dtrace-parser v0.2.0 |
2566 | 2024-12-05T07:06:15.723Z | Compiling scroll v0.12.0 |
2567 | 2024-12-05T07:06:16.429Z | Compiling goblin v0.8.2 |
2568 | 2024-12-05T07:06:19.003Z | Compiling serde_spanned v0.6.8 |
2569 | 2024-12-05T07:06:19.304Z | Compiling toml_datetime v0.6.8 |
2570 | 2024-12-05T07:06:20.201Z | Compiling serde_tokenstream v0.2.2 |
2571 | 2024-12-05T07:06:20.526Z | Compiling toml_edit v0.22.22 |
2572 | 2024-12-05T07:06:22.479Z | Compiling dof v0.3.0 |
2573 | 2024-12-05T07:06:22.603Z | Compiling camino v1.1.9 |
2574 | 2024-12-05T07:06:22.692Z | Compiling semver v1.0.23 |
2575 | 2024-12-05T07:06:23.949Z | Compiling toml v0.8.19 |
2576 | 2024-12-05T07:06:24.680Z | Compiling cargo-platform v0.1.8 |
2577 | 2024-12-05T07:06:24.835Z | Compiling usdt-macro v0.5.0 |
2578 | 2024-12-05T07:06:25.772Z | Compiling usdt-attr-macro v0.5.0 |
2579 | 2024-12-05T07:06:26.070Z | Compiling clap_derive v4.5.18 |
2580 | 2024-12-05T07:06:26.947Z | Compiling cargo_metadata v0.18.1 |
2581 | 2024-12-05T07:06:27.181Z | Compiling usdt v0.5.0 |
2582 | 2024-12-05T07:06:28.656Z | Compiling cargo_toml v0.20.5 |
2583 | 2024-12-05T07:06:29.018Z | Compiling camino-tempfile v1.1.1 |
2584 | 2024-12-05T07:06:29.822Z | Compiling macaddr v1.0.1 |
2585 | 2024-12-05T07:06:30.812Z | Compiling clap v4.5.21 |
2586 | 2024-12-05T07:06:40.971Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2587 | 2024-12-05T07:06:52.222Z | Finished `release` profile [optimized] target(s) in 56.78s |
2588 | 2024-12-05T07:06:52.345Z | |
2589 | 2024-12-05T07:06:52.345Z | real 56.936810136 |
2590 | 2024-12-05T07:06:52.345Z | user 5:45.742189050 |
2591 | 2024-12-05T07:06:52.345Z | sys 31.537901643 |
2592 | 2024-12-05T07:06:52.345Z | trap 0.152004522 |
2593 | 2024-12-05T07:06:52.348Z | tflt 0.232127565 |
2594 | 2024-12-05T07:06:52.348Z | dflt 0.565525782 |
2595 | 2024-12-05T07:06:52.348Z | kflt 0.000000000 |
2596 | 2024-12-05T07:06:52.348Z | lock 9:43.699980736 |
2597 | 2024-12-05T07:06:52.348Z | slp 15:10.397060564 |
2598 | 2024-12-05T07:06:52.348Z | lat 13.095157899 |
2599 | 2024-12-05T07:06:52.348Z | stop 14.563597443 |
2600 | 2024-12-05T07:06:52.349Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2601 | 2024-12-05T07:06:52.349Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2602 | 2024-12-05T07:06:52.349Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2603 | 2024-12-05T07:06:52.349Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2604 | 2024-12-05T07:06:52.349Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2605 | 2024-12-05T07:06:53.222Z | Compiling hashbrown v0.14.5 |
2606 | 2024-12-05T07:06:53.350Z | Compiling ident_case v1.0.1 |
2607 | 2024-12-05T07:06:53.362Z | Compiling unsafe-libyaml v0.2.11 |
2608 | 2024-12-05T07:06:53.365Z | Compiling progenitor-client v0.8.0 |
2609 | 2024-12-05T07:06:53.374Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2610 | 2024-12-05T07:06:53.387Z | Compiling ipnetwork v0.20.0 |
2611 | 2024-12-05T07:06:53.390Z | Compiling macaddr v1.0.1 |
2612 | 2024-12-05T07:06:53.390Z | Compiling instant v0.1.13 |
2613 | 2024-12-05T07:06:53.505Z | Compiling darling_core v0.20.10 |
2614 | 2024-12-05T07:06:53.584Z | Compiling structmeta-derive v0.3.0 |
2615 | 2024-12-05T07:06:53.846Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2616 | 2024-12-05T07:06:53.876Z | Compiling dropshot v0.13.0 |
2617 | 2024-12-05T07:06:53.879Z | Compiling newtype-uuid v1.1.3 |
2618 | 2024-12-05T07:06:54.246Z | Compiling dropshot_endpoint v0.13.0 |
2619 | 2024-12-05T07:06:54.314Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2620 | 2024-12-05T07:06:54.620Z | Compiling regress v0.10.1 |
2621 | 2024-12-05T07:06:54.691Z | Compiling serde_yaml v0.9.34+deprecated |
2622 | 2024-12-05T07:06:54.708Z | Compiling regress v0.9.1 |
2623 | 2024-12-05T07:06:55.104Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2624 | 2024-12-05T07:06:55.303Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2625 | 2024-12-05T07:06:55.328Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2626 | 2024-12-05T07:06:55.695Z | Compiling backoff v0.4.0 |
2627 | 2024-12-05T07:06:56.080Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2628 | 2024-12-05T07:06:56.130Z | Compiling tempfile v3.13.0 |
2629 | 2024-12-05T07:06:56.266Z | Compiling proc-macro-crate v1.3.1 |
2630 | 2024-12-05T07:06:56.632Z | Compiling structmeta v0.3.0 |
2631 | 2024-12-05T07:06:57.042Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2632 | 2024-12-05T07:06:57.111Z | Compiling parse-display-derive v0.10.0 |
2633 | 2024-12-05T07:06:57.391Z | Compiling num_enum_derive v0.5.11 |
2634 | 2024-12-05T07:06:57.436Z | Compiling itertools v0.13.0 |
2635 | 2024-12-05T07:06:58.895Z | Compiling typify-impl v0.2.0 |
2636 | 2024-12-05T07:06:59.750Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2637 | 2024-12-05T07:06:59.954Z | Compiling zerocopy v0.8.10 |
2638 | 2024-12-05T07:07:00.072Z | Compiling zerocopy-derive v0.8.10 |
2639 | 2024-12-05T07:07:00.091Z | Compiling num_enum v0.5.11 |
2640 | 2024-12-05T07:07:00.270Z | Compiling foreign-types-macros v0.2.3 |
2641 | 2024-12-05T07:07:00.601Z | Compiling darling_macro v0.20.10 |
2642 | 2024-12-05T07:07:00.906Z | Compiling heapless v0.8.0 |
2643 | 2024-12-05T07:07:00.960Z | Compiling foreign-types-shared v0.3.1 |
2644 | 2024-12-05T07:07:01.084Z | Compiling proc-macro-error v1.0.4 |
2645 | 2024-12-05T07:07:01.558Z | Compiling darling v0.20.10 |
2646 | 2024-12-05T07:07:01.578Z | Compiling foreign-types v0.5.0 |
2647 | 2024-12-05T07:07:01.684Z | Compiling serde_with_macros v3.11.0 |
2648 | 2024-12-05T07:07:01.703Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2649 | 2024-12-05T07:07:01.807Z | Compiling parse-display v0.10.0 |
2650 | 2024-12-05T07:07:01.933Z | Compiling camino-tempfile v1.1.1 |
2651 | 2024-12-05T07:07:02.015Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2652 | 2024-12-05T07:07:02.413Z | Compiling hash32 v0.3.1 |
2653 | 2024-12-05T07:07:02.519Z | Compiling cstr-argument v0.1.2 |
2654 | 2024-12-05T07:07:02.674Z | Compiling smoltcp v0.11.0 |
2655 | 2024-12-05T07:07:02.787Z | Compiling pretty-hex v0.2.1 |
2656 | 2024-12-05T07:07:02.894Z | Compiling crucible-workspace-hack v0.1.0 |
2657 | 2024-12-05T07:07:02.985Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2658 | 2024-12-05T07:07:03.198Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2659 | 2024-12-05T07:07:03.344Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2660 | 2024-12-05T07:07:03.433Z | Compiling tabwriter v1.4.0 |
2661 | 2024-12-05T07:07:03.971Z | Compiling colored v2.1.0 |
2662 | 2024-12-05T07:07:03.990Z | Compiling cobs v0.2.3 |
2663 | 2024-12-05T07:07:04.383Z | Compiling postcard v1.0.10 |
2664 | 2024-12-05T07:07:04.549Z | Compiling serde_with v3.11.0 |
2665 | 2024-12-05T07:07:04.930Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2666 | 2024-12-05T07:07:05.059Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2667 | 2024-12-05T07:07:05.253Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2668 | 2024-12-05T07:07:05.304Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2669 | 2024-12-05T07:07:05.588Z | Compiling thiserror v2.0.3 |
2670 | 2024-12-05T07:07:06.262Z | Compiling smf v0.2.3 |
2671 | 2024-12-05T07:07:06.673Z | Compiling thiserror-impl v2.0.3 |
2672 | 2024-12-05T07:07:06.810Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2673 | 2024-12-05T07:07:07.724Z | Compiling zone_cfg_derive v0.3.0 |
2674 | 2024-12-05T07:07:08.560Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2675 | 2024-12-05T07:07:08.742Z | Compiling num-derive v0.4.2 |
2676 | 2024-12-05T07:07:09.032Z | Compiling sigpipe v0.1.3 |
2677 | 2024-12-05T07:07:09.168Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2678 | 2024-12-05T07:07:09.217Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2679 | 2024-12-05T07:07:09.220Z | Compiling zone v0.3.0 |
2680 | 2024-12-05T07:07:09.548Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2681 | 2024-12-05T07:07:09.720Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2682 | 2024-12-05T07:07:10.118Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2683 | 2024-12-05T07:07:10.205Z | Compiling universal-hash v0.5.1 |
2684 | 2024-12-05T07:07:10.426Z | Compiling opaque-debug v0.3.1 |
2685 | 2024-12-05T07:07:10.524Z | Compiling num-rational v0.4.2 |
2686 | 2024-12-05T07:07:10.546Z | Compiling password-hash v0.5.0 |
2687 | 2024-12-05T07:07:10.682Z | Compiling num-complex v0.4.6 |
2688 | 2024-12-05T07:07:10.902Z | Compiling blake2 v0.10.6 |
2689 | 2024-12-05T07:07:11.125Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2690 | 2024-12-05T07:07:11.567Z | Compiling aead v0.5.2 |
2691 | 2024-12-05T07:07:11.621Z | Compiling convert_case v0.4.0 |
2692 | 2024-12-05T07:07:11.785Z | Compiling keccak v0.1.5 |
2693 | 2024-12-05T07:07:11.954Z | Compiling num v0.4.3 |
2694 | 2024-12-05T07:07:12.074Z | Compiling argon2 v0.5.3 |
2695 | 2024-12-05T07:07:12.095Z | Compiling sha3 v0.10.8 |
2696 | 2024-12-05T07:07:12.267Z | Compiling poly1305 v0.8.0 |
2697 | 2024-12-05T07:07:12.322Z | Compiling tungstenite v0.21.0 |
2698 | 2024-12-05T07:07:12.636Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2699 | 2024-12-05T07:07:12.835Z | Compiling derive_more v0.99.18 |
2700 | 2024-12-05T07:07:12.957Z | Compiling chacha20 v0.9.1 |
2701 | 2024-12-05T07:07:13.147Z | Compiling base64 v0.21.7 |
2702 | 2024-12-05T07:07:13.454Z | Compiling float-ord v0.3.2 |
2703 | 2024-12-05T07:07:13.649Z | Compiling tokio-tungstenite v0.21.0 |
2704 | 2024-12-05T07:07:13.952Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2705 | 2024-12-05T07:07:14.281Z | Compiling same-file v1.0.6 |
2706 | 2024-12-05T07:07:14.367Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2707 | 2024-12-05T07:07:14.421Z | Compiling semver v0.1.20 |
2708 | 2024-12-05T07:07:14.556Z | Compiling walkdir v2.5.0 |
2709 | 2024-12-05T07:07:14.610Z | Compiling newline-converter v0.3.0 |
2710 | 2024-12-05T07:07:14.749Z | Compiling primeorder v0.13.6 |
2711 | 2024-12-05T07:07:14.793Z | Compiling rustc_version v0.1.7 |
2712 | 2024-12-05T07:07:14.988Z | Compiling secrecy v0.8.0 |
2713 | 2024-12-05T07:07:15.120Z | Compiling cancel-safe-futures v0.1.5 |
2714 | 2024-12-05T07:07:15.276Z | Compiling owo-colors v4.1.0 |
2715 | 2024-12-05T07:07:15.298Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2716 | 2024-12-05T07:07:15.344Z | Compiling newtype_derive v0.1.6 |
2717 | 2024-12-05T07:07:15.391Z | Compiling expectorate v1.1.0 |
2718 | 2024-12-05T07:07:15.498Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2719 | 2024-12-05T07:07:15.575Z | Compiling thiserror-impl-no-std v2.0.2 |
2720 | 2024-12-05T07:07:15.604Z | Compiling ring v0.16.20 |
2721 | 2024-12-05T07:07:15.642Z | Compiling blake3 v1.5.4 |
2722 | 2024-12-05T07:07:15.834Z | Compiling unicase v2.7.0 |
2723 | 2024-12-05T07:07:16.146Z | Compiling half v2.4.1 |
2724 | 2024-12-05T07:07:16.166Z | Compiling ciborium-io v0.2.2 |
2725 | 2024-12-05T07:07:16.316Z | Compiling arc-swap v1.7.1 |
2726 | 2024-12-05T07:07:16.684Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2727 | 2024-12-05T07:07:16.735Z | Compiling ciborium-ll v0.2.2 |
2728 | 2024-12-05T07:07:16.970Z | Compiling slog-scope v4.4.0 |
2729 | 2024-12-05T07:07:17.136Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2730 | 2024-12-05T07:07:17.498Z | Compiling polyval v0.6.2 |
2731 | 2024-12-05T07:07:17.538Z | Compiling typify-macro v0.2.0 |
2732 | 2024-12-05T07:07:17.957Z | Compiling atomicwrites v0.4.4 |
2733 | 2024-12-05T07:07:18.060Z | Compiling libsw v3.3.1 |
2734 | 2024-12-05T07:07:18.165Z | Compiling memmap2 v0.9.5 |
2735 | 2024-12-05T07:07:18.323Z | Compiling spin v0.5.2 |
2736 | 2024-12-05T07:07:18.401Z | Compiling salty v0.3.0 |
2737 | 2024-12-05T07:07:18.587Z | Compiling arrayvec v0.7.6 |
2738 | 2024-12-05T07:07:18.627Z | Compiling libefi-sys v0.1.0 |
2739 | 2024-12-05T07:07:18.802Z | Compiling thiserror-no-std v2.0.2 |
2740 | 2024-12-05T07:07:18.839Z | Compiling constant_time_eq v0.3.1 |
2741 | 2024-12-05T07:07:18.903Z | Compiling linear-map v1.2.0 |
2742 | 2024-12-05T07:07:18.928Z | Compiling parking_lot_core v0.8.6 |
2743 | 2024-12-05T07:07:19.030Z | Compiling arrayref v0.3.9 |
2744 | 2024-12-05T07:07:19.050Z | Compiling indent_write v2.2.0 |
2745 | 2024-12-05T07:07:19.287Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2746 | 2024-12-05T07:07:19.330Z | Compiling vsss-rs v3.3.4 |
2747 | 2024-12-05T07:07:19.533Z | Compiling ghash v0.5.1 |
2748 | 2024-12-05T07:07:19.782Z | Compiling slog-stdlog v4.1.1 |
2749 | 2024-12-05T07:07:20.140Z | Compiling ciborium v0.2.2 |
2750 | 2024-12-05T07:07:20.513Z | Compiling p384 v0.13.0 |
2751 | 2024-12-05T07:07:20.544Z | Compiling toolchain_find v0.4.0 |
2752 | 2024-12-05T07:07:20.669Z | Compiling chacha20poly1305 v0.10.1 |
2753 | 2024-12-05T07:07:20.930Z | Compiling ctr v0.9.2 |
2754 | 2024-12-05T07:07:21.285Z | Compiling lzma-sys v0.1.20 |
2755 | 2024-12-05T07:07:21.311Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2756 | 2024-12-05T07:07:21.702Z | Compiling bitfield-struct v0.6.2 |
2757 | 2024-12-05T07:07:21.732Z | Compiling slog-dtrace v0.3.0 |
2758 | 2024-12-05T07:07:21.883Z | Compiling typify v0.2.0 |
2759 | 2024-12-05T07:07:22.046Z | Compiling progenitor-impl v0.8.0 |
2760 | 2024-12-05T07:07:22.065Z | Compiling highway v1.2.0 |
2761 | 2024-12-05T07:07:22.086Z | Compiling topological-sort v0.2.2 |
2762 | 2024-12-05T07:07:22.313Z | Compiling omicron-zone-package v0.11.1 |
2763 | 2024-12-05T07:07:22.342Z | Compiling aes-gcm v0.10.3 |
2764 | 2024-12-05T07:07:22.664Z | Compiling rustfmt-wrapper v0.2.1 |
2765 | 2024-12-05T07:07:22.883Z | Compiling mime_guess v2.0.5 |
2766 | 2024-12-05T07:07:22.983Z | Compiling slog-envlogger v2.2.0 |
2767 | 2024-12-05T07:07:23.146Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2768 | 2024-12-05T07:07:23.226Z | Compiling steno v0.4.1 |
2769 | 2024-12-05T07:07:23.990Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2770 | 2024-12-05T07:07:24.232Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2771 | 2024-12-05T07:07:24.284Z | Compiling heck v0.3.3 |
2772 | 2024-12-05T07:07:24.313Z | Compiling ssh-encoding v0.2.0 |
2773 | 2024-12-05T07:07:24.679Z | Compiling blowfish v0.9.1 |
2774 | 2024-12-05T07:07:24.788Z | Compiling nibble_vec v0.1.0 |
2775 | 2024-12-05T07:07:24.792Z | Compiling env_filter v0.1.2 |
2776 | 2024-12-05T07:07:24.871Z | Compiling humantime v2.1.0 |
2777 | 2024-12-05T07:07:24.976Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2778 | 2024-12-05T07:07:25.122Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2779 | 2024-12-05T07:07:25.163Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2780 | 2024-12-05T07:07:25.410Z | Compiling endian-type v0.1.2 |
2781 | 2024-12-05T07:07:25.453Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2782 | 2024-12-05T07:07:25.486Z | Compiling env_logger v0.11.5 |
2783 | 2024-12-05T07:07:25.512Z | Compiling bcrypt-pbkdf v0.10.0 |
2784 | 2024-12-05T07:07:25.545Z | Compiling zone_cfg_derive v0.1.2 |
2785 | 2024-12-05T07:07:25.652Z | Compiling radix_trie v0.2.1 |
2786 | 2024-12-05T07:07:26.160Z | Compiling ssh-cipher v0.2.0 |
2787 | 2024-12-05T07:07:26.387Z | Compiling parking_lot v0.11.2 |
2788 | 2024-12-05T07:07:26.470Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2789 | 2024-12-05T07:07:26.781Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2790 | 2024-12-05T07:07:27.251Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2791 | 2024-12-05T07:07:27.352Z | Compiling password-hash v0.4.2 |
2792 | 2024-12-05T07:07:27.482Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2793 | 2024-12-05T07:07:27.678Z | Compiling gethostname v0.5.0 |
2794 | 2024-12-05T07:07:27.780Z | Compiling fxhash v0.2.1 |
2795 | 2024-12-05T07:07:27.874Z | Compiling matches v0.1.10 |
2796 | 2024-12-05T07:07:27.922Z | Compiling bumpalo v3.16.0 |
2797 | 2024-12-05T07:07:27.988Z | Compiling simd-adler32 v0.3.7 |
2798 | 2024-12-05T07:07:28.007Z | Compiling lockfree-object-pool v0.1.6 |
2799 | 2024-12-05T07:07:28.122Z | Compiling http-range v0.1.5 |
2800 | 2024-12-05T07:07:28.286Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2801 | 2024-12-05T07:07:28.305Z | Compiling base64 v0.13.1 |
2802 | 2024-12-05T07:07:28.437Z | Compiling zip v2.1.3 |
2803 | 2024-12-05T07:07:28.486Z | Compiling zopfli v0.8.1 |
2804 | 2024-12-05T07:07:28.612Z | Compiling idna v0.2.3 |
2805 | 2024-12-05T07:07:28.640Z | Compiling sled v0.34.7 |
2806 | 2024-12-05T07:07:28.778Z | Compiling ron v0.7.1 |
2807 | 2024-12-05T07:07:28.915Z | Compiling pbkdf2 v0.11.0 |
2808 | 2024-12-05T07:07:28.933Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2809 | 2024-12-05T07:07:29.328Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2810 | 2024-12-05T07:07:29.684Z | Compiling xz2 v0.1.7 |
2811 | 2024-12-05T07:07:30.212Z | Compiling zone v0.1.8 |
2812 | 2024-12-05T07:07:30.377Z | Compiling ssh-key v0.6.6 |
2813 | 2024-12-05T07:07:30.380Z | Compiling progenitor-macro v0.8.0 |
2814 | 2024-12-05T07:07:30.506Z | Compiling hickory-client v0.24.1 |
2815 | 2024-12-05T07:07:31.401Z | Compiling p256 v0.13.2 |
2816 | 2024-12-05T07:07:31.759Z | Compiling p521 v0.13.3 |
2817 | 2024-12-05T07:07:31.894Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2818 | 2024-12-05T07:07:32.027Z | Compiling hickory-server v0.24.1 |
2819 | 2024-12-05T07:07:32.268Z | Compiling enum-as-inner v0.5.1 |
2820 | 2024-12-05T07:07:33.062Z | Compiling pem v3.0.4 |
2821 | 2024-12-05T07:07:33.304Z | Compiling yasna v0.5.2 |
2822 | 2024-12-05T07:07:33.915Z | Compiling headers-core v0.3.0 |
2823 | 2024-12-05T07:07:34.098Z | Compiling kstat-rs v0.2.4 |
2824 | 2024-12-05T07:07:34.182Z | Compiling nanorand v0.7.0 |
2825 | 2024-12-05T07:07:34.811Z | Compiling atty v0.2.14 |
2826 | 2024-12-05T07:07:34.830Z | Compiling russh-cryptovec v0.7.3 |
2827 | 2024-12-05T07:07:34.965Z | Compiling md5 v0.7.0 |
2828 | 2024-12-05T07:07:35.094Z | Compiling flume v0.11.1 |
2829 | 2024-12-05T07:07:35.157Z | Compiling rcgen v0.12.1 |
2830 | 2024-12-05T07:07:35.310Z | Compiling russh-keys v0.45.0 |
2831 | 2024-12-05T07:07:35.369Z | Compiling headers v0.4.0 |
2832 | 2024-12-05T07:07:35.501Z | Compiling trust-dns-proto v0.22.0 |
2833 | 2024-12-05T07:07:35.794Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2834 | 2024-12-05T07:07:37.393Z | Compiling hyper-staticfile v0.10.1 |
2835 | 2024-12-05T07:07:38.581Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2836 | 2024-12-05T07:07:39.214Z | Compiling num-bigint v0.4.6 |
2837 | 2024-12-05T07:07:39.441Z | Compiling des v0.8.1 |
2838 | 2024-12-05T07:07:39.689Z | Compiling subprocess v0.2.9 |
2839 | 2024-12-05T07:07:39.802Z | Compiling hex-literal v0.4.1 |
2840 | 2024-12-05T07:07:39.822Z | Compiling dhcproto-macros v0.1.0 |
2841 | 2024-12-05T07:07:39.973Z | Compiling display-error-chain v0.2.2 |
2842 | 2024-12-05T07:07:40.198Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2843 | 2024-12-05T07:07:40.405Z | Compiling internet-checksum v0.2.1 |
2844 | 2024-12-05T07:07:40.787Z | Compiling dhcproto v0.12.0 |
2845 | 2024-12-05T07:07:42.269Z | Compiling russh v0.45.0 |
2846 | 2024-12-05T07:07:43.974Z | Compiling progenitor v0.8.0 |
2847 | 2024-12-05T07:07:44.125Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2848 | 2024-12-05T07:07:44.125Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2849 | 2024-12-05T07:07:44.128Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2850 | 2024-12-05T07:07:44.128Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2851 | 2024-12-05T07:07:44.128Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2852 | 2024-12-05T07:07:44.201Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2853 | 2024-12-05T07:07:44.267Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2854 | 2024-12-05T07:07:45.641Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2855 | 2024-12-05T07:07:46.038Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2856 | 2024-12-05T07:07:46.535Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2857 | 2024-12-05T07:07:50.297Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2858 | 2024-12-05T07:07:50.937Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2859 | 2024-12-05T07:08:00.545Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2860 | 2024-12-05T07:08:00.545Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2861 | 2024-12-05T07:08:00.548Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2862 | 2024-12-05T07:08:00.548Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2863 | 2024-12-05T07:08:01.469Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2864 | 2024-12-05T07:08:03.866Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2865 | 2024-12-05T07:08:04.954Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2866 | 2024-12-05T07:08:04.984Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2867 | 2024-12-05T07:08:07.474Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2868 | 2024-12-05T07:08:08.675Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2869 | 2024-12-05T07:08:09.083Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2870 | 2024-12-05T07:08:09.721Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2871 | 2024-12-05T07:08:11.514Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2872 | 2024-12-05T07:08:12.378Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2873 | 2024-12-05T07:08:12.825Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2874 | 2024-12-05T07:08:13.407Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2875 | 2024-12-05T07:08:14.486Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2876 | 2024-12-05T07:08:14.616Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2877 | 2024-12-05T07:08:15.193Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2878 | 2024-12-05T07:08:16.931Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2879 | 2024-12-05T07:08:16.955Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2880 | 2024-12-05T07:08:17.458Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2881 | 2024-12-05T07:08:19.768Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2882 | 2024-12-05T07:08:21.053Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2883 | 2024-12-05T07:08:21.404Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2884 | 2024-12-05T07:08:24.436Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2885 | 2024-12-05T07:08:24.664Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2886 | 2024-12-05T07:08:26.332Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2887 | 2024-12-05T07:08:29.792Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2888 | 2024-12-05T07:08:38.806Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2889 | 2024-12-05T07:08:40.145Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2890 | 2024-12-05T07:08:59.256Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2891 | 2024-12-05T07:09:32.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 39s |
2892 | 2024-12-05T07:09:32.622Z | |
2893 | 2024-12-05T07:09:32.622Z | real 2:40.202560345 |
2894 | 2024-12-05T07:09:32.622Z | user 12:33.588059373 |
2895 | 2024-12-05T07:09:32.622Z | sys 2:42.637580760 |
2896 | 2024-12-05T07:09:32.625Z | trap 0.339885280 |
2897 | 2024-12-05T07:09:32.625Z | tflt 0.913305354 |
2898 | 2024-12-05T07:09:32.625Z | dflt 2.020242536 |
2899 | 2024-12-05T07:09:32.625Z | kflt 0.000094821 |
2900 | 2024-12-05T07:09:32.625Z | lock 26:04.888659681 |
2901 | 2024-12-05T07:09:32.625Z | slp 45:27.493730553 |
2902 | 2024-12-05T07:09:32.625Z | lat 37.196990936 |
2903 | 2024-12-05T07:09:32.625Z | stop 1:27.188726208 |
2904 | 2024-12-05T07:09:32.625Z | + mkdir tests |
2905 | 2024-12-05T07:09:32.628Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2906 | 2024-12-05T07:09:32.628Z | + xargs -I '{}' -t cp '{}' tests/ |
2907 | 2024-12-05T07:09:32.670Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-76d60e8556db4194 tests/ |
2908 | 2024-12-05T07:09:32.696Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-da0400e0aa3ddcee tests/ |
2909 | 2024-12-05T07:09:32.722Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-5b072674524012c2 tests/ |
2910 | 2024-12-05T07:09:32.749Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ae7668f10d840e8c tests/ |
2911 | 2024-12-05T07:09:32.975Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2912 | 2024-12-05T07:09:32.978Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-da0400e0aa3ddcee tests/commtest-5b072674524012c2 tests/dhcp_server-76d60e8556db4194 tests/end_to_end_tests-ae7668f10d840e8c out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2913 | 2024-12-05T07:10:44.121Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2914 | 2024-12-05T07:10:44.121Z | a .github/buildomat/ci-env.sh 1K |
2915 | 2024-12-05T07:10:44.121Z | a out/target/test 1K |
2916 | 2024-12-05T07:10:44.121Z | a out/npuzone/npuzone 23144K |
2917 | 2024-12-05T07:10:44.121Z | a package-manifest.toml 32K |
2918 | 2024-12-05T07:10:44.122Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2919 | 2024-12-05T07:10:44.122Z | a target/release/omicron-package 36349K |
2920 | 2024-12-05T07:10:44.122Z | a target/release/xtask 11750K |
2921 | 2024-12-05T07:10:44.123Z | a target/debug/bootstrap 210028K |
2922 | 2024-12-05T07:10:44.123Z | a tests/bootstrap-da0400e0aa3ddcee 24246K |
2923 | 2024-12-05T07:10:44.123Z | a tests/commtest-5b072674524012c2 25022K |
2924 | 2024-12-05T07:10:44.123Z | a tests/dhcp_server-76d60e8556db4194 24246K |
2925 | 2024-12-05T07:10:44.123Z | a tests/end_to_end_tests-ae7668f10d840e8c 228129K |
2926 | 2024-12-05T07:10:44.123Z | a out/clickhouse.tar.gz 285853K |
2927 | 2024-12-05T07:10:44.123Z | a out/clickhouse_keeper.tar.gz 285848K |
2928 | 2024-12-05T07:10:44.123Z | a out/clickhouse_server.tar.gz 285851K |
2929 | 2024-12-05T07:10:44.123Z | a out/cockroachdb.tar.gz 134561K |
2930 | 2024-12-05T07:10:44.123Z | a out/crucible-dtrace.tar 85K |
2931 | 2024-12-05T07:10:44.123Z | a out/crucible-pantry-zone.tar.gz 28186K |
2932 | 2024-12-05T07:10:44.124Z | a out/crucible-zone.tar.gz 36396K |
2933 | 2024-12-05T07:10:44.124Z | a out/external-dns.tar.gz 35282K |
2934 | 2024-12-05T07:10:44.124Z | a out/internal-dns.tar.gz 35281K |
2935 | 2024-12-05T07:10:44.124Z | a out/mg-ddm-gz.tar 63075K |
2936 | 2024-12-05T07:10:44.124Z | a out/nexus.tar.gz 100414K |
2937 | 2024-12-05T07:10:44.124Z | a out/ntp.tar.gz 10360K |
2938 | 2024-12-05T07:10:44.124Z | a out/omicron-gateway-softnpu.tar.gz 23932K |
2939 | 2024-12-05T07:10:44.124Z | a out/omicron-sled-agent.tar 113496K |
2940 | 2024-12-05T07:10:44.124Z | a out/overlay.tar.gz 3K |
2941 | 2024-12-05T07:10:44.124Z | a out/oximeter.tar.gz 51278K |
2942 | 2024-12-05T07:10:44.124Z | a out/oxlog.tar 3088K |
2943 | 2024-12-05T07:10:44.124Z | a out/probe.tar.gz 2764K |
2944 | 2024-12-05T07:10:44.124Z | a out/propolis-server.tar.gz 66730K |
2945 | 2024-12-05T07:10:44.124Z | a out/pumpkind-gz.tar 26665K |
2946 | 2024-12-05T07:10:44.124Z | a out/switch-softnpu.tar.gz 237393K |
2947 | 2024-12-05T07:10:44.127Z | |
2948 | 2024-12-05T07:10:44.127Z | real 1:11.130558140 |
2949 | 2024-12-05T07:10:44.127Z | user 1:08.124469995 |
2950 | 2024-12-05T07:10:44.127Z | sys 4.280851396 |
2951 | 2024-12-05T07:10:44.127Z | trap 0.016837651 |
2952 | 2024-12-05T07:10:44.127Z | tflt 0.000000000 |
2953 | 2024-12-05T07:10:44.127Z | dflt 0.000000000 |
2954 | 2024-12-05T07:10:44.127Z | kflt 0.000000000 |
2955 | 2024-12-05T07:10:44.127Z | lock 0.000000000 |
2956 | 2024-12-05T07:10:44.127Z | slp 1:07.978278084 |
2957 | 2024-12-05T07:10:44.127Z | lat 1.854909578 |
2958 | 2024-12-05T07:10:44.127Z | stop 0.000624607 |
2959 | 2024-12-05T07:10:44.127Z | process exited: duration 1952684 ms, exit code 0 |
|
2960 | 2024-12-05T07:10:44.141Z | found 1 output files |
2961 | 2024-12-05T07:10:44.141Z | uploading: /work/package.tar.gz (1878333340 bytes) |
2962 | 2024-12-05T07:11:21.870Z | uploaded: /work/package.tar.gz |