|
|
|
1 | 2024-08-29T15:43:13.958Z | job assigned to worker 01J6FCTJAXSAMW56VA6J1HBT6D (queued for 1 m 5 s) |
|
2 | 2024-08-29T15:43:21.066Z | starting task 0: "setup" |
3 | 2024-08-29T15:43:21.074Z | ++ uname -s |
4 | 2024-08-29T15:43:21.077Z | + kern=SunOS |
5 | 2024-08-29T15:43:21.077Z | + case "$kern" in |
6 | 2024-08-29T15:43:21.077Z | + groupadd -g 12345 build |
7 | 2024-08-29T15:43:21.079Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-29T15:43:23.089Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-29T15:43:23.170Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-29T15:43:23.173Z | + home_fs=zfs |
11 | 2024-08-29T15:43:23.173Z | + [[ zfs == autofs ]] |
12 | 2024-08-29T15:43:23.173Z | + mkdir -p /home/build |
13 | 2024-08-29T15:43:23.175Z | + chown build:build /home/build /work |
14 | 2024-08-29T15:43:25.178Z | + chmod 0700 /home/build /work |
15 | 2024-08-29T15:43:25.181Z | process exited: duration 4115 ms, exit code 0 |
|
16 | 2024-08-29T15:43:25.186Z | starting task 1: "rust-toolchain" |
17 | 2024-08-29T15:43:25.191Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-29T15:43:25.191Z | ' 1.80.1 |
19 | 2024-08-29T15:43:25.191Z | * toolchain channel = "1.80.1" |
20 | 2024-08-29T15:43:25.193Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-29T15:43:25.194Z | * toolchain profile = "default" |
22 | 2024-08-29T15:43:25.194Z | ' default |
23 | 2024-08-29T15:43:25.194Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-29T15:43:25.194Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-29T15:43:25.310Z | info: downloading installer |
26 | 2024-08-29T15:43:26.610Z | info: profile set to 'default' |
27 | 2024-08-29T15:43:26.611Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-29T15:43:26.613Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-29T15:43:26.755Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-29T15:43:26.755Z | info: downloading component 'cargo' |
31 | 2024-08-29T15:43:27.561Z | info: downloading component 'clippy' |
32 | 2024-08-29T15:43:27.852Z | info: downloading component 'rust-docs' |
33 | 2024-08-29T15:43:28.975Z | info: downloading component 'rust-std' |
34 | 2024-08-29T15:43:30.568Z | info: downloading component 'rustc' |
35 | 2024-08-29T15:43:34.937Z | info: downloading component 'rustfmt' |
36 | 2024-08-29T15:43:35.170Z | info: installing component 'cargo' |
37 | 2024-08-29T15:43:35.998Z | info: installing component 'clippy' |
38 | 2024-08-29T15:43:36.362Z | info: installing component 'rust-docs' |
39 | 2024-08-29T15:43:38.009Z | info: installing component 'rust-std' |
40 | 2024-08-29T15:43:39.705Z | info: installing component 'rustc' |
41 | 2024-08-29T15:43:44.008Z | info: installing component 'rustfmt' |
42 | 2024-08-29T15:43:44.344Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-29T15:43:44.344Z | |
44 | 2024-08-29T15:43:44.598Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-29T15:43:44.598Z | |
46 | 2024-08-29T15:43:44.600Z | |
47 | 2024-08-29T15:43:44.600Z | Rust is installed now. Great! |
48 | 2024-08-29T15:43:44.600Z | |
49 | 2024-08-29T15:43:44.600Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-29T15:43:44.600Z | environment variable. This has not been done automatically. |
51 | 2024-08-29T15:43:44.600Z | |
52 | 2024-08-29T15:43:44.600Z | To configure your current shell, you need to source |
53 | 2024-08-29T15:43:44.600Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-29T15:43:44.600Z | |
55 | 2024-08-29T15:43:44.600Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-29T15:43:44.600Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-29T15:43:44.600Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-29T15:43:44.647Z | + rustc --version |
59 | 2024-08-29T15:43:44.709Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-29T15:43:44.712Z | process exited: duration 19519 ms, exit code 0 |
|
61 | 2024-08-29T15:43:44.717Z | starting task 2: "authentication" |
62 | 2024-08-29T15:43:44.737Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-08-29T15:43:44.742Z | starting task 3: "clone repository" |
64 | 2024-08-29T15:43:44.747Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-29T15:43:44.750Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-29T15:43:44.871Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-29T15:43:51.435Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-29T15:43:51.435Z | + git fetch origin 8b04c532ccd82131fe17d57692fd9617ab2ce366 |
69 | 2024-08-29T15:43:51.703Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-29T15:43:51.703Z | * branch 8b04c532ccd82131fe17d57692fd9617ab2ce366 -> FETCH_HEAD |
71 | 2024-08-29T15:43:51.713Z | + [[ -n renovate/russh-monorepo ]] |
72 | 2024-08-29T15:43:51.715Z | ++ git branch --show-current |
73 | 2024-08-29T15:43:51.717Z | + current=main |
74 | 2024-08-29T15:43:51.717Z | + [[ main != renovate/russh-monorepo ]] |
75 | 2024-08-29T15:43:51.717Z | + git branch -f renovate/russh-monorepo 8b04c532ccd82131fe17d57692fd9617ab2ce366 |
76 | 2024-08-29T15:43:51.720Z | + git checkout -f renovate/russh-monorepo |
77 | 2024-08-29T15:43:51.839Z | Switched to branch 'renovate/russh-monorepo' |
78 | 2024-08-29T15:43:51.842Z | + git reset --hard 8b04c532ccd82131fe17d57692fd9617ab2ce366 |
79 | 2024-08-29T15:43:51.957Z | HEAD is now at 8b04c532c Update russh monorepo to 0.45.0 |
80 | 2024-08-29T15:43:51.960Z | process exited: duration 7214 ms, exit code 0 |
|
81 | 2024-08-29T15:43:51.965Z | starting task 4: "build" |
82 | 2024-08-29T15:43:51.970Z | + cargo --version |
83 | 2024-08-29T15:43:52.024Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-29T15:43:52.026Z | + rustc --version |
85 | 2024-08-29T15:43:52.082Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-29T15:43:52.085Z | + WORK=/work |
87 | 2024-08-29T15:43:52.088Z | + pfexec mkdir -p /work |
88 | 2024-08-29T15:43:52.090Z | + pfexec chown build /work |
89 | 2024-08-29T15:43:52.093Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-08-29T15:44:03.490Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-08-29T15:44:05.858Z | Startup: Caching catalogs ... Done |
92 | 2024-08-29T15:44:07.816Z | Planning: Solver setup ... Done (1.389s) |
93 | 2024-08-29T15:44:07.838Z | Planning: Running solver ... Done (0.022s) |
94 | 2024-08-29T15:44:07.912Z | Planning: Finding local manifests ... Done (0.033s) |
95 | 2024-08-29T15:44:07.941Z | Planning: Fetching manifests: 0/5 0% complete |
96 | 2024-08-29T15:44:08.562Z | Planning: Fetching manifests: 5/5 100% complete |
97 | 2024-08-29T15:44:08.732Z | Planning: Package planning ... Done (0.170s) |
98 | 2024-08-29T15:44:08.787Z | Planning: Merging actions ... Done (0.055s) |
99 | 2024-08-29T15:44:09.208Z | Planning: Checking for conflicting actions ... Done (0.421s) |
100 | 2024-08-29T15:44:12.275Z | Planning: Consolidating action changes ... Done (3.065s) |
101 | 2024-08-29T15:44:12.676Z | Planning: Evaluating mediators ... Done (0.401s) |
102 | 2024-08-29T15:44:12.802Z | Planning: Planning completed in 6.86 seconds |
103 | 2024-08-29T15:44:12.814Z | Packages to install: 4 |
104 | 2024-08-29T15:44:12.814Z | Packages to update: 1 |
105 | 2024-08-29T15:44:12.828Z | Mediators to change: 2 |
106 | 2024-08-29T15:44:12.828Z | Services to change: 1 |
107 | 2024-08-29T15:44:12.828Z | Estimated space available: 155.72 GB |
108 | 2024-08-29T15:44:12.828Z | Estimated space to be consumed: 1.53 GB |
109 | 2024-08-29T15:44:12.828Z | Create boot environment: No |
110 | 2024-08-29T15:44:12.828Z | Create backup boot environment: Yes |
111 | 2024-08-29T15:44:12.828Z | Rebuild boot archive: No |
112 | 2024-08-29T15:44:12.829Z | |
113 | 2024-08-29T15:44:12.829Z | Changed mediators: |
114 | 2024-08-29T15:44:12.829Z | mediator clang: |
115 | 2024-08-29T15:44:12.829Z | version: None -> 15 (system default) |
116 | 2024-08-29T15:44:12.829Z | |
117 | 2024-08-29T15:44:12.829Z | mediator llvm: |
118 | 2024-08-29T15:44:12.829Z | version: 14 (system default) -> 15 (system default) |
119 | 2024-08-29T15:44:12.830Z | |
120 | 2024-08-29T15:44:12.830Z | Changed packages: |
121 | 2024-08-29T15:44:12.830Z | helios-dev |
122 | 2024-08-29T15:44:12.830Z | developer/build-essential |
123 | 2024-08-29T15:44:12.830Z | None -> 11-2.0 |
124 | 2024-08-29T15:44:12.830Z | library/libxmlsec1 |
125 | 2024-08-29T15:44:12.830Z | None -> 1.2.35-2.0 |
126 | 2024-08-29T15:44:12.830Z | ooce/developer/clang-15 |
127 | 2024-08-29T15:44:12.831Z | None -> 15.0.7-2.0 |
128 | 2024-08-29T15:44:12.831Z | ooce/developer/llvm-15 |
129 | 2024-08-29T15:44:12.831Z | None -> 15.0.7-2.0 |
130 | 2024-08-29T15:44:12.831Z | package/pkg |
131 | 2024-08-29T15:44:12.831Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
132 | 2024-08-29T15:44:12.831Z | |
133 | 2024-08-29T15:44:12.831Z | Services: |
134 | 2024-08-29T15:44:12.831Z | restart_fmri: |
135 | 2024-08-29T15:44:12.831Z | svc:/system/update-man-index:default |
136 | 2024-08-29T15:44:12.831Z | |
137 | 2024-08-29T15:44:12.832Z | Editable files to change: |
138 | 2024-08-29T15:44:12.832Z | Update: |
139 | 2024-08-29T15:44:12.832Z | usr/share/lib/pkg/web/config.shtml |
140 | 2024-08-29T15:44:12.958Z | |
141 | 2024-08-29T15:44:12.958Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
142 | 2024-08-29T15:44:18.016Z | Download: 449/4281 items 2.5/220.6MB 1% complete (544k/s) |
143 | 2024-08-29T15:44:22.986Z | Download: 1190/4281 items 63.7/220.6MB 28% complete (6.6M/s) |
144 | 2024-08-29T15:44:28.006Z | Download: 1199/4281 items 83.5/220.6MB 37% complete (8.1M/s) |
145 | 2024-08-29T15:44:33.104Z | Download: 2216/4281 items 119.2/220.6MB 54% complete (5.6M/s) |
146 | 2024-08-29T15:44:38.117Z | Download: 3074/4281 items 121.4/220.6MB 55% complete (4.0M/s) |
147 | 2024-08-29T15:44:43.120Z | Download: 3392/4281 items 213.3/220.6MB 96% complete (9.4M/s) |
148 | 2024-08-29T15:44:45.804Z | Download: Completed 220.60 MB in 32.84 seconds (6.7M/s) |
149 | 2024-08-29T15:44:47.753Z | Actions: 1/5063 actions (Removing old actions) |
150 | 2024-08-29T15:44:47.769Z | Actions: 194/5063 actions (Installing new actions) |
151 | 2024-08-29T15:44:52.820Z | Actions: 4127/5063 actions (Installing new actions) |
152 | 2024-08-29T15:44:53.229Z | Actions: 4226/5063 actions (Updating modified actions) |
153 | 2024-08-29T15:44:53.663Z | Actions: Completed 5063 actions in 5.91 seconds. |
154 | 2024-08-29T15:44:53.948Z | Done (0.278s) |
155 | 2024-08-29T15:44:53.951Z | Done (0.000s) |
156 | 2024-08-29T15:44:54.325Z | Done (0.376s) |
157 | 2024-08-29T15:44:59.777Z | Done (5.275s) |
158 | 2024-08-29T15:45:00.047Z | Done (0.197s) |
159 | 2024-08-29T15:45:00.049Z | Done (0.000s) |
160 | 2024-08-29T15:45:00.217Z | Done (0.000s) |
161 | 2024-08-29T15:45:00.797Z | Planning: Evaluating mediator changes ... Done |
162 | 2024-08-29T15:45:00.959Z | Planning: Checking for conflicting actions ... Done |
163 | 2024-08-29T15:45:00.962Z | Planning: Consolidating action changes ... Done |
164 | 2024-08-29T15:45:01.225Z | Planning: Evaluating mediators ... Done |
165 | 2024-08-29T15:45:01.227Z | Planning: Planning completed in 0.43 seconds |
166 | 2024-08-29T15:45:01.264Z | Mediators to change: 2 |
167 | 2024-08-29T15:45:01.264Z | Create boot environment: No |
168 | 2024-08-29T15:45:01.266Z | Create backup boot environment: No |
169 | 2024-08-29T15:45:01.335Z | Done |
170 | 2024-08-29T15:45:01.335Z | Done |
171 | 2024-08-29T15:45:01.570Z | Done |
172 | 2024-08-29T15:45:05.171Z | Done |
173 | 2024-08-29T15:45:05.258Z | Done |
174 | 2024-08-29T15:45:05.261Z | Done |
175 | 2024-08-29T15:45:05.340Z | Done |
176 | 2024-08-29T15:45:05.947Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-08-29T15:45:05.949Z | Planning: Merging actions ... Done |
178 | 2024-08-29T15:45:06.134Z | Planning: Checking for conflicting actions ... Done |
179 | 2024-08-29T15:45:06.137Z | Planning: Consolidating action changes ... Done |
180 | 2024-08-29T15:45:06.397Z | Planning: Evaluating mediators ... Done |
181 | 2024-08-29T15:45:06.450Z | Planning: Planning completed in 0.74 seconds |
182 | 2024-08-29T15:45:06.491Z | Packages to change: 1 |
183 | 2024-08-29T15:45:06.491Z | Mediators to change: 1 |
184 | 2024-08-29T15:45:06.494Z | Services to change: 1 |
185 | 2024-08-29T15:45:06.494Z | Create boot environment: No |
186 | 2024-08-29T15:45:06.494Z | Create backup boot environment: Yes |
187 | 2024-08-29T15:45:08.585Z | Actions: 1/6 actions (Updating modified actions) |
188 | 2024-08-29T15:45:08.589Z | Actions: Completed 6 actions in 0.00 seconds. |
189 | 2024-08-29T15:45:08.589Z | Done |
190 | 2024-08-29T15:45:08.589Z | Done |
191 | 2024-08-29T15:45:08.666Z | Done |
192 | 2024-08-29T15:45:12.245Z | Done |
193 | 2024-08-29T15:45:12.335Z | Done |
194 | 2024-08-29T15:45:12.337Z | Done |
195 | 2024-08-29T15:45:12.448Z | Done |
196 | 2024-08-29T15:45:12.874Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
197 | 2024-08-29T15:45:12.874Z | clang system 15 system |
198 | 2024-08-29T15:45:12.874Z | csh system system illumos |
199 | 2024-08-29T15:45:12.874Z | ctags system system illumos |
200 | 2024-08-29T15:45:12.874Z | gcc vendor 12 vendor |
201 | 2024-08-29T15:45:12.874Z | gcc system 10 system |
202 | 2024-08-29T15:45:12.874Z | gcc system 7 system |
203 | 2024-08-29T15:45:12.874Z | go system 1.20 system |
204 | 2024-08-29T15:45:12.874Z | go system 1.19 system |
205 | 2024-08-29T15:45:12.874Z | llvm system 15 system |
206 | 2024-08-29T15:45:12.874Z | llvm system 14 system |
207 | 2024-08-29T15:45:12.874Z | mariadb system 10.6 system |
208 | 2024-08-29T15:45:12.874Z | mta vendor vendor dma |
209 | 2024-08-29T15:45:12.874Z | openjdk system 17 system |
210 | 2024-08-29T15:45:12.876Z | openjdk system 11 system |
211 | 2024-08-29T15:45:12.876Z | openjdk system 1.8 system |
212 | 2024-08-29T15:45:12.876Z | openssl vendor 3 vendor |
213 | 2024-08-29T15:45:12.876Z | perl system 5.36 system |
214 | 2024-08-29T15:45:12.876Z | postgresql system 15 system |
215 | 2024-08-29T15:45:12.876Z | postgresql system 13 system |
216 | 2024-08-29T15:45:12.877Z | python vendor 3 vendor |
217 | 2024-08-29T15:45:12.877Z | python system 2 system |
218 | 2024-08-29T15:45:12.877Z | python3 system 3.11 system |
219 | 2024-08-29T15:45:12.877Z | ruby system 3.0 system |
220 | 2024-08-29T15:45:12.877Z | words vendor vendor american-english |
221 | 2024-08-29T15:45:12.877Z | words system system australian-english |
222 | 2024-08-29T15:45:12.877Z | words system system british-english |
223 | 2024-08-29T15:45:12.877Z | words system system canadian-english |
224 | 2024-08-29T15:45:12.877Z | words system system french |
225 | 2024-08-29T15:45:12.877Z | words system system italian |
226 | 2024-08-29T15:45:12.877Z | words system system ngerman |
227 | 2024-08-29T15:45:12.877Z | words system system ogerman |
228 | 2024-08-29T15:45:12.877Z | words system system spanish |
229 | 2024-08-29T15:45:13.200Z | PUBLISHER TYPE STATUS P LOCATION |
230 | 2024-08-29T15:45:13.200Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
231 | 2024-08-29T15:45:14.985Z | FMRI IFO |
232 | 2024-08-29T15:45:14.986Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2024-08-29T15:45:14.986Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2024-08-29T15:45:14.986Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2024-08-29T15:45:14.986Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
236 | 2024-08-29T15:45:14.986Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
237 | 2024-08-29T15:45:14.986Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2024-08-29T15:45:14.986Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
239 | 2024-08-29T15:45:14.986Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
240 | 2024-08-29T15:45:14.986Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
241 | 2024-08-29T15:45:14.986Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
242 | 2024-08-29T15:45:14.986Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
243 | 2024-08-29T15:45:14.986Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
244 | 2024-08-29T15:45:14.986Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
245 | 2024-08-29T15:45:15.590Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
246 | 2024-08-29T15:45:15.884Z | Updating git repository `https://github.com/oxidecomputer/zone` |
247 | 2024-08-29T15:45:16.153Z | Updating crates.io index |
248 | 2024-08-29T15:45:16.155Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
249 | 2024-08-29T15:45:16.936Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
250 | 2024-08-29T15:45:17.747Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
251 | 2024-08-29T15:45:18.029Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
252 | 2024-08-29T15:45:19.560Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
253 | 2024-08-29T15:45:19.813Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
254 | 2024-08-29T15:45:20.078Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
255 | 2024-08-29T15:45:21.098Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
256 | 2024-08-29T15:45:23.022Z | Updating git repository `https://github.com/oxidecomputer/opte` |
257 | 2024-08-29T15:45:23.978Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
258 | 2024-08-29T15:45:24.652Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
259 | 2024-08-29T15:45:25.076Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
260 | 2024-08-29T15:45:25.695Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
261 | 2024-08-29T15:45:25.970Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
262 | 2024-08-29T15:45:26.430Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
263 | 2024-08-29T15:45:26.668Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
264 | 2024-08-29T15:45:26.987Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
265 | 2024-08-29T15:45:27.237Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
266 | 2024-08-29T15:45:27.499Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
267 | 2024-08-29T15:45:27.775Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
268 | 2024-08-29T15:45:28.053Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
269 | 2024-08-29T15:45:28.322Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
270 | 2024-08-29T15:45:28.637Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
271 | 2024-08-29T15:45:29.121Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
272 | 2024-08-29T15:45:29.517Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
273 | 2024-08-29T15:45:29.951Z | Updating git repository `https://github.com/oxidecomputer/typify` |
274 | 2024-08-29T15:45:32.304Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
275 | 2024-08-29T15:45:32.527Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
276 | 2024-08-29T15:45:32.789Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
277 | 2024-08-29T15:45:33.280Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
278 | 2024-08-29T15:45:34.379Z | Downloading crates ... |
279 | 2024-08-29T15:45:34.473Z | Downloaded colorchoice v1.0.1 |
280 | 2024-08-29T15:45:34.481Z | Downloaded anstyle-parse v0.2.4 |
281 | 2024-08-29T15:45:34.483Z | Downloaded anstream v0.6.14 |
282 | 2024-08-29T15:45:34.489Z | Downloaded clap_derive v4.5.13 |
283 | 2024-08-29T15:45:34.492Z | Downloaded anyhow v1.0.86 |
284 | 2024-08-29T15:45:34.496Z | Downloaded equivalent v1.0.1 |
285 | 2024-08-29T15:45:34.509Z | Downloaded scroll_derive v0.12.0 |
286 | 2024-08-29T15:45:34.512Z | Downloaded usdt-macro v0.5.0 |
287 | 2024-08-29T15:45:34.514Z | Downloaded usdt-attr-macro v0.5.0 |
288 | 2024-08-29T15:45:34.522Z | Downloaded fastrand v2.1.0 |
289 | 2024-08-29T15:45:34.524Z | Downloaded fs-err v2.11.0 |
290 | 2024-08-29T15:45:34.526Z | Downloaded dof v0.3.0 |
291 | 2024-08-29T15:45:34.526Z | Downloaded crypto-common v0.1.6 |
292 | 2024-08-29T15:45:34.528Z | Downloaded cargo-platform v0.1.8 |
293 | 2024-08-29T15:45:34.530Z | Downloaded bytecount v0.6.8 |
294 | 2024-08-29T15:45:34.535Z | Downloaded anstyle v1.0.8 |
295 | 2024-08-29T15:45:34.541Z | Downloaded thiserror-impl v1.0.63 |
296 | 2024-08-29T15:45:34.544Z | Downloaded itoa v1.0.11 |
297 | 2024-08-29T15:45:34.546Z | Downloaded heck v0.5.0 |
298 | 2024-08-29T15:45:34.548Z | Downloaded unicode-linebreak v0.1.5 |
299 | 2024-08-29T15:45:34.548Z | Downloaded strsim v0.11.1 |
300 | 2024-08-29T15:45:34.551Z | Downloaded serde_spanned v0.6.7 |
301 | 2024-08-29T15:45:34.551Z | Downloaded plain v0.2.3 |
302 | 2024-08-29T15:45:34.553Z | Downloaded camino v1.1.9 |
303 | 2024-08-29T15:45:34.567Z | Downloaded dtrace-parser v0.2.0 |
304 | 2024-08-29T15:45:34.569Z | Downloaded cfg-if v1.0.0 |
305 | 2024-08-29T15:45:34.569Z | Downloaded is_terminal_polyfill v1.70.0 |
306 | 2024-08-29T15:45:34.571Z | Downloaded pretty-hex v0.4.1 |
307 | 2024-08-29T15:45:34.585Z | Downloaded swrite v0.1.0 |
308 | 2024-08-29T15:45:34.588Z | Downloaded cargo_toml v0.20.4 |
309 | 2024-08-29T15:45:34.590Z | Downloaded sha2 v0.10.8 |
310 | 2024-08-29T15:45:34.599Z | Downloaded pest_generator v2.7.10 |
311 | 2024-08-29T15:45:34.602Z | Downloaded proc-macro-error v1.0.4 |
312 | 2024-08-29T15:45:34.608Z | Downloaded once_cell v1.19.0 |
313 | 2024-08-29T15:45:34.611Z | Downloaded fnv v1.0.7 |
314 | 2024-08-29T15:45:34.613Z | Downloaded cpufeatures v0.2.12 |
315 | 2024-08-29T15:45:34.613Z | Downloaded block-buffer v0.10.4 |
316 | 2024-08-29T15:45:34.616Z | Downloaded errno v0.3.9 |
317 | 2024-08-29T15:45:34.616Z | Downloaded clap_lex v0.7.0 |
318 | 2024-08-29T15:45:34.618Z | Downloaded digest v0.10.7 |
319 | 2024-08-29T15:45:34.618Z | Downloaded cargo_metadata v0.18.1 |
320 | 2024-08-29T15:45:34.620Z | Downloaded byteorder v1.5.0 |
321 | 2024-08-29T15:45:34.622Z | Downloaded heck v0.4.1 |
322 | 2024-08-29T15:45:34.622Z | Downloaded camino-tempfile v1.1.1 |
323 | 2024-08-29T15:45:34.624Z | Downloaded anstyle-query v1.0.3 |
324 | 2024-08-29T15:45:34.627Z | Downloaded scroll v0.12.0 |
325 | 2024-08-29T15:45:34.627Z | Downloaded smawk v0.3.2 |
326 | 2024-08-29T15:45:34.629Z | Downloaded macaddr v1.0.1 |
327 | 2024-08-29T15:45:34.629Z | Downloaded proc-macro-error-attr v1.0.4 |
328 | 2024-08-29T15:45:34.632Z | Downloaded usdt v0.5.0 |
329 | 2024-08-29T15:45:34.632Z | Downloaded tabled_derive v0.7.0 |
330 | 2024-08-29T15:45:34.632Z | Downloaded serde_tokenstream v0.2.2 |
331 | 2024-08-29T15:45:34.634Z | Downloaded memmap v0.7.0 |
332 | 2024-08-29T15:45:34.634Z | Downloaded autocfg v1.3.0 |
333 | 2024-08-29T15:45:34.637Z | Downloaded version_check v0.9.5 |
334 | 2024-08-29T15:45:34.637Z | Downloaded utf8parse v0.2.1 |
335 | 2024-08-29T15:45:34.639Z | Downloaded toml_datetime v0.6.8 |
336 | 2024-08-29T15:45:34.639Z | Downloaded thiserror v1.0.63 |
337 | 2024-08-29T15:45:34.643Z | Downloaded proc-macro2 v1.0.86 |
338 | 2024-08-29T15:45:34.645Z | Downloaded clap v4.5.16 |
339 | 2024-08-29T15:45:34.653Z | Downloaded usdt-impl v0.5.0 |
340 | 2024-08-29T15:45:34.656Z | Downloaded tempfile v3.10.1 |
341 | 2024-08-29T15:45:34.658Z | Downloaded ryu v1.0.18 |
342 | 2024-08-29T15:45:34.661Z | Downloaded serde_derive v1.0.208 |
343 | 2024-08-29T15:45:34.663Z | Downloaded ucd-trie v0.1.6 |
344 | 2024-08-29T15:45:34.665Z | Downloaded generic-array v0.14.7 |
345 | 2024-08-29T15:45:34.665Z | Downloaded textwrap v0.16.1 |
346 | 2024-08-29T15:45:34.668Z | Downloaded thread-id v4.2.1 |
347 | 2024-08-29T15:45:34.670Z | Downloaded terminal_size v0.3.0 |
348 | 2024-08-29T15:45:34.670Z | Downloaded semver v1.0.23 |
349 | 2024-08-29T15:45:34.672Z | Downloaded quote v1.0.36 |
350 | 2024-08-29T15:45:34.674Z | Downloaded pest_derive v2.7.10 |
351 | 2024-08-29T15:45:34.676Z | Downloaded bitflags v2.6.0 |
352 | 2024-08-29T15:45:34.679Z | Downloaded zerocopy-derive v0.7.34 |
353 | 2024-08-29T15:45:34.683Z | Downloaded toml v0.8.19 |
354 | 2024-08-29T15:45:34.686Z | Downloaded log v0.4.21 |
355 | 2024-08-29T15:45:34.697Z | Downloaded unicode-ident v1.0.12 |
356 | 2024-08-29T15:45:34.703Z | Downloaded pest_meta v2.7.10 |
357 | 2024-08-29T15:45:34.705Z | Downloaded papergrid v0.11.0 |
358 | 2024-08-29T15:45:34.712Z | Downloaded serde v1.0.208 |
359 | 2024-08-29T15:45:34.720Z | Downloaded typenum v1.17.0 |
360 | 2024-08-29T15:45:34.726Z | Downloaded memchr v2.7.2 |
361 | 2024-08-29T15:45:34.736Z | Downloaded indexmap v2.4.0 |
362 | 2024-08-29T15:45:34.741Z | Downloaded toml_edit v0.22.20 |
363 | 2024-08-29T15:45:34.762Z | Downloaded pest v2.7.10 |
364 | 2024-08-29T15:45:34.772Z | Downloaded hashbrown v0.14.5 |
365 | 2024-08-29T15:45:34.777Z | Downloaded zerocopy v0.7.34 |
366 | 2024-08-29T15:45:34.802Z | Downloaded serde_json v1.0.125 |
367 | 2024-08-29T15:45:34.822Z | Downloaded winnow v0.6.18 |
368 | 2024-08-29T15:45:34.829Z | Downloaded goblin v0.8.2 |
369 | 2024-08-29T15:45:34.835Z | Downloaded clap_builder v4.5.15 |
370 | 2024-08-29T15:45:34.841Z | Downloaded tabled v0.15.0 |
371 | 2024-08-29T15:45:34.856Z | Downloaded syn v1.0.109 |
372 | 2024-08-29T15:45:34.865Z | Downloaded syn v2.0.74 |
373 | 2024-08-29T15:45:34.875Z | Downloaded rustix v0.38.34 |
374 | 2024-08-29T15:45:34.896Z | Downloaded unicode-width v0.1.13 |
375 | 2024-08-29T15:45:34.917Z | Downloaded libc v0.2.158 |
376 | 2024-08-29T15:45:35.221Z | Compiling proc-macro2 v1.0.86 |
377 | 2024-08-29T15:45:35.221Z | Compiling unicode-ident v1.0.12 |
378 | 2024-08-29T15:45:35.223Z | Compiling serde v1.0.208 |
379 | 2024-08-29T15:45:35.223Z | Compiling version_check v0.9.5 |
380 | 2024-08-29T15:45:35.223Z | Compiling thiserror v1.0.63 |
381 | 2024-08-29T15:45:35.223Z | Compiling memchr v2.7.2 |
382 | 2024-08-29T15:45:35.223Z | Compiling libc v0.2.158 |
383 | 2024-08-29T15:45:35.223Z | Compiling itoa v1.0.11 |
384 | 2024-08-29T15:45:35.525Z | Compiling ucd-trie v0.1.6 |
385 | 2024-08-29T15:45:35.558Z | Compiling ryu v1.0.18 |
386 | 2024-08-29T15:45:36.050Z | Compiling once_cell v1.19.0 |
387 | 2024-08-29T15:45:36.076Z | Compiling byteorder v1.5.0 |
388 | 2024-08-29T15:45:36.100Z | Compiling serde_json v1.0.125 |
389 | 2024-08-29T15:45:36.166Z | Compiling rustix v0.38.34 |
390 | 2024-08-29T15:45:36.531Z | Compiling bitflags v2.6.0 |
391 | 2024-08-29T15:45:36.555Z | Compiling proc-macro-error-attr v1.0.4 |
392 | 2024-08-29T15:45:36.852Z | Compiling usdt-impl v0.5.0 |
393 | 2024-08-29T15:45:36.882Z | Compiling quote v1.0.36 |
394 | 2024-08-29T15:45:36.982Z | Compiling syn v1.0.109 |
395 | 2024-08-29T15:45:37.091Z | Compiling proc-macro-error v1.0.4 |
396 | 2024-08-29T15:45:37.116Z | Compiling log v0.4.21 |
397 | 2024-08-29T15:45:37.223Z | Compiling syn v2.0.74 |
398 | 2024-08-29T15:45:37.447Z | Compiling errno v0.3.9 |
399 | 2024-08-29T15:45:37.498Z | Compiling camino v1.1.9 |
400 | 2024-08-29T15:45:37.593Z | Compiling utf8parse v0.2.1 |
401 | 2024-08-29T15:45:37.734Z | Compiling plain v0.2.3 |
402 | 2024-08-29T15:45:37.758Z | Compiling hashbrown v0.14.5 |
403 | 2024-08-29T15:45:37.782Z | Compiling equivalent v1.0.1 |
404 | 2024-08-29T15:45:37.937Z | Compiling anstyle-parse v0.2.4 |
405 | 2024-08-29T15:45:38.208Z | Compiling thread-id v4.2.1 |
406 | 2024-08-29T15:45:38.364Z | Compiling winnow v0.6.18 |
407 | 2024-08-29T15:45:38.467Z | Compiling anstyle-query v1.0.3 |
408 | 2024-08-29T15:45:38.623Z | Compiling anstyle v1.0.8 |
409 | 2024-08-29T15:45:38.690Z | Compiling unicode-width v0.1.13 |
410 | 2024-08-29T15:45:38.792Z | Compiling is_terminal_polyfill v1.70.0 |
411 | 2024-08-29T15:45:38.915Z | Compiling autocfg v1.3.0 |
412 | 2024-08-29T15:45:38.936Z | Compiling pretty-hex v0.4.1 |
413 | 2024-08-29T15:45:39.089Z | Compiling indexmap v2.4.0 |
414 | 2024-08-29T15:45:39.143Z | Compiling semver v1.0.23 |
415 | 2024-08-29T15:45:39.145Z | Compiling colorchoice v1.0.1 |
416 | 2024-08-29T15:45:39.333Z | Compiling anstream v0.6.14 |
417 | 2024-08-29T15:45:39.890Z | Compiling fs-err v2.11.0 |
418 | 2024-08-29T15:45:39.924Z | Compiling terminal_size v0.3.0 |
419 | 2024-08-29T15:45:40.122Z | Compiling fnv v1.0.7 |
420 | 2024-08-29T15:45:40.193Z | Compiling heck v0.5.0 |
421 | 2024-08-29T15:45:40.214Z | Compiling heck v0.4.1 |
422 | 2024-08-29T15:45:40.260Z | Compiling bytecount v0.6.8 |
423 | 2024-08-29T15:45:40.398Z | Compiling anyhow v1.0.86 |
424 | 2024-08-29T15:45:40.491Z | Compiling cfg-if v1.0.0 |
425 | 2024-08-29T15:45:40.595Z | Compiling clap_lex v0.7.0 |
426 | 2024-08-29T15:45:40.689Z | Compiling fastrand v2.1.0 |
427 | 2024-08-29T15:45:40.722Z | Compiling strsim v0.11.1 |
428 | 2024-08-29T15:45:41.113Z | Compiling clap_builder v4.5.15 |
429 | 2024-08-29T15:45:41.219Z | Compiling tempfile v3.10.1 |
430 | 2024-08-29T15:45:41.243Z | Compiling papergrid v0.11.0 |
431 | 2024-08-29T15:45:41.505Z | Compiling memmap v0.7.0 |
432 | 2024-08-29T15:45:41.673Z | Compiling smawk v0.3.2 |
433 | 2024-08-29T15:45:41.859Z | Compiling unicode-linebreak v0.1.5 |
434 | 2024-08-29T15:45:42.166Z | Compiling swrite v0.1.0 |
435 | 2024-08-29T15:45:42.292Z | Compiling textwrap v0.16.1 |
436 | 2024-08-29T15:45:43.543Z | Compiling tabled_derive v0.7.0 |
437 | 2024-08-29T15:45:45.238Z | Compiling tabled v0.15.0 |
438 | 2024-08-29T15:45:46.125Z | Compiling serde_derive v1.0.208 |
439 | 2024-08-29T15:45:46.128Z | Compiling thiserror-impl v1.0.63 |
440 | 2024-08-29T15:45:46.128Z | Compiling zerocopy-derive v0.7.34 |
441 | 2024-08-29T15:45:46.144Z | Compiling scroll_derive v0.12.0 |
442 | 2024-08-29T15:45:46.441Z | Compiling clap_derive v4.5.13 |
443 | 2024-08-29T15:45:47.632Z | Compiling scroll v0.12.0 |
444 | 2024-08-29T15:45:48.119Z | Compiling goblin v0.8.2 |
445 | 2024-08-29T15:45:48.293Z | Compiling zerocopy v0.7.34 |
446 | 2024-08-29T15:45:48.850Z | Compiling pest v2.7.10 |
447 | 2024-08-29T15:45:49.966Z | Compiling clap v4.5.16 |
448 | 2024-08-29T15:45:51.126Z | Compiling pest_meta v2.7.10 |
449 | 2024-08-29T15:45:51.949Z | Compiling pest_generator v2.7.10 |
450 | 2024-08-29T15:45:53.905Z | Compiling pest_derive v2.7.10 |
451 | 2024-08-29T15:45:54.625Z | Compiling dtrace-parser v0.2.0 |
452 | 2024-08-29T15:45:56.326Z | Compiling serde_tokenstream v0.2.2 |
453 | 2024-08-29T15:45:56.518Z | Compiling toml_datetime v0.6.8 |
454 | 2024-08-29T15:45:56.521Z | Compiling serde_spanned v0.6.7 |
455 | 2024-08-29T15:45:56.837Z | Compiling toml_edit v0.22.20 |
456 | 2024-08-29T15:45:56.865Z | Compiling cargo-platform v0.1.8 |
457 | 2024-08-29T15:45:56.904Z | Compiling macaddr v1.0.1 |
458 | 2024-08-29T15:45:57.232Z | Compiling camino-tempfile v1.1.1 |
459 | 2024-08-29T15:45:57.803Z | Compiling dof v0.3.0 |
460 | 2024-08-29T15:45:58.033Z | Compiling cargo_metadata v0.18.1 |
461 | 2024-08-29T15:45:59.454Z | Compiling usdt-attr-macro v0.5.0 |
462 | 2024-08-29T15:45:59.456Z | Compiling usdt-macro v0.5.0 |
463 | 2024-08-29T15:45:59.637Z | Compiling toml v0.8.19 |
464 | 2024-08-29T15:46:00.489Z | Compiling cargo_toml v0.20.4 |
465 | 2024-08-29T15:46:00.891Z | Compiling usdt v0.5.0 |
466 | 2024-08-29T15:46:04.239Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
467 | 2024-08-29T15:46:08.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.05s |
468 | 2024-08-29T15:46:08.683Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
469 | 2024-08-29T15:46:09.252Z | Downloading crates ... |
470 | 2024-08-29T15:46:09.385Z | Downloaded argon2 v0.5.3 |
471 | 2024-08-29T15:46:09.389Z | Downloaded addr2line v0.21.0 |
472 | 2024-08-29T15:46:09.395Z | Downloaded atomicwrites v0.4.3 |
473 | 2024-08-29T15:46:09.397Z | Downloaded crunchy v0.2.2 |
474 | 2024-08-29T15:46:09.402Z | Downloaded ciborium-io v0.2.2 |
475 | 2024-08-29T15:46:09.405Z | Downloaded cstr-argument v0.1.2 |
476 | 2024-08-29T15:46:09.407Z | Downloaded is-terminal v0.4.12 |
477 | 2024-08-29T15:46:09.410Z | Downloaded darling_macro v0.20.9 |
478 | 2024-08-29T15:46:09.412Z | Downloaded assert_matches v1.5.0 |
479 | 2024-08-29T15:46:09.412Z | Downloaded ascii-canvas v3.0.0 |
480 | 2024-08-29T15:46:09.415Z | Downloaded async-stream v0.3.5 |
481 | 2024-08-29T15:46:09.415Z | Downloaded arrayref v0.3.7 |
482 | 2024-08-29T15:46:09.417Z | Downloaded async-stream-impl v0.3.5 |
483 | 2024-08-29T15:46:09.417Z | Downloaded aead v0.5.2 |
484 | 2024-08-29T15:46:09.420Z | Downloaded bitstruct_derive v0.1.0 |
485 | 2024-08-29T15:46:09.422Z | Downloaded ident_case v1.0.1 |
486 | 2024-08-29T15:46:09.424Z | Downloaded crossbeam-deque v0.8.5 |
487 | 2024-08-29T15:46:09.424Z | Downloaded constant_time_eq v0.3.0 |
488 | 2024-08-29T15:46:09.427Z | Downloaded md5 v0.7.0 |
489 | 2024-08-29T15:46:09.429Z | Downloaded new_debug_unreachable v1.0.6 |
490 | 2024-08-29T15:46:09.429Z | Downloaded cassowary v0.3.0 |
491 | 2024-08-29T15:46:09.432Z | Downloaded base16ct v0.2.0 |
492 | 2024-08-29T15:46:09.434Z | Downloaded cobs v0.2.3 |
493 | 2024-08-29T15:46:09.436Z | Downloaded cipher v0.4.4 |
494 | 2024-08-29T15:46:09.436Z | Downloaded bit-vec v0.6.3 |
495 | 2024-08-29T15:46:09.439Z | Downloaded cbc v0.1.2 |
496 | 2024-08-29T15:46:09.441Z | Downloaded instant v0.1.12 |
497 | 2024-08-29T15:46:09.443Z | Downloaded block-padding v0.3.3 |
498 | 2024-08-29T15:46:09.446Z | Downloaded keccak v0.1.5 |
499 | 2024-08-29T15:46:09.448Z | Downloaded bitflags v1.3.2 |
500 | 2024-08-29T15:46:09.450Z | Downloaded humantime v2.1.0 |
501 | 2024-08-29T15:46:09.453Z | Downloaded hubpack v0.1.2 |
502 | 2024-08-29T15:46:09.456Z | Downloaded indoc v1.0.9 |
503 | 2024-08-29T15:46:09.458Z | Downloaded hyper-tls v0.5.0 |
504 | 2024-08-29T15:46:09.460Z | Downloaded atty v0.2.14 |
505 | 2024-08-29T15:46:09.460Z | Downloaded hyper-rustls v0.24.2 |
506 | 2024-08-29T15:46:09.463Z | Downloaded maybe-uninit v2.0.0 |
507 | 2024-08-29T15:46:09.466Z | Downloaded nibble_vec v0.1.0 |
508 | 2024-08-29T15:46:09.468Z | Downloaded mime v0.3.17 |
509 | 2024-08-29T15:46:09.470Z | Downloaded nanorand v0.7.0 |
510 | 2024-08-29T15:46:09.473Z | Downloaded linear-map v1.2.0 |
511 | 2024-08-29T15:46:09.475Z | Downloaded mockall v0.13.0 |
512 | 2024-08-29T15:46:09.475Z | Downloaded newtype-uuid v1.1.0 |
513 | 2024-08-29T15:46:09.477Z | Downloaded backoff v0.4.0 |
514 | 2024-08-29T15:46:09.480Z | Downloaded linked-hash-map v0.5.6 |
515 | 2024-08-29T15:46:09.482Z | Downloaded crc32fast v1.4.0 |
516 | 2024-08-29T15:46:09.485Z | Downloaded normalize-line-endings v0.3.0 |
517 | 2024-08-29T15:46:09.485Z | Downloaded newline-converter v0.3.0 |
518 | 2024-08-29T15:46:09.487Z | Downloaded newtype_derive v0.1.6 |
519 | 2024-08-29T15:46:09.489Z | Downloaded match_cfg v0.1.0 |
520 | 2024-08-29T15:46:09.489Z | Downloaded cookie v0.17.0 |
521 | 2024-08-29T15:46:09.492Z | Downloaded num-conv v0.1.0 |
522 | 2024-08-29T15:46:09.494Z | Downloaded cookie_store v0.20.0 |
523 | 2024-08-29T15:46:09.496Z | Downloaded chacha20 v0.9.1 |
524 | 2024-08-29T15:46:09.499Z | Downloaded ipnet v2.9.0 |
525 | 2024-08-29T15:46:09.501Z | Downloaded kstat-rs v0.2.4 |
526 | 2024-08-29T15:46:09.503Z | Downloaded inout v0.1.3 |
527 | 2024-08-29T15:46:09.505Z | Downloaded serde-big-array v0.5.1 |
528 | 2024-08-29T15:46:09.510Z | Downloaded atomic-waker v1.1.2 |
529 | 2024-08-29T15:46:09.510Z | Downloaded strum v0.26.3 |
530 | 2024-08-29T15:46:09.511Z | Downloaded impl-trait-for-tuples v0.2.2 |
531 | 2024-08-29T15:46:09.516Z | Downloaded httpdate v1.0.3 |
532 | 2024-08-29T15:46:09.516Z | Downloaded memoffset v0.9.1 |
533 | 2024-08-29T15:46:09.516Z | Downloaded multimap v0.10.0 |
534 | 2024-08-29T15:46:09.519Z | Downloaded internet-checksum v0.2.1 |
535 | 2024-08-29T15:46:09.519Z | Downloaded indent_write v2.2.0 |
536 | 2024-08-29T15:46:09.522Z | Downloaded termtree v0.4.1 |
537 | 2024-08-29T15:46:09.522Z | Downloaded sqlparser_derive v0.2.2 |
538 | 2024-08-29T15:46:09.524Z | Downloaded hyper-staticfile v0.9.5 |
539 | 2024-08-29T15:46:09.526Z | Downloaded num-complex v0.4.6 |
540 | 2024-08-29T15:46:09.528Z | Downloaded num v0.4.3 |
541 | 2024-08-29T15:46:09.530Z | Downloaded nodrop v0.1.14 |
542 | 2024-08-29T15:46:09.530Z | Downloaded lru v0.12.3 |
543 | 2024-08-29T15:46:09.532Z | Downloaded md-5 v0.10.6 |
544 | 2024-08-29T15:46:09.534Z | Downloaded lazy_static v1.5.0 |
545 | 2024-08-29T15:46:09.537Z | Downloaded ctr v0.9.2 |
546 | 2024-08-29T15:46:09.539Z | Downloaded libsw v3.3.1 |
547 | 2024-08-29T15:46:09.541Z | Downloaded crc-any v2.5.0 |
548 | 2024-08-29T15:46:09.544Z | Downloaded toolchain_find v0.4.0 |
549 | 2024-08-29T15:46:09.546Z | Downloaded indexmap v1.9.3 |
550 | 2024-08-29T15:46:09.549Z | Downloaded colored v2.1.0 |
551 | 2024-08-29T15:46:09.552Z | Downloaded ahash v0.8.11 |
552 | 2024-08-29T15:46:09.555Z | Downloaded crc v3.2.1 |
553 | 2024-08-29T15:46:09.558Z | Downloaded rustls-pemfile v1.0.4 |
554 | 2024-08-29T15:46:09.562Z | Downloaded serde-hex v0.1.0 |
555 | 2024-08-29T15:46:09.564Z | Downloaded foreign-types-shared v0.1.1 |
556 | 2024-08-29T15:46:09.566Z | Downloaded slab v0.4.9 |
557 | 2024-08-29T15:46:09.568Z | Downloaded num_threads v0.1.7 |
558 | 2024-08-29T15:46:09.569Z | Downloaded strip-ansi-escapes v0.2.0 |
559 | 2024-08-29T15:46:09.571Z | Downloaded sha1 v0.10.6 |
560 | 2024-08-29T15:46:09.573Z | Downloaded path-slash v0.1.5 |
561 | 2024-08-29T15:46:09.575Z | Downloaded bzip2 v0.4.4 |
562 | 2024-08-29T15:46:09.577Z | Downloaded jobserver v0.1.32 |
563 | 2024-08-29T15:46:09.580Z | Downloaded oso-derive v0.27.3 |
564 | 2024-08-29T15:46:09.580Z | Downloaded openssl-probe v0.1.5 |
565 | 2024-08-29T15:46:09.582Z | Downloaded bytes v1.7.1 |
566 | 2024-08-29T15:46:09.587Z | Downloaded arc-swap v1.7.1 |
567 | 2024-08-29T15:46:09.595Z | Downloaded supports-color v3.0.0 |
568 | 2024-08-29T15:46:09.595Z | Downloaded tls_codec v0.4.1 |
569 | 2024-08-29T15:46:09.595Z | Downloaded untrusted v0.9.0 |
570 | 2024-08-29T15:46:09.598Z | Downloaded untrusted v0.7.1 |
571 | 2024-08-29T15:46:09.598Z | Downloaded chacha20poly1305 v0.10.1 |
572 | 2024-08-29T15:46:09.601Z | Downloaded topological-sort v0.2.2 |
573 | 2024-08-29T15:46:09.604Z | Downloaded compact_str v0.8.0 |
574 | 2024-08-29T15:46:09.606Z | Downloaded curve25519-dalek-derive v0.1.1 |
575 | 2024-08-29T15:46:09.608Z | Downloaded pretty-hex v0.2.1 |
576 | 2024-08-29T15:46:09.610Z | Downloaded hmac v0.12.1 |
577 | 2024-08-29T15:46:09.612Z | Downloaded tui-tree-widget v0.22.0 |
578 | 2024-08-29T15:46:09.614Z | Downloaded smf v0.2.3 |
579 | 2024-08-29T15:46:09.617Z | Downloaded xattr v1.3.1 |
580 | 2024-08-29T15:46:09.619Z | Downloaded zeroize v1.7.0 |
581 | 2024-08-29T15:46:09.619Z | Downloaded crossbeam-utils v0.8.19 |
582 | 2024-08-29T15:46:09.622Z | Downloaded foreign-types-macros v0.2.3 |
583 | 2024-08-29T15:46:09.624Z | Downloaded futures-sink v0.3.30 |
584 | 2024-08-29T15:46:09.627Z | Downloaded dsl_auto_type v0.1.2 |
585 | 2024-08-29T15:46:09.627Z | Downloaded bitfield v0.14.0 |
586 | 2024-08-29T15:46:09.629Z | Downloaded console v0.15.8 |
587 | 2024-08-29T15:46:09.632Z | Downloaded tower-service v0.3.2 |
588 | 2024-08-29T15:46:09.634Z | Downloaded clang-sys v1.7.0 |
589 | 2024-08-29T15:46:09.637Z | Downloaded cookie v0.18.1 |
590 | 2024-08-29T15:46:09.640Z | Downloaded derive_builder_macro v0.20.0 |
591 | 2024-08-29T15:46:09.642Z | Downloaded hex-literal v0.4.1 |
592 | 2024-08-29T15:46:09.644Z | Downloaded hex v0.4.3 |
593 | 2024-08-29T15:46:09.646Z | Downloaded heck v0.3.3 |
594 | 2024-08-29T15:46:09.646Z | Downloaded tokio-tungstenite v0.21.0 |
595 | 2024-08-29T15:46:09.649Z | Downloaded crossbeam-epoch v0.9.18 |
596 | 2024-08-29T15:46:09.653Z | Downloaded native-tls v0.2.11 |
597 | 2024-08-29T15:46:09.655Z | Downloaded mockall_derive v0.13.0 |
598 | 2024-08-29T15:46:09.658Z | Downloaded base64 v0.21.7 |
599 | 2024-08-29T15:46:09.662Z | Downloaded universal-hash v0.5.1 |
600 | 2024-08-29T15:46:09.664Z | Downloaded psl-types v2.0.11 |
601 | 2024-08-29T15:46:09.667Z | Downloaded proc-macro-crate v1.3.1 |
602 | 2024-08-29T15:46:09.667Z | Downloaded headers-core v0.2.0 |
603 | 2024-08-29T15:46:09.669Z | Downloaded ron v0.7.1 |
604 | 2024-08-29T15:46:09.673Z | Downloaded fxhash v0.2.1 |
605 | 2024-08-29T15:46:09.676Z | Downloaded futures-core v0.3.30 |
606 | 2024-08-29T15:46:09.678Z | Downloaded shlex v1.3.0 |
607 | 2024-08-29T15:46:09.678Z | Downloaded primeorder v0.13.6 |
608 | 2024-08-29T15:46:09.681Z | Downloaded rustfmt-wrapper v0.2.1 |
609 | 2024-08-29T15:46:09.684Z | Downloaded rustc_version v0.4.0 |
610 | 2024-08-29T15:46:09.684Z | Downloaded structmeta-derive v0.2.0 |
611 | 2024-08-29T15:46:09.686Z | Downloaded structmeta-derive v0.3.0 |
612 | 2024-08-29T15:46:09.688Z | Downloaded slog-stdlog v4.1.1 |
613 | 2024-08-29T15:46:09.688Z | Downloaded pbkdf2 v0.11.0 |
614 | 2024-08-29T15:46:09.691Z | Downloaded hashlink v0.9.1 |
615 | 2024-08-29T15:46:09.694Z | Downloaded russh-cryptovec v0.7.2 |
616 | 2024-08-29T15:46:09.696Z | Downloaded precomputed-hash v0.1.1 |
617 | 2024-08-29T15:46:09.696Z | Downloaded ref-cast-impl v1.0.23 |
618 | 2024-08-29T15:46:09.698Z | Downloaded indicatif v0.17.8 |
619 | 2024-08-29T15:46:09.702Z | Downloaded thiserror-impl-no-std v2.0.2 |
620 | 2024-08-29T15:46:09.704Z | Downloaded thiserror-no-std v2.0.2 |
621 | 2024-08-29T15:46:09.708Z | Downloaded ed25519 v2.2.3 |
622 | 2024-08-29T15:46:09.711Z | Downloaded pkcs1 v0.7.5 |
623 | 2024-08-29T15:46:09.714Z | Downloaded allocator-api2 v0.2.18 |
624 | 2024-08-29T15:46:09.718Z | Downloaded test-strategy v0.3.1 |
625 | 2024-08-29T15:46:09.722Z | Downloaded hickory-server v0.24.1 |
626 | 2024-08-29T15:46:09.729Z | Downloaded samael v0.0.15 |
627 | 2024-08-29T15:46:09.735Z | Downloaded num_enum v0.5.11 |
628 | 2024-08-29T15:46:09.751Z | Downloaded zone_cfg_derive v0.1.2 |
629 | 2024-08-29T15:46:09.753Z | Downloaded pin-utils v0.1.0 |
630 | 2024-08-29T15:46:09.755Z | Downloaded ref-cast v1.0.23 |
631 | 2024-08-29T15:46:09.758Z | Downloaded ppv-lite86 v0.2.17 |
632 | 2024-08-29T15:46:09.760Z | Downloaded powerfmt v0.2.0 |
633 | 2024-08-29T15:46:09.762Z | Downloaded omicron-zone-package v0.11.0 |
634 | 2024-08-29T15:46:09.764Z | Downloaded slog-json v2.6.1 |
635 | 2024-08-29T15:46:09.767Z | Downloaded siphasher v0.3.11 |
636 | 2024-08-29T15:46:09.769Z | Downloaded mio v0.8.11 |
637 | 2024-08-29T15:46:09.774Z | Downloaded strum_macros v0.24.3 |
638 | 2024-08-29T15:46:09.777Z | Downloaded predicates v3.1.2 |
639 | 2024-08-29T15:46:09.780Z | Downloaded signal-hook-tokio v0.3.1 |
640 | 2024-08-29T15:46:09.782Z | Downloaded rustc-hash v1.1.0 |
641 | 2024-08-29T15:46:09.785Z | Downloaded env_logger v0.10.2 |
642 | 2024-08-29T15:46:09.787Z | Downloaded env_logger v0.9.3 |
643 | 2024-08-29T15:46:09.789Z | Downloaded tinyvec_macros v0.1.1 |
644 | 2024-08-29T15:46:09.792Z | Downloaded prettyplease v0.2.20 |
645 | 2024-08-29T15:46:09.795Z | Downloaded tungstenite v0.21.0 |
646 | 2024-08-29T15:46:09.799Z | Downloaded ghash v0.5.1 |
647 | 2024-08-29T15:46:09.801Z | Downloaded postgres-types v0.2.7 |
648 | 2024-08-29T15:46:09.803Z | Downloaded gethostname v0.5.0 |
649 | 2024-08-29T15:46:09.806Z | Downloaded vte_generate_state_changes v0.1.1 |
650 | 2024-08-29T15:46:09.806Z | Downloaded cc v1.0.97 |
651 | 2024-08-29T15:46:09.810Z | Downloaded utf-8 v0.7.6 |
652 | 2024-08-29T15:46:09.812Z | Downloaded enum-as-inner v0.6.0 |
653 | 2024-08-29T15:46:09.814Z | Downloaded http v1.1.0 |
654 | 2024-08-29T15:46:09.818Z | Downloaded downcast v0.11.0 |
655 | 2024-08-29T15:46:09.821Z | Downloaded schemars_derive v0.8.21 |
656 | 2024-08-29T15:46:09.823Z | Downloaded pem v3.0.4 |
657 | 2024-08-29T15:46:09.825Z | Downloaded peg-macros v0.8.4 |
658 | 2024-08-29T15:46:09.828Z | Downloaded num_enum_derive v0.5.11 |
659 | 2024-08-29T15:46:09.828Z | Downloaded signal-hook v0.3.17 |
660 | 2024-08-29T15:46:09.831Z | Downloaded data-encoding v2.6.0 |
661 | 2024-08-29T15:46:09.833Z | Downloaded uzers v0.11.3 |
662 | 2024-08-29T15:46:09.836Z | Downloaded portpicker v0.1.1 |
663 | 2024-08-29T15:46:09.838Z | Downloaded peg-runtime v0.8.3 |
664 | 2024-08-29T15:46:09.838Z | Downloaded pem-rfc7468 v0.7.0 |
665 | 2024-08-29T15:46:09.840Z | Downloaded packed_struct_codegen v0.10.1 |
666 | 2024-08-29T15:46:09.843Z | Downloaded packed_struct v0.10.1 |
667 | 2024-08-29T15:46:09.845Z | Downloaded structmeta v0.2.0 |
668 | 2024-08-29T15:46:09.845Z | Downloaded getopts v0.2.21 |
669 | 2024-08-29T15:46:09.848Z | Downloaded vte v0.11.1 |
670 | 2024-08-29T15:46:09.851Z | Downloaded uuid v1.10.0 |
671 | 2024-08-29T15:46:09.853Z | Downloaded getrandom v0.2.14 |
672 | 2024-08-29T15:46:09.857Z | Downloaded waitgroup v0.1.2 |
673 | 2024-08-29T15:46:09.859Z | Downloaded aes-gcm v0.10.3 |
674 | 2024-08-29T15:46:09.864Z | Downloaded funty v2.0.0 |
675 | 2024-08-29T15:46:09.866Z | Downloaded semver v0.1.20 |
676 | 2024-08-29T15:46:09.866Z | Downloaded secrecy v0.8.0 |
677 | 2024-08-29T15:46:09.868Z | Downloaded unsafe-libyaml v0.2.11 |
678 | 2024-08-29T15:46:09.871Z | Downloaded diesel_table_macro_syntax v0.2.0 |
679 | 2024-08-29T15:46:09.874Z | Downloaded num-integer v0.1.46 |
680 | 2024-08-29T15:46:09.876Z | Downloaded dhcproto-macros v0.1.0 |
681 | 2024-08-29T15:46:09.876Z | Downloaded wait-timeout v0.2.0 |
682 | 2024-08-29T15:46:09.878Z | Downloaded endian-type v0.1.2 |
683 | 2024-08-29T15:46:09.881Z | Downloaded fallible-streaming-iterator v0.1.9 |
684 | 2024-08-29T15:46:09.881Z | Downloaded tokio-stream v0.1.15 |
685 | 2024-08-29T15:46:09.885Z | Downloaded tokio-rustls v0.25.0 |
686 | 2024-08-29T15:46:09.887Z | Downloaded tokio-tungstenite v0.23.1 |
687 | 2024-08-29T15:46:09.890Z | Downloaded tokio-tungstenite v0.20.1 |
688 | 2024-08-29T15:46:09.893Z | Downloaded aes v0.8.4 |
689 | 2024-08-29T15:46:09.897Z | Downloaded signal-hook-registry v1.4.2 |
690 | 2024-08-29T15:46:09.899Z | Downloaded quick-error v1.2.3 |
691 | 2024-08-29T15:46:09.902Z | Downloaded radium v0.7.0 |
692 | 2024-08-29T15:46:09.904Z | Downloaded try-lock v0.2.5 |
693 | 2024-08-29T15:46:09.904Z | Downloaded foreign-types v0.3.2 |
694 | 2024-08-29T15:46:09.906Z | Downloaded percent-encoding v2.3.1 |
695 | 2024-08-29T15:46:09.906Z | Downloaded derive-where v1.2.7 |
696 | 2024-08-29T15:46:09.910Z | Downloaded rustc-demangle v0.1.24 |
697 | 2024-08-29T15:46:09.912Z | Downloaded parse-size v1.0.0 |
698 | 2024-08-29T15:46:09.915Z | Downloaded serde_repr v0.1.19 |
699 | 2024-08-29T15:46:09.917Z | Downloaded snafu-derive v0.8.2 |
700 | 2024-08-29T15:46:09.919Z | Downloaded unicode-xid v0.2.4 |
701 | 2024-08-29T15:46:09.922Z | Downloaded nom v7.1.3 |
702 | 2024-08-29T15:46:09.927Z | Downloaded tinyvec v1.6.0 |
703 | 2024-08-29T15:46:09.930Z | Downloaded sigpipe v0.1.3 |
704 | 2024-08-29T15:46:09.932Z | Downloaded strum_macros v0.26.4 |
705 | 2024-08-29T15:46:09.935Z | Downloaded num-derive v0.4.2 |
706 | 2024-08-29T15:46:09.937Z | Downloaded rand_chacha v0.3.1 |
707 | 2024-08-29T15:46:09.939Z | Downloaded hash32 v0.2.1 |
708 | 2024-08-29T15:46:09.942Z | Downloaded pkg-config v0.3.30 |
709 | 2024-08-29T15:46:09.944Z | Downloaded postcard v1.0.8 |
710 | 2024-08-29T15:46:09.947Z | Downloaded num-traits v0.2.19 |
711 | 2024-08-29T15:46:09.949Z | Downloaded rand_core v0.6.4 |
712 | 2024-08-29T15:46:09.952Z | Downloaded crossterm v0.28.1 |
713 | 2024-08-29T15:46:09.959Z | Downloaded num-rational v0.4.2 |
714 | 2024-08-29T15:46:09.962Z | Downloaded spki v0.7.3 |
715 | 2024-08-29T15:46:09.964Z | Downloaded unarray v0.1.4 |
716 | 2024-08-29T15:46:09.966Z | Downloaded sqlformat v0.2.4 |
717 | 2024-08-29T15:46:09.968Z | Downloaded take_mut v0.2.2 |
718 | 2024-08-29T15:46:09.970Z | Downloaded twox-hash v1.6.3 |
719 | 2024-08-29T15:46:09.973Z | Downloaded tokio-native-tls v0.3.1 |
720 | 2024-08-29T15:46:09.973Z | Downloaded libm v0.2.8 |
721 | 2024-08-29T15:46:09.982Z | Downloaded number_prefix v0.4.0 |
722 | 2024-08-29T15:46:09.984Z | Downloaded parse-display v0.10.0 |
723 | 2024-08-29T15:46:09.984Z | Downloaded group v0.13.0 |
724 | 2024-08-29T15:46:09.986Z | Downloaded vergen v8.3.2 |
725 | 2024-08-29T15:46:09.989Z | Downloaded sync_wrapper v0.1.2 |
726 | 2024-08-29T15:46:09.992Z | Downloaded sec1 v0.7.3 |
727 | 2024-08-29T15:46:09.994Z | Downloaded toml_edit v0.19.15 |
728 | 2024-08-29T15:46:10.011Z | Downloaded rtoolbox v0.0.2 |
729 | 2024-08-29T15:46:10.013Z | Downloaded phf_shared v0.10.0 |
730 | 2024-08-29T15:46:10.013Z | Downloaded float-ord v0.3.2 |
731 | 2024-08-29T15:46:10.016Z | Downloaded dirs-sys-next v0.1.2 |
732 | 2024-08-29T15:46:10.016Z | Downloaded dirs-next v2.0.0 |
733 | 2024-08-29T15:46:10.018Z | Downloaded deranged v0.3.11 |
734 | 2024-08-29T15:46:10.018Z | Downloaded zone v0.1.8 |
735 | 2024-08-29T15:46:10.021Z | Downloaded ssh-encoding v0.2.0 |
736 | 2024-08-29T15:46:10.021Z | Downloaded slog-async v2.8.0 |
737 | 2024-08-29T15:46:10.023Z | Downloaded stable_deref_trait v1.2.0 |
738 | 2024-08-29T15:46:10.025Z | Downloaded phf_shared v0.11.2 |
739 | 2024-08-29T15:46:10.025Z | Downloaded fd-lock v4.0.2 |
740 | 2024-08-29T15:46:10.027Z | Downloaded display-error-chain v0.2.1 |
741 | 2024-08-29T15:46:10.029Z | Downloaded opaque-debug v0.3.1 |
742 | 2024-08-29T15:46:10.029Z | Downloaded rpassword v7.3.1 |
743 | 2024-08-29T15:46:10.032Z | Downloaded tabwriter v1.4.0 |
744 | 2024-08-29T15:46:10.032Z | Downloaded static_assertions v1.1.0 |
745 | 2024-08-29T15:46:10.034Z | Downloaded spin v0.9.8 |
746 | 2024-08-29T15:46:10.036Z | Downloaded expectorate v1.1.0 |
747 | 2024-08-29T15:46:10.039Z | Downloaded rand_seeder v0.3.0 |
748 | 2024-08-29T15:46:10.041Z | Downloaded openssl-macros v0.1.1 |
749 | 2024-08-29T15:46:10.041Z | Downloaded password-hash v0.4.2 |
750 | 2024-08-29T15:46:10.043Z | Downloaded poly1305 v0.8.0 |
751 | 2024-08-29T15:46:10.046Z | Downloaded diesel_derives v2.2.2 |
752 | 2024-08-29T15:46:10.050Z | Downloaded time-core v0.1.2 |
753 | 2024-08-29T15:46:10.052Z | Downloaded parking_lot v0.11.2 |
754 | 2024-08-29T15:46:10.055Z | Downloaded serde_derive_internals v0.29.1 |
755 | 2024-08-29T15:46:10.057Z | Downloaded foreign-types-shared v0.3.1 |
756 | 2024-08-29T15:46:10.057Z | Downloaded want v0.3.1 |
757 | 2024-08-29T15:46:10.059Z | Downloaded scheduled-thread-pool v0.2.7 |
758 | 2024-08-29T15:46:10.059Z | Downloaded rand_xorshift v0.3.0 |
759 | 2024-08-29T15:46:10.061Z | Downloaded globset v0.4.14 |
760 | 2024-08-29T15:46:10.064Z | Downloaded walkdir v2.5.0 |
761 | 2024-08-29T15:46:10.064Z | Downloaded itertools v0.13.0 |
762 | 2024-08-29T15:46:10.073Z | Downloaded sct v0.7.1 |
763 | 2024-08-29T15:46:10.075Z | Downloaded slog v2.7.0 |
764 | 2024-08-29T15:46:10.078Z | Downloaded tracing-core v0.1.32 |
765 | 2024-08-29T15:46:10.081Z | Downloaded fixedbitset v0.4.2 |
766 | 2024-08-29T15:46:10.083Z | Downloaded hashbrown v0.13.2 |
767 | 2024-08-29T15:46:10.088Z | Downloaded steno v0.4.1 |
768 | 2024-08-29T15:46:10.092Z | Downloaded defmt-macros v0.3.9 |
769 | 2024-08-29T15:46:10.096Z | Downloaded hash32 v0.3.1 |
770 | 2024-08-29T15:46:10.098Z | Downloaded rfc6979 v0.4.0 |
771 | 2024-08-29T15:46:10.098Z | Downloaded defmt-parser v0.3.4 |
772 | 2024-08-29T15:46:10.101Z | Downloaded tap v1.0.1 |
773 | 2024-08-29T15:46:10.101Z | Downloaded debug-ignore v1.0.5 |
774 | 2024-08-29T15:46:10.103Z | Downloaded string_cache v0.8.7 |
775 | 2024-08-29T15:46:10.105Z | Downloaded p256 v0.13.2 |
776 | 2024-08-29T15:46:10.108Z | Downloaded unicase v2.7.0 |
777 | 2024-08-29T15:46:10.110Z | Downloaded url v2.5.2 |
778 | 2024-08-29T15:46:10.113Z | Downloaded pin-project-internal v1.1.5 |
779 | 2024-08-29T15:46:10.116Z | Downloaded foreign-types v0.5.0 |
780 | 2024-08-29T15:46:10.119Z | Downloaded tls_codec_derive v0.4.1 |
781 | 2024-08-29T15:46:10.119Z | Downloaded scopeguard v1.2.0 |
782 | 2024-08-29T15:46:10.121Z | Downloaded derive_builder v0.20.0 |
783 | 2024-08-29T15:46:10.125Z | Downloaded tiny-keccak v2.0.2 |
784 | 2024-08-29T15:46:10.128Z | Downloaded fragile v2.0.0 |
785 | 2024-08-29T15:46:10.130Z | Downloaded time-macros v0.2.18 |
786 | 2024-08-29T15:46:10.133Z | Downloaded pkcs8 v0.10.2 |
787 | 2024-08-29T15:46:10.135Z | Downloaded der_derive v0.7.2 |
788 | 2024-08-29T15:46:10.137Z | Downloaded similar v2.6.0 |
789 | 2024-08-29T15:46:10.142Z | Downloaded owo-colors v4.0.0 |
790 | 2024-08-29T15:46:10.145Z | Downloaded publicsuffix v2.2.3 |
791 | 2024-08-29T15:46:10.149Z | Downloaded salsa20 v0.10.2 |
792 | 2024-08-29T15:46:10.151Z | Downloaded blake3 v1.5.1 |
793 | 2024-08-29T15:46:10.160Z | Downloaded stringprep v0.1.4 |
794 | 2024-08-29T15:46:10.163Z | Downloaded scrypt v0.11.0 |
795 | 2024-08-29T15:46:10.163Z | Downloaded dhcproto v0.12.0 |
796 | 2024-08-29T15:46:10.166Z | Downloaded tough v0.17.1 |
797 | 2024-08-29T15:46:10.174Z | Downloaded des v0.8.1 |
798 | 2024-08-29T15:46:10.177Z | Downloaded defmt v0.3.8 |
799 | 2024-08-29T15:46:10.180Z | Downloaded derive_more v0.99.18 |
800 | 2024-08-29T15:46:10.185Z | Downloaded subprocess v0.2.9 |
801 | 2024-08-29T15:46:10.188Z | Downloaded unicode-bidi v0.3.15 |
802 | 2024-08-29T15:46:10.191Z | Downloaded fatfs v0.3.6 |
803 | 2024-08-29T15:46:10.194Z | Downloaded tungstenite v0.23.0 |
804 | 2024-08-29T15:46:10.199Z | Downloaded hickory-resolver v0.24.1 |
805 | 2024-08-29T15:46:10.205Z | Downloaded pin-project v1.1.5 |
806 | 2024-08-29T15:46:10.216Z | Downloaded tar v0.4.41 |
807 | 2024-08-29T15:46:10.220Z | Downloaded zip v0.6.6 |
808 | 2024-08-29T15:46:10.224Z | Downloaded rand v0.8.5 |
809 | 2024-08-29T15:46:10.228Z | Downloaded flate2 v1.0.31 |
810 | 2024-08-29T15:46:10.234Z | Downloaded form_urlencoded v1.2.1 |
811 | 2024-08-29T15:46:10.236Z | Downloaded glob v0.3.1 |
812 | 2024-08-29T15:46:10.236Z | Downloaded bindgen v0.69.4 |
813 | 2024-08-29T15:46:10.245Z | Downloaded rcgen v0.12.1 |
814 | 2024-08-29T15:46:10.247Z | Downloaded hyper v0.14.30 |
815 | 2024-08-29T15:46:10.256Z | Downloaded hkdf v0.12.4 |
816 | 2024-08-29T15:46:10.260Z | Downloaded unicode-segmentation v1.11.0 |
817 | 2024-08-29T15:46:10.263Z | Downloaded rustyline v14.0.0 |
818 | 2024-08-29T15:46:10.270Z | Downloaded rusqlite v0.31.0 |
819 | 2024-08-29T15:46:10.277Z | Downloaded tokio-util v0.7.11 |
820 | 2024-08-29T15:46:10.284Z | Downloaded schemars v0.8.21 |
821 | 2024-08-29T15:46:10.296Z | Downloaded rsa v0.9.6 |
822 | 2024-08-29T15:46:10.302Z | Downloaded heapless v0.7.17 |
823 | 2024-08-29T15:46:10.306Z | Downloaded portable-atomic v1.6.0 |
824 | 2024-08-29T15:46:10.312Z | Downloaded unicode-normalization v0.1.23 |
825 | 2024-08-29T15:46:10.317Z | Downloaded flume v0.11.0 |
826 | 2024-08-29T15:46:10.321Z | Downloaded ssh-key v0.6.6 |
827 | 2024-08-29T15:46:10.329Z | Downloaded reedline v0.33.0 |
828 | 2024-08-29T15:46:10.338Z | Downloaded heapless v0.8.0 |
829 | 2024-08-29T15:46:10.342Z | Downloaded time v0.3.36 |
830 | 2024-08-29T15:46:10.350Z | Downloaded typed-path v0.7.1 |
831 | 2024-08-29T15:46:10.356Z | Downloaded serde_with v3.9.0 |
832 | 2024-08-29T15:46:10.366Z | Downloaded hashbrown v0.12.3 |
833 | 2024-08-29T15:46:10.371Z | Downloaded dropshot v0.10.1 |
834 | 2024-08-29T15:46:10.383Z | Downloaded rustls-webpki v0.101.7 |
835 | 2024-08-29T15:46:10.398Z | Downloaded reqwest v0.11.27 |
836 | 2024-08-29T15:46:10.406Z | Downloaded rustls v0.21.12 |
837 | 2024-08-29T15:46:10.419Z | Downloaded proptest v1.5.0 |
838 | 2024-08-29T15:46:10.428Z | Downloaded quick-xml v0.31.0 |
839 | 2024-08-29T15:46:10.435Z | Downloaded idna v0.5.0 |
840 | 2024-08-29T15:46:10.443Z | Downloaded radix_trie v0.2.1 |
841 | 2024-08-29T15:46:10.449Z | Downloaded idna v0.4.0 |
842 | 2024-08-29T15:46:10.460Z | Downloaded idna v0.3.0 |
843 | 2024-08-29T15:46:10.465Z | Downloaded object v0.32.2 |
844 | 2024-08-29T15:46:10.476Z | Downloaded object v0.30.4 |
845 | 2024-08-29T15:46:10.487Z | Downloaded idna v0.2.3 |
846 | 2024-08-29T15:46:10.494Z | Downloaded openssl v0.10.66 |
847 | 2024-08-29T15:46:10.505Z | Downloaded sqlparser v0.45.0 |
848 | 2024-08-29T15:46:10.511Z | Downloaded p384 v0.13.0 |
849 | 2024-08-29T15:46:10.518Z | Downloaded h2 v0.3.26 |
850 | 2024-08-29T15:46:10.526Z | Downloaded vcpkg v0.2.15 |
851 | 2024-08-29T15:46:10.566Z | Downloaded hickory-proto v0.24.1 |
852 | 2024-08-29T15:46:10.582Z | Downloaded openapiv3 v2.0.0 |
853 | 2024-08-29T15:46:10.595Z | Downloaded rayon v1.10.0 |
854 | 2024-08-29T15:46:10.604Z | Downloaded gimli v0.28.1 |
855 | 2024-08-29T15:46:10.612Z | Downloaded smoltcp v0.9.1 |
856 | 2024-08-29T15:46:10.625Z | Downloaded polar-core v0.27.3 |
857 | 2024-08-29T15:46:10.634Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
858 | 2024-08-29T15:46:10.646Z | Downloaded webpki-roots v0.25.4 |
859 | 2024-08-29T15:46:10.651Z | Downloaded trust-dns-proto v0.22.0 |
860 | 2024-08-29T15:46:10.664Z | Downloaded regex-syntax v0.6.29 |
861 | 2024-08-29T15:46:10.672Z | Downloaded rustls v0.22.4 |
862 | 2024-08-29T15:46:10.687Z | Downloaded regex-syntax v0.8.4 |
863 | 2024-08-29T15:46:10.695Z | Downloaded finl_unicode v1.2.0 |
864 | 2024-08-29T15:46:10.710Z | Downloaded regress v0.9.1 |
865 | 2024-08-29T15:46:10.719Z | Downloaded petgraph v0.6.5 |
866 | 2024-08-29T15:46:10.738Z | Downloaded smoltcp v0.11.0 |
867 | 2024-08-29T15:46:10.751Z | Downloaded tokio v1.39.3 |
868 | 2024-08-29T15:46:10.790Z | Downloaded sha3 v0.10.8 |
869 | 2024-08-29T15:46:10.794Z | Downloaded csv v1.3.0 |
870 | 2024-08-29T15:46:10.816Z | Downloaded git2 v0.19.0 |
871 | 2024-08-29T15:46:10.824Z | Downloaded zerocopy-derive v0.6.6 |
872 | 2024-08-29T15:46:10.835Z | Downloaded sled v0.34.7 |
873 | 2024-08-29T15:46:10.845Z | Downloaded regex v1.10.6 |
874 | 2024-08-29T15:46:10.859Z | Downloaded ratatui v0.28.0 |
875 | 2024-08-29T15:46:10.880Z | Downloaded nix v0.28.0 |
876 | 2024-08-29T15:46:10.891Z | Downloaded regex-automata v0.4.6 |
877 | 2024-08-29T15:46:10.909Z | Downloaded nix v0.27.1 |
878 | 2024-08-29T15:46:10.920Z | Downloaded diesel v2.2.3 |
879 | 2024-08-29T15:46:10.940Z | Downloaded bstr v1.9.1 |
880 | 2024-08-29T15:46:10.950Z | Downloaded lalrpop v0.19.12 |
881 | 2024-08-29T15:46:10.963Z | Downloaded curve25519-dalek v4.1.3 |
882 | 2024-08-29T15:46:10.972Z | Downloaded futures-util v0.3.30 |
883 | 2024-08-29T15:46:10.985Z | Downloaded rustls-webpki v0.102.4 |
884 | 2024-08-29T15:46:11.003Z | Downloaded der v0.7.9 |
885 | 2024-08-29T15:46:11.008Z | Downloaded winnow v0.5.40 |
886 | 2024-08-29T15:46:11.017Z | Downloaded p521 v0.13.3 |
887 | 2024-08-29T15:46:11.021Z | Downloaded bitvec v1.0.1 |
888 | 2024-08-29T15:46:11.037Z | Downloaded chrono v0.4.38 |
889 | 2024-08-29T15:46:11.044Z | Downloaded ring v0.17.8 |
890 | 2024-08-29T15:46:11.113Z | Downloaded rayon-core v1.12.1 |
891 | 2024-08-29T15:46:11.117Z | Downloaded ed25519-dalek v2.1.1 |
892 | 2024-08-29T15:46:11.122Z | Downloaded elliptic-curve v0.13.8 |
893 | 2024-08-29T15:46:11.124Z | Downloaded num-bigint-dig v0.8.4 |
894 | 2024-08-29T15:46:11.128Z | Downloaded parking_lot_core v0.9.10 |
895 | 2024-08-29T15:46:11.131Z | Downloaded parking_lot v0.12.2 |
896 | 2024-08-29T15:46:11.133Z | Downloaded aho-corasick v1.1.3 |
897 | 2024-08-29T15:46:11.139Z | Downloaded peg v0.8.4 |
898 | 2024-08-29T15:46:11.142Z | Downloaded pbkdf2 v0.12.2 |
899 | 2024-08-29T15:46:11.145Z | Downloaded hickory-client v0.24.1 |
900 | 2024-08-29T15:46:11.147Z | Downloaded futures v0.3.30 |
901 | 2024-08-29T15:46:11.152Z | Downloaded headers v0.3.9 |
902 | 2024-08-29T15:46:11.157Z | Downloaded signature v2.2.0 |
903 | 2024-08-29T15:46:11.159Z | Downloaded either v1.13.0 |
904 | 2024-08-29T15:46:11.161Z | Downloaded itertools v0.12.1 |
905 | 2024-08-29T15:46:11.166Z | Downloaded crossterm v0.27.0 |
906 | 2024-08-29T15:46:11.173Z | Downloaded tracing v0.1.40 |
907 | 2024-08-29T15:46:11.177Z | Downloaded tokio-macros v2.4.0 |
908 | 2024-08-29T15:46:11.179Z | Downloaded tracing-attributes v0.1.27 |
909 | 2024-08-29T15:46:11.182Z | Downloaded spin v0.5.2 |
910 | 2024-08-29T15:46:11.182Z | Downloaded slog-bunyan v2.5.0 |
911 | 2024-08-29T15:46:11.184Z | Downloaded socket2 v0.5.7 |
912 | 2024-08-29T15:46:11.186Z | Downloaded socket2 v0.4.10 |
913 | 2024-08-29T15:46:11.186Z | Downloaded x509-cert v0.2.5 |
914 | 2024-08-29T15:46:11.192Z | Downloaded russh v0.45.0 |
915 | 2024-08-29T15:46:11.199Z | Downloaded vsss-rs v3.3.4 |
916 | 2024-08-29T15:46:11.201Z | Downloaded snafu v0.8.2 |
917 | 2024-08-29T15:46:11.207Z | Downloaded parking_lot_core v0.8.6 |
918 | 2024-08-29T15:46:11.209Z | Downloaded tokio-rustls v0.24.1 |
919 | 2024-08-29T15:46:11.211Z | Downloaded unicode-truncate v1.0.0 |
920 | 2024-08-29T15:46:11.213Z | Downloaded serde_urlencoded v0.7.1 |
921 | 2024-08-29T15:46:11.215Z | Downloaded serde_plain v1.0.2 |
922 | 2024-08-29T15:46:11.216Z | Downloaded serde_path_to_error v0.1.16 |
923 | 2024-08-29T15:46:11.218Z | Downloaded serde_arrays v0.1.0 |
924 | 2024-08-29T15:46:11.218Z | Downloaded rusty-fork v0.3.0 |
925 | 2024-08-29T15:46:11.220Z | Downloaded libxml v0.3.3 |
926 | 2024-08-29T15:46:11.225Z | Downloaded mio v1.0.2 |
927 | 2024-08-29T15:46:11.231Z | Downloaded encoding_rs v0.8.34 |
928 | 2024-08-29T15:46:11.253Z | Downloaded r2d2 v0.8.10 |
929 | 2024-08-29T15:46:11.255Z | Downloaded structmeta v0.3.0 |
930 | 2024-08-29T15:46:11.255Z | Downloaded polyval v0.6.2 |
931 | 2024-08-29T15:46:11.258Z | Downloaded slog-dtrace v0.3.0 |
932 | 2024-08-29T15:46:11.260Z | Downloaded openssl-sys v0.9.103 |
933 | 2024-08-29T15:46:11.263Z | Downloaded tokio-postgres v0.7.11 |
934 | 2024-08-29T15:46:11.268Z | Downloaded num-bigint v0.4.5 |
935 | 2024-08-29T15:46:11.273Z | Downloaded num-iter v0.1.45 |
936 | 2024-08-29T15:46:11.275Z | Downloaded itertools v0.10.5 |
937 | 2024-08-29T15:46:11.280Z | Downloaded enum-as-inner v0.5.1 |
938 | 2024-08-29T15:46:11.283Z | Downloaded futures-channel v0.3.30 |
939 | 2024-08-29T15:46:11.285Z | Downloaded term v0.7.0 |
940 | 2024-08-29T15:46:11.288Z | Downloaded unicode_categories v0.1.1 |
941 | 2024-08-29T15:46:11.290Z | Downloaded signal-hook-mio v0.2.4 |
942 | 2024-08-29T15:46:11.292Z | Downloaded russh-keys v0.45.0 |
943 | 2024-08-29T15:46:11.295Z | Downloaded postgres-protocol v0.6.7 |
944 | 2024-08-29T15:46:11.297Z | Downloaded toml v0.7.8 |
945 | 2024-08-29T15:46:11.300Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
946 | 2024-08-29T15:46:11.356Z | Downloaded filetime v0.2.24 |
947 | 2024-08-29T15:46:11.360Z | Downloaded ff v0.13.0 |
948 | 2024-08-29T15:46:11.364Z | Downloaded ena v0.14.3 |
949 | 2024-08-29T15:46:11.364Z | Downloaded embedded-io v0.4.0 |
950 | 2024-08-29T15:46:11.364Z | Downloaded thread_local v1.1.8 |
951 | 2024-08-29T15:46:11.364Z | Downloaded strum_macros v0.25.3 |
952 | 2024-08-29T15:46:11.366Z | Downloaded ron v0.8.1 |
953 | 2024-08-29T15:46:11.371Z | Downloaded tungstenite v0.20.1 |
954 | 2024-08-29T15:46:11.374Z | Downloaded minimal-lexical v0.2.1 |
955 | 2024-08-29T15:46:11.378Z | Downloaded pkcs5 v0.7.1 |
956 | 2024-08-29T15:46:11.382Z | Downloaded crossbeam-channel v0.5.12 |
957 | 2024-08-29T15:46:11.387Z | Downloaded crypto-bigint v0.5.5 |
958 | 2024-08-29T15:46:11.393Z | Downloaded ecdsa v0.16.9 |
959 | 2024-08-29T15:46:11.396Z | Downloaded derive_builder_core v0.20.0 |
960 | 2024-08-29T15:46:11.398Z | Downloaded whoami v1.5.1 |
961 | 2024-08-29T15:46:11.401Z | Downloaded oso v0.27.3 |
962 | 2024-08-29T15:46:11.403Z | Downloaded half v2.4.1 |
963 | 2024-08-29T15:46:11.406Z | Downloaded zerocopy v0.6.6 |
964 | 2024-08-29T15:46:11.408Z | Downloaded pin-project-lite v0.2.14 |
965 | 2024-08-29T15:46:11.412Z | Downloaded phf v0.11.2 |
966 | 2024-08-29T15:46:11.415Z | Downloaded parse-display-derive v0.10.0 |
967 | 2024-08-29T15:46:11.415Z | Downloaded olpc-cjson v0.1.3 |
968 | 2024-08-29T15:46:11.417Z | Downloaded slog-term v2.9.1 |
969 | 2024-08-29T15:46:11.419Z | Downloaded rustls-pki-types v1.7.0 |
970 | 2024-08-29T15:46:11.422Z | Downloaded rustls-pemfile v2.1.3 |
971 | 2024-08-29T15:46:11.424Z | Downloaded diff v0.1.13 |
972 | 2024-08-29T15:46:11.426Z | Downloaded yasna v0.5.2 |
973 | 2024-08-29T15:46:11.428Z | Downloaded const_format v0.2.32 |
974 | 2024-08-29T15:46:11.432Z | Downloaded backtrace v0.3.71 |
975 | 2024-08-29T15:46:11.437Z | Downloaded base64 v0.22.1 |
976 | 2024-08-29T15:46:11.441Z | Downloaded futures-task v0.3.30 |
977 | 2024-08-29T15:46:11.448Z | Downloaded float-cmp v0.9.0 |
978 | 2024-08-29T15:46:11.448Z | Downloaded flagset v0.4.5 |
979 | 2024-08-29T15:46:11.448Z | Downloaded serde_yaml v0.9.34+deprecated |
980 | 2024-08-29T15:46:11.448Z | Downloaded darling_core v0.20.9 |
981 | 2024-08-29T15:46:11.452Z | Downloaded http v0.2.12 |
982 | 2024-08-29T15:46:11.456Z | Downloaded difflib v0.4.0 |
983 | 2024-08-29T15:46:11.459Z | Downloaded zeroize_derive v1.4.2 |
984 | 2024-08-29T15:46:11.459Z | Downloaded which v4.4.2 |
985 | 2024-08-29T15:46:11.461Z | Downloaded paste v1.0.15 |
986 | 2024-08-29T15:46:11.463Z | Downloaded password-hash v0.5.0 |
987 | 2024-08-29T15:46:11.465Z | Downloaded termios v0.3.3 |
988 | 2024-08-29T15:46:11.465Z | Downloaded termcolor v1.4.1 |
989 | 2024-08-29T15:46:11.468Z | Downloaded base64 v0.13.1 |
990 | 2024-08-29T15:46:11.470Z | Downloaded slog-scope v4.4.0 |
991 | 2024-08-29T15:46:11.472Z | Downloaded wyz v0.5.1 |
992 | 2024-08-29T15:46:11.472Z | Downloaded serde_with_macros v3.9.0 |
993 | 2024-08-29T15:46:11.475Z | Downloaded shell-words v1.1.0 |
994 | 2024-08-29T15:46:11.477Z | Downloaded predicates-tree v1.0.9 |
995 | 2024-08-29T15:46:11.477Z | Downloaded predicates-core v1.0.6 |
996 | 2024-08-29T15:46:11.477Z | Downloaded miniz_oxide v0.7.2 |
997 | 2024-08-29T15:46:11.480Z | Downloaded libloading v0.8.3 |
998 | 2024-08-29T15:46:11.482Z | Downloaded futures-io v0.3.30 |
999 | 2024-08-29T15:46:11.482Z | Downloaded futures-executor v0.3.30 |
1000 | 2024-08-29T15:46:11.484Z | Downloaded smallvec v1.13.2 |
1001 | 2024-08-29T15:46:11.487Z | Downloaded slog-envlogger v2.2.0 |
1002 | 2024-08-29T15:46:11.487Z | Downloaded buf-list v1.0.3 |
1003 | 2024-08-29T15:46:11.489Z | Downloaded futures-macro v0.3.30 |
1004 | 2024-08-29T15:46:11.491Z | Downloaded erased-serde v0.3.31 |
1005 | 2024-08-29T15:46:11.494Z | Downloaded fallible-iterator v0.3.0 |
1006 | 2024-08-29T15:46:11.494Z | Downloaded fallible-iterator v0.2.0 |
1007 | 2024-08-29T15:46:11.496Z | Downloaded dyn-clone v1.0.17 |
1008 | 2024-08-29T15:46:11.496Z | Downloaded dropshot_endpoint v0.10.1 |
1009 | 2024-08-29T15:46:11.499Z | Downloaded bcs v0.1.6 |
1010 | 2024-08-29T15:46:11.502Z | Downloaded ciborium v0.2.2 |
1011 | 2024-08-29T15:46:11.504Z | Downloaded cancel-safe-futures v0.1.5 |
1012 | 2024-08-29T15:46:11.505Z | Downloaded memmap2 v0.9.4 |
1013 | 2024-08-29T15:46:11.507Z | Downloaded managed v0.8.0 |
1014 | 2024-08-29T15:46:11.509Z | Downloaded subtle v2.5.0 |
1015 | 2024-08-29T15:46:11.509Z | Downloaded ssh-cipher v0.2.0 |
1016 | 2024-08-29T15:46:11.512Z | Downloaded smallvec v0.6.14 |
1017 | 2024-08-29T15:46:11.512Z | Downloaded mime_guess v2.0.4 |
1018 | 2024-08-29T15:46:11.514Z | Downloaded same-file v1.0.6 |
1019 | 2024-08-29T15:46:11.514Z | Downloaded rustversion v1.0.17 |
1020 | 2024-08-29T15:46:11.516Z | Downloaded iana-time-zone v0.1.60 |
1021 | 2024-08-29T15:46:11.519Z | Downloaded rustc_version v0.1.7 |
1022 | 2024-08-29T15:46:11.521Z | Downloaded resolv-conf v0.7.0 |
1023 | 2024-08-29T15:46:11.521Z | Downloaded castaway v0.2.3 |
1024 | 2024-08-29T15:46:11.523Z | Downloaded libefi-sys v0.1.0 |
1025 | 2024-08-29T15:46:11.523Z | Downloaded const-oid v0.9.6 |
1026 | 2024-08-29T15:46:11.526Z | Downloaded blake2 v0.10.6 |
1027 | 2024-08-29T15:46:11.528Z | Downloaded crc-catalog v2.4.0 |
1028 | 2024-08-29T15:46:11.530Z | Downloaded convert_case v0.4.0 |
1029 | 2024-08-29T15:46:11.530Z | Downloaded nu-ansi-term v0.50.0 |
1030 | 2024-08-29T15:46:11.533Z | Downloaded multer v3.1.0 |
1031 | 2024-08-29T15:46:11.535Z | Downloaded lock_api v0.4.12 |
1032 | 2024-08-29T15:46:11.537Z | Downloaded ciborium-ll v0.2.2 |
1033 | 2024-08-29T15:46:11.537Z | Downloaded ipnetwork v0.20.0 |
1034 | 2024-08-29T15:46:11.539Z | Downloaded hostname v0.4.0 |
1035 | 2024-08-29T15:46:11.542Z | Downloaded bitfield-struct v0.6.1 |
1036 | 2024-08-29T15:46:11.542Z | Downloaded blowfish v0.9.1 |
1037 | 2024-08-29T15:46:11.545Z | Downloaded bit-set v0.5.3 |
1038 | 2024-08-29T15:46:11.545Z | Downloaded bb8 v0.8.5 |
1039 | 2024-08-29T15:46:11.548Z | Downloaded home v0.5.9 |
1040 | 2024-08-29T15:46:11.548Z | Downloaded darling v0.20.9 |
1041 | 2024-08-29T15:46:11.550Z | Downloaded csv-core v0.1.11 |
1042 | 2024-08-29T15:46:11.552Z | Downloaded const_format_proc_macros v0.2.32 |
1043 | 2024-08-29T15:46:11.554Z | Downloaded bcrypt-pbkdf v0.10.0 |
1044 | 2024-08-29T15:46:11.554Z | Downloaded arrayvec v0.7.4 |
1045 | 2024-08-29T15:46:11.557Z | Downloaded matches v0.1.10 |
1046 | 2024-08-29T15:46:11.557Z | Downloaded base64ct v1.6.0 |
1047 | 2024-08-29T15:46:11.559Z | Downloaded async-recursion v1.1.1 |
1048 | 2024-08-29T15:46:11.562Z | Downloaded array-init v0.0.4 |
1049 | 2024-08-29T15:46:11.565Z | Downloaded lazycell v1.3.0 |
1050 | 2024-08-29T15:46:11.565Z | Downloaded crucible-workspace-hack v0.1.0 |
1051 | 2024-08-29T15:46:11.565Z | Downloaded bitstruct v0.1.1 |
1052 | 2024-08-29T15:46:11.567Z | Downloaded maplit v1.0.2 |
1053 | 2024-08-29T15:46:11.567Z | Downloaded lru-cache v0.1.2 |
1054 | 2024-08-29T15:46:11.570Z | Downloaded lalrpop-util v0.19.12 |
1055 | 2024-08-29T15:46:11.570Z | Downloaded is_ci v1.2.0 |
1056 | 2024-08-29T15:46:11.570Z | Downloaded http-range v0.1.5 |
1057 | 2024-08-29T15:46:11.572Z | Downloaded cfg_aliases v0.1.1 |
1058 | 2024-08-29T15:46:11.572Z | Downloaded hubpack_derive v0.1.1 |
1059 | 2024-08-29T15:46:11.572Z | Downloaded httparse v1.8.0 |
1060 | 2024-08-29T15:46:11.575Z | Downloaded highway v1.2.0 |
1061 | 2024-08-29T15:46:11.577Z | Downloaded async-bb8-diesel v0.2.1 |
1062 | 2024-08-29T15:46:11.580Z | Downloaded http-body v0.4.6 |
1063 | 2024-08-29T15:46:11.582Z | Downloaded hostname v0.3.1 |
1064 | 2024-08-29T15:46:11.582Z | Downloaded adler v1.0.2 |
1065 | 2024-08-29T15:46:11.584Z | Downloaded async-trait v0.1.81 |
1066 | 2024-08-29T15:46:11.587Z | Downloaded ascii v1.1.0 |
1067 | 2024-08-29T15:46:11.589Z | Downloaded instability v0.3.2 |
1068 | 2024-08-29T15:46:11.591Z | Downloaded cexpr v0.6.0 |
1069 | 2024-08-29T15:46:11.792Z | Downloaded libz-sys v1.1.16 |
1070 | 2024-08-29T15:46:11.972Z | Downloaded libsqlite3-sys v0.28.0 |
1071 | 2024-08-29T15:46:12.057Z | Downloaded ring v0.16.20 |
1072 | 2024-08-29T15:46:12.227Z | Compiling serde v1.0.208 |
1073 | 2024-08-29T15:46:12.229Z | Compiling typenum v1.17.0 |
1074 | 2024-08-29T15:46:12.229Z | Compiling lock_api v0.4.12 |
1075 | 2024-08-29T15:46:12.229Z | Compiling generic-array v0.14.7 |
1076 | 2024-08-29T15:46:12.229Z | Compiling scopeguard v1.2.0 |
1077 | 2024-08-29T15:46:12.375Z | Compiling log v0.4.21 |
1078 | 2024-08-29T15:46:12.506Z | Compiling syn v2.0.74 |
1079 | 2024-08-29T15:46:12.506Z | Compiling getrandom v0.2.14 |
1080 | 2024-08-29T15:46:12.658Z | Compiling jobserver v0.1.32 |
1081 | 2024-08-29T15:46:12.862Z | Compiling rand_core v0.6.4 |
1082 | 2024-08-29T15:46:13.009Z | Compiling subtle v2.5.0 |
1083 | 2024-08-29T15:46:13.031Z | Compiling cc v1.0.97 |
1084 | 2024-08-29T15:46:13.091Z | Compiling const-oid v0.9.6 |
1085 | 2024-08-29T15:46:13.359Z | Compiling smallvec v1.13.2 |
1086 | 2024-08-29T15:46:13.473Z | Compiling pin-project-lite v0.2.14 |
1087 | 2024-08-29T15:46:13.492Z | Compiling parking_lot_core v0.9.10 |
1088 | 2024-08-29T15:46:13.599Z | Compiling signal-hook-registry v1.4.2 |
1089 | 2024-08-29T15:46:13.676Z | Compiling spin v0.9.8 |
1090 | 2024-08-29T15:46:13.764Z | Compiling mio v1.0.2 |
1091 | 2024-08-29T15:46:14.084Z | Compiling ahash v0.8.11 |
1092 | 2024-08-29T15:46:14.455Z | Compiling parking_lot v0.12.2 |
1093 | 2024-08-29T15:46:14.504Z | Compiling tinyvec_macros v0.1.1 |
1094 | 2024-08-29T15:46:14.602Z | Compiling tinyvec v1.6.0 |
1095 | 2024-08-29T15:46:14.758Z | Compiling socket2 v0.5.7 |
1096 | 2024-08-29T15:46:15.078Z | Compiling futures-core v0.3.30 |
1097 | 2024-08-29T15:46:15.174Z | Compiling cpufeatures v0.2.12 |
1098 | 2024-08-29T15:46:15.204Z | Compiling libm v0.2.8 |
1099 | 2024-08-29T15:46:15.282Z | Compiling futures-sink v0.3.30 |
1100 | 2024-08-29T15:46:15.334Z | Compiling serde_json v1.0.125 |
1101 | 2024-08-29T15:46:15.435Z | Compiling num-traits v0.2.19 |
1102 | 2024-08-29T15:46:15.467Z | Compiling slab v0.4.9 |
1103 | 2024-08-29T15:46:15.598Z | Compiling allocator-api2 v0.2.18 |
1104 | 2024-08-29T15:46:15.714Z | Compiling unicode-bidi v0.3.15 |
1105 | 2024-08-29T15:46:15.941Z | Compiling futures-channel v0.3.30 |
1106 | 2024-08-29T15:46:16.138Z | Compiling unicode-normalization v0.1.23 |
1107 | 2024-08-29T15:46:16.243Z | Compiling futures-io v0.3.30 |
1108 | 2024-08-29T15:46:16.359Z | Compiling futures-task v0.3.30 |
1109 | 2024-08-29T15:46:16.394Z | Compiling vcpkg v0.2.15 |
1110 | 2024-08-29T15:46:16.554Z | Compiling pin-utils v0.1.0 |
1111 | 2024-08-29T15:46:16.650Z | Compiling pkg-config v0.3.30 |
1112 | 2024-08-29T15:46:16.669Z | Compiling base64ct v1.6.0 |
1113 | 2024-08-29T15:46:17.227Z | Compiling ring v0.17.8 |
1114 | 2024-08-29T15:46:17.244Z | Compiling pem-rfc7468 v0.7.0 |
1115 | 2024-08-29T15:46:17.263Z | Compiling flagset v0.4.5 |
1116 | 2024-08-29T15:46:17.341Z | Compiling percent-encoding v2.3.1 |
1117 | 2024-08-29T15:46:17.506Z | Compiling ppv-lite86 v0.2.17 |
1118 | 2024-08-29T15:46:17.745Z | Compiling tracing-core v0.1.32 |
1119 | 2024-08-29T15:46:17.983Z | Compiling untrusted v0.9.0 |
1120 | 2024-08-29T15:46:18.162Z | Compiling rustix v0.38.34 |
1121 | 2024-08-29T15:46:18.200Z | Compiling openssl v0.10.66 |
1122 | 2024-08-29T15:46:18.280Z | Compiling rand_chacha v0.3.1 |
1123 | 2024-08-29T15:46:18.611Z | Compiling openssl-sys v0.9.103 |
1124 | 2024-08-29T15:46:18.645Z | Compiling httparse v1.8.0 |
1125 | 2024-08-29T15:46:19.032Z | Compiling rand v0.8.5 |
1126 | 2024-08-29T15:46:19.063Z | Compiling foreign-types-shared v0.1.1 |
1127 | 2024-08-29T15:46:19.111Z | Compiling powerfmt v0.2.0 |
1128 | 2024-08-29T15:46:19.167Z | Compiling num-conv v0.1.0 |
1129 | 2024-08-29T15:46:19.228Z | Compiling rustversion v1.0.17 |
1130 | 2024-08-29T15:46:19.420Z | Compiling time-core v0.1.2 |
1131 | 2024-08-29T15:46:19.495Z | Compiling deranged v0.3.11 |
1132 | 2024-08-29T15:46:19.566Z | Compiling time-macros v0.2.18 |
1133 | 2024-08-29T15:46:19.950Z | Compiling foreign-types v0.3.2 |
1134 | 2024-08-29T15:46:20.074Z | Compiling form_urlencoded v1.2.1 |
1135 | 2024-08-29T15:46:20.409Z | Compiling aho-corasick v1.1.3 |
1136 | 2024-08-29T15:46:20.488Z | Compiling num_threads v0.1.7 |
1137 | 2024-08-29T15:46:20.609Z | Compiling native-tls v0.2.11 |
1138 | 2024-08-29T15:46:20.923Z | Compiling regex-syntax v0.8.4 |
1139 | 2024-08-29T15:46:20.940Z | Compiling crossbeam-utils v0.8.19 |
1140 | 2024-08-29T15:46:20.958Z | Compiling try-lock v0.2.5 |
1141 | 2024-08-29T15:46:21.082Z | Compiling rustls v0.21.12 |
1142 | 2024-08-29T15:46:21.299Z | Compiling syn v1.0.109 |
1143 | 2024-08-29T15:46:21.372Z | Compiling siphasher v0.3.11 |
1144 | 2024-08-29T15:46:21.579Z | Compiling want v0.3.1 |
1145 | 2024-08-29T15:46:22.007Z | Compiling idna v0.5.0 |
1146 | 2024-08-29T15:46:22.413Z | Compiling cookie v0.17.0 |
1147 | 2024-08-29T15:46:22.730Z | Compiling tower-service v0.3.2 |
1148 | 2024-08-29T15:46:22.857Z | Compiling slog v2.7.0 |
1149 | 2024-08-29T15:46:22.888Z | Compiling time v0.3.36 |
1150 | 2024-08-29T15:46:23.283Z | Compiling iana-time-zone v0.1.60 |
1151 | 2024-08-29T15:46:23.362Z | Compiling adler v1.0.2 |
1152 | 2024-08-29T15:46:23.594Z | Compiling openssl-probe v0.1.5 |
1153 | 2024-08-29T15:46:23.640Z | Compiling finl_unicode v1.2.0 |
1154 | 2024-08-29T15:46:23.731Z | Compiling httpdate v1.0.3 |
1155 | 2024-08-29T15:46:23.944Z | Compiling miniz_oxide v0.7.2 |
1156 | 2024-08-29T15:46:24.159Z | Compiling stringprep v0.1.4 |
1157 | 2024-08-29T15:46:24.217Z | Compiling regex-automata v0.4.6 |
1158 | 2024-08-29T15:46:25.388Z | Compiling url v2.5.2 |
1159 | 2024-08-29T15:46:27.024Z | Compiling serde_derive v1.0.208 |
1160 | 2024-08-29T15:46:27.069Z | Compiling zeroize_derive v1.4.2 |
1161 | 2024-08-29T15:46:27.217Z | Compiling zerocopy-derive v0.7.34 |
1162 | 2024-08-29T15:46:27.243Z | Compiling tokio-macros v2.4.0 |
1163 | 2024-08-29T15:46:28.006Z | Compiling thiserror-impl v1.0.63 |
1164 | 2024-08-29T15:46:28.473Z | Compiling futures-macro v0.3.30 |
1165 | 2024-08-29T15:46:28.675Z | Compiling zeroize v1.7.0 |
1166 | 2024-08-29T15:46:28.936Z | Compiling der_derive v0.7.2 |
1167 | 2024-08-29T15:46:29.463Z | Compiling zerocopy v0.7.34 |
1168 | 2024-08-29T15:46:30.453Z | Compiling crypto-common v0.1.6 |
1169 | 2024-08-29T15:46:30.520Z | Compiling block-buffer v0.10.4 |
1170 | 2024-08-29T15:46:30.688Z | Compiling block-padding v0.3.3 |
1171 | 2024-08-29T15:46:30.793Z | Compiling digest v0.10.7 |
1172 | 2024-08-29T15:46:30.921Z | Compiling inout v0.1.3 |
1173 | 2024-08-29T15:46:31.195Z | Compiling hmac v0.12.1 |
1174 | 2024-08-29T15:46:31.267Z | Compiling sha2 v0.10.8 |
1175 | 2024-08-29T15:46:31.329Z | Compiling thiserror v1.0.63 |
1176 | 2024-08-29T15:46:31.433Z | Compiling cipher v0.4.4 |
1177 | 2024-08-29T15:46:31.476Z | Compiling futures-util v0.3.30 |
1178 | 2024-08-29T15:46:31.478Z | Compiling pest v2.7.10 |
1179 | 2024-08-29T15:46:31.673Z | Compiling hashbrown v0.14.5 |
1180 | 2024-08-29T15:46:31.943Z | Compiling salsa20 v0.10.2 |
1181 | 2024-08-29T15:46:32.175Z | Compiling der v0.7.9 |
1182 | 2024-08-29T15:46:33.164Z | Compiling pbkdf2 v0.12.2 |
1183 | 2024-08-29T15:46:33.337Z | Compiling tracing-attributes v0.1.27 |
1184 | 2024-08-29T15:46:34.550Z | Compiling pest_meta v2.7.10 |
1185 | 2024-08-29T15:46:34.827Z | Compiling scroll_derive v0.12.0 |
1186 | 2024-08-29T15:46:35.606Z | Compiling spki v0.7.3 |
1187 | 2024-08-29T15:46:35.968Z | Compiling pest_generator v2.7.10 |
1188 | 2024-08-29T15:46:36.324Z | Compiling scroll v0.12.0 |
1189 | 2024-08-29T15:46:36.889Z | Compiling scrypt v0.11.0 |
1190 | 2024-08-29T15:46:37.065Z | Compiling aes v0.8.4 |
1191 | 2024-08-29T15:46:37.190Z | Compiling tracing v0.1.40 |
1192 | 2024-08-29T15:46:37.522Z | Compiling cbc v0.1.2 |
1193 | 2024-08-29T15:46:37.656Z | Compiling goblin v0.8.2 |
1194 | 2024-08-29T15:46:37.766Z | Compiling openssl-macros v0.1.1 |
1195 | 2024-08-29T15:46:37.768Z | Compiling sct v0.7.1 |
1196 | 2024-08-29T15:46:37.953Z | Compiling rustls-webpki v0.101.7 |
1197 | 2024-08-29T15:46:38.100Z | Compiling pkcs5 v0.7.1 |
1198 | 2024-08-29T15:46:38.563Z | Compiling md-5 v0.10.6 |
1199 | 2024-08-29T15:46:38.825Z | Compiling pkcs8 v0.10.2 |
1200 | 2024-08-29T15:46:39.548Z | Compiling num-integer v0.1.46 |
1201 | 2024-08-29T15:46:39.623Z | Compiling pest_derive v2.7.10 |
1202 | 2024-08-29T15:46:39.809Z | Compiling backtrace v0.3.71 |
1203 | 2024-08-29T15:46:39.829Z | Compiling idna v0.3.0 |
1204 | 2024-08-29T15:46:39.894Z | Compiling lazy_static v1.5.0 |
1205 | 2024-08-29T15:46:40.011Z | Compiling hash32 v0.2.1 |
1206 | 2024-08-29T15:46:40.268Z | Compiling base64 v0.22.1 |
1207 | 2024-08-29T15:46:40.353Z | Compiling stable_deref_trait v1.2.0 |
1208 | 2024-08-29T15:46:40.372Z | Compiling psl-types v2.0.11 |
1209 | 2024-08-29T15:46:40.412Z | Compiling dtrace-parser v0.2.0 |
1210 | 2024-08-29T15:46:40.457Z | Compiling fallible-iterator v0.2.0 |
1211 | 2024-08-29T15:46:40.552Z | Compiling crc32fast v1.4.0 |
1212 | 2024-08-29T15:46:41.027Z | Compiling signal-hook v0.3.17 |
1213 | 2024-08-29T15:46:41.088Z | Compiling bytes v1.7.1 |
1214 | 2024-08-29T15:46:41.146Z | Compiling bitflags v2.6.0 |
1215 | 2024-08-29T15:46:41.430Z | Compiling indexmap v2.4.0 |
1216 | 2024-08-29T15:46:41.467Z | Compiling semver v1.0.23 |
1217 | 2024-08-29T15:46:42.194Z | Compiling tokio v1.39.3 |
1218 | 2024-08-29T15:46:42.387Z | Compiling http v0.2.12 |
1219 | 2024-08-29T15:46:42.523Z | Compiling rustc_version v0.4.0 |
1220 | 2024-08-29T15:46:43.336Z | Compiling heapless v0.7.17 |
1221 | 2024-08-29T15:46:43.807Z | Compiling dof v0.3.0 |
1222 | 2024-08-29T15:46:44.432Z | Compiling http-body v0.4.6 |
1223 | 2024-08-29T15:46:44.599Z | Compiling uuid v1.10.0 |
1224 | 2024-08-29T15:46:44.874Z | Compiling usdt-impl v0.5.0 |
1225 | 2024-08-29T15:46:44.971Z | Compiling chrono v0.4.38 |
1226 | 2024-08-29T15:46:46.032Z | Compiling serde_spanned v0.6.7 |
1227 | 2024-08-29T15:46:46.052Z | Compiling toml_datetime v0.6.8 |
1228 | 2024-08-29T15:46:46.276Z | Compiling serde_tokenstream v0.2.2 |
1229 | 2024-08-29T15:46:46.469Z | Compiling gimli v0.28.1 |
1230 | 2024-08-29T15:46:46.590Z | Compiling cfg_aliases v0.1.1 |
1231 | 2024-08-29T15:46:46.695Z | Compiling smoltcp v0.9.1 |
1232 | 2024-08-29T15:46:46.925Z | Compiling num-bigint-dig v0.8.4 |
1233 | 2024-08-29T15:46:47.236Z | Compiling nix v0.28.0 |
1234 | 2024-08-29T15:46:48.092Z | Compiling terminal_size v0.3.0 |
1235 | 2024-08-29T15:46:48.111Z | Compiling postgres-protocol v0.6.7 |
1236 | 2024-08-29T15:46:48.322Z | Compiling publicsuffix v2.2.3 |
1237 | 2024-08-29T15:46:48.400Z | Compiling num-iter v0.1.45 |
1238 | 2024-08-29T15:46:48.568Z | Compiling hubpack_derive v0.1.1 |
1239 | 2024-08-29T15:46:48.587Z | Compiling async-trait v0.1.81 |
1240 | 2024-08-29T15:46:48.650Z | Compiling zerocopy-derive v0.6.6 |
1241 | 2024-08-29T15:46:49.821Z | Compiling phf_shared v0.11.2 |
1242 | 2024-08-29T15:46:50.057Z | Compiling serde_derive_internals v0.29.1 |
1243 | 2024-08-29T15:46:50.208Z | Compiling ff v0.13.0 |
1244 | 2024-08-29T15:46:50.309Z | Compiling object v0.32.2 |
1245 | 2024-08-29T15:46:50.425Z | Compiling tokio-util v0.7.11 |
1246 | 2024-08-29T15:46:50.807Z | Compiling addr2line v0.21.0 |
1247 | 2024-08-29T15:46:51.389Z | Compiling h2 v0.3.26 |
1248 | 2024-08-29T15:46:51.427Z | Compiling tokio-native-tls v0.3.1 |
1249 | 2024-08-29T15:46:51.503Z | Compiling tokio-rustls v0.24.1 |
1250 | 2024-08-29T15:46:51.552Z | Compiling fs-err v2.11.0 |
1251 | 2024-08-29T15:46:51.694Z | Compiling anyhow v1.0.86 |
1252 | 2024-08-29T15:46:51.774Z | Compiling base64 v0.21.7 |
1253 | 2024-08-29T15:46:51.847Z | Compiling bitflags v1.3.2 |
1254 | 2024-08-29T15:46:51.900Z | Compiling winnow v0.5.40 |
1255 | 2024-08-29T15:46:51.955Z | Compiling rustc-demangle v0.1.24 |
1256 | 2024-08-29T15:46:52.348Z | Compiling base16ct v0.2.0 |
1257 | 2024-08-29T15:46:52.556Z | Compiling either v1.13.0 |
1258 | 2024-08-29T15:46:52.735Z | Compiling managed v0.8.0 |
1259 | 2024-08-29T15:46:52.849Z | Compiling schemars v0.8.21 |
1260 | 2024-08-29T15:46:52.974Z | Compiling ipnet v2.9.0 |
1261 | 2024-08-29T15:46:53.006Z | Compiling clap_builder v4.5.15 |
1262 | 2024-08-29T15:46:53.260Z | Compiling schemars_derive v0.8.21 |
1263 | 2024-08-29T15:46:54.175Z | Compiling sec1 v0.7.3 |
1264 | 2024-08-29T15:46:54.949Z | Compiling rustls-pemfile v1.0.4 |
1265 | 2024-08-29T15:46:55.377Z | Compiling zerocopy v0.6.6 |
1266 | 2024-08-29T15:46:55.396Z | Compiling toml_edit v0.19.15 |
1267 | 2024-08-29T15:46:55.802Z | Compiling group v0.13.0 |
1268 | 2024-08-29T15:46:56.126Z | Compiling phf v0.11.2 |
1269 | 2024-08-29T15:46:56.189Z | Compiling hubpack v0.1.2 |
1270 | 2024-08-29T15:46:56.412Z | Compiling cookie_store v0.20.0 |
1271 | 2024-08-29T15:46:56.608Z | Compiling postgres-types v0.2.7 |
1272 | 2024-08-29T15:46:57.985Z | Compiling usdt-macro v0.5.0 |
1273 | 2024-08-29T15:46:58.187Z | Compiling usdt-attr-macro v0.5.0 |
1274 | 2024-08-29T15:46:58.860Z | Compiling hyper v0.14.30 |
1275 | 2024-08-29T15:46:59.484Z | Compiling serde_urlencoded v0.7.1 |
1276 | 2024-08-29T15:46:59.859Z | Compiling pkcs1 v0.7.5 |
1277 | 2024-08-29T15:47:00.016Z | Compiling futures-executor v0.3.30 |
1278 | 2024-08-29T15:47:00.578Z | Compiling hkdf v0.12.4 |
1279 | 2024-08-29T15:47:00.843Z | Compiling signature v2.2.0 |
1280 | 2024-08-29T15:47:00.880Z | Compiling crypto-bigint v0.5.5 |
1281 | 2024-08-29T15:47:01.018Z | Compiling bstr v1.9.1 |
1282 | 2024-08-29T15:47:01.139Z | Compiling regex v1.10.6 |
1283 | 2024-08-29T15:47:02.041Z | Compiling enum-as-inner v0.6.0 |
1284 | 2024-08-29T15:47:02.247Z | Compiling serde_repr v0.1.19 |
1285 | 2024-08-29T15:47:02.266Z | Compiling strum_macros v0.25.3 |
1286 | 2024-08-29T15:47:02.838Z | Compiling clap_derive v4.5.13 |
1287 | 2024-08-29T15:47:03.257Z | Compiling phf_shared v0.10.0 |
1288 | 2024-08-29T15:47:03.345Z | Compiling float-cmp v0.9.0 |
1289 | 2024-08-29T15:47:03.529Z | Compiling idna v0.4.0 |
1290 | 2024-08-29T15:47:03.569Z | Compiling mio v0.8.11 |
1291 | 2024-08-29T15:47:03.660Z | Compiling encoding_rs v0.8.34 |
1292 | 2024-08-29T15:47:04.857Z | Compiling whoami v1.5.1 |
1293 | 2024-08-29T15:47:05.109Z | Compiling sync_wrapper v0.1.2 |
1294 | 2024-08-29T15:47:05.240Z | Compiling normalize-line-endings v0.3.0 |
1295 | 2024-08-29T15:47:05.369Z | Compiling data-encoding v2.6.0 |
1296 | 2024-08-29T15:47:05.530Z | Compiling mime v0.3.17 |
1297 | 2024-08-29T15:47:06.143Z | Compiling hyper-rustls v0.24.2 |
1298 | 2024-08-29T15:47:06.414Z | Compiling hyper-tls v0.5.0 |
1299 | 2024-08-29T15:47:06.488Z | Compiling precomputed-hash v0.1.1 |
1300 | 2024-08-29T15:47:06.614Z | Compiling dyn-clone v1.0.17 |
1301 | 2024-08-29T15:47:06.775Z | Compiling static_assertions v1.1.0 |
1302 | 2024-08-29T15:47:06.828Z | Compiling webpki-roots v0.25.4 |
1303 | 2024-08-29T15:47:06.884Z | Compiling unicode-segmentation v1.11.0 |
1304 | 2024-08-29T15:47:06.934Z | Compiling bit-vec v0.6.3 |
1305 | 2024-08-29T15:47:07.003Z | Compiling predicates-core v1.0.6 |
1306 | 2024-08-29T15:47:07.377Z | Compiling new_debug_unreachable v1.0.6 |
1307 | 2024-08-29T15:47:07.428Z | Compiling fixedbitset v0.4.2 |
1308 | 2024-08-29T15:47:07.498Z | Compiling minimal-lexical v0.2.1 |
1309 | 2024-08-29T15:47:07.764Z | Compiling difflib v0.4.0 |
1310 | 2024-08-29T15:47:07.785Z | Compiling petgraph v0.6.5 |
1311 | 2024-08-29T15:47:07.856Z | Compiling clap v4.5.16 |
1312 | 2024-08-29T15:47:07.912Z | Compiling nom v7.1.3 |
1313 | 2024-08-29T15:47:07.980Z | Compiling similar v2.6.0 |
1314 | 2024-08-29T15:47:08.021Z | Compiling string_cache v0.8.7 |
1315 | 2024-08-29T15:47:08.140Z | Compiling bit-set v0.5.3 |
1316 | 2024-08-29T15:47:08.445Z | Compiling predicates v3.1.2 |
1317 | 2024-08-29T15:47:08.488Z | Compiling reqwest v0.11.27 |
1318 | 2024-08-29T15:47:08.908Z | Compiling console v0.15.8 |
1319 | 2024-08-29T15:47:09.363Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1320 | 2024-08-29T15:47:10.218Z | Compiling toml_edit v0.22.20 |
1321 | 2024-08-29T15:47:10.447Z | Compiling hickory-proto v0.24.1 |
1322 | 2024-08-29T15:47:11.329Z | Compiling tokio-postgres v0.7.11 |
1323 | 2024-08-29T15:47:11.537Z | Compiling signal-hook-mio v0.2.4 |
1324 | 2024-08-29T15:47:11.670Z | Compiling elliptic-curve v0.13.8 |
1325 | 2024-08-29T15:47:11.714Z | Compiling usdt v0.5.0 |
1326 | 2024-08-29T15:47:12.225Z | Compiling rsa v0.9.6 |
1327 | 2024-08-29T15:47:12.537Z | Compiling futures v0.3.30 |
1328 | 2024-08-29T15:47:14.289Z | Compiling toml v0.7.8 |
1329 | 2024-08-29T15:47:16.012Z | Compiling flate2 v1.0.31 |
1330 | 2024-08-29T15:47:16.747Z | Compiling itertools v0.12.1 |
1331 | 2024-08-29T15:47:16.967Z | Compiling itertools v0.10.5 |
1332 | 2024-08-29T15:47:16.987Z | Compiling tokio-stream v0.1.15 |
1333 | 2024-08-29T15:47:17.588Z | Compiling openapiv3 v2.0.0 |
1334 | 2024-08-29T15:47:18.012Z | Compiling hex v0.4.3 |
1335 | 2024-08-29T15:47:18.557Z | Compiling sha1 v0.10.6 |
1336 | 2024-08-29T15:47:18.629Z | Compiling crossbeam-epoch v0.9.18 |
1337 | 2024-08-29T15:47:18.991Z | Compiling dirs-sys-next v0.1.2 |
1338 | 2024-08-29T15:47:19.382Z | Compiling unicode-xid v0.2.4 |
1339 | 2024-08-29T15:47:19.559Z | Compiling lalrpop-util v0.19.12 |
1340 | 2024-08-29T15:47:19.646Z | Compiling peg-runtime v0.8.3 |
1341 | 2024-08-29T15:47:19.735Z | Compiling dirs-next v2.0.0 |
1342 | 2024-08-29T15:47:19.887Z | Compiling thread_local v1.1.8 |
1343 | 2024-08-29T15:47:19.907Z | Compiling slog-async v2.8.0 |
1344 | 2024-08-29T15:47:19.923Z | Compiling term v0.7.0 |
1345 | 2024-08-29T15:47:20.277Z | Compiling xattr v1.3.1 |
1346 | 2024-08-29T15:47:20.453Z | Compiling strum_macros v0.26.4 |
1347 | 2024-08-29T15:47:20.453Z | Compiling crossbeam-channel v0.5.12 |
1348 | 2024-08-29T15:47:20.500Z | Compiling filetime v0.2.24 |
1349 | 2024-08-29T15:47:20.546Z | Compiling is-terminal v0.4.12 |
1350 | 2024-08-29T15:47:20.596Z | Compiling take_mut v0.2.2 |
1351 | 2024-08-29T15:47:20.673Z | Compiling slog-term v2.9.1 |
1352 | 2024-08-29T15:47:20.753Z | Compiling tar v0.4.41 |
1353 | 2024-08-29T15:47:20.818Z | Compiling camino v1.1.9 |
1354 | 2024-08-29T15:47:22.551Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1355 | 2024-08-29T15:47:23.398Z | Compiling strum v0.26.3 |
1356 | 2024-08-29T15:47:23.474Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1357 | 2024-08-29T15:47:28.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1358 | 2024-08-29T15:47:28.961Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1359 | 2024-08-29T15:47:29.007Z | Aug 29 15:47:27.628 INFO Starting download, target: Clickhouse |
1360 | 2024-08-29T15:47:29.007Z | Aug 29 15:47:27.628 INFO Starting download, target: Console |
1361 | 2024-08-29T15:47:29.010Z | Aug 29 15:47:27.628 INFO Starting download, target: Cockroach |
1362 | 2024-08-29T15:47:29.010Z | Aug 29 15:47:27.628 INFO Starting download, target: DendriteOpenapi |
1363 | 2024-08-29T15:47:29.010Z | Aug 29 15:47:27.628 INFO Starting download, target: DendriteStub |
1364 | 2024-08-29T15:47:29.010Z | Aug 29 15:47:27.628 INFO Starting download, target: MaghemiteMgd |
1365 | 2024-08-29T15:47:29.010Z | Aug 29 15:47:27.628 INFO Starting download, target: TransceiverControl |
1366 | 2024-08-29T15:47:29.010Z | Aug 29 15:47:27.628 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1367 | 2024-08-29T15:47:29.010Z | Aug 29 15:47:27.629 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1368 | 2024-08-29T15:47:29.010Z | Aug 29 15:47:27.629 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1369 | 2024-08-29T15:47:29.010Z | Aug 29 15:47:27.629 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1370 | 2024-08-29T15:47:29.010Z | Aug 29 15:47:27.629 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1371 | 2024-08-29T15:47:29.010Z | Aug 29 15:47:27.629 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1372 | 2024-08-29T15:47:29.010Z | Aug 29 15:47:27.629 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1373 | 2024-08-29T15:47:29.137Z | Aug 29 15:47:27.757 INFO Download complete, target: DendriteOpenapi |
1374 | 2024-08-29T15:47:29.405Z | Aug 29 15:47:28.024 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1375 | 2024-08-29T15:47:29.550Z | Aug 29 15:47:28.167 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1376 | 2024-08-29T15:47:29.742Z | Aug 29 15:47:28.361 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1377 | 2024-08-29T15:47:29.875Z | Aug 29 15:47:28.496 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1378 | 2024-08-29T15:47:29.944Z | Aug 29 15:47:28.565 INFO Download complete, target: Console |
1379 | 2024-08-29T15:47:30.217Z | Aug 29 15:47:28.837 INFO Download complete, target: TransceiverControl |
1380 | 2024-08-29T15:47:30.368Z | Aug 29 15:47:28.988 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1381 | 2024-08-29T15:47:30.368Z | Aug 29 15:47:28.988 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1382 | 2024-08-29T15:47:31.318Z | Aug 29 15:47:29.938 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1383 | 2024-08-29T15:47:32.885Z | Aug 29 15:47:31.505 INFO Download complete, target: DendriteStub |
1384 | 2024-08-29T15:47:33.163Z | Aug 29 15:47:31.782 INFO Download complete, target: MaghemiteMgd |
1385 | 2024-08-29T15:47:38.904Z | Aug 29 15:47:37.522 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1386 | 2024-08-29T15:47:39.216Z | Aug 29 15:47:37.833 INFO Checking that binary works, target: Cockroach |
1387 | 2024-08-29T15:47:39.374Z | Aug 29 15:47:37.991 INFO Download complete, target: Cockroach |
1388 | 2024-08-29T15:47:45.734Z | Aug 29 15:47:44.349 INFO Checking that binary works, target: Clickhouse |
1389 | 2024-08-29T15:47:46.374Z | Aug 29 15:47:44.988 INFO Download complete, target: Clickhouse |
1390 | 2024-08-29T15:47:46.380Z | All prerequisites installed successfully |
1391 | 2024-08-29T15:47:46.383Z | |
1392 | 2024-08-29T15:47:46.383Z | real 3:54.209959127 |
1393 | 2024-08-29T15:47:46.383Z | user 11:25.731116812 |
1394 | 2024-08-29T15:47:46.383Z | sys 2:26.536260612 |
1395 | 2024-08-29T15:47:46.383Z | trap 0.421278557 |
1396 | 2024-08-29T15:47:46.383Z | tflt 1.775880809 |
1397 | 2024-08-29T15:47:46.383Z | dflt 2.136255854 |
1398 | 2024-08-29T15:47:46.383Z | kflt 0.027456681 |
1399 | 2024-08-29T15:47:46.383Z | lock 22:32.421267654 |
1400 | 2024-08-29T15:47:46.383Z | slp 44:14.667701981 |
1401 | 2024-08-29T15:47:46.383Z | lat 43.083385536 |
1402 | 2024-08-29T15:47:46.383Z | stop 1:49.960164045 |
1403 | 2024-08-29T15:47:46.383Z | + ptime -m cargo xtask download softnpu |
1404 | 2024-08-29T15:47:46.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1405 | 2024-08-29T15:47:46.965Z | Running `target/debug/xtask download softnpu` |
1406 | 2024-08-29T15:47:47.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1407 | 2024-08-29T15:47:47.845Z | Running `target/debug/xtask-downloader softnpu` |
1408 | 2024-08-29T15:47:47.879Z | Aug 29 15:47:46.493 INFO Starting download, target: Softnpu |
1409 | 2024-08-29T15:47:47.887Z | Aug 29 15:47:46.494 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1410 | 2024-08-29T15:47:48.738Z | Aug 29 15:47:47.352 INFO Download complete, target: Softnpu |
1411 | 2024-08-29T15:47:48.741Z | |
1412 | 2024-08-29T15:47:48.744Z | real 2.353077982 |
1413 | 2024-08-29T15:47:48.744Z | user 1.236878865 |
1414 | 2024-08-29T15:47:48.744Z | sys 0.563373849 |
1415 | 2024-08-29T15:47:48.744Z | trap 0.000642951 |
1416 | 2024-08-29T15:47:48.744Z | tflt 0.000016374 |
1417 | 2024-08-29T15:47:48.744Z | dflt 0.000000000 |
1418 | 2024-08-29T15:47:48.744Z | kflt 0.000000000 |
1419 | 2024-08-29T15:47:48.744Z | lock 8.976462326 |
1420 | 2024-08-29T15:47:48.744Z | slp 0.875875153 |
1421 | 2024-08-29T15:47:48.744Z | lat 0.072624192 |
1422 | 2024-08-29T15:47:48.744Z | stop 0.000440190 |
1423 | 2024-08-29T15:47:48.744Z | + export CARGO_INCREMENTAL=0 |
1424 | 2024-08-29T15:47:48.744Z | + CARGO_INCREMENTAL=0 |
1425 | 2024-08-29T15:47:48.744Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1426 | 2024-08-29T15:47:49.688Z | Compiling proc-macro2 v1.0.86 |
1427 | 2024-08-29T15:47:49.688Z | Compiling unicode-ident v1.0.12 |
1428 | 2024-08-29T15:47:49.688Z | Compiling libc v0.2.158 |
1429 | 2024-08-29T15:47:49.688Z | Compiling serde v1.0.208 |
1430 | 2024-08-29T15:47:49.691Z | Compiling version_check v0.9.5 |
1431 | 2024-08-29T15:47:49.691Z | Compiling autocfg v1.3.0 |
1432 | 2024-08-29T15:47:49.691Z | Compiling cfg-if v1.0.0 |
1433 | 2024-08-29T15:47:49.691Z | Compiling once_cell v1.19.0 |
1434 | 2024-08-29T15:47:49.967Z | Compiling typenum v1.17.0 |
1435 | 2024-08-29T15:47:49.984Z | Compiling memchr v2.7.2 |
1436 | 2024-08-29T15:47:50.454Z | Compiling byteorder v1.5.0 |
1437 | 2024-08-29T15:47:50.480Z | Compiling generic-array v0.14.7 |
1438 | 2024-08-29T15:47:50.523Z | Compiling lock_api v0.4.12 |
1439 | 2024-08-29T15:47:50.825Z | Compiling ahash v0.8.11 |
1440 | 2024-08-29T15:47:50.842Z | Compiling serde_json v1.0.125 |
1441 | 2024-08-29T15:47:50.905Z | Compiling libm v0.2.8 |
1442 | 2024-08-29T15:47:51.165Z | Compiling num-traits v0.2.19 |
1443 | 2024-08-29T15:47:51.183Z | Compiling parking_lot_core v0.9.10 |
1444 | 2024-08-29T15:47:51.264Z | Compiling quote v1.0.36 |
1445 | 2024-08-29T15:47:51.501Z | Compiling thiserror v1.0.63 |
1446 | 2024-08-29T15:47:51.630Z | Compiling syn v2.0.74 |
1447 | 2024-08-29T15:47:51.863Z | Compiling scopeguard v1.2.0 |
1448 | 2024-08-29T15:47:51.897Z | Compiling getrandom v0.2.14 |
1449 | 2024-08-29T15:47:51.953Z | Compiling jobserver v0.1.32 |
1450 | 2024-08-29T15:47:52.222Z | Compiling itoa v1.0.11 |
1451 | 2024-08-29T15:47:52.462Z | Compiling cc v1.0.97 |
1452 | 2024-08-29T15:47:52.511Z | Compiling log v0.4.21 |
1453 | 2024-08-29T15:47:52.716Z | Compiling allocator-api2 v0.2.18 |
1454 | 2024-08-29T15:47:52.746Z | Compiling rand_core v0.6.4 |
1455 | 2024-08-29T15:47:52.762Z | Compiling slab v0.4.9 |
1456 | 2024-08-29T15:47:53.154Z | Compiling pin-project-lite v0.2.14 |
1457 | 2024-08-29T15:47:53.190Z | Compiling semver v1.0.23 |
1458 | 2024-08-29T15:47:53.467Z | Compiling ryu v1.0.18 |
1459 | 2024-08-29T15:47:53.772Z | Compiling equivalent v1.0.1 |
1460 | 2024-08-29T15:47:53.775Z | Compiling smallvec v1.13.2 |
1461 | 2024-08-29T15:47:53.928Z | Compiling schemars v0.8.21 |
1462 | 2024-08-29T15:47:53.946Z | Compiling pkg-config v0.3.30 |
1463 | 2024-08-29T15:47:54.025Z | Compiling vcpkg v0.2.15 |
1464 | 2024-08-29T15:47:54.292Z | Compiling spin v0.9.8 |
1465 | 2024-08-29T15:47:54.752Z | Compiling signal-hook-registry v1.4.2 |
1466 | 2024-08-29T15:47:55.092Z | Compiling subtle v2.5.0 |
1467 | 2024-08-29T15:47:55.481Z | Compiling parking_lot v0.12.2 |
1468 | 2024-08-29T15:47:55.715Z | Compiling ring v0.17.8 |
1469 | 2024-08-29T15:47:55.732Z | Compiling openssl-sys v0.9.103 |
1470 | 2024-08-29T15:47:56.248Z | Compiling mio v1.0.2 |
1471 | 2024-08-29T15:47:56.646Z | Compiling const-oid v0.9.6 |
1472 | 2024-08-29T15:47:56.769Z | Compiling socket2 v0.5.7 |
1473 | 2024-08-29T15:47:57.307Z | Compiling syn v1.0.109 |
1474 | 2024-08-29T15:47:57.819Z | Compiling httparse v1.8.0 |
1475 | 2024-08-29T15:47:57.858Z | Compiling heck v0.5.0 |
1476 | 2024-08-29T15:47:58.230Z | Compiling time-core v0.1.2 |
1477 | 2024-08-29T15:47:58.340Z | Compiling num-conv v0.1.0 |
1478 | 2024-08-29T15:47:58.402Z | Compiling fnv v1.0.7 |
1479 | 2024-08-29T15:47:58.421Z | Compiling openssl v0.10.66 |
1480 | 2024-08-29T15:47:58.528Z | Compiling futures-core v0.3.30 |
1481 | 2024-08-29T15:47:58.580Z | Compiling rustix v0.38.34 |
1482 | 2024-08-29T15:47:58.613Z | Compiling time-macros v0.2.18 |
1483 | 2024-08-29T15:47:59.121Z | Compiling serde_derive_internals v0.29.1 |
1484 | 2024-08-29T15:47:59.233Z | Compiling crossbeam-utils v0.8.19 |
1485 | 2024-08-29T15:47:59.854Z | Compiling tinyvec_macros v0.1.1 |
1486 | 2024-08-29T15:47:59.953Z | Compiling iana-time-zone v0.1.60 |
1487 | 2024-08-29T15:48:00.098Z | Compiling futures-sink v0.3.30 |
1488 | 2024-08-29T15:48:00.273Z | Compiling rustls v0.21.12 |
1489 | 2024-08-29T15:48:00.569Z | Compiling native-tls v0.2.11 |
1490 | 2024-08-29T15:48:00.627Z | Compiling tinyvec v1.6.0 |
1491 | 2024-08-29T15:48:01.550Z | Compiling cpufeatures v0.2.12 |
1492 | 2024-08-29T15:48:01.602Z | Compiling ucd-trie v0.1.6 |
1493 | 2024-08-29T15:48:01.667Z | Compiling backtrace v0.3.71 |
1494 | 2024-08-29T15:48:01.864Z | Compiling cookie v0.17.0 |
1495 | 2024-08-29T15:48:02.076Z | Compiling unicode-bidi v0.3.15 |
1496 | 2024-08-29T15:48:02.129Z | Compiling unicode-normalization v0.1.23 |
1497 | 2024-08-29T15:48:02.166Z | Compiling slog v2.7.0 |
1498 | 2024-08-29T15:48:02.502Z | Compiling futures-channel v0.3.30 |
1499 | 2024-08-29T15:48:02.761Z | Compiling aho-corasick v1.1.3 |
1500 | 2024-08-29T15:48:02.994Z | Compiling futures-task v0.3.30 |
1501 | 2024-08-29T15:48:03.185Z | Compiling pin-utils v0.1.0 |
1502 | 2024-08-29T15:48:03.287Z | Compiling futures-io v0.3.30 |
1503 | 2024-08-29T15:48:03.338Z | Compiling regex-syntax v0.8.4 |
1504 | 2024-08-29T15:48:04.417Z | Compiling untrusted v0.9.0 |
1505 | 2024-08-29T15:48:04.483Z | Compiling serde_derive v1.0.208 |
1506 | 2024-08-29T15:48:04.610Z | Compiling zeroize_derive v1.4.2 |
1507 | 2024-08-29T15:48:04.737Z | Compiling zerocopy-derive v0.7.34 |
1508 | 2024-08-29T15:48:06.077Z | Compiling thiserror-impl v1.0.63 |
1509 | 2024-08-29T15:48:06.216Z | Compiling tokio-macros v2.4.0 |
1510 | 2024-08-29T15:48:06.688Z | Compiling zerocopy v0.7.34 |
1511 | 2024-08-29T15:48:07.105Z | Compiling zeroize v1.7.0 |
1512 | 2024-08-29T15:48:07.926Z | Compiling futures-macro v0.3.30 |
1513 | 2024-08-29T15:48:08.824Z | Compiling hashbrown v0.14.5 |
1514 | 2024-08-29T15:48:08.977Z | Compiling crypto-common v0.1.6 |
1515 | 2024-08-29T15:48:09.181Z | Compiling tracing-attributes v0.1.27 |
1516 | 2024-08-29T15:48:09.665Z | Compiling schemars_derive v0.8.21 |
1517 | 2024-08-29T15:48:10.128Z | Compiling block-buffer v0.10.4 |
1518 | 2024-08-29T15:48:10.326Z | Compiling digest v0.10.7 |
1519 | 2024-08-29T15:48:10.480Z | Compiling der_derive v0.7.2 |
1520 | 2024-08-29T15:48:10.710Z | Compiling openssl-macros v0.1.1 |
1521 | 2024-08-29T15:48:11.349Z | Compiling scroll_derive v0.12.0 |
1522 | 2024-08-29T15:48:11.467Z | Compiling hmac v0.12.1 |
1523 | 2024-08-29T15:48:11.695Z | Compiling block-padding v0.3.3 |
1524 | 2024-08-29T15:48:12.413Z | Compiling pest v2.7.10 |
1525 | 2024-08-29T15:48:12.557Z | Compiling inout v0.1.3 |
1526 | 2024-08-29T15:48:12.653Z | Compiling sha2 v0.10.8 |
1527 | 2024-08-29T15:48:12.696Z | Compiling futures-util v0.3.30 |
1528 | 2024-08-29T15:48:12.720Z | Compiling regex-automata v0.4.6 |
1529 | 2024-08-29T15:48:12.793Z | Compiling cipher v0.4.4 |
1530 | 2024-08-29T15:48:13.228Z | Compiling winnow v0.5.40 |
1531 | 2024-08-29T15:48:13.620Z | Compiling anyhow v1.0.86 |
1532 | 2024-08-29T15:48:13.770Z | Compiling dyn-clone v1.0.17 |
1533 | 2024-08-29T15:48:15.266Z | Compiling pest_meta v2.7.10 |
1534 | 2024-08-29T15:48:17.061Z | Compiling pest_generator v2.7.10 |
1535 | 2024-08-29T15:48:17.971Z | Compiling bytes v1.7.1 |
1536 | 2024-08-29T15:48:19.347Z | Compiling indexmap v2.4.0 |
1537 | 2024-08-29T15:48:19.876Z | Compiling tokio v1.39.3 |
1538 | 2024-08-29T15:48:20.322Z | Compiling bitflags v2.6.0 |
1539 | 2024-08-29T15:48:20.339Z | Compiling uuid v1.10.0 |
1540 | 2024-08-29T15:48:20.826Z | Compiling serde_tokenstream v0.2.2 |
1541 | 2024-08-29T15:48:20.903Z | Compiling chrono v0.4.38 |
1542 | 2024-08-29T15:48:22.353Z | Compiling serde_spanned v0.6.7 |
1543 | 2024-08-29T15:48:22.583Z | Compiling toml_datetime v0.6.8 |
1544 | 2024-08-29T15:48:23.415Z | Compiling http v0.2.12 |
1545 | 2024-08-29T15:48:23.657Z | Compiling toml_edit v0.19.15 |
1546 | 2024-08-29T15:48:25.688Z | Compiling rustc_version v0.4.0 |
1547 | 2024-08-29T15:48:25.760Z | Compiling pest_derive v2.7.10 |
1548 | 2024-08-29T15:48:26.353Z | Compiling tracing-core v0.1.32 |
1549 | 2024-08-29T15:48:26.546Z | Compiling usdt-impl v0.5.0 |
1550 | 2024-08-29T15:48:26.912Z | Compiling rustversion v1.0.17 |
1551 | 2024-08-29T15:48:27.556Z | Compiling base64ct v1.6.0 |
1552 | 2024-08-29T15:48:28.233Z | Compiling pem-rfc7468 v0.7.0 |
1553 | 2024-08-29T15:48:28.729Z | Compiling tracing v0.1.40 |
1554 | 2024-08-29T15:48:28.837Z | Compiling heapless v0.7.17 |
1555 | 2024-08-29T15:48:28.985Z | Compiling scroll v0.12.0 |
1556 | 2024-08-29T15:48:29.376Z | Compiling percent-encoding v2.3.1 |
1557 | 2024-08-29T15:48:29.551Z | Compiling flagset v0.4.5 |
1558 | 2024-08-29T15:48:29.703Z | Compiling plain v0.2.3 |
1559 | 2024-08-29T15:48:29.758Z | Compiling heck v0.4.1 |
1560 | 2024-08-29T15:48:29.861Z | Compiling powerfmt v0.2.0 |
1561 | 2024-08-29T15:48:29.988Z | Compiling ppv-lite86 v0.2.17 |
1562 | 2024-08-29T15:48:30.177Z | Compiling deranged v0.3.11 |
1563 | 2024-08-29T15:48:30.327Z | Compiling tokio-util v0.7.11 |
1564 | 2024-08-29T15:48:30.417Z | Compiling goblin v0.8.2 |
1565 | 2024-08-29T15:48:30.709Z | Compiling rand_chacha v0.3.1 |
1566 | 2024-08-29T15:48:31.542Z | Compiling der v0.7.9 |
1567 | 2024-08-29T15:48:34.406Z | Compiling regex v1.10.6 |
1568 | 2024-08-29T15:48:34.437Z | Compiling salsa20 v0.10.2 |
1569 | 2024-08-29T15:48:34.455Z | Compiling pbkdf2 v0.12.2 |
1570 | 2024-08-29T15:48:34.727Z | Compiling crc32fast v1.4.0 |
1571 | 2024-08-29T15:48:34.864Z | Compiling strsim v0.11.1 |
1572 | 2024-08-29T15:48:35.188Z | Compiling num_threads v0.1.7 |
1573 | 2024-08-29T15:48:35.324Z | Compiling pretty-hex v0.4.1 |
1574 | 2024-08-29T15:48:35.484Z | Compiling time v0.3.36 |
1575 | 2024-08-29T15:48:35.870Z | Compiling scrypt v0.11.0 |
1576 | 2024-08-29T15:48:35.955Z | Compiling dof v0.3.0 |
1577 | 2024-08-29T15:48:36.131Z | Compiling spki v0.7.3 |
1578 | 2024-08-29T15:48:36.395Z | Compiling rand v0.8.5 |
1579 | 2024-08-29T15:48:36.679Z | Compiling dtrace-parser v0.2.0 |
1580 | 2024-08-29T15:48:37.536Z | Compiling cbc v0.1.2 |
1581 | 2024-08-29T15:48:37.758Z | Compiling aes v0.8.4 |
1582 | 2024-08-29T15:48:37.776Z | Compiling async-trait v0.1.81 |
1583 | 2024-08-29T15:48:38.013Z | Compiling thread-id v4.2.1 |
1584 | 2024-08-29T15:48:38.302Z | Compiling foreign-types-shared v0.1.1 |
1585 | 2024-08-29T15:48:38.394Z | Compiling smoltcp v0.9.1 |
1586 | 2024-08-29T15:48:38.413Z | Compiling num-bigint-dig v0.8.4 |
1587 | 2024-08-29T15:48:38.716Z | Compiling unicode-width v0.1.13 |
1588 | 2024-08-29T15:48:38.947Z | Compiling signal-hook v0.3.17 |
1589 | 2024-08-29T15:48:38.965Z | Compiling pkcs5 v0.7.1 |
1590 | 2024-08-29T15:48:39.074Z | Compiling foreign-types v0.3.2 |
1591 | 2024-08-29T15:48:40.137Z | Compiling form_urlencoded v1.2.1 |
1592 | 2024-08-29T15:48:40.679Z | Compiling errno v0.3.9 |
1593 | 2024-08-29T15:48:40.950Z | Compiling try-lock v0.2.5 |
1594 | 2024-08-29T15:48:40.988Z | Compiling siphasher v0.3.11 |
1595 | 2024-08-29T15:48:41.141Z | Compiling cfg_aliases v0.1.1 |
1596 | 2024-08-29T15:48:41.181Z | Compiling adler v1.0.2 |
1597 | 2024-08-29T15:48:41.514Z | Compiling want v0.3.1 |
1598 | 2024-08-29T15:48:41.578Z | Compiling miniz_oxide v0.7.2 |
1599 | 2024-08-29T15:48:41.937Z | Compiling nix v0.28.0 |
1600 | 2024-08-29T15:48:43.845Z | Compiling pkcs8 v0.10.2 |
1601 | 2024-08-29T15:48:44.398Z | Compiling sct v0.7.1 |
1602 | 2024-08-29T15:48:44.562Z | Compiling rustls-webpki v0.101.7 |
1603 | 2024-08-29T15:48:44.694Z | Compiling h2 v0.3.26 |
1604 | 2024-08-29T15:48:45.674Z | Compiling http-body v0.4.6 |
1605 | 2024-08-29T15:48:46.317Z | Compiling openapiv3 v2.0.0 |
1606 | 2024-08-29T15:48:46.708Z | Compiling hubpack_derive v0.1.1 |
1607 | 2024-08-29T15:48:46.748Z | Compiling zerocopy-derive v0.6.6 |
1608 | 2024-08-29T15:48:47.570Z | Compiling idna v0.5.0 |
1609 | 2024-08-29T15:48:48.023Z | Compiling fs-err v2.11.0 |
1610 | 2024-08-29T15:48:48.570Z | Compiling openssl-probe v0.1.5 |
1611 | 2024-08-29T15:48:48.878Z | Compiling tower-service v0.3.2 |
1612 | 2024-08-29T15:48:49.011Z | Compiling httpdate v1.0.3 |
1613 | 2024-08-29T15:48:49.171Z | Compiling utf8parse v0.2.1 |
1614 | 2024-08-29T15:48:49.336Z | Compiling stable_deref_trait v1.2.0 |
1615 | 2024-08-29T15:48:49.420Z | Compiling finl_unicode v1.2.0 |
1616 | 2024-08-29T15:48:49.456Z | Compiling gimli v0.28.1 |
1617 | 2024-08-29T15:48:50.047Z | Compiling anstyle v1.0.8 |
1618 | 2024-08-29T15:48:51.235Z | Compiling stringprep v0.1.4 |
1619 | 2024-08-29T15:48:52.218Z | Compiling hyper v0.14.30 |
1620 | 2024-08-29T15:48:52.750Z | Compiling anstyle-parse v0.2.4 |
1621 | 2024-08-29T15:48:54.276Z | Compiling addr2line v0.21.0 |
1622 | 2024-08-29T15:48:57.361Z | Compiling url v2.5.2 |
1623 | 2024-08-29T15:49:01.987Z | Compiling usdt-macro v0.5.0 |
1624 | 2024-08-29T15:49:03.367Z | Compiling usdt-attr-macro v0.5.0 |
1625 | 2024-08-29T15:49:05.698Z | Compiling md-5 v0.10.6 |
1626 | 2024-08-29T15:49:06.267Z | Compiling idna v0.3.0 |
1627 | 2024-08-29T15:49:07.762Z | Compiling lazy_static v1.5.0 |
1628 | 2024-08-29T15:49:07.892Z | Compiling num-integer v0.1.46 |
1629 | 2024-08-29T15:49:08.548Z | Compiling object v0.32.2 |
1630 | 2024-08-29T15:49:08.624Z | Compiling hash32 v0.2.1 |
1631 | 2024-08-29T15:49:08.988Z | Compiling psl-types v2.0.11 |
1632 | 2024-08-29T15:49:09.007Z | Compiling fallible-iterator v0.2.0 |
1633 | 2024-08-29T15:49:09.186Z | Compiling is_terminal_polyfill v1.70.0 |
1634 | 2024-08-29T15:49:09.672Z | Compiling colorchoice v1.0.1 |
1635 | 2024-08-29T15:49:09.879Z | Compiling anstyle-query v1.0.3 |
1636 | 2024-08-29T15:49:10.031Z | Compiling base64 v0.22.1 |
1637 | 2024-08-29T15:49:10.074Z | Compiling rustc-demangle v0.1.24 |
1638 | 2024-08-29T15:49:10.713Z | Compiling postgres-protocol v0.6.7 |
1639 | 2024-08-29T15:49:12.414Z | Compiling anstream v0.6.14 |
1640 | 2024-08-29T15:49:14.197Z | Compiling publicsuffix v2.2.3 |
1641 | 2024-08-29T15:49:14.738Z | Compiling num-iter v0.1.45 |
1642 | 2024-08-29T15:49:16.261Z | Compiling tokio-rustls v0.24.1 |
1643 | 2024-08-29T15:49:16.653Z | Compiling terminal_size v0.3.0 |
1644 | 2024-08-29T15:49:16.859Z | Compiling tokio-native-tls v0.3.1 |
1645 | 2024-08-29T15:49:17.144Z | Compiling phf_shared v0.11.2 |
1646 | 2024-08-29T15:49:18.144Z | Compiling strum_macros v0.25.3 |
1647 | 2024-08-29T15:49:18.773Z | Compiling enum-as-inner v0.6.0 |
1648 | 2024-08-29T15:49:19.605Z | Compiling regress v0.9.1 |
1649 | 2024-08-29T15:49:19.824Z | Compiling clap_derive v4.5.13 |
1650 | 2024-08-29T15:49:20.817Z | Compiling serde_repr v0.1.19 |
1651 | 2024-08-29T15:49:22.059Z | Compiling ff v0.13.0 |
1652 | 2024-08-29T15:49:24.344Z | Compiling encoding_rs v0.8.34 |
1653 | 2024-08-29T15:49:24.430Z | Compiling base16ct v0.2.0 |
1654 | 2024-08-29T15:49:24.730Z | Compiling bitflags v1.3.2 |
1655 | 2024-08-29T15:49:24.849Z | Compiling either v1.13.0 |
1656 | 2024-08-29T15:49:25.120Z | Compiling managed v0.8.0 |
1657 | 2024-08-29T15:49:26.079Z | Compiling mime v0.3.17 |
1658 | 2024-08-29T15:49:26.116Z | Compiling base64 v0.21.7 |
1659 | 2024-08-29T15:49:26.647Z | Compiling ipnet v2.9.0 |
1660 | 2024-08-29T15:49:27.010Z | Compiling clap_lex v0.7.0 |
1661 | 2024-08-29T15:49:27.458Z | Compiling clap_builder v4.5.15 |
1662 | 2024-08-29T15:49:27.673Z | Compiling rustls-pemfile v1.0.4 |
1663 | 2024-08-29T15:49:28.049Z | Compiling sec1 v0.7.3 |
1664 | 2024-08-29T15:49:28.622Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1665 | 2024-08-29T15:49:29.602Z | Compiling group v0.13.0 |
1666 | 2024-08-29T15:49:34.797Z | Compiling phf v0.11.2 |
1667 | 2024-08-29T15:49:35.099Z | Compiling hyper-tls v0.5.0 |
1668 | 2024-08-29T15:49:35.172Z | Compiling hyper-rustls v0.24.2 |
1669 | 2024-08-29T15:49:35.434Z | Compiling cookie_store v0.20.0 |
1670 | 2024-08-29T15:49:35.845Z | Compiling postgres-types v0.2.7 |
1671 | 2024-08-29T15:49:35.967Z | Compiling zerocopy v0.6.6 |
1672 | 2024-08-29T15:49:36.552Z | Compiling hubpack v0.1.2 |
1673 | 2024-08-29T15:49:36.795Z | Compiling pkcs1 v0.7.5 |
1674 | 2024-08-29T15:49:36.837Z | Compiling phf_shared v0.10.0 |
1675 | 2024-08-29T15:49:37.231Z | Compiling serde_urlencoded v0.7.1 |
1676 | 2024-08-29T15:49:37.557Z | Compiling crossbeam-epoch v0.9.18 |
1677 | 2024-08-29T15:49:37.720Z | Compiling futures-executor v0.3.30 |
1678 | 2024-08-29T15:49:37.752Z | Compiling bstr v1.9.1 |
1679 | 2024-08-29T15:49:38.384Z | Compiling hkdf v0.12.4 |
1680 | 2024-08-29T15:49:38.624Z | Compiling signature v2.2.0 |
1681 | 2024-08-29T15:49:38.711Z | Compiling crypto-bigint v0.5.5 |
1682 | 2024-08-29T15:49:38.741Z | Compiling idna v0.4.0 |
1683 | 2024-08-29T15:49:38.913Z | Compiling float-cmp v0.9.0 |
1684 | 2024-08-29T15:49:39.122Z | Compiling mio v0.8.11 |
1685 | 2024-08-29T15:49:39.329Z | Compiling memmap v0.7.0 |
1686 | 2024-08-29T15:49:39.657Z | Compiling fixedbitset v0.4.2 |
1687 | 2024-08-29T15:49:40.231Z | Compiling bit-vec v0.6.3 |
1688 | 2024-08-29T15:49:40.503Z | Compiling whoami v1.5.1 |
1689 | 2024-08-29T15:49:40.611Z | Compiling normalize-line-endings v0.3.0 |
1690 | 2024-08-29T15:49:40.675Z | Compiling minimal-lexical v0.2.1 |
1691 | 2024-08-29T15:49:40.737Z | Compiling new_debug_unreachable v1.0.6 |
1692 | 2024-08-29T15:49:40.832Z | Compiling sync_wrapper v0.1.2 |
1693 | 2024-08-29T15:49:40.971Z | Compiling data-encoding v2.6.0 |
1694 | 2024-08-29T15:49:41.056Z | Compiling difflib v0.4.0 |
1695 | 2024-08-29T15:49:41.203Z | Compiling winnow v0.6.18 |
1696 | 2024-08-29T15:49:42.087Z | Compiling predicates-core v1.0.6 |
1697 | 2024-08-29T15:49:42.136Z | Compiling precomputed-hash v0.1.1 |
1698 | 2024-08-29T15:49:42.262Z | Compiling static_assertions v1.1.0 |
1699 | 2024-08-29T15:49:42.369Z | Compiling unicode-segmentation v1.11.0 |
1700 | 2024-08-29T15:49:42.389Z | Compiling webpki-roots v0.25.4 |
1701 | 2024-08-29T15:49:42.561Z | Compiling reqwest v0.11.27 |
1702 | 2024-08-29T15:49:42.693Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1703 | 2024-08-29T15:49:42.711Z | Compiling predicates v3.1.2 |
1704 | 2024-08-29T15:49:43.125Z | Compiling similar v2.6.0 |
1705 | 2024-08-29T15:49:43.423Z | Compiling string_cache v0.8.7 |
1706 | 2024-08-29T15:49:43.848Z | Compiling hickory-proto v0.24.1 |
1707 | 2024-08-29T15:49:43.919Z | Compiling elliptic-curve v0.13.8 |
1708 | 2024-08-29T15:49:44.183Z | Compiling nom v7.1.3 |
1709 | 2024-08-29T15:49:44.658Z | Compiling tokio-postgres v0.7.11 |
1710 | 2024-08-29T15:49:44.947Z | Compiling toml_edit v0.22.20 |
1711 | 2024-08-29T15:49:45.080Z | Compiling bit-set v0.5.3 |
1712 | 2024-08-29T15:49:45.373Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1713 | 2024-08-29T15:49:47.860Z | Compiling petgraph v0.6.5 |
1714 | 2024-08-29T15:49:48.774Z | Compiling signal-hook-mio v0.2.4 |
1715 | 2024-08-29T15:49:48.963Z | Compiling usdt v0.5.0 |
1716 | 2024-08-29T15:49:49.419Z | Compiling rsa v0.9.6 |
1717 | 2024-08-29T15:49:50.322Z | Compiling futures v0.3.30 |
1718 | 2024-08-29T15:49:51.859Z | Compiling flate2 v1.0.31 |
1719 | 2024-08-29T15:49:52.512Z | Compiling clap v4.5.16 |
1720 | 2024-08-29T15:49:52.775Z | Compiling itertools v0.12.1 |
1721 | 2024-08-29T15:49:52.793Z | Compiling itertools v0.10.5 |
1722 | 2024-08-29T15:49:53.204Z | Compiling console v0.15.8 |
1723 | 2024-08-29T15:49:53.572Z | Compiling tokio-stream v0.1.15 |
1724 | 2024-08-29T15:49:54.251Z | Compiling toml v0.7.8 |
1725 | 2024-08-29T15:49:54.429Z | Compiling hex v0.4.3 |
1726 | 2024-08-29T15:49:55.065Z | Compiling sha1 v0.10.6 |
1727 | 2024-08-29T15:49:55.635Z | Compiling lalrpop-util v0.19.12 |
1728 | 2024-08-29T15:49:55.685Z | Compiling camino v1.1.9 |
1729 | 2024-08-29T15:49:55.752Z | Compiling unicode-xid v0.2.4 |
1730 | 2024-08-29T15:49:55.786Z | Compiling peg-runtime v0.8.3 |
1731 | 2024-08-29T15:49:56.336Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1732 | 2024-08-29T15:49:56.399Z | Compiling proc-macro-crate v1.3.1 |
1733 | 2024-08-29T15:49:57.081Z | Compiling heapless v0.8.0 |
1734 | 2024-08-29T15:49:57.973Z | Compiling num_enum_derive v0.5.11 |
1735 | 2024-08-29T15:49:59.839Z | Compiling ipnetwork v0.20.0 |
1736 | 2024-08-29T15:50:01.802Z | Compiling hash32 v0.3.1 |
1737 | 2024-08-29T15:50:03.579Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1738 | 2024-08-29T15:50:03.948Z | Compiling ident_case v1.0.1 |
1739 | 2024-08-29T15:50:04.143Z | Compiling rustls-pki-types v1.7.0 |
1740 | 2024-08-29T15:50:04.837Z | Compiling smoltcp v0.11.0 |
1741 | 2024-08-29T15:50:05.577Z | Compiling darling_core v0.20.9 |
1742 | 2024-08-29T15:50:12.979Z | Compiling num_enum v0.5.11 |
1743 | 2024-08-29T15:50:13.668Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1744 | 2024-08-29T15:50:13.862Z | Compiling getopts v0.2.21 |
1745 | 2024-08-29T15:50:14.646Z | Compiling dirs-sys-next v0.1.2 |
1746 | 2024-08-29T15:50:15.375Z | Compiling proc-macro-error-attr v1.0.4 |
1747 | 2024-08-29T15:50:15.674Z | Compiling rustls v0.22.4 |
1748 | 2024-08-29T15:50:15.706Z | Compiling cobs v0.2.3 |
1749 | 2024-08-29T15:50:15.981Z | Compiling unsafe-libyaml v0.2.11 |
1750 | 2024-08-29T15:50:17.792Z | Compiling paste v1.0.15 |
1751 | 2024-08-29T15:50:18.278Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1752 | 2024-08-29T15:50:18.878Z | Compiling embedded-io v0.4.0 |
1753 | 2024-08-29T15:50:19.113Z | Compiling postcard v1.0.8 |
1754 | 2024-08-29T15:50:20.017Z | Compiling serde_yaml v0.9.34+deprecated |
1755 | 2024-08-29T15:50:21.211Z | Compiling dirs-next v2.0.0 |
1756 | 2024-08-29T15:50:21.480Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1757 | 2024-08-29T15:50:29.129Z | Compiling darling_macro v0.20.9 |
1758 | 2024-08-29T15:50:30.968Z | Compiling rustls-webpki v0.102.4 |
1759 | 2024-08-29T15:50:38.140Z | Compiling strum_macros v0.26.4 |
1760 | 2024-08-29T15:50:39.091Z | Compiling foreign-types-macros v0.2.3 |
1761 | 2024-08-29T15:50:39.330Z | Compiling structmeta-derive v0.3.0 |
1762 | 2024-08-29T15:50:40.512Z | Compiling thread_local v1.1.8 |
1763 | 2024-08-29T15:50:42.058Z | Compiling multer v3.1.0 |
1764 | 2024-08-29T15:50:42.383Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1765 | 2024-08-29T15:50:42.603Z | Compiling proc-macro-error v1.0.4 |
1766 | 2024-08-29T15:50:42.824Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1767 | 2024-08-29T15:50:43.000Z | Compiling slog-async v2.8.0 |
1768 | 2024-08-29T15:50:43.352Z | Compiling foreign-types-shared v0.3.1 |
1769 | 2024-08-29T15:50:43.483Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1770 | 2024-08-29T15:50:44.428Z | Compiling match_cfg v0.1.0 |
1771 | 2024-08-29T15:50:44.532Z | Compiling hostname v0.3.1 |
1772 | 2024-08-29T15:50:49.271Z | Compiling foreign-types v0.5.0 |
1773 | 2024-08-29T15:50:49.402Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1774 | 2024-08-29T15:50:50.492Z | Compiling strum v0.26.3 |
1775 | 2024-08-29T15:50:50.621Z | Compiling structmeta v0.3.0 |
1776 | 2024-08-29T15:50:56.615Z | Compiling darling v0.20.9 |
1777 | 2024-08-29T15:50:56.747Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1778 | 2024-08-29T15:50:58.151Z | Compiling term v0.7.0 |
1779 | 2024-08-29T15:51:00.607Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1780 | 2024-08-29T15:51:02.474Z | Compiling slog-json v2.6.1 |
1781 | 2024-08-29T15:51:02.931Z | Compiling tabwriter v1.4.0 |
1782 | 2024-08-29T15:51:03.335Z | Compiling crossbeam-channel v0.5.12 |
1783 | 2024-08-29T15:51:04.925Z | Compiling http v1.1.0 |
1784 | 2024-08-29T15:51:04.995Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1785 | 2024-08-29T15:51:05.812Z | Compiling async-stream-impl v0.3.5 |
1786 | 2024-08-29T15:51:05.931Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1787 | 2024-08-29T15:51:06.827Z | Compiling is-terminal v0.4.12 |
1788 | 2024-08-29T15:51:07.020Z | Compiling cstr-argument v0.1.2 |
1789 | 2024-08-29T15:51:07.114Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1790 | 2024-08-29T15:51:07.433Z | Compiling fastrand v2.1.0 |
1791 | 2024-08-29T15:51:08.144Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1792 | 2024-08-29T15:51:08.456Z | Compiling crucible-workspace-hack v0.1.0 |
1793 | 2024-08-29T15:51:08.770Z | Compiling atomic-waker v1.1.2 |
1794 | 2024-08-29T15:51:08.786Z | Compiling take_mut v0.2.2 |
1795 | 2024-08-29T15:51:08.963Z | Compiling rayon-core v1.12.1 |
1796 | 2024-08-29T15:51:08.981Z | Compiling pretty-hex v0.2.1 |
1797 | 2024-08-29T15:51:09.214Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1798 | 2024-08-29T15:51:09.377Z | Compiling waitgroup v0.1.2 |
1799 | 2024-08-29T15:51:09.627Z | Compiling tempfile v3.10.1 |
1800 | 2024-08-29T15:51:09.660Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1801 | 2024-08-29T15:51:09.712Z | Compiling async-stream v0.3.5 |
1802 | 2024-08-29T15:51:10.029Z | Compiling slog-term v2.9.1 |
1803 | 2024-08-29T15:51:11.319Z | Compiling slog-bunyan v2.5.0 |
1804 | 2024-08-29T15:51:11.619Z | Compiling tokio-rustls v0.25.0 |
1805 | 2024-08-29T15:51:11.808Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1806 | 2024-08-29T15:51:12.047Z | Compiling serde_with_macros v3.9.0 |
1807 | 2024-08-29T15:51:12.099Z | Compiling parse-display-derive v0.10.0 |
1808 | 2024-08-29T15:51:12.145Z | Compiling toml v0.8.19 |
1809 | 2024-08-29T15:51:12.237Z | Compiling rustls-pemfile v2.1.3 |
1810 | 2024-08-29T15:51:12.623Z | Compiling crossbeam-deque v0.8.5 |
1811 | 2024-08-29T15:51:12.998Z | Compiling colored v2.1.0 |
1812 | 2024-08-29T15:51:13.019Z | Compiling newtype-uuid v1.1.0 |
1813 | 2024-08-29T15:51:13.376Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1814 | 2024-08-29T15:51:13.500Z | Compiling serde_path_to_error v0.1.16 |
1815 | 2024-08-29T15:51:14.333Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1816 | 2024-08-29T15:51:14.527Z | Compiling socket2 v0.4.10 |
1817 | 2024-08-29T15:51:14.656Z | Compiling hostname v0.4.0 |
1818 | 2024-08-29T15:51:14.932Z | Compiling instant v0.1.12 |
1819 | 2024-08-29T15:51:15.080Z | Compiling debug-ignore v1.0.5 |
1820 | 2024-08-29T15:51:15.097Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1821 | 2024-08-29T15:51:15.240Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1822 | 2024-08-29T15:51:15.462Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1823 | 2024-08-29T15:51:15.481Z | Compiling backoff v0.4.0 |
1824 | 2024-08-29T15:51:15.943Z | Compiling parse-display v0.10.0 |
1825 | 2024-08-29T15:51:16.008Z | Compiling serde_with v3.9.0 |
1826 | 2024-08-29T15:51:17.951Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1827 | 2024-08-29T15:51:18.515Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1828 | 2024-08-29T15:51:19.057Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1829 | 2024-08-29T15:51:19.896Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1830 | 2024-08-29T15:51:20.475Z | Compiling camino-tempfile v1.1.1 |
1831 | 2024-08-29T15:51:20.765Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1832 | 2024-08-29T15:51:21.246Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1833 | 2024-08-29T15:51:21.271Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1834 | 2024-08-29T15:51:21.451Z | Compiling macaddr v1.0.1 |
1835 | 2024-08-29T15:51:21.927Z | Compiling num-derive v0.4.2 |
1836 | 2024-08-29T15:51:22.085Z | Compiling sigpipe v0.1.3 |
1837 | 2024-08-29T15:51:22.226Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1838 | 2024-08-29T15:51:22.541Z | Compiling libefi-sys v0.1.0 |
1839 | 2024-08-29T15:51:22.932Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1840 | 2024-08-29T15:51:23.967Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1841 | 2024-08-29T15:51:24.196Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1842 | 2024-08-29T15:51:24.511Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1843 | 2024-08-29T15:51:24.550Z | Compiling rayon v1.10.0 |
1844 | 2024-08-29T15:51:24.858Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1845 | 2024-08-29T15:51:25.749Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1846 | 2024-08-29T15:51:26.251Z | Compiling smf v0.2.3 |
1847 | 2024-08-29T15:51:27.891Z | Compiling bitfield-struct v0.6.1 |
1848 | 2024-08-29T15:51:28.885Z | Compiling ring v0.16.20 |
1849 | 2024-08-29T15:51:29.284Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1850 | 2024-08-29T15:51:29.656Z | Compiling blake3 v1.5.1 |
1851 | 2024-08-29T15:51:29.712Z | Compiling portable-atomic v1.6.0 |
1852 | 2024-08-29T15:51:30.335Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1853 | 2024-08-29T15:51:30.697Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1854 | 2024-08-29T15:51:30.836Z | Compiling xattr v1.3.1 |
1855 | 2024-08-29T15:51:30.980Z | Compiling memmap2 v0.9.4 |
1856 | 2024-08-29T15:51:31.076Z | Compiling filetime v0.2.24 |
1857 | 2024-08-29T15:51:31.175Z | Compiling arrayref v0.3.7 |
1858 | 2024-08-29T15:51:31.306Z | Compiling same-file v1.0.6 |
1859 | 2024-08-29T15:51:31.442Z | Compiling arrayvec v0.7.4 |
1860 | 2024-08-29T15:51:31.571Z | Compiling constant_time_eq v0.3.0 |
1861 | 2024-08-29T15:51:31.590Z | Compiling spin v0.5.2 |
1862 | 2024-08-29T15:51:31.752Z | Compiling untrusted v0.7.1 |
1863 | 2024-08-29T15:51:31.850Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1864 | 2024-08-29T15:51:31.906Z | Compiling walkdir v2.5.0 |
1865 | 2024-08-29T15:51:31.946Z | Compiling tar v0.4.41 |
1866 | 2024-08-29T15:51:31.985Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1867 | 2024-08-29T15:51:33.529Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1868 | 2024-08-29T15:51:34.430Z | Compiling gethostname v0.5.0 |
1869 | 2024-08-29T15:51:34.467Z | Compiling cargo-platform v0.1.8 |
1870 | 2024-08-29T15:51:34.627Z | Compiling number_prefix v0.4.0 |
1871 | 2024-08-29T15:51:34.886Z | Compiling topological-sort v0.2.2 |
1872 | 2024-08-29T15:51:35.165Z | Compiling cargo_metadata v0.18.1 |
1873 | 2024-08-29T15:51:35.576Z | Compiling indicatif v0.17.8 |
1874 | 2024-08-29T15:51:39.672Z | Compiling omicron-zone-package v0.11.0 |
1875 | 2024-08-29T15:51:42.908Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1876 | 2024-08-29T15:51:43.647Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1877 | 2024-08-29T15:51:45.234Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1878 | 2024-08-29T15:52:04.558Z | Finished `release` profile [optimized] target(s) in 4m 15s |
1879 | 2024-08-29T15:52:04.704Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1880 | 2024-08-29T15:52:04.748Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1881 | 2024-08-29T15:52:04.751Z | Created new build target 'test' and set it as active |
1882 | 2024-08-29T15:52:04.751Z | |
1883 | 2024-08-29T15:52:04.751Z | real 4:15.921866622 |
1884 | 2024-08-29T15:52:04.751Z | user 29:00.181369241 |
1885 | 2024-08-29T15:52:04.751Z | sys 3:39.316103346 |
1886 | 2024-08-29T15:52:04.751Z | trap 0.829388740 |
1887 | 2024-08-29T15:52:04.751Z | tflt 2.765021837 |
1888 | 2024-08-29T15:52:04.751Z | dflt 0.545171737 |
1889 | 2024-08-29T15:52:04.751Z | kflt 0.000276515 |
1890 | 2024-08-29T15:52:04.751Z | lock 1:04:38.058303985 |
1891 | 2024-08-29T15:52:04.751Z | slp 1:52:11.334624999 |
1892 | 2024-08-29T15:52:04.751Z | lat 1:58.609091129 |
1893 | 2024-08-29T15:52:04.751Z | stop 3:35.187586259 |
1894 | 2024-08-29T15:52:04.754Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1895 | 2024-08-29T15:52:05.724Z | Finished `release` profile [optimized] target(s) in 0.92s |
1896 | 2024-08-29T15:52:05.776Z | Running `target/release/omicron-package -t test package` |
1897 | 2024-08-29T15:52:05.818Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1898 | 2024-08-29T15:52:06.956Z | Compiling camino v1.1.9 |
1899 | 2024-08-29T15:52:06.959Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1900 | 2024-08-29T15:52:06.959Z | Compiling newline-converter v0.3.0 |
1901 | 2024-08-29T15:52:06.959Z | Compiling password-hash v0.5.0 |
1902 | 2024-08-29T15:52:07.076Z | Compiling blake2 v0.10.6 |
1903 | 2024-08-29T15:52:07.078Z | Compiling derive-where v1.2.7 |
1904 | 2024-08-29T15:52:07.078Z | Compiling convert_case v0.4.0 |
1905 | 2024-08-29T15:52:07.088Z | Compiling humantime v2.1.0 |
1906 | 2024-08-29T15:52:07.287Z | Compiling toml v0.8.19 |
1907 | 2024-08-29T15:52:07.337Z | Compiling expectorate v1.1.0 |
1908 | 2024-08-29T15:52:07.543Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1909 | 2024-08-29T15:52:07.849Z | Compiling argon2 v0.5.3 |
1910 | 2024-08-29T15:52:07.952Z | Compiling derive_more v0.99.18 |
1911 | 2024-08-29T15:52:07.969Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1912 | 2024-08-29T15:52:08.038Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1913 | 2024-08-29T15:52:08.177Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1914 | 2024-08-29T15:52:08.322Z | Compiling num-rational v0.4.2 |
1915 | 2024-08-29T15:52:08.834Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1916 | 2024-08-29T15:52:09.234Z | Compiling num-complex v0.4.6 |
1917 | 2024-08-29T15:52:09.418Z | Compiling dirs-sys-next v0.1.2 |
1918 | 2024-08-29T15:52:09.944Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1919 | 2024-08-29T15:52:10.283Z | Compiling dirs-next v2.0.0 |
1920 | 2024-08-29T15:52:10.355Z | Compiling num v0.4.3 |
1921 | 2024-08-29T15:52:10.466Z | Compiling float-ord v0.3.2 |
1922 | 2024-08-29T15:52:10.485Z | Compiling term v0.7.0 |
1923 | 2024-08-29T15:52:10.547Z | Compiling prettyplease v0.2.20 |
1924 | 2024-08-29T15:52:10.633Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1925 | 2024-08-29T15:52:10.698Z | Compiling semver v0.1.20 |
1926 | 2024-08-29T15:52:10.753Z | Compiling is-terminal v0.4.12 |
1927 | 2024-08-29T15:52:10.871Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1928 | 2024-08-29T15:52:10.890Z | Compiling cookie v0.18.1 |
1929 | 2024-08-29T15:52:11.252Z | Compiling rustc_version v0.1.7 |
1930 | 2024-08-29T15:52:11.277Z | Compiling highway v1.2.0 |
1931 | 2024-08-29T15:52:11.668Z | Compiling newtype_derive v0.1.6 |
1932 | 2024-08-29T15:52:11.840Z | Compiling rustls-pki-types v1.7.0 |
1933 | 2024-08-29T15:52:12.213Z | Compiling linked-hash-map v0.5.6 |
1934 | 2024-08-29T15:52:12.591Z | Compiling lru-cache v0.1.2 |
1935 | 2024-08-29T15:52:12.636Z | Compiling steno v0.4.1 |
1936 | 2024-08-29T15:52:12.812Z | Compiling utf-8 v0.7.6 |
1937 | 2024-08-29T15:52:13.165Z | Compiling home v0.5.9 |
1938 | 2024-08-29T15:52:13.409Z | Compiling quick-error v1.2.3 |
1939 | 2024-08-29T15:52:13.574Z | Compiling resolv-conf v0.7.0 |
1940 | 2024-08-29T15:52:14.023Z | Compiling rustls-webpki v0.102.4 |
1941 | 2024-08-29T15:52:15.132Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
1942 | 2024-08-29T15:52:15.213Z | Compiling rustls v0.22.4 |
1943 | 2024-08-29T15:52:15.244Z | Compiling thread_local v1.1.8 |
1944 | 2024-08-29T15:52:15.739Z | Compiling match_cfg v0.1.0 |
1945 | 2024-08-29T15:52:15.845Z | Compiling hostname v0.3.1 |
1946 | 2024-08-29T15:52:16.072Z | Compiling hickory-resolver v0.24.1 |
1947 | 2024-08-29T15:52:17.168Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1948 | 2024-08-29T15:52:17.603Z | Compiling multer v3.1.0 |
1949 | 2024-08-29T15:52:17.682Z | Compiling slog-async v2.8.0 |
1950 | 2024-08-29T15:52:17.758Z | Compiling slog-json v2.6.1 |
1951 | 2024-08-29T15:52:18.124Z | Compiling crossbeam-channel v0.5.12 |
1952 | 2024-08-29T15:52:19.151Z | Compiling http v1.1.0 |
1953 | 2024-08-29T15:52:21.480Z | Compiling take_mut v0.2.2 |
1954 | 2024-08-29T15:52:21.675Z | Compiling atomic-waker v1.1.2 |
1955 | 2024-08-29T15:52:21.883Z | Compiling waitgroup v0.1.2 |
1956 | 2024-08-29T15:52:23.051Z | Compiling tokio-rustls v0.25.0 |
1957 | 2024-08-29T15:52:23.099Z | Compiling slog-bunyan v2.5.0 |
1958 | 2024-08-29T15:52:23.327Z | Compiling slog-term v2.9.1 |
1959 | 2024-08-29T15:52:23.499Z | Compiling rustls-pemfile v2.1.3 |
1960 | 2024-08-29T15:52:23.929Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1961 | 2024-08-29T15:52:24.003Z | Compiling async-stream v0.3.5 |
1962 | 2024-08-29T15:52:24.299Z | Compiling ipnetwork v0.20.0 |
1963 | 2024-08-29T15:52:24.415Z | Compiling newtype-uuid v1.1.0 |
1964 | 2024-08-29T15:52:24.729Z | Compiling serde_path_to_error v0.1.16 |
1965 | 2024-08-29T15:52:24.814Z | Compiling hostname v0.4.0 |
1966 | 2024-08-29T15:52:25.021Z | Compiling instant v0.1.12 |
1967 | 2024-08-29T15:52:25.039Z | Compiling debug-ignore v1.0.5 |
1968 | 2024-08-29T15:52:25.171Z | Compiling backoff v0.4.0 |
1969 | 2024-08-29T15:52:25.187Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1970 | 2024-08-29T15:52:25.566Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1971 | 2024-08-29T15:52:25.829Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1972 | 2024-08-29T15:52:25.901Z | Compiling parse-display v0.10.0 |
1973 | 2024-08-29T15:52:26.486Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1974 | 2024-08-29T15:52:26.677Z | Compiling serde_with v3.9.0 |
1975 | 2024-08-29T15:52:30.535Z | Compiling strum v0.26.3 |
1976 | 2024-08-29T15:52:30.568Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1977 | 2024-08-29T15:52:31.866Z | Compiling macaddr v1.0.1 |
1978 | 2024-08-29T15:52:32.293Z | Compiling slog-dtrace v0.3.0 |
1979 | 2024-08-29T15:52:32.329Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1980 | 2024-08-29T15:52:33.558Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1981 | 2024-08-29T15:52:34.437Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1982 | 2024-08-29T15:52:34.565Z | Compiling swrite v0.1.0 |
1983 | 2024-08-29T15:52:34.723Z | Compiling rayon-core v1.12.1 |
1984 | 2024-08-29T15:52:34.750Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1985 | 2024-08-29T15:52:35.506Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
1986 | 2024-08-29T15:52:35.524Z | Compiling crossbeam-deque v0.8.5 |
1987 | 2024-08-29T15:52:35.875Z | Compiling half v2.4.1 |
1988 | 2024-08-29T15:52:36.610Z | Compiling fastrand v2.1.0 |
1989 | 2024-08-29T15:52:37.119Z | Compiling termcolor v1.4.1 |
1990 | 2024-08-29T15:52:38.211Z | Compiling ciborium-io v0.2.2 |
1991 | 2024-08-29T15:52:38.360Z | Compiling same-file v1.0.6 |
1992 | 2024-08-29T15:52:38.538Z | Compiling display-error-chain v0.2.1 |
1993 | 2024-08-29T15:52:38.587Z | Compiling walkdir v2.5.0 |
1994 | 2024-08-29T15:52:38.731Z | Compiling ciborium-ll v0.2.2 |
1995 | 2024-08-29T15:52:39.271Z | Compiling tempfile v3.10.1 |
1996 | 2024-08-29T15:52:40.025Z | Compiling ring v0.16.20 |
1997 | 2024-08-29T15:52:40.800Z | Compiling rayon v1.10.0 |
1998 | 2024-08-29T15:52:40.950Z | Compiling blake3 v1.5.1 |
1999 | 2024-08-29T15:52:41.603Z | Compiling ciborium v0.2.2 |
2000 | 2024-08-29T15:52:42.740Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2001 | 2024-08-29T15:52:43.743Z | Compiling xattr v1.3.1 |
2002 | 2024-08-29T15:52:45.363Z | Compiling filetime v0.2.24 |
2003 | 2024-08-29T15:52:45.670Z | Compiling memmap2 v0.9.4 |
2004 | 2024-08-29T15:52:46.107Z | Compiling cancel-safe-futures v0.1.5 |
2005 | 2024-08-29T15:52:46.489Z | Compiling arrayvec v0.7.4 |
2006 | 2024-08-29T15:52:46.911Z | Compiling arrayref v0.3.7 |
2007 | 2024-08-29T15:52:47.026Z | Compiling untrusted v0.7.1 |
2008 | 2024-08-29T15:52:47.231Z | Compiling spin v0.5.2 |
2009 | 2024-08-29T15:52:47.463Z | Compiling constant_time_eq v0.3.0 |
2010 | 2024-08-29T15:52:50.002Z | Compiling tar v0.4.41 |
2011 | 2024-08-29T15:52:51.272Z | Compiling camino-tempfile v1.1.1 |
2012 | 2024-08-29T15:52:51.710Z | Compiling toolchain_find v0.4.0 |
2013 | 2024-08-29T15:52:51.813Z | Compiling nibble_vec v0.1.0 |
2014 | 2024-08-29T15:52:52.060Z | Compiling atty v0.2.14 |
2015 | 2024-08-29T15:52:52.228Z | Compiling glob v0.3.1 |
2016 | 2024-08-29T15:52:52.231Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2017 | 2024-08-29T15:52:52.268Z | Compiling crunchy v0.2.2 |
2018 | 2024-08-29T15:52:52.522Z | Compiling maplit v1.0.2 |
2019 | 2024-08-29T15:52:52.649Z | Compiling radium v0.7.0 |
2020 | 2024-08-29T15:52:52.731Z | Compiling endian-type v0.1.2 |
2021 | 2024-08-29T15:52:52.985Z | Compiling topological-sort v0.2.2 |
2022 | 2024-08-29T15:52:53.006Z | Compiling clang-sys v1.7.0 |
2023 | 2024-08-29T15:52:53.166Z | Compiling radix_trie v0.2.1 |
2024 | 2024-08-29T15:52:53.259Z | Compiling omicron-zone-package v0.11.0 |
2025 | 2024-08-29T15:52:53.756Z | Compiling rustfmt-wrapper v0.2.1 |
2026 | 2024-08-29T15:52:54.370Z | Compiling tungstenite v0.21.0 |
2027 | 2024-08-29T15:52:54.482Z | Compiling tap v1.0.1 |
2028 | 2024-08-29T15:52:54.689Z | Compiling tiny-keccak v2.0.2 |
2029 | 2024-08-29T15:52:54.736Z | Compiling maybe-uninit v2.0.0 |
2030 | 2024-08-29T15:52:55.030Z | Compiling wyz v0.5.1 |
2031 | 2024-08-29T15:52:55.499Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2032 | 2024-08-29T15:52:56.027Z | Compiling tokio-tungstenite v0.21.0 |
2033 | 2024-08-29T15:52:56.045Z | Compiling dsl_auto_type v0.1.2 |
2034 | 2024-08-29T15:52:56.705Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2035 | 2024-08-29T15:52:56.722Z | Compiling itertools v0.13.0 |
2036 | 2024-08-29T15:52:57.154Z | Compiling scheduled-thread-pool v0.2.7 |
2037 | 2024-08-29T15:52:57.479Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2038 | 2024-08-29T15:52:58.000Z | Compiling diesel_table_macro_syntax v0.2.0 |
2039 | 2024-08-29T15:52:58.398Z | Compiling crc-catalog v2.4.0 |
2040 | 2024-08-29T15:52:58.521Z | Compiling packed_struct v0.10.1 |
2041 | 2024-08-29T15:52:58.552Z | Compiling funty v2.0.0 |
2042 | 2024-08-29T15:52:58.603Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2043 | 2024-08-29T15:52:58.941Z | Compiling arc-swap v1.7.1 |
2044 | 2024-08-29T15:52:59.558Z | Compiling slog-scope v4.4.0 |
2045 | 2024-08-29T15:52:59.661Z | Compiling bitvec v1.0.1 |
2046 | 2024-08-29T15:53:00.373Z | Compiling crc v3.2.1 |
2047 | 2024-08-29T15:53:00.437Z | Compiling diesel_derives v2.2.2 |
2048 | 2024-08-29T15:53:02.430Z | Compiling r2d2 v0.8.10 |
2049 | 2024-08-29T15:53:03.426Z | Compiling ascii-canvas v3.0.0 |
2050 | 2024-08-29T15:53:03.896Z | Compiling packed_struct_codegen v0.10.1 |
2051 | 2024-08-29T15:53:04.198Z | Compiling ena v0.14.3 |
2052 | 2024-08-29T15:53:04.583Z | Compiling libloading v0.8.3 |
2053 | 2024-08-29T15:53:05.007Z | Compiling indexmap v1.9.3 |
2054 | 2024-08-29T15:53:05.334Z | Compiling regex-syntax v0.6.29 |
2055 | 2024-08-29T15:53:06.390Z | Compiling diff v0.1.13 |
2056 | 2024-08-29T15:53:06.940Z | Compiling nodrop v0.1.14 |
2057 | 2024-08-29T15:53:07.088Z | Compiling bindgen v0.69.4 |
2058 | 2024-08-29T15:53:07.590Z | Compiling array-init v0.0.4 |
2059 | 2024-08-29T15:53:08.829Z | Compiling lalrpop v0.19.12 |
2060 | 2024-08-29T15:53:11.749Z | Compiling diesel v2.2.3 |
2061 | 2024-08-29T15:53:12.054Z | Compiling smallvec v0.6.14 |
2062 | 2024-08-29T15:53:12.558Z | Compiling slog-stdlog v4.1.1 |
2063 | 2024-08-29T15:53:13.333Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2064 | 2024-08-29T15:53:14.468Z | Compiling which v4.4.2 |
2065 | 2024-08-29T15:53:14.955Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2066 | 2024-08-29T15:53:15.183Z | Compiling cexpr v0.6.0 |
2067 | 2024-08-29T15:53:16.819Z | Compiling libsw v3.3.1 |
2068 | 2024-08-29T15:53:17.173Z | Compiling shlex v1.3.0 |
2069 | 2024-08-29T15:53:17.565Z | Compiling hashbrown v0.12.3 |
2070 | 2024-08-29T15:53:18.870Z | Compiling rustc-hash v1.1.0 |
2071 | 2024-08-29T15:53:19.041Z | Compiling ref-cast v1.0.23 |
2072 | 2024-08-29T15:53:19.515Z | Compiling owo-colors v4.0.0 |
2073 | 2024-08-29T15:53:20.846Z | Compiling bitfield v0.14.0 |
2074 | 2024-08-29T15:53:21.153Z | Compiling lazycell v1.3.0 |
2075 | 2024-08-29T15:53:21.349Z | Compiling linear-map v1.2.0 |
2076 | 2024-08-29T15:53:21.804Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2077 | 2024-08-29T15:53:24.232Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2078 | 2024-08-29T15:53:28.727Z | Compiling slog-envlogger v2.2.0 |
2079 | 2024-08-29T15:53:29.496Z | Compiling serde-hex v0.1.0 |
2080 | 2024-08-29T15:53:31.292Z | Compiling bzip2 v0.4.4 |
2081 | 2024-08-29T15:53:31.766Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2082 | 2024-08-29T15:53:32.102Z | Compiling env_logger v0.10.2 |
2083 | 2024-08-29T15:53:34.705Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2084 | 2024-08-29T15:53:35.036Z | Compiling derive_builder_core v0.20.0 |
2085 | 2024-08-29T15:53:35.039Z | Compiling x509-cert v0.2.5 |
2086 | 2024-08-29T15:53:35.126Z | Compiling polar-core v0.27.3 |
2087 | 2024-08-29T15:53:35.973Z | Compiling ron v0.8.1 |
2088 | 2024-08-29T15:53:36.433Z | Compiling headers-core v0.2.0 |
2089 | 2024-08-29T15:53:36.622Z | Compiling hashbrown v0.13.2 |
2090 | 2024-08-29T15:53:37.211Z | Compiling fxhash v0.2.1 |
2091 | 2024-08-29T15:53:37.444Z | Compiling libxml v0.3.3 |
2092 | 2024-08-29T15:53:37.834Z | Compiling ref-cast-impl v1.0.23 |
2093 | 2024-08-29T15:53:37.966Z | Compiling crc-any v2.5.0 |
2094 | 2024-08-29T15:53:38.886Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2095 | 2024-08-29T15:53:39.142Z | Compiling object v0.30.4 |
2096 | 2024-08-29T15:53:42.107Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2097 | 2024-08-29T15:53:43.788Z | Compiling derive_builder_macro v0.20.0 |
2098 | 2024-08-29T15:53:44.649Z | Compiling headers v0.3.9 |
2099 | 2024-08-29T15:53:46.601Z | Compiling samael v0.0.15 |
2100 | 2024-08-29T15:53:48.277Z | Compiling zip v0.6.6 |
2101 | 2024-08-29T15:53:48.332Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2102 | 2024-08-29T15:53:48.468Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2103 | 2024-08-29T15:53:48.779Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2104 | 2024-08-29T15:53:50.862Z | Compiling strum_macros v0.24.3 |
2105 | 2024-08-29T15:53:51.451Z | Compiling kstat-rs v0.2.4 |
2106 | 2024-08-29T15:53:52.144Z | Compiling async-recursion v1.1.1 |
2107 | 2024-08-29T15:53:52.402Z | Compiling unicase v2.7.0 |
2108 | 2024-08-29T15:53:52.731Z | Compiling dropshot v0.10.1 |
2109 | 2024-08-29T15:53:53.075Z | Compiling indoc v1.0.9 |
2110 | 2024-08-29T15:53:53.609Z | Compiling path-slash v0.1.5 |
2111 | 2024-08-29T15:53:53.857Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2112 | 2024-08-29T15:53:53.989Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2113 | 2024-08-29T15:53:56.020Z | Compiling derive_builder v0.20.0 |
2114 | 2024-08-29T15:53:58.171Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2115 | 2024-08-29T15:54:01.198Z | Compiling tungstenite v0.23.0 |
2116 | 2024-08-29T15:54:02.019Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2117 | 2024-08-29T15:54:02.353Z | Compiling crossterm v0.28.1 |
2118 | 2024-08-29T15:54:06.530Z | Compiling pem v3.0.4 |
2119 | 2024-08-29T15:54:06.919Z | Compiling curve25519-dalek v4.1.3 |
2120 | 2024-08-29T15:54:07.398Z | Compiling oso-derive v0.27.3 |
2121 | 2024-08-29T15:54:08.029Z | Compiling impl-trait-for-tuples v0.2.2 |
2122 | 2024-08-29T15:54:08.394Z | Compiling dropshot_endpoint v0.10.1 |
2123 | 2024-08-29T15:54:09.292Z | Compiling libz-sys v1.1.16 |
2124 | 2024-08-29T15:54:09.758Z | Compiling quick-xml v0.31.0 |
2125 | 2024-08-29T15:54:09.950Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2126 | 2024-08-29T15:54:10.218Z | Compiling keccak v0.1.5 |
2127 | 2024-08-29T15:54:10.298Z | Compiling parking_lot_core v0.8.6 |
2128 | 2024-08-29T15:54:10.761Z | Compiling sha3 v0.10.8 |
2129 | 2024-08-29T15:54:11.582Z | Compiling tokio-tungstenite v0.23.1 |
2130 | 2024-08-29T15:54:11.708Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2131 | 2024-08-29T15:54:12.172Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2132 | 2024-08-29T15:54:13.751Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2133 | 2024-08-29T15:54:14.888Z | Compiling oso v0.27.3 |
2134 | 2024-08-29T15:54:17.108Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2135 | 2024-08-29T15:54:17.431Z | Compiling bb8 v0.8.5 |
2136 | 2024-08-29T15:54:18.027Z | Compiling const_format_proc_macros v0.2.32 |
2137 | 2024-08-29T15:54:19.984Z | Compiling universal-hash v0.5.1 |
2138 | 2024-08-29T15:54:20.232Z | Compiling secrecy v0.8.0 |
2139 | 2024-08-29T15:54:20.508Z | Compiling thiserror-impl-no-std v2.0.2 |
2140 | 2024-08-29T15:54:23.299Z | Compiling curve25519-dalek-derive v0.1.1 |
2141 | 2024-08-29T15:54:24.714Z | Compiling vte_generate_state_changes v0.1.1 |
2142 | 2024-08-29T15:54:25.355Z | Compiling opaque-debug v0.3.1 |
2143 | 2024-08-29T15:54:25.472Z | Compiling buf-list v1.0.3 |
2144 | 2024-08-29T15:54:26.142Z | Compiling poly1305 v0.8.0 |
2145 | 2024-08-29T15:54:27.689Z | Compiling vte v0.11.1 |
2146 | 2024-08-29T15:54:31.976Z | Compiling thiserror-no-std v2.0.2 |
2147 | 2024-08-29T15:54:32.115Z | Compiling const_format v0.2.32 |
2148 | 2024-08-29T15:54:32.551Z | Compiling async-bb8-diesel v0.2.1 |
2149 | 2024-08-29T15:54:33.355Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2150 | 2024-08-29T15:54:34.815Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2151 | 2024-08-29T15:54:35.144Z | Compiling chacha20 v0.9.1 |
2152 | 2024-08-29T15:54:35.588Z | Compiling fd-lock v4.0.2 |
2153 | 2024-08-29T15:54:35.832Z | Compiling aead v0.5.2 |
2154 | 2024-08-29T15:54:36.168Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2155 | 2024-08-29T15:54:36.198Z | Compiling pin-project-internal v1.1.5 |
2156 | 2024-08-29T15:54:36.958Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2157 | 2024-08-29T15:54:37.355Z | Compiling bytecount v0.6.8 |
2158 | 2024-08-29T15:54:37.690Z | Compiling papergrid v0.11.0 |
2159 | 2024-08-29T15:54:39.010Z | Compiling pin-project v1.1.5 |
2160 | 2024-08-29T15:54:40.208Z | Compiling chacha20poly1305 v0.10.1 |
2161 | 2024-08-29T15:54:40.832Z | Compiling parking_lot v0.11.2 |
2162 | 2024-08-29T15:54:42.911Z | Compiling vsss-rs v3.3.4 |
2163 | 2024-08-29T15:54:47.287Z | Compiling strip-ansi-escapes v0.2.0 |
2164 | 2024-08-29T15:54:49.025Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2165 | 2024-08-29T15:54:49.071Z | Compiling tabled_derive v0.7.0 |
2166 | 2024-08-29T15:54:51.244Z | Compiling crossterm v0.27.0 |
2167 | 2024-08-29T15:54:53.741Z | Compiling peg-macros v0.8.4 |
2168 | 2024-08-29T15:54:57.043Z | Compiling snafu-derive v0.8.2 |
2169 | 2024-08-29T15:54:57.814Z | Compiling sqlparser_derive v0.2.2 |
2170 | 2024-08-29T15:54:58.703Z | Compiling nu-ansi-term v0.50.0 |
2171 | 2024-08-29T15:54:58.865Z | Compiling unicode_categories v0.1.1 |
2172 | 2024-08-29T15:54:59.222Z | Compiling sqlformat v0.2.4 |
2173 | 2024-08-29T15:54:59.908Z | Compiling reedline v0.33.0 |
2174 | 2024-08-29T15:55:01.650Z | Compiling snafu v0.8.2 |
2175 | 2024-08-29T15:55:02.832Z | Compiling sqlparser v0.45.0 |
2176 | 2024-08-29T15:55:03.721Z | Compiling rustyline v14.0.0 |
2177 | 2024-08-29T15:55:05.981Z | Compiling peg v0.8.4 |
2178 | 2024-08-29T15:55:06.107Z | Compiling tabled v0.15.0 |
2179 | 2024-08-29T15:55:15.438Z | Compiling sled v0.34.7 |
2180 | 2024-08-29T15:55:23.849Z | Compiling mime_guess v2.0.4 |
2181 | 2024-08-29T15:55:26.020Z | Compiling hickory-client v0.24.1 |
2182 | 2024-08-29T15:55:27.410Z | Compiling env_logger v0.9.3 |
2183 | 2024-08-29T15:55:29.119Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2184 | 2024-08-29T15:55:31.350Z | Compiling tungstenite v0.20.1 |
2185 | 2024-08-29T15:55:31.689Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2186 | 2024-08-29T15:55:35.658Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2187 | 2024-08-29T15:55:36.372Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2188 | 2024-08-29T15:55:44.922Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2189 | 2024-08-29T15:55:44.927Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2190 | 2024-08-29T15:55:44.927Z | Compiling globset v0.4.14 |
2191 | 2024-08-29T15:55:44.927Z | Compiling hickory-server v0.24.1 |
2192 | 2024-08-29T15:55:44.927Z | Compiling olpc-cjson v0.1.3 |
2193 | 2024-08-29T15:55:44.927Z | Compiling bcs v0.1.6 |
2194 | 2024-08-29T15:55:45.699Z | Compiling vergen v8.3.2 |
2195 | 2024-08-29T15:55:46.039Z | Compiling bitstruct_derive v0.1.0 |
2196 | 2024-08-29T15:55:47.384Z | Compiling serde_plain v1.0.2 |
2197 | 2024-08-29T15:55:47.909Z | Compiling cargo-platform v0.1.8 |
2198 | 2024-08-29T15:55:48.090Z | Compiling nanorand v0.7.0 |
2199 | 2024-08-29T15:55:48.421Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2200 | 2024-08-29T15:55:48.583Z | Compiling memoffset v0.9.1 |
2201 | 2024-08-29T15:55:48.778Z | Compiling typed-path v0.7.1 |
2202 | 2024-08-29T15:55:48.987Z | Compiling ascii v1.1.0 |
2203 | 2024-08-29T15:55:49.727Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2204 | 2024-08-29T15:55:51.677Z | Compiling tough v0.17.1 |
2205 | 2024-08-29T15:55:52.192Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2206 | 2024-08-29T15:55:52.340Z | Compiling flume v0.11.0 |
2207 | 2024-08-29T15:55:52.500Z | Compiling cargo_metadata v0.18.1 |
2208 | 2024-08-29T15:55:53.117Z | Compiling bitstruct v0.1.1 |
2209 | 2024-08-29T15:55:53.263Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2210 | 2024-08-29T15:55:55.571Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2211 | 2024-08-29T15:55:55.906Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2212 | 2024-08-29T15:55:56.264Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2213 | 2024-08-29T15:55:56.370Z | Compiling tokio-tungstenite v0.20.1 |
2214 | 2024-08-29T15:55:56.518Z | Compiling git2 v0.19.0 |
2215 | 2024-08-29T15:55:57.481Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2216 | 2024-08-29T15:56:05.641Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2217 | 2024-08-29T15:56:05.833Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2218 | 2024-08-29T15:56:07.056Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2219 | 2024-08-29T15:56:08.953Z | Compiling libsqlite3-sys v0.28.0 |
2220 | 2024-08-29T15:56:09.025Z | Compiling serde_arrays v0.1.0 |
2221 | 2024-08-29T15:56:09.232Z | Compiling erased-serde v0.3.31 |
2222 | 2024-08-29T15:56:09.494Z | Compiling parse-size v1.0.0 |
2223 | 2024-08-29T15:56:09.791Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2224 | 2024-08-29T15:56:10.988Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2225 | 2024-08-29T15:56:19.523Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2226 | 2024-08-29T15:56:20.255Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2227 | 2024-08-29T15:56:20.813Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2228 | 2024-08-29T15:56:21.145Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2229 | 2024-08-29T15:56:23.121Z | Compiling heck v0.3.3 |
2230 | 2024-08-29T15:56:23.564Z | Compiling castaway v0.2.3 |
2231 | 2024-08-29T15:56:23.764Z | Compiling rand_seeder v0.3.0 |
2232 | 2024-08-29T15:56:24.171Z | Compiling csv-core v0.1.11 |
2233 | 2024-08-29T15:56:25.060Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2234 | 2024-08-29T15:56:25.407Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2235 | 2024-08-29T15:56:25.747Z | Compiling http-range v0.1.5 |
2236 | 2024-08-29T15:56:27.641Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2237 | 2024-08-29T15:56:28.221Z | Compiling hyper-staticfile v0.9.5 |
2238 | 2024-08-29T15:56:31.382Z | Compiling csv v1.3.0 |
2239 | 2024-08-29T15:56:33.535Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2240 | 2024-08-29T15:56:33.764Z | Compiling compact_str v0.8.0 |
2241 | 2024-08-29T15:56:34.308Z | Compiling zone_cfg_derive v0.1.2 |
2242 | 2024-08-29T15:56:35.735Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2243 | 2024-08-29T15:56:36.385Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2244 | 2024-08-29T15:56:36.465Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2245 | 2024-08-29T15:56:37.132Z | Compiling nix v0.27.1 |
2246 | 2024-08-29T15:56:38.187Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2247 | 2024-08-29T15:56:39.450Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2248 | 2024-08-29T15:56:40.095Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2249 | 2024-08-29T15:56:44.431Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2250 | 2024-08-29T15:56:44.792Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2251 | 2024-08-29T15:56:45.128Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2252 | 2024-08-29T15:56:45.458Z | Compiling unicode-truncate v1.0.0 |
2253 | 2024-08-29T15:56:45.753Z | Compiling lru v0.12.3 |
2254 | 2024-08-29T15:56:46.139Z | Compiling hashlink v0.9.1 |
2255 | 2024-08-29T15:56:46.747Z | Compiling serde-big-array v0.5.1 |
2256 | 2024-08-29T15:56:47.005Z | Compiling instability v0.3.2 |
2257 | 2024-08-29T15:56:47.028Z | Compiling base64 v0.13.1 |
2258 | 2024-08-29T15:56:47.793Z | Compiling cassowary v0.3.0 |
2259 | 2024-08-29T15:56:48.050Z | Compiling fallible-iterator v0.3.0 |
2260 | 2024-08-29T15:56:48.899Z | Compiling fallible-streaming-iterator v0.1.9 |
2261 | 2024-08-29T15:56:49.196Z | Compiling rusqlite v0.31.0 |
2262 | 2024-08-29T15:56:51.442Z | Compiling ratatui v0.28.0 |
2263 | 2024-08-29T15:56:54.353Z | Compiling ron v0.7.1 |
2264 | 2024-08-29T15:56:58.142Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2265 | 2024-08-29T15:57:08.488Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2266 | 2024-08-29T15:57:09.130Z | Compiling zone v0.1.8 |
2267 | 2024-08-29T15:57:12.713Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2268 | 2024-08-29T15:57:13.820Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2269 | 2024-08-29T15:57:14.738Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2270 | 2024-08-29T15:57:16.503Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2271 | 2024-08-29T15:57:16.561Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2272 | 2024-08-29T15:57:19.549Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2273 | 2024-08-29T15:57:20.205Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2274 | 2024-08-29T15:57:20.585Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2275 | 2024-08-29T15:57:22.584Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2276 | 2024-08-29T15:57:22.793Z | Compiling signal-hook-tokio v0.3.1 |
2277 | 2024-08-29T15:57:23.037Z | Compiling twox-hash v1.6.3 |
2278 | 2024-08-29T15:57:24.048Z | Compiling yasna v0.5.2 |
2279 | 2024-08-29T15:57:25.659Z | Compiling portpicker v0.1.1 |
2280 | 2024-08-29T15:57:26.113Z | Compiling smawk v0.3.2 |
2281 | 2024-08-29T15:57:26.385Z | Compiling unicode-linebreak v0.1.5 |
2282 | 2024-08-29T15:57:26.951Z | Compiling textwrap v0.16.1 |
2283 | 2024-08-29T15:57:27.475Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2284 | 2024-08-29T15:57:29.537Z | Compiling rcgen v0.12.1 |
2285 | 2024-08-29T15:57:32.154Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2286 | 2024-08-29T15:57:38.004Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2287 | 2024-08-29T15:57:41.585Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2288 | 2024-08-29T15:57:44.711Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2289 | 2024-08-29T15:57:47.833Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2290 | 2024-08-29T15:57:49.790Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2291 | 2024-08-29T15:57:50.351Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2292 | 2024-08-29T15:57:52.793Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2293 | 2024-08-29T15:57:53.101Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2294 | 2024-08-29T15:57:53.122Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2295 | 2024-08-29T15:58:00.044Z | Compiling atomicwrites v0.4.3 |
2296 | 2024-08-29T15:58:00.591Z | Compiling fatfs v0.3.6 |
2297 | 2024-08-29T15:58:01.751Z | Compiling subprocess v0.2.9 |
2298 | 2024-08-29T15:58:02.324Z | Compiling rtoolbox v0.0.2 |
2299 | 2024-08-29T15:58:02.766Z | Compiling is_ci v1.2.0 |
2300 | 2024-08-29T15:58:03.071Z | Compiling assert_matches v1.5.0 |
2301 | 2024-08-29T15:58:03.471Z | Compiling supports-color v3.0.0 |
2302 | 2024-08-29T15:58:04.135Z | Compiling rpassword v7.3.1 |
2303 | 2024-08-29T15:58:04.605Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2304 | 2024-08-29T15:58:06.537Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2305 | 2024-08-29T15:58:08.160Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2306 | 2024-08-29T15:58:08.849Z | Compiling tui-tree-widget v0.22.0 |
2307 | 2024-08-29T15:58:09.302Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2308 | 2024-08-29T15:58:11.634Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2309 | 2024-08-29T15:58:15.331Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2310 | 2024-08-29T15:58:21.351Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2311 | 2024-08-29T15:58:21.679Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2312 | 2024-08-29T15:58:25.030Z | Compiling uzers v0.11.3 |
2313 | 2024-08-29T15:58:27.732Z | Compiling shell-words v1.1.0 |
2314 | 2024-08-29T15:58:27.871Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2315 | 2024-08-29T15:58:28.185Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2316 | 2024-08-29T15:58:29.803Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2317 | 2024-08-29T15:58:30.544Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2318 | 2024-08-29T15:58:43.824Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2319 | 2024-08-29T15:58:54.998Z | Compiling multimap v0.10.0 |
2320 | 2024-08-29T16:00:46.884Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2321 | 2024-08-29T16:00:47.405Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2322 | 2024-08-29T16:07:25.320Z | Finished `release` profile [optimized] target(s) in 15m 19s |
2323 | 2024-08-29T16:08:23.569Z | |
2324 | 2024-08-29T16:08:23.571Z | real 16:18.487956552 |
2325 | 2024-08-29T16:08:23.571Z | user 1:51:34.082579387 |
2326 | 2024-08-29T16:08:23.571Z | sys 5:38.315739828 |
2327 | 2024-08-29T16:08:23.571Z | trap 2.713239348 |
2328 | 2024-08-29T16:08:23.571Z | tflt 3.088667793 |
2329 | 2024-08-29T16:08:23.571Z | dflt 3.787900829 |
2330 | 2024-08-29T16:08:23.571Z | kflt 0.031569788 |
2331 | 2024-08-29T16:08:23.571Z | lock 6:48:44.036384803 |
2332 | 2024-08-29T16:08:23.571Z | slp 5:51:17.848564128 |
2333 | 2024-08-29T16:08:23.571Z | lat 2:50.296845208 |
2334 | 2024-08-29T16:08:23.571Z | stop 2:40.031609824 |
2335 | 2024-08-29T16:08:23.571Z | + mapfile -t packages |
2336 | 2024-08-29T16:08:23.572Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2337 | 2024-08-29T16:08:24.579Z | Finished `release` profile [optimized] target(s) in 0.96s |
2338 | 2024-08-29T16:08:24.630Z | Running `target/release/omicron-package -t test list-outputs` |
2339 | 2024-08-29T16:08:24.672Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2340 | 2024-08-29T16:08:24.674Z | + ptime -m cargo build --locked --release -p xtask |
2341 | 2024-08-29T16:08:25.273Z | Compiling serde v1.0.208 |
2342 | 2024-08-29T16:08:25.276Z | Compiling libc v0.2.158 |
2343 | 2024-08-29T16:08:25.276Z | Compiling rustix v0.38.34 |
2344 | 2024-08-29T16:08:25.276Z | Compiling serde_json v1.0.125 |
2345 | 2024-08-29T16:08:25.356Z | Compiling syn v2.0.74 |
2346 | 2024-08-29T16:08:25.365Z | Compiling bitflags v2.6.0 |
2347 | 2024-08-29T16:08:25.765Z | Compiling usdt-impl v0.5.0 |
2348 | 2024-08-29T16:08:25.777Z | Compiling syn v1.0.109 |
2349 | 2024-08-29T16:08:25.881Z | Compiling log v0.4.21 |
2350 | 2024-08-29T16:08:25.895Z | Compiling hashbrown v0.14.5 |
2351 | 2024-08-29T16:08:25.936Z | Compiling fs-err v2.11.0 |
2352 | 2024-08-29T16:08:26.264Z | Compiling anyhow v1.0.86 |
2353 | 2024-08-29T16:08:26.825Z | Compiling thread-id v4.2.1 |
2354 | 2024-08-29T16:08:27.283Z | Compiling indexmap v2.4.0 |
2355 | 2024-08-29T16:08:28.420Z | Compiling terminal_size v0.3.0 |
2356 | 2024-08-29T16:08:28.420Z | Compiling tempfile v3.10.1 |
2357 | 2024-08-29T16:08:28.654Z | Compiling clap_builder v4.5.15 |
2358 | 2024-08-29T16:08:29.276Z | Compiling proc-macro-error v1.0.4 |
2359 | 2024-08-29T16:08:30.675Z | Compiling tabled_derive v0.7.0 |
2360 | 2024-08-29T16:08:32.230Z | Compiling tabled v0.15.0 |
2361 | 2024-08-29T16:08:32.815Z | Compiling serde_derive v1.0.208 |
2362 | 2024-08-29T16:08:33.450Z | Compiling thiserror-impl v1.0.63 |
2363 | 2024-08-29T16:08:35.731Z | Compiling zerocopy-derive v0.7.34 |
2364 | 2024-08-29T16:08:36.326Z | Compiling thiserror v1.0.63 |
2365 | 2024-08-29T16:08:36.477Z | Compiling pest v2.7.10 |
2366 | 2024-08-29T16:08:37.373Z | Compiling scroll_derive v0.12.0 |
2367 | 2024-08-29T16:08:37.759Z | Compiling zerocopy v0.7.34 |
2368 | 2024-08-29T16:08:38.794Z | Compiling scroll v0.12.0 |
2369 | 2024-08-29T16:08:39.381Z | Compiling pest_meta v2.7.10 |
2370 | 2024-08-29T16:08:39.412Z | Compiling goblin v0.8.2 |
2371 | 2024-08-29T16:08:41.141Z | Compiling pest_generator v2.7.10 |
2372 | 2024-08-29T16:08:43.474Z | Compiling pest_derive v2.7.10 |
2373 | 2024-08-29T16:08:44.255Z | Compiling dtrace-parser v0.2.0 |
2374 | 2024-08-29T16:08:45.953Z | Compiling clap_derive v4.5.13 |
2375 | 2024-08-29T16:08:47.507Z | Compiling toml_datetime v0.6.8 |
2376 | 2024-08-29T16:08:48.211Z | Compiling serde_spanned v0.6.7 |
2377 | 2024-08-29T16:08:48.472Z | Compiling toml_edit v0.22.20 |
2378 | 2024-08-29T16:08:50.513Z | Compiling serde_tokenstream v0.2.2 |
2379 | 2024-08-29T16:08:51.138Z | Compiling dof v0.3.0 |
2380 | 2024-08-29T16:08:52.968Z | Compiling camino v1.1.9 |
2381 | 2024-08-29T16:08:54.302Z | Compiling usdt-attr-macro v0.5.0 |
2382 | 2024-08-29T16:08:54.325Z | Compiling usdt-macro v0.5.0 |
2383 | 2024-08-29T16:08:55.708Z | Compiling toml v0.8.19 |
2384 | 2024-08-29T16:08:56.838Z | Compiling cargo-platform v0.1.8 |
2385 | 2024-08-29T16:08:57.968Z | Compiling semver v1.0.23 |
2386 | 2024-08-29T16:08:58.163Z | Compiling cargo_toml v0.20.4 |
2387 | 2024-08-29T16:08:59.449Z | Compiling cargo_metadata v0.18.1 |
2388 | 2024-08-29T16:08:59.463Z | Compiling usdt v0.5.0 |
2389 | 2024-08-29T16:09:00.940Z | Compiling camino-tempfile v1.1.1 |
2390 | 2024-08-29T16:09:01.138Z | Compiling clap v4.5.16 |
2391 | 2024-08-29T16:09:01.269Z | Compiling macaddr v1.0.1 |
2392 | 2024-08-29T16:09:10.049Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2393 | 2024-08-29T16:09:21.387Z | Finished `release` profile [optimized] target(s) in 56.64s |
2394 | 2024-08-29T16:09:21.486Z | |
2395 | 2024-08-29T16:09:21.486Z | real 56.770960227 |
2396 | 2024-08-29T16:09:21.486Z | user 5:45.237302585 |
2397 | 2024-08-29T16:09:21.486Z | sys 32.335605225 |
2398 | 2024-08-29T16:09:21.486Z | trap 0.153406727 |
2399 | 2024-08-29T16:09:21.486Z | tflt 0.301583975 |
2400 | 2024-08-29T16:09:21.487Z | dflt 0.642304046 |
2401 | 2024-08-29T16:09:21.489Z | kflt 0.000007877 |
2402 | 2024-08-29T16:09:21.489Z | lock 10:55.428149634 |
2403 | 2024-08-29T16:09:21.489Z | slp 16:04.648310495 |
2404 | 2024-08-29T16:09:21.489Z | lat 11.978792267 |
2405 | 2024-08-29T16:09:21.489Z | stop 13.831719749 |
2406 | 2024-08-29T16:09:21.489Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2407 | 2024-08-29T16:09:21.489Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2408 | 2024-08-29T16:09:21.489Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2409 | 2024-08-29T16:09:21.489Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2410 | 2024-08-29T16:09:21.489Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2411 | 2024-08-29T16:09:22.367Z | Compiling regress v0.9.1 |
2412 | 2024-08-29T16:09:22.479Z | Compiling getopts v0.2.21 |
2413 | 2024-08-29T16:09:22.482Z | Compiling unsafe-libyaml v0.2.11 |
2414 | 2024-08-29T16:09:22.482Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2415 | 2024-08-29T16:09:22.488Z | Compiling http v1.1.0 |
2416 | 2024-08-29T16:09:22.506Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2417 | 2024-08-29T16:09:22.536Z | Compiling match_cfg v0.1.0 |
2418 | 2024-08-29T16:09:22.539Z | Compiling toml v0.8.19 |
2419 | 2024-08-29T16:09:22.627Z | Compiling hostname v0.3.1 |
2420 | 2024-08-29T16:09:22.886Z | Compiling rustls-pki-types v1.7.0 |
2421 | 2024-08-29T16:09:22.942Z | Compiling paste v1.0.15 |
2422 | 2024-08-29T16:09:22.957Z | Compiling rustls v0.22.4 |
2423 | 2024-08-29T16:09:23.253Z | Compiling ident_case v1.0.1 |
2424 | 2024-08-29T16:09:23.379Z | Compiling rustls-webpki v0.102.4 |
2425 | 2024-08-29T16:09:23.431Z | Compiling darling_core v0.20.9 |
2426 | 2024-08-29T16:09:23.604Z | Compiling ipnetwork v0.20.0 |
2427 | 2024-08-29T16:09:23.734Z | Compiling serde_yaml v0.9.34+deprecated |
2428 | 2024-08-29T16:09:24.314Z | Compiling multer v3.1.0 |
2429 | 2024-08-29T16:09:24.716Z | Compiling slog-json v2.6.1 |
2430 | 2024-08-29T16:09:24.948Z | Compiling async-stream-impl v0.3.5 |
2431 | 2024-08-29T16:09:25.112Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2432 | 2024-08-29T16:09:25.435Z | Compiling instant v0.1.12 |
2433 | 2024-08-29T16:09:25.557Z | Compiling atomic-waker v1.1.2 |
2434 | 2024-08-29T16:09:25.588Z | Compiling debug-ignore v1.0.5 |
2435 | 2024-08-29T16:09:25.736Z | Compiling waitgroup v0.1.2 |
2436 | 2024-08-29T16:09:25.814Z | Compiling slog-bunyan v2.5.0 |
2437 | 2024-08-29T16:09:25.997Z | Compiling rustls-pemfile v2.1.3 |
2438 | 2024-08-29T16:09:26.028Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2439 | 2024-08-29T16:09:26.341Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2440 | 2024-08-29T16:09:26.463Z | Compiling async-stream v0.3.5 |
2441 | 2024-08-29T16:09:26.782Z | Compiling serde_path_to_error v0.1.16 |
2442 | 2024-08-29T16:09:26.965Z | Compiling hostname v0.4.0 |
2443 | 2024-08-29T16:09:27.241Z | Compiling structmeta-derive v0.3.0 |
2444 | 2024-08-29T16:09:27.622Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2445 | 2024-08-29T16:09:27.666Z | Compiling newtype-uuid v1.1.0 |
2446 | 2024-08-29T16:09:27.981Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2447 | 2024-08-29T16:09:28.045Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2448 | 2024-08-29T16:09:28.383Z | Compiling backoff v0.4.0 |
2449 | 2024-08-29T16:09:28.403Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2450 | 2024-08-29T16:09:28.717Z | Compiling tokio-rustls v0.25.0 |
2451 | 2024-08-29T16:09:28.759Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2452 | 2024-08-29T16:09:28.939Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2453 | 2024-08-29T16:09:29.098Z | Compiling macaddr v1.0.1 |
2454 | 2024-08-29T16:09:29.165Z | Compiling proc-macro-crate v1.3.1 |
2455 | 2024-08-29T16:09:29.185Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2456 | 2024-08-29T16:09:29.549Z | Compiling tempfile v3.10.1 |
2457 | 2024-08-29T16:09:29.592Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2458 | 2024-08-29T16:09:29.923Z | Compiling foreign-types-macros v0.2.3 |
2459 | 2024-08-29T16:09:30.263Z | Compiling num_enum_derive v0.5.11 |
2460 | 2024-08-29T16:09:30.280Z | Compiling structmeta v0.3.0 |
2461 | 2024-08-29T16:09:30.404Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2462 | 2024-08-29T16:09:30.611Z | Compiling darling_macro v0.20.9 |
2463 | 2024-08-29T16:09:30.712Z | Compiling heapless v0.8.0 |
2464 | 2024-08-29T16:09:30.715Z | Compiling parse-display-derive v0.10.0 |
2465 | 2024-08-29T16:09:31.275Z | Compiling foreign-types-shared v0.3.1 |
2466 | 2024-08-29T16:09:31.405Z | Compiling foreign-types v0.5.0 |
2467 | 2024-08-29T16:09:31.554Z | Compiling proc-macro-error v1.0.4 |
2468 | 2024-08-29T16:09:31.644Z | Compiling darling v0.20.9 |
2469 | 2024-08-29T16:09:31.770Z | Compiling serde_with_macros v3.9.0 |
2470 | 2024-08-29T16:09:31.986Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2471 | 2024-08-29T16:09:32.277Z | Compiling cstr-argument v0.1.2 |
2472 | 2024-08-29T16:09:32.545Z | Compiling hash32 v0.3.1 |
2473 | 2024-08-29T16:09:32.805Z | Compiling smoltcp v0.11.0 |
2474 | 2024-08-29T16:09:32.889Z | Compiling pretty-hex v0.2.1 |
2475 | 2024-08-29T16:09:32.952Z | Compiling num_enum v0.5.11 |
2476 | 2024-08-29T16:09:33.102Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2477 | 2024-08-29T16:09:33.465Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2478 | 2024-08-29T16:09:33.609Z | Compiling camino-tempfile v1.1.1 |
2479 | 2024-08-29T16:09:34.072Z | Compiling tabwriter v1.4.0 |
2480 | 2024-08-29T16:09:34.075Z | Compiling colored v2.1.0 |
2481 | 2024-08-29T16:09:34.360Z | Compiling socket2 v0.4.10 |
2482 | 2024-08-29T16:09:34.527Z | Compiling cobs v0.2.3 |
2483 | 2024-08-29T16:09:34.570Z | Compiling embedded-io v0.4.0 |
2484 | 2024-08-29T16:09:34.780Z | Compiling postcard v1.0.8 |
2485 | 2024-08-29T16:09:34.782Z | Compiling serde_with v3.9.0 |
2486 | 2024-08-29T16:09:34.858Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2487 | 2024-08-29T16:09:35.168Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2488 | 2024-08-29T16:09:35.253Z | Compiling crucible-workspace-hack v0.1.0 |
2489 | 2024-08-29T16:09:35.415Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2490 | 2024-08-29T16:09:35.506Z | Compiling parse-display v0.10.0 |
2491 | 2024-08-29T16:09:35.553Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2492 | 2024-08-29T16:09:35.701Z | Compiling smf v0.2.3 |
2493 | 2024-08-29T16:09:35.898Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2494 | 2024-08-29T16:09:36.293Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2495 | 2024-08-29T16:09:36.372Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2496 | 2024-08-29T16:09:36.861Z | Compiling num-derive v0.4.2 |
2497 | 2024-08-29T16:09:37.169Z | Compiling sigpipe v0.1.3 |
2498 | 2024-08-29T16:09:37.297Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2499 | 2024-08-29T16:09:37.619Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2500 | 2024-08-29T16:09:37.848Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2501 | 2024-08-29T16:09:38.749Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2502 | 2024-08-29T16:09:38.786Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2503 | 2024-08-29T16:09:39.259Z | Compiling universal-hash v0.5.1 |
2504 | 2024-08-29T16:09:39.291Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2505 | 2024-08-29T16:09:39.436Z | Compiling opaque-debug v0.3.1 |
2506 | 2024-08-29T16:09:39.463Z | Compiling utf-8 v0.7.6 |
2507 | 2024-08-29T16:09:39.506Z | Compiling num-rational v0.4.2 |
2508 | 2024-08-29T16:09:39.534Z | Compiling curve25519-dalek v4.1.3 |
2509 | 2024-08-29T16:09:39.799Z | Compiling num-complex v0.4.6 |
2510 | 2024-08-29T16:09:39.802Z | Compiling humantime v2.1.0 |
2511 | 2024-08-29T16:09:40.047Z | Compiling password-hash v0.5.0 |
2512 | 2024-08-29T16:09:40.326Z | Compiling blake2 v0.10.6 |
2513 | 2024-08-29T16:09:40.356Z | Compiling aead v0.5.2 |
2514 | 2024-08-29T16:09:40.411Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2515 | 2024-08-29T16:09:40.730Z | Compiling curve25519-dalek-derive v0.1.1 |
2516 | 2024-08-29T16:09:40.775Z | Compiling float-ord v0.3.2 |
2517 | 2024-08-29T16:09:40.893Z | Compiling num v0.4.3 |
2518 | 2024-08-29T16:09:40.973Z | Compiling argon2 v0.5.3 |
2519 | 2024-08-29T16:09:41.014Z | Compiling poly1305 v0.8.0 |
2520 | 2024-08-29T16:09:41.086Z | Compiling chacha20 v0.9.1 |
2521 | 2024-08-29T16:09:41.359Z | Compiling semver v0.1.20 |
2522 | 2024-08-29T16:09:41.543Z | Compiling convert_case v0.4.0 |
2523 | 2024-08-29T16:09:41.872Z | Compiling rustc_version v0.1.7 |
2524 | 2024-08-29T16:09:42.050Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2525 | 2024-08-29T16:09:42.394Z | Compiling tungstenite v0.21.0 |
2526 | 2024-08-29T16:09:42.485Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2527 | 2024-08-29T16:09:42.544Z | Compiling derive_more v0.99.18 |
2528 | 2024-08-29T16:09:42.694Z | Compiling newline-converter v0.3.0 |
2529 | 2024-08-29T16:09:42.721Z | Compiling atty v0.2.14 |
2530 | 2024-08-29T16:09:42.867Z | Compiling rayon-core v1.12.1 |
2531 | 2024-08-29T16:09:42.870Z | Compiling same-file v1.0.6 |
2532 | 2024-08-29T16:09:43.196Z | Compiling walkdir v2.5.0 |
2533 | 2024-08-29T16:09:43.219Z | Compiling expectorate v1.1.0 |
2534 | 2024-08-29T16:09:43.406Z | Compiling tokio-tungstenite v0.21.0 |
2535 | 2024-08-29T16:09:43.831Z | Compiling newtype_derive v0.1.6 |
2536 | 2024-08-29T16:09:43.881Z | Compiling crossbeam-deque v0.8.5 |
2537 | 2024-08-29T16:09:43.965Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2538 | 2024-08-29T16:09:43.982Z | Compiling home v0.5.9 |
2539 | 2024-08-29T16:09:44.144Z | Compiling keccak v0.1.5 |
2540 | 2024-08-29T16:09:44.233Z | Compiling prettyplease v0.2.20 |
2541 | 2024-08-29T16:09:44.575Z | Compiling sha3 v0.10.8 |
2542 | 2024-08-29T16:09:44.664Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2543 | 2024-08-29T16:09:44.822Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2544 | 2024-08-29T16:09:44.840Z | Compiling thiserror-impl-no-std v2.0.2 |
2545 | 2024-08-29T16:09:44.994Z | Compiling secrecy v0.8.0 |
2546 | 2024-08-29T16:09:45.179Z | Compiling blake3 v1.5.1 |
2547 | 2024-08-29T16:09:45.271Z | Compiling ring v0.16.20 |
2548 | 2024-08-29T16:09:45.594Z | Compiling derive-where v1.2.7 |
2549 | 2024-08-29T16:09:45.878Z | Compiling unicase v2.7.0 |
2550 | 2024-08-29T16:09:46.081Z | Compiling cookie v0.18.1 |
2551 | 2024-08-29T16:09:46.205Z | Compiling half v2.4.1 |
2552 | 2024-08-29T16:09:46.407Z | Compiling linked-hash-map v0.5.6 |
2553 | 2024-08-29T16:09:46.458Z | Compiling quick-error v1.2.3 |
2554 | 2024-08-29T16:09:46.621Z | Compiling arc-swap v1.7.1 |
2555 | 2024-08-29T16:09:46.787Z | Compiling ciborium-io v0.2.2 |
2556 | 2024-08-29T16:09:46.803Z | Compiling termcolor v1.4.1 |
2557 | 2024-08-29T16:09:46.925Z | Compiling ciborium-ll v0.2.2 |
2558 | 2024-08-29T16:09:47.271Z | Compiling env_logger v0.9.3 |
2559 | 2024-08-29T16:09:47.346Z | Compiling slog-scope v4.4.0 |
2560 | 2024-08-29T16:09:47.725Z | Compiling lru-cache v0.1.2 |
2561 | 2024-08-29T16:09:47.893Z | Compiling resolv-conf v0.7.0 |
2562 | 2024-08-29T16:09:48.169Z | Compiling thiserror-no-std v2.0.2 |
2563 | 2024-08-29T16:09:48.583Z | Compiling rayon v1.10.0 |
2564 | 2024-08-29T16:09:48.705Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2565 | 2024-08-29T16:09:49.175Z | Compiling polyval v0.6.2 |
2566 | 2024-08-29T16:09:49.260Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2567 | 2024-08-29T16:09:49.331Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2568 | 2024-08-29T16:09:49.482Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2569 | 2024-08-29T16:09:49.597Z | Compiling rfc6979 v0.4.0 |
2570 | 2024-08-29T16:09:49.704Z | Compiling bitstruct_derive v0.1.0 |
2571 | 2024-08-29T16:09:49.785Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2572 | 2024-08-29T16:09:49.922Z | Compiling memmap2 v0.9.4 |
2573 | 2024-08-29T16:09:50.318Z | Compiling spin v0.5.2 |
2574 | 2024-08-29T16:09:50.362Z | Compiling arrayvec v0.7.4 |
2575 | 2024-08-29T16:09:50.399Z | Compiling parking_lot_core v0.8.6 |
2576 | 2024-08-29T16:09:50.534Z | Compiling constant_time_eq v0.3.0 |
2577 | 2024-08-29T16:09:50.559Z | Compiling ascii v1.1.0 |
2578 | 2024-08-29T16:09:51.730Z | Compiling highway v1.2.0 |
2579 | 2024-08-29T16:09:51.733Z | Compiling untrusted v0.7.1 |
2580 | 2024-08-29T16:09:51.733Z | Compiling arrayref v0.3.7 |
2581 | 2024-08-29T16:09:51.733Z | Compiling libefi-sys v0.1.0 |
2582 | 2024-08-29T16:09:51.733Z | Compiling bitstruct v0.1.1 |
2583 | 2024-08-29T16:09:51.733Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2584 | 2024-08-29T16:09:51.733Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2585 | 2024-08-29T16:09:51.733Z | Compiling ecdsa v0.16.9 |
2586 | 2024-08-29T16:09:51.733Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2587 | 2024-08-29T16:09:51.733Z | Compiling ghash v0.5.1 |
2588 | 2024-08-29T16:09:51.861Z | Compiling steno v0.4.1 |
2589 | 2024-08-29T16:09:52.301Z | Compiling vsss-rs v3.3.4 |
2590 | 2024-08-29T16:09:52.432Z | Compiling hickory-resolver v0.24.1 |
2591 | 2024-08-29T16:09:52.710Z | Compiling slog-stdlog v4.1.1 |
2592 | 2024-08-29T16:09:53.291Z | Compiling ciborium v0.2.2 |
2593 | 2024-08-29T16:09:53.877Z | Compiling toolchain_find v0.4.0 |
2594 | 2024-08-29T16:09:54.391Z | Compiling chacha20poly1305 v0.10.1 |
2595 | 2024-08-29T16:09:54.577Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2596 | 2024-08-29T16:09:54.623Z | Compiling primeorder v0.13.6 |
2597 | 2024-08-29T16:09:54.709Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2598 | 2024-08-29T16:09:54.817Z | Compiling ctr v0.9.2 |
2599 | 2024-08-29T16:09:55.111Z | Compiling serde_arrays v0.1.0 |
2600 | 2024-08-29T16:09:55.144Z | Compiling erased-serde v0.3.31 |
2601 | 2024-08-29T16:09:55.180Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2602 | 2024-08-29T16:09:55.288Z | Compiling bitfield-struct v0.6.1 |
2603 | 2024-08-29T16:09:55.318Z | Compiling slog-dtrace v0.3.0 |
2604 | 2024-08-29T16:09:55.611Z | Compiling topological-sort v0.2.2 |
2605 | 2024-08-29T16:09:55.642Z | Compiling cancel-safe-futures v0.1.5 |
2606 | 2024-08-29T16:09:55.856Z | Compiling omicron-zone-package v0.11.0 |
2607 | 2024-08-29T16:09:56.273Z | Compiling aes-gcm v0.10.3 |
2608 | 2024-08-29T16:09:56.578Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2609 | 2024-08-29T16:09:56.595Z | Compiling rustfmt-wrapper v0.2.1 |
2610 | 2024-08-29T16:09:56.800Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2611 | 2024-08-29T16:09:57.018Z | Compiling slog-envlogger v2.2.0 |
2612 | 2024-08-29T16:09:57.204Z | Compiling mime_guess v2.0.4 |
2613 | 2024-08-29T16:09:57.910Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2614 | 2024-08-29T16:09:57.988Z | Compiling tungstenite v0.20.1 |
2615 | 2024-08-29T16:09:58.482Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2616 | 2024-08-29T16:09:58.566Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2617 | 2024-08-29T16:09:59.073Z | Compiling heck v0.3.3 |
2618 | 2024-08-29T16:09:59.211Z | Compiling ed25519 v2.2.3 |
2619 | 2024-08-29T16:09:59.532Z | Compiling ssh-encoding v0.2.0 |
2620 | 2024-08-29T16:09:59.639Z | Compiling blowfish v0.9.1 |
2621 | 2024-08-29T16:09:59.743Z | Compiling nibble_vec v0.1.0 |
2622 | 2024-08-29T16:09:59.969Z | Compiling endian-type v0.1.2 |
2623 | 2024-08-29T16:10:00.072Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2624 | 2024-08-29T16:10:00.109Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2625 | 2024-08-29T16:10:00.211Z | Compiling radix_trie v0.2.1 |
2626 | 2024-08-29T16:10:00.227Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2627 | 2024-08-29T16:10:00.230Z | Compiling ssh-cipher v0.2.0 |
2628 | 2024-08-29T16:10:00.418Z | Compiling bcrypt-pbkdf v0.10.0 |
2629 | 2024-08-29T16:10:00.971Z | Compiling zone_cfg_derive v0.1.2 |
2630 | 2024-08-29T16:10:01.079Z | Compiling ed25519-dalek v2.1.1 |
2631 | 2024-08-29T16:10:01.250Z | Compiling tokio-tungstenite v0.20.1 |
2632 | 2024-08-29T16:10:01.829Z | Compiling parking_lot v0.11.2 |
2633 | 2024-08-29T16:10:01.848Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2634 | 2024-08-29T16:10:02.271Z | Compiling gethostname v0.5.0 |
2635 | 2024-08-29T16:10:02.289Z | Compiling password-hash v0.4.2 |
2636 | 2024-08-29T16:10:02.491Z | Compiling libsw v3.3.1 |
2637 | 2024-08-29T16:10:02.537Z | Compiling fxhash v0.2.1 |
2638 | 2024-08-29T16:10:02.613Z | Compiling owo-colors v4.0.0 |
2639 | 2024-08-29T16:10:02.735Z | Compiling linear-map v1.2.0 |
2640 | 2024-08-29T16:10:02.816Z | Compiling matches v0.1.10 |
2641 | 2024-08-29T16:10:02.833Z | Compiling base64 v0.13.1 |
2642 | 2024-08-29T16:10:02.849Z | Compiling pbkdf2 v0.11.0 |
2643 | 2024-08-29T16:10:02.920Z | Compiling idna v0.2.3 |
2644 | 2024-08-29T16:10:03.124Z | Compiling sled v0.34.7 |
2645 | 2024-08-29T16:10:03.159Z | Compiling zone v0.1.8 |
2646 | 2024-08-29T16:10:03.221Z | Compiling ron v0.7.1 |
2647 | 2024-08-29T16:10:04.444Z | Compiling ssh-key v0.6.6 |
2648 | 2024-08-29T16:10:04.583Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2649 | 2024-08-29T16:10:04.756Z | Compiling hickory-client v0.24.1 |
2650 | 2024-08-29T16:10:05.649Z | Compiling p521 v0.13.3 |
2651 | 2024-08-29T16:10:06.224Z | Compiling p384 v0.13.0 |
2652 | 2024-08-29T16:10:07.771Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2653 | 2024-08-29T16:10:08.103Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2654 | 2024-08-29T16:10:08.196Z | Compiling p256 v0.13.2 |
2655 | 2024-08-29T16:10:08.435Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2656 | 2024-08-29T16:10:08.799Z | Compiling hickory-server v0.24.1 |
2657 | 2024-08-29T16:10:08.906Z | Compiling pem v3.0.4 |
2658 | 2024-08-29T16:10:09.064Z | Compiling enum-as-inner v0.5.1 |
2659 | 2024-08-29T16:10:09.293Z | Compiling yasna v0.5.2 |
2660 | 2024-08-29T16:10:09.746Z | Compiling portpicker v0.1.1 |
2661 | 2024-08-29T16:10:10.115Z | Compiling headers-core v0.2.0 |
2662 | 2024-08-29T16:10:10.158Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2663 | 2024-08-29T16:10:10.294Z | Compiling kstat-rs v0.2.4 |
2664 | 2024-08-29T16:10:10.425Z | Compiling nanorand v0.7.0 |
2665 | 2024-08-29T16:10:10.559Z | Compiling russh-cryptovec v0.7.2 |
2666 | 2024-08-29T16:10:10.892Z | Compiling glob v0.3.1 |
2667 | 2024-08-29T16:10:10.951Z | Compiling md5 v0.7.0 |
2668 | 2024-08-29T16:10:11.007Z | Compiling http-range v0.1.5 |
2669 | 2024-08-29T16:10:11.118Z | Compiling flume v0.11.0 |
2670 | 2024-08-29T16:10:11.397Z | Compiling russh-keys v0.45.0 |
2671 | 2024-08-29T16:10:11.468Z | Compiling hyper-staticfile v0.9.5 |
2672 | 2024-08-29T16:10:11.834Z | Compiling rcgen v0.12.1 |
2673 | 2024-08-29T16:10:11.920Z | Compiling headers v0.3.9 |
2674 | 2024-08-29T16:10:12.475Z | Compiling trust-dns-proto v0.22.0 |
2675 | 2024-08-29T16:10:13.370Z | Compiling atomicwrites v0.4.3 |
2676 | 2024-08-29T16:10:13.744Z | Compiling num-bigint v0.4.5 |
2677 | 2024-08-29T16:10:13.893Z | Compiling itertools v0.13.0 |
2678 | 2024-08-29T16:10:14.302Z | Compiling des v0.8.1 |
2679 | 2024-08-29T16:10:14.633Z | Compiling subprocess v0.2.9 |
2680 | 2024-08-29T16:10:14.652Z | Compiling dhcproto-macros v0.1.0 |
2681 | 2024-08-29T16:10:15.648Z | Compiling display-error-chain v0.2.1 |
2682 | 2024-08-29T16:10:15.708Z | Compiling hex-literal v0.4.1 |
2683 | 2024-08-29T16:10:15.845Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2684 | 2024-08-29T16:10:15.900Z | Compiling internet-checksum v0.2.1 |
2685 | 2024-08-29T16:10:16.544Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2686 | 2024-08-29T16:10:16.712Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2687 | 2024-08-29T16:10:16.751Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2688 | 2024-08-29T16:10:16.768Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2689 | 2024-08-29T16:10:17.118Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2690 | 2024-08-29T16:10:17.843Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2691 | 2024-08-29T16:10:18.735Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2692 | 2024-08-29T16:10:20.608Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2693 | 2024-08-29T16:10:22.077Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2694 | 2024-08-29T16:10:23.395Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2695 | 2024-08-29T16:10:24.513Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2696 | 2024-08-29T16:10:24.513Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2697 | 2024-08-29T16:10:24.651Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2698 | 2024-08-29T16:10:26.005Z | Compiling dhcproto v0.12.0 |
2699 | 2024-08-29T16:10:26.274Z | Compiling russh v0.45.0 |
2700 | 2024-08-29T16:10:29.223Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2701 | 2024-08-29T16:10:33.721Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2702 | 2024-08-29T16:10:33.893Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2703 | 2024-08-29T16:10:34.093Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2704 | 2024-08-29T16:10:34.282Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2705 | 2024-08-29T16:10:37.173Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2706 | 2024-08-29T16:10:37.313Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2707 | 2024-08-29T16:10:37.419Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2708 | 2024-08-29T16:10:37.742Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2709 | 2024-08-29T16:10:38.171Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2710 | 2024-08-29T16:10:39.209Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2711 | 2024-08-29T16:10:40.410Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2712 | 2024-08-29T16:10:41.371Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2713 | 2024-08-29T16:10:41.683Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2714 | 2024-08-29T16:10:42.084Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2715 | 2024-08-29T16:10:43.919Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2716 | 2024-08-29T16:10:44.328Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2717 | 2024-08-29T16:10:46.935Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2718 | 2024-08-29T16:10:47.403Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2719 | 2024-08-29T16:10:48.080Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2720 | 2024-08-29T16:10:51.894Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2721 | 2024-08-29T16:10:53.173Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2722 | 2024-08-29T16:10:58.071Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2723 | 2024-08-29T16:11:04.811Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2724 | 2024-08-29T16:11:04.813Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2725 | 2024-08-29T16:11:06.840Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2726 | 2024-08-29T16:11:24.358Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2727 | 2024-08-29T16:11:54.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
2728 | 2024-08-29T16:11:54.812Z | |
2729 | 2024-08-29T16:11:54.814Z | real 2:33.239214331 |
2730 | 2024-08-29T16:11:54.814Z | user 12:50.248319966 |
2731 | 2024-08-29T16:11:54.814Z | sys 2:38.685038920 |
2732 | 2024-08-29T16:11:54.814Z | trap 0.358107792 |
2733 | 2024-08-29T16:11:54.814Z | tflt 1.403240580 |
2734 | 2024-08-29T16:11:54.814Z | dflt 1.290159210 |
2735 | 2024-08-29T16:11:54.814Z | kflt 0.000039897 |
2736 | 2024-08-29T16:11:54.814Z | lock 26:48.173169812 |
2737 | 2024-08-29T16:11:54.814Z | slp 47:31.441045545 |
2738 | 2024-08-29T16:11:54.814Z | lat 40.577176605 |
2739 | 2024-08-29T16:11:54.814Z | stop 1:32.806172932 |
2740 | 2024-08-29T16:11:54.814Z | + mkdir tests |
2741 | 2024-08-29T16:11:54.817Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2742 | 2024-08-29T16:11:54.819Z | + xargs -I '{}' -t cp '{}' tests/ |
2743 | 2024-08-29T16:11:54.857Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-941650612b29077f tests/ |
2744 | 2024-08-29T16:11:54.885Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-83ebbc9929b24a26 tests/ |
2745 | 2024-08-29T16:11:54.912Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-265f6417f018ffdb tests/ |
2746 | 2024-08-29T16:11:54.938Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-00e49aaa0d7caaaa tests/ |
2747 | 2024-08-29T16:11:55.155Z | + files=(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/*) |
2748 | 2024-08-29T16:11:55.157Z | + ptime -m tar cvzf /work/package.tar.gz 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-83ebbc9929b24a26 tests/commtest-265f6417f018ffdb tests/dhcp_server-941650612b29077f tests/end_to_end_tests-00e49aaa0d7caaaa 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 |
2749 | 2024-08-29T16:12:58.434Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2750 | 2024-08-29T16:12:58.434Z | a out/target/test 1K |
2751 | 2024-08-29T16:12:58.434Z | a out/npuzone/npuzone 23144K |
2752 | 2024-08-29T16:12:58.434Z | a package-manifest.toml 32K |
2753 | 2024-08-29T16:12:58.434Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2754 | 2024-08-29T16:12:58.434Z | a target/release/omicron-package 32365K |
2755 | 2024-08-29T16:12:58.435Z | a target/release/xtask 11987K |
2756 | 2024-08-29T16:12:58.435Z | a target/debug/bootstrap 193101K |
2757 | 2024-08-29T16:12:58.435Z | a tests/bootstrap-83ebbc9929b24a26 23740K |
2758 | 2024-08-29T16:12:58.435Z | a tests/commtest-265f6417f018ffdb 24002K |
2759 | 2024-08-29T16:12:58.435Z | a tests/dhcp_server-941650612b29077f 23740K |
2760 | 2024-08-29T16:12:58.435Z | a tests/end_to_end_tests-00e49aaa0d7caaaa 205273K |
2761 | 2024-08-29T16:12:58.435Z | a out/clickhouse.tar.gz 232446K |
2762 | 2024-08-29T16:12:58.435Z | a out/clickhouse_keeper.tar.gz 232429K |
2763 | 2024-08-29T16:12:58.435Z | a out/clickhouse_server.tar.gz 232430K |
2764 | 2024-08-29T16:12:58.436Z | a out/cockroachdb.tar.gz 131961K |
2765 | 2024-08-29T16:12:58.436Z | a out/crucible-dtrace.tar 84K |
2766 | 2024-08-29T16:12:58.436Z | a out/crucible-pantry-zone.tar.gz 27842K |
2767 | 2024-08-29T16:12:58.436Z | a out/crucible-zone.tar.gz 38169K |
2768 | 2024-08-29T16:12:58.436Z | a out/external-dns.tar.gz 24902K |
2769 | 2024-08-29T16:12:58.436Z | a out/internal-dns.tar.gz 24902K |
2770 | 2024-08-29T16:12:58.436Z | a out/mg-ddm-gz.tar 62160K |
2771 | 2024-08-29T16:12:58.436Z | a out/nexus.tar.gz 89803K |
2772 | 2024-08-29T16:12:58.436Z | a out/ntp.tar.gz 8990K |
2773 | 2024-08-29T16:12:58.436Z | a out/omicron-gateway-softnpu.tar.gz 20649K |
2774 | 2024-08-29T16:12:58.436Z | a out/omicron-sled-agent.tar 98064K |
2775 | 2024-08-29T16:12:58.436Z | a out/overlay.tar.gz 3K |
2776 | 2024-08-29T16:12:58.437Z | a out/oximeter.tar.gz 42267K |
2777 | 2024-08-29T16:12:58.437Z | a out/oxlog.tar 2947K |
2778 | 2024-08-29T16:12:58.437Z | a out/probe.tar.gz 2764K |
2779 | 2024-08-29T16:12:58.437Z | a out/propolis-server.tar.gz 65291K |
2780 | 2024-08-29T16:12:58.437Z | a out/pumpkind-gz.tar 26665K |
2781 | 2024-08-29T16:12:58.437Z | a out/switch-softnpu.tar.gz 214687K |
2782 | 2024-08-29T16:12:58.445Z | |
2783 | 2024-08-29T16:12:58.445Z | real 1:03.246360827 |
2784 | 2024-08-29T16:12:58.445Z | user 1:00.342489127 |
2785 | 2024-08-29T16:12:58.445Z | sys 4.093244806 |
2786 | 2024-08-29T16:12:58.445Z | trap 0.016772323 |
2787 | 2024-08-29T16:12:58.445Z | tflt 0.000000000 |
2788 | 2024-08-29T16:12:58.445Z | dflt 0.000000000 |
2789 | 2024-08-29T16:12:58.445Z | kflt 0.000000000 |
2790 | 2024-08-29T16:12:58.446Z | lock 0.000000000 |
2791 | 2024-08-29T16:12:58.446Z | slp 1:00.210094302 |
2792 | 2024-08-29T16:12:58.446Z | lat 1.824145972 |
2793 | 2024-08-29T16:12:58.446Z | stop 0.000558968 |
2794 | 2024-08-29T16:12:58.446Z | process exited: duration 1745893 ms, exit code 0 |
|
2795 | 2024-08-29T16:12:58.466Z | found 1 output files |
2796 | 2024-08-29T16:12:58.466Z | uploading: /work/package.tar.gz (1622668508 bytes) |
2797 | 2024-08-29T16:13:32.700Z | uploaded: /work/package.tar.gz |