|
|
|
1 | 2024-12-19T18:33:41.243Z | job assigned to worker 01JFG32WWNVR0Y5GF5EM8JY2D6 [factory aws, i-045cde34a3cf6b58b] (queued for 1 m 5 s) |
|
2 | 2024-12-19T18:33:49.088Z | starting task 0: "setup" |
3 | 2024-12-19T18:33:49.096Z | ++ uname -s |
4 | 2024-12-19T18:33:49.098Z | + kern=SunOS |
5 | 2024-12-19T18:33:49.098Z | + case "$kern" in |
6 | 2024-12-19T18:33:49.098Z | + groupadd -g 12345 build |
7 | 2024-12-19T18:33:49.101Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T18:33:51.107Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T18:33:51.235Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T18:33:51.238Z | + home_fs=zfs |
11 | 2024-12-19T18:33:51.238Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T18:33:51.238Z | + mkdir -p /home/build |
13 | 2024-12-19T18:33:51.241Z | + chown build:build /home/build /work |
14 | 2024-12-19T18:33:52.243Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T18:33:52.245Z | process exited: duration 3158 ms, exit code 0 |
|
16 | 2024-12-19T18:33:52.254Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T18:33:52.257Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T18:33:52.258Z | ' 1.81.0 |
19 | 2024-12-19T18:33:52.258Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-19T18:33:52.258Z | ' default |
21 | 2024-12-19T18:33:52.258Z | * toolchain channel = "1.81.0" |
22 | 2024-12-19T18:33:52.258Z | * toolchain profile = "default" |
23 | 2024-12-19T18:33:52.261Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T18:33:52.261Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-19T18:33:52.380Z | info: downloading installer |
26 | 2024-12-19T18:33:53.834Z | info: profile set to 'default' |
27 | 2024-12-19T18:33:53.834Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T18:33:53.836Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-19T18:33:53.984Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-19T18:33:53.984Z | info: downloading component 'cargo' |
31 | 2024-12-19T18:33:54.831Z | info: downloading component 'clippy' |
32 | 2024-12-19T18:33:55.143Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T18:33:56.313Z | info: downloading component 'rust-std' |
34 | 2024-12-19T18:33:58.131Z | info: downloading component 'rustc' |
35 | 2024-12-19T18:34:04.662Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T18:34:04.909Z | info: installing component 'cargo' |
37 | 2024-12-19T18:34:05.692Z | info: installing component 'clippy' |
38 | 2024-12-19T18:34:06.046Z | info: installing component 'rust-docs' |
39 | 2024-12-19T18:34:07.666Z | info: installing component 'rust-std' |
40 | 2024-12-19T18:34:09.401Z | info: installing component 'rustc' |
41 | 2024-12-19T18:34:15.005Z | info: installing component 'rustfmt' |
42 | 2024-12-19T18:34:15.327Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-19T18:34:15.328Z | |
44 | 2024-12-19T18:34:15.692Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-19T18:34:15.692Z | |
46 | 2024-12-19T18:34:15.695Z | |
47 | 2024-12-19T18:34:15.695Z | Rust is installed now. Great! |
48 | 2024-12-19T18:34:15.695Z | |
49 | 2024-12-19T18:34:15.695Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T18:34:15.695Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T18:34:15.695Z | |
52 | 2024-12-19T18:34:15.695Z | To configure your current shell, you need to source |
53 | 2024-12-19T18:34:15.695Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T18:34:15.695Z | |
55 | 2024-12-19T18:34:15.695Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T18:34:15.695Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T18:34:15.695Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T18:34:15.766Z | + rustc --version |
59 | 2024-12-19T18:34:15.834Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-19T18:34:15.837Z | process exited: duration 23583 ms, exit code 0 |
|
61 | 2024-12-19T18:34:15.843Z | starting task 2: "authentication" |
62 | 2024-12-19T18:34:15.864Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-19T18:34:15.870Z | starting task 3: "clone repository" |
64 | 2024-12-19T18:34:15.875Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-19T18:34:15.878Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-19T18:34:17.643Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-19T18:34:25.700Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-19T18:34:25.700Z | + git fetch origin 331ac9a90c4c250e72cea2843928c762a91a552e |
69 | 2024-12-19T18:34:26.013Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-19T18:34:26.013Z | * branch 331ac9a90c4c250e72cea2843928c762a91a552e -> FETCH_HEAD |
71 | 2024-12-19T18:34:26.024Z | + [[ -n spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled ]] |
72 | 2024-12-19T18:34:26.027Z | ++ git branch --show-current |
73 | 2024-12-19T18:34:26.031Z | + current=main |
74 | 2024-12-19T18:34:26.031Z | + [[ main != spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled ]] |
75 | 2024-12-19T18:34:26.031Z | + git branch -f spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled 331ac9a90c4c250e72cea2843928c762a91a552e |
76 | 2024-12-19T18:34:26.033Z | + git checkout -f spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled |
77 | 2024-12-19T18:34:26.210Z | Switched to branch 'spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled' |
78 | 2024-12-19T18:34:26.213Z | + git reset --hard 331ac9a90c4c250e72cea2843928c762a91a552e |
79 | 2024-12-19T18:34:26.226Z | HEAD is now at 331ac9a90 Find propolis procs |
80 | 2024-12-19T18:34:26.230Z | process exited: duration 10356 ms, exit code 0 |
|
81 | 2024-12-19T18:34:26.237Z | starting task 4: "build" |
82 | 2024-12-19T18:34:26.243Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-19T18:34:26.243Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-19T18:34:26.245Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-19T18:34:26.245Z | + cargo --version |
86 | 2024-12-19T18:34:26.299Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-19T18:34:26.302Z | + rustc --version |
88 | 2024-12-19T18:34:26.363Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-19T18:34:26.367Z | + WORK=/work |
90 | 2024-12-19T18:34:26.369Z | + pfexec mkdir -p /work |
91 | 2024-12-19T18:34:26.372Z | + pfexec chown build /work |
92 | 2024-12-19T18:34:26.374Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-19T18:34:45.585Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-19T18:34:49.796Z | Startup: Caching catalogs ... Done |
95 | 2024-12-19T18:35:00.300Z | Planning: Solver setup ... Done (9.655s) |
96 | 2024-12-19T18:35:00.433Z | Planning: Running solver ... Done (0.133s) |
97 | 2024-12-19T18:35:00.757Z | Planning: Finding local manifests ... Done (0.227s) |
98 | 2024-12-19T18:35:00.788Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-19T18:35:01.428Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-19T18:35:01.791Z | Planning: Package planning ... Done (0.363s) |
101 | 2024-12-19T18:35:01.848Z | Planning: Merging actions ... Done (0.057s) |
102 | 2024-12-19T18:35:03.480Z | Planning: Checking for conflicting actions ... Done (1.633s) |
103 | 2024-12-19T18:35:14.584Z | Planning: Consolidating action changes ... Done (11.102s) |
104 | 2024-12-19T18:35:14.964Z | Planning: Evaluating mediators ... Done (0.377s) |
105 | 2024-12-19T18:35:15.164Z | Planning: Planning completed in 25.27 seconds |
106 | 2024-12-19T18:35:16.737Z | Packages to install: 4 |
107 | 2024-12-19T18:35:16.737Z | Packages to update: 1 |
108 | 2024-12-19T18:35:16.737Z | Mediators to change: 2 |
109 | 2024-12-19T18:35:16.740Z | Services to change: 1 |
110 | 2024-12-19T18:35:16.740Z | Estimated space available: 155.63 GB |
111 | 2024-12-19T18:35:16.740Z | Estimated space to be consumed: 1.61 GB |
112 | 2024-12-19T18:35:16.740Z | Create boot environment: No |
113 | 2024-12-19T18:35:16.740Z | Create backup boot environment: Yes |
114 | 2024-12-19T18:35:16.740Z | Rebuild boot archive: No |
115 | 2024-12-19T18:35:16.740Z | |
116 | 2024-12-19T18:35:16.740Z | Changed mediators: |
117 | 2024-12-19T18:35:16.740Z | mediator clang: |
118 | 2024-12-19T18:35:16.740Z | version: None -> 15 (system default) |
119 | 2024-12-19T18:35:16.740Z | |
120 | 2024-12-19T18:35:16.741Z | mediator llvm: |
121 | 2024-12-19T18:35:16.741Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-19T18:35:16.741Z | |
123 | 2024-12-19T18:35:16.741Z | Changed packages: |
124 | 2024-12-19T18:35:16.741Z | helios-dev |
125 | 2024-12-19T18:35:16.741Z | developer/build-essential |
126 | 2024-12-19T18:35:16.741Z | None -> 11-2.0 |
127 | 2024-12-19T18:35:16.741Z | library/libxmlsec1 |
128 | 2024-12-19T18:35:16.741Z | None -> 1.2.35-2.0 |
129 | 2024-12-19T18:35:16.741Z | ooce/developer/clang-15 |
130 | 2024-12-19T18:35:16.741Z | None -> 15.0.7-2.0 |
131 | 2024-12-19T18:35:16.741Z | ooce/developer/llvm-15 |
132 | 2024-12-19T18:35:16.741Z | None -> 15.0.7-2.0 |
133 | 2024-12-19T18:35:16.741Z | package/pkg |
134 | 2024-12-19T18:35:16.741Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-19T18:35:16.741Z | |
136 | 2024-12-19T18:35:16.741Z | Services: |
137 | 2024-12-19T18:35:16.741Z | restart_fmri: |
138 | 2024-12-19T18:35:16.741Z | svc:/system/update-man-index:default |
139 | 2024-12-19T18:35:16.741Z | |
140 | 2024-12-19T18:35:16.741Z | Editable files to change: |
141 | 2024-12-19T18:35:16.741Z | Update: |
142 | 2024-12-19T18:35:16.741Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-19T18:35:17.385Z | |
144 | 2024-12-19T18:35:17.386Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-19T18:35:22.376Z | Download: 918/4281 items 18.9/220.6MB 8% complete (3.9M/s) |
146 | 2024-12-19T18:35:27.387Z | Download: 1609/4281 items 117.8/220.6MB 53% complete (11.9M/s) |
147 | 2024-12-19T18:35:32.390Z | Download: 2385/4281 items 120.0/220.6MB 54% complete (10.2M/s) |
148 | 2024-12-19T18:35:37.618Z | Download: 3281/4281 items 208.6/220.6MB 94% complete (9.0M/s) |
149 | 2024-12-19T18:35:40.833Z | Download: Completed 220.60 MB in 23.46 seconds (9.4M/s) |
150 | 2024-12-19T18:35:42.769Z | Actions: 1/5063 actions (Removing old actions) |
151 | 2024-12-19T18:35:42.784Z | Actions: 194/5063 actions (Installing new actions) |
152 | 2024-12-19T18:35:47.902Z | Actions: 4080/5063 actions (Installing new actions) |
153 | 2024-12-19T18:35:48.890Z | Actions: 4226/5063 actions (Updating modified actions) |
154 | 2024-12-19T18:35:49.325Z | Actions: Completed 5063 actions in 6.55 seconds. |
155 | 2024-12-19T18:35:49.720Z | Done (0.387s) |
156 | 2024-12-19T18:35:49.723Z | Done (0.000s) |
157 | 2024-12-19T18:35:50.299Z | Done (0.577s) |
158 | 2024-12-19T18:35:58.374Z | Done (7.847s) |
159 | 2024-12-19T18:35:58.878Z | Done (0.430s) |
160 | 2024-12-19T18:35:58.881Z | Done (0.000s) |
161 | 2024-12-19T18:35:59.036Z | Done (0.000s) |
162 | 2024-12-19T18:35:59.795Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-12-19T18:35:59.966Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-12-19T18:35:59.969Z | Planning: Consolidating action changes ... Done |
165 | 2024-12-19T18:36:00.250Z | Planning: Evaluating mediators ... Done |
166 | 2024-12-19T18:36:00.252Z | Planning: Planning completed in 0.46 seconds |
167 | 2024-12-19T18:36:00.290Z | Mediators to change: 2 |
168 | 2024-12-19T18:36:00.290Z | Create boot environment: No |
169 | 2024-12-19T18:36:00.292Z | Create backup boot environment: No |
170 | 2024-12-19T18:36:00.361Z | Done |
171 | 2024-12-19T18:36:00.361Z | Done |
172 | 2024-12-19T18:36:00.740Z | Done |
173 | 2024-12-19T18:36:04.785Z | Done |
174 | 2024-12-19T18:36:04.884Z | Done |
175 | 2024-12-19T18:36:04.887Z | Done |
176 | 2024-12-19T18:36:04.990Z | Done |
177 | 2024-12-19T18:36:05.652Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-12-19T18:36:05.655Z | Planning: Merging actions ... Done |
179 | 2024-12-19T18:36:05.854Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-12-19T18:36:05.857Z | Planning: Consolidating action changes ... Done |
181 | 2024-12-19T18:36:06.136Z | Planning: Evaluating mediators ... Done |
182 | 2024-12-19T18:36:06.195Z | Planning: Planning completed in 0.79 seconds |
183 | 2024-12-19T18:36:06.237Z | Packages to change: 1 |
184 | 2024-12-19T18:36:06.237Z | Mediators to change: 1 |
185 | 2024-12-19T18:36:06.237Z | Services to change: 1 |
186 | 2024-12-19T18:36:06.237Z | Create boot environment: No |
187 | 2024-12-19T18:36:06.240Z | Create backup boot environment: Yes |
188 | 2024-12-19T18:36:08.366Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-12-19T18:36:08.483Z | Actions: Completed 6 actions in 0.12 seconds. |
190 | 2024-12-19T18:36:08.491Z | Done |
191 | 2024-12-19T18:36:08.491Z | Done |
192 | 2024-12-19T18:36:08.602Z | Done |
193 | 2024-12-19T18:36:12.686Z | Done |
194 | 2024-12-19T18:36:12.789Z | Done |
195 | 2024-12-19T18:36:12.791Z | Done |
196 | 2024-12-19T18:36:12.919Z | Done |
197 | 2024-12-19T18:36:13.402Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-12-19T18:36:13.402Z | clang system 15 system |
199 | 2024-12-19T18:36:13.402Z | csh system system illumos |
200 | 2024-12-19T18:36:13.402Z | ctags system system illumos |
201 | 2024-12-19T18:36:13.402Z | gcc vendor 12 vendor |
202 | 2024-12-19T18:36:13.402Z | gcc system 10 system |
203 | 2024-12-19T18:36:13.402Z | gcc system 7 system |
204 | 2024-12-19T18:36:13.402Z | go system 1.20 system |
205 | 2024-12-19T18:36:13.402Z | go system 1.19 system |
206 | 2024-12-19T18:36:13.402Z | llvm system 15 system |
207 | 2024-12-19T18:36:13.402Z | llvm system 14 system |
208 | 2024-12-19T18:36:13.402Z | mariadb system 10.6 system |
209 | 2024-12-19T18:36:13.402Z | mta vendor vendor dma |
210 | 2024-12-19T18:36:13.402Z | openjdk system 17 system |
211 | 2024-12-19T18:36:13.402Z | openjdk system 11 system |
212 | 2024-12-19T18:36:13.402Z | openjdk system 1.8 system |
213 | 2024-12-19T18:36:13.402Z | openssl vendor 3 vendor |
214 | 2024-12-19T18:36:13.402Z | perl system 5.36 system |
215 | 2024-12-19T18:36:13.402Z | postgresql system 15 system |
216 | 2024-12-19T18:36:13.402Z | postgresql system 13 system |
217 | 2024-12-19T18:36:13.402Z | python vendor 3 vendor |
218 | 2024-12-19T18:36:13.403Z | python system 2 system |
219 | 2024-12-19T18:36:13.403Z | python3 system 3.11 system |
220 | 2024-12-19T18:36:13.403Z | ruby system 3.0 system |
221 | 2024-12-19T18:36:13.403Z | words vendor vendor american-english |
222 | 2024-12-19T18:36:13.403Z | words system system australian-english |
223 | 2024-12-19T18:36:13.403Z | words system system british-english |
224 | 2024-12-19T18:36:13.403Z | words system system canadian-english |
225 | 2024-12-19T18:36:13.403Z | words system system french |
226 | 2024-12-19T18:36:13.403Z | words system system italian |
227 | 2024-12-19T18:36:13.403Z | words system system ngerman |
228 | 2024-12-19T18:36:13.403Z | words system system ogerman |
229 | 2024-12-19T18:36:13.403Z | words system system spanish |
230 | 2024-12-19T18:36:13.763Z | PUBLISHER TYPE STATUS P LOCATION |
231 | 2024-12-19T18:36:13.764Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
232 | 2024-12-19T18:36:16.626Z | FMRI IFO |
233 | 2024-12-19T18:36:16.626Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
234 | 2024-12-19T18:36:16.626Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
235 | 2024-12-19T18:36:16.626Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
236 | 2024-12-19T18:36:16.626Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
237 | 2024-12-19T18:36:16.626Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
238 | 2024-12-19T18:36:16.626Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
239 | 2024-12-19T18:36:16.626Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
240 | 2024-12-19T18:36:16.627Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
241 | 2024-12-19T18:36:16.627Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
242 | 2024-12-19T18:36:16.627Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
243 | 2024-12-19T18:36:16.627Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
244 | 2024-12-19T18:36:16.627Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
245 | 2024-12-19T18:36:16.627Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
246 | 2024-12-19T18:36:16.627Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
247 | 2024-12-19T18:36:16.627Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
248 | 2024-12-19T18:36:17.460Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
249 | 2024-12-19T18:36:17.761Z | Updating crates.io index |
250 | 2024-12-19T18:36:17.827Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
251 | 2024-12-19T18:36:18.323Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
252 | 2024-12-19T18:36:18.573Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
253 | 2024-12-19T18:36:18.812Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
254 | 2024-12-19T18:36:19.084Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
255 | 2024-12-19T18:36:20.023Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
256 | 2024-12-19T18:36:21.525Z | Updating git repository `https://github.com/oxidecomputer/opte` |
257 | 2024-12-19T18:36:22.169Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
258 | 2024-12-19T18:36:22.850Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
259 | 2024-12-19T18:36:23.137Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
260 | 2024-12-19T18:36:23.551Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
261 | 2024-12-19T18:36:24.232Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
262 | 2024-12-19T18:36:24.508Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
263 | 2024-12-19T18:36:24.816Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
264 | 2024-12-19T18:36:25.101Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
265 | 2024-12-19T18:36:25.343Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
266 | 2024-12-19T18:36:25.595Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
267 | 2024-12-19T18:36:25.938Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
268 | 2024-12-19T18:36:26.232Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
269 | 2024-12-19T18:36:26.559Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
270 | 2024-12-19T18:36:26.812Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
271 | 2024-12-19T18:36:27.375Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
272 | 2024-12-19T18:36:27.660Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
273 | 2024-12-19T18:36:28.006Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
274 | 2024-12-19T18:36:28.458Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
275 | 2024-12-19T18:36:28.702Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
276 | 2024-12-19T18:36:28.936Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
277 | 2024-12-19T18:36:29.222Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
278 | 2024-12-19T18:36:30.463Z | Downloading crates ... |
279 | 2024-12-19T18:36:30.515Z | Downloaded bytecount v0.6.8 |
280 | 2024-12-19T18:36:30.518Z | Downloaded anstyle v1.0.10 |
281 | 2024-12-19T18:36:30.520Z | Downloaded block-buffer v0.10.4 |
282 | 2024-12-19T18:36:30.523Z | Downloaded bitflags v2.6.0 |
283 | 2024-12-19T18:36:30.527Z | Downloaded cargo_toml v0.20.5 |
284 | 2024-12-19T18:36:30.535Z | Downloaded pretty-hex v0.4.1 |
285 | 2024-12-19T18:36:30.538Z | Downloaded equivalent v1.0.1 |
286 | 2024-12-19T18:36:30.547Z | Downloaded swrite v0.1.0 |
287 | 2024-12-19T18:36:30.549Z | Downloaded scroll_derive v0.12.0 |
288 | 2024-12-19T18:36:30.552Z | Downloaded proc-macro-error-attr v1.0.4 |
289 | 2024-12-19T18:36:30.557Z | Downloaded usdt-macro v0.5.0 |
290 | 2024-12-19T18:36:30.564Z | Downloaded usdt-attr-macro v0.5.0 |
291 | 2024-12-19T18:36:30.567Z | Downloaded macaddr v1.0.1 |
292 | 2024-12-19T18:36:30.569Z | Downloaded heck v0.5.0 |
293 | 2024-12-19T18:36:30.571Z | Downloaded heck v0.4.1 |
294 | 2024-12-19T18:36:30.572Z | Downloaded cargo-platform v0.1.8 |
295 | 2024-12-19T18:36:30.574Z | Downloaded pest_generator v2.7.14 |
296 | 2024-12-19T18:36:30.574Z | Downloaded fnv v1.0.7 |
297 | 2024-12-19T18:36:30.577Z | Downloaded dtrace-parser v0.2.0 |
298 | 2024-12-19T18:36:30.577Z | Downloaded colorchoice v1.0.2 |
299 | 2024-12-19T18:36:30.577Z | Downloaded itoa v1.0.11 |
300 | 2024-12-19T18:36:30.579Z | Downloaded is_terminal_polyfill v1.70.1 |
301 | 2024-12-19T18:36:30.579Z | Downloaded errno v0.3.9 |
302 | 2024-12-19T18:36:30.581Z | Downloaded cpufeatures v0.2.14 |
303 | 2024-12-19T18:36:30.584Z | Downloaded digest v0.10.7 |
304 | 2024-12-19T18:36:30.584Z | Downloaded dof v0.3.0 |
305 | 2024-12-19T18:36:30.586Z | Downloaded camino-tempfile v1.1.1 |
306 | 2024-12-19T18:36:30.589Z | Downloaded thiserror v1.0.69 |
307 | 2024-12-19T18:36:30.592Z | Downloaded thiserror-impl v1.0.69 |
308 | 2024-12-19T18:36:30.594Z | Downloaded version_check v0.9.5 |
309 | 2024-12-19T18:36:30.596Z | Downloaded thread-id v4.2.2 |
310 | 2024-12-19T18:36:30.596Z | Downloaded fs-err v2.11.0 |
311 | 2024-12-19T18:36:30.599Z | Downloaded toml_datetime v0.6.8 |
312 | 2024-12-19T18:36:30.599Z | Downloaded plain v0.2.3 |
313 | 2024-12-19T18:36:30.602Z | Downloaded utf8parse v0.2.2 |
314 | 2024-12-19T18:36:30.602Z | Downloaded terminal_size v0.4.0 |
315 | 2024-12-19T18:36:30.605Z | Downloaded anstream v0.6.15 |
316 | 2024-12-19T18:36:30.605Z | Downloaded fastrand v2.1.1 |
317 | 2024-12-19T18:36:30.607Z | Downloaded smawk v0.3.2 |
318 | 2024-12-19T18:36:30.607Z | Downloaded usdt v0.5.0 |
319 | 2024-12-19T18:36:30.610Z | Downloaded crypto-common v0.1.6 |
320 | 2024-12-19T18:36:30.610Z | Downloaded cfg-if v1.0.0 |
321 | 2024-12-19T18:36:30.613Z | Downloaded anstyle-query v1.1.1 |
322 | 2024-12-19T18:36:30.613Z | Downloaded clap_lex v0.7.2 |
323 | 2024-12-19T18:36:30.613Z | Downloaded scroll v0.12.0 |
324 | 2024-12-19T18:36:30.616Z | Downloaded autocfg v1.4.0 |
325 | 2024-12-19T18:36:30.616Z | Downloaded unicode-linebreak v0.1.5 |
326 | 2024-12-19T18:36:30.619Z | Downloaded memmap v0.7.0 |
327 | 2024-12-19T18:36:30.619Z | Downloaded generic-array v0.14.7 |
328 | 2024-12-19T18:36:30.621Z | Downloaded tabled_derive v0.7.0 |
329 | 2024-12-19T18:36:30.621Z | Downloaded strsim v0.11.1 |
330 | 2024-12-19T18:36:30.624Z | Downloaded proc-macro-error v1.0.4 |
331 | 2024-12-19T18:36:30.627Z | Downloaded pest_derive v2.7.14 |
332 | 2024-12-19T18:36:30.627Z | Downloaded tempfile v3.13.0 |
333 | 2024-12-19T18:36:30.630Z | Downloaded quote v1.0.37 |
334 | 2024-12-19T18:36:30.634Z | Downloaded clap_derive v4.5.18 |
335 | 2024-12-19T18:36:30.636Z | Downloaded serde_spanned v0.6.8 |
336 | 2024-12-19T18:36:30.636Z | Downloaded cargo_metadata v0.18.1 |
337 | 2024-12-19T18:36:30.638Z | Downloaded semver v1.0.23 |
338 | 2024-12-19T18:36:30.640Z | Downloaded once_cell v1.20.2 |
339 | 2024-12-19T18:36:30.643Z | Downloaded byteorder v1.5.0 |
340 | 2024-12-19T18:36:30.643Z | Downloaded usdt-impl v0.5.0 |
341 | 2024-12-19T18:36:30.646Z | Downloaded anstyle-parse v0.2.5 |
342 | 2024-12-19T18:36:30.650Z | Downloaded sha2 v0.10.8 |
343 | 2024-12-19T18:36:30.653Z | Downloaded ryu v1.0.18 |
344 | 2024-12-19T18:36:30.658Z | Downloaded serde_tokenstream v0.2.2 |
345 | 2024-12-19T18:36:30.662Z | Downloaded ucd-trie v0.1.7 |
346 | 2024-12-19T18:36:30.665Z | Downloaded unicode-ident v1.0.13 |
347 | 2024-12-19T18:36:30.667Z | Downloaded pest_meta v2.7.14 |
348 | 2024-12-19T18:36:30.670Z | Downloaded anyhow v1.0.93 |
349 | 2024-12-19T18:36:30.672Z | Downloaded zerocopy-derive v0.7.35 |
350 | 2024-12-19T18:36:30.677Z | Downloaded typenum v1.17.0 |
351 | 2024-12-19T18:36:30.681Z | Downloaded serde_derive v1.0.215 |
352 | 2024-12-19T18:36:30.684Z | Downloaded proc-macro2 v1.0.89 |
353 | 2024-12-19T18:36:30.686Z | Downloaded camino v1.1.9 |
354 | 2024-12-19T18:36:30.686Z | Downloaded toml v0.8.19 |
355 | 2024-12-19T18:36:30.691Z | Downloaded papergrid v0.11.0 |
356 | 2024-12-19T18:36:30.696Z | Downloaded serde v1.0.215 |
357 | 2024-12-19T18:36:30.699Z | Downloaded textwrap v0.16.1 |
358 | 2024-12-19T18:36:30.702Z | Downloaded clap v4.5.21 |
359 | 2024-12-19T18:36:30.711Z | Downloaded indexmap v2.6.0 |
360 | 2024-12-19T18:36:30.715Z | Downloaded memchr v2.7.4 |
361 | 2024-12-19T18:36:30.720Z | Downloaded toml_edit v0.22.22 |
362 | 2024-12-19T18:36:30.741Z | Downloaded pest v2.7.14 |
363 | 2024-12-19T18:36:30.746Z | Downloaded log v0.4.22 |
364 | 2024-12-19T18:36:30.753Z | Downloaded hashbrown v0.15.1 |
365 | 2024-12-19T18:36:30.761Z | Downloaded zerocopy v0.7.35 |
366 | 2024-12-19T18:36:30.777Z | Downloaded goblin v0.8.2 |
367 | 2024-12-19T18:36:30.783Z | Downloaded winnow v0.6.20 |
368 | 2024-12-19T18:36:30.791Z | Downloaded clap_builder v4.5.21 |
369 | 2024-12-19T18:36:30.798Z | Downloaded serde_json v1.0.132 |
370 | 2024-12-19T18:36:30.804Z | Downloaded tabled v0.15.0 |
371 | 2024-12-19T18:36:30.819Z | Downloaded unicode-width v0.1.14 |
372 | 2024-12-19T18:36:30.825Z | Downloaded syn v2.0.87 |
373 | 2024-12-19T18:36:30.835Z | Downloaded syn v1.0.109 |
374 | 2024-12-19T18:36:30.845Z | Downloaded rustix v0.38.37 |
375 | 2024-12-19T18:36:30.889Z | Downloaded libc v0.2.162 |
376 | 2024-12-19T18:36:31.204Z | Compiling proc-macro2 v1.0.89 |
377 | 2024-12-19T18:36:31.205Z | Compiling unicode-ident v1.0.13 |
378 | 2024-12-19T18:36:31.205Z | Compiling serde v1.0.215 |
379 | 2024-12-19T18:36:31.207Z | Compiling version_check v0.9.5 |
380 | 2024-12-19T18:36:31.207Z | Compiling thiserror v1.0.69 |
381 | 2024-12-19T18:36:31.207Z | Compiling memchr v2.7.4 |
382 | 2024-12-19T18:36:31.207Z | Compiling libc v0.2.162 |
383 | 2024-12-19T18:36:31.207Z | Compiling ucd-trie v0.1.7 |
384 | 2024-12-19T18:36:31.469Z | Compiling ryu v1.0.18 |
385 | 2024-12-19T18:36:31.839Z | Compiling itoa v1.0.11 |
386 | 2024-12-19T18:36:32.021Z | Compiling once_cell v1.20.2 |
387 | 2024-12-19T18:36:32.077Z | Compiling byteorder v1.5.0 |
388 | 2024-12-19T18:36:32.440Z | Compiling rustix v0.38.37 |
389 | 2024-12-19T18:36:32.793Z | Compiling serde_json v1.0.132 |
390 | 2024-12-19T18:36:33.670Z | Compiling bitflags v2.6.0 |
391 | 2024-12-19T18:36:33.899Z | Compiling usdt-impl v0.5.0 |
392 | 2024-12-19T18:36:33.947Z | Compiling proc-macro-error-attr v1.0.4 |
393 | 2024-12-19T18:36:34.008Z | Compiling syn v1.0.109 |
394 | 2024-12-19T18:36:34.195Z | Compiling proc-macro-error v1.0.4 |
395 | 2024-12-19T18:36:34.225Z | Compiling equivalent v1.0.1 |
396 | 2024-12-19T18:36:34.327Z | Compiling log v0.4.22 |
397 | 2024-12-19T18:36:34.365Z | Compiling camino v1.1.9 |
398 | 2024-12-19T18:36:34.393Z | Compiling plain v0.2.3 |
399 | 2024-12-19T18:36:34.469Z | Compiling hashbrown v0.15.1 |
400 | 2024-12-19T18:36:34.557Z | Compiling utf8parse v0.2.2 |
401 | 2024-12-19T18:36:34.693Z | Compiling thread-id v4.2.2 |
402 | 2024-12-19T18:36:34.721Z | Compiling anstyle-parse v0.2.5 |
403 | 2024-12-19T18:36:34.769Z | Compiling quote v1.0.37 |
404 | 2024-12-19T18:36:34.893Z | Compiling pretty-hex v0.4.1 |
405 | 2024-12-19T18:36:35.058Z | Compiling winnow v0.6.20 |
406 | 2024-12-19T18:36:35.084Z | Compiling errno v0.3.9 |
407 | 2024-12-19T18:36:35.114Z | Compiling anstyle-query v1.1.1 |
408 | 2024-12-19T18:36:35.141Z | Compiling syn v2.0.87 |
409 | 2024-12-19T18:36:35.429Z | Compiling colorchoice v1.0.2 |
410 | 2024-12-19T18:36:35.502Z | Compiling semver v1.0.23 |
411 | 2024-12-19T18:36:35.593Z | Compiling is_terminal_polyfill v1.70.1 |
412 | 2024-12-19T18:36:35.728Z | Compiling indexmap v2.6.0 |
413 | 2024-12-19T18:36:35.783Z | Compiling unicode-width v0.1.14 |
414 | 2024-12-19T18:36:36.032Z | Compiling autocfg v1.4.0 |
415 | 2024-12-19T18:36:36.337Z | Compiling anstyle v1.0.10 |
416 | 2024-12-19T18:36:36.735Z | Compiling anstream v0.6.15 |
417 | 2024-12-19T18:36:37.278Z | Compiling fnv v1.0.7 |
418 | 2024-12-19T18:36:37.281Z | Compiling fs-err v2.11.0 |
419 | 2024-12-19T18:36:37.419Z | Compiling terminal_size v0.4.0 |
420 | 2024-12-19T18:36:37.518Z | Compiling fastrand v2.1.1 |
421 | 2024-12-19T18:36:37.596Z | Compiling cfg-if v1.0.0 |
422 | 2024-12-19T18:36:37.625Z | Compiling heck v0.5.0 |
423 | 2024-12-19T18:36:37.704Z | Compiling strsim v0.11.1 |
424 | 2024-12-19T18:36:37.796Z | Compiling anyhow v1.0.93 |
425 | 2024-12-19T18:36:38.147Z | Compiling bytecount v0.6.8 |
426 | 2024-12-19T18:36:38.235Z | Compiling clap_lex v0.7.2 |
427 | 2024-12-19T18:36:38.372Z | Compiling heck v0.4.1 |
428 | 2024-12-19T18:36:38.707Z | Compiling clap_builder v4.5.21 |
429 | 2024-12-19T18:36:38.770Z | Compiling papergrid v0.11.0 |
430 | 2024-12-19T18:36:38.904Z | Compiling tempfile v3.13.0 |
431 | 2024-12-19T18:36:38.959Z | Compiling memmap v0.7.0 |
432 | 2024-12-19T18:36:38.986Z | Compiling smawk v0.3.2 |
433 | 2024-12-19T18:36:39.082Z | Compiling unicode-linebreak v0.1.5 |
434 | 2024-12-19T18:36:39.616Z | Compiling textwrap v0.16.1 |
435 | 2024-12-19T18:36:39.821Z | Compiling swrite v0.1.0 |
436 | 2024-12-19T18:36:40.981Z | Compiling tabled_derive v0.7.0 |
437 | 2024-12-19T18:36:42.450Z | Compiling tabled v0.15.0 |
438 | 2024-12-19T18:36:44.383Z | Compiling serde_derive v1.0.215 |
439 | 2024-12-19T18:36:44.383Z | Compiling thiserror-impl v1.0.69 |
440 | 2024-12-19T18:36:44.388Z | Compiling zerocopy-derive v0.7.35 |
441 | 2024-12-19T18:36:44.388Z | Compiling scroll_derive v0.12.0 |
442 | 2024-12-19T18:36:44.476Z | Compiling clap_derive v4.5.18 |
443 | 2024-12-19T18:36:45.752Z | Compiling scroll v0.12.0 |
444 | 2024-12-19T18:36:46.193Z | Compiling zerocopy v0.7.35 |
445 | 2024-12-19T18:36:46.286Z | Compiling goblin v0.8.2 |
446 | 2024-12-19T18:36:47.457Z | Compiling pest v2.7.14 |
447 | 2024-12-19T18:36:48.646Z | Compiling clap v4.5.21 |
448 | 2024-12-19T18:36:49.625Z | Compiling pest_meta v2.7.14 |
449 | 2024-12-19T18:36:50.543Z | Compiling pest_generator v2.7.14 |
450 | 2024-12-19T18:36:52.535Z | Compiling pest_derive v2.7.14 |
451 | 2024-12-19T18:36:53.293Z | Compiling dtrace-parser v0.2.0 |
452 | 2024-12-19T18:36:54.841Z | Compiling serde_tokenstream v0.2.2 |
453 | 2024-12-19T18:36:54.863Z | Compiling toml_datetime v0.6.8 |
454 | 2024-12-19T18:36:54.883Z | Compiling serde_spanned v0.6.8 |
455 | 2024-12-19T18:36:55.225Z | Compiling toml_edit v0.22.22 |
456 | 2024-12-19T18:36:55.254Z | Compiling cargo-platform v0.1.8 |
457 | 2024-12-19T18:36:55.451Z | Compiling macaddr v1.0.1 |
458 | 2024-12-19T18:36:55.504Z | Compiling camino-tempfile v1.1.1 |
459 | 2024-12-19T18:36:56.375Z | Compiling dof v0.3.0 |
460 | 2024-12-19T18:36:56.527Z | Compiling cargo_metadata v0.18.1 |
461 | 2024-12-19T18:36:58.135Z | Compiling toml v0.8.19 |
462 | 2024-12-19T18:36:58.294Z | Compiling usdt-attr-macro v0.5.0 |
463 | 2024-12-19T18:36:58.294Z | Compiling usdt-macro v0.5.0 |
464 | 2024-12-19T18:36:59.099Z | Compiling cargo_toml v0.20.5 |
465 | 2024-12-19T18:36:59.860Z | Compiling usdt v0.5.0 |
466 | 2024-12-19T18:37:02.868Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
467 | 2024-12-19T18:37:07.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.21s |
468 | 2024-12-19T18:37:07.707Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
469 | 2024-12-19T18:37:08.315Z | Downloading crates ... |
470 | 2024-12-19T18:37:08.432Z | Downloaded atomicwrites v0.4.4 |
471 | 2024-12-19T18:37:08.435Z | Downloaded async-stream-impl v0.3.6 |
472 | 2024-12-19T18:37:08.439Z | Downloaded aead v0.5.2 |
473 | 2024-12-19T18:37:08.442Z | Downloaded addr2line v0.24.2 |
474 | 2024-12-19T18:37:08.447Z | Downloaded atty v0.2.14 |
475 | 2024-12-19T18:37:08.458Z | Downloaded ident_case v1.0.1 |
476 | 2024-12-19T18:37:08.461Z | Downloaded convert_case v0.4.0 |
477 | 2024-12-19T18:37:08.464Z | Downloaded ciborium-io v0.2.2 |
478 | 2024-12-19T18:37:08.464Z | Downloaded cfg_aliases v0.1.1 |
479 | 2024-12-19T18:37:08.468Z | Downloaded crunchy v0.2.2 |
480 | 2024-12-19T18:37:08.471Z | Downloaded http-body v1.0.1 |
481 | 2024-12-19T18:37:08.473Z | Downloaded arrayref v0.3.9 |
482 | 2024-12-19T18:37:08.473Z | Downloaded icu_provider_macros v1.5.0 |
483 | 2024-12-19T18:37:08.476Z | Downloaded hubpack_derive v0.1.1 |
484 | 2024-12-19T18:37:08.479Z | Downloaded http-range v0.1.5 |
485 | 2024-12-19T18:37:08.482Z | Downloaded hyper-tls v0.6.0 |
486 | 2024-12-19T18:37:08.484Z | Downloaded http-body-util v0.1.2 |
487 | 2024-12-19T18:37:08.484Z | Downloaded instant v0.1.13 |
488 | 2024-12-19T18:37:08.487Z | Downloaded home v0.5.9 |
489 | 2024-12-19T18:37:08.490Z | Downloaded md5 v0.7.0 |
490 | 2024-12-19T18:37:08.490Z | Downloaded matches v0.1.10 |
491 | 2024-12-19T18:37:08.493Z | Downloaded is_ci v1.2.0 |
492 | 2024-12-19T18:37:08.493Z | Downloaded bitfield v0.14.0 |
493 | 2024-12-19T18:37:08.495Z | Downloaded bit-vec v0.6.3 |
494 | 2024-12-19T18:37:08.496Z | Downloaded crc-catalog v2.4.0 |
495 | 2024-12-19T18:37:08.498Z | Downloaded async-recursion v1.1.1 |
496 | 2024-12-19T18:37:08.501Z | Downloaded ciborium-ll v0.2.2 |
497 | 2024-12-19T18:37:08.504Z | Downloaded cobs v0.2.3 |
498 | 2024-12-19T18:37:08.510Z | Downloaded cexpr v0.6.0 |
499 | 2024-12-19T18:37:08.510Z | Downloaded mirai-annotations v1.12.0 |
500 | 2024-12-19T18:37:08.510Z | Downloaded match_cfg v0.1.0 |
501 | 2024-12-19T18:37:08.513Z | Downloaded buf-list v1.0.3 |
502 | 2024-12-19T18:37:08.513Z | Downloaded cmake v0.1.51 |
503 | 2024-12-19T18:37:08.516Z | Downloaded new_debug_unreachable v1.0.6 |
504 | 2024-12-19T18:37:08.516Z | Downloaded humantime v2.1.0 |
505 | 2024-12-19T18:37:08.519Z | Downloaded hostname v0.4.0 |
506 | 2024-12-19T18:37:08.519Z | Downloaded cstr-argument v0.1.2 |
507 | 2024-12-19T18:37:08.522Z | Downloaded crc v3.2.1 |
508 | 2024-12-19T18:37:08.524Z | Downloaded httpdate v1.0.3 |
509 | 2024-12-19T18:37:08.527Z | Downloaded constant_time_eq v0.3.1 |
510 | 2024-12-19T18:37:08.527Z | Downloaded highway v1.2.0 |
511 | 2024-12-19T18:37:08.530Z | Downloaded mime v0.3.17 |
512 | 2024-12-19T18:37:08.533Z | Downloaded maybe-uninit v2.0.0 |
513 | 2024-12-19T18:37:08.533Z | Downloaded array-init v0.0.4 |
514 | 2024-12-19T18:37:08.537Z | Downloaded bb8 v0.8.5 |
515 | 2024-12-19T18:37:08.540Z | Downloaded libsw v3.3.1 |
516 | 2024-12-19T18:37:08.540Z | Downloaded kstat-rs v0.2.4 |
517 | 2024-12-19T18:37:08.543Z | Downloaded curve25519-dalek-derive v0.1.1 |
518 | 2024-12-19T18:37:08.543Z | Downloaded ctr v0.9.2 |
519 | 2024-12-19T18:37:08.546Z | Downloaded bcs v0.1.6 |
520 | 2024-12-19T18:37:08.549Z | Downloaded maplit v1.0.2 |
521 | 2024-12-19T18:37:08.549Z | Downloaded backoff v0.4.0 |
522 | 2024-12-19T18:37:08.552Z | Downloaded nanorand v0.7.0 |
523 | 2024-12-19T18:37:08.555Z | Downloaded md-5 v0.10.6 |
524 | 2024-12-19T18:37:08.559Z | Downloaded memoffset v0.9.1 |
525 | 2024-12-19T18:37:08.559Z | Downloaded libefi-sys v0.1.0 |
526 | 2024-12-19T18:37:08.563Z | Downloaded ipnetwork v0.20.0 |
527 | 2024-12-19T18:37:08.566Z | Downloaded csv-core v0.1.11 |
528 | 2024-12-19T18:37:08.566Z | Downloaded internet-checksum v0.2.1 |
529 | 2024-12-19T18:37:08.566Z | Downloaded bitflags v1.3.2 |
530 | 2024-12-19T18:37:08.569Z | Downloaded multimap v0.10.0 |
531 | 2024-12-19T18:37:08.571Z | Downloaded lru-cache v0.1.2 |
532 | 2024-12-19T18:37:08.574Z | Downloaded lockfree-object-pool v0.1.6 |
533 | 2024-12-19T18:37:08.581Z | Downloaded icu_locid_transform v1.5.0 |
534 | 2024-12-19T18:37:08.582Z | Downloaded crossbeam-deque v0.8.5 |
535 | 2024-12-19T18:37:08.584Z | Downloaded hmac v0.12.1 |
536 | 2024-12-19T18:37:08.584Z | Downloaded cookie_store v0.21.0 |
537 | 2024-12-19T18:37:08.587Z | Downloaded keccak v0.1.5 |
538 | 2024-12-19T18:37:08.587Z | Downloaded memmap2 v0.9.5 |
539 | 2024-12-19T18:37:08.591Z | Downloaded rand_chacha v0.3.1 |
540 | 2024-12-19T18:37:08.594Z | Downloaded base64ct v1.6.0 |
541 | 2024-12-19T18:37:08.594Z | Downloaded ref-cast-impl v1.0.23 |
542 | 2024-12-19T18:37:08.597Z | Downloaded cancel-safe-futures v0.1.5 |
543 | 2024-12-19T18:37:08.600Z | Downloaded libloading v0.8.5 |
544 | 2024-12-19T18:37:08.603Z | Downloaded argon2 v0.5.3 |
545 | 2024-12-19T18:37:08.607Z | Downloaded native-tls v0.2.12 |
546 | 2024-12-19T18:37:08.610Z | Downloaded yoke-derive v0.7.4 |
547 | 2024-12-19T18:37:08.610Z | Downloaded write16 v1.0.0 |
548 | 2024-12-19T18:37:08.612Z | Downloaded mime_guess v2.0.5 |
549 | 2024-12-19T18:37:08.615Z | Downloaded const-oid v0.9.6 |
550 | 2024-12-19T18:37:08.618Z | Downloaded toolchain_find v0.4.0 |
551 | 2024-12-19T18:37:08.618Z | Downloaded scrypt v0.11.0 |
552 | 2024-12-19T18:37:08.621Z | Downloaded zone_cfg_derive v0.1.2 |
553 | 2024-12-19T18:37:08.621Z | Downloaded zerofrom v0.1.4 |
554 | 2024-12-19T18:37:08.624Z | Downloaded icu_locid_transform_data v1.5.0 |
555 | 2024-12-19T18:37:08.628Z | Downloaded icu_provider v1.5.0 |
556 | 2024-12-19T18:37:08.631Z | Downloaded vte_generate_state_changes v0.1.2 |
557 | 2024-12-19T18:37:08.631Z | Downloaded slab v0.4.9 |
558 | 2024-12-19T18:37:08.634Z | Downloaded cbc v0.1.2 |
559 | 2024-12-19T18:37:08.634Z | Downloaded newtype_derive v0.1.6 |
560 | 2024-12-19T18:37:08.637Z | Downloaded ghash v0.5.1 |
561 | 2024-12-19T18:37:08.637Z | Downloaded fxhash v0.2.1 |
562 | 2024-12-19T18:37:08.640Z | Downloaded downcast v0.11.0 |
563 | 2024-12-19T18:37:08.640Z | Downloaded futures-sink v0.3.31 |
564 | 2024-12-19T18:37:08.645Z | Downloaded thread_local v1.1.8 |
565 | 2024-12-19T18:37:08.646Z | Downloaded newline-converter v0.3.0 |
566 | 2024-12-19T18:37:08.646Z | Downloaded topological-sort v0.2.2 |
567 | 2024-12-19T18:37:08.646Z | Downloaded ahash v0.8.11 |
568 | 2024-12-19T18:37:08.649Z | Downloaded icu_normalizer_data v1.5.0 |
569 | 2024-12-19T18:37:08.652Z | Downloaded stringprep v0.1.5 |
570 | 2024-12-19T18:37:08.656Z | Downloaded termios v0.3.3 |
571 | 2024-12-19T18:37:08.660Z | Downloaded rustls-pemfile v1.0.4 |
572 | 2024-12-19T18:37:08.660Z | Downloaded hyper-rustls v0.27.3 |
573 | 2024-12-19T18:37:08.664Z | Downloaded hyper-util v0.1.10 |
574 | 2024-12-19T18:37:08.669Z | Downloaded allocator-api2 v0.2.18 |
575 | 2024-12-19T18:37:08.672Z | Downloaded sct v0.7.1 |
576 | 2024-12-19T18:37:08.675Z | Downloaded icu_normalizer v1.5.0 |
577 | 2024-12-19T18:37:08.681Z | Downloaded icu_collections v1.5.0 |
578 | 2024-12-19T18:37:08.687Z | Downloaded futures-task v0.3.31 |
579 | 2024-12-19T18:37:08.690Z | Downloaded env_filter v0.1.2 |
580 | 2024-12-19T18:37:08.696Z | Downloaded arrayvec v0.7.6 |
581 | 2024-12-19T18:37:08.696Z | Downloaded async-trait v0.1.83 |
582 | 2024-12-19T18:37:08.699Z | Downloaded num_enum v0.5.11 |
583 | 2024-12-19T18:37:08.704Z | Downloaded take_mut v0.2.2 |
584 | 2024-12-19T18:37:08.707Z | Downloaded indicatif v0.17.9 |
585 | 2024-12-19T18:37:08.711Z | Downloaded waitgroup v0.1.2 |
586 | 2024-12-19T18:37:08.714Z | Downloaded base64 v0.13.1 |
587 | 2024-12-19T18:37:08.717Z | Downloaded strum_macros v0.26.4 |
588 | 2024-12-19T18:37:08.720Z | Downloaded polyval v0.6.2 |
589 | 2024-12-19T18:37:08.723Z | Downloaded phf v0.11.2 |
590 | 2024-12-19T18:37:08.725Z | Downloaded arc-swap v1.7.1 |
591 | 2024-12-19T18:37:08.728Z | Downloaded const_format v0.2.33 |
592 | 2024-12-19T18:37:08.733Z | Downloaded darling_macro v0.20.10 |
593 | 2024-12-19T18:37:08.737Z | Downloaded der_derive v0.7.3 |
594 | 2024-12-19T18:37:08.737Z | Downloaded tui-tree-widget v0.22.0 |
595 | 2024-12-19T18:37:08.741Z | Downloaded nibble_vec v0.1.0 |
596 | 2024-12-19T18:37:08.741Z | Downloaded env_logger v0.10.2 |
597 | 2024-12-19T18:37:08.744Z | Downloaded progenitor v0.8.0 |
598 | 2024-12-19T18:37:08.747Z | Downloaded slog-json v2.6.1 |
599 | 2024-12-19T18:37:08.751Z | Downloaded slog-dtrace v0.3.0 |
600 | 2024-12-19T18:37:08.753Z | Downloaded openssl-macros v0.1.1 |
601 | 2024-12-19T18:37:08.754Z | Downloaded defmt-macros v0.3.9 |
602 | 2024-12-19T18:37:08.756Z | Downloaded thiserror-impl-no-std v2.0.2 |
603 | 2024-12-19T18:37:08.759Z | Downloaded crypto-bigint v0.5.5 |
604 | 2024-12-19T18:37:08.765Z | Downloaded num-conv v0.1.0 |
605 | 2024-12-19T18:37:08.768Z | Downloaded num-rational v0.4.2 |
606 | 2024-12-19T18:37:08.771Z | Downloaded thiserror-impl v2.0.3 |
607 | 2024-12-19T18:37:08.771Z | Downloaded tabwriter v1.4.0 |
608 | 2024-12-19T18:37:08.773Z | Downloaded wait-timeout v0.2.0 |
609 | 2024-12-19T18:37:08.776Z | Downloaded password-hash v0.5.0 |
610 | 2024-12-19T18:37:08.790Z | Downloaded poly1305 v0.8.0 |
611 | 2024-12-19T18:37:08.793Z | Downloaded xz2 v0.1.7 |
612 | 2024-12-19T18:37:08.796Z | Downloaded unarray v0.1.4 |
613 | 2024-12-19T18:37:08.799Z | Downloaded dyn-clone v1.0.17 |
614 | 2024-12-19T18:37:08.803Z | Downloaded sigpipe v0.1.3 |
615 | 2024-12-19T18:37:08.803Z | Downloaded fixedbitset v0.4.2 |
616 | 2024-12-19T18:37:08.805Z | Downloaded embedded-io v0.4.0 |
617 | 2024-12-19T18:37:08.805Z | Downloaded heck v0.3.3 |
618 | 2024-12-19T18:37:08.808Z | Downloaded futures-macro v0.3.31 |
619 | 2024-12-19T18:37:08.808Z | Downloaded serde_derive_internals v0.29.1 |
620 | 2024-12-19T18:37:08.810Z | Downloaded rustls-pemfile v2.2.0 |
621 | 2024-12-19T18:37:08.814Z | Downloaded spin v0.9.8 |
622 | 2024-12-19T18:37:08.818Z | Downloaded tower-service v0.3.3 |
623 | 2024-12-19T18:37:08.818Z | Downloaded spin v0.5.2 |
624 | 2024-12-19T18:37:08.821Z | Downloaded base64 v0.21.7 |
625 | 2024-12-19T18:37:08.824Z | Downloaded pin-utils v0.1.0 |
626 | 2024-12-19T18:37:08.827Z | Downloaded num-derive v0.4.2 |
627 | 2024-12-19T18:37:08.829Z | Downloaded pem-rfc7468 v0.7.0 |
628 | 2024-12-19T18:37:08.829Z | Downloaded tokio-stream v0.1.16 |
629 | 2024-12-19T18:37:08.835Z | Downloaded derive_builder_macro v0.20.2 |
630 | 2024-12-19T18:37:08.838Z | Downloaded zone_cfg_derive v0.3.0 |
631 | 2024-12-19T18:37:08.838Z | Downloaded pem v3.0.4 |
632 | 2024-12-19T18:37:08.840Z | Downloaded unicode-truncate v1.1.0 |
633 | 2024-12-19T18:37:08.843Z | Downloaded password-hash v0.4.2 |
634 | 2024-12-19T18:37:08.845Z | Downloaded radium v0.7.0 |
635 | 2024-12-19T18:37:08.845Z | Downloaded yasna v0.5.2 |
636 | 2024-12-19T18:37:08.849Z | Downloaded diff v0.1.13 |
637 | 2024-12-19T18:37:08.852Z | Downloaded opaque-debug v0.3.1 |
638 | 2024-12-19T18:37:08.855Z | Downloaded normalize-line-endings v0.3.0 |
639 | 2024-12-19T18:37:08.855Z | Downloaded signal-hook-tokio v0.3.1 |
640 | 2024-12-19T18:37:08.858Z | Downloaded strum_macros v0.24.3 |
641 | 2024-12-19T18:37:08.861Z | Downloaded qorb v0.2.1 |
642 | 2024-12-19T18:37:08.864Z | Downloaded parse-size v1.1.0 |
643 | 2024-12-19T18:37:08.866Z | Downloaded salsa20 v0.10.2 |
644 | 2024-12-19T18:37:08.866Z | Downloaded tap v1.0.1 |
645 | 2024-12-19T18:37:08.869Z | Downloaded num-complex v0.4.6 |
646 | 2024-12-19T18:37:08.872Z | Downloaded fs_extra v1.3.0 |
647 | 2024-12-19T18:37:08.874Z | Downloaded precomputed-hash v0.1.1 |
648 | 2024-12-19T18:37:08.874Z | Downloaded pkcs1 v0.7.5 |
649 | 2024-12-19T18:37:08.878Z | Downloaded socket2 v0.5.7 |
650 | 2024-12-19T18:37:08.881Z | Downloaded tinystr v0.7.6 |
651 | 2024-12-19T18:37:08.884Z | Downloaded slog-bunyan v2.5.0 |
652 | 2024-12-19T18:37:08.884Z | Downloaded aes v0.8.4 |
653 | 2024-12-19T18:37:08.887Z | Downloaded untrusted v0.7.1 |
654 | 2024-12-19T18:37:08.891Z | Downloaded deranged v0.3.11 |
655 | 2024-12-19T18:37:08.894Z | Downloaded universal-hash v0.5.1 |
656 | 2024-12-19T18:37:08.894Z | Downloaded parking_lot_core v0.9.10 |
657 | 2024-12-19T18:37:08.897Z | Downloaded mio v1.0.2 |
658 | 2024-12-19T18:37:08.902Z | Downloaded float-cmp v0.9.0 |
659 | 2024-12-19T18:37:08.906Z | Downloaded http v1.1.0 |
660 | 2024-12-19T18:37:08.910Z | Downloaded either v1.13.0 |
661 | 2024-12-19T18:37:08.913Z | Downloaded rustversion v1.0.17 |
662 | 2024-12-19T18:37:08.915Z | Downloaded futures-core v0.3.31 |
663 | 2024-12-19T18:37:08.915Z | Downloaded funty v2.0.0 |
664 | 2024-12-19T18:37:08.918Z | Downloaded fragile v2.0.0 |
665 | 2024-12-19T18:37:08.920Z | Downloaded postcard v1.0.10 |
666 | 2024-12-19T18:37:08.923Z | Downloaded parse-display-derive v0.10.0 |
667 | 2024-12-19T18:37:08.926Z | Downloaded parse-display v0.10.0 |
668 | 2024-12-19T18:37:08.926Z | Downloaded synstructure v0.13.1 |
669 | 2024-12-19T18:37:08.929Z | Downloaded time-macros v0.2.18 |
670 | 2024-12-19T18:37:08.931Z | Downloaded zopfli v0.8.1 |
671 | 2024-12-19T18:37:08.934Z | Downloaded pkcs8 v0.10.2 |
672 | 2024-12-19T18:37:08.936Z | Downloaded progenitor-macro v0.8.0 |
673 | 2024-12-19T18:37:08.939Z | Downloaded rustc_version v0.1.7 |
674 | 2024-12-19T18:37:08.939Z | Downloaded psl-types v2.0.11 |
675 | 2024-12-19T18:37:08.942Z | Downloaded ppv-lite86 v0.2.20 |
676 | 2024-12-19T18:37:08.942Z | Downloaded phf_shared v0.10.0 |
677 | 2024-12-19T18:37:08.947Z | Downloaded libxml v0.3.3 |
678 | 2024-12-19T18:37:08.951Z | Downloaded stable_deref_trait v1.2.0 |
679 | 2024-12-19T18:37:08.953Z | Downloaded pkcs5 v0.7.1 |
680 | 2024-12-19T18:37:08.956Z | Downloaded tokio-native-tls v0.3.1 |
681 | 2024-12-19T18:37:08.959Z | Downloaded strum v0.26.3 |
682 | 2024-12-19T18:37:08.962Z | Downloaded sqlparser_derive v0.2.2 |
683 | 2024-12-19T18:37:08.962Z | Downloaded derive_builder v0.20.2 |
684 | 2024-12-19T18:37:08.967Z | Downloaded dsl_auto_type v0.1.2 |
685 | 2024-12-19T18:37:08.970Z | Downloaded diesel_table_macro_syntax v0.2.0 |
686 | 2024-12-19T18:37:08.973Z | Downloaded dhcproto-macros v0.1.0 |
687 | 2024-12-19T18:37:08.973Z | Downloaded diesel-dtrace v0.4.2 |
688 | 2024-12-19T18:37:08.973Z | Downloaded num_threads v0.1.7 |
689 | 2024-12-19T18:37:08.976Z | Downloaded quinn v0.11.5 |
690 | 2024-12-19T18:37:08.979Z | Downloaded zeroize_derive v1.4.2 |
691 | 2024-12-19T18:37:08.982Z | Downloaded zeroize v1.8.1 |
692 | 2024-12-19T18:37:08.982Z | Downloaded strip-ansi-escapes v0.2.0 |
693 | 2024-12-19T18:37:08.985Z | Downloaded static_assertions v1.1.0 |
694 | 2024-12-19T18:37:08.985Z | Downloaded nu-ansi-term v0.50.1 |
695 | 2024-12-19T18:37:08.988Z | Downloaded fd-lock v4.0.2 |
696 | 2024-12-19T18:37:08.991Z | Downloaded parse-zoneinfo v0.3.1 |
697 | 2024-12-19T18:37:08.994Z | Downloaded oso v0.27.3 |
698 | 2024-12-19T18:37:08.998Z | Downloaded hex-literal v0.4.1 |
699 | 2024-12-19T18:37:09.000Z | Downloaded hex v0.4.3 |
700 | 2024-12-19T18:37:09.002Z | Downloaded peg v0.8.4 |
701 | 2024-12-19T18:37:09.006Z | Downloaded resolv-conf v0.7.0 |
702 | 2024-12-19T18:37:09.009Z | Downloaded pbkdf2 v0.12.2 |
703 | 2024-12-19T18:37:09.012Z | Downloaded ref-cast v1.0.23 |
704 | 2024-12-19T18:37:09.014Z | Downloaded rand_core v0.6.4 |
705 | 2024-12-19T18:37:09.016Z | Downloaded rayon-core v1.12.1 |
706 | 2024-12-19T18:37:09.021Z | Downloaded rpassword v7.3.1 |
707 | 2024-12-19T18:37:09.023Z | Downloaded tls_codec_derive v0.4.1 |
708 | 2024-12-19T18:37:09.026Z | Downloaded twox-hash v1.6.3 |
709 | 2024-12-19T18:37:09.028Z | Downloaded vsss-rs v3.3.4 |
710 | 2024-12-19T18:37:09.030Z | Downloaded tokio-tungstenite v0.24.0 |
711 | 2024-12-19T18:37:09.033Z | Downloaded utf-8 v0.7.6 |
712 | 2024-12-19T18:37:09.036Z | Downloaded which v4.4.2 |
713 | 2024-12-19T18:37:09.036Z | Downloaded hkdf v0.12.4 |
714 | 2024-12-19T18:37:09.039Z | Downloaded form_urlencoded v1.2.1 |
715 | 2024-12-19T18:37:09.041Z | Downloaded foreign-types v0.5.0 |
716 | 2024-12-19T18:37:09.044Z | Downloaded filetime v0.2.25 |
717 | 2024-12-19T18:37:09.044Z | Downloaded futures-channel v0.3.31 |
718 | 2024-12-19T18:37:09.046Z | Downloaded futures v0.3.31 |
719 | 2024-12-19T18:37:09.052Z | Downloaded openssl-probe v0.1.5 |
720 | 2024-12-19T18:37:09.055Z | Downloaded fallible-streaming-iterator v0.1.9 |
721 | 2024-12-19T18:37:09.057Z | Downloaded tracing v0.1.40 |
722 | 2024-12-19T18:37:09.060Z | Downloaded foreign-types v0.3.2 |
723 | 2024-12-19T18:37:09.063Z | Downloaded hickory-client v0.24.1 |
724 | 2024-12-19T18:37:09.066Z | Downloaded progenitor-impl v0.8.0 |
725 | 2024-12-19T18:37:09.068Z | Downloaded itertools v0.13.0 |
726 | 2024-12-19T18:37:09.076Z | Downloaded endian-type v0.1.2 |
727 | 2024-12-19T18:37:09.079Z | Downloaded itertools v0.12.1 |
728 | 2024-12-19T18:37:09.087Z | Downloaded rtoolbox v0.0.2 |
729 | 2024-12-19T18:37:09.089Z | Downloaded heapless v0.8.0 |
730 | 2024-12-19T18:37:09.093Z | Downloaded time-core v0.1.2 |
731 | 2024-12-19T18:37:09.095Z | Downloaded serde-big-array v0.5.1 |
732 | 2024-12-19T18:37:09.098Z | Downloaded oso-derive v0.27.3 |
733 | 2024-12-19T18:37:09.098Z | Downloaded unicode-xid v0.2.6 |
734 | 2024-12-19T18:37:09.100Z | Downloaded typify v0.2.0 |
735 | 2024-12-19T18:37:09.106Z | Downloaded vergen v8.3.2 |
736 | 2024-12-19T18:37:09.108Z | Downloaded expectorate v1.1.0 |
737 | 2024-12-19T18:37:09.111Z | Downloaded fatfs v0.3.6 |
738 | 2024-12-19T18:37:09.114Z | Downloaded hash32 v0.3.1 |
739 | 2024-12-19T18:37:09.116Z | Downloaded hash32 v0.2.1 |
740 | 2024-12-19T18:37:09.119Z | Downloaded glob v0.3.1 |
741 | 2024-12-19T18:37:09.119Z | Downloaded unicode_categories v0.1.1 |
742 | 2024-12-19T18:37:09.122Z | Downloaded group v0.13.0 |
743 | 2024-12-19T18:37:09.125Z | Downloaded dropshot_endpoint v0.13.0 |
744 | 2024-12-19T18:37:09.128Z | Downloaded tinyvec_macros v0.1.1 |
745 | 2024-12-19T18:37:09.131Z | Downloaded dropshot_endpoint v0.12.0 |
746 | 2024-12-19T18:37:09.133Z | Downloaded rustc-hash v1.1.0 |
747 | 2024-12-19T18:37:09.136Z | Downloaded termcolor v1.4.1 |
748 | 2024-12-19T18:37:09.136Z | Downloaded fallible-iterator v0.2.0 |
749 | 2024-12-19T18:37:09.139Z | Downloaded pin-project-lite v0.2.14 |
750 | 2024-12-19T18:37:09.144Z | Downloaded want v0.3.1 |
751 | 2024-12-19T18:37:09.146Z | Downloaded structmeta v0.3.0 |
752 | 2024-12-19T18:37:09.147Z | Downloaded shlex v1.3.0 |
753 | 2024-12-19T18:37:09.149Z | Downloaded x509-cert v0.2.5 |
754 | 2024-12-19T18:37:09.155Z | Downloaded snafu-derive v0.8.5 |
755 | 2024-12-19T18:37:09.158Z | Downloaded quinn-udp v0.5.5 |
756 | 2024-12-19T18:37:09.161Z | Downloaded unicode-normalization v0.1.24 |
757 | 2024-12-19T18:37:09.165Z | Downloaded russh-cryptovec v0.7.3 |
758 | 2024-12-19T18:37:09.168Z | Downloaded progenitor-client v0.8.0 |
759 | 2024-12-19T18:37:09.168Z | Downloaded russh v0.45.0 |
760 | 2024-12-19T18:37:09.175Z | Downloaded peg-runtime v0.8.3 |
761 | 2024-12-19T18:37:09.175Z | Downloaded serde-hex v0.1.0 |
762 | 2024-12-19T18:37:09.177Z | Downloaded semver v0.1.20 |
763 | 2024-12-19T18:37:09.180Z | Downloaded half v2.4.1 |
764 | 2024-12-19T18:37:09.182Z | Downloaded flagset v0.4.6 |
765 | 2024-12-19T18:37:09.184Z | Downloaded phf_codegen v0.11.2 |
766 | 2024-12-19T18:37:09.184Z | Downloaded percent-encoding v2.3.1 |
767 | 2024-12-19T18:37:09.187Z | Downloaded globset v0.4.15 |
768 | 2024-12-19T18:37:09.191Z | Downloaded zerovec-derive v0.10.3 |
769 | 2024-12-19T18:37:09.191Z | Downloaded rfc6979 v0.4.0 |
770 | 2024-12-19T18:37:09.194Z | Downloaded rand_seeder v0.3.0 |
771 | 2024-12-19T18:37:09.194Z | Downloaded pbkdf2 v0.11.0 |
772 | 2024-12-19T18:37:09.196Z | Downloaded ed25519 v2.2.3 |
773 | 2024-12-19T18:37:09.199Z | Downloaded difflib v0.4.0 |
774 | 2024-12-19T18:37:09.199Z | Downloaded des v0.8.1 |
775 | 2024-12-19T18:37:09.202Z | Downloaded nodrop v0.1.14 |
776 | 2024-12-19T18:37:09.204Z | Downloaded term v0.7.0 |
777 | 2024-12-19T18:37:09.206Z | Downloaded rustc-demangle v0.1.24 |
778 | 2024-12-19T18:37:09.209Z | Downloaded number_prefix v0.4.0 |
779 | 2024-12-19T18:37:09.212Z | Downloaded utf8_iter v1.0.4 |
780 | 2024-12-19T18:37:09.212Z | Downloaded sec1 v0.7.3 |
781 | 2024-12-19T18:37:09.215Z | Downloaded scheduled-thread-pool v0.2.7 |
782 | 2024-12-19T18:37:09.215Z | Downloaded fallible-iterator v0.3.0 |
783 | 2024-12-19T18:37:09.217Z | Downloaded pretty-hex v0.2.1 |
784 | 2024-12-19T18:37:09.217Z | Downloaded toml v0.7.8 |
785 | 2024-12-19T18:37:09.221Z | Downloaded ena v0.14.3 |
786 | 2024-12-19T18:37:09.224Z | Downloaded zerocopy-derive v0.8.10 |
787 | 2024-12-19T18:37:09.230Z | Downloaded writeable v0.5.5 |
788 | 2024-12-19T18:37:09.234Z | Downloaded value-bag v1.9.0 |
789 | 2024-12-19T18:37:09.236Z | Downloaded olpc-cjson v0.1.4 |
790 | 2024-12-19T18:37:09.239Z | Downloaded wyz v0.5.1 |
791 | 2024-12-19T18:37:09.239Z | Downloaded ecdsa v0.16.9 |
792 | 2024-12-19T18:37:09.242Z | Downloaded aws-lc-rs v1.10.0 |
793 | 2024-12-19T18:37:09.251Z | Downloaded dirs-next v2.0.0 |
794 | 2024-12-19T18:37:09.254Z | Downloaded aho-corasick v1.1.3 |
795 | 2024-12-19T18:37:09.259Z | Downloaded zone v0.1.8 |
796 | 2024-12-19T18:37:09.261Z | Downloaded dirs-sys-next v0.1.2 |
797 | 2024-12-19T18:37:09.264Z | Downloaded ssh-encoding v0.2.0 |
798 | 2024-12-19T18:37:09.264Z | Downloaded ssh-cipher v0.2.0 |
799 | 2024-12-19T18:37:09.267Z | Downloaded pin-project v1.1.6 |
800 | 2024-12-19T18:37:09.278Z | Downloaded dunce v1.0.5 |
801 | 2024-12-19T18:37:09.281Z | Downloaded secrecy v0.8.0 |
802 | 2024-12-19T18:37:09.281Z | Downloaded predicates-tree v1.0.11 |
803 | 2024-12-19T18:37:09.284Z | Downloaded tokio-postgres v0.7.12 |
804 | 2024-12-19T18:37:09.288Z | Downloaded slog-scope v4.4.0 |
805 | 2024-12-19T18:37:09.291Z | Downloaded serde_path_to_error v0.1.16 |
806 | 2024-12-19T18:37:09.294Z | Downloaded tinyvec v1.8.0 |
807 | 2024-12-19T18:37:09.296Z | Downloaded rustyline v14.0.0 |
808 | 2024-12-19T18:37:09.300Z | Downloaded tough v0.19.0 |
809 | 2024-12-19T18:37:09.311Z | Downloaded structmeta v0.2.0 |
810 | 2024-12-19T18:37:09.314Z | Downloaded chrono v0.4.38 |
811 | 2024-12-19T18:37:09.319Z | Downloaded slog-stdlog v4.1.1 |
812 | 2024-12-19T18:37:09.322Z | Downloaded dhcproto v0.12.0 |
813 | 2024-12-19T18:37:09.325Z | Downloaded ron v0.8.1 |
814 | 2024-12-19T18:37:09.330Z | Downloaded tar v0.4.42 |
815 | 2024-12-19T18:37:09.334Z | Downloaded yoke v0.7.4 |
816 | 2024-12-19T18:37:09.337Z | Downloaded hashbrown v0.13.2 |
817 | 2024-12-19T18:37:09.342Z | Downloaded smallvec v1.13.2 |
818 | 2024-12-19T18:37:09.344Z | Downloaded predicates v3.1.2 |
819 | 2024-12-19T18:37:09.348Z | Downloaded serde_with v3.11.0 |
820 | 2024-12-19T18:37:09.357Z | Downloaded slog-term v2.9.1 |
821 | 2024-12-19T18:37:09.361Z | Downloaded quinn-proto v0.11.8 |
822 | 2024-12-19T18:37:09.368Z | Downloaded derive_more v0.99.18 |
823 | 2024-12-19T18:37:09.373Z | Downloaded zip v2.1.3 |
824 | 2024-12-19T18:37:09.379Z | Downloaded zerocopy v0.6.6 |
825 | 2024-12-19T18:37:09.381Z | Downloaded tracing-core v0.1.32 |
826 | 2024-12-19T18:37:09.385Z | Downloaded tracing-attributes v0.1.27 |
827 | 2024-12-19T18:37:09.388Z | Downloaded quick-xml v0.33.0 |
828 | 2024-12-19T18:37:09.395Z | Downloaded tungstenite v0.23.0 |
829 | 2024-12-19T18:37:09.399Z | Downloaded nom v7.1.3 |
830 | 2024-12-19T18:37:09.406Z | Downloaded headers v0.4.0 |
831 | 2024-12-19T18:37:09.411Z | Downloaded flate2 v1.0.34 |
832 | 2024-12-19T18:37:09.418Z | Downloaded reedline v0.35.0 |
833 | 2024-12-19T18:37:09.427Z | Downloaded tungstenite v0.21.0 |
834 | 2024-12-19T18:37:09.430Z | Downloaded regex v1.11.1 |
835 | 2024-12-19T18:37:09.445Z | Downloaded ed25519-dalek v2.1.1 |
836 | 2024-12-19T18:37:09.448Z | Downloaded hashbrown v0.12.3 |
837 | 2024-12-19T18:37:09.453Z | Downloaded bitvec v1.0.1 |
838 | 2024-12-19T18:37:09.470Z | Downloaded num-bigint v0.4.6 |
839 | 2024-12-19T18:37:09.475Z | Downloaded p256 v0.13.2 |
840 | 2024-12-19T18:37:09.479Z | Downloaded toml_edit v0.19.15 |
841 | 2024-12-19T18:37:09.497Z | Downloaded hashbrown v0.14.5 |
842 | 2024-12-19T18:37:09.503Z | Downloaded idna v0.2.3 |
843 | 2024-12-19T18:37:09.511Z | Downloaded rustls-webpki v0.102.8 |
844 | 2024-12-19T18:37:09.531Z | Downloaded h2 v0.4.6 |
845 | 2024-12-19T18:37:09.538Z | Downloaded idna v0.4.0 |
846 | 2024-12-19T18:37:09.546Z | Downloaded num-bigint-dig v0.8.4 |
847 | 2024-12-19T18:37:09.551Z | Downloaded curve25519-dalek v4.1.3 |
848 | 2024-12-19T18:37:09.563Z | Downloaded proptest v1.5.0 |
849 | 2024-12-19T18:37:09.572Z | Downloaded polar-core v0.27.3 |
850 | 2024-12-19T18:37:09.583Z | Downloaded sqlparser v0.45.0 |
851 | 2024-12-19T18:37:09.589Z | Downloaded dropshot v0.12.0 |
852 | 2024-12-19T18:37:09.611Z | Downloaded zerocopy v0.8.10 |
853 | 2024-12-19T18:37:09.637Z | Downloaded zerovec v0.10.4 |
854 | 2024-12-19T18:37:09.642Z | Downloaded openssl v0.10.66 |
855 | 2024-12-19T18:37:09.654Z | Downloaded salty v0.3.0 |
856 | 2024-12-19T18:37:09.660Z | Downloaded git2 v0.19.0 |
857 | 2024-12-19T18:37:09.671Z | Downloaded vcpkg v0.2.15 |
858 | 2024-12-19T18:37:09.712Z | Downloaded radix_trie v0.2.1 |
859 | 2024-12-19T18:37:09.717Z | Downloaded smoltcp v0.9.1 |
860 | 2024-12-19T18:37:09.729Z | Downloaded object v0.30.4 |
861 | 2024-12-19T18:37:09.740Z | Downloaded rustls v0.23.19 |
862 | 2024-12-19T18:37:09.753Z | Downloaded p384 v0.13.0 |
863 | 2024-12-19T18:37:09.759Z | Downloaded rustls v0.22.4 |
864 | 2024-12-19T18:37:09.775Z | Downloaded regress v0.10.1 |
865 | 2024-12-19T18:37:09.785Z | Downloaded smoltcp v0.11.0 |
866 | 2024-12-19T18:37:09.799Z | Downloaded hickory-proto v0.24.1 |
867 | 2024-12-19T18:37:09.818Z | Downloaded regex-syntax v0.8.5 |
868 | 2024-12-19T18:37:09.826Z | Downloaded object v0.36.5 |
869 | 2024-12-19T18:37:09.839Z | Downloaded trust-dns-proto v0.22.0 |
870 | 2024-12-19T18:37:09.852Z | Downloaded ratatui v0.28.1 |
871 | 2024-12-19T18:37:09.874Z | Downloaded typify-impl v0.2.0 |
872 | 2024-12-19T18:37:09.889Z | Downloaded sled v0.34.7 |
873 | 2024-12-19T18:37:09.900Z | Downloaded diesel v2.2.6 |
874 | 2024-12-19T18:37:09.921Z | Downloaded openapiv3 v2.0.0 |
875 | 2024-12-19T18:37:09.934Z | Downloaded regex-syntax v0.6.29 |
876 | 2024-12-19T18:37:09.941Z | Downloaded nix v0.29.0 |
877 | 2024-12-19T18:37:09.955Z | Downloaded rustls v0.21.12 |
878 | 2024-12-19T18:37:09.968Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
879 | 2024-12-19T18:37:09.982Z | Downloaded unicode-width v0.2.0 |
880 | 2024-12-19T18:37:09.988Z | Downloaded zerocopy-derive v0.6.6 |
881 | 2024-12-19T18:37:10.000Z | Downloaded nix v0.27.1 |
882 | 2024-12-19T18:37:10.012Z | Downloaded nix v0.28.0 |
883 | 2024-12-19T18:37:10.024Z | Downloaded regress v0.9.1 |
884 | 2024-12-19T18:37:10.034Z | Downloaded regex-automata v0.4.8 |
885 | 2024-12-19T18:37:10.052Z | Downloaded gimli v0.31.1 |
886 | 2024-12-19T18:37:10.061Z | Downloaded petgraph v0.6.5 |
887 | 2024-12-19T18:37:10.080Z | Downloaded tokio v1.40.0 |
888 | 2024-12-19T18:37:10.119Z | Downloaded lzma-sys v0.1.20 |
889 | 2024-12-19T18:37:10.149Z | Downloaded bstr v1.10.0 |
890 | 2024-12-19T18:37:10.160Z | Downloaded chrono-tz v0.10.0 |
891 | 2024-12-19T18:37:10.168Z | Downloaded libz-sys v1.1.20 |
892 | 2024-12-19T18:37:10.191Z | Downloaded webpki-roots v0.26.6 |
893 | 2024-12-19T18:37:10.195Z | Downloaded csv v1.3.0 |
894 | 2024-12-19T18:37:10.216Z | Downloaded sha3 v0.10.8 |
895 | 2024-12-19T18:37:10.221Z | Downloaded dropshot v0.13.0 |
896 | 2024-12-19T18:37:10.243Z | Downloaded reqwest v0.12.9 |
897 | 2024-12-19T18:37:10.252Z | Downloaded portable-atomic v1.9.0 |
898 | 2024-12-19T18:37:10.259Z | Downloaded petname v2.0.2 |
899 | 2024-12-19T18:37:10.265Z | Downloaded idna v0.3.0 |
900 | 2024-12-19T18:37:10.272Z | Downloaded idna v0.5.0 |
901 | 2024-12-19T18:37:10.280Z | Downloaded rustls-webpki v0.101.7 |
902 | 2024-12-19T18:37:10.295Z | Downloaded tokio-util v0.7.12 |
903 | 2024-12-19T18:37:10.302Z | Downloaded icu_properties_data v1.5.0 |
904 | 2024-12-19T18:37:10.313Z | Downloaded lalrpop v0.19.12 |
905 | 2024-12-19T18:37:10.324Z | Downloaded schemars v0.8.21 |
906 | 2024-12-19T18:37:10.336Z | Downloaded hickory-server v0.24.1 |
907 | 2024-12-19T18:37:10.343Z | Downloaded ssh-key v0.6.6 |
908 | 2024-12-19T18:37:10.350Z | Downloaded futures-util v0.3.31 |
909 | 2024-12-19T18:37:10.363Z | Downloaded postgres-protocol v0.6.7 |
910 | 2024-12-19T18:37:10.365Z | Downloaded url v2.5.3 |
911 | 2024-12-19T18:37:10.368Z | Downloaded predicates-core v1.0.8 |
912 | 2024-12-19T18:37:10.371Z | Downloaded num_enum_derive v0.5.11 |
913 | 2024-12-19T18:37:10.371Z | Downloaded num-integer v0.1.46 |
914 | 2024-12-19T18:37:10.374Z | Downloaded num v0.4.3 |
915 | 2024-12-19T18:37:10.374Z | Downloaded display-error-chain v0.2.2 |
916 | 2024-12-19T18:37:10.376Z | Downloaded smallvec v0.6.14 |
917 | 2024-12-19T18:37:10.376Z | Downloaded postgres-types v0.2.8 |
918 | 2024-12-19T18:37:10.379Z | Downloaded powerfmt v0.2.0 |
919 | 2024-12-19T18:37:10.382Z | Downloaded peg-macros v0.8.4 |
920 | 2024-12-19T18:37:10.382Z | Downloaded owo-colors v4.1.0 |
921 | 2024-12-19T18:37:10.384Z | Downloaded uuid v1.11.0 |
922 | 2024-12-19T18:37:10.387Z | Downloaded prettyplease v0.2.25 |
923 | 2024-12-19T18:37:10.390Z | Downloaded hickory-resolver v0.24.1 |
924 | 2024-12-19T18:37:10.396Z | Downloaded omicron-zone-package v0.11.1 |
925 | 2024-12-19T18:37:10.399Z | Downloaded flume v0.11.1 |
926 | 2024-12-19T18:37:10.403Z | Downloaded zip v0.6.6 |
927 | 2024-12-19T18:37:10.407Z | Downloaded tungstenite v0.24.0 |
928 | 2024-12-19T18:37:10.411Z | Downloaded rusqlite v0.32.1 |
929 | 2024-12-19T18:37:10.418Z | Downloaded bindgen v0.69.5 |
930 | 2024-12-19T18:37:10.426Z | Downloaded untrusted v0.9.0 |
931 | 2024-12-19T18:37:10.429Z | Downloaded hashlink v0.9.1 |
932 | 2024-12-19T18:37:10.432Z | Downloaded snafu v0.8.5 |
933 | 2024-12-19T18:37:10.436Z | Downloaded diesel_derives v2.2.3 |
934 | 2024-12-19T18:37:10.440Z | Downloaded steno v0.4.1 |
935 | 2024-12-19T18:37:10.444Z | Downloaded p521 v0.13.3 |
936 | 2024-12-19T18:37:10.449Z | Downloaded winnow v0.5.40 |
937 | 2024-12-19T18:37:10.458Z | Downloaded signal-hook v0.3.17 |
938 | 2024-12-19T18:37:10.461Z | Downloaded openssl-sys v0.9.103 |
939 | 2024-12-19T18:37:10.466Z | Downloaded rand v0.8.5 |
940 | 2024-12-19T18:37:10.470Z | Downloaded same-file v1.0.6 |
941 | 2024-12-19T18:37:10.473Z | Downloaded test-strategy v0.3.1 |
942 | 2024-12-19T18:37:10.476Z | Downloaded blake3 v1.5.4 |
943 | 2024-12-19T18:37:10.484Z | Downloaded publicsuffix v2.2.3 |
944 | 2024-12-19T18:37:10.486Z | Downloaded walkdir v2.5.0 |
945 | 2024-12-19T18:37:10.490Z | Downloaded thiserror v2.0.3 |
946 | 2024-12-19T18:37:10.494Z | Downloaded time v0.3.36 |
947 | 2024-12-19T18:37:10.501Z | Downloaded rayon v1.10.0 |
948 | 2024-12-19T18:37:10.511Z | Downloaded utf16_iter v1.0.5 |
949 | 2024-12-19T18:37:10.514Z | Downloaded smf v0.2.3 |
950 | 2024-12-19T18:37:10.516Z | Downloaded r2d2 v0.8.10 |
951 | 2024-12-19T18:37:10.517Z | Downloaded embedded-io v0.6.1 |
952 | 2024-12-19T18:37:10.519Z | Downloaded ron v0.7.1 |
953 | 2024-12-19T18:37:10.522Z | Downloaded encoding_rs v0.8.34 |
954 | 2024-12-19T18:37:10.544Z | Downloaded rcgen v0.12.1 |
955 | 2024-12-19T18:37:10.547Z | Downloaded packed_struct_codegen v0.10.1 |
956 | 2024-12-19T18:37:10.550Z | Downloaded packed_struct v0.10.1 |
957 | 2024-12-19T18:37:10.550Z | Downloaded pin-project-internal v1.1.6 |
958 | 2024-12-19T18:37:10.552Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
959 | 2024-12-19T18:37:10.611Z | Downloaded serde_yaml v0.9.34+deprecated |
960 | 2024-12-19T18:37:10.614Z | Downloaded elliptic-curve v0.13.8 |
961 | 2024-12-19T18:37:10.618Z | Downloaded termtree v0.4.1 |
962 | 2024-12-19T18:37:10.620Z | Downloaded sync_wrapper v1.0.1 |
963 | 2024-12-19T18:37:10.620Z | Downloaded sync-ptr v0.1.1 |
964 | 2024-12-19T18:37:10.623Z | Downloaded primeorder v0.13.6 |
965 | 2024-12-19T18:37:10.623Z | Downloaded unsafe-libyaml v0.2.11 |
966 | 2024-12-19T18:37:10.626Z | Downloaded typed-path v0.9.3 |
967 | 2024-12-19T18:37:10.631Z | Downloaded derive-where v1.2.7 |
968 | 2024-12-19T18:37:10.635Z | Downloaded hyper v1.5.0 |
969 | 2024-12-19T18:37:10.642Z | Downloaded ff v0.13.0 |
970 | 2024-12-19T18:37:10.645Z | Downloaded tokio-tungstenite v0.23.1 |
971 | 2024-12-19T18:37:10.648Z | Downloaded supports-color v3.0.1 |
972 | 2024-12-19T18:37:10.648Z | Downloaded strum_macros v0.25.3 |
973 | 2024-12-19T18:37:10.651Z | Downloaded itertools v0.10.5 |
974 | 2024-12-19T18:37:10.655Z | Downloaded tls_codec v0.4.1 |
975 | 2024-12-19T18:37:10.658Z | Downloaded tokio-macros v2.4.0 |
976 | 2024-12-19T18:37:10.660Z | Downloaded unicode-segmentation v1.12.0 |
977 | 2024-12-19T18:37:10.663Z | Downloaded sha1 v0.10.6 |
978 | 2024-12-19T18:37:10.665Z | Downloaded parking_lot v0.12.3 |
979 | 2024-12-19T18:37:10.667Z | Downloaded phf_shared v0.11.2 |
980 | 2024-12-19T18:37:10.667Z | Downloaded phf_generator v0.11.2 |
981 | 2024-12-19T18:37:10.670Z | Downloaded idna v1.0.3 |
982 | 2024-12-19T18:37:10.673Z | Downloaded aes-gcm v0.10.3 |
983 | 2024-12-19T18:37:10.676Z | Downloaded serde_urlencoded v0.7.1 |
984 | 2024-12-19T18:37:10.678Z | Downloaded serde_repr v0.1.19 |
985 | 2024-12-19T18:37:10.680Z | Downloaded serde_plain v1.0.2 |
986 | 2024-12-19T18:37:10.683Z | Downloaded rustfmt-wrapper v0.2.1 |
987 | 2024-12-19T18:37:10.683Z | Downloaded rustc-hash v2.0.0 |
988 | 2024-12-19T18:37:10.683Z | Downloaded quick-error v1.2.3 |
989 | 2024-12-19T18:37:10.686Z | Downloaded whoami v1.5.2 |
990 | 2024-12-19T18:37:10.686Z | Downloaded darling_core v0.20.10 |
991 | 2024-12-19T18:37:10.692Z | Downloaded libm v0.2.8 |
992 | 2024-12-19T18:37:10.699Z | Downloaded paste v1.0.15 |
993 | 2024-12-19T18:37:10.701Z | Downloaded tiny-keccak v2.0.2 |
994 | 2024-12-19T18:37:10.704Z | Downloaded crossterm v0.28.1 |
995 | 2024-12-19T18:37:10.710Z | Downloaded der v0.7.9 |
996 | 2024-12-19T18:37:10.716Z | Downloaded derive_builder_core v0.20.2 |
997 | 2024-12-19T18:37:10.718Z | Downloaded slog-async v2.8.0 |
998 | 2024-12-19T18:37:10.720Z | Downloaded simd-adler32 v0.3.7 |
999 | 2024-12-19T18:37:10.724Z | Downloaded parking_lot v0.11.2 |
1000 | 2024-12-19T18:37:10.724Z | Downloaded path-slash v0.1.5 |
1001 | 2024-12-19T18:37:10.727Z | Downloaded rustls-pki-types v1.10.0 |
1002 | 2024-12-19T18:37:10.730Z | Downloaded signal-hook-registry v1.4.2 |
1003 | 2024-12-19T18:37:10.732Z | Downloaded signal-hook-mio v0.2.4 |
1004 | 2024-12-19T18:37:10.732Z | Downloaded rusty-fork v0.3.0 |
1005 | 2024-12-19T18:37:10.735Z | Downloaded env_logger v0.11.5 |
1006 | 2024-12-19T18:37:10.737Z | Downloaded chacha20poly1305 v0.10.1 |
1007 | 2024-12-19T18:37:10.737Z | Downloaded unicode-bidi v0.3.17 |
1008 | 2024-12-19T18:37:10.740Z | Downloaded tokio-tungstenite v0.21.0 |
1009 | 2024-12-19T18:37:10.742Z | Downloaded rsa v0.9.6 |
1010 | 2024-12-19T18:37:10.747Z | Downloaded num-traits v0.2.19 |
1011 | 2024-12-19T18:37:10.750Z | Downloaded tokio-rustls v0.24.1 |
1012 | 2024-12-19T18:37:10.752Z | Downloaded minimal-lexical v0.2.1 |
1013 | 2024-12-19T18:37:10.757Z | Downloaded signature v2.2.0 |
1014 | 2024-12-19T18:37:10.759Z | Downloaded futures-io v0.3.31 |
1015 | 2024-12-19T18:37:10.759Z | Downloaded futures-executor v0.3.31 |
1016 | 2024-12-19T18:37:10.762Z | Downloaded foldhash v0.1.3 |
1017 | 2024-12-19T18:37:10.762Z | Downloaded serde_with_macros v3.11.0 |
1018 | 2024-12-19T18:37:10.765Z | Downloaded debug-ignore v1.0.5 |
1019 | 2024-12-19T18:37:10.768Z | Downloaded rand_xorshift v0.3.0 |
1020 | 2024-12-19T18:37:10.771Z | Downloaded defmt v0.3.8 |
1021 | 2024-12-19T18:37:10.773Z | Downloaded data-encoding v2.6.0 |
1022 | 2024-12-19T18:37:10.773Z | Downloaded xattr v1.3.1 |
1023 | 2024-12-19T18:37:10.776Z | Downloaded vte v0.11.1 |
1024 | 2024-12-19T18:37:10.778Z | Downloaded typify-macro v0.2.0 |
1025 | 2024-12-19T18:37:10.778Z | Downloaded samael v0.0.17 |
1026 | 2024-12-19T18:37:10.783Z | Downloaded heapless v0.7.17 |
1027 | 2024-12-19T18:37:10.787Z | Downloaded crossbeam-channel v0.5.13 |
1028 | 2024-12-19T18:37:10.792Z | Downloaded base64 v0.22.1 |
1029 | 2024-12-19T18:37:10.795Z | Downloaded backtrace v0.3.74 |
1030 | 2024-12-19T18:37:10.800Z | Downloaded unicode-properties v0.1.3 |
1031 | 2024-12-19T18:37:10.803Z | Downloaded unicase v2.7.0 |
1032 | 2024-12-19T18:37:10.807Z | Downloaded parking_lot_core v0.8.6 |
1033 | 2024-12-19T18:37:10.810Z | Downloaded subprocess v0.2.9 |
1034 | 2024-12-19T18:37:10.810Z | Downloaded similar v2.6.0 |
1035 | 2024-12-19T18:37:10.813Z | Downloaded displaydoc v0.2.5 |
1036 | 2024-12-19T18:37:10.816Z | Downloaded structmeta-derive v0.3.0 |
1037 | 2024-12-19T18:37:10.818Z | Downloaded structmeta-derive v0.2.0 |
1038 | 2024-12-19T18:37:10.818Z | Downloaded slog-envlogger v2.2.0 |
1039 | 2024-12-19T18:37:10.821Z | Downloaded tokio-rustls v0.26.0 |
1040 | 2024-12-19T18:37:10.823Z | Downloaded proc-macro-crate v1.3.1 |
1041 | 2024-12-19T18:37:10.824Z | Downloaded pkg-config v0.3.31 |
1042 | 2024-12-19T18:37:10.826Z | Downloaded getrandom v0.2.15 |
1043 | 2024-12-19T18:37:10.829Z | Downloaded defmt-parser v0.3.4 |
1044 | 2024-12-19T18:37:10.829Z | Downloaded uzers v0.12.1 |
1045 | 2024-12-19T18:37:10.831Z | Downloaded slog v2.7.0 |
1046 | 2024-12-19T18:37:10.834Z | Downloaded bumpalo v3.16.0 |
1047 | 2024-12-19T18:37:10.837Z | Downloaded compact_str v0.8.0 |
1048 | 2024-12-19T18:37:10.840Z | Downloaded cc v1.1.30 |
1049 | 2024-12-19T18:37:10.843Z | Downloaded sqlformat v0.2.6 |
1050 | 2024-12-19T18:37:10.846Z | Downloaded try-lock v0.2.5 |
1051 | 2024-12-19T18:37:10.846Z | Downloaded num-iter v0.1.45 |
1052 | 2024-12-19T18:37:10.849Z | Downloaded foreign-types-macros v0.2.3 |
1053 | 2024-12-19T18:37:10.849Z | Downloaded float-ord v0.3.2 |
1054 | 2024-12-19T18:37:10.849Z | Downloaded enum-as-inner v0.5.1 |
1055 | 2024-12-19T18:37:10.851Z | Downloaded russh-keys v0.45.0 |
1056 | 2024-12-19T18:37:10.854Z | Downloaded icu_properties v1.5.1 |
1057 | 2024-12-19T18:37:10.856Z | Downloaded crc-any v2.5.0 |
1058 | 2024-12-19T18:37:10.861Z | Downloaded blake2 v0.10.6 |
1059 | 2024-12-19T18:37:10.861Z | Downloaded newtype-uuid v1.1.3 |
1060 | 2024-12-19T18:37:10.866Z | Downloaded gethostname v0.5.0 |
1061 | 2024-12-19T18:37:10.866Z | Downloaded tokio-rustls v0.25.0 |
1062 | 2024-12-19T18:37:10.870Z | Downloaded enum-as-inner v0.6.1 |
1063 | 2024-12-19T18:37:10.870Z | Downloaded zone v0.3.0 |
1064 | 2024-12-19T18:37:10.870Z | Downloaded zerofrom-derive v0.1.4 |
1065 | 2024-12-19T18:37:10.874Z | Downloaded siphasher v0.3.11 |
1066 | 2024-12-19T18:37:10.874Z | Downloaded mockall_derive v0.13.0 |
1067 | 2024-12-19T18:37:10.877Z | Downloaded bytes v1.8.0 |
1068 | 2024-12-19T18:37:10.880Z | Downloaded crossbeam-epoch v0.9.18 |
1069 | 2024-12-19T18:37:10.882Z | Downloaded cookie v0.18.1 |
1070 | 2024-12-19T18:37:10.885Z | Downloaded miniz_oxide v0.8.0 |
1071 | 2024-12-19T18:37:10.888Z | Downloaded subtle v2.6.1 |
1072 | 2024-12-19T18:37:10.888Z | Downloaded string_cache v0.8.7 |
1073 | 2024-12-19T18:37:10.890Z | Downloaded spki v0.7.3 |
1074 | 2024-12-19T18:37:10.890Z | Downloaded indexmap v1.9.3 |
1075 | 2024-12-19T18:37:10.894Z | Downloaded thiserror-no-std v2.0.2 |
1076 | 2024-12-19T18:37:10.897Z | Downloaded foreign-types-shared v0.3.1 |
1077 | 2024-12-19T18:37:10.899Z | Downloaded foreign-types-shared v0.1.1 |
1078 | 2024-12-19T18:37:10.900Z | Downloaded bitfield-struct v0.6.2 |
1079 | 2024-12-19T18:37:10.903Z | Downloaded bit-set v0.5.3 |
1080 | 2024-12-19T18:37:10.903Z | Downloaded assert_matches v1.5.0 |
1081 | 2024-12-19T18:37:10.903Z | Downloaded shell-words v1.1.0 |
1082 | 2024-12-19T18:37:10.906Z | Downloaded scopeguard v1.2.0 |
1083 | 2024-12-19T18:37:10.906Z | Downloaded schemars_derive v0.8.21 |
1084 | 2024-12-19T18:37:10.908Z | Downloaded rustc_version v0.4.1 |
1085 | 2024-12-19T18:37:10.908Z | Downloaded icu_locid v1.5.0 |
1086 | 2024-12-19T18:37:10.912Z | Downloaded ipnet v2.10.1 |
1087 | 2024-12-19T18:37:10.915Z | Downloaded clang-sys v1.8.1 |
1088 | 2024-12-19T18:37:10.917Z | Downloaded litemap v0.7.3 |
1089 | 2024-12-19T18:37:10.920Z | Downloaded crossbeam-utils v0.8.20 |
1090 | 2024-12-19T18:37:10.923Z | Downloaded multer v3.1.0 |
1091 | 2024-12-19T18:37:10.925Z | Downloaded lazy_static v1.5.0 |
1092 | 2024-12-19T18:37:10.928Z | Downloaded indent_write v2.2.0 |
1093 | 2024-12-19T18:37:10.928Z | Downloaded lock_api v0.4.12 |
1094 | 2024-12-19T18:37:10.931Z | Downloaded jobserver v0.1.32 |
1095 | 2024-12-19T18:37:10.935Z | Downloaded indoc v1.0.9 |
1096 | 2024-12-19T18:37:10.938Z | Downloaded chrono-tz-build v0.4.0 |
1097 | 2024-12-19T18:37:10.938Z | Downloaded darling v0.20.10 |
1098 | 2024-12-19T18:37:10.940Z | Downloaded bzip2 v0.4.4 |
1099 | 2024-12-19T18:37:10.943Z | Downloaded httparse v1.9.5 |
1100 | 2024-12-19T18:37:10.947Z | Downloaded cipher v0.4.4 |
1101 | 2024-12-19T18:37:10.947Z | Downloaded chacha20 v0.9.1 |
1102 | 2024-12-19T18:37:10.950Z | Downloaded ring v0.17.8 |
1103 | 2024-12-19T18:37:11.020Z | Downloaded hyper-staticfile v0.10.1 |
1104 | 2024-12-19T18:37:11.023Z | Downloaded mockall v0.13.0 |
1105 | 2024-12-19T18:37:11.023Z | Downloaded const_format_proc_macros v0.2.33 |
1106 | 2024-12-19T18:37:11.027Z | Downloaded console v0.15.8 |
1107 | 2024-12-19T18:37:11.030Z | Downloaded ciborium v0.2.2 |
1108 | 2024-12-19T18:37:11.030Z | Downloaded castaway v0.2.3 |
1109 | 2024-12-19T18:37:11.033Z | Downloaded idna_adapter v1.2.0 |
1110 | 2024-12-19T18:37:11.033Z | Downloaded crc32fast v1.4.2 |
1111 | 2024-12-19T18:37:11.033Z | Downloaded lru v0.12.5 |
1112 | 2024-12-19T18:37:11.036Z | Downloaded linked-hash-map v0.5.6 |
1113 | 2024-12-19T18:37:11.036Z | Downloaded linear-map v1.2.0 |
1114 | 2024-12-19T18:37:11.036Z | Downloaded lazycell v1.3.0 |
1115 | 2024-12-19T18:37:11.042Z | Downloaded lalrpop-util v0.19.12 |
1116 | 2024-12-19T18:37:11.042Z | Downloaded inout v0.1.3 |
1117 | 2024-12-19T18:37:11.042Z | Downloaded impl-trait-for-tuples v0.2.2 |
1118 | 2024-12-19T18:37:11.045Z | Downloaded cassowary v0.3.0 |
1119 | 2024-12-19T18:37:11.045Z | Downloaded managed v0.8.0 |
1120 | 2024-12-19T18:37:11.045Z | Downloaded is-terminal v0.4.13 |
1121 | 2024-12-19T18:37:11.045Z | Downloaded async-bb8-diesel v0.2.1 |
1122 | 2024-12-19T18:37:11.048Z | Downloaded bcrypt-pbkdf v0.10.0 |
1123 | 2024-12-19T18:37:11.051Z | Downloaded instability v0.3.2 |
1124 | 2024-12-19T18:37:11.051Z | Downloaded blowfish v0.9.1 |
1125 | 2024-12-19T18:37:11.051Z | Downloaded async-stream v0.3.6 |
1126 | 2024-12-19T18:37:11.055Z | Downloaded atomic-waker v1.1.2 |
1127 | 2024-12-19T18:37:11.058Z | Downloaded adler2 v2.0.0 |
1128 | 2024-12-19T18:37:11.058Z | Downloaded iana-time-zone v0.1.61 |
1129 | 2024-12-19T18:37:11.058Z | Downloaded crucible-workspace-hack v0.1.0 |
1130 | 2024-12-19T18:37:11.061Z | Downloaded hostname v0.3.1 |
1131 | 2024-12-19T18:37:11.061Z | Downloaded colored v2.1.0 |
1132 | 2024-12-19T18:37:11.065Z | Downloaded block-padding v0.3.3 |
1133 | 2024-12-19T18:37:11.065Z | Downloaded hubpack v0.1.2 |
1134 | 2024-12-19T18:37:11.067Z | Downloaded base16ct v0.2.0 |
1135 | 2024-12-19T18:37:11.067Z | Downloaded ascii-canvas v3.0.0 |
1136 | 2024-12-19T18:37:11.068Z | Downloaded headers-core v0.3.0 |
1137 | 2024-12-19T18:37:11.068Z | Downloaded cfg_aliases v0.2.1 |
1138 | 2024-12-19T18:37:11.095Z | Downloaded libsqlite3-sys v0.30.1 |
1139 | 2024-12-19T18:37:11.206Z | Downloaded ring v0.16.20 |
1140 | 2024-12-19T18:37:11.435Z | Downloaded aws-lc-sys v0.22.0 |
1141 | 2024-12-19T18:37:11.758Z | Compiling serde v1.0.215 |
1142 | 2024-12-19T18:37:11.761Z | Compiling lock_api v0.4.12 |
1143 | 2024-12-19T18:37:11.761Z | Compiling scopeguard v1.2.0 |
1144 | 2024-12-19T18:37:11.761Z | Compiling value-bag v1.9.0 |
1145 | 2024-12-19T18:37:11.761Z | Compiling typenum v1.17.0 |
1146 | 2024-12-19T18:37:11.762Z | Compiling generic-array v0.14.7 |
1147 | 2024-12-19T18:37:11.932Z | Compiling syn v2.0.87 |
1148 | 2024-12-19T18:37:11.946Z | Compiling getrandom v0.2.15 |
1149 | 2024-12-19T18:37:12.136Z | Compiling subtle v2.6.1 |
1150 | 2024-12-19T18:37:12.231Z | Compiling rand_core v0.6.4 |
1151 | 2024-12-19T18:37:12.411Z | Compiling log v0.4.22 |
1152 | 2024-12-19T18:37:12.499Z | Compiling shlex v1.3.0 |
1153 | 2024-12-19T18:37:12.553Z | Compiling jobserver v0.1.32 |
1154 | 2024-12-19T18:37:12.580Z | Compiling const-oid v0.9.6 |
1155 | 2024-12-19T18:37:12.750Z | Compiling smallvec v1.13.2 |
1156 | 2024-12-19T18:37:13.005Z | Compiling spin v0.9.8 |
1157 | 2024-12-19T18:37:13.093Z | Compiling cc v1.1.30 |
1158 | 2024-12-19T18:37:13.360Z | Compiling pin-project-lite v0.2.14 |
1159 | 2024-12-19T18:37:13.442Z | Compiling rustix v0.38.37 |
1160 | 2024-12-19T18:37:13.461Z | Compiling parking_lot_core v0.9.10 |
1161 | 2024-12-19T18:37:13.493Z | Compiling futures-core v0.3.31 |
1162 | 2024-12-19T18:37:13.651Z | Compiling signal-hook-registry v1.4.2 |
1163 | 2024-12-19T18:37:13.770Z | Compiling mio v1.0.2 |
1164 | 2024-12-19T18:37:14.458Z | Compiling parking_lot v0.12.3 |
1165 | 2024-12-19T18:37:14.592Z | Compiling aho-corasick v1.1.3 |
1166 | 2024-12-19T18:37:14.694Z | Compiling regex-syntax v0.8.5 |
1167 | 2024-12-19T18:37:14.850Z | Compiling cpufeatures v0.2.14 |
1168 | 2024-12-19T18:37:14.910Z | Compiling lazy_static v1.5.0 |
1169 | 2024-12-19T18:37:14.958Z | Compiling stable_deref_trait v1.2.0 |
1170 | 2024-12-19T18:37:15.031Z | Compiling either v1.13.0 |
1171 | 2024-12-19T18:37:15.052Z | Compiling glob v0.3.1 |
1172 | 2024-12-19T18:37:15.074Z | Compiling futures-sink v0.3.31 |
1173 | 2024-12-19T18:37:15.251Z | Compiling socket2 v0.5.7 |
1174 | 2024-12-19T18:37:15.496Z | Compiling slab v0.4.9 |
1175 | 2024-12-19T18:37:15.514Z | Compiling prettyplease v0.2.25 |
1176 | 2024-12-19T18:37:15.881Z | Compiling minimal-lexical v0.2.1 |
1177 | 2024-12-19T18:37:16.157Z | Compiling clang-sys v1.8.1 |
1178 | 2024-12-19T18:37:16.277Z | Compiling libloading v0.8.5 |
1179 | 2024-12-19T18:37:16.299Z | Compiling nom v7.1.3 |
1180 | 2024-12-19T18:37:16.425Z | Compiling bindgen v0.69.5 |
1181 | 2024-12-19T18:37:16.744Z | Compiling home v0.5.9 |
1182 | 2024-12-19T18:37:16.916Z | Compiling serde_json v1.0.132 |
1183 | 2024-12-19T18:37:17.299Z | Compiling itertools v0.10.5 |
1184 | 2024-12-19T18:37:17.321Z | Compiling futures-channel v0.3.31 |
1185 | 2024-12-19T18:37:17.706Z | Compiling lazycell v1.3.0 |
1186 | 2024-12-19T18:37:17.746Z | Compiling foldhash v0.1.3 |
1187 | 2024-12-19T18:37:17.902Z | Compiling allocator-api2 v0.2.18 |
1188 | 2024-12-19T18:37:18.112Z | Compiling pin-utils v0.1.0 |
1189 | 2024-12-19T18:37:18.216Z | Compiling rustc-hash v1.1.0 |
1190 | 2024-12-19T18:37:18.380Z | Compiling futures-task v0.3.31 |
1191 | 2024-12-19T18:37:18.713Z | Compiling regex-automata v0.4.8 |
1192 | 2024-12-19T18:37:18.761Z | Compiling futures-io v0.3.31 |
1193 | 2024-12-19T18:37:19.100Z | Compiling hashbrown v0.15.1 |
1194 | 2024-12-19T18:37:20.121Z | Compiling synstructure v0.13.1 |
1195 | 2024-12-19T18:37:20.479Z | Compiling cexpr v0.6.0 |
1196 | 2024-12-19T18:37:20.522Z | Compiling cmake v0.1.51 |
1197 | 2024-12-19T18:37:21.610Z | Compiling pkg-config v0.3.31 |
1198 | 2024-12-19T18:37:21.868Z | Compiling libm v0.2.8 |
1199 | 2024-12-19T18:37:21.930Z | Compiling tinyvec_macros v0.1.1 |
1200 | 2024-12-19T18:37:22.035Z | Compiling dunce v1.0.5 |
1201 | 2024-12-19T18:37:22.182Z | Compiling fs_extra v1.3.0 |
1202 | 2024-12-19T18:37:22.232Z | Compiling tinyvec v1.8.0 |
1203 | 2024-12-19T18:37:22.328Z | Compiling num-traits v0.2.19 |
1204 | 2024-12-19T18:37:22.891Z | Compiling ring v0.17.8 |
1205 | 2024-12-19T18:37:23.256Z | Compiling base64ct v1.6.0 |
1206 | 2024-12-19T18:37:23.448Z | Compiling paste v1.0.15 |
1207 | 2024-12-19T18:37:23.792Z | Compiling unicode-normalization v0.1.24 |
1208 | 2024-12-19T18:37:23.872Z | Compiling writeable v0.5.5 |
1209 | 2024-12-19T18:37:23.994Z | Compiling unicode-bidi v0.3.17 |
1210 | 2024-12-19T18:37:24.057Z | Compiling litemap v0.7.3 |
1211 | 2024-12-19T18:37:24.465Z | Compiling regex v1.11.1 |
1212 | 2024-12-19T18:37:24.907Z | Compiling pem-rfc7468 v0.7.0 |
1213 | 2024-12-19T18:37:25.487Z | Compiling flagset v0.4.6 |
1214 | 2024-12-19T18:37:25.517Z | Compiling aws-lc-rs v1.10.0 |
1215 | 2024-12-19T18:37:25.696Z | Compiling httparse v1.9.5 |
1216 | 2024-12-19T18:37:25.958Z | Compiling tracing-core v0.1.32 |
1217 | 2024-12-19T18:37:26.537Z | Compiling crossbeam-utils v0.8.20 |
1218 | 2024-12-19T18:37:26.682Z | Compiling icu_locid_transform_data v1.5.0 |
1219 | 2024-12-19T18:37:26.801Z | Compiling rustls-pki-types v1.10.0 |
1220 | 2024-12-19T18:37:26.976Z | Compiling percent-encoding v2.3.1 |
1221 | 2024-12-19T18:37:27.240Z | Compiling serde_derive v1.0.215 |
1222 | 2024-12-19T18:37:27.305Z | Compiling zeroize_derive v1.4.2 |
1223 | 2024-12-19T18:37:27.330Z | Compiling zerocopy-derive v0.7.35 |
1224 | 2024-12-19T18:37:27.928Z | Compiling tokio-macros v2.4.0 |
1225 | 2024-12-19T18:37:27.963Z | Compiling zerofrom-derive v0.1.4 |
1226 | 2024-12-19T18:37:28.891Z | Compiling zeroize v1.8.1 |
1227 | 2024-12-19T18:37:29.270Z | Compiling thiserror-impl v1.0.69 |
1228 | 2024-12-19T18:37:29.621Z | Compiling zerocopy v0.7.35 |
1229 | 2024-12-19T18:37:29.643Z | Compiling yoke-derive v0.7.4 |
1230 | 2024-12-19T18:37:30.464Z | Compiling crypto-common v0.1.6 |
1231 | 2024-12-19T18:37:30.711Z | Compiling block-buffer v0.10.4 |
1232 | 2024-12-19T18:37:30.985Z | Compiling digest v0.10.7 |
1233 | 2024-12-19T18:37:31.314Z | Compiling zerovec-derive v0.10.3 |
1234 | 2024-12-19T18:37:31.438Z | Compiling hmac v0.12.1 |
1235 | 2024-12-19T18:37:31.677Z | Compiling futures-macro v0.3.31 |
1236 | 2024-12-19T18:37:31.810Z | Compiling block-padding v0.3.3 |
1237 | 2024-12-19T18:37:32.072Z | Compiling displaydoc v0.2.5 |
1238 | 2024-12-19T18:37:32.136Z | Compiling zerofrom v0.1.4 |
1239 | 2024-12-19T18:37:32.368Z | Compiling inout v0.1.3 |
1240 | 2024-12-19T18:37:32.672Z | Compiling cipher v0.4.4 |
1241 | 2024-12-19T18:37:32.691Z | Compiling yoke v0.7.4 |
1242 | 2024-12-19T18:37:32.749Z | Compiling thiserror v1.0.69 |
1243 | 2024-12-19T18:37:32.922Z | Compiling sha2 v0.10.8 |
1244 | 2024-12-19T18:37:33.091Z | Compiling ppv-lite86 v0.2.20 |
1245 | 2024-12-19T18:37:33.252Z | Compiling der_derive v0.7.3 |
1246 | 2024-12-19T18:37:33.656Z | Compiling futures-util v0.3.31 |
1247 | 2024-12-19T18:37:33.825Z | Compiling icu_provider_macros v1.5.0 |
1248 | 2024-12-19T18:37:33.973Z | Compiling rand_chacha v0.3.1 |
1249 | 2024-12-19T18:37:34.024Z | Compiling zerovec v0.10.4 |
1250 | 2024-12-19T18:37:35.001Z | Compiling tracing-attributes v0.1.27 |
1251 | 2024-12-19T18:37:35.711Z | Compiling der v0.7.9 |
1252 | 2024-12-19T18:37:36.227Z | Compiling tinystr v0.7.6 |
1253 | 2024-12-19T18:37:36.279Z | Compiling icu_collections v1.5.0 |
1254 | 2024-12-19T18:37:36.329Z | Compiling rand v0.8.5 |
1255 | 2024-12-19T18:37:36.692Z | Compiling icu_locid v1.5.0 |
1256 | 2024-12-19T18:37:37.766Z | Compiling spki v0.7.3 |
1257 | 2024-12-19T18:37:38.215Z | Compiling icu_provider v1.5.0 |
1258 | 2024-12-19T18:37:38.578Z | Compiling salsa20 v0.10.2 |
1259 | 2024-12-19T18:37:38.809Z | Compiling pest v2.7.14 |
1260 | 2024-12-19T18:37:38.863Z | Compiling tracing v0.1.40 |
1261 | 2024-12-19T18:37:38.988Z | Compiling icu_locid_transform v1.5.0 |
1262 | 2024-12-19T18:37:39.281Z | Compiling pbkdf2 v0.12.2 |
1263 | 2024-12-19T18:37:39.304Z | Compiling untrusted v0.9.0 |
1264 | 2024-12-19T18:37:39.357Z | Compiling powerfmt v0.2.0 |
1265 | 2024-12-19T18:37:39.460Z | Compiling num-conv v0.1.0 |
1266 | 2024-12-19T18:37:39.482Z | Compiling mirai-annotations v1.12.0 |
1267 | 2024-12-19T18:37:39.675Z | Compiling time-core v0.1.2 |
1268 | 2024-12-19T18:37:39.726Z | Compiling icu_properties_data v1.5.0 |
1269 | 2024-12-19T18:37:39.770Z | Compiling vcpkg v0.2.15 |
1270 | 2024-12-19T18:37:39.842Z | Compiling untrusted v0.7.1 |
1271 | 2024-12-19T18:37:39.864Z | Compiling time-macros v0.2.18 |
1272 | 2024-12-19T18:37:39.985Z | Compiling deranged v0.3.11 |
1273 | 2024-12-19T18:37:40.020Z | Compiling scrypt v0.11.0 |
1274 | 2024-12-19T18:37:40.590Z | Compiling icu_properties v1.5.1 |
1275 | 2024-12-19T18:37:41.777Z | Compiling bitflags v2.6.0 |
1276 | 2024-12-19T18:37:41.862Z | Compiling bytes v1.8.0 |
1277 | 2024-12-19T18:37:42.034Z | Compiling indexmap v2.6.0 |
1278 | 2024-12-19T18:37:42.055Z | Compiling semver v1.0.23 |
1279 | 2024-12-19T18:37:42.862Z | Compiling tokio v1.40.0 |
1280 | 2024-12-19T18:37:43.237Z | Compiling http v1.1.0 |
1281 | 2024-12-19T18:37:43.462Z | Compiling rustc_version v0.4.1 |
1282 | 2024-12-19T18:37:43.598Z | Compiling openssl-sys v0.9.103 |
1283 | 2024-12-19T18:37:44.288Z | Compiling pest_meta v2.7.14 |
1284 | 2024-12-19T18:37:44.752Z | Compiling aes v0.8.4 |
1285 | 2024-12-19T18:37:44.880Z | Compiling cbc v0.1.2 |
1286 | 2024-12-19T18:37:45.143Z | Compiling scroll_derive v0.12.0 |
1287 | 2024-12-19T18:37:45.609Z | Compiling num_threads v0.1.7 |
1288 | 2024-12-19T18:37:45.750Z | Compiling utf8_iter v1.0.4 |
1289 | 2024-12-19T18:37:45.844Z | Compiling write16 v1.0.0 |
1290 | 2024-12-19T18:37:45.990Z | Compiling utf16_iter v1.0.5 |
1291 | 2024-12-19T18:37:46.019Z | Compiling atomic-waker v1.1.2 |
1292 | 2024-12-19T18:37:46.213Z | Compiling icu_normalizer_data v1.5.0 |
1293 | 2024-12-19T18:37:46.235Z | Compiling pkcs5 v0.7.1 |
1294 | 2024-12-19T18:37:46.322Z | Compiling icu_normalizer v1.5.0 |
1295 | 2024-12-19T18:37:46.722Z | Compiling which v4.4.2 |
1296 | 2024-12-19T18:37:46.747Z | Compiling scroll v0.12.0 |
1297 | 2024-12-19T18:37:47.382Z | Compiling time v0.3.36 |
1298 | 2024-12-19T18:37:47.505Z | Compiling pest_generator v2.7.14 |
1299 | 2024-12-19T18:37:47.738Z | Compiling http-body v1.0.1 |
1300 | 2024-12-19T18:37:48.007Z | Compiling form_urlencoded v1.2.1 |
1301 | 2024-12-19T18:37:48.220Z | Compiling slog v2.7.0 |
1302 | 2024-12-19T18:37:48.356Z | Compiling try-lock v0.2.5 |
1303 | 2024-12-19T18:37:48.504Z | Compiling want v0.3.1 |
1304 | 2024-12-19T18:37:48.525Z | Compiling goblin v0.8.2 |
1305 | 2024-12-19T18:37:48.813Z | Compiling idna_adapter v1.2.0 |
1306 | 2024-12-19T18:37:48.848Z | Compiling pkcs8 v0.10.2 |
1307 | 2024-12-19T18:37:49.051Z | Compiling httpdate v1.0.3 |
1308 | 2024-12-19T18:37:49.569Z | Compiling idna v1.0.3 |
1309 | 2024-12-19T18:37:49.635Z | Compiling serde_spanned v0.6.8 |
1310 | 2024-12-19T18:37:49.657Z | Compiling pest_derive v2.7.14 |
1311 | 2024-12-19T18:37:49.879Z | Compiling uuid v1.11.0 |
1312 | 2024-12-19T18:37:50.508Z | Compiling serde_tokenstream v0.2.2 |
1313 | 2024-12-19T18:37:50.529Z | Compiling dtrace-parser v0.2.0 |
1314 | 2024-12-19T18:37:51.175Z | Compiling toml_datetime v0.6.8 |
1315 | 2024-12-19T18:37:51.413Z | Compiling base64 v0.22.1 |
1316 | 2024-12-19T18:37:51.484Z | Compiling match_cfg v0.1.0 |
1317 | 2024-12-19T18:37:51.593Z | Compiling tokio-util v0.7.12 |
1318 | 2024-12-19T18:37:51.720Z | Compiling iana-time-zone v0.1.61 |
1319 | 2024-12-19T18:37:52.227Z | Compiling foreign-types-shared v0.1.1 |
1320 | 2024-12-19T18:37:52.230Z | Compiling tower-service v0.3.3 |
1321 | 2024-12-19T18:37:52.349Z | Compiling openssl v0.10.66 |
1322 | 2024-12-19T18:37:52.389Z | Compiling rustversion v1.0.17 |
1323 | 2024-12-19T18:37:52.783Z | Compiling h2 v0.4.6 |
1324 | 2024-12-19T18:37:52.805Z | Compiling adler2 v2.0.0 |
1325 | 2024-12-19T18:37:52.900Z | Compiling foreign-types v0.3.2 |
1326 | 2024-12-19T18:37:53.011Z | Compiling miniz_oxide v0.8.0 |
1327 | 2024-12-19T18:37:53.070Z | Compiling chrono v0.4.38 |
1328 | 2024-12-19T18:37:53.110Z | Compiling hostname v0.3.1 |
1329 | 2024-12-19T18:37:53.219Z | Compiling url v2.5.3 |
1330 | 2024-12-19T18:37:54.623Z | Compiling dof v0.3.0 |
1331 | 2024-12-19T18:37:54.809Z | Compiling async-trait v0.1.83 |
1332 | 2024-12-19T18:37:55.292Z | Compiling openssl-macros v0.1.1 |
1333 | 2024-12-19T18:37:56.106Z | Compiling usdt-impl v0.5.0 |
1334 | 2024-12-19T18:37:56.960Z | Compiling dirs-sys-next v0.1.2 |
1335 | 2024-12-19T18:37:57.060Z | Compiling native-tls v0.2.12 |
1336 | 2024-12-19T18:37:57.399Z | Compiling siphasher v0.3.11 |
1337 | 2024-12-19T18:37:57.656Z | Compiling data-encoding v2.6.0 |
1338 | 2024-12-19T18:37:57.754Z | Compiling rustls v0.23.19 |
1339 | 2024-12-19T18:37:57.774Z | Compiling syn v1.0.109 |
1340 | 2024-12-19T18:37:57.791Z | Compiling rustls v0.22.4 |
1341 | 2024-12-19T18:37:58.116Z | Compiling dirs-next v2.0.0 |
1342 | 2024-12-19T18:37:58.498Z | Compiling http-body-util v0.1.2 |
1343 | 2024-12-19T18:37:59.043Z | Compiling crossbeam-epoch v0.9.18 |
1344 | 2024-12-19T18:37:59.182Z | Compiling heapless v0.7.17 |
1345 | 2024-12-19T18:37:59.379Z | Compiling sha1 v0.10.6 |
1346 | 2024-12-19T18:37:59.628Z | Compiling signature v2.2.0 |
1347 | 2024-12-19T18:37:59.797Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1348 | 2024-12-19T18:37:59.816Z | Compiling serde_derive_internals v0.29.1 |
1349 | 2024-12-19T18:37:59.837Z | Compiling thread_local v1.1.8 |
1350 | 2024-12-19T18:37:59.931Z | Compiling multer v3.1.0 |
1351 | 2024-12-19T18:38:00.189Z | Compiling hyper v1.5.0 |
1352 | 2024-12-19T18:38:00.216Z | Compiling cookie v0.18.1 |
1353 | 2024-12-19T18:38:00.292Z | Compiling encoding_rs v0.8.34 |
1354 | 2024-12-19T18:38:00.393Z | Compiling gimli v0.31.1 |
1355 | 2024-12-19T18:38:00.499Z | Compiling unicode-properties v0.1.3 |
1356 | 2024-12-19T18:38:00.910Z | Compiling slog-async v2.8.0 |
1357 | 2024-12-19T18:38:01.478Z | Compiling schemars v0.8.21 |
1358 | 2024-12-19T18:38:01.849Z | Compiling signal-hook v0.3.17 |
1359 | 2024-12-19T18:38:02.122Z | Compiling mime v0.3.17 |
1360 | 2024-12-19T18:38:02.594Z | Compiling hyper-util v0.1.10 |
1361 | 2024-12-19T18:38:02.748Z | Compiling rayon-core v1.12.1 |
1362 | 2024-12-19T18:38:03.066Z | Compiling openssl-probe v0.1.5 |
1363 | 2024-12-19T18:38:03.453Z | Compiling ipnet v2.10.1 |
1364 | 2024-12-19T18:38:03.952Z | Compiling toml_edit v0.22.22 |
1365 | 2024-12-19T18:38:04.774Z | Compiling schemars_derive v0.8.21 |
1366 | 2024-12-19T18:38:04.931Z | Compiling addr2line v0.24.2 |
1367 | 2024-12-19T18:38:05.089Z | Compiling stringprep v0.1.5 |
1368 | 2024-12-19T18:38:05.839Z | Compiling crossbeam-deque v0.8.5 |
1369 | 2024-12-19T18:38:05.893Z | Compiling usdt-macro v0.5.0 |
1370 | 2024-12-19T18:38:06.185Z | Compiling usdt-attr-macro v0.5.0 |
1371 | 2024-12-19T18:38:06.914Z | Compiling term v0.7.0 |
1372 | 2024-12-19T18:38:07.304Z | Compiling slog-json v2.6.1 |
1373 | 2024-12-19T18:38:07.333Z | Compiling serde_urlencoded v0.7.1 |
1374 | 2024-12-19T18:38:07.690Z | Compiling crossbeam-channel v0.5.13 |
1375 | 2024-12-19T18:38:07.803Z | Compiling curve25519-dalek v4.1.3 |
1376 | 2024-12-19T18:38:07.824Z | Compiling enum-as-inner v0.6.1 |
1377 | 2024-12-19T18:38:08.194Z | Compiling futures-executor v0.3.31 |
1378 | 2024-12-19T18:38:08.447Z | Compiling md-5 v0.10.6 |
1379 | 2024-12-19T18:38:08.466Z | Compiling rustls-pemfile v2.2.0 |
1380 | 2024-12-19T18:38:08.729Z | Compiling async-stream-impl v0.3.6 |
1381 | 2024-12-19T18:38:08.774Z | Compiling num-integer v0.1.46 |
1382 | 2024-12-19T18:38:08.818Z | Compiling idna v0.4.0 |
1383 | 2024-12-19T18:38:08.896Z | Compiling idna v0.3.0 |
1384 | 2024-12-19T18:38:08.956Z | Compiling hash32 v0.2.1 |
1385 | 2024-12-19T18:38:09.347Z | Compiling ff v0.13.0 |
1386 | 2024-12-19T18:38:09.530Z | Compiling is-terminal v0.4.13 |
1387 | 2024-12-19T18:38:09.592Z | Compiling dropshot v0.12.0 |
1388 | 2024-12-19T18:38:09.657Z | Compiling object v0.36.5 |
1389 | 2024-12-19T18:38:09.879Z | Compiling linked-hash-map v0.5.6 |
1390 | 2024-12-19T18:38:10.093Z | Compiling num-bigint-dig v0.8.4 |
1391 | 2024-12-19T18:38:10.270Z | Compiling take_mut v0.2.2 |
1392 | 2024-12-19T18:38:10.386Z | Compiling smoltcp v0.9.1 |
1393 | 2024-12-19T18:38:10.433Z | Compiling portable-atomic v1.9.0 |
1394 | 2024-12-19T18:38:10.528Z | Compiling dyn-clone v1.0.17 |
1395 | 2024-12-19T18:38:10.619Z | Compiling utf-8 v0.7.6 |
1396 | 2024-12-19T18:38:10.761Z | Compiling anyhow v1.0.93 |
1397 | 2024-12-19T18:38:10.958Z | Compiling rustc-demangle v0.1.24 |
1398 | 2024-12-19T18:38:11.125Z | Compiling base16ct v0.2.0 |
1399 | 2024-12-19T18:38:11.408Z | Compiling quick-error v1.2.3 |
1400 | 2024-12-19T18:38:11.441Z | Compiling fallible-iterator v0.2.0 |
1401 | 2024-12-19T18:38:11.489Z | Compiling psl-types v2.0.11 |
1402 | 2024-12-19T18:38:11.565Z | Compiling resolv-conf v0.7.0 |
1403 | 2024-12-19T18:38:11.689Z | Compiling publicsuffix v2.2.3 |
1404 | 2024-12-19T18:38:12.026Z | Compiling sec1 v0.7.3 |
1405 | 2024-12-19T18:38:12.186Z | Compiling postgres-protocol v0.6.7 |
1406 | 2024-12-19T18:38:12.376Z | Compiling tungstenite v0.24.0 |
1407 | 2024-12-19T18:38:12.625Z | Compiling lru-cache v0.1.2 |
1408 | 2024-12-19T18:38:12.849Z | Compiling async-stream v0.3.6 |
1409 | 2024-12-19T18:38:13.305Z | Compiling hickory-proto v0.24.1 |
1410 | 2024-12-19T18:38:13.605Z | Compiling slog-term v2.9.1 |
1411 | 2024-12-19T18:38:13.759Z | Compiling group v0.13.0 |
1412 | 2024-12-19T18:38:14.112Z | Compiling usdt v0.5.0 |
1413 | 2024-12-19T18:38:14.807Z | Compiling num-iter v0.1.45 |
1414 | 2024-12-19T18:38:15.006Z | Compiling futures v0.3.31 |
1415 | 2024-12-19T18:38:15.009Z | Compiling slog-bunyan v2.5.0 |
1416 | 2024-12-19T18:38:15.247Z | Compiling toml v0.8.19 |
1417 | 2024-12-19T18:38:17.072Z | Compiling backtrace v0.3.74 |
1418 | 2024-12-19T18:38:17.147Z | Compiling camino v1.1.9 |
1419 | 2024-12-19T18:38:17.524Z | Compiling tokio-native-tls v0.3.1 |
1420 | 2024-12-19T18:38:17.814Z | Compiling phf_shared v0.11.2 |
1421 | 2024-12-19T18:38:17.817Z | Compiling dropshot_endpoint v0.12.0 |
1422 | 2024-12-19T18:38:17.954Z | Compiling terminal_size v0.4.0 |
1423 | 2024-12-19T18:38:18.133Z | Compiling waitgroup v0.1.2 |
1424 | 2024-12-19T18:38:18.183Z | Compiling openapiv3 v2.0.0 |
1425 | 2024-12-19T18:38:18.233Z | Compiling serde_path_to_error v0.1.16 |
1426 | 2024-12-19T18:38:18.367Z | Compiling hkdf v0.12.4 |
1427 | 2024-12-19T18:38:18.650Z | Compiling crypto-bigint v0.5.5 |
1428 | 2024-12-19T18:38:19.080Z | Compiling webpki-roots v0.26.6 |
1429 | 2024-12-19T18:38:19.299Z | Compiling zerocopy-derive v0.6.6 |
1430 | 2024-12-19T18:38:20.749Z | Compiling hubpack_derive v0.1.1 |
1431 | 2024-12-19T18:38:20.892Z | Compiling curve25519-dalek-derive v0.1.1 |
1432 | 2024-12-19T18:38:21.644Z | Compiling idna v0.5.0 |
1433 | 2024-12-19T18:38:21.678Z | Compiling hostname v0.4.0 |
1434 | 2024-12-19T18:38:21.936Z | Compiling crc32fast v1.4.2 |
1435 | 2024-12-19T18:38:22.286Z | Compiling fs-err v2.11.0 |
1436 | 2024-12-19T18:38:22.415Z | Compiling ahash v0.8.11 |
1437 | 2024-12-19T18:38:22.563Z | Compiling winnow v0.5.40 |
1438 | 2024-12-19T18:38:22.584Z | Compiling debug-ignore v1.0.5 |
1439 | 2024-12-19T18:38:22.584Z | Compiling bitflags v1.3.2 |
1440 | 2024-12-19T18:38:22.711Z | Compiling managed v0.8.0 |
1441 | 2024-12-19T18:38:22.732Z | Compiling strum_macros v0.25.3 |
1442 | 2024-12-19T18:38:22.826Z | Compiling clap_builder v4.5.21 |
1443 | 2024-12-19T18:38:23.385Z | Compiling console v0.15.8 |
1444 | 2024-12-19T18:38:24.012Z | Compiling cookie_store v0.21.0 |
1445 | 2024-12-19T18:38:25.015Z | Compiling flate2 v1.0.34 |
1446 | 2024-12-19T18:38:25.332Z | Compiling elliptic-curve v0.13.8 |
1447 | 2024-12-19T18:38:25.648Z | Compiling hubpack v0.1.2 |
1448 | 2024-12-19T18:38:26.008Z | Compiling zerocopy v0.6.6 |
1449 | 2024-12-19T18:38:26.083Z | Compiling toml_edit v0.19.15 |
1450 | 2024-12-19T18:38:26.176Z | Compiling hickory-resolver v0.24.1 |
1451 | 2024-12-19T18:38:26.429Z | Compiling phf v0.11.2 |
1452 | 2024-12-19T18:38:26.795Z | Compiling hyper-tls v0.6.0 |
1453 | 2024-12-19T18:38:27.030Z | Compiling signal-hook-mio v0.2.4 |
1454 | 2024-12-19T18:38:27.206Z | Compiling rayon v1.10.0 |
1455 | 2024-12-19T18:38:27.236Z | Compiling bzip2 v0.4.4 |
1456 | 2024-12-19T18:38:27.663Z | Compiling tokio-tungstenite v0.24.0 |
1457 | 2024-12-19T18:38:28.224Z | Compiling postgres-types v0.2.8 |
1458 | 2024-12-19T18:38:31.179Z | Compiling ed25519 v2.2.3 |
1459 | 2024-12-19T18:38:32.088Z | Compiling phf_shared v0.10.0 |
1460 | 2024-12-19T18:38:32.291Z | Compiling tokio-stream v0.1.16 |
1461 | 2024-12-19T18:38:32.494Z | Compiling pkcs1 v0.7.5 |
1462 | 2024-12-19T18:38:32.953Z | Compiling serde-big-array v0.5.1 |
1463 | 2024-12-19T18:38:32.973Z | Compiling clap_derive v4.5.18 |
1464 | 2024-12-19T18:38:33.086Z | Compiling rfc6979 v0.4.0 |
1465 | 2024-12-19T18:38:33.184Z | Compiling derive-where v1.2.7 |
1466 | 2024-12-19T18:38:33.286Z | Compiling serde_repr v0.1.19 |
1467 | 2024-12-19T18:38:33.378Z | Compiling float-cmp v0.9.0 |
1468 | 2024-12-19T18:38:33.510Z | Compiling bstr v1.10.0 |
1469 | 2024-12-19T18:38:33.617Z | Compiling sync_wrapper v1.0.1 |
1470 | 2024-12-19T18:38:33.790Z | Compiling unicode-segmentation v1.12.0 |
1471 | 2024-12-19T18:38:34.281Z | Compiling fixedbitset v0.4.2 |
1472 | 2024-12-19T18:38:34.470Z | Compiling number_prefix v0.4.0 |
1473 | 2024-12-19T18:38:34.686Z | Compiling difflib v0.4.0 |
1474 | 2024-12-19T18:38:34.706Z | Compiling whoami v1.5.2 |
1475 | 2024-12-19T18:38:34.765Z | Compiling normalize-line-endings v0.3.0 |
1476 | 2024-12-19T18:38:34.899Z | Compiling static_assertions v1.1.0 |
1477 | 2024-12-19T18:38:35.007Z | Compiling precomputed-hash v0.1.1 |
1478 | 2024-12-19T18:38:35.133Z | Compiling new_debug_unreachable v1.0.6 |
1479 | 2024-12-19T18:38:35.240Z | Compiling bit-vec v0.6.3 |
1480 | 2024-12-19T18:38:35.349Z | Compiling unicode-width v0.2.0 |
1481 | 2024-12-19T18:38:35.372Z | Compiling predicates-core v1.0.8 |
1482 | 2024-12-19T18:38:35.693Z | Compiling bit-set v0.5.3 |
1483 | 2024-12-19T18:38:35.726Z | Compiling predicates v3.1.2 |
1484 | 2024-12-19T18:38:35.885Z | Compiling indicatif v0.17.9 |
1485 | 2024-12-19T18:38:35.974Z | Compiling string_cache v0.8.7 |
1486 | 2024-12-19T18:38:36.293Z | Compiling tokio-postgres v0.7.12 |
1487 | 2024-12-19T18:38:36.460Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1488 | 2024-12-19T18:38:36.693Z | Compiling petgraph v0.6.5 |
1489 | 2024-12-19T18:38:37.514Z | Compiling similar v2.6.0 |
1490 | 2024-12-19T18:38:38.085Z | Compiling clap v4.5.21 |
1491 | 2024-12-19T18:38:38.175Z | Compiling ecdsa v0.16.9 |
1492 | 2024-12-19T18:38:38.217Z | Compiling rsa v0.9.6 |
1493 | 2024-12-19T18:38:39.026Z | Compiling ed25519-dalek v2.1.1 |
1494 | 2024-12-19T18:38:40.046Z | Compiling toml v0.7.8 |
1495 | 2024-12-19T18:38:40.395Z | Compiling zip v0.6.6 |
1496 | 2024-12-19T18:38:40.910Z | Compiling crossterm v0.28.1 |
1497 | 2024-12-19T18:38:42.208Z | Compiling hex v0.4.3 |
1498 | 2024-12-19T18:38:42.294Z | Compiling x509-cert v0.2.5 |
1499 | 2024-12-19T18:38:42.551Z | Compiling lalrpop-util v0.19.12 |
1500 | 2024-12-19T18:38:42.750Z | Compiling unicode-xid v0.2.6 |
1501 | 2024-12-19T18:38:42.804Z | Compiling peg-runtime v0.8.3 |
1502 | 2024-12-19T18:38:42.945Z | Compiling strum_macros v0.26.4 |
1503 | 2024-12-19T18:38:42.949Z | Compiling xattr v1.3.1 |
1504 | 2024-12-19T18:38:43.240Z | Compiling filetime v0.2.25 |
1505 | 2024-12-19T18:38:43.468Z | Compiling tar v0.4.42 |
1506 | 2024-12-19T18:38:47.552Z | Compiling strum v0.26.3 |
1507 | 2024-12-19T18:38:51.398Z | Compiling aws-lc-sys v0.22.0 |
1508 | 2024-12-19T18:39:28.885Z | Compiling rustls-webpki v0.102.8 |
1509 | 2024-12-19T18:39:32.239Z | Compiling tokio-rustls v0.25.0 |
1510 | 2024-12-19T18:39:33.706Z | Compiling tokio-rustls v0.26.0 |
1511 | 2024-12-19T18:39:34.099Z | Compiling hyper-rustls v0.27.3 |
1512 | 2024-12-19T18:39:34.466Z | Compiling reqwest v0.12.9 |
1513 | 2024-12-19T18:39:35.798Z | Compiling qorb v0.2.1 |
1514 | 2024-12-19T18:39:40.459Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1515 | 2024-12-19T18:39:40.688Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1516 | 2024-12-19T18:39:46.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s |
1517 | 2024-12-19T18:39:46.573Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1518 | 2024-12-19T18:39:46.625Z | Dec 19 18:39:45.393 INFO Starting download, target: Clickhouse |
1519 | 2024-12-19T18:39:46.625Z | Dec 19 18:39:45.393 INFO Starting download, target: Console |
1520 | 2024-12-19T18:39:46.628Z | Dec 19 18:39:45.393 INFO Starting download, target: Cockroach |
1521 | 2024-12-19T18:39:46.628Z | Dec 19 18:39:45.393 INFO Starting download, target: DendriteOpenapi |
1522 | 2024-12-19T18:39:46.628Z | Dec 19 18:39:45.393 INFO Starting download, target: DendriteStub |
1523 | 2024-12-19T18:39:46.628Z | Dec 19 18:39:45.393 INFO Starting download, target: MaghemiteMgd |
1524 | 2024-12-19T18:39:46.628Z | Dec 19 18:39:45.393 INFO Starting download, target: TransceiverControl |
1525 | 2024-12-19T18:39:46.628Z | Dec 19 18:39:45.394 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1526 | 2024-12-19T18:39:46.628Z | Dec 19 18:39:45.394 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1527 | 2024-12-19T18:39:46.628Z | Dec 19 18:39:45.394 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1528 | 2024-12-19T18:39:46.628Z | Dec 19 18:39:45.394 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1529 | 2024-12-19T18:39:46.628Z | Dec 19 18:39:45.394 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1530 | 2024-12-19T18:39:46.628Z | Dec 19 18:39:45.394 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1531 | 2024-12-19T18:39:46.628Z | Dec 19 18:39:45.394 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1532 | 2024-12-19T18:39:46.903Z | Dec 19 18:39:45.639 INFO Download complete, target: DendriteOpenapi |
1533 | 2024-12-19T18:39:47.022Z | Dec 19 18:39:45.747 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1534 | 2024-12-19T18:39:47.156Z | Dec 19 18:39:45.878 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1535 | 2024-12-19T18:39:47.460Z | Dec 19 18:39:46.191 INFO Download complete, target: Console |
1536 | 2024-12-19T18:39:47.537Z | Dec 19 18:39:46.305 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1537 | 2024-12-19T18:39:47.596Z | Dec 19 18:39:46.363 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1538 | 2024-12-19T18:39:47.635Z | Dec 19 18:39:46.404 INFO Download complete, target: TransceiverControl |
1539 | 2024-12-19T18:39:48.271Z | Dec 19 18:39:47.042 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1540 | 2024-12-19T18:39:48.271Z | Dec 19 18:39:47.042 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1541 | 2024-12-19T18:39:48.684Z | Dec 19 18:39:47.455 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1542 | 2024-12-19T18:39:50.541Z | Dec 19 18:39:49.312 INFO Download complete, target: DendriteStub |
1543 | 2024-12-19T18:39:50.572Z | Dec 19 18:39:49.343 INFO Download complete, target: MaghemiteMgd |
1544 | 2024-12-19T18:39:55.720Z | Dec 19 18:39:54.491 INFO Checking that binary works, target: Cockroach |
1545 | 2024-12-19T18:39:55.876Z | Dec 19 18:39:54.644 INFO Download complete, target: Cockroach |
1546 | 2024-12-19T18:40:01.110Z | Dec 19 18:39:59.880 INFO Checking that binary works, target: Clickhouse |
1547 | 2024-12-19T18:40:02.111Z | Dec 19 18:40:00.881 INFO Download complete, target: Clickhouse |
1548 | 2024-12-19T18:40:02.118Z | All prerequisites installed successfully |
1549 | 2024-12-19T18:40:02.121Z | |
1550 | 2024-12-19T18:40:02.121Z | real 5:35.717930793 |
1551 | 2024-12-19T18:40:02.121Z | user 16:47.611419524 |
1552 | 2024-12-19T18:40:02.121Z | sys 3:16.216047021 |
1553 | 2024-12-19T18:40:02.121Z | trap 0.578660310 |
1554 | 2024-12-19T18:40:02.121Z | tflt 10.560199911 |
1555 | 2024-12-19T18:40:02.121Z | dflt 9.916631216 |
1556 | 2024-12-19T18:40:02.121Z | kflt 0.495967476 |
1557 | 2024-12-19T18:40:02.121Z | lock 30:27.440701762 |
1558 | 2024-12-19T18:40:02.121Z | slp 1:05:27.487301613 |
1559 | 2024-12-19T18:40:02.121Z | lat 53.679085009 |
1560 | 2024-12-19T18:40:02.121Z | stop 2:19.936774411 |
1561 | 2024-12-19T18:40:02.121Z | + ptime -m cargo xtask download softnpu |
1562 | 2024-12-19T18:40:02.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1563 | 2024-12-19T18:40:02.659Z | Running `target/debug/xtask download softnpu` |
1564 | 2024-12-19T18:40:03.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1565 | 2024-12-19T18:40:03.538Z | Running `target/debug/xtask-downloader softnpu` |
1566 | 2024-12-19T18:40:03.574Z | Dec 19 18:40:02.343 INFO Starting download, target: Softnpu |
1567 | 2024-12-19T18:40:03.577Z | Dec 19 18:40:02.344 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1568 | 2024-12-19T18:40:04.279Z | Dec 19 18:40:03.048 INFO Download complete, target: Softnpu |
1569 | 2024-12-19T18:40:04.282Z | |
1570 | 2024-12-19T18:40:04.285Z | real 2.157288624 |
1571 | 2024-12-19T18:40:04.285Z | user 1.249610360 |
1572 | 2024-12-19T18:40:04.285Z | sys 0.531457953 |
1573 | 2024-12-19T18:40:04.285Z | trap 0.000592762 |
1574 | 2024-12-19T18:40:04.285Z | tflt 0.000050115 |
1575 | 2024-12-19T18:40:04.285Z | dflt 0.000000000 |
1576 | 2024-12-19T18:40:04.285Z | kflt 0.000000000 |
1577 | 2024-12-19T18:40:04.285Z | lock 7.828030727 |
1578 | 2024-12-19T18:40:04.285Z | slp 0.544052878 |
1579 | 2024-12-19T18:40:04.285Z | lat 0.068507271 |
1580 | 2024-12-19T18:40:04.285Z | stop 0.000161770 |
1581 | 2024-12-19T18:40:04.285Z | + export CARGO_INCREMENTAL=0 |
1582 | 2024-12-19T18:40:04.285Z | + CARGO_INCREMENTAL=0 |
1583 | 2024-12-19T18:40:04.285Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1584 | 2024-12-19T18:40:05.237Z | Compiling proc-macro2 v1.0.89 |
1585 | 2024-12-19T18:40:05.237Z | Compiling unicode-ident v1.0.13 |
1586 | 2024-12-19T18:40:05.240Z | Compiling libc v0.2.162 |
1587 | 2024-12-19T18:40:05.240Z | Compiling serde v1.0.215 |
1588 | 2024-12-19T18:40:05.240Z | Compiling autocfg v1.4.0 |
1589 | 2024-12-19T18:40:05.240Z | Compiling version_check v0.9.5 |
1590 | 2024-12-19T18:40:05.240Z | Compiling cfg-if v1.0.0 |
1591 | 2024-12-19T18:40:05.486Z | Compiling memchr v2.7.4 |
1592 | 2024-12-19T18:40:05.537Z | Compiling typenum v1.17.0 |
1593 | 2024-12-19T18:40:05.585Z | Compiling shlex v1.3.0 |
1594 | 2024-12-19T18:40:05.899Z | Compiling value-bag v1.9.0 |
1595 | 2024-12-19T18:40:05.916Z | Compiling scopeguard v1.2.0 |
1596 | 2024-12-19T18:40:06.070Z | Compiling generic-array v0.14.7 |
1597 | 2024-12-19T18:40:06.203Z | Compiling lock_api v0.4.12 |
1598 | 2024-12-19T18:40:06.343Z | Compiling log v0.4.22 |
1599 | 2024-12-19T18:40:06.438Z | Compiling parking_lot_core v0.9.10 |
1600 | 2024-12-19T18:40:06.844Z | Compiling serde_json v1.0.132 |
1601 | 2024-12-19T18:40:06.880Z | Compiling once_cell v1.20.2 |
1602 | 2024-12-19T18:40:07.114Z | Compiling quote v1.0.37 |
1603 | 2024-12-19T18:40:07.164Z | Compiling rustix v0.38.37 |
1604 | 2024-12-19T18:40:07.166Z | Compiling libm v0.2.8 |
1605 | 2024-12-19T18:40:07.283Z | Compiling thiserror v1.0.69 |
1606 | 2024-12-19T18:40:07.493Z | Compiling jobserver v0.1.32 |
1607 | 2024-12-19T18:40:07.566Z | Compiling syn v2.0.87 |
1608 | 2024-12-19T18:40:07.755Z | Compiling getrandom v0.2.15 |
1609 | 2024-12-19T18:40:07.812Z | Compiling aho-corasick v1.1.3 |
1610 | 2024-12-19T18:40:07.828Z | Compiling regex-syntax v0.8.5 |
1611 | 2024-12-19T18:40:07.916Z | Compiling cc v1.1.30 |
1612 | 2024-12-19T18:40:08.029Z | Compiling num-traits v0.2.19 |
1613 | 2024-12-19T18:40:08.087Z | Compiling either v1.13.0 |
1614 | 2024-12-19T18:40:08.259Z | Compiling itoa v1.0.11 |
1615 | 2024-12-19T18:40:08.321Z | Compiling spin v0.9.8 |
1616 | 2024-12-19T18:40:08.500Z | Compiling slab v0.4.9 |
1617 | 2024-12-19T18:40:08.782Z | Compiling byteorder v1.5.0 |
1618 | 2024-12-19T18:40:08.973Z | Compiling errno v0.3.9 |
1619 | 2024-12-19T18:40:09.208Z | Compiling rand_core v0.6.4 |
1620 | 2024-12-19T18:40:09.255Z | Compiling lazy_static v1.5.0 |
1621 | 2024-12-19T18:40:09.382Z | Compiling glob v0.3.1 |
1622 | 2024-12-19T18:40:09.824Z | Compiling prettyplease v0.2.25 |
1623 | 2024-12-19T18:40:10.192Z | Compiling clang-sys v1.8.1 |
1624 | 2024-12-19T18:40:10.588Z | Compiling minimal-lexical v0.2.1 |
1625 | 2024-12-19T18:40:10.828Z | Compiling libloading v0.8.5 |
1626 | 2024-12-19T18:40:10.876Z | Compiling subtle v2.6.1 |
1627 | 2024-12-19T18:40:11.055Z | Compiling nom v7.1.3 |
1628 | 2024-12-19T18:40:11.202Z | Compiling home v0.5.9 |
1629 | 2024-12-19T18:40:11.394Z | Compiling regex-automata v0.4.8 |
1630 | 2024-12-19T18:40:11.437Z | Compiling allocator-api2 v0.2.18 |
1631 | 2024-12-19T18:40:11.478Z | Compiling bindgen v0.69.5 |
1632 | 2024-12-19T18:40:11.934Z | Compiling itertools v0.10.5 |
1633 | 2024-12-19T18:40:12.046Z | Compiling smallvec v1.13.2 |
1634 | 2024-12-19T18:40:12.211Z | Compiling rustc-hash v1.1.0 |
1635 | 2024-12-19T18:40:12.372Z | Compiling lazycell v1.3.0 |
1636 | 2024-12-19T18:40:12.552Z | Compiling semver v1.0.23 |
1637 | 2024-12-19T18:40:12.555Z | Compiling cmake v0.1.51 |
1638 | 2024-12-19T18:40:13.211Z | Compiling dunce v1.0.5 |
1639 | 2024-12-19T18:40:13.354Z | Compiling fs_extra v1.3.0 |
1640 | 2024-12-19T18:40:14.205Z | Compiling pkg-config v0.3.31 |
1641 | 2024-12-19T18:40:14.246Z | Compiling ring v0.17.8 |
1642 | 2024-12-19T18:40:14.628Z | Compiling cexpr v0.6.0 |
1643 | 2024-12-19T18:40:14.726Z | Compiling ryu v1.0.18 |
1644 | 2024-12-19T18:40:14.845Z | Compiling pin-project-lite v0.2.14 |
1645 | 2024-12-19T18:40:14.983Z | Compiling synstructure v0.13.1 |
1646 | 2024-12-19T18:40:15.240Z | Compiling paste v1.0.15 |
1647 | 2024-12-19T18:40:15.427Z | Compiling fnv v1.0.7 |
1648 | 2024-12-19T18:40:15.693Z | Compiling const-oid v0.9.6 |
1649 | 2024-12-19T18:40:16.133Z | Compiling aws-lc-rs v1.10.0 |
1650 | 2024-12-19T18:40:16.154Z | Compiling httparse v1.9.5 |
1651 | 2024-12-19T18:40:16.349Z | Compiling foldhash v0.1.3 |
1652 | 2024-12-19T18:40:16.542Z | Compiling equivalent v1.0.1 |
1653 | 2024-12-19T18:40:16.643Z | Compiling regex v1.11.1 |
1654 | 2024-12-19T18:40:16.659Z | Compiling hashbrown v0.15.1 |
1655 | 2024-12-19T18:40:17.653Z | Compiling heck v0.5.0 |
1656 | 2024-12-19T18:40:17.702Z | Compiling schemars v0.8.21 |
1657 | 2024-12-19T18:40:18.015Z | Compiling serde_derive_internals v0.29.1 |
1658 | 2024-12-19T18:40:18.050Z | Compiling signal-hook-registry v1.4.2 |
1659 | 2024-12-19T18:40:18.112Z | Compiling mio v1.0.2 |
1660 | 2024-12-19T18:40:18.303Z | Compiling parking_lot v0.12.3 |
1661 | 2024-12-19T18:40:19.998Z | Compiling crossbeam-utils v0.8.20 |
1662 | 2024-12-19T18:40:20.278Z | Compiling stable_deref_trait v1.2.0 |
1663 | 2024-12-19T18:40:20.368Z | Compiling socket2 v0.5.7 |
1664 | 2024-12-19T18:40:20.400Z | Compiling num-conv v0.1.0 |
1665 | 2024-12-19T18:40:20.511Z | Compiling serde_derive v1.0.215 |
1666 | 2024-12-19T18:40:20.686Z | Compiling zeroize_derive v1.4.2 |
1667 | 2024-12-19T18:40:21.050Z | Compiling zerocopy-derive v0.7.35 |
1668 | 2024-12-19T18:40:21.772Z | Compiling thiserror-impl v1.0.69 |
1669 | 2024-12-19T18:40:21.963Z | Compiling tokio-macros v2.4.0 |
1670 | 2024-12-19T18:40:21.998Z | Compiling zerofrom-derive v0.1.4 |
1671 | 2024-12-19T18:40:22.109Z | Compiling zeroize v1.8.1 |
1672 | 2024-12-19T18:40:22.492Z | Compiling yoke-derive v0.7.4 |
1673 | 2024-12-19T18:40:22.671Z | Compiling futures-macro v0.3.31 |
1674 | 2024-12-19T18:40:23.093Z | Compiling zerovec-derive v0.10.3 |
1675 | 2024-12-19T18:40:23.443Z | Compiling zerocopy v0.7.35 |
1676 | 2024-12-19T18:40:24.216Z | Compiling displaydoc v0.2.5 |
1677 | 2024-12-19T18:40:24.778Z | Compiling crypto-common v0.1.6 |
1678 | 2024-12-19T18:40:24.981Z | Compiling tracing-attributes v0.1.27 |
1679 | 2024-12-19T18:40:25.064Z | Compiling icu_provider_macros v1.5.0 |
1680 | 2024-12-19T18:40:25.083Z | Compiling block-buffer v0.10.4 |
1681 | 2024-12-19T18:40:25.328Z | Compiling digest v0.10.7 |
1682 | 2024-12-19T18:40:25.447Z | Compiling schemars_derive v0.8.21 |
1683 | 2024-12-19T18:40:25.722Z | Compiling der_derive v0.7.3 |
1684 | 2024-12-19T18:40:25.835Z | Compiling time-core v0.1.2 |
1685 | 2024-12-19T18:40:25.984Z | Compiling futures-core v0.3.31 |
1686 | 2024-12-19T18:40:26.008Z | Compiling time-macros v0.2.18 |
1687 | 2024-12-19T18:40:26.567Z | Compiling vcpkg v0.2.15 |
1688 | 2024-12-19T18:40:28.250Z | Compiling openssl-sys v0.9.103 |
1689 | 2024-12-19T18:40:28.952Z | Compiling cpufeatures v0.2.14 |
1690 | 2024-12-19T18:40:29.055Z | Compiling slog v2.7.0 |
1691 | 2024-12-19T18:40:29.201Z | Compiling futures-sink v0.3.31 |
1692 | 2024-12-19T18:40:29.361Z | Compiling ahash v0.8.11 |
1693 | 2024-12-19T18:40:29.382Z | Compiling syn v1.0.109 |
1694 | 2024-12-19T18:40:29.802Z | Compiling zerofrom v0.1.4 |
1695 | 2024-12-19T18:40:29.999Z | Compiling scroll_derive v0.12.0 |
1696 | 2024-12-19T18:40:30.170Z | Compiling ucd-trie v0.1.7 |
1697 | 2024-12-19T18:40:30.226Z | Compiling iana-time-zone v0.1.61 |
1698 | 2024-12-19T18:40:30.532Z | Compiling pest v2.7.14 |
1699 | 2024-12-19T18:40:30.676Z | Compiling yoke v0.7.4 |
1700 | 2024-12-19T18:40:30.971Z | Compiling futures-channel v0.3.31 |
1701 | 2024-12-19T18:40:31.306Z | Compiling hmac v0.12.1 |
1702 | 2024-12-19T18:40:31.465Z | Compiling futures-io v0.3.31 |
1703 | 2024-12-19T18:40:31.510Z | Compiling futures-task v0.3.31 |
1704 | 2024-12-19T18:40:31.689Z | Compiling openssl v0.10.66 |
1705 | 2024-12-19T18:40:31.719Z | Compiling pin-utils v0.1.0 |
1706 | 2024-12-19T18:40:31.967Z | Compiling futures-util v0.3.31 |
1707 | 2024-12-19T18:40:32.243Z | Compiling zerovec v0.10.4 |
1708 | 2024-12-19T18:40:32.461Z | Compiling block-padding v0.3.3 |
1709 | 2024-12-19T18:40:32.692Z | Compiling tinyvec_macros v0.1.1 |
1710 | 2024-12-19T18:40:33.143Z | Compiling pest_meta v2.7.14 |
1711 | 2024-12-19T18:40:33.551Z | Compiling tinyvec v1.8.0 |
1712 | 2024-12-19T18:40:33.905Z | Compiling bitflags v2.6.0 |
1713 | 2024-12-19T18:40:34.318Z | Compiling bytes v1.8.0 |
1714 | 2024-12-19T18:40:35.836Z | Compiling indexmap v2.6.0 |
1715 | 2024-12-19T18:40:37.189Z | Compiling tokio v1.40.0 |
1716 | 2024-12-19T18:40:37.918Z | Compiling serde_tokenstream v0.2.2 |
1717 | 2024-12-19T18:40:38.509Z | Compiling which v4.4.2 |
1718 | 2024-12-19T18:40:38.598Z | Compiling http v1.1.0 |
1719 | 2024-12-19T18:40:39.035Z | Compiling uuid v1.11.0 |
1720 | 2024-12-19T18:40:39.316Z | Compiling rustc_version v0.4.1 |
1721 | 2024-12-19T18:40:39.958Z | Compiling chrono v0.4.38 |
1722 | 2024-12-19T18:40:42.112Z | Compiling pest_generator v2.7.14 |
1723 | 2024-12-19T18:40:42.815Z | Compiling toml_datetime v0.6.8 |
1724 | 2024-12-19T18:40:43.092Z | Compiling serde_spanned v0.6.8 |
1725 | 2024-12-19T18:40:43.318Z | Compiling inout v0.1.3 |
1726 | 2024-12-19T18:40:43.841Z | Compiling openssl-macros v0.1.1 |
1727 | 2024-12-19T18:40:44.537Z | Compiling rustls v0.23.19 |
1728 | 2024-12-19T18:40:44.916Z | Compiling strsim v0.11.1 |
1729 | 2024-12-19T18:40:45.650Z | Compiling native-tls v0.2.12 |
1730 | 2024-12-19T18:40:46.478Z | Compiling pest_derive v2.7.14 |
1731 | 2024-12-19T18:40:46.628Z | Compiling cipher v0.4.4 |
1732 | 2024-12-19T18:40:46.631Z | Compiling unicode-normalization v0.1.24 |
1733 | 2024-12-19T18:40:47.134Z | Compiling tinystr v0.7.6 |
1734 | 2024-12-19T18:40:47.241Z | Compiling sha2 v0.10.8 |
1735 | 2024-12-19T18:40:47.625Z | Compiling tracing-core v0.1.32 |
1736 | 2024-12-19T18:40:47.696Z | Compiling usdt-impl v0.5.0 |
1737 | 2024-12-19T18:40:47.715Z | Compiling unicode-bidi v0.3.17 |
1738 | 2024-12-19T18:40:48.037Z | Compiling dyn-clone v1.0.17 |
1739 | 2024-12-19T18:40:48.040Z | Compiling litemap v0.7.3 |
1740 | 2024-12-19T18:40:48.285Z | Compiling base64ct v1.6.0 |
1741 | 2024-12-19T18:40:48.323Z | Compiling writeable v0.5.5 |
1742 | 2024-12-19T18:40:48.426Z | Compiling tracing v0.1.40 |
1743 | 2024-12-19T18:40:48.851Z | Compiling pem-rfc7468 v0.7.0 |
1744 | 2024-12-19T18:40:48.873Z | Compiling icu_locid v1.5.0 |
1745 | 2024-12-19T18:40:49.880Z | Compiling scroll v0.12.0 |
1746 | 2024-12-19T18:40:49.969Z | Compiling ppv-lite86 v0.2.20 |
1747 | 2024-12-19T18:40:50.487Z | Compiling async-trait v0.1.83 |
1748 | 2024-12-19T18:40:50.840Z | Compiling cookie v0.18.1 |
1749 | 2024-12-19T18:40:51.006Z | Compiling flagset v0.4.6 |
1750 | 2024-12-19T18:40:51.588Z | Compiling anyhow v1.0.93 |
1751 | 2024-12-19T18:40:52.327Z | Compiling plain v0.2.3 |
1752 | 2024-12-19T18:40:52.357Z | Compiling aws-lc-sys v0.22.0 |
1753 | 2024-12-19T18:40:52.482Z | Compiling camino v1.1.9 |
1754 | 2024-12-19T18:40:53.734Z | Compiling goblin v0.8.2 |
1755 | 2024-12-19T18:40:57.134Z | Compiling der v0.7.9 |
1756 | 2024-12-19T18:40:58.861Z | Compiling rand_chacha v0.3.1 |
1757 | 2024-12-19T18:40:59.777Z | Compiling icu_provider v1.5.0 |
1758 | 2024-12-19T18:41:00.589Z | Compiling percent-encoding v2.3.1 |
1759 | 2024-12-19T18:41:00.759Z | Compiling rustls-pki-types v1.10.0 |
1760 | 2024-12-19T18:41:01.779Z | Compiling icu_locid_transform_data v1.5.0 |
1761 | 2024-12-19T18:41:01.886Z | Compiling pretty-hex v0.4.1 |
1762 | 2024-12-19T18:41:02.112Z | Compiling untrusted v0.7.1 |
1763 | 2024-12-19T18:41:02.221Z | Compiling rayon-core v1.12.1 |
1764 | 2024-12-19T18:41:02.285Z | Compiling rustls v0.22.4 |
1765 | 2024-12-19T18:41:02.327Z | Compiling dof v0.3.0 |
1766 | 2024-12-19T18:41:02.482Z | Compiling icu_locid_transform v1.5.0 |
1767 | 2024-12-19T18:41:02.986Z | Compiling spki v0.7.3 |
1768 | 2024-12-19T18:41:03.266Z | Compiling rand v0.8.5 |
1769 | 2024-12-19T18:41:03.574Z | Compiling dtrace-parser v0.2.0 |
1770 | 2024-12-19T18:41:03.610Z | Compiling salsa20 v0.10.2 |
1771 | 2024-12-19T18:41:03.819Z | Compiling tokio-util v0.7.12 |
1772 | 2024-12-19T18:41:04.783Z | Compiling icu_collections v1.5.0 |
1773 | 2024-12-19T18:41:04.857Z | Compiling pbkdf2 v0.12.2 |
1774 | 2024-12-19T18:41:05.321Z | Compiling thread-id v4.2.2 |
1775 | 2024-12-19T18:41:05.541Z | Compiling mirai-annotations v1.12.0 |
1776 | 2024-12-19T18:41:05.560Z | Compiling untrusted v0.9.0 |
1777 | 2024-12-19T18:41:05.730Z | Compiling icu_properties_data v1.5.0 |
1778 | 2024-12-19T18:41:05.751Z | Compiling winnow v0.5.40 |
1779 | 2024-12-19T18:41:05.773Z | Compiling powerfmt v0.2.0 |
1780 | 2024-12-19T18:41:06.024Z | Compiling deranged v0.3.11 |
1781 | 2024-12-19T18:41:06.044Z | Compiling icu_properties v1.5.1 |
1782 | 2024-12-19T18:41:09.547Z | Compiling toml_edit v0.19.15 |
1783 | 2024-12-19T18:41:10.318Z | Compiling scrypt v0.11.0 |
1784 | 2024-12-19T18:41:10.710Z | Compiling aes v0.8.4 |
1785 | 2024-12-19T18:41:10.739Z | Compiling cbc v0.1.2 |
1786 | 2024-12-19T18:41:10.958Z | Compiling multer v3.1.0 |
1787 | 2024-12-19T18:41:11.249Z | Compiling utf16_iter v1.0.5 |
1788 | 2024-12-19T18:41:11.443Z | Compiling atomic-waker v1.1.2 |
1789 | 2024-12-19T18:41:11.628Z | Compiling num_threads v0.1.7 |
1790 | 2024-12-19T18:41:11.762Z | Compiling icu_normalizer_data v1.5.0 |
1791 | 2024-12-19T18:41:11.870Z | Compiling slog-async v2.8.0 |
1792 | 2024-12-19T18:41:11.892Z | Compiling write16 v1.0.0 |
1793 | 2024-12-19T18:41:12.175Z | Compiling utf8_iter v1.0.4 |
1794 | 2024-12-19T18:41:12.732Z | Compiling rustversion v1.0.17 |
1795 | 2024-12-19T18:41:13.433Z | Compiling time v0.3.36 |
1796 | 2024-12-19T18:41:13.516Z | Compiling icu_normalizer v1.5.0 |
1797 | 2024-12-19T18:41:15.139Z | Compiling pkcs5 v0.7.1 |
1798 | 2024-12-19T18:41:16.232Z | Compiling form_urlencoded v1.2.1 |
1799 | 2024-12-19T18:41:16.652Z | Compiling http-body v1.0.1 |
1800 | 2024-12-19T18:41:16.911Z | Compiling heapless v0.7.17 |
1801 | 2024-12-19T18:41:17.462Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1802 | 2024-12-19T18:41:18.068Z | Compiling try-lock v0.2.5 |
1803 | 2024-12-19T18:41:18.711Z | Compiling signal-hook v0.3.17 |
1804 | 2024-12-19T18:41:18.983Z | Compiling want v0.3.1 |
1805 | 2024-12-19T18:41:20.144Z | Compiling pkcs8 v0.10.2 |
1806 | 2024-12-19T18:41:20.385Z | Compiling idna_adapter v1.2.0 |
1807 | 2024-12-19T18:41:20.805Z | Compiling h2 v0.4.6 |
1808 | 2024-12-19T18:41:21.838Z | Compiling usdt-attr-macro v0.5.0 |
1809 | 2024-12-19T18:41:23.321Z | Compiling usdt-macro v0.5.0 |
1810 | 2024-12-19T18:41:23.791Z | Compiling async-stream-impl v0.3.6 |
1811 | 2024-12-19T18:41:23.923Z | Compiling httpdate v1.0.3 |
1812 | 2024-12-19T18:41:24.331Z | Compiling adler2 v2.0.0 |
1813 | 2024-12-19T18:41:25.032Z | Compiling miniz_oxide v0.8.0 |
1814 | 2024-12-19T18:41:25.813Z | Compiling idna v1.0.3 |
1815 | 2024-12-19T18:41:27.227Z | Compiling curve25519-dalek v4.1.3 |
1816 | 2024-12-19T18:41:27.626Z | Compiling openapiv3 v2.0.0 |
1817 | 2024-12-19T18:41:28.188Z | Compiling hyper v1.5.0 |
1818 | 2024-12-19T18:41:30.787Z | Compiling enum-as-inner v0.6.1 |
1819 | 2024-12-19T18:41:31.885Z | Compiling dropshot v0.12.0 |
1820 | 2024-12-19T18:41:32.047Z | Compiling foreign-types-shared v0.1.1 |
1821 | 2024-12-19T18:41:32.078Z | Compiling base64 v0.22.1 |
1822 | 2024-12-19T18:41:32.116Z | Compiling smoltcp v0.9.1 |
1823 | 2024-12-19T18:41:32.167Z | Compiling match_cfg v0.1.0 |
1824 | 2024-12-19T18:41:32.204Z | Compiling num-bigint-dig v0.8.4 |
1825 | 2024-12-19T18:41:32.264Z | Compiling portable-atomic v1.9.0 |
1826 | 2024-12-19T18:41:32.486Z | Compiling tower-service v0.3.3 |
1827 | 2024-12-19T18:41:32.759Z | Compiling hyper-util v0.1.10 |
1828 | 2024-12-19T18:41:33.123Z | Compiling hostname v0.3.1 |
1829 | 2024-12-19T18:41:33.343Z | Compiling foreign-types v0.3.2 |
1830 | 2024-12-19T18:41:36.245Z | Compiling url v2.5.3 |
1831 | 2024-12-19T18:41:39.736Z | Compiling dirs-sys-next v0.1.2 |
1832 | 2024-12-19T18:41:40.148Z | Compiling data-encoding v2.6.0 |
1833 | 2024-12-19T18:41:40.234Z | Compiling gimli v0.31.1 |
1834 | 2024-12-19T18:41:40.726Z | Compiling ident_case v1.0.1 |
1835 | 2024-12-19T18:41:40.930Z | Compiling siphasher v0.3.11 |
1836 | 2024-12-19T18:41:41.417Z | Compiling heck v0.4.1 |
1837 | 2024-12-19T18:41:41.837Z | Compiling darling_core v0.20.10 |
1838 | 2024-12-19T18:41:41.925Z | Compiling dirs-next v2.0.0 |
1839 | 2024-12-19T18:41:45.159Z | Compiling addr2line v0.24.2 |
1840 | 2024-12-19T18:41:46.084Z | Compiling http-body-util v0.1.2 |
1841 | 2024-12-19T18:41:47.436Z | Compiling crossbeam-epoch v0.9.18 |
1842 | 2024-12-19T18:41:48.024Z | Compiling hubpack_derive v0.1.1 |
1843 | 2024-12-19T18:41:48.116Z | Compiling dropshot_endpoint v0.12.0 |
1844 | 2024-12-19T18:41:48.644Z | Compiling sha1 v0.10.6 |
1845 | 2024-12-19T18:41:48.873Z | Compiling signature v2.2.0 |
1846 | 2024-12-19T18:41:49.049Z | Compiling curve25519-dalek-derive v0.1.1 |
1847 | 2024-12-19T18:41:49.107Z | Compiling zerocopy-derive v0.6.6 |
1848 | 2024-12-19T18:41:49.798Z | Compiling object v0.36.5 |
1849 | 2024-12-19T18:41:50.396Z | Compiling thread_local v1.1.8 |
1850 | 2024-12-19T18:41:50.869Z | Compiling fs-err v2.11.0 |
1851 | 2024-12-19T18:41:50.975Z | Compiling encoding_rs v0.8.34 |
1852 | 2024-12-19T18:41:52.133Z | Compiling winnow v0.6.20 |
1853 | 2024-12-19T18:41:54.421Z | Compiling ipnet v2.10.1 |
1854 | 2024-12-19T18:41:55.477Z | Compiling openssl-probe v0.1.5 |
1855 | 2024-12-19T18:41:55.789Z | Compiling rustc-demangle v0.1.24 |
1856 | 2024-12-19T18:41:55.902Z | Compiling mime v0.3.17 |
1857 | 2024-12-19T18:41:57.045Z | Compiling anstyle v1.0.10 |
1858 | 2024-12-19T18:41:59.066Z | Compiling utf8parse v0.2.2 |
1859 | 2024-12-19T18:41:59.234Z | Compiling unicode-properties v0.1.3 |
1860 | 2024-12-19T18:42:00.169Z | Compiling stringprep v0.1.5 |
1861 | 2024-12-19T18:42:01.837Z | Compiling anstyle-parse v0.2.5 |
1862 | 2024-12-19T18:42:02.169Z | Compiling backtrace v0.3.74 |
1863 | 2024-12-19T18:42:04.162Z | Compiling toml_edit v0.22.22 |
1864 | 2024-12-19T18:42:06.412Z | Compiling rustls-webpki v0.102.8 |
1865 | 2024-12-19T18:42:11.380Z | Compiling darling_macro v0.20.10 |
1866 | 2024-12-19T18:42:12.280Z | Compiling crossbeam-deque v0.8.5 |
1867 | 2024-12-19T18:42:13.032Z | Compiling term v0.7.0 |
1868 | 2024-12-19T18:42:14.077Z | Compiling slog-json v2.6.1 |
1869 | 2024-12-19T18:42:14.511Z | Compiling serde_urlencoded v0.7.1 |
1870 | 2024-12-19T18:42:15.772Z | Compiling crossbeam-channel v0.5.13 |
1871 | 2024-12-19T18:42:15.850Z | Compiling rustls-pemfile v2.2.0 |
1872 | 2024-12-19T18:42:16.645Z | Compiling hashbrown v0.14.5 |
1873 | 2024-12-19T18:42:17.383Z | Compiling idna v0.3.0 |
1874 | 2024-12-19T18:42:17.982Z | Compiling idna v0.4.0 |
1875 | 2024-12-19T18:42:18.809Z | Compiling futures-executor v0.3.31 |
1876 | 2024-12-19T18:42:19.416Z | Compiling num-integer v0.1.46 |
1877 | 2024-12-19T18:42:19.562Z | Compiling md-5 v0.10.6 |
1878 | 2024-12-19T18:42:19.811Z | Compiling ff v0.13.0 |
1879 | 2024-12-19T18:42:19.963Z | Compiling hash32 v0.2.1 |
1880 | 2024-12-19T18:42:20.056Z | Compiling is-terminal v0.4.13 |
1881 | 2024-12-19T18:42:20.135Z | Compiling memmap v0.7.0 |
1882 | 2024-12-19T18:42:20.315Z | Compiling linked-hash-map v0.5.6 |
1883 | 2024-12-19T18:42:20.450Z | Compiling psl-types v2.0.11 |
1884 | 2024-12-19T18:42:20.650Z | Compiling take_mut v0.2.2 |
1885 | 2024-12-19T18:42:20.706Z | Compiling anstyle-query v1.1.1 |
1886 | 2024-12-19T18:42:20.815Z | Compiling colorchoice v1.0.2 |
1887 | 2024-12-19T18:42:20.863Z | Compiling utf-8 v0.7.6 |
1888 | 2024-12-19T18:42:21.147Z | Compiling base16ct v0.2.0 |
1889 | 2024-12-19T18:42:21.449Z | Compiling fallible-iterator v0.2.0 |
1890 | 2024-12-19T18:42:21.956Z | Compiling quick-error v1.2.3 |
1891 | 2024-12-19T18:42:22.649Z | Compiling is_terminal_polyfill v1.70.1 |
1892 | 2024-12-19T18:42:22.787Z | Compiling anstream v0.6.15 |
1893 | 2024-12-19T18:42:23.428Z | Compiling postgres-protocol v0.6.7 |
1894 | 2024-12-19T18:42:23.991Z | Compiling resolv-conf v0.7.0 |
1895 | 2024-12-19T18:42:24.094Z | Compiling sec1 v0.7.3 |
1896 | 2024-12-19T18:42:24.621Z | Compiling tungstenite v0.24.0 |
1897 | 2024-12-19T18:42:24.713Z | Compiling lru-cache v0.1.2 |
1898 | 2024-12-19T18:42:24.919Z | Compiling publicsuffix v2.2.3 |
1899 | 2024-12-19T18:42:25.186Z | Compiling usdt v0.5.0 |
1900 | 2024-12-19T18:42:25.663Z | Compiling slog-term v2.9.1 |
1901 | 2024-12-19T18:42:26.617Z | Compiling group v0.13.0 |
1902 | 2024-12-19T18:42:26.783Z | Compiling num-iter v0.1.45 |
1903 | 2024-12-19T18:42:26.844Z | Compiling futures v0.3.31 |
1904 | 2024-12-19T18:42:26.933Z | Compiling hickory-proto v0.24.1 |
1905 | 2024-12-19T18:42:26.960Z | Compiling regress v0.10.1 |
1906 | 2024-12-19T18:42:30.279Z | Compiling tokio-rustls v0.26.0 |
1907 | 2024-12-19T18:42:30.617Z | Compiling tokio-rustls v0.25.0 |
1908 | 2024-12-19T18:42:30.744Z | Compiling slog-bunyan v2.5.0 |
1909 | 2024-12-19T18:42:30.809Z | Compiling darling v0.20.10 |
1910 | 2024-12-19T18:42:30.957Z | Compiling toml v0.8.19 |
1911 | 2024-12-19T18:42:31.036Z | Compiling tokio-native-tls v0.3.1 |
1912 | 2024-12-19T18:42:31.328Z | Compiling strum_macros v0.25.3 |
1913 | 2024-12-19T18:42:31.540Z | Compiling phf_shared v0.11.2 |
1914 | 2024-12-19T18:42:31.908Z | Compiling async-stream v0.3.6 |
1915 | 2024-12-19T18:42:31.975Z | Compiling waitgroup v0.1.2 |
1916 | 2024-12-19T18:42:32.190Z | Compiling webpki-roots v0.26.6 |
1917 | 2024-12-19T18:42:32.583Z | Compiling idna v0.5.0 |
1918 | 2024-12-19T18:42:32.670Z | Compiling terminal_size v0.4.0 |
1919 | 2024-12-19T18:42:32.889Z | Compiling serde_path_to_error v0.1.16 |
1920 | 2024-12-19T18:42:33.316Z | Compiling hkdf v0.12.4 |
1921 | 2024-12-19T18:42:33.857Z | Compiling crypto-bigint v0.5.5 |
1922 | 2024-12-19T18:42:34.025Z | Compiling serde_repr v0.1.19 |
1923 | 2024-12-19T18:42:34.235Z | Compiling derive-where v1.2.7 |
1924 | 2024-12-19T18:42:34.839Z | Compiling clap_derive v4.5.18 |
1925 | 2024-12-19T18:42:35.135Z | Compiling hostname v0.4.0 |
1926 | 2024-12-19T18:42:35.359Z | Compiling crc32fast v1.4.2 |
1927 | 2024-12-19T18:42:36.092Z | Compiling bitflags v1.3.2 |
1928 | 2024-12-19T18:42:36.206Z | Compiling managed v0.8.0 |
1929 | 2024-12-19T18:42:36.999Z | Compiling debug-ignore v1.0.5 |
1930 | 2024-12-19T18:42:37.183Z | Compiling unicode-width v0.1.14 |
1931 | 2024-12-19T18:42:37.345Z | Compiling clap_lex v0.7.2 |
1932 | 2024-12-19T18:42:37.715Z | Compiling console v0.15.8 |
1933 | 2024-12-19T18:42:37.806Z | Compiling clap_builder v4.5.21 |
1934 | 2024-12-19T18:42:39.060Z | Compiling elliptic-curve v0.13.8 |
1935 | 2024-12-19T18:42:40.104Z | Compiling flate2 v1.0.34 |
1936 | 2024-12-19T18:42:40.857Z | Compiling cookie_store v0.21.0 |
1937 | 2024-12-19T18:42:42.271Z | Compiling hickory-resolver v0.24.1 |
1938 | 2024-12-19T18:42:44.882Z | Compiling hyper-rustls v0.27.3 |
1939 | 2024-12-19T18:42:45.499Z | Compiling phf v0.11.2 |
1940 | 2024-12-19T18:42:46.416Z | Compiling hyper-tls v0.6.0 |
1941 | 2024-12-19T18:42:46.428Z | Compiling signal-hook-mio v0.2.4 |
1942 | 2024-12-19T18:42:46.568Z | Compiling typify-impl v0.2.0 |
1943 | 2024-12-19T18:42:46.795Z | Compiling rayon v1.10.0 |
1944 | 2024-12-19T18:42:47.689Z | Compiling bzip2 v0.4.4 |
1945 | 2024-12-19T18:42:47.758Z | Compiling tokio-tungstenite v0.24.0 |
1946 | 2024-12-19T18:42:48.067Z | Compiling postgres-types v0.2.8 |
1947 | 2024-12-19T18:42:48.449Z | Compiling zerocopy v0.6.6 |
1948 | 2024-12-19T18:42:48.474Z | Compiling ed25519 v2.2.3 |
1949 | 2024-12-19T18:42:48.900Z | Compiling hubpack v0.1.2 |
1950 | 2024-12-19T18:42:48.928Z | Compiling phf_shared v0.10.0 |
1951 | 2024-12-19T18:42:49.308Z | Compiling pkcs1 v0.7.5 |
1952 | 2024-12-19T18:42:49.345Z | Compiling tokio-stream v0.1.16 |
1953 | 2024-12-19T18:42:50.438Z | Compiling serde-big-array v0.5.1 |
1954 | 2024-12-19T18:42:50.542Z | Compiling rfc6979 v0.4.0 |
1955 | 2024-12-19T18:42:50.690Z | Compiling float-cmp v0.9.0 |
1956 | 2024-12-19T18:42:50.982Z | Compiling sync_wrapper v1.0.1 |
1957 | 2024-12-19T18:42:51.203Z | Compiling bstr v1.10.0 |
1958 | 2024-12-19T18:42:51.782Z | Compiling difflib v0.4.0 |
1959 | 2024-12-19T18:42:52.180Z | Compiling unicode-segmentation v1.12.0 |
1960 | 2024-12-19T18:42:52.889Z | Compiling predicates-core v1.0.8 |
1961 | 2024-12-19T18:42:53.066Z | Compiling number_prefix v0.4.0 |
1962 | 2024-12-19T18:42:53.210Z | Compiling bit-vec v0.6.3 |
1963 | 2024-12-19T18:42:53.293Z | Compiling fixedbitset v0.4.2 |
1964 | 2024-12-19T18:42:53.541Z | Compiling normalize-line-endings v0.3.0 |
1965 | 2024-12-19T18:42:53.617Z | Compiling precomputed-hash v0.1.1 |
1966 | 2024-12-19T18:42:53.654Z | Compiling static_assertions v1.1.0 |
1967 | 2024-12-19T18:42:53.710Z | Compiling whoami v1.5.2 |
1968 | 2024-12-19T18:42:53.728Z | Compiling new_debug_unreachable v1.0.6 |
1969 | 2024-12-19T18:42:53.755Z | Compiling unicode-width v0.2.0 |
1970 | 2024-12-19T18:42:53.757Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1971 | 2024-12-19T18:42:53.820Z | Compiling string_cache v0.8.7 |
1972 | 2024-12-19T18:42:54.240Z | Compiling indicatif v0.17.9 |
1973 | 2024-12-19T18:42:54.275Z | Compiling tokio-postgres v0.7.12 |
1974 | 2024-12-19T18:42:54.296Z | Compiling predicates v3.1.2 |
1975 | 2024-12-19T18:42:55.841Z | Compiling petgraph v0.6.5 |
1976 | 2024-12-19T18:42:56.051Z | Compiling bit-set v0.5.3 |
1977 | 2024-12-19T18:42:56.199Z | Compiling similar v2.6.0 |
1978 | 2024-12-19T18:42:58.511Z | Compiling typify-macro v0.2.0 |
1979 | 2024-12-19T18:42:59.627Z | Compiling reqwest v0.12.9 |
1980 | 2024-12-19T18:42:59.793Z | Compiling ecdsa v0.16.9 |
1981 | 2024-12-19T18:43:00.480Z | Compiling qorb v0.2.1 |
1982 | 2024-12-19T18:43:01.062Z | Compiling rsa v0.9.6 |
1983 | 2024-12-19T18:43:02.214Z | Compiling ed25519-dalek v2.1.1 |
1984 | 2024-12-19T18:43:02.771Z | Compiling zip v0.6.6 |
1985 | 2024-12-19T18:43:03.178Z | Compiling crossterm v0.28.1 |
1986 | 2024-12-19T18:43:03.744Z | Compiling clap v4.5.21 |
1987 | 2024-12-19T18:43:04.035Z | Compiling toml v0.7.8 |
1988 | 2024-12-19T18:43:05.454Z | Compiling x509-cert v0.2.5 |
1989 | 2024-12-19T18:43:06.023Z | Compiling hex v0.4.3 |
1990 | 2024-12-19T18:43:06.806Z | Compiling lalrpop-util v0.19.12 |
1991 | 2024-12-19T18:43:06.825Z | Compiling peg-runtime v0.8.3 |
1992 | 2024-12-19T18:43:07.172Z | Compiling zerocopy v0.8.10 |
1993 | 2024-12-19T18:43:07.405Z | Compiling unicode-xid v0.2.6 |
1994 | 2024-12-19T18:43:10.104Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1995 | 2024-12-19T18:43:14.149Z | Compiling proc-macro-crate v1.3.1 |
1996 | 2024-12-19T18:43:14.678Z | Compiling ipnetwork v0.20.0 |
1997 | 2024-12-19T18:43:14.701Z | Compiling macaddr v1.0.1 |
1998 | 2024-12-19T18:43:15.302Z | Compiling zerocopy-derive v0.8.10 |
1999 | 2024-12-19T18:43:15.318Z | Compiling itertools v0.13.0 |
2000 | 2024-12-19T18:43:17.415Z | Compiling heapless v0.8.0 |
2001 | 2024-12-19T18:43:18.679Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2002 | 2024-12-19T18:43:23.218Z | Compiling num_enum_derive v0.5.11 |
2003 | 2024-12-19T18:43:31.654Z | Compiling hash32 v0.3.1 |
2004 | 2024-12-19T18:43:31.961Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2005 | 2024-12-19T18:43:32.930Z | Compiling smoltcp v0.11.0 |
2006 | 2024-12-19T18:43:37.300Z | Compiling num_enum v0.5.11 |
2007 | 2024-12-19T18:43:37.493Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2008 | 2024-12-19T18:43:38.038Z | Compiling typify v0.2.0 |
2009 | 2024-12-19T18:43:39.399Z | Compiling proc-macro-error-attr v1.0.4 |
2010 | 2024-12-19T18:43:39.434Z | Compiling cobs v0.2.3 |
2011 | 2024-12-19T18:43:39.704Z | Compiling unsafe-libyaml v0.2.11 |
2012 | 2024-12-19T18:43:39.878Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2013 | 2024-12-19T18:43:41.526Z | Compiling serde_yaml v0.9.34+deprecated |
2014 | 2024-12-19T18:43:45.352Z | Compiling postcard v1.0.10 |
2015 | 2024-12-19T18:43:57.502Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2016 | 2024-12-19T18:43:58.425Z | Compiling progenitor-impl v0.8.0 |
2017 | 2024-12-19T18:44:10.264Z | Compiling strum_macros v0.26.4 |
2018 | 2024-12-19T18:44:10.666Z | Compiling foreign-types-macros v0.2.3 |
2019 | 2024-12-19T18:44:10.800Z | Compiling structmeta-derive v0.3.0 |
2020 | 2024-12-19T18:44:10.820Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2021 | 2024-12-19T18:44:11.131Z | Compiling proc-macro-error v1.0.4 |
2022 | 2024-12-19T18:44:12.301Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2023 | 2024-12-19T18:44:12.484Z | Compiling newtype-uuid v1.1.3 |
2024 | 2024-12-19T18:44:13.395Z | Compiling foreign-types-shared v0.3.1 |
2025 | 2024-12-19T18:44:13.415Z | Compiling structmeta v0.3.0 |
2026 | 2024-12-19T18:44:13.524Z | Compiling foreign-types v0.5.0 |
2027 | 2024-12-19T18:44:14.760Z | Compiling strum v0.26.3 |
2028 | 2024-12-19T18:44:15.537Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2029 | 2024-12-19T18:44:21.184Z | Compiling progenitor-macro v0.8.0 |
2030 | 2024-12-19T18:44:27.105Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2031 | 2024-12-19T18:44:27.345Z | Compiling progenitor-client v0.8.0 |
2032 | 2024-12-19T18:44:27.690Z | Compiling tabwriter v1.4.0 |
2033 | 2024-12-19T18:44:28.469Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2034 | 2024-12-19T18:44:29.291Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2035 | 2024-12-19T18:44:30.168Z | Compiling cstr-argument v0.1.2 |
2036 | 2024-12-19T18:44:30.444Z | Compiling dropshot v0.13.0 |
2037 | 2024-12-19T18:44:30.696Z | Compiling crucible-workspace-hack v0.1.0 |
2038 | 2024-12-19T18:44:30.973Z | Compiling pretty-hex v0.2.1 |
2039 | 2024-12-19T18:44:31.142Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2040 | 2024-12-19T18:44:31.442Z | Compiling fastrand v2.1.1 |
2041 | 2024-12-19T18:44:32.397Z | Compiling thiserror v2.0.3 |
2042 | 2024-12-19T18:44:33.388Z | Compiling tempfile v3.13.0 |
2043 | 2024-12-19T18:44:33.489Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2044 | 2024-12-19T18:44:33.767Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2045 | 2024-12-19T18:44:34.036Z | Compiling progenitor v0.8.0 |
2046 | 2024-12-19T18:44:34.140Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2047 | 2024-12-19T18:44:34.604Z | Compiling parse-display-derive v0.10.0 |
2048 | 2024-12-19T18:44:34.834Z | Compiling colored v2.1.0 |
2049 | 2024-12-19T18:44:34.980Z | Compiling serde_with_macros v3.11.0 |
2050 | 2024-12-19T18:44:35.086Z | Compiling dropshot_endpoint v0.13.0 |
2051 | 2024-12-19T18:44:36.075Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2052 | 2024-12-19T18:44:36.817Z | Compiling thiserror-impl v2.0.3 |
2053 | 2024-12-19T18:44:37.567Z | Compiling instant v0.1.13 |
2054 | 2024-12-19T18:44:37.753Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2055 | 2024-12-19T18:44:38.173Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2056 | 2024-12-19T18:44:38.491Z | Compiling parse-display v0.10.0 |
2057 | 2024-12-19T18:44:39.401Z | Compiling backoff v0.4.0 |
2058 | 2024-12-19T18:44:39.515Z | Compiling serde_with v3.11.0 |
2059 | 2024-12-19T18:44:39.789Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2060 | 2024-12-19T18:44:40.173Z | Compiling zone_cfg_derive v0.3.0 |
2061 | 2024-12-19T18:44:40.439Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2062 | 2024-12-19T18:44:41.065Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2063 | 2024-12-19T18:44:41.178Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2064 | 2024-12-19T18:44:41.529Z | Compiling camino-tempfile v1.1.1 |
2065 | 2024-12-19T18:44:41.922Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2066 | 2024-12-19T18:44:42.355Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2067 | 2024-12-19T18:44:42.469Z | Compiling regress v0.9.1 |
2068 | 2024-12-19T18:44:42.540Z | Compiling num-derive v0.4.2 |
2069 | 2024-12-19T18:44:43.992Z | Compiling sigpipe v0.1.3 |
2070 | 2024-12-19T18:44:44.142Z | Compiling libefi-sys v0.1.0 |
2071 | 2024-12-19T18:44:44.444Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2072 | 2024-12-19T18:44:44.798Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2073 | 2024-12-19T18:44:44.823Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2074 | 2024-12-19T18:44:46.410Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2075 | 2024-12-19T18:44:48.127Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2076 | 2024-12-19T18:44:49.782Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2077 | 2024-12-19T18:44:50.361Z | Compiling zone v0.3.0 |
2078 | 2024-12-19T18:44:51.066Z | Compiling smf v0.2.3 |
2079 | 2024-12-19T18:44:51.923Z | Compiling bitfield-struct v0.6.2 |
2080 | 2024-12-19T18:44:53.326Z | Compiling blake3 v1.5.4 |
2081 | 2024-12-19T18:44:53.731Z | Compiling ring v0.16.20 |
2082 | 2024-12-19T18:44:53.819Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2083 | 2024-12-19T18:44:54.351Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2084 | 2024-12-19T18:44:54.707Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2085 | 2024-12-19T18:44:55.088Z | Compiling xattr v1.3.1 |
2086 | 2024-12-19T18:44:55.161Z | Compiling filetime v0.2.25 |
2087 | 2024-12-19T18:44:55.427Z | Compiling memmap2 v0.9.5 |
2088 | 2024-12-19T18:44:55.529Z | Compiling constant_time_eq v0.3.1 |
2089 | 2024-12-19T18:44:55.726Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2090 | 2024-12-19T18:44:55.819Z | Compiling arrayref v0.3.9 |
2091 | 2024-12-19T18:44:55.863Z | Compiling same-file v1.0.6 |
2092 | 2024-12-19T18:44:55.935Z | Compiling arrayvec v0.7.6 |
2093 | 2024-12-19T18:44:56.018Z | Compiling spin v0.5.2 |
2094 | 2024-12-19T18:44:56.140Z | Compiling walkdir v2.5.0 |
2095 | 2024-12-19T18:44:56.320Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2096 | 2024-12-19T18:44:57.833Z | Compiling tar v0.4.42 |
2097 | 2024-12-19T18:44:57.882Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2098 | 2024-12-19T18:44:59.123Z | Compiling gethostname v0.5.0 |
2099 | 2024-12-19T18:44:59.346Z | Compiling cargo-platform v0.1.8 |
2100 | 2024-12-19T18:44:59.487Z | Compiling topological-sort v0.2.2 |
2101 | 2024-12-19T18:44:59.725Z | Compiling cargo_metadata v0.18.1 |
2102 | 2024-12-19T18:45:03.262Z | Compiling omicron-zone-package v0.11.1 |
2103 | 2024-12-19T18:45:06.565Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2104 | 2024-12-19T18:45:07.730Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2105 | 2024-12-19T18:45:10.851Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2106 | 2024-12-19T18:45:29.601Z | Finished `release` profile [optimized] target(s) in 5m 25s |
2107 | 2024-12-19T18:45:29.763Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2108 | 2024-12-19T18:45:29.811Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2109 | 2024-12-19T18:45:29.813Z | Created new build target 'test' and set it as active |
2110 | 2024-12-19T18:45:29.813Z | |
2111 | 2024-12-19T18:45:29.813Z | real 5:25.501727957 |
2112 | 2024-12-19T18:45:29.813Z | user 36:41.010325269 |
2113 | 2024-12-19T18:45:29.813Z | sys 4:53.544709344 |
2114 | 2024-12-19T18:45:29.814Z | trap 1.061832557 |
2115 | 2024-12-19T18:45:29.814Z | tflt 3.071521062 |
2116 | 2024-12-19T18:45:29.814Z | dflt 0.863786449 |
2117 | 2024-12-19T18:45:29.814Z | kflt 0.008855822 |
2118 | 2024-12-19T18:45:29.814Z | lock 1:17:30.128005780 |
2119 | 2024-12-19T18:45:29.814Z | slp 2:33:43.287814376 |
2120 | 2024-12-19T18:45:29.814Z | lat 2:32.323303460 |
2121 | 2024-12-19T18:45:29.814Z | stop 4:26.588480151 |
2122 | 2024-12-19T18:45:29.814Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2123 | 2024-12-19T18:45:30.781Z | Finished `release` profile [optimized] target(s) in 0.91s |
2124 | 2024-12-19T18:45:30.838Z | Running `target/release/omicron-package -t test package` |
2125 | 2024-12-19T18:45:30.882Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2126 | 2024-12-19T18:45:32.014Z | Compiling convert_case v0.4.0 |
2127 | 2024-12-19T18:45:32.014Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2128 | 2024-12-19T18:45:32.014Z | Compiling newline-converter v0.3.0 |
2129 | 2024-12-19T18:45:32.014Z | Compiling password-hash v0.5.0 |
2130 | 2024-12-19T18:45:32.018Z | Compiling progenitor-client v0.8.0 |
2131 | 2024-12-19T18:45:32.018Z | Compiling blake2 v0.10.6 |
2132 | 2024-12-19T18:45:32.018Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2133 | 2024-12-19T18:45:32.018Z | Compiling cancel-safe-futures v0.1.5 |
2134 | 2024-12-19T18:45:32.430Z | Compiling expectorate v1.1.0 |
2135 | 2024-12-19T18:45:32.472Z | Compiling owo-colors v4.1.0 |
2136 | 2024-12-19T18:45:32.557Z | Compiling progenitor v0.8.0 |
2137 | 2024-12-19T18:45:32.620Z | Compiling num-rational v0.4.2 |
2138 | 2024-12-19T18:45:32.640Z | Compiling num-complex v0.4.6 |
2139 | 2024-12-19T18:45:32.768Z | Compiling argon2 v0.5.3 |
2140 | 2024-12-19T18:45:32.847Z | Compiling derive_more v0.99.18 |
2141 | 2024-12-19T18:45:33.528Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2142 | 2024-12-19T18:45:33.879Z | Compiling num v0.4.3 |
2143 | 2024-12-19T18:45:34.003Z | Compiling atomicwrites v0.4.4 |
2144 | 2024-12-19T18:45:34.050Z | Compiling libsw v3.3.1 |
2145 | 2024-12-19T18:45:34.117Z | Compiling linear-map v1.2.0 |
2146 | 2024-12-19T18:45:34.262Z | Compiling indent_write v2.2.0 |
2147 | 2024-12-19T18:45:34.415Z | Compiling swrite v0.1.0 |
2148 | 2024-12-19T18:45:34.498Z | Compiling float-ord v0.3.2 |
2149 | 2024-12-19T18:45:34.520Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2150 | 2024-12-19T18:45:34.548Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2151 | 2024-12-19T18:45:34.565Z | Compiling base64 v0.21.7 |
2152 | 2024-12-19T18:45:34.670Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2153 | 2024-12-19T18:45:34.934Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2154 | 2024-12-19T18:45:35.079Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2155 | 2024-12-19T18:45:35.571Z | Compiling highway v1.2.0 |
2156 | 2024-12-19T18:45:35.684Z | Compiling semver v0.1.20 |
2157 | 2024-12-19T18:45:36.269Z | Compiling rustc_version v0.1.7 |
2158 | 2024-12-19T18:45:36.691Z | Compiling newtype_derive v0.1.6 |
2159 | 2024-12-19T18:45:37.004Z | Compiling newtype-uuid v1.1.3 |
2160 | 2024-12-19T18:45:37.117Z | Compiling dropshot v0.13.0 |
2161 | 2024-12-19T18:45:37.195Z | Compiling ipnetwork v0.20.0 |
2162 | 2024-12-19T18:45:37.405Z | Compiling instant v0.1.13 |
2163 | 2024-12-19T18:45:37.574Z | Compiling humantime v2.1.0 |
2164 | 2024-12-19T18:45:38.009Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2165 | 2024-12-19T18:45:38.405Z | Compiling backoff v0.4.0 |
2166 | 2024-12-19T18:45:38.681Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2167 | 2024-12-19T18:45:39.047Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2168 | 2024-12-19T18:45:39.246Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2169 | 2024-12-19T18:45:42.601Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2170 | 2024-12-19T18:45:42.892Z | Compiling parse-display v0.10.0 |
2171 | 2024-12-19T18:45:43.527Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2172 | 2024-12-19T18:45:43.726Z | Compiling strum v0.26.3 |
2173 | 2024-12-19T18:45:43.903Z | Compiling serde_with v3.11.0 |
2174 | 2024-12-19T18:45:44.055Z | Compiling regress v0.9.1 |
2175 | 2024-12-19T18:45:47.256Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2176 | 2024-12-19T18:45:48.796Z | Compiling macaddr v1.0.1 |
2177 | 2024-12-19T18:45:48.815Z | Compiling steno v0.4.1 |
2178 | 2024-12-19T18:45:49.154Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2179 | 2024-12-19T18:45:49.380Z | Compiling prettyplease v0.2.25 |
2180 | 2024-12-19T18:45:49.413Z | Compiling slog-dtrace v0.3.0 |
2181 | 2024-12-19T18:45:50.536Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2182 | 2024-12-19T18:45:51.305Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2183 | 2024-12-19T18:45:51.596Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2184 | 2024-12-19T18:45:54.221Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2185 | 2024-12-19T18:45:54.831Z | Compiling half v2.4.1 |
2186 | 2024-12-19T18:45:55.550Z | Compiling ciborium-io v0.2.2 |
2187 | 2024-12-19T18:45:55.695Z | Compiling ciborium-ll v0.2.2 |
2188 | 2024-12-19T18:45:56.225Z | Compiling tungstenite v0.21.0 |
2189 | 2024-12-19T18:45:59.320Z | Compiling tokio-tungstenite v0.21.0 |
2190 | 2024-12-19T18:45:59.995Z | Compiling ciborium v0.2.2 |
2191 | 2024-12-19T18:46:02.142Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2192 | 2024-12-19T18:46:07.762Z | Compiling display-error-chain v0.2.2 |
2193 | 2024-12-19T18:46:07.969Z | Compiling fastrand v2.1.1 |
2194 | 2024-12-19T18:46:08.240Z | Compiling same-file v1.0.6 |
2195 | 2024-12-19T18:46:08.479Z | Compiling walkdir v2.5.0 |
2196 | 2024-12-19T18:46:08.497Z | Compiling tempfile v3.13.0 |
2197 | 2024-12-19T18:46:08.893Z | Compiling blake3 v1.5.4 |
2198 | 2024-12-19T18:46:09.163Z | Compiling ring v0.16.20 |
2199 | 2024-12-19T18:46:09.274Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2200 | 2024-12-19T18:46:09.548Z | Compiling xattr v1.3.1 |
2201 | 2024-12-19T18:46:09.617Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2202 | 2024-12-19T18:46:09.812Z | Compiling filetime v0.2.25 |
2203 | 2024-12-19T18:46:10.110Z | Compiling memmap2 v0.9.5 |
2204 | 2024-12-19T18:46:10.651Z | Compiling spin v0.5.2 |
2205 | 2024-12-19T18:46:10.772Z | Compiling arrayref v0.3.9 |
2206 | 2024-12-19T18:46:10.794Z | Compiling constant_time_eq v0.3.1 |
2207 | 2024-12-19T18:46:10.895Z | Compiling arrayvec v0.7.6 |
2208 | 2024-12-19T18:46:10.967Z | Compiling keccak v0.1.5 |
2209 | 2024-12-19T18:46:11.900Z | Compiling sha3 v0.10.8 |
2210 | 2024-12-19T18:46:12.167Z | Compiling tar v0.4.42 |
2211 | 2024-12-19T18:46:12.426Z | Compiling camino-tempfile v1.1.1 |
2212 | 2024-12-19T18:46:12.596Z | Compiling toolchain_find v0.4.0 |
2213 | 2024-12-19T18:46:12.813Z | Compiling const_format_proc_macros v0.2.33 |
2214 | 2024-12-19T18:46:12.904Z | Compiling crunchy v0.2.2 |
2215 | 2024-12-19T18:46:13.190Z | Compiling maplit v1.0.2 |
2216 | 2024-12-19T18:46:13.330Z | Compiling topological-sort v0.2.2 |
2217 | 2024-12-19T18:46:13.385Z | Compiling radium v0.7.0 |
2218 | 2024-12-19T18:46:13.600Z | Compiling rustfmt-wrapper v0.2.1 |
2219 | 2024-12-19T18:46:13.879Z | Compiling omicron-zone-package v0.11.1 |
2220 | 2024-12-19T18:46:14.089Z | Compiling tap v1.0.1 |
2221 | 2024-12-19T18:46:14.199Z | Compiling maybe-uninit v2.0.0 |
2222 | 2024-12-19T18:46:14.288Z | Compiling tiny-keccak v2.0.2 |
2223 | 2024-12-19T18:46:14.472Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2224 | 2024-12-19T18:46:14.622Z | Compiling wyz v0.5.1 |
2225 | 2024-12-19T18:46:14.703Z | Compiling const_format v0.2.33 |
2226 | 2024-12-19T18:46:14.972Z | Compiling dsl_auto_type v0.1.2 |
2227 | 2024-12-19T18:46:14.998Z | Compiling phf_generator v0.11.2 |
2228 | 2024-12-19T18:46:15.094Z | Compiling scheduled-thread-pool v0.2.7 |
2229 | 2024-12-19T18:46:15.188Z | Compiling secrecy v0.8.0 |
2230 | 2024-12-19T18:46:15.273Z | Compiling diesel_table_macro_syntax v0.2.0 |
2231 | 2024-12-19T18:46:15.450Z | Compiling async-recursion v1.1.1 |
2232 | 2024-12-19T18:46:15.686Z | Compiling arc-swap v1.7.1 |
2233 | 2024-12-19T18:46:15.976Z | Compiling packed_struct v0.10.1 |
2234 | 2024-12-19T18:46:16.359Z | Compiling funty v2.0.0 |
2235 | 2024-12-19T18:46:16.395Z | Compiling crc-catalog v2.4.0 |
2236 | 2024-12-19T18:46:16.416Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2237 | 2024-12-19T18:46:16.470Z | Compiling diesel_derives v2.2.3 |
2238 | 2024-12-19T18:46:16.575Z | Compiling crc v3.2.1 |
2239 | 2024-12-19T18:46:16.759Z | Compiling slog-scope v4.4.0 |
2240 | 2024-12-19T18:46:16.949Z | Compiling r2d2 v0.8.10 |
2241 | 2024-12-19T18:46:17.517Z | Compiling bitvec v1.0.1 |
2242 | 2024-12-19T18:46:17.672Z | Compiling phf_codegen v0.11.2 |
2243 | 2024-12-19T18:46:18.523Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2244 | 2024-12-19T18:46:18.813Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2245 | 2024-12-19T18:46:18.909Z | Compiling ascii-canvas v3.0.0 |
2246 | 2024-12-19T18:46:19.265Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2247 | 2024-12-19T18:46:19.411Z | Compiling universal-hash v0.5.1 |
2248 | 2024-12-19T18:46:19.652Z | Compiling packed_struct_codegen v0.10.1 |
2249 | 2024-12-19T18:46:22.203Z | Compiling thiserror-impl-no-std v2.0.2 |
2250 | 2024-12-19T18:46:22.239Z | Compiling parse-zoneinfo v0.3.1 |
2251 | 2024-12-19T18:46:23.928Z | Compiling ena v0.14.3 |
2252 | 2024-12-19T18:46:24.394Z | Compiling indexmap v1.9.3 |
2253 | 2024-12-19T18:46:24.746Z | Compiling diff v0.1.13 |
2254 | 2024-12-19T18:46:25.073Z | Compiling regex-syntax v0.6.29 |
2255 | 2024-12-19T18:46:25.333Z | Compiling opaque-debug v0.3.1 |
2256 | 2024-12-19T18:46:25.458Z | Compiling nodrop v0.1.14 |
2257 | 2024-12-19T18:46:25.612Z | Compiling array-init v0.0.4 |
2258 | 2024-12-19T18:46:26.931Z | Compiling poly1305 v0.8.0 |
2259 | 2024-12-19T18:46:28.314Z | Compiling diesel v2.2.6 |
2260 | 2024-12-19T18:46:28.399Z | Compiling thiserror-no-std v2.0.2 |
2261 | 2024-12-19T18:46:28.549Z | Compiling lalrpop v0.19.12 |
2262 | 2024-12-19T18:46:30.613Z | Compiling chrono-tz-build v0.4.0 |
2263 | 2024-12-19T18:46:36.538Z | Compiling smallvec v0.6.14 |
2264 | 2024-12-19T18:46:36.743Z | Compiling slog-stdlog v4.1.1 |
2265 | 2024-12-19T18:46:37.618Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2266 | 2024-12-19T18:46:37.721Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2267 | 2024-12-19T18:46:38.047Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2268 | 2024-12-19T18:46:38.306Z | Compiling chacha20 v0.9.1 |
2269 | 2024-12-19T18:46:38.817Z | Compiling aead v0.5.2 |
2270 | 2024-12-19T18:46:38.845Z | Compiling vte_generate_state_changes v0.1.2 |
2271 | 2024-12-19T18:46:39.183Z | Compiling ref-cast v1.0.23 |
2272 | 2024-12-19T18:46:39.488Z | Compiling termcolor v1.4.1 |
2273 | 2024-12-19T18:46:39.703Z | Compiling bitfield v0.14.0 |
2274 | 2024-12-19T18:46:40.064Z | Compiling hashbrown v0.12.3 |
2275 | 2024-12-19T18:46:40.614Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2276 | 2024-12-19T18:46:42.816Z | Compiling env_logger v0.10.2 |
2277 | 2024-12-19T18:46:46.240Z | Compiling vte v0.11.1 |
2278 | 2024-12-19T18:46:47.844Z | Compiling chacha20poly1305 v0.10.1 |
2279 | 2024-12-19T18:46:48.143Z | Compiling serde-hex v0.1.0 |
2280 | 2024-12-19T18:46:53.872Z | Compiling slog-envlogger v2.2.0 |
2281 | 2024-12-19T18:46:54.987Z | Compiling chrono-tz v0.10.0 |
2282 | 2024-12-19T18:46:55.780Z | Compiling vsss-rs v3.3.4 |
2283 | 2024-12-19T18:46:56.091Z | Compiling polar-core v0.27.3 |
2284 | 2024-12-19T18:46:56.755Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2285 | 2024-12-19T18:46:57.123Z | Compiling ron v0.8.1 |
2286 | 2024-12-19T18:46:57.449Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2287 | 2024-12-19T18:46:57.786Z | Compiling derive_builder_core v0.20.2 |
2288 | 2024-12-19T18:47:00.231Z | Compiling hashbrown v0.13.2 |
2289 | 2024-12-19T18:47:00.270Z | Compiling headers-core v0.3.0 |
2290 | 2024-12-19T18:47:00.475Z | Compiling fxhash v0.2.1 |
2291 | 2024-12-19T18:47:00.733Z | Compiling libxml v0.3.3 |
2292 | 2024-12-19T18:47:01.151Z | Compiling ref-cast-impl v1.0.23 |
2293 | 2024-12-19T18:47:01.753Z | Compiling crc-any v2.5.0 |
2294 | 2024-12-19T18:47:02.482Z | Compiling lockfree-object-pool v0.1.6 |
2295 | 2024-12-19T18:47:02.825Z | Compiling zip v2.1.3 |
2296 | 2024-12-19T18:47:02.846Z | Compiling bumpalo v3.16.0 |
2297 | 2024-12-19T18:47:03.182Z | Compiling simd-adler32 v0.3.7 |
2298 | 2024-12-19T18:47:03.385Z | Compiling bytecount v0.6.8 |
2299 | 2024-12-19T18:47:03.708Z | Compiling papergrid v0.11.0 |
2300 | 2024-12-19T18:47:03.735Z | Compiling zopfli v0.8.1 |
2301 | 2024-12-19T18:47:04.446Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2302 | 2024-12-19T18:47:08.305Z | Compiling object v0.30.4 |
2303 | 2024-12-19T18:47:09.464Z | Compiling headers v0.4.0 |
2304 | 2024-12-19T18:47:13.558Z | Compiling derive_builder_macro v0.20.2 |
2305 | 2024-12-19T18:47:17.833Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2306 | 2024-12-19T18:47:19.651Z | Compiling strip-ansi-escapes v0.2.0 |
2307 | 2024-12-19T18:47:20.371Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2308 | 2024-12-19T18:47:20.452Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2309 | 2024-12-19T18:47:20.788Z | Compiling tabled_derive v0.7.0 |
2310 | 2024-12-19T18:47:20.809Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2311 | 2024-12-19T18:47:22.315Z | Compiling itertools v0.12.1 |
2312 | 2024-12-19T18:47:23.133Z | Compiling fd-lock v4.0.2 |
2313 | 2024-12-19T18:47:23.399Z | Compiling peg-macros v0.8.4 |
2314 | 2024-12-19T18:47:23.752Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2315 | 2024-12-19T18:47:24.822Z | Compiling strum_macros v0.24.3 |
2316 | 2024-12-19T18:47:24.963Z | Compiling kstat-rs v0.2.4 |
2317 | 2024-12-19T18:47:25.765Z | Compiling samael v0.0.17 |
2318 | 2024-12-19T18:47:25.997Z | Compiling unicase v2.7.0 |
2319 | 2024-12-19T18:47:26.157Z | Compiling path-slash v0.1.5 |
2320 | 2024-12-19T18:47:26.351Z | Compiling nu-ansi-term v0.50.1 |
2321 | 2024-12-19T18:47:26.418Z | Compiling indoc v1.0.9 |
2322 | 2024-12-19T18:47:26.943Z | Compiling peg v0.8.4 |
2323 | 2024-12-19T18:47:27.112Z | Compiling reedline v0.35.0 |
2324 | 2024-12-19T18:47:27.235Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2325 | 2024-12-19T18:47:27.590Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2326 | 2024-12-19T18:47:30.259Z | Compiling tabled v0.15.0 |
2327 | 2024-12-19T18:47:31.256Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2328 | 2024-12-19T18:47:43.627Z | Compiling derive_builder v0.20.2 |
2329 | 2024-12-19T18:47:48.786Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2330 | 2024-12-19T18:47:49.110Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2331 | 2024-12-19T18:47:49.407Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2332 | 2024-12-19T18:47:49.740Z | Compiling pem v3.0.4 |
2333 | 2024-12-19T18:47:51.332Z | Compiling bcs v0.1.6 |
2334 | 2024-12-19T18:47:51.681Z | Compiling oso-derive v0.27.3 |
2335 | 2024-12-19T18:47:52.346Z | Compiling impl-trait-for-tuples v0.2.2 |
2336 | 2024-12-19T18:47:52.489Z | Compiling libz-sys v1.1.20 |
2337 | 2024-12-19T18:47:52.748Z | Compiling quick-xml v0.33.0 |
2338 | 2024-12-19T18:47:53.237Z | Compiling diesel-dtrace v0.4.2 |
2339 | 2024-12-19T18:47:53.594Z | Compiling parking_lot_core v0.8.6 |
2340 | 2024-12-19T18:47:59.531Z | Compiling oso v0.27.3 |
2341 | 2024-12-19T18:48:00.864Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2342 | 2024-12-19T18:48:02.628Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2343 | 2024-12-19T18:48:08.363Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2344 | 2024-12-19T18:48:11.698Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2345 | 2024-12-19T18:48:12.019Z | Compiling bb8 v0.8.5 |
2346 | 2024-12-19T18:48:12.716Z | Compiling buf-list v1.0.3 |
2347 | 2024-12-19T18:48:13.425Z | Compiling async-bb8-diesel v0.2.1 |
2348 | 2024-12-19T18:48:15.993Z | Compiling nibble_vec v0.1.0 |
2349 | 2024-12-19T18:48:16.265Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2350 | 2024-12-19T18:48:17.138Z | Compiling pin-project-internal v1.1.6 |
2351 | 2024-12-19T18:48:17.780Z | Compiling atty v0.2.14 |
2352 | 2024-12-19T18:48:17.971Z | Compiling endian-type v0.1.2 |
2353 | 2024-12-19T18:48:18.263Z | Compiling salty v0.3.0 |
2354 | 2024-12-19T18:48:18.756Z | Compiling radix_trie v0.2.1 |
2355 | 2024-12-19T18:48:20.013Z | Compiling pin-project v1.1.6 |
2356 | 2024-12-19T18:48:20.568Z | Compiling parking_lot v0.11.2 |
2357 | 2024-12-19T18:48:23.661Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2358 | 2024-12-19T18:48:28.445Z | Compiling snafu-derive v0.8.5 |
2359 | 2024-12-19T18:48:33.561Z | Compiling snafu v0.8.5 |
2360 | 2024-12-19T18:48:34.961Z | Compiling sled v0.34.7 |
2361 | 2024-12-19T18:48:36.860Z | Compiling mime_guess v2.0.5 |
2362 | 2024-12-19T18:48:38.061Z | Compiling hickory-client v0.24.1 |
2363 | 2024-12-19T18:48:45.534Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2364 | 2024-12-19T18:48:47.676Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2365 | 2024-12-19T18:48:50.868Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2366 | 2024-12-19T18:48:51.771Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2367 | 2024-12-19T18:48:52.336Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2368 | 2024-12-19T18:48:53.540Z | Compiling globset v0.4.15 |
2369 | 2024-12-19T18:48:53.767Z | Compiling hickory-server v0.24.1 |
2370 | 2024-12-19T18:49:00.650Z | Compiling primeorder v0.13.6 |
2371 | 2024-12-19T18:49:00.964Z | Compiling olpc-cjson v0.1.4 |
2372 | 2024-12-19T18:49:01.237Z | Compiling vergen v8.3.2 |
2373 | 2024-12-19T18:49:01.319Z | Compiling env_filter v0.1.2 |
2374 | 2024-12-19T18:49:01.553Z | Compiling serde_plain v1.0.2 |
2375 | 2024-12-19T18:49:02.098Z | Compiling cargo-platform v0.1.8 |
2376 | 2024-12-19T18:49:02.615Z | Compiling nanorand v0.7.0 |
2377 | 2024-12-19T18:49:02.865Z | Compiling memoffset v0.9.1 |
2378 | 2024-12-19T18:49:03.195Z | Compiling typed-path v0.9.3 |
2379 | 2024-12-19T18:49:03.422Z | Compiling flume v0.11.1 |
2380 | 2024-12-19T18:49:04.156Z | Compiling cargo_metadata v0.18.1 |
2381 | 2024-12-19T18:49:05.439Z | Compiling env_logger v0.11.5 |
2382 | 2024-12-19T18:49:06.853Z | Compiling tough v0.19.0 |
2383 | 2024-12-19T18:49:07.348Z | Compiling p384 v0.13.0 |
2384 | 2024-12-19T18:49:09.005Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2385 | 2024-12-19T18:49:09.453Z | Compiling git2 v0.19.0 |
2386 | 2024-12-19T18:49:10.453Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2387 | 2024-12-19T18:49:11.212Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2388 | 2024-12-19T18:49:19.320Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2389 | 2024-12-19T18:49:20.456Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2390 | 2024-12-19T18:49:20.520Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2391 | 2024-12-19T18:49:22.832Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2392 | 2024-12-19T18:49:25.584Z | Compiling rand_seeder v0.3.0 |
2393 | 2024-12-19T18:49:26.004Z | Compiling libsqlite3-sys v0.30.1 |
2394 | 2024-12-19T18:49:26.520Z | Compiling lzma-sys v0.1.20 |
2395 | 2024-12-19T18:49:27.228Z | Compiling http-range v0.1.5 |
2396 | 2024-12-19T18:49:27.377Z | Compiling parse-size v1.1.0 |
2397 | 2024-12-19T18:49:27.432Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2398 | 2024-12-19T18:49:27.676Z | Compiling cfg_aliases v0.2.1 |
2399 | 2024-12-19T18:49:27.735Z | Compiling rustls v0.21.12 |
2400 | 2024-12-19T18:49:27.802Z | Compiling nix v0.29.0 |
2401 | 2024-12-19T18:49:27.854Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2402 | 2024-12-19T18:49:28.162Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2403 | 2024-12-19T18:49:28.623Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2404 | 2024-12-19T18:49:32.085Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2405 | 2024-12-19T18:49:32.791Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2406 | 2024-12-19T18:49:33.619Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2407 | 2024-12-19T18:49:33.938Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2408 | 2024-12-19T18:49:34.395Z | Compiling sct v0.7.1 |
2409 | 2024-12-19T18:49:34.876Z | Compiling rustls-webpki v0.101.7 |
2410 | 2024-12-19T18:49:36.795Z | Compiling heck v0.3.3 |
2411 | 2024-12-19T18:49:37.196Z | Compiling castaway v0.2.3 |
2412 | 2024-12-19T18:49:37.405Z | Compiling csv-core v0.1.11 |
2413 | 2024-12-19T18:49:38.258Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2414 | 2024-12-19T18:49:38.332Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2415 | 2024-12-19T18:49:38.587Z | Compiling glob v0.3.1 |
2416 | 2024-12-19T18:49:38.747Z | Compiling csv v1.3.0 |
2417 | 2024-12-19T18:49:38.878Z | Compiling compact_str v0.8.0 |
2418 | 2024-12-19T18:49:40.620Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2419 | 2024-12-19T18:49:40.860Z | Compiling zone_cfg_derive v0.1.2 |
2420 | 2024-12-19T18:49:41.643Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2421 | 2024-12-19T18:49:42.257Z | Compiling nix v0.27.1 |
2422 | 2024-12-19T18:49:45.320Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2423 | 2024-12-19T18:49:46.595Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2424 | 2024-12-19T18:49:47.826Z | Compiling hyper-staticfile v0.10.1 |
2425 | 2024-12-19T18:49:50.876Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2426 | 2024-12-19T18:49:53.880Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2427 | 2024-12-19T18:49:54.015Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2428 | 2024-12-19T18:49:55.128Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2429 | 2024-12-19T18:49:57.502Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2430 | 2024-12-19T18:49:59.997Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2431 | 2024-12-19T18:50:00.340Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2432 | 2024-12-19T18:50:00.650Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2433 | 2024-12-19T18:50:00.958Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2434 | 2024-12-19T18:50:01.157Z | Compiling unicode-truncate v1.1.0 |
2435 | 2024-12-19T18:50:01.436Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2436 | 2024-12-19T18:50:02.743Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2437 | 2024-12-19T18:50:04.192Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2438 | 2024-12-19T18:50:04.413Z | Compiling hashlink v0.9.1 |
2439 | 2024-12-19T18:50:04.811Z | Compiling tungstenite v0.23.0 |
2440 | 2024-12-19T18:50:05.243Z | Compiling lru v0.12.5 |
2441 | 2024-12-19T18:50:05.627Z | Compiling instability v0.3.2 |
2442 | 2024-12-19T18:50:06.648Z | Compiling fallible-iterator v0.3.0 |
2443 | 2024-12-19T18:50:07.134Z | Compiling base64 v0.13.1 |
2444 | 2024-12-19T18:50:07.530Z | Compiling fallible-streaming-iterator v0.1.9 |
2445 | 2024-12-19T18:50:07.754Z | Compiling cassowary v0.3.0 |
2446 | 2024-12-19T18:50:07.809Z | Compiling rusqlite v0.32.1 |
2447 | 2024-12-19T18:50:07.902Z | Compiling ron v0.7.1 |
2448 | 2024-12-19T18:50:08.250Z | Compiling ratatui v0.28.1 |
2449 | 2024-12-19T18:50:10.468Z | Compiling tokio-tungstenite v0.23.1 |
2450 | 2024-12-19T18:50:11.118Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2451 | 2024-12-19T18:50:11.366Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2452 | 2024-12-19T18:50:11.893Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2453 | 2024-12-19T18:50:13.286Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2454 | 2024-12-19T18:50:17.277Z | Compiling xz2 v0.1.7 |
2455 | 2024-12-19T18:50:18.479Z | Compiling tokio-rustls v0.24.1 |
2456 | 2024-12-19T18:50:18.870Z | Compiling zone v0.1.8 |
2457 | 2024-12-19T18:50:22.268Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2458 | 2024-12-19T18:50:27.172Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2459 | 2024-12-19T18:50:28.572Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2460 | 2024-12-19T18:50:31.564Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2461 | 2024-12-19T18:50:35.758Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2462 | 2024-12-19T18:50:39.829Z | Compiling rustls-pemfile v1.0.4 |
2463 | 2024-12-19T18:50:40.637Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2464 | 2024-12-19T18:50:40.746Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2465 | 2024-12-19T18:50:40.952Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2466 | 2024-12-19T18:50:40.971Z | Compiling signal-hook-tokio v0.3.1 |
2467 | 2024-12-19T18:50:41.118Z | Compiling twox-hash v1.6.3 |
2468 | 2024-12-19T18:50:41.180Z | Compiling yasna v0.5.2 |
2469 | 2024-12-19T18:50:42.106Z | Compiling smawk v0.3.2 |
2470 | 2024-12-19T18:50:42.378Z | Compiling is_ci v1.2.0 |
2471 | 2024-12-19T18:50:42.682Z | Compiling unicode-linebreak v0.1.5 |
2472 | 2024-12-19T18:50:43.251Z | Compiling textwrap v0.16.1 |
2473 | 2024-12-19T18:50:44.557Z | Compiling supports-color v3.0.1 |
2474 | 2024-12-19T18:50:44.956Z | Compiling rcgen v0.12.1 |
2475 | 2024-12-19T18:50:47.218Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2476 | 2024-12-19T18:50:55.255Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2477 | 2024-12-19T18:50:57.519Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2478 | 2024-12-19T18:50:57.590Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2479 | 2024-12-19T18:50:59.773Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2480 | 2024-12-19T18:50:59.876Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2481 | 2024-12-19T18:51:04.710Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2482 | 2024-12-19T18:51:18.030Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2483 | 2024-12-19T18:51:18.101Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2484 | 2024-12-19T18:51:18.751Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2485 | 2024-12-19T18:51:19.059Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2486 | 2024-12-19T18:51:25.780Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2487 | 2024-12-19T18:51:33.377Z | Compiling fatfs v0.3.6 |
2488 | 2024-12-19T18:51:36.035Z | Compiling subprocess v0.2.9 |
2489 | 2024-12-19T18:51:36.251Z | Compiling rtoolbox v0.0.2 |
2490 | 2024-12-19T18:51:36.724Z | Compiling assert_matches v1.5.0 |
2491 | 2024-12-19T18:51:37.387Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2492 | 2024-12-19T18:51:40.722Z | Compiling rpassword v7.3.1 |
2493 | 2024-12-19T18:51:41.196Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2494 | 2024-12-19T18:51:41.850Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2495 | 2024-12-19T18:51:44.949Z | Compiling tui-tree-widget v0.22.0 |
2496 | 2024-12-19T18:51:45.446Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2497 | 2024-12-19T18:51:49.297Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2498 | 2024-12-19T18:51:54.377Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2499 | 2024-12-19T18:51:54.702Z | Compiling uzers v0.12.1 |
2500 | 2024-12-19T18:51:57.850Z | Compiling shell-words v1.1.0 |
2501 | 2024-12-19T18:51:58.310Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2502 | 2024-12-19T18:52:02.941Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2503 | 2024-12-19T18:52:05.056Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2504 | 2024-12-19T18:52:31.011Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2505 | 2024-12-19T18:52:34.515Z | Compiling multimap v0.10.0 |
2506 | 2024-12-19T18:54:52.699Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2507 | 2024-12-19T18:55:03.653Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2508 | 2024-12-19T19:01:37.818Z | Finished `release` profile [optimized] target(s) in 16m 06s |
2509 | 2024-12-19T19:02:41.322Z | |
2510 | 2024-12-19T19:02:41.326Z | real 17:11.419634613 |
2511 | 2024-12-19T19:02:41.326Z | user 1:57:17.148363964 |
2512 | 2024-12-19T19:02:41.326Z | sys 5:54.489085202 |
2513 | 2024-12-19T19:02:41.326Z | trap 2.909198509 |
2514 | 2024-12-19T19:02:41.326Z | tflt 3.055580065 |
2515 | 2024-12-19T19:02:41.326Z | dflt 5.565531850 |
2516 | 2024-12-19T19:02:41.326Z | kflt 0.020481458 |
2517 | 2024-12-19T19:02:41.326Z | lock 7:27:15.464828005 |
2518 | 2024-12-19T19:02:41.326Z | slp 6:10:00.833901552 |
2519 | 2024-12-19T19:02:41.326Z | lat 2:53.286520439 |
2520 | 2024-12-19T19:02:41.326Z | stop 2:35.235211721 |
2521 | 2024-12-19T19:02:41.327Z | + mapfile -t packages |
2522 | 2024-12-19T19:02:41.327Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2523 | 2024-12-19T19:02:42.323Z | Finished `release` profile [optimized] target(s) in 0.95s |
2524 | 2024-12-19T19:02:42.383Z | Running `target/release/omicron-package -t test list-outputs` |
2525 | 2024-12-19T19:02:42.430Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2526 | 2024-12-19T19:02:42.433Z | + ptime -m cargo build --locked --release -p xtask |
2527 | 2024-12-19T19:02:42.987Z | Compiling serde v1.0.215 |
2528 | 2024-12-19T19:02:42.990Z | Compiling rustix v0.38.37 |
2529 | 2024-12-19T19:02:42.990Z | Compiling serde_json v1.0.132 |
2530 | 2024-12-19T19:02:42.990Z | Compiling libc v0.2.162 |
2531 | 2024-12-19T19:02:43.085Z | Compiling syn v2.0.87 |
2532 | 2024-12-19T19:02:43.099Z | Compiling bitflags v2.6.0 |
2533 | 2024-12-19T19:02:43.390Z | Compiling usdt-impl v0.5.0 |
2534 | 2024-12-19T19:02:43.471Z | Compiling syn v1.0.109 |
2535 | 2024-12-19T19:02:43.571Z | Compiling hashbrown v0.15.1 |
2536 | 2024-12-19T19:02:43.585Z | Compiling log v0.4.22 |
2537 | 2024-12-19T19:02:43.648Z | Compiling fs-err v2.11.0 |
2538 | 2024-12-19T19:02:43.950Z | Compiling anyhow v1.0.93 |
2539 | 2024-12-19T19:02:44.048Z | Compiling once_cell v1.20.2 |
2540 | 2024-12-19T19:02:44.553Z | Compiling thread-id v4.2.2 |
2541 | 2024-12-19T19:02:44.905Z | Compiling indexmap v2.6.0 |
2542 | 2024-12-19T19:02:46.058Z | Compiling terminal_size v0.4.0 |
2543 | 2024-12-19T19:02:46.058Z | Compiling tempfile v3.13.0 |
2544 | 2024-12-19T19:02:46.298Z | Compiling clap_builder v4.5.21 |
2545 | 2024-12-19T19:02:46.842Z | Compiling proc-macro-error v1.0.4 |
2546 | 2024-12-19T19:02:48.225Z | Compiling tabled_derive v0.7.0 |
2547 | 2024-12-19T19:02:49.482Z | Compiling tabled v0.15.0 |
2548 | 2024-12-19T19:02:51.144Z | Compiling serde_derive v1.0.215 |
2549 | 2024-12-19T19:02:51.289Z | Compiling thiserror-impl v1.0.69 |
2550 | 2024-12-19T19:02:51.455Z | Compiling zerocopy-derive v0.7.35 |
2551 | 2024-12-19T19:02:53.255Z | Compiling scroll_derive v0.12.0 |
2552 | 2024-12-19T19:02:53.258Z | Compiling clap_derive v4.5.18 |
2553 | 2024-12-19T19:02:53.497Z | Compiling zerocopy v0.7.35 |
2554 | 2024-12-19T19:02:54.196Z | Compiling thiserror v1.0.69 |
2555 | 2024-12-19T19:02:54.346Z | Compiling pest v2.7.14 |
2556 | 2024-12-19T19:02:54.798Z | Compiling scroll v0.12.0 |
2557 | 2024-12-19T19:02:55.450Z | Compiling goblin v0.8.2 |
2558 | 2024-12-19T19:02:57.422Z | Compiling pest_meta v2.7.14 |
2559 | 2024-12-19T19:02:59.008Z | Compiling pest_generator v2.7.14 |
2560 | 2024-12-19T19:03:00.862Z | Compiling clap v4.5.21 |
2561 | 2024-12-19T19:03:01.543Z | Compiling pest_derive v2.7.14 |
2562 | 2024-12-19T19:03:02.347Z | Compiling dtrace-parser v0.2.0 |
2563 | 2024-12-19T19:03:05.689Z | Compiling serde_spanned v0.6.8 |
2564 | 2024-12-19T19:03:05.975Z | Compiling serde_tokenstream v0.2.2 |
2565 | 2024-12-19T19:03:06.059Z | Compiling toml_datetime v0.6.8 |
2566 | 2024-12-19T19:03:06.573Z | Compiling toml_edit v0.22.22 |
2567 | 2024-12-19T19:03:06.794Z | Compiling camino v1.1.9 |
2568 | 2024-12-19T19:03:08.212Z | Compiling dof v0.3.0 |
2569 | 2024-12-19T19:03:10.129Z | Compiling toml v0.8.19 |
2570 | 2024-12-19T19:03:10.611Z | Compiling usdt-attr-macro v0.5.0 |
2571 | 2024-12-19T19:03:11.431Z | Compiling usdt-macro v0.5.0 |
2572 | 2024-12-19T19:03:12.663Z | Compiling semver v1.0.23 |
2573 | 2024-12-19T19:03:14.175Z | Compiling cargo-platform v0.1.8 |
2574 | 2024-12-19T19:03:14.462Z | Compiling usdt v0.5.0 |
2575 | 2024-12-19T19:03:15.237Z | Compiling cargo_metadata v0.18.1 |
2576 | 2024-12-19T19:03:15.923Z | Compiling cargo_toml v0.20.5 |
2577 | 2024-12-19T19:03:16.794Z | Compiling camino-tempfile v1.1.1 |
2578 | 2024-12-19T19:03:17.609Z | Compiling macaddr v1.0.1 |
2579 | 2024-12-19T19:03:27.613Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2580 | 2024-12-19T19:03:38.756Z | Finished `release` profile [optimized] target(s) in 56.27s |
2581 | 2024-12-19T19:03:38.862Z | |
2582 | 2024-12-19T19:03:38.865Z | real 56.400684316 |
2583 | 2024-12-19T19:03:38.865Z | user 5:42.384969533 |
2584 | 2024-12-19T19:03:38.865Z | sys 30.947113824 |
2585 | 2024-12-19T19:03:38.865Z | trap 0.149852429 |
2586 | 2024-12-19T19:03:38.865Z | tflt 0.334918115 |
2587 | 2024-12-19T19:03:38.865Z | dflt 0.542769315 |
2588 | 2024-12-19T19:03:38.865Z | kflt 0.000000000 |
2589 | 2024-12-19T19:03:38.865Z | lock 11:09.649002140 |
2590 | 2024-12-19T19:03:38.865Z | slp 16:23.478459024 |
2591 | 2024-12-19T19:03:38.865Z | lat 13.389796992 |
2592 | 2024-12-19T19:03:38.865Z | stop 14.617939063 |
2593 | 2024-12-19T19:03:38.865Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2594 | 2024-12-19T19:03:38.866Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2595 | 2024-12-19T19:03:38.866Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2596 | 2024-12-19T19:03:38.866Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2597 | 2024-12-19T19:03:38.866Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2598 | 2024-12-19T19:03:39.748Z | Compiling hashbrown v0.14.5 |
2599 | 2024-12-19T19:03:39.873Z | Compiling ident_case v1.0.1 |
2600 | 2024-12-19T19:03:39.873Z | Compiling unsafe-libyaml v0.2.11 |
2601 | 2024-12-19T19:03:39.876Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2602 | 2024-12-19T19:03:39.876Z | Compiling progenitor-client v0.8.0 |
2603 | 2024-12-19T19:03:39.876Z | Compiling ipnetwork v0.20.0 |
2604 | 2024-12-19T19:03:39.876Z | Compiling macaddr v1.0.1 |
2605 | 2024-12-19T19:03:39.877Z | Compiling instant v0.1.13 |
2606 | 2024-12-19T19:03:40.041Z | Compiling darling_core v0.20.10 |
2607 | 2024-12-19T19:03:40.089Z | Compiling structmeta-derive v0.3.0 |
2608 | 2024-12-19T19:03:40.282Z | Compiling dropshot v0.13.0 |
2609 | 2024-12-19T19:03:40.345Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2610 | 2024-12-19T19:03:40.392Z | Compiling newtype-uuid v1.1.3 |
2611 | 2024-12-19T19:03:40.630Z | Compiling dropshot_endpoint v0.13.0 |
2612 | 2024-12-19T19:03:40.882Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2613 | 2024-12-19T19:03:41.037Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2614 | 2024-12-19T19:03:41.123Z | Compiling regress v0.10.1 |
2615 | 2024-12-19T19:03:41.156Z | Compiling serde_yaml v0.9.34+deprecated |
2616 | 2024-12-19T19:03:41.462Z | Compiling regress v0.9.1 |
2617 | 2024-12-19T19:03:41.684Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2618 | 2024-12-19T19:03:41.849Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2619 | 2024-12-19T19:03:41.867Z | Compiling backoff v0.4.0 |
2620 | 2024-12-19T19:03:42.244Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2621 | 2024-12-19T19:03:42.421Z | Compiling tempfile v3.13.0 |
2622 | 2024-12-19T19:03:42.656Z | Compiling proc-macro-crate v1.3.1 |
2623 | 2024-12-19T19:03:43.094Z | Compiling structmeta v0.3.0 |
2624 | 2024-12-19T19:03:43.329Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2625 | 2024-12-19T19:03:43.562Z | Compiling parse-display-derive v0.10.0 |
2626 | 2024-12-19T19:03:43.722Z | Compiling itertools v0.13.0 |
2627 | 2024-12-19T19:03:43.755Z | Compiling num_enum_derive v0.5.11 |
2628 | 2024-12-19T19:03:45.367Z | Compiling typify-impl v0.2.0 |
2629 | 2024-12-19T19:03:46.318Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2630 | 2024-12-19T19:03:46.394Z | Compiling num_enum v0.5.11 |
2631 | 2024-12-19T19:03:46.549Z | Compiling zerocopy v0.8.10 |
2632 | 2024-12-19T19:03:46.568Z | Compiling foreign-types-macros v0.2.3 |
2633 | 2024-12-19T19:03:46.641Z | Compiling zerocopy-derive v0.8.10 |
2634 | 2024-12-19T19:03:47.071Z | Compiling heapless v0.8.0 |
2635 | 2024-12-19T19:03:47.116Z | Compiling darling_macro v0.20.10 |
2636 | 2024-12-19T19:03:47.537Z | Compiling foreign-types-shared v0.3.1 |
2637 | 2024-12-19T19:03:47.880Z | Compiling proc-macro-error v1.0.4 |
2638 | 2024-12-19T19:03:47.930Z | Compiling foreign-types v0.5.0 |
2639 | 2024-12-19T19:03:48.050Z | Compiling camino-tempfile v1.1.1 |
2640 | 2024-12-19T19:03:48.072Z | Compiling darling v0.20.10 |
2641 | 2024-12-19T19:03:48.137Z | Compiling parse-display v0.10.0 |
2642 | 2024-12-19T19:03:48.169Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2643 | 2024-12-19T19:03:48.198Z | Compiling serde_with_macros v3.11.0 |
2644 | 2024-12-19T19:03:48.529Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2645 | 2024-12-19T19:03:48.604Z | Compiling hash32 v0.3.1 |
2646 | 2024-12-19T19:03:48.817Z | Compiling cstr-argument v0.1.2 |
2647 | 2024-12-19T19:03:48.867Z | Compiling pretty-hex v0.2.1 |
2648 | 2024-12-19T19:03:49.027Z | Compiling crucible-workspace-hack v0.1.0 |
2649 | 2024-12-19T19:03:49.078Z | Compiling smoltcp v0.11.0 |
2650 | 2024-12-19T19:03:49.095Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2651 | 2024-12-19T19:03:49.328Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2652 | 2024-12-19T19:03:49.468Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2653 | 2024-12-19T19:03:49.848Z | Compiling tabwriter v1.4.0 |
2654 | 2024-12-19T19:03:50.088Z | Compiling colored v2.1.0 |
2655 | 2024-12-19T19:03:50.411Z | Compiling cobs v0.2.3 |
2656 | 2024-12-19T19:03:50.644Z | Compiling postcard v1.0.10 |
2657 | 2024-12-19T19:03:51.011Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2658 | 2024-12-19T19:03:51.087Z | Compiling serde_with v3.11.0 |
2659 | 2024-12-19T19:03:51.315Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2660 | 2024-12-19T19:03:51.409Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2661 | 2024-12-19T19:03:51.501Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2662 | 2024-12-19T19:03:51.782Z | Compiling thiserror v2.0.3 |
2663 | 2024-12-19T19:03:52.403Z | Compiling smf v0.2.3 |
2664 | 2024-12-19T19:03:52.866Z | Compiling thiserror-impl v2.0.3 |
2665 | 2024-12-19T19:03:53.264Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2666 | 2024-12-19T19:03:53.877Z | Compiling zone_cfg_derive v0.3.0 |
2667 | 2024-12-19T19:03:55.084Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2668 | 2024-12-19T19:03:55.264Z | Compiling num-derive v0.4.2 |
2669 | 2024-12-19T19:03:55.378Z | Compiling sigpipe v0.1.3 |
2670 | 2024-12-19T19:03:55.522Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2671 | 2024-12-19T19:03:55.552Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2672 | 2024-12-19T19:03:55.738Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2673 | 2024-12-19T19:03:55.796Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2674 | 2024-12-19T19:03:55.841Z | Compiling zone v0.3.0 |
2675 | 2024-12-19T19:03:56.287Z | Compiling universal-hash v0.5.1 |
2676 | 2024-12-19T19:03:56.498Z | Compiling opaque-debug v0.3.1 |
2677 | 2024-12-19T19:03:56.602Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2678 | 2024-12-19T19:03:56.621Z | Compiling num-rational v0.4.2 |
2679 | 2024-12-19T19:03:56.659Z | Compiling password-hash v0.5.0 |
2680 | 2024-12-19T19:03:56.775Z | Compiling num-complex v0.4.6 |
2681 | 2024-12-19T19:03:57.570Z | Compiling blake2 v0.10.6 |
2682 | 2024-12-19T19:03:57.638Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2683 | 2024-12-19T19:03:57.761Z | Compiling aead v0.5.2 |
2684 | 2024-12-19T19:03:57.851Z | Compiling keccak v0.1.5 |
2685 | 2024-12-19T19:03:57.869Z | Compiling convert_case v0.4.0 |
2686 | 2024-12-19T19:03:58.154Z | Compiling sha3 v0.10.8 |
2687 | 2024-12-19T19:03:58.551Z | Compiling argon2 v0.5.3 |
2688 | 2024-12-19T19:03:58.610Z | Compiling num v0.4.3 |
2689 | 2024-12-19T19:03:58.734Z | Compiling poly1305 v0.8.0 |
2690 | 2024-12-19T19:03:58.886Z | Compiling derive_more v0.99.18 |
2691 | 2024-12-19T19:03:58.889Z | Compiling tungstenite v0.21.0 |
2692 | 2024-12-19T19:03:58.935Z | Compiling chacha20 v0.9.1 |
2693 | 2024-12-19T19:03:59.234Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2694 | 2024-12-19T19:03:59.414Z | Compiling base64 v0.21.7 |
2695 | 2024-12-19T19:03:59.417Z | Compiling float-ord v0.3.2 |
2696 | 2024-12-19T19:03:59.616Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2697 | 2024-12-19T19:04:00.068Z | Compiling tokio-tungstenite v0.21.0 |
2698 | 2024-12-19T19:04:00.202Z | Compiling semver v0.1.20 |
2699 | 2024-12-19T19:04:00.405Z | Compiling same-file v1.0.6 |
2700 | 2024-12-19T19:04:00.715Z | Compiling walkdir v2.5.0 |
2701 | 2024-12-19T19:04:00.893Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2702 | 2024-12-19T19:04:00.948Z | Compiling rustc_version v0.1.7 |
2703 | 2024-12-19T19:04:01.147Z | Compiling newline-converter v0.3.0 |
2704 | 2024-12-19T19:04:01.279Z | Compiling primeorder v0.13.6 |
2705 | 2024-12-19T19:04:01.314Z | Compiling secrecy v0.8.0 |
2706 | 2024-12-19T19:04:01.358Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2707 | 2024-12-19T19:04:01.492Z | Compiling owo-colors v4.1.0 |
2708 | 2024-12-19T19:04:01.524Z | Compiling cancel-safe-futures v0.1.5 |
2709 | 2024-12-19T19:04:01.595Z | Compiling newtype_derive v0.1.6 |
2710 | 2024-12-19T19:04:01.800Z | Compiling expectorate v1.1.0 |
2711 | 2024-12-19T19:04:01.820Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2712 | 2024-12-19T19:04:01.873Z | Compiling thiserror-impl-no-std v2.0.2 |
2713 | 2024-12-19T19:04:01.913Z | Compiling ring v0.16.20 |
2714 | 2024-12-19T19:04:01.975Z | Compiling blake3 v1.5.4 |
2715 | 2024-12-19T19:04:02.170Z | Compiling unicase v2.7.0 |
2716 | 2024-12-19T19:04:02.264Z | Compiling half v2.4.1 |
2717 | 2024-12-19T19:04:02.456Z | Compiling ciborium-io v0.2.2 |
2718 | 2024-12-19T19:04:02.605Z | Compiling arc-swap v1.7.1 |
2719 | 2024-12-19T19:04:02.842Z | Compiling ciborium-ll v0.2.2 |
2720 | 2024-12-19T19:04:03.073Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2721 | 2024-12-19T19:04:03.231Z | Compiling slog-scope v4.4.0 |
2722 | 2024-12-19T19:04:03.349Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2723 | 2024-12-19T19:04:03.772Z | Compiling polyval v0.6.2 |
2724 | 2024-12-19T19:04:04.021Z | Compiling typify-macro v0.2.0 |
2725 | 2024-12-19T19:04:04.078Z | Compiling atomicwrites v0.4.4 |
2726 | 2024-12-19T19:04:04.207Z | Compiling libsw v3.3.1 |
2727 | 2024-12-19T19:04:04.455Z | Compiling memmap2 v0.9.5 |
2728 | 2024-12-19T19:04:04.539Z | Compiling arrayvec v0.7.6 |
2729 | 2024-12-19T19:04:04.559Z | Compiling indent_write v2.2.0 |
2730 | 2024-12-19T19:04:04.780Z | Compiling arrayref v0.3.9 |
2731 | 2024-12-19T19:04:04.892Z | Compiling constant_time_eq v0.3.1 |
2732 | 2024-12-19T19:04:04.895Z | Compiling spin v0.5.2 |
2733 | 2024-12-19T19:04:04.971Z | Compiling parking_lot_core v0.8.6 |
2734 | 2024-12-19T19:04:05.104Z | Compiling libefi-sys v0.1.0 |
2735 | 2024-12-19T19:04:05.107Z | Compiling thiserror-no-std v2.0.2 |
2736 | 2024-12-19T19:04:05.143Z | Compiling salty v0.3.0 |
2737 | 2024-12-19T19:04:05.245Z | Compiling linear-map v1.2.0 |
2738 | 2024-12-19T19:04:05.412Z | Compiling vsss-rs v3.3.4 |
2739 | 2024-12-19T19:04:05.590Z | Compiling ghash v0.5.1 |
2740 | 2024-12-19T19:04:05.763Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2741 | 2024-12-19T19:04:06.001Z | Compiling slog-stdlog v4.1.1 |
2742 | 2024-12-19T19:04:06.252Z | Compiling ciborium v0.2.2 |
2743 | 2024-12-19T19:04:06.573Z | Compiling p384 v0.13.0 |
2744 | 2024-12-19T19:04:06.710Z | Compiling toolchain_find v0.4.0 |
2745 | 2024-12-19T19:04:06.715Z | Compiling chacha20poly1305 v0.10.1 |
2746 | 2024-12-19T19:04:06.962Z | Compiling ctr v0.9.2 |
2747 | 2024-12-19T19:04:07.382Z | Compiling lzma-sys v0.1.20 |
2748 | 2024-12-19T19:04:07.464Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2749 | 2024-12-19T19:04:07.780Z | Compiling bitfield-struct v0.6.2 |
2750 | 2024-12-19T19:04:07.876Z | Compiling slog-dtrace v0.3.0 |
2751 | 2024-12-19T19:04:08.182Z | Compiling topological-sort v0.2.2 |
2752 | 2024-12-19T19:04:08.185Z | Compiling highway v1.2.0 |
2753 | 2024-12-19T19:04:08.395Z | Compiling typify v0.2.0 |
2754 | 2024-12-19T19:04:08.427Z | Compiling omicron-zone-package v0.11.1 |
2755 | 2024-12-19T19:04:08.463Z | Compiling aes-gcm v0.10.3 |
2756 | 2024-12-19T19:04:08.559Z | Compiling progenitor-impl v0.8.0 |
2757 | 2024-12-19T19:04:08.768Z | Compiling rustfmt-wrapper v0.2.1 |
2758 | 2024-12-19T19:04:08.953Z | Compiling mime_guess v2.0.5 |
2759 | 2024-12-19T19:04:09.255Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2760 | 2024-12-19T19:04:09.340Z | Compiling slog-envlogger v2.2.0 |
2761 | 2024-12-19T19:04:09.525Z | Compiling steno v0.4.1 |
2762 | 2024-12-19T19:04:10.190Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2763 | 2024-12-19T19:04:10.293Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2764 | 2024-12-19T19:04:10.442Z | Compiling heck v0.3.3 |
2765 | 2024-12-19T19:04:10.631Z | Compiling ssh-encoding v0.2.0 |
2766 | 2024-12-19T19:04:10.720Z | Compiling blowfish v0.9.1 |
2767 | 2024-12-19T19:04:10.887Z | Compiling nibble_vec v0.1.0 |
2768 | 2024-12-19T19:04:10.907Z | Compiling env_filter v0.1.2 |
2769 | 2024-12-19T19:04:11.109Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2770 | 2024-12-19T19:04:11.164Z | Compiling endian-type v0.1.2 |
2771 | 2024-12-19T19:04:11.183Z | Compiling humantime v2.1.0 |
2772 | 2024-12-19T19:04:11.397Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2773 | 2024-12-19T19:04:11.414Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2774 | 2024-12-19T19:04:11.528Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2775 | 2024-12-19T19:04:11.545Z | Compiling radix_trie v0.2.1 |
2776 | 2024-12-19T19:04:11.651Z | Compiling env_logger v0.11.5 |
2777 | 2024-12-19T19:04:11.731Z | Compiling ssh-cipher v0.2.0 |
2778 | 2024-12-19T19:04:11.755Z | Compiling bcrypt-pbkdf v0.10.0 |
2779 | 2024-12-19T19:04:12.301Z | Compiling zone_cfg_derive v0.1.2 |
2780 | 2024-12-19T19:04:12.456Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2781 | 2024-12-19T19:04:12.492Z | Compiling parking_lot v0.11.2 |
2782 | 2024-12-19T19:04:12.915Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2783 | 2024-12-19T19:04:13.482Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2784 | 2024-12-19T19:04:13.563Z | Compiling password-hash v0.4.2 |
2785 | 2024-12-19T19:04:13.839Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2786 | 2024-12-19T19:04:13.861Z | Compiling gethostname v0.5.0 |
2787 | 2024-12-19T19:04:13.897Z | Compiling fxhash v0.2.1 |
2788 | 2024-12-19T19:04:13.921Z | Compiling lockfree-object-pool v0.1.6 |
2789 | 2024-12-19T19:04:14.083Z | Compiling simd-adler32 v0.3.7 |
2790 | 2024-12-19T19:04:14.125Z | Compiling base64 v0.13.1 |
2791 | 2024-12-19T19:04:14.212Z | Compiling http-range v0.1.5 |
2792 | 2024-12-19T19:04:14.580Z | Compiling matches v0.1.10 |
2793 | 2024-12-19T19:04:14.589Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2794 | 2024-12-19T19:04:14.589Z | Compiling bumpalo v3.16.0 |
2795 | 2024-12-19T19:04:14.596Z | Compiling zip v2.1.3 |
2796 | 2024-12-19T19:04:14.670Z | Compiling idna v0.2.3 |
2797 | 2024-12-19T19:04:14.745Z | Compiling ron v0.7.1 |
2798 | 2024-12-19T19:04:14.792Z | Compiling sled v0.34.7 |
2799 | 2024-12-19T19:04:14.811Z | Compiling pbkdf2 v0.11.0 |
2800 | 2024-12-19T19:04:14.922Z | Compiling zone v0.1.8 |
2801 | 2024-12-19T19:04:15.066Z | Compiling zopfli v0.8.1 |
2802 | 2024-12-19T19:04:15.164Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2803 | 2024-12-19T19:04:15.885Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2804 | 2024-12-19T19:04:16.372Z | Compiling xz2 v0.1.7 |
2805 | 2024-12-19T19:04:16.742Z | Compiling progenitor-macro v0.8.0 |
2806 | 2024-12-19T19:04:16.864Z | Compiling ssh-key v0.6.6 |
2807 | 2024-12-19T19:04:16.916Z | Compiling hickory-client v0.24.1 |
2808 | 2024-12-19T19:04:17.145Z | Compiling p521 v0.13.3 |
2809 | 2024-12-19T19:04:17.538Z | Compiling p256 v0.13.2 |
2810 | 2024-12-19T19:04:17.580Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2811 | 2024-12-19T19:04:18.408Z | Compiling hickory-server v0.24.1 |
2812 | 2024-12-19T19:04:18.462Z | Compiling enum-as-inner v0.5.1 |
2813 | 2024-12-19T19:04:18.764Z | Compiling pem v3.0.4 |
2814 | 2024-12-19T19:04:19.523Z | Compiling yasna v0.5.2 |
2815 | 2024-12-19T19:04:19.580Z | Compiling headers-core v0.3.0 |
2816 | 2024-12-19T19:04:19.605Z | Compiling kstat-rs v0.2.4 |
2817 | 2024-12-19T19:04:19.748Z | Compiling nanorand v0.7.0 |
2818 | 2024-12-19T19:04:20.287Z | Compiling atty v0.2.14 |
2819 | 2024-12-19T19:04:20.327Z | Compiling russh-cryptovec v0.7.3 |
2820 | 2024-12-19T19:04:20.432Z | Compiling md5 v0.7.0 |
2821 | 2024-12-19T19:04:20.652Z | Compiling rcgen v0.12.1 |
2822 | 2024-12-19T19:04:20.980Z | Compiling russh-keys v0.45.0 |
2823 | 2024-12-19T19:04:21.243Z | Compiling flume v0.11.1 |
2824 | 2024-12-19T19:04:21.487Z | Compiling headers v0.4.0 |
2825 | 2024-12-19T19:04:21.686Z | Compiling trust-dns-proto v0.22.0 |
2826 | 2024-12-19T19:04:22.012Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2827 | 2024-12-19T19:04:23.204Z | Compiling hyper-staticfile v0.10.1 |
2828 | 2024-12-19T19:04:24.357Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2829 | 2024-12-19T19:04:24.982Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2830 | 2024-12-19T19:04:25.345Z | Compiling num-bigint v0.4.6 |
2831 | 2024-12-19T19:04:25.550Z | Compiling des v0.8.1 |
2832 | 2024-12-19T19:04:25.611Z | Compiling subprocess v0.2.9 |
2833 | 2024-12-19T19:04:25.880Z | Compiling dhcproto-macros v0.1.0 |
2834 | 2024-12-19T19:04:25.912Z | Compiling display-error-chain v0.2.2 |
2835 | 2024-12-19T19:04:26.140Z | Compiling hex-literal v0.4.1 |
2836 | 2024-12-19T19:04:26.299Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2837 | 2024-12-19T19:04:26.481Z | Compiling internet-checksum v0.2.1 |
2838 | 2024-12-19T19:04:26.825Z | Compiling dhcproto v0.12.0 |
2839 | 2024-12-19T19:04:28.352Z | Compiling russh v0.45.0 |
2840 | 2024-12-19T19:04:30.137Z | Compiling progenitor v0.8.0 |
2841 | 2024-12-19T19:04:30.273Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2842 | 2024-12-19T19:04:30.273Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2843 | 2024-12-19T19:04:30.276Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2844 | 2024-12-19T19:04:30.277Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2845 | 2024-12-19T19:04:30.277Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2846 | 2024-12-19T19:04:30.277Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2847 | 2024-12-19T19:04:30.373Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2848 | 2024-12-19T19:04:31.793Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2849 | 2024-12-19T19:04:31.993Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2850 | 2024-12-19T19:04:32.665Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2851 | 2024-12-19T19:04:36.376Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2852 | 2024-12-19T19:04:37.087Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2853 | 2024-12-19T19:04:46.319Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2854 | 2024-12-19T19:04:46.321Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2855 | 2024-12-19T19:04:46.321Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2856 | 2024-12-19T19:04:46.321Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2857 | 2024-12-19T19:04:47.277Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2858 | 2024-12-19T19:04:49.645Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2859 | 2024-12-19T19:04:50.668Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2860 | 2024-12-19T19:04:50.710Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2861 | 2024-12-19T19:04:51.800Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2862 | 2024-12-19T19:04:54.469Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2863 | 2024-12-19T19:04:54.553Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2864 | 2024-12-19T19:04:54.940Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2865 | 2024-12-19T19:04:55.665Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2866 | 2024-12-19T19:04:56.877Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2867 | 2024-12-19T19:04:57.351Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2868 | 2024-12-19T19:04:58.583Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2869 | 2024-12-19T19:04:59.322Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2870 | 2024-12-19T19:05:00.245Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2871 | 2024-12-19T19:05:00.293Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2872 | 2024-12-19T19:05:02.048Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2873 | 2024-12-19T19:05:02.558Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2874 | 2024-12-19T19:05:02.630Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2875 | 2024-12-19T19:05:05.101Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2876 | 2024-12-19T19:05:05.453Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2877 | 2024-12-19T19:05:06.778Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2878 | 2024-12-19T19:05:09.660Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2879 | 2024-12-19T19:05:09.700Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2880 | 2024-12-19T19:05:11.117Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2881 | 2024-12-19T19:05:17.859Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2882 | 2024-12-19T19:05:25.117Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2883 | 2024-12-19T19:05:26.372Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2884 | 2024-12-19T19:05:45.312Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2885 | 2024-12-19T19:06:19.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s |
2886 | 2024-12-19T19:06:19.847Z | |
2887 | 2024-12-19T19:06:19.849Z | real 2:40.932164414 |
2888 | 2024-12-19T19:06:19.849Z | user 12:25.653899579 |
2889 | 2024-12-19T19:06:19.849Z | sys 2:41.160833965 |
2890 | 2024-12-19T19:06:19.849Z | trap 0.324548732 |
2891 | 2024-12-19T19:06:19.849Z | tflt 0.892054259 |
2892 | 2024-12-19T19:06:19.850Z | dflt 2.233719471 |
2893 | 2024-12-19T19:06:19.850Z | kflt 0.000092262 |
2894 | 2024-12-19T19:06:19.850Z | lock 25:44.409348707 |
2895 | 2024-12-19T19:06:19.850Z | slp 44:53.318936224 |
2896 | 2024-12-19T19:06:19.850Z | lat 37.301056997 |
2897 | 2024-12-19T19:06:19.850Z | stop 1:27.790739248 |
2898 | 2024-12-19T19:06:19.850Z | + mkdir tests |
2899 | 2024-12-19T19:06:19.852Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2900 | 2024-12-19T19:06:19.852Z | + xargs -I '{}' -t cp '{}' tests/ |
2901 | 2024-12-19T19:06:21.243Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f5df7907c7953471 tests/ |
2902 | 2024-12-19T19:06:21.270Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2ccb8d0e1168033e tests/ |
2903 | 2024-12-19T19:06:21.297Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-1a6136e893fbe93a tests/ |
2904 | 2024-12-19T19:06:21.326Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-38c4b58da1eaf47c tests/ |
2905 | 2024-12-19T19:06:21.563Z | + 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/*) |
2906 | 2024-12-19T19:06:21.566Z | + 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-2ccb8d0e1168033e tests/commtest-1a6136e893fbe93a tests/dhcp_server-f5df7907c7953471 tests/end_to_end_tests-38c4b58da1eaf47c 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 |
2907 | 2024-12-19T19:07:32.300Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2908 | 2024-12-19T19:07:32.300Z | a .github/buildomat/ci-env.sh 1K |
2909 | 2024-12-19T19:07:32.300Z | a out/target/test 1K |
2910 | 2024-12-19T19:07:32.300Z | a out/npuzone/npuzone 23144K |
2911 | 2024-12-19T19:07:32.300Z | a package-manifest.toml 32K |
2912 | 2024-12-19T19:07:32.300Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2913 | 2024-12-19T19:07:32.300Z | a target/release/omicron-package 36300K |
2914 | 2024-12-19T19:07:32.300Z | a target/release/xtask 11762K |
2915 | 2024-12-19T19:07:32.300Z | a target/debug/bootstrap 210153K |
2916 | 2024-12-19T19:07:32.300Z | a tests/bootstrap-2ccb8d0e1168033e 24246K |
2917 | 2024-12-19T19:07:32.300Z | a tests/commtest-1a6136e893fbe93a 25022K |
2918 | 2024-12-19T19:07:32.300Z | a tests/dhcp_server-f5df7907c7953471 24246K |
2919 | 2024-12-19T19:07:32.300Z | a tests/end_to_end_tests-38c4b58da1eaf47c 228212K |
2920 | 2024-12-19T19:07:32.300Z | a out/clickhouse.tar.gz 280540K |
2921 | 2024-12-19T19:07:32.300Z | a out/clickhouse_keeper.tar.gz 280540K |
2922 | 2024-12-19T19:07:32.300Z | a out/clickhouse_server.tar.gz 280537K |
2923 | 2024-12-19T19:07:32.300Z | a out/cockroachdb.tar.gz 134578K |
2924 | 2024-12-19T19:07:32.300Z | a out/crucible-dtrace.tar 85K |
2925 | 2024-12-19T19:07:32.300Z | a out/crucible-pantry-zone.tar.gz 28190K |
2926 | 2024-12-19T19:07:32.300Z | a out/crucible-zone.tar.gz 36406K |
2927 | 2024-12-19T19:07:32.300Z | a out/external-dns.tar.gz 35283K |
2928 | 2024-12-19T19:07:32.300Z | a out/internal-dns.tar.gz 35283K |
2929 | 2024-12-19T19:07:32.300Z | a out/mg-ddm-gz.tar 63075K |
2930 | 2024-12-19T19:07:32.300Z | a out/nexus.tar.gz 98275K |
2931 | 2024-12-19T19:07:32.300Z | a out/ntp.tar.gz 10370K |
2932 | 2024-12-19T19:07:32.300Z | a out/omicron-gateway-softnpu.tar.gz 23924K |
2933 | 2024-12-19T19:07:32.300Z | a out/omicron-sled-agent.tar 113537K |
2934 | 2024-12-19T19:07:32.300Z | a out/overlay.tar.gz 3K |
2935 | 2024-12-19T19:07:32.300Z | a out/oximeter.tar.gz 47739K |
2936 | 2024-12-19T19:07:32.300Z | a out/oxlog.tar 3088K |
2937 | 2024-12-19T19:07:32.301Z | a out/probe.tar.gz 2764K |
2938 | 2024-12-19T19:07:32.301Z | a out/propolis-server.tar.gz 66730K |
2939 | 2024-12-19T19:07:32.301Z | a out/pumpkind-gz.tar 26665K |
2940 | 2024-12-19T19:07:32.301Z | a out/switch-softnpu.tar.gz 235592K |
2941 | 2024-12-19T19:07:32.304Z | |
2942 | 2024-12-19T19:07:32.304Z | real 1:10.729134314 |
2943 | 2024-12-19T19:07:32.304Z | user 1:07.585912924 |
2944 | 2024-12-19T19:07:32.304Z | sys 4.465883427 |
2945 | 2024-12-19T19:07:32.304Z | trap 0.018501929 |
2946 | 2024-12-19T19:07:32.304Z | tflt 0.000000000 |
2947 | 2024-12-19T19:07:32.304Z | dflt 0.000000000 |
2948 | 2024-12-19T19:07:32.304Z | kflt 0.000000000 |
2949 | 2024-12-19T19:07:32.304Z | lock 0.000000000 |
2950 | 2024-12-19T19:07:32.304Z | slp 1:07.378296733 |
2951 | 2024-12-19T19:07:32.304Z | lat 2.004067982 |
2952 | 2024-12-19T19:07:32.304Z | stop 0.000535257 |
2953 | 2024-12-19T19:07:32.304Z | process exited: duration 1985917 ms, exit code 0 |
|
2954 | 2024-12-19T19:07:32.319Z | found 1 output files |
2955 | 2024-12-19T19:07:32.319Z | uploading: /work/package.tar.gz (1854826380 bytes) |
2956 | 2024-12-19T19:08:14.773Z | uploaded: /work/package.tar.gz |