|
|
|
1 | 2024-08-26T19:22:15.468Z | job assigned to worker 01J68262DJ8BMXZGTRSQ2SHHSH (queued for 34 s) |
|
2 | 2024-08-26T19:22:16.289Z | starting task 0: "setup" |
3 | 2024-08-26T19:22:16.314Z | ++ uname -s |
4 | 2024-08-26T19:22:16.314Z | + kern=SunOS |
5 | 2024-08-26T19:22:16.314Z | + case "$kern" in |
6 | 2024-08-26T19:22:16.314Z | + groupadd -g 12345 build |
7 | 2024-08-26T19:22:16.314Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-26T19:22:18.320Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-26T19:22:18.357Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-26T19:22:18.380Z | + home_fs=zfs |
11 | 2024-08-26T19:22:18.381Z | + [[ zfs == autofs ]] |
12 | 2024-08-26T19:22:18.381Z | + mkdir -p /home/build |
13 | 2024-08-26T19:22:18.381Z | + chown build:build /home/build /work |
14 | 2024-08-26T19:22:20.369Z | + chmod 0700 /home/build /work |
15 | 2024-08-26T19:22:20.392Z | process exited: duration 4084 ms, exit code 0 |
|
16 | 2024-08-26T19:22:20.439Z | starting task 1: "rust-toolchain" |
17 | 2024-08-26T19:22:20.463Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-26T19:22:20.463Z | * toolchain channel = "1.80.1" |
19 | 2024-08-26T19:22:20.463Z | ' 1.80.1 |
20 | 2024-08-26T19:22:20.463Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-26T19:22:20.463Z | * toolchain profile = "default" |
22 | 2024-08-26T19:22:20.463Z | ' default |
23 | 2024-08-26T19:22:20.463Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-26T19:22:20.463Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-26T19:22:20.573Z | info: downloading installer |
26 | 2024-08-26T19:22:21.016Z | info: profile set to 'default' |
27 | 2024-08-26T19:22:21.016Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-26T19:22:21.040Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-26T19:22:21.138Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-26T19:22:21.138Z | info: downloading component 'cargo' |
31 | 2024-08-26T19:22:21.268Z | info: downloading component 'clippy' |
32 | 2024-08-26T19:22:21.317Z | info: downloading component 'rust-docs' |
33 | 2024-08-26T19:22:21.565Z | info: downloading component 'rust-std' |
34 | 2024-08-26T19:22:21.844Z | info: downloading component 'rustc' |
35 | 2024-08-26T19:22:22.475Z | info: downloading component 'rustfmt' |
36 | 2024-08-26T19:22:22.517Z | info: installing component 'cargo' |
37 | 2024-08-26T19:22:23.756Z | info: installing component 'clippy' |
38 | 2024-08-26T19:22:24.228Z | info: installing component 'rust-docs' |
39 | 2024-08-26T19:22:27.132Z | info: installing component 'rust-std' |
40 | 2024-08-26T19:22:29.119Z | info: installing component 'rustc' |
41 | 2024-08-26T19:22:34.451Z | info: installing component 'rustfmt' |
42 | 2024-08-26T19:22:34.835Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-26T19:22:34.835Z | |
44 | 2024-08-26T19:22:34.927Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-26T19:22:34.927Z | |
46 | 2024-08-26T19:22:34.951Z | |
47 | 2024-08-26T19:22:34.951Z | Rust is installed now. Great! |
48 | 2024-08-26T19:22:34.951Z | |
49 | 2024-08-26T19:22:34.951Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-26T19:22:34.951Z | environment variable. This has not been done automatically. |
51 | 2024-08-26T19:22:34.951Z | |
52 | 2024-08-26T19:22:34.951Z | To configure your current shell, you need to source |
53 | 2024-08-26T19:22:34.951Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-26T19:22:34.951Z | |
55 | 2024-08-26T19:22:34.951Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-26T19:22:34.951Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-26T19:22:34.951Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-26T19:22:35.007Z | + rustc --version |
59 | 2024-08-26T19:22:35.093Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-26T19:22:35.116Z | process exited: duration 14659 ms, exit code 0 |
|
61 | 2024-08-26T19:22:35.167Z | starting task 2: "authentication" |
62 | 2024-08-26T19:22:35.219Z | process exited: duration 54 ms, exit code 0 |
|
63 | 2024-08-26T19:22:35.268Z | starting task 3: "clone repository" |
64 | 2024-08-26T19:22:35.292Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-26T19:22:35.292Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-26T19:22:35.317Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-26T19:22:40.909Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-26T19:22:40.909Z | + git fetch origin 0ea4fbe83b75780c60df1200e6d7ea79b258a963 |
69 | 2024-08-26T19:22:41.319Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-26T19:22:41.319Z | * branch 0ea4fbe83b75780c60df1200e6d7ea79b258a963 -> FETCH_HEAD |
71 | 2024-08-26T19:22:41.343Z | + [[ -n '' ]] |
72 | 2024-08-26T19:22:41.343Z | + git reset --hard 0ea4fbe83b75780c60df1200e6d7ea79b258a963 |
73 | 2024-08-26T19:22:41.506Z | HEAD is now at 0ea4fbe83 Update OpenAPI spec |
74 | 2024-08-26T19:22:41.530Z | process exited: duration 6240 ms, exit code 0 |
|
75 | 2024-08-26T19:22:41.581Z | starting task 4: "build" |
76 | 2024-08-26T19:22:41.605Z | + cargo --version |
77 | 2024-08-26T19:22:41.656Z | cargo 1.80.1 (376290515 2024-07-16) |
78 | 2024-08-26T19:22:41.680Z | + rustc --version |
79 | 2024-08-26T19:22:41.732Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
80 | 2024-08-26T19:22:41.756Z | + WORK=/work |
81 | 2024-08-26T19:22:41.756Z | + pfexec mkdir -p /work |
82 | 2024-08-26T19:22:41.756Z | + pfexec chown build /work |
83 | 2024-08-26T19:22:41.756Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
84 | 2024-08-26T19:22:46.879Z | Startup: Refreshing catalog 'helios-dev' ... Done |
85 | 2024-08-26T19:22:49.712Z | Startup: Caching catalogs ... Done |
86 | 2024-08-26T19:22:52.083Z | Planning: Solver setup ... Done (1.642s) |
87 | 2024-08-26T19:22:52.110Z | Planning: Running solver ... Done (0.026s) |
88 | 2024-08-26T19:22:52.147Z | Planning: Finding local manifests ... Done (0.003s) |
89 | 2024-08-26T19:22:52.243Z | Planning: Fetching manifests: 0/5 0% complete |
90 | 2024-08-26T19:22:52.699Z | Planning: Fetching manifests: 5/5 100% complete |
91 | 2024-08-26T19:22:52.822Z | Planning: Package planning ... Done (0.123s) |
92 | 2024-08-26T19:22:52.889Z | Planning: Merging actions ... Done (0.067s) |
93 | 2024-08-26T19:22:53.211Z | Planning: Checking for conflicting actions ... Done (0.322s) |
94 | 2024-08-26T19:22:54.435Z | Planning: Consolidating action changes ... Done (1.223s) |
95 | 2024-08-26T19:22:54.872Z | Planning: Evaluating mediators ... Done (0.437s) |
96 | 2024-08-26T19:22:54.977Z | Planning: Planning completed in 5.20 seconds |
97 | 2024-08-26T19:22:55.002Z | Packages to install: 4 |
98 | 2024-08-26T19:22:55.002Z | Packages to update: 1 |
99 | 2024-08-26T19:22:55.002Z | Mediators to change: 2 |
100 | 2024-08-26T19:22:55.002Z | Services to change: 1 |
101 | 2024-08-26T19:22:55.002Z | Estimated space available: 148.82 GB |
102 | 2024-08-26T19:22:55.002Z | Estimated space to be consumed: 1.53 GB |
103 | 2024-08-26T19:22:55.002Z | Create boot environment: No |
104 | 2024-08-26T19:22:55.002Z | Create backup boot environment: Yes |
105 | 2024-08-26T19:22:55.002Z | Rebuild boot archive: No |
106 | 2024-08-26T19:22:55.002Z | |
107 | 2024-08-26T19:22:55.002Z | Changed mediators: |
108 | 2024-08-26T19:22:55.002Z | mediator clang: |
109 | 2024-08-26T19:22:55.002Z | version: None -> 15 (system default) |
110 | 2024-08-26T19:22:55.002Z | |
111 | 2024-08-26T19:22:55.002Z | mediator llvm: |
112 | 2024-08-26T19:22:55.002Z | version: 14 (system default) -> 15 (system default) |
113 | 2024-08-26T19:22:55.002Z | |
114 | 2024-08-26T19:22:55.002Z | Changed packages: |
115 | 2024-08-26T19:22:55.002Z | helios-dev |
116 | 2024-08-26T19:22:55.002Z | developer/build-essential |
117 | 2024-08-26T19:22:55.003Z | None -> 11-2.0 |
118 | 2024-08-26T19:22:55.003Z | library/libxmlsec1 |
119 | 2024-08-26T19:22:55.003Z | None -> 1.2.35-2.0 |
120 | 2024-08-26T19:22:55.003Z | ooce/developer/clang-15 |
121 | 2024-08-26T19:22:55.003Z | None -> 15.0.7-2.0 |
122 | 2024-08-26T19:22:55.003Z | ooce/developer/llvm-15 |
123 | 2024-08-26T19:22:55.003Z | None -> 15.0.7-2.0 |
124 | 2024-08-26T19:22:55.003Z | package/pkg |
125 | 2024-08-26T19:22:55.003Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
126 | 2024-08-26T19:22:55.003Z | |
127 | 2024-08-26T19:22:55.003Z | Services: |
128 | 2024-08-26T19:22:55.003Z | restart_fmri: |
129 | 2024-08-26T19:22:55.003Z | svc:/system/update-man-index:default |
130 | 2024-08-26T19:22:55.003Z | |
131 | 2024-08-26T19:22:55.003Z | Editable files to change: |
132 | 2024-08-26T19:22:55.003Z | Update: |
133 | 2024-08-26T19:22:55.003Z | usr/share/lib/pkg/web/config.shtml |
134 | 2024-08-26T19:22:55.072Z | |
135 | 2024-08-26T19:22:55.072Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
136 | 2024-08-26T19:23:01.250Z | Download: 210/4281 items 1.3/220.6MB 0% complete (627k/s) |
137 | 2024-08-26T19:23:06.268Z | Download: 896/4281 items 18.8/220.6MB 8% complete (1.8M/s) |
138 | 2024-08-26T19:23:11.279Z | Download: 1197/4281 items 77.5/220.6MB 35% complete (7.8M/s) |
139 | 2024-08-26T19:23:16.280Z | Download: 1649/4281 items 117.9/220.6MB 53% complete (9.9M/s) |
140 | 2024-08-26T19:23:21.486Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (4.6M/s) |
141 | 2024-08-26T19:23:26.487Z | Download: 3099/4281 items 121.5/220.6MB 55% complete (352k/s) |
142 | 2024-08-26T19:23:31.906Z | Download: 3278/4281 items 209.0/220.6MB 94% complete (9.3M/s) |
143 | 2024-08-26T19:23:36.910Z | Download: 3289/4281 items 212.5/220.6MB 96% complete (8.7M/s) |
144 | 2024-08-26T19:23:40.110Z | Download: Completed 220.60 MB in 45.04 seconds (4.9M/s) |
145 | 2024-08-26T19:23:41.603Z | Actions: 1/5063 actions (Removing old actions) |
146 | 2024-08-26T19:23:41.627Z | Actions: 194/5063 actions (Installing new actions) |
147 | 2024-08-26T19:23:46.926Z | Actions: 3757/5063 actions (Installing new actions) |
148 | 2024-08-26T19:23:47.515Z | Actions: 4226/5063 actions (Updating modified actions) |
149 | 2024-08-26T19:23:47.880Z | Actions: Completed 5063 actions in 6.28 seconds. |
150 | 2024-08-26T19:23:48.282Z | Done (0.392s) |
151 | 2024-08-26T19:23:48.305Z | Done (0.000s) |
152 | 2024-08-26T19:23:48.743Z | Done (0.459s) |
153 | 2024-08-26T19:23:54.138Z | Done (5.235s) |
154 | 2024-08-26T19:23:54.243Z | Done (0.019s) |
155 | 2024-08-26T19:23:54.266Z | Done (0.000s) |
156 | 2024-08-26T19:23:54.434Z | Done (0.000s) |
157 | 2024-08-26T19:23:55.162Z | Planning: Evaluating mediator changes ... Done |
158 | 2024-08-26T19:23:55.437Z | Planning: Checking for conflicting actions ... Done |
159 | 2024-08-26T19:23:55.460Z | Planning: Consolidating action changes ... Done |
160 | 2024-08-26T19:23:55.786Z | Planning: Evaluating mediators ... Done |
161 | 2024-08-26T19:23:55.809Z | Planning: Planning completed in 0.62 seconds |
162 | 2024-08-26T19:23:55.832Z | Mediators to change: 2 |
163 | 2024-08-26T19:23:55.832Z | Create boot environment: No |
164 | 2024-08-26T19:23:55.832Z | Create backup boot environment: No |
165 | 2024-08-26T19:23:55.896Z | Done |
166 | 2024-08-26T19:23:55.896Z | Done |
167 | 2024-08-26T19:23:56.236Z | Done |
168 | 2024-08-26T19:24:01.073Z | Done |
169 | 2024-08-26T19:24:01.175Z | Done |
170 | 2024-08-26T19:24:01.175Z | Done |
171 | 2024-08-26T19:24:01.224Z | Done |
172 | 2024-08-26T19:24:02.033Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-08-26T19:24:02.057Z | Planning: Merging actions ... Done |
174 | 2024-08-26T19:24:02.318Z | Planning: Checking for conflicting actions ... Done |
175 | 2024-08-26T19:24:02.343Z | Planning: Consolidating action changes ... Done |
176 | 2024-08-26T19:24:02.656Z | Planning: Evaluating mediators ... Done |
177 | 2024-08-26T19:24:02.727Z | Planning: Planning completed in 0.99 seconds |
178 | 2024-08-26T19:24:02.769Z | Packages to change: 1 |
179 | 2024-08-26T19:24:02.769Z | Mediators to change: 1 |
180 | 2024-08-26T19:24:02.770Z | Services to change: 1 |
181 | 2024-08-26T19:24:02.770Z | Create boot environment: No |
182 | 2024-08-26T19:24:02.770Z | Create backup boot environment: Yes |
183 | 2024-08-26T19:24:04.304Z | Actions: 1/6 actions (Updating modified actions) |
184 | 2024-08-26T19:24:04.328Z | Actions: Completed 6 actions in 0.00 seconds. |
185 | 2024-08-26T19:24:04.328Z | Done |
186 | 2024-08-26T19:24:04.328Z | Done |
187 | 2024-08-26T19:24:04.404Z | Done |
188 | 2024-08-26T19:24:09.073Z | Done |
189 | 2024-08-26T19:24:09.174Z | Done |
190 | 2024-08-26T19:24:09.203Z | Done |
191 | 2024-08-26T19:24:09.263Z | Done |
192 | 2024-08-26T19:24:09.803Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
193 | 2024-08-26T19:24:09.803Z | clang system 15 system |
194 | 2024-08-26T19:24:09.804Z | csh system system illumos |
195 | 2024-08-26T19:24:09.804Z | ctags system system illumos |
196 | 2024-08-26T19:24:09.804Z | gcc vendor 12 vendor |
197 | 2024-08-26T19:24:09.804Z | gcc system 10 system |
198 | 2024-08-26T19:24:09.804Z | gcc system 7 system |
199 | 2024-08-26T19:24:09.804Z | go system 1.20 system |
200 | 2024-08-26T19:24:09.804Z | go system 1.19 system |
201 | 2024-08-26T19:24:09.804Z | llvm system 15 system |
202 | 2024-08-26T19:24:09.804Z | llvm system 14 system |
203 | 2024-08-26T19:24:09.804Z | mariadb system 10.6 system |
204 | 2024-08-26T19:24:09.804Z | mta vendor vendor dma |
205 | 2024-08-26T19:24:09.804Z | openjdk system 17 system |
206 | 2024-08-26T19:24:09.804Z | openjdk system 11 system |
207 | 2024-08-26T19:24:09.804Z | openjdk system 1.8 system |
208 | 2024-08-26T19:24:09.804Z | openssl vendor 3 vendor |
209 | 2024-08-26T19:24:09.804Z | perl system 5.36 system |
210 | 2024-08-26T19:24:09.804Z | postgresql system 15 system |
211 | 2024-08-26T19:24:09.804Z | postgresql system 13 system |
212 | 2024-08-26T19:24:09.804Z | python vendor 3 vendor |
213 | 2024-08-26T19:24:09.804Z | python system 2 system |
214 | 2024-08-26T19:24:09.804Z | python3 system 3.11 system |
215 | 2024-08-26T19:24:09.804Z | ruby system 3.0 system |
216 | 2024-08-26T19:24:09.804Z | words vendor vendor american-english |
217 | 2024-08-26T19:24:09.804Z | words system system australian-english |
218 | 2024-08-26T19:24:09.804Z | words system system british-english |
219 | 2024-08-26T19:24:09.804Z | words system system canadian-english |
220 | 2024-08-26T19:24:09.804Z | words system system french |
221 | 2024-08-26T19:24:09.804Z | words system system italian |
222 | 2024-08-26T19:24:09.804Z | words system system ngerman |
223 | 2024-08-26T19:24:09.804Z | words system system ogerman |
224 | 2024-08-26T19:24:09.804Z | words system system spanish |
225 | 2024-08-26T19:24:10.249Z | PUBLISHER TYPE STATUS P LOCATION |
226 | 2024-08-26T19:24:10.249Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
227 | 2024-08-26T19:24:12.534Z | FMRI IFO |
228 | 2024-08-26T19:24:12.534Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
229 | 2024-08-26T19:24:12.534Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
230 | 2024-08-26T19:24:12.534Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
231 | 2024-08-26T19:24:12.534Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
232 | 2024-08-26T19:24:12.534Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
233 | 2024-08-26T19:24:12.535Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
234 | 2024-08-26T19:24:12.535Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
235 | 2024-08-26T19:24:12.535Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
236 | 2024-08-26T19:24:12.535Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
237 | 2024-08-26T19:24:12.535Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
238 | 2024-08-26T19:24:12.535Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
239 | 2024-08-26T19:24:12.535Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
240 | 2024-08-26T19:24:12.535Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
241 | 2024-08-26T19:24:13.267Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
242 | 2024-08-26T19:24:13.654Z | Updating git repository `https://github.com/oxidecomputer/zone` |
243 | 2024-08-26T19:24:14.034Z | Updating crates.io index |
244 | 2024-08-26T19:24:14.076Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
245 | 2024-08-26T19:24:14.929Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
246 | 2024-08-26T19:24:15.838Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
247 | 2024-08-26T19:24:16.187Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
248 | 2024-08-26T19:24:17.994Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
249 | 2024-08-26T19:24:18.310Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
250 | 2024-08-26T19:24:18.636Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
251 | 2024-08-26T19:24:19.839Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
252 | 2024-08-26T19:24:21.962Z | Updating git repository `https://github.com/oxidecomputer/opte` |
253 | 2024-08-26T19:24:23.021Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
254 | 2024-08-26T19:24:23.853Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
255 | 2024-08-26T19:24:24.199Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
256 | 2024-08-26T19:24:24.905Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
257 | 2024-08-26T19:24:25.251Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
258 | 2024-08-26T19:24:25.673Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
259 | 2024-08-26T19:24:26.038Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
260 | 2024-08-26T19:24:26.356Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
261 | 2024-08-26T19:24:26.653Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
262 | 2024-08-26T19:24:27.023Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
263 | 2024-08-26T19:24:27.427Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
264 | 2024-08-26T19:24:27.827Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
265 | 2024-08-26T19:24:28.265Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
266 | 2024-08-26T19:24:28.599Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
267 | 2024-08-26T19:24:29.173Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
268 | 2024-08-26T19:24:29.592Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
269 | 2024-08-26T19:24:30.093Z | Updating git repository `https://github.com/oxidecomputer/typify` |
270 | 2024-08-26T19:24:32.413Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
271 | 2024-08-26T19:24:32.817Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
272 | 2024-08-26T19:24:33.176Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
273 | 2024-08-26T19:24:33.638Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
274 | 2024-08-26T19:24:35.970Z | Downloading crates ... |
275 | 2024-08-26T19:24:36.025Z | Downloaded cargo-platform v0.1.8 |
276 | 2024-08-26T19:24:36.050Z | Downloaded is_terminal_polyfill v1.70.0 |
277 | 2024-08-26T19:24:36.050Z | Downloaded usdt-macro v0.5.0 |
278 | 2024-08-26T19:24:36.050Z | Downloaded usdt-attr-macro v0.5.0 |
279 | 2024-08-26T19:24:36.074Z | Downloaded version_check v0.9.5 |
280 | 2024-08-26T19:24:36.074Z | Downloaded toml_edit v0.22.20 |
281 | 2024-08-26T19:24:36.099Z | Downloaded serde_derive v1.0.208 |
282 | 2024-08-26T19:24:36.099Z | Downloaded zerocopy-derive v0.7.34 |
283 | 2024-08-26T19:24:36.099Z | Downloaded usdt v0.5.0 |
284 | 2024-08-26T19:24:36.099Z | Downloaded syn v1.0.109 |
285 | 2024-08-26T19:24:36.123Z | Downloaded pest v2.7.10 |
286 | 2024-08-26T19:24:36.123Z | Downloaded winnow v0.6.18 |
287 | 2024-08-26T19:24:36.146Z | Downloaded unicode-width v0.1.13 |
288 | 2024-08-26T19:24:36.146Z | Downloaded libc v0.2.156 |
289 | 2024-08-26T19:24:36.170Z | Downloaded syn v2.0.74 |
290 | 2024-08-26T19:24:36.193Z | Downloaded serde_json v1.0.125 |
291 | 2024-08-26T19:24:36.193Z | Downloaded rustix v0.38.34 |
292 | 2024-08-26T19:24:36.216Z | Downloaded hashbrown v0.14.5 |
293 | 2024-08-26T19:24:36.241Z | Downloaded unicode-ident v1.0.12 |
294 | 2024-08-26T19:24:36.241Z | Downloaded typenum v1.17.0 |
295 | 2024-08-26T19:24:36.241Z | Downloaded tabled v0.15.0 |
296 | 2024-08-26T19:24:36.264Z | Downloaded sha2 v0.10.8 |
297 | 2024-08-26T19:24:36.264Z | Downloaded serde v1.0.208 |
298 | 2024-08-26T19:24:36.264Z | Downloaded memchr v2.7.2 |
299 | 2024-08-26T19:24:36.264Z | Downloaded indexmap v2.4.0 |
300 | 2024-08-26T19:24:36.264Z | Downloaded goblin v0.8.2 |
301 | 2024-08-26T19:24:36.289Z | Downloaded clap_builder v4.5.15 |
302 | 2024-08-26T19:24:36.289Z | Downloaded zerocopy v0.7.34 |
303 | 2024-08-26T19:24:36.313Z | Downloaded utf8parse v0.2.1 |
304 | 2024-08-26T19:24:36.313Z | Downloaded usdt-impl v0.5.0 |
305 | 2024-08-26T19:24:36.314Z | Downloaded toml_datetime v0.6.8 |
306 | 2024-08-26T19:24:36.314Z | Downloaded thread-id v4.2.1 |
307 | 2024-08-26T19:24:36.314Z | Downloaded thiserror v1.0.63 |
308 | 2024-08-26T19:24:36.314Z | Downloaded tabled_derive v0.7.0 |
309 | 2024-08-26T19:24:36.314Z | Downloaded swrite v0.1.0 |
310 | 2024-08-26T19:24:36.314Z | Downloaded semver v1.0.23 |
311 | 2024-08-26T19:24:36.314Z | Downloaded scroll v0.12.0 |
312 | 2024-08-26T19:24:36.315Z | Downloaded proc-macro2 v1.0.86 |
313 | 2024-08-26T19:24:36.339Z | Downloaded proc-macro-error v1.0.4 |
314 | 2024-08-26T19:24:36.339Z | Downloaded plain v0.2.3 |
315 | 2024-08-26T19:24:36.339Z | Downloaded pest_generator v2.7.10 |
316 | 2024-08-26T19:24:36.339Z | Downloaded once_cell v1.19.0 |
317 | 2024-08-26T19:24:36.339Z | Downloaded log v0.4.21 |
318 | 2024-08-26T19:24:36.339Z | Downloaded itoa v1.0.11 |
319 | 2024-08-26T19:24:36.339Z | Downloaded generic-array v0.14.7 |
320 | 2024-08-26T19:24:36.339Z | Downloaded fnv v1.0.7 |
321 | 2024-08-26T19:24:36.339Z | Downloaded dtrace-parser v0.2.0 |
322 | 2024-08-26T19:24:36.339Z | Downloaded digest v0.10.7 |
323 | 2024-08-26T19:24:36.339Z | Downloaded heck v0.5.0 |
324 | 2024-08-26T19:24:36.339Z | Downloaded ucd-trie v0.1.6 |
325 | 2024-08-26T19:24:36.363Z | Downloaded toml v0.8.19 |
326 | 2024-08-26T19:24:36.363Z | Downloaded thiserror-impl v1.0.63 |
327 | 2024-08-26T19:24:36.363Z | Downloaded terminal_size v0.3.0 |
328 | 2024-08-26T19:24:36.364Z | Downloaded strsim v0.11.1 |
329 | 2024-08-26T19:24:36.364Z | Downloaded serde_tokenstream v0.2.2 |
330 | 2024-08-26T19:24:36.364Z | Downloaded serde_spanned v0.6.7 |
331 | 2024-08-26T19:24:36.364Z | Downloaded ryu v1.0.18 |
332 | 2024-08-26T19:24:36.364Z | Downloaded quote v1.0.36 |
333 | 2024-08-26T19:24:36.364Z | Downloaded proc-macro-error-attr v1.0.4 |
334 | 2024-08-26T19:24:36.364Z | Downloaded pest_meta v2.7.10 |
335 | 2024-08-26T19:24:36.364Z | Downloaded pest_derive v2.7.10 |
336 | 2024-08-26T19:24:36.364Z | Downloaded papergrid v0.11.0 |
337 | 2024-08-26T19:24:36.388Z | Downloaded memmap v0.7.0 |
338 | 2024-08-26T19:24:36.388Z | Downloaded macaddr v1.0.1 |
339 | 2024-08-26T19:24:36.388Z | Downloaded heck v0.4.1 |
340 | 2024-08-26T19:24:36.388Z | Downloaded fs-err v2.11.0 |
341 | 2024-08-26T19:24:36.388Z | Downloaded errno v0.3.9 |
342 | 2024-08-26T19:24:36.388Z | Downloaded dof v0.3.0 |
343 | 2024-08-26T19:24:36.389Z | Downloaded crypto-common v0.1.6 |
344 | 2024-08-26T19:24:36.389Z | Downloaded cpufeatures v0.2.12 |
345 | 2024-08-26T19:24:36.389Z | Downloaded clap_lex v0.7.0 |
346 | 2024-08-26T19:24:36.389Z | Downloaded clap v4.5.16 |
347 | 2024-08-26T19:24:36.413Z | Downloaded cfg-if v1.0.0 |
348 | 2024-08-26T19:24:36.413Z | Downloaded cargo_toml v0.20.4 |
349 | 2024-08-26T19:24:36.413Z | Downloaded cargo_metadata v0.18.1 |
350 | 2024-08-26T19:24:36.413Z | Downloaded camino v1.1.9 |
351 | 2024-08-26T19:24:36.413Z | Downloaded bytecount v0.6.8 |
352 | 2024-08-26T19:24:36.413Z | Downloaded bitflags v2.6.0 |
353 | 2024-08-26T19:24:36.413Z | Downloaded autocfg v1.3.0 |
354 | 2024-08-26T19:24:36.413Z | Downloaded anstyle-query v1.0.3 |
355 | 2024-08-26T19:24:36.413Z | Downloaded anstyle v1.0.8 |
356 | 2024-08-26T19:24:36.413Z | Downloaded colorchoice v1.0.1 |
357 | 2024-08-26T19:24:36.413Z | Downloaded byteorder v1.5.0 |
358 | 2024-08-26T19:24:36.447Z | Downloaded scroll_derive v0.12.0 |
359 | 2024-08-26T19:24:36.447Z | Downloaded pretty-hex v0.4.1 |
360 | 2024-08-26T19:24:36.447Z | Downloaded equivalent v1.0.1 |
361 | 2024-08-26T19:24:36.448Z | Downloaded anyhow v1.0.86 |
362 | 2024-08-26T19:24:36.448Z | Downloaded anstream v0.6.14 |
363 | 2024-08-26T19:24:36.448Z | Downloaded clap_derive v4.5.13 |
364 | 2024-08-26T19:24:36.448Z | Downloaded block-buffer v0.10.4 |
365 | 2024-08-26T19:24:36.448Z | Downloaded anstyle-parse v0.2.4 |
366 | 2024-08-26T19:24:36.563Z | Compiling proc-macro2 v1.0.86 |
367 | 2024-08-26T19:24:36.563Z | Compiling unicode-ident v1.0.12 |
368 | 2024-08-26T19:24:36.563Z | Compiling version_check v0.9.5 |
369 | 2024-08-26T19:24:36.587Z | Compiling serde v1.0.208 |
370 | 2024-08-26T19:24:36.587Z | Compiling thiserror v1.0.63 |
371 | 2024-08-26T19:24:36.587Z | Compiling memchr v2.7.2 |
372 | 2024-08-26T19:24:36.587Z | Compiling libc v0.2.156 |
373 | 2024-08-26T19:24:36.589Z | Compiling ryu v1.0.18 |
374 | 2024-08-26T19:24:36.849Z | Compiling itoa v1.0.11 |
375 | 2024-08-26T19:24:37.027Z | Compiling ucd-trie v0.1.6 |
376 | 2024-08-26T19:24:37.059Z | Compiling once_cell v1.19.0 |
377 | 2024-08-26T19:24:37.413Z | Compiling byteorder v1.5.0 |
378 | 2024-08-26T19:24:37.498Z | Compiling serde_json v1.0.125 |
379 | 2024-08-26T19:24:37.890Z | Compiling usdt-impl v0.5.0 |
380 | 2024-08-26T19:24:37.971Z | Compiling proc-macro-error-attr v1.0.4 |
381 | 2024-08-26T19:24:38.001Z | Compiling rustix v0.38.34 |
382 | 2024-08-26T19:24:38.027Z | Compiling syn v1.0.109 |
383 | 2024-08-26T19:24:38.227Z | Compiling quote v1.0.36 |
384 | 2024-08-26T19:24:38.391Z | Compiling proc-macro-error v1.0.4 |
385 | 2024-08-26T19:24:38.445Z | Compiling equivalent v1.0.1 |
386 | 2024-08-26T19:24:38.560Z | Compiling errno v0.3.9 |
387 | 2024-08-26T19:24:38.630Z | Compiling syn v2.0.74 |
388 | 2024-08-26T19:24:38.763Z | Compiling hashbrown v0.14.5 |
389 | 2024-08-26T19:24:38.796Z | Compiling bitflags v2.6.0 |
390 | 2024-08-26T19:24:38.831Z | Compiling utf8parse v0.2.1 |
391 | 2024-08-26T19:24:38.889Z | Compiling log v0.4.21 |
392 | 2024-08-26T19:24:38.917Z | Compiling plain v0.2.3 |
393 | 2024-08-26T19:24:38.992Z | Compiling thread-id v4.2.1 |
394 | 2024-08-26T19:24:39.028Z | Compiling anstyle-parse v0.2.4 |
395 | 2024-08-26T19:24:39.468Z | Compiling is_terminal_polyfill v1.70.0 |
396 | 2024-08-26T19:24:39.496Z | Compiling autocfg v1.3.0 |
397 | 2024-08-26T19:24:39.615Z | Compiling anstyle-query v1.0.3 |
398 | 2024-08-26T19:24:39.713Z | Compiling anstyle v1.0.8 |
399 | 2024-08-26T19:24:39.772Z | Compiling pretty-hex v0.4.1 |
400 | 2024-08-26T19:24:40.003Z | Compiling indexmap v2.4.0 |
401 | 2024-08-26T19:24:40.029Z | Compiling camino v1.1.9 |
402 | 2024-08-26T19:24:40.062Z | Compiling semver v1.0.23 |
403 | 2024-08-26T19:24:40.174Z | Compiling colorchoice v1.0.1 |
404 | 2024-08-26T19:24:40.331Z | Compiling winnow v0.6.18 |
405 | 2024-08-26T19:24:40.396Z | Compiling fs-err v2.11.0 |
406 | 2024-08-26T19:24:40.639Z | Compiling anstream v0.6.14 |
407 | 2024-08-26T19:24:40.699Z | Compiling terminal_size v0.3.0 |
408 | 2024-08-26T19:24:40.939Z | Compiling heck v0.5.0 |
409 | 2024-08-26T19:24:40.967Z | Compiling unicode-width v0.1.13 |
410 | 2024-08-26T19:24:40.991Z | Compiling fnv v1.0.7 |
411 | 2024-08-26T19:24:41.137Z | Compiling heck v0.4.1 |
412 | 2024-08-26T19:24:41.241Z | Compiling strsim v0.11.1 |
413 | 2024-08-26T19:24:41.316Z | Compiling clap_lex v0.7.0 |
414 | 2024-08-26T19:24:41.433Z | Compiling bytecount v0.6.8 |
415 | 2024-08-26T19:24:41.458Z | Compiling anyhow v1.0.86 |
416 | 2024-08-26T19:24:41.602Z | Compiling papergrid v0.11.0 |
417 | 2024-08-26T19:24:41.835Z | Compiling clap_builder v4.5.15 |
418 | 2024-08-26T19:24:42.242Z | Compiling memmap v0.7.0 |
419 | 2024-08-26T19:24:42.601Z | Compiling swrite v0.1.0 |
420 | 2024-08-26T19:24:44.156Z | Compiling tabled_derive v0.7.0 |
421 | 2024-08-26T19:24:45.927Z | Compiling tabled v0.15.0 |
422 | 2024-08-26T19:24:47.192Z | Compiling serde_derive v1.0.208 |
423 | 2024-08-26T19:24:47.192Z | Compiling thiserror-impl v1.0.63 |
424 | 2024-08-26T19:24:47.218Z | Compiling zerocopy-derive v0.7.34 |
425 | 2024-08-26T19:24:47.218Z | Compiling scroll_derive v0.12.0 |
426 | 2024-08-26T19:24:47.218Z | Compiling clap_derive v4.5.13 |
427 | 2024-08-26T19:24:48.528Z | Compiling scroll v0.12.0 |
428 | 2024-08-26T19:24:49.105Z | Compiling goblin v0.8.2 |
429 | 2024-08-26T19:24:49.157Z | Compiling zerocopy v0.7.34 |
430 | 2024-08-26T19:24:49.725Z | Compiling pest v2.7.10 |
431 | 2024-08-26T19:24:50.718Z | Compiling clap v4.5.16 |
432 | 2024-08-26T19:24:51.855Z | Compiling pest_meta v2.7.10 |
433 | 2024-08-26T19:24:52.970Z | Compiling pest_generator v2.7.10 |
434 | 2024-08-26T19:24:54.878Z | Compiling pest_derive v2.7.10 |
435 | 2024-08-26T19:24:55.561Z | Compiling dtrace-parser v0.2.0 |
436 | 2024-08-26T19:24:57.494Z | Compiling serde_tokenstream v0.2.2 |
437 | 2024-08-26T19:24:57.588Z | Compiling serde_spanned v0.6.7 |
438 | 2024-08-26T19:24:57.612Z | Compiling toml_datetime v0.6.8 |
439 | 2024-08-26T19:24:57.673Z | Compiling cargo-platform v0.1.8 |
440 | 2024-08-26T19:24:57.977Z | Compiling toml_edit v0.22.20 |
441 | 2024-08-26T19:24:58.098Z | Compiling macaddr v1.0.1 |
442 | 2024-08-26T19:24:59.024Z | Compiling dof v0.3.0 |
443 | 2024-08-26T19:24:59.144Z | Compiling cargo_metadata v0.18.1 |
444 | 2024-08-26T19:25:00.708Z | Compiling toml v0.8.19 |
445 | 2024-08-26T19:25:00.829Z | Compiling usdt-attr-macro v0.5.0 |
446 | 2024-08-26T19:25:00.853Z | Compiling usdt-macro v0.5.0 |
447 | 2024-08-26T19:25:01.511Z | Compiling cargo_toml v0.20.4 |
448 | 2024-08-26T19:25:02.092Z | Compiling usdt v0.5.0 |
449 | 2024-08-26T19:25:06.078Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
450 | 2024-08-26T19:25:11.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.56s |
451 | 2024-08-26T19:25:11.784Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
452 | 2024-08-26T19:25:12.619Z | Downloading crates ... |
453 | 2024-08-26T19:25:12.769Z | Downloaded async-stream v0.3.5 |
454 | 2024-08-26T19:25:12.794Z | Downloaded defmt v0.3.8 |
455 | 2024-08-26T19:25:12.825Z | Downloaded crypto-bigint v0.5.5 |
456 | 2024-08-26T19:25:12.851Z | Downloaded tower-service v0.3.2 |
457 | 2024-08-26T19:25:12.851Z | Downloaded unicase v2.7.0 |
458 | 2024-08-26T19:25:12.882Z | Downloaded typed-path v0.7.1 |
459 | 2024-08-26T19:25:12.909Z | Downloaded futures-task v0.3.30 |
460 | 2024-08-26T19:25:12.935Z | Downloaded futures-channel v0.3.30 |
461 | 2024-08-26T19:25:12.961Z | Downloaded predicates-tree v1.0.9 |
462 | 2024-08-26T19:25:12.961Z | Downloaded phf_shared v0.10.0 |
463 | 2024-08-26T19:25:12.961Z | Downloaded pretty-hex v0.2.1 |
464 | 2024-08-26T19:25:12.961Z | Downloaded serde-big-array v0.5.1 |
465 | 2024-08-26T19:25:12.987Z | Downloaded rpassword v7.3.1 |
466 | 2024-08-26T19:25:12.987Z | Downloaded ref-cast-impl v1.0.23 |
467 | 2024-08-26T19:25:12.987Z | Downloaded serde_path_to_error v0.1.16 |
468 | 2024-08-26T19:25:12.987Z | Downloaded rustls-pemfile v2.1.3 |
469 | 2024-08-26T19:25:12.987Z | Downloaded serde_repr v0.1.19 |
470 | 2024-08-26T19:25:13.014Z | Downloaded sqlparser_derive v0.2.2 |
471 | 2024-08-26T19:25:13.014Z | Downloaded slog-stdlog v4.1.1 |
472 | 2024-08-26T19:25:13.014Z | Downloaded slog-scope v4.4.0 |
473 | 2024-08-26T19:25:13.014Z | Downloaded socket2 v0.5.7 |
474 | 2024-08-26T19:25:13.014Z | Downloaded stable_deref_trait v1.2.0 |
475 | 2024-08-26T19:25:13.014Z | Downloaded snafu-derive v0.8.2 |
476 | 2024-08-26T19:25:13.014Z | Downloaded socket2 v0.4.10 |
477 | 2024-08-26T19:25:13.039Z | Downloaded nix v0.28.0 |
478 | 2024-08-26T19:25:13.039Z | Downloaded serde_yaml v0.9.34+deprecated |
479 | 2024-08-26T19:25:13.065Z | Downloaded sqlparser v0.45.0 |
480 | 2024-08-26T19:25:13.065Z | Downloaded snafu v0.8.2 |
481 | 2024-08-26T19:25:13.089Z | Downloaded rustls-webpki v0.101.7 |
482 | 2024-08-26T19:25:13.115Z | Downloaded smoltcp v0.9.1 |
483 | 2024-08-26T19:25:13.139Z | Downloaded smoltcp v0.11.0 |
484 | 2024-08-26T19:25:13.165Z | Downloaded rustls v0.22.4 |
485 | 2024-08-26T19:25:13.190Z | Downloaded regex-automata v0.4.6 |
486 | 2024-08-26T19:25:13.216Z | Downloaded sha3 v0.10.8 |
487 | 2024-08-26T19:25:13.216Z | Downloaded encoding_rs v0.8.34 |
488 | 2024-08-26T19:25:13.240Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
489 | 2024-08-26T19:25:13.317Z | Downloaded ratatui v0.28.0 |
490 | 2024-08-26T19:25:13.346Z | Downloaded rustls v0.21.12 |
491 | 2024-08-26T19:25:13.370Z | Downloaded regress v0.9.1 |
492 | 2024-08-26T19:25:13.396Z | Downloaded regex-syntax v0.8.4 |
493 | 2024-08-26T19:25:13.396Z | Downloaded regex-syntax v0.6.29 |
494 | 2024-08-26T19:25:13.421Z | Downloaded zerocopy-derive v0.6.6 |
495 | 2024-08-26T19:25:13.421Z | Downloaded tokio v1.38.1 |
496 | 2024-08-26T19:25:13.470Z | Downloaded radix_trie v0.2.1 |
497 | 2024-08-26T19:25:13.661Z | Downloaded csv v1.3.0 |
498 | 2024-08-26T19:25:13.661Z | Downloaded regex v1.10.6 |
499 | 2024-08-26T19:25:13.661Z | Downloaded rayon v1.10.0 |
500 | 2024-08-26T19:25:13.662Z | Downloaded libz-sys v1.1.16 |
501 | 2024-08-26T19:25:13.662Z | Downloaded finl_unicode v1.2.0 |
502 | 2024-08-26T19:25:13.662Z | Downloaded diesel v2.2.2 |
503 | 2024-08-26T19:25:13.686Z | Downloaded petgraph v0.6.5 |
504 | 2024-08-26T19:25:13.710Z | Downloaded ring v0.17.8 |
505 | 2024-08-26T19:25:13.812Z | Downloaded rusqlite v0.31.0 |
506 | 2024-08-26T19:25:13.837Z | Downloaded reqwest v0.11.27 |
507 | 2024-08-26T19:25:13.837Z | Downloaded libsqlite3-sys v0.28.0 |
508 | 2024-08-26T19:25:13.941Z | Downloaded hickory-proto v0.24.1 |
509 | 2024-08-26T19:25:13.965Z | Downloaded reedline v0.33.0 |
510 | 2024-08-26T19:25:13.990Z | Downloaded quick-xml v0.31.0 |
511 | 2024-08-26T19:25:13.991Z | Downloaded ring v0.16.20 |
512 | 2024-08-26T19:25:14.106Z | Downloaded polar-core v0.27.3 |
513 | 2024-08-26T19:25:14.130Z | Downloaded webpki-roots v0.25.4 |
514 | 2024-08-26T19:25:14.130Z | Downloaded openapiv3 v2.0.0 |
515 | 2024-08-26T19:25:14.154Z | Downloaded serde_with v3.9.0 |
516 | 2024-08-26T19:25:14.154Z | Downloaded rustyline v14.0.0 |
517 | 2024-08-26T19:25:14.154Z | Downloaded rustls-webpki v0.102.4 |
518 | 2024-08-26T19:25:14.178Z | Downloaded rsa v0.9.6 |
519 | 2024-08-26T19:25:14.202Z | Downloaded proptest v1.5.0 |
520 | 2024-08-26T19:25:14.202Z | Downloaded portable-atomic v1.6.0 |
521 | 2024-08-26T19:25:14.202Z | Downloaded vcpkg v0.2.15 |
522 | 2024-08-26T19:25:14.289Z | Downloaded object v0.32.2 |
523 | 2024-08-26T19:25:14.316Z | Downloaded nix v0.27.1 |
524 | 2024-08-26T19:25:14.340Z | Downloaded rayon-core v1.12.1 |
525 | 2024-08-26T19:25:14.341Z | Downloaded unicode-normalization v0.1.23 |
526 | 2024-08-26T19:25:14.365Z | Downloaded object v0.30.4 |
527 | 2024-08-26T19:25:14.365Z | Downloaded rcgen v0.12.1 |
528 | 2024-08-26T19:25:14.366Z | Downloaded unicode-segmentation v1.11.0 |
529 | 2024-08-26T19:25:14.390Z | Downloaded openssl v0.10.66 |
530 | 2024-08-26T19:25:14.391Z | Downloaded idna v0.5.0 |
531 | 2024-08-26T19:25:14.415Z | Downloaded smallvec v1.13.2 |
532 | 2024-08-26T19:25:14.415Z | Downloaded smallvec v0.6.14 |
533 | 2024-08-26T19:25:14.415Z | Downloaded slog-term v2.9.1 |
534 | 2024-08-26T19:25:14.415Z | Downloaded ron v0.8.1 |
535 | 2024-08-26T19:25:14.440Z | Downloaded rand v0.8.5 |
536 | 2024-08-26T19:25:14.440Z | Downloaded idna v0.4.0 |
537 | 2024-08-26T19:25:14.464Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
538 | 2024-08-26T19:25:14.464Z | Downloaded ron v0.7.1 |
539 | 2024-08-26T19:25:14.488Z | Downloaded slog-json v2.6.1 |
540 | 2024-08-26T19:25:14.488Z | Downloaded sha1 v0.10.6 |
541 | 2024-08-26T19:25:14.489Z | Downloaded rustls-pki-types v1.7.0 |
542 | 2024-08-26T19:25:14.489Z | Downloaded publicsuffix v2.2.3 |
543 | 2024-08-26T19:25:14.489Z | Downloaded futures-util v0.3.30 |
544 | 2024-08-26T19:25:14.513Z | Downloaded winnow v0.5.40 |
545 | 2024-08-26T19:25:14.537Z | Downloaded idna v0.3.0 |
546 | 2024-08-26T19:25:14.537Z | Downloaded sqlformat v0.2.4 |
547 | 2024-08-26T19:25:14.537Z | Downloaded spki v0.7.3 |
548 | 2024-08-26T19:25:14.537Z | Downloaded spin v0.9.8 |
549 | 2024-08-26T19:25:14.537Z | Downloaded spin v0.5.2 |
550 | 2024-08-26T19:25:14.537Z | Downloaded smf v0.2.3 |
551 | 2024-08-26T19:25:14.537Z | Downloaded smawk v0.3.2 |
552 | 2024-08-26T19:25:14.537Z | Downloaded serde_with_macros v3.9.0 |
553 | 2024-08-26T19:25:14.537Z | Downloaded serde_urlencoded v0.7.1 |
554 | 2024-08-26T19:25:14.561Z | Downloaded serde_derive_internals v0.29.1 |
555 | 2024-08-26T19:25:14.561Z | Downloaded sct v0.7.1 |
556 | 2024-08-26T19:25:14.561Z | Downloaded rustc_version v0.4.0 |
557 | 2024-08-26T19:25:14.562Z | Downloaded prettyplease v0.2.20 |
558 | 2024-08-26T19:25:14.562Z | Downloaded pkcs5 v0.7.1 |
559 | 2024-08-26T19:25:14.562Z | Downloaded test-strategy v0.3.1 |
560 | 2024-08-26T19:25:14.562Z | Downloaded serde_plain v1.0.2 |
561 | 2024-08-26T19:25:14.562Z | Downloaded serde_arrays v0.1.0 |
562 | 2024-08-26T19:25:14.587Z | Downloaded secrecy v0.8.0 |
563 | 2024-08-26T19:25:14.587Z | Downloaded quick-error v1.2.3 |
564 | 2024-08-26T19:25:14.587Z | Downloaded steno v0.4.1 |
565 | 2024-08-26T19:25:14.587Z | Downloaded gimli v0.28.1 |
566 | 2024-08-26T19:25:14.587Z | Downloaded rustls-pemfile v1.0.4 |
567 | 2024-08-26T19:25:14.587Z | Downloaded rustc-hash v1.1.0 |
568 | 2024-08-26T19:25:14.587Z | Downloaded rustc-demangle v0.1.24 |
569 | 2024-08-26T19:25:14.587Z | Downloaded ref-cast v1.0.23 |
570 | 2024-08-26T19:25:14.613Z | Downloaded powerfmt v0.2.0 |
571 | 2024-08-26T19:25:14.613Z | Downloaded postgres-protocol v0.6.7 |
572 | 2024-08-26T19:25:14.613Z | Downloaded postcard v1.0.8 |
573 | 2024-08-26T19:25:14.613Z | Downloaded poly1305 v0.8.0 |
574 | 2024-08-26T19:25:14.613Z | Downloaded lalrpop v0.19.12 |
575 | 2024-08-26T19:25:14.613Z | Downloaded serde-hex v0.1.0 |
576 | 2024-08-26T19:25:14.637Z | Downloaded semver v0.1.20 |
577 | 2024-08-26T19:25:14.638Z | Downloaded sec1 v0.7.3 |
578 | 2024-08-26T19:25:14.638Z | Downloaded scrypt v0.11.0 |
579 | 2024-08-26T19:25:14.638Z | Downloaded salsa20 v0.10.2 |
580 | 2024-08-26T19:25:14.638Z | Downloaded rusty-fork v0.3.0 |
581 | 2024-08-26T19:25:14.638Z | Downloaded rustversion v1.0.17 |
582 | 2024-08-26T19:25:14.638Z | Downloaded rustfmt-wrapper v0.2.1 |
583 | 2024-08-26T19:25:14.638Z | Downloaded rustc_version v0.1.7 |
584 | 2024-08-26T19:25:14.638Z | Downloaded rtoolbox v0.0.2 |
585 | 2024-08-26T19:25:14.638Z | Downloaded resolv-conf v0.7.0 |
586 | 2024-08-26T19:25:14.638Z | Downloaded rand_seeder v0.3.0 |
587 | 2024-08-26T19:25:14.638Z | Downloaded rand_chacha v0.3.1 |
588 | 2024-08-26T19:25:14.638Z | Downloaded pin-project v1.1.5 |
589 | 2024-08-26T19:25:14.665Z | Downloaded getrandom v0.2.14 |
590 | 2024-08-26T19:25:14.665Z | Downloaded unicode-bidi v0.3.15 |
591 | 2024-08-26T19:25:14.665Z | Downloaded textwrap v0.16.1 |
592 | 2024-08-26T19:25:14.665Z | Downloaded tar v0.4.41 |
593 | 2024-08-26T19:25:14.665Z | Downloaded psl-types v2.0.11 |
594 | 2024-08-26T19:25:14.690Z | Downloaded proc-macro-crate v1.3.1 |
595 | 2024-08-26T19:25:14.690Z | Downloaded predicates-core v1.0.6 |
596 | 2024-08-26T19:25:14.690Z | Downloaded postgres-types v0.2.7 |
597 | 2024-08-26T19:25:14.690Z | Downloaded pkcs8 v0.10.2 |
598 | 2024-08-26T19:25:14.690Z | Downloaded pkcs1 v0.7.5 |
599 | 2024-08-26T19:25:14.690Z | Downloaded pin-utils v0.1.0 |
600 | 2024-08-26T19:25:14.690Z | Downloaded pin-project-lite v0.2.14 |
601 | 2024-08-26T19:25:14.690Z | Downloaded pin-project-internal v1.1.5 |
602 | 2024-08-26T19:25:14.690Z | Downloaded unicode-linebreak v0.1.5 |
603 | 2024-08-26T19:25:14.690Z | Downloaded tempfile v3.10.1 |
604 | 2024-08-26T19:25:14.690Z | Downloaded r2d2 v0.8.10 |
605 | 2024-08-26T19:25:14.716Z | Downloaded pkg-config v0.3.30 |
606 | 2024-08-26T19:25:14.716Z | Downloaded phf_shared v0.11.2 |
607 | 2024-08-26T19:25:14.716Z | Downloaded phf v0.11.2 |
608 | 2024-08-26T19:25:14.716Z | Downloaded getopts v0.2.21 |
609 | 2024-08-26T19:25:14.716Z | Downloaded thiserror-impl-no-std v2.0.2 |
610 | 2024-08-26T19:25:14.716Z | Downloaded rand_xorshift v0.3.0 |
611 | 2024-08-26T19:25:14.716Z | Downloaded rand_core v0.6.4 |
612 | 2024-08-26T19:25:14.716Z | Downloaded radium v0.7.0 |
613 | 2024-08-26T19:25:14.716Z | Downloaded predicates v3.1.2 |
614 | 2024-08-26T19:25:14.716Z | Downloaded thread_local v1.1.8 |
615 | 2024-08-26T19:25:14.716Z | Downloaded termios v0.3.3 |
616 | 2024-08-26T19:25:14.716Z | Downloaded term v0.7.0 |
617 | 2024-08-26T19:25:14.716Z | Downloaded tap v1.0.1 |
618 | 2024-08-26T19:25:14.716Z | Downloaded h2 v0.3.26 |
619 | 2024-08-26T19:25:14.740Z | Downloaded git2 v0.19.0 |
620 | 2024-08-26T19:25:14.741Z | Downloaded sled v0.34.7 |
621 | 2024-08-26T19:25:14.765Z | Downloaded precomputed-hash v0.1.1 |
622 | 2024-08-26T19:25:14.765Z | Downloaded ppv-lite86 v0.2.17 |
623 | 2024-08-26T19:25:14.765Z | Downloaded portpicker v0.1.1 |
624 | 2024-08-26T19:25:14.765Z | Downloaded gethostname v0.5.0 |
625 | 2024-08-26T19:25:14.765Z | Downloaded fxhash v0.2.1 |
626 | 2024-08-26T19:25:14.766Z | Downloaded unicode-truncate v1.0.0 |
627 | 2024-08-26T19:25:14.766Z | Downloaded thiserror-no-std v2.0.2 |
628 | 2024-08-26T19:25:14.766Z | Downloaded termcolor v1.4.1 |
629 | 2024-08-26T19:25:14.766Z | Downloaded take_mut v0.2.2 |
630 | 2024-08-26T19:25:14.766Z | Downloaded tabwriter v1.4.0 |
631 | 2024-08-26T19:25:14.766Z | Downloaded sync_wrapper v0.1.2 |
632 | 2024-08-26T19:25:14.766Z | Downloaded supports-color v3.0.0 |
633 | 2024-08-26T19:25:14.766Z | Downloaded subtle v2.5.0 |
634 | 2024-08-26T19:25:14.793Z | Downloaded subprocess v0.2.9 |
635 | 2024-08-26T19:25:14.793Z | Downloaded strum_macros v0.26.4 |
636 | 2024-08-26T19:25:14.793Z | Downloaded strum_macros v0.25.3 |
637 | 2024-08-26T19:25:14.793Z | Downloaded strum_macros v0.24.3 |
638 | 2024-08-26T19:25:14.793Z | Downloaded strum v0.26.3 |
639 | 2024-08-26T19:25:14.793Z | Downloaded structmeta-derive v0.3.0 |
640 | 2024-08-26T19:25:14.793Z | Downloaded structmeta-derive v0.2.0 |
641 | 2024-08-26T19:25:14.793Z | Downloaded structmeta v0.3.0 |
642 | 2024-08-26T19:25:14.793Z | Downloaded structmeta v0.2.0 |
643 | 2024-08-26T19:25:14.793Z | Downloaded strip-ansi-escapes v0.2.0 |
644 | 2024-08-26T19:25:14.793Z | Downloaded stringprep v0.1.4 |
645 | 2024-08-26T19:25:14.793Z | Downloaded string_cache v0.8.7 |
646 | 2024-08-26T19:25:14.793Z | Downloaded static_assertions v1.1.0 |
647 | 2024-08-26T19:25:14.793Z | Downloaded x509-cert v0.2.5 |
648 | 2024-08-26T19:25:14.818Z | Downloaded unicode_categories v0.1.1 |
649 | 2024-08-26T19:25:14.819Z | Downloaded hkdf v0.12.4 |
650 | 2024-08-26T19:25:14.819Z | Downloaded termtree v0.4.1 |
651 | 2024-08-26T19:25:14.819Z | Downloaded vte v0.11.1 |
652 | 2024-08-26T19:25:14.819Z | Downloaded vsss-rs v3.3.4 |
653 | 2024-08-26T19:25:14.819Z | Downloaded vergen v8.3.2 |
654 | 2024-08-26T19:25:14.819Z | Downloaded flume v0.11.0 |
655 | 2024-08-26T19:25:14.819Z | Downloaded flate2 v1.0.31 |
656 | 2024-08-26T19:25:14.848Z | Downloaded expectorate v1.1.0 |
657 | 2024-08-26T19:25:14.848Z | Downloaded openssl-sys v0.9.103 |
658 | 2024-08-26T19:25:14.848Z | Downloaded http v1.1.0 |
659 | 2024-08-26T19:25:14.848Z | Downloaded hickory-resolver v0.24.1 |
660 | 2024-08-26T19:25:14.848Z | Downloaded heapless v0.8.0 |
661 | 2024-08-26T19:25:14.873Z | Downloaded hashbrown v0.13.2 |
662 | 2024-08-26T19:25:14.873Z | Downloaded itertools v0.12.1 |
663 | 2024-08-26T19:25:14.873Z | Downloaded hyper v0.14.30 |
664 | 2024-08-26T19:25:14.873Z | Downloaded futures v0.3.30 |
665 | 2024-08-26T19:25:14.897Z | Downloaded uuid v1.10.0 |
666 | 2024-08-26T19:25:14.897Z | Downloaded url v2.5.2 |
667 | 2024-08-26T19:25:14.897Z | Downloaded untrusted v0.9.0 |
668 | 2024-08-26T19:25:14.897Z | Downloaded untrusted v0.7.1 |
669 | 2024-08-26T19:25:14.897Z | Downloaded unsafe-libyaml v0.2.11 |
670 | 2024-08-26T19:25:14.897Z | Downloaded fatfs v0.3.6 |
671 | 2024-08-26T19:25:14.897Z | Downloaded diff v0.1.13 |
672 | 2024-08-26T19:25:14.897Z | Downloaded diesel_derives v2.2.2 |
673 | 2024-08-26T19:25:14.922Z | Downloaded derive_more v0.99.18 |
674 | 2024-08-26T19:25:14.922Z | Downloaded der v0.7.9 |
675 | 2024-08-26T19:25:14.922Z | Downloaded zerocopy v0.6.6 |
676 | 2024-08-26T19:25:14.922Z | Downloaded yasna v0.5.2 |
677 | 2024-08-26T19:25:14.922Z | Downloaded parking_lot_core v0.8.6 |
678 | 2024-08-26T19:25:14.922Z | Downloaded parking_lot v0.11.2 |
679 | 2024-08-26T19:25:14.922Z | Downloaded http v0.2.12 |
680 | 2024-08-26T19:25:14.948Z | Downloaded hmac v0.12.1 |
681 | 2024-08-26T19:25:14.948Z | Downloaded hickory-server v0.24.1 |
682 | 2024-08-26T19:25:14.948Z | Downloaded libm v0.2.8 |
683 | 2024-08-26T19:25:14.949Z | Downloaded itertools v0.13.0 |
684 | 2024-08-26T19:25:14.973Z | Downloaded itertools v0.10.5 |
685 | 2024-08-26T19:25:14.973Z | Downloaded wyz v0.5.1 |
686 | 2024-08-26T19:25:14.973Z | Downloaded whoami v1.5.1 |
687 | 2024-08-26T19:25:14.973Z | Downloaded which v4.4.2 |
688 | 2024-08-26T19:25:14.973Z | Downloaded want v0.3.1 |
689 | 2024-08-26T19:25:14.973Z | Downloaded walkdir v2.5.0 |
690 | 2024-08-26T19:25:14.973Z | Downloaded wait-timeout v0.2.0 |
691 | 2024-08-26T19:25:14.973Z | Downloaded vte_generate_state_changes v0.1.1 |
692 | 2024-08-26T19:25:14.973Z | Downloaded uzers v0.11.3 |
693 | 2024-08-26T19:25:14.998Z | Downloaded utf-8 v0.7.6 |
694 | 2024-08-26T19:25:14.998Z | Downloaded universal-hash v0.5.1 |
695 | 2024-08-26T19:25:14.998Z | Downloaded unicode-xid v0.2.4 |
696 | 2024-08-26T19:25:14.998Z | Downloaded foreign-types v0.5.0 |
697 | 2024-08-26T19:25:14.998Z | Downloaded foreign-types v0.3.2 |
698 | 2024-08-26T19:25:14.998Z | Downloaded float-ord v0.3.2 |
699 | 2024-08-26T19:25:14.998Z | Downloaded float-cmp v0.9.0 |
700 | 2024-08-26T19:25:14.998Z | Downloaded flagset v0.4.5 |
701 | 2024-08-26T19:25:14.998Z | Downloaded fixedbitset v0.4.2 |
702 | 2024-08-26T19:25:14.999Z | Downloaded fd-lock v4.0.2 |
703 | 2024-08-26T19:25:14.999Z | Downloaded embedded-io v0.4.0 |
704 | 2024-08-26T19:25:14.999Z | Downloaded elliptic-curve v0.13.8 |
705 | 2024-08-26T19:25:14.999Z | Downloaded either v1.13.0 |
706 | 2024-08-26T19:25:14.999Z | Downloaded dyn-clone v1.0.17 |
707 | 2024-08-26T19:25:15.024Z | Downloaded dsl_auto_type v0.1.2 |
708 | 2024-08-26T19:25:15.024Z | Downloaded dirs-next v2.0.0 |
709 | 2024-08-26T19:25:15.024Z | Downloaded difflib v0.4.0 |
710 | 2024-08-26T19:25:15.024Z | Downloaded diesel_table_macro_syntax v0.2.0 |
711 | 2024-08-26T19:25:15.024Z | Downloaded derive_builder_core v0.20.0 |
712 | 2024-08-26T19:25:15.024Z | Downloaded derive_builder v0.20.0 |
713 | 2024-08-26T19:25:15.024Z | Downloaded derive-where v1.2.7 |
714 | 2024-08-26T19:25:15.024Z | Downloaded deranged v0.3.11 |
715 | 2024-08-26T19:25:15.024Z | Downloaded der_derive v0.7.2 |
716 | 2024-08-26T19:25:15.024Z | Downloaded defmt-parser v0.3.4 |
717 | 2024-08-26T19:25:15.024Z | Downloaded zone_cfg_derive v0.1.2 |
718 | 2024-08-26T19:25:15.024Z | Downloaded zone v0.1.8 |
719 | 2024-08-26T19:25:15.024Z | Downloaded zip v0.6.6 |
720 | 2024-08-26T19:25:15.050Z | Downloaded password-hash v0.5.0 |
721 | 2024-08-26T19:25:15.050Z | Downloaded parse-size v1.0.0 |
722 | 2024-08-26T19:25:15.051Z | Downloaded parse-display-derive v0.10.0 |
723 | 2024-08-26T19:25:15.051Z | Downloaded parse-display v0.10.0 |
724 | 2024-08-26T19:25:15.051Z | Downloaded parking_lot_core v0.9.10 |
725 | 2024-08-26T19:25:15.051Z | Downloaded parking_lot v0.12.2 |
726 | 2024-08-26T19:25:15.051Z | Downloaded home v0.5.9 |
727 | 2024-08-26T19:25:15.051Z | Downloaded highway v1.2.0 |
728 | 2024-08-26T19:25:15.051Z | Downloaded hickory-client v0.24.1 |
729 | 2024-08-26T19:25:15.051Z | Downloaded hex v0.4.3 |
730 | 2024-08-26T19:25:15.051Z | Downloaded heck v0.3.3 |
731 | 2024-08-26T19:25:15.077Z | Downloaded heapless v0.7.17 |
732 | 2024-08-26T19:25:15.077Z | Downloaded headers-core v0.2.0 |
733 | 2024-08-26T19:25:15.077Z | Downloaded headers v0.3.9 |
734 | 2024-08-26T19:25:15.077Z | Downloaded hashlink v0.9.1 |
735 | 2024-08-26T19:25:15.077Z | Downloaded hashbrown v0.12.3 |
736 | 2024-08-26T19:25:15.077Z | Downloaded hash32 v0.3.1 |
737 | 2024-08-26T19:25:15.077Z | Downloaded half v2.4.1 |
738 | 2024-08-26T19:25:15.077Z | Downloaded group v0.13.0 |
739 | 2024-08-26T19:25:15.102Z | Downloaded glob v0.3.1 |
740 | 2024-08-26T19:25:15.102Z | Downloaded num-bigint-dig v0.8.4 |
741 | 2024-08-26T19:25:15.102Z | Downloaded nom v7.1.3 |
742 | 2024-08-26T19:25:15.102Z | Downloaded mio v1.0.2 |
743 | 2024-08-26T19:25:15.102Z | Downloaded libxml v0.3.3 |
744 | 2024-08-26T19:25:15.126Z | Downloaded ipnet v2.9.0 |
745 | 2024-08-26T19:25:15.126Z | Downloaded indicatif v0.17.8 |
746 | 2024-08-26T19:25:15.126Z | Downloaded bstr v1.9.1 |
747 | 2024-08-26T19:25:15.126Z | Downloaded futures-sink v0.3.30 |
748 | 2024-08-26T19:25:15.151Z | Downloaded futures-macro v0.3.30 |
749 | 2024-08-26T19:25:15.151Z | Downloaded futures-io v0.3.30 |
750 | 2024-08-26T19:25:15.151Z | Downloaded futures-executor v0.3.30 |
751 | 2024-08-26T19:25:15.151Z | Downloaded futures-core v0.3.30 |
752 | 2024-08-26T19:25:15.151Z | Downloaded funty v2.0.0 |
753 | 2024-08-26T19:25:15.151Z | Downloaded fragile v2.0.0 |
754 | 2024-08-26T19:25:15.151Z | Downloaded form_urlencoded v1.2.1 |
755 | 2024-08-26T19:25:15.151Z | Downloaded foreign-types-shared v0.3.1 |
756 | 2024-08-26T19:25:15.151Z | Downloaded foreign-types-shared v0.1.1 |
757 | 2024-08-26T19:25:15.151Z | Downloaded foreign-types-macros v0.2.3 |
758 | 2024-08-26T19:25:15.151Z | Downloaded waitgroup v0.1.2 |
759 | 2024-08-26T19:25:15.151Z | Downloaded filetime v0.2.24 |
760 | 2024-08-26T19:25:15.151Z | Downloaded ff v0.13.0 |
761 | 2024-08-26T19:25:15.151Z | Downloaded fastrand v2.1.0 |
762 | 2024-08-26T19:25:15.151Z | Downloaded fallible-streaming-iterator v0.1.9 |
763 | 2024-08-26T19:25:15.151Z | Downloaded fallible-iterator v0.3.0 |
764 | 2024-08-26T19:25:15.151Z | Downloaded fallible-iterator v0.2.0 |
765 | 2024-08-26T19:25:15.151Z | Downloaded erased-serde v0.3.31 |
766 | 2024-08-26T19:25:15.177Z | Downloaded env_logger v0.10.2 |
767 | 2024-08-26T19:25:15.177Z | Downloaded env_logger v0.9.3 |
768 | 2024-08-26T19:25:15.177Z | Downloaded enum-as-inner v0.6.0 |
769 | 2024-08-26T19:25:15.178Z | Downloaded endian-type v0.1.2 |
770 | 2024-08-26T19:25:15.178Z | Downloaded ena v0.14.3 |
771 | 2024-08-26T19:25:15.178Z | Downloaded downcast v0.11.0 |
772 | 2024-08-26T19:25:15.178Z | Downloaded display-error-chain v0.2.0 |
773 | 2024-08-26T19:25:15.178Z | Downloaded dirs-sys-next v0.1.2 |
774 | 2024-08-26T19:25:15.178Z | Downloaded derive_builder_macro v0.20.0 |
775 | 2024-08-26T19:25:15.178Z | Downloaded zeroize_derive v1.4.2 |
776 | 2024-08-26T19:25:15.178Z | Downloaded zeroize v1.7.0 |
777 | 2024-08-26T19:25:15.178Z | Downloaded xattr v1.3.1 |
778 | 2024-08-26T19:25:15.178Z | Downloaded percent-encoding v2.3.1 |
779 | 2024-08-26T19:25:15.178Z | Downloaded pem-rfc7468 v0.7.0 |
780 | 2024-08-26T19:25:15.178Z | Downloaded pem v3.0.4 |
781 | 2024-08-26T19:25:15.178Z | Downloaded peg-runtime v0.8.3 |
782 | 2024-08-26T19:25:15.178Z | Downloaded peg-macros v0.8.4 |
783 | 2024-08-26T19:25:15.178Z | Downloaded peg v0.8.4 |
784 | 2024-08-26T19:25:15.203Z | Downloaded pbkdf2 v0.12.2 |
785 | 2024-08-26T19:25:15.203Z | Downloaded path-slash v0.1.5 |
786 | 2024-08-26T19:25:15.203Z | Downloaded paste v1.0.15 |
787 | 2024-08-26T19:25:15.203Z | Downloaded packed_struct_codegen v0.10.1 |
788 | 2024-08-26T19:25:15.203Z | Downloaded packed_struct v0.10.1 |
789 | 2024-08-26T19:25:15.203Z | Downloaded owo-colors v4.0.0 |
790 | 2024-08-26T19:25:15.203Z | Downloaded oso-derive v0.27.3 |
791 | 2024-08-26T19:25:15.203Z | Downloaded oso v0.27.3 |
792 | 2024-08-26T19:25:15.203Z | Downloaded hubpack v0.1.2 |
793 | 2024-08-26T19:25:15.203Z | Downloaded httpdate v1.0.3 |
794 | 2024-08-26T19:25:15.203Z | Downloaded httparse v1.8.0 |
795 | 2024-08-26T19:25:15.228Z | Downloaded http-range v0.1.5 |
796 | 2024-08-26T19:25:15.228Z | Downloaded http-body v0.4.6 |
797 | 2024-08-26T19:25:15.228Z | Downloaded hostname v0.4.0 |
798 | 2024-08-26T19:25:15.228Z | Downloaded hostname v0.3.1 |
799 | 2024-08-26T19:25:15.228Z | Downloaded hash32 v0.2.1 |
800 | 2024-08-26T19:25:15.228Z | Downloaded globset v0.4.14 |
801 | 2024-08-26T19:25:15.228Z | Downloaded num-traits v0.2.19 |
802 | 2024-08-26T19:25:15.228Z | Downloaded num-rational v0.4.2 |
803 | 2024-08-26T19:25:15.228Z | Downloaded num-derive v0.4.2 |
804 | 2024-08-26T19:25:15.228Z | Downloaded num-complex v0.4.6 |
805 | 2024-08-26T19:25:15.228Z | Downloaded num v0.4.3 |
806 | 2024-08-26T19:25:15.228Z | Downloaded nu-ansi-term v0.50.0 |
807 | 2024-08-26T19:25:15.228Z | Downloaded mockall_derive v0.13.0 |
808 | 2024-08-26T19:25:15.228Z | Downloaded mio v0.8.11 |
809 | 2024-08-26T19:25:15.253Z | Downloaded miniz_oxide v0.7.2 |
810 | 2024-08-26T19:25:15.253Z | Downloaded minimal-lexical v0.2.1 |
811 | 2024-08-26T19:25:15.253Z | Downloaded mime_guess v2.0.4 |
812 | 2024-08-26T19:25:15.253Z | Downloaded memmap2 v0.9.4 |
813 | 2024-08-26T19:25:15.253Z | Downloaded linear-map v1.2.0 |
814 | 2024-08-26T19:25:15.253Z | Downloaded jobserver v0.1.32 |
815 | 2024-08-26T19:25:15.253Z | Downloaded indexmap v1.9.3 |
816 | 2024-08-26T19:25:15.278Z | Downloaded tungstenite v0.21.0 |
817 | 2024-08-26T19:25:15.278Z | Downloaded tungstenite v0.20.1 |
818 | 2024-08-26T19:25:15.279Z | Downloaded tui-tree-widget v0.22.0 |
819 | 2024-08-26T19:25:15.279Z | Downloaded tracing-core v0.1.32 |
820 | 2024-08-26T19:25:15.279Z | Downloaded tracing-attributes v0.1.27 |
821 | 2024-08-26T19:25:15.279Z | Downloaded tracing v0.1.40 |
822 | 2024-08-26T19:25:15.279Z | Downloaded tough v0.17.1 |
823 | 2024-08-26T19:25:15.304Z | Downloaded topological-sort v0.2.2 |
824 | 2024-08-26T19:25:15.304Z | Downloaded toml_edit v0.19.15 |
825 | 2024-08-26T19:25:15.330Z | Downloaded tokio-util v0.7.11 |
826 | 2024-08-26T19:25:15.330Z | Downloaded tokio-postgres v0.7.11 |
827 | 2024-08-26T19:25:15.330Z | Downloaded tokio-native-tls v0.3.1 |
828 | 2024-08-26T19:25:15.330Z | Downloaded tokio-macros v2.3.0 |
829 | 2024-08-26T19:25:15.330Z | Downloaded tls_codec_derive v0.4.1 |
830 | 2024-08-26T19:25:15.330Z | Downloaded tls_codec v0.4.1 |
831 | 2024-08-26T19:25:15.330Z | Downloaded tinyvec v1.6.0 |
832 | 2024-08-26T19:25:15.355Z | Downloaded tiny-keccak v2.0.2 |
833 | 2024-08-26T19:25:15.355Z | Downloaded time v0.3.36 |
834 | 2024-08-26T19:25:15.355Z | Downloaded omicron-zone-package v0.11.0 |
835 | 2024-08-26T19:25:15.355Z | Downloaded olpc-cjson v0.1.3 |
836 | 2024-08-26T19:25:15.355Z | Downloaded num_enum v0.5.11 |
837 | 2024-08-26T19:25:15.355Z | Downloaded num-iter v0.1.45 |
838 | 2024-08-26T19:25:15.356Z | Downloaded num-integer v0.1.46 |
839 | 2024-08-26T19:25:15.381Z | Downloaded nibble_vec v0.1.0 |
840 | 2024-08-26T19:25:15.381Z | Downloaded newtype-uuid v1.1.0 |
841 | 2024-08-26T19:25:15.382Z | Downloaded native-tls v0.2.11 |
842 | 2024-08-26T19:25:15.382Z | Downloaded multimap v0.10.0 |
843 | 2024-08-26T19:25:15.382Z | Downloaded multer v3.1.0 |
844 | 2024-08-26T19:25:15.382Z | Downloaded lazycell v1.3.0 |
845 | 2024-08-26T19:25:15.382Z | Downloaded lazy_static v1.5.0 |
846 | 2024-08-26T19:25:15.382Z | Downloaded lalrpop-util v0.19.12 |
847 | 2024-08-26T19:25:15.382Z | Downloaded kstat-rs v0.2.4 |
848 | 2024-08-26T19:25:15.382Z | Downloaded ipnetwork v0.20.0 |
849 | 2024-08-26T19:25:15.382Z | Downloaded instability v0.3.2 |
850 | 2024-08-26T19:25:15.382Z | Downloaded iana-time-zone v0.1.60 |
851 | 2024-08-26T19:25:15.382Z | Downloaded hyper-rustls v0.24.2 |
852 | 2024-08-26T19:25:15.382Z | Downloaded curve25519-dalek v4.1.3 |
853 | 2024-08-26T19:25:15.408Z | Downloaded bitvec v1.0.1 |
854 | 2024-08-26T19:25:15.433Z | Downloaded bindgen v0.69.4 |
855 | 2024-08-26T19:25:15.433Z | Downloaded unarray v0.1.4 |
856 | 2024-08-26T19:25:15.433Z | Downloaded twox-hash v1.6.3 |
857 | 2024-08-26T19:25:15.434Z | Downloaded try-lock v0.2.5 |
858 | 2024-08-26T19:25:15.434Z | Downloaded toml v0.7.8 |
859 | 2024-08-26T19:25:15.434Z | Downloaded tokio-tungstenite v0.21.0 |
860 | 2024-08-26T19:25:15.434Z | Downloaded tokio-tungstenite v0.20.1 |
861 | 2024-08-26T19:25:15.459Z | Downloaded tokio-stream v0.1.15 |
862 | 2024-08-26T19:25:15.459Z | Downloaded tokio-rustls v0.25.0 |
863 | 2024-08-26T19:25:15.459Z | Downloaded tokio-rustls v0.24.1 |
864 | 2024-08-26T19:25:15.459Z | Downloaded slog-envlogger v2.2.0 |
865 | 2024-08-26T19:25:15.459Z | Downloaded slog-dtrace v0.3.0 |
866 | 2024-08-26T19:25:15.459Z | Downloaded slog-bunyan v2.5.0 |
867 | 2024-08-26T19:25:15.459Z | Downloaded slog-async v2.8.0 |
868 | 2024-08-26T19:25:15.460Z | Downloaded slog v2.7.0 |
869 | 2024-08-26T19:25:15.460Z | Downloaded similar v2.6.0 |
870 | 2024-08-26T19:25:15.484Z | Downloaded openssl-probe v0.1.5 |
871 | 2024-08-26T19:25:15.484Z | Downloaded openssl-macros v0.1.1 |
872 | 2024-08-26T19:25:15.484Z | Downloaded opaque-debug v0.3.1 |
873 | 2024-08-26T19:25:15.484Z | Downloaded number_prefix v0.4.0 |
874 | 2024-08-26T19:25:15.484Z | Downloaded num_threads v0.1.7 |
875 | 2024-08-26T19:25:15.484Z | Downloaded num_enum_derive v0.5.11 |
876 | 2024-08-26T19:25:15.484Z | Downloaded nodrop v0.1.14 |
877 | 2024-08-26T19:25:15.484Z | Downloaded new_debug_unreachable v1.0.6 |
878 | 2024-08-26T19:25:15.484Z | Downloaded mime v0.3.17 |
879 | 2024-08-26T19:25:15.484Z | Downloaded memoffset v0.9.1 |
880 | 2024-08-26T19:25:15.484Z | Downloaded md-5 v0.10.6 |
881 | 2024-08-26T19:25:15.484Z | Downloaded maybe-uninit v2.0.0 |
882 | 2024-08-26T19:25:15.484Z | Downloaded maplit v1.0.2 |
883 | 2024-08-26T19:25:15.485Z | Downloaded managed v0.8.0 |
884 | 2024-08-26T19:25:15.485Z | Downloaded lru-cache v0.1.2 |
885 | 2024-08-26T19:25:15.485Z | Downloaded lru v0.12.3 |
886 | 2024-08-26T19:25:15.485Z | Downloaded lock_api v0.4.12 |
887 | 2024-08-26T19:25:15.485Z | Downloaded linked-hash-map v0.5.6 |
888 | 2024-08-26T19:25:15.510Z | Downloaded libsw v3.3.1 |
889 | 2024-08-26T19:25:15.510Z | Downloaded libloading v0.8.3 |
890 | 2024-08-26T19:25:15.510Z | Downloaded libefi-sys v0.1.0 |
891 | 2024-08-26T19:25:15.510Z | Downloaded keccak v0.1.5 |
892 | 2024-08-26T19:25:15.510Z | Downloaded is_ci v1.2.0 |
893 | 2024-08-26T19:25:15.510Z | Downloaded is-terminal v0.4.12 |
894 | 2024-08-26T19:25:15.510Z | Downloaded instant v0.1.12 |
895 | 2024-08-26T19:25:15.510Z | Downloaded inout v0.1.3 |
896 | 2024-08-26T19:25:15.510Z | Downloaded indoc v1.0.9 |
897 | 2024-08-26T19:25:15.514Z | Downloaded indent_write v2.2.0 |
898 | 2024-08-26T19:25:15.514Z | Downloaded impl-trait-for-tuples v0.2.2 |
899 | 2024-08-26T19:25:15.514Z | Downloaded hyper-tls v0.5.0 |
900 | 2024-08-26T19:25:15.514Z | Downloaded hyper-staticfile v0.9.5 |
901 | 2024-08-26T19:25:15.514Z | Downloaded humantime v2.1.0 |
902 | 2024-08-26T19:25:15.539Z | Downloaded defmt-macros v0.3.9 |
903 | 2024-08-26T19:25:15.539Z | Downloaded curve25519-dalek-derive v0.1.1 |
904 | 2024-08-26T19:25:15.539Z | Downloaded csv-core v0.1.11 |
905 | 2024-08-26T19:25:15.539Z | Downloaded cstr-argument v0.1.2 |
906 | 2024-08-26T19:25:15.539Z | Downloaded crunchy v0.2.2 |
907 | 2024-08-26T19:25:15.539Z | Downloaded crossterm v0.28.1 |
908 | 2024-08-26T19:25:15.539Z | Downloaded chrono v0.4.38 |
909 | 2024-08-26T19:25:15.539Z | Downloaded cancel-safe-futures v0.1.5 |
910 | 2024-08-26T19:25:15.564Z | Downloaded blake3 v1.5.1 |
911 | 2024-08-26T19:25:15.564Z | Downloaded toolchain_find v0.4.0 |
912 | 2024-08-26T19:25:15.564Z | Downloaded tinyvec_macros v0.1.1 |
913 | 2024-08-26T19:25:15.564Z | Downloaded time-macros v0.2.18 |
914 | 2024-08-26T19:25:15.564Z | Downloaded time-core v0.1.2 |
915 | 2024-08-26T19:25:15.564Z | Downloaded slab v0.4.9 |
916 | 2024-08-26T19:25:15.564Z | Downloaded siphasher v0.3.11 |
917 | 2024-08-26T19:25:15.564Z | Downloaded sigpipe v0.1.3 |
918 | 2024-08-26T19:25:15.564Z | Downloaded signature v2.2.0 |
919 | 2024-08-26T19:25:15.565Z | Downloaded signal-hook-tokio v0.3.1 |
920 | 2024-08-26T19:25:15.565Z | Downloaded signal-hook-registry v1.4.2 |
921 | 2024-08-26T19:25:15.589Z | Downloaded signal-hook-mio v0.2.4 |
922 | 2024-08-26T19:25:15.590Z | Downloaded signal-hook v0.3.17 |
923 | 2024-08-26T19:25:15.590Z | Downloaded shlex v1.3.0 |
924 | 2024-08-26T19:25:15.590Z | Downloaded shell-words v1.1.0 |
925 | 2024-08-26T19:25:15.590Z | Downloaded scopeguard v1.2.0 |
926 | 2024-08-26T19:25:15.590Z | Downloaded schemars_derive v0.8.21 |
927 | 2024-08-26T19:25:15.590Z | Downloaded schemars v0.8.21 |
928 | 2024-08-26T19:25:15.590Z | Downloaded scheduled-thread-pool v0.2.7 |
929 | 2024-08-26T19:25:15.615Z | Downloaded same-file v1.0.6 |
930 | 2024-08-26T19:25:15.615Z | Downloaded samael v0.0.15 |
931 | 2024-08-26T19:25:15.615Z | Downloaded num_cpus v1.16.0 |
932 | 2024-08-26T19:25:15.615Z | Downloaded num-conv v0.1.0 |
933 | 2024-08-26T19:25:15.615Z | Downloaded normalize-line-endings v0.3.0 |
934 | 2024-08-26T19:25:15.615Z | Downloaded newtype_derive v0.1.6 |
935 | 2024-08-26T19:25:15.615Z | Downloaded newline-converter v0.3.0 |
936 | 2024-08-26T19:25:15.615Z | Downloaded nanorand v0.7.0 |
937 | 2024-08-26T19:25:15.615Z | Downloaded mockall v0.13.0 |
938 | 2024-08-26T19:25:15.615Z | Downloaded match_cfg v0.1.0 |
939 | 2024-08-26T19:25:15.615Z | Downloaded ident_case v1.0.1 |
940 | 2024-08-26T19:25:15.615Z | Downloaded hubpack_derive v0.1.1 |
941 | 2024-08-26T19:25:15.615Z | Downloaded debug-ignore v1.0.5 |
942 | 2024-08-26T19:25:15.615Z | Downloaded data-encoding v2.6.0 |
943 | 2024-08-26T19:25:15.640Z | Downloaded darling_core v0.20.9 |
944 | 2024-08-26T19:25:15.640Z | Downloaded darling v0.20.9 |
945 | 2024-08-26T19:25:15.641Z | Downloaded crossbeam-utils v0.8.19 |
946 | 2024-08-26T19:25:15.641Z | Downloaded crossbeam-epoch v0.9.18 |
947 | 2024-08-26T19:25:15.641Z | Downloaded crossbeam-channel v0.5.12 |
948 | 2024-08-26T19:25:15.641Z | Downloaded crc-catalog v2.4.0 |
949 | 2024-08-26T19:25:15.670Z | Downloaded cookie_store v0.20.0 |
950 | 2024-08-26T19:25:15.670Z | Downloaded cookie v0.17.0 |
951 | 2024-08-26T19:25:15.670Z | Downloaded constant_time_eq v0.3.0 |
952 | 2024-08-26T19:25:15.670Z | Downloaded const_format v0.2.32 |
953 | 2024-08-26T19:25:15.670Z | Downloaded const-oid v0.9.6 |
954 | 2024-08-26T19:25:15.670Z | Downloaded console v0.15.8 |
955 | 2024-08-26T19:25:15.670Z | Downloaded colored v2.1.0 |
956 | 2024-08-26T19:25:15.670Z | Downloaded clang-sys v1.7.0 |
957 | 2024-08-26T19:25:15.670Z | Downloaded ciborium-ll v0.2.2 |
958 | 2024-08-26T19:25:15.696Z | Downloaded ciborium v0.2.2 |
959 | 2024-08-26T19:25:15.696Z | Downloaded chacha20poly1305 v0.10.1 |
960 | 2024-08-26T19:25:15.696Z | Downloaded cfg_aliases v0.1.1 |
961 | 2024-08-26T19:25:15.696Z | Downloaded cc v1.0.97 |
962 | 2024-08-26T19:25:15.696Z | Downloaded cassowary v0.3.0 |
963 | 2024-08-26T19:25:15.696Z | Downloaded bitfield-struct v0.6.1 |
964 | 2024-08-26T19:25:15.696Z | Downloaded base64 v0.22.1 |
965 | 2024-08-26T19:25:15.696Z | Downloaded base64 v0.21.7 |
966 | 2024-08-26T19:25:15.696Z | Downloaded base64 v0.13.1 |
967 | 2024-08-26T19:25:15.696Z | Downloaded backtrace v0.3.71 |
968 | 2024-08-26T19:25:15.721Z | Downloaded aho-corasick v1.1.3 |
969 | 2024-08-26T19:25:15.721Z | Downloaded crossterm v0.27.0 |
970 | 2024-08-26T19:25:15.721Z | Downloaded crc32fast v1.4.0 |
971 | 2024-08-26T19:25:15.721Z | Downloaded crc-any v2.5.0 |
972 | 2024-08-26T19:25:15.721Z | Downloaded crc v3.2.1 |
973 | 2024-08-26T19:25:15.745Z | Downloaded cookie v0.18.1 |
974 | 2024-08-26T19:25:15.745Z | Downloaded compact_str v0.8.0 |
975 | 2024-08-26T19:25:15.745Z | Downloaded cobs v0.2.3 |
976 | 2024-08-26T19:25:15.745Z | Downloaded chacha20 v0.9.1 |
977 | 2024-08-26T19:25:15.745Z | Downloaded cexpr v0.6.0 |
978 | 2024-08-26T19:25:15.745Z | Downloaded cbc v0.1.2 |
979 | 2024-08-26T19:25:15.745Z | Downloaded castaway v0.2.3 |
980 | 2024-08-26T19:25:15.745Z | Downloaded camino-tempfile v1.1.1 |
981 | 2024-08-26T19:25:15.745Z | Downloaded bzip2 v0.4.4 |
982 | 2024-08-26T19:25:15.745Z | Downloaded bytes v1.7.1 |
983 | 2024-08-26T19:25:15.770Z | Downloaded blake2 v0.10.6 |
984 | 2024-08-26T19:25:15.770Z | Downloaded bitstruct v0.1.1 |
985 | 2024-08-26T19:25:15.770Z | Downloaded bit-vec v0.6.3 |
986 | 2024-08-26T19:25:15.770Z | Downloaded bcs v0.1.6 |
987 | 2024-08-26T19:25:15.770Z | Downloaded bb8 v0.8.5 |
988 | 2024-08-26T19:25:15.770Z | Downloaded base64ct v1.6.0 |
989 | 2024-08-26T19:25:15.770Z | Downloaded base16ct v0.2.0 |
990 | 2024-08-26T19:25:15.770Z | Downloaded backoff v0.4.0 |
991 | 2024-08-26T19:25:15.771Z | Downloaded atty v0.2.14 |
992 | 2024-08-26T19:25:15.771Z | Downloaded atomic-waker v1.1.2 |
993 | 2024-08-26T19:25:15.771Z | Downloaded async-stream-impl v0.3.5 |
994 | 2024-08-26T19:25:15.771Z | Downloaded ascii-canvas v3.0.0 |
995 | 2024-08-26T19:25:15.771Z | Downloaded ascii v1.1.0 |
996 | 2024-08-26T19:25:15.796Z | Downloaded arrayvec v0.7.4 |
997 | 2024-08-26T19:25:15.796Z | Downloaded argon2 v0.5.3 |
998 | 2024-08-26T19:25:15.796Z | Downloaded arc-swap v1.7.1 |
999 | 2024-08-26T19:25:15.796Z | Downloaded allocator-api2 v0.2.18 |
1000 | 2024-08-26T19:25:15.796Z | Downloaded ahash v0.8.11 |
1001 | 2024-08-26T19:25:15.796Z | Downloaded aes v0.8.4 |
1002 | 2024-08-26T19:25:15.796Z | Downloaded addr2line v0.21.0 |
1003 | 2024-08-26T19:25:15.821Z | Downloaded darling_macro v0.20.9 |
1004 | 2024-08-26T19:25:15.821Z | Downloaded crucible-workspace-hack v0.1.0 |
1005 | 2024-08-26T19:25:15.821Z | Downloaded crossbeam-deque v0.8.5 |
1006 | 2024-08-26T19:25:15.821Z | Downloaded convert_case v0.4.0 |
1007 | 2024-08-26T19:25:15.821Z | Downloaded const_format_proc_macros v0.2.32 |
1008 | 2024-08-26T19:25:15.821Z | Downloaded cipher v0.4.4 |
1009 | 2024-08-26T19:25:15.821Z | Downloaded ciborium-io v0.2.2 |
1010 | 2024-08-26T19:25:15.823Z | Downloaded buf-list v1.0.3 |
1011 | 2024-08-26T19:25:15.823Z | Downloaded block-padding v0.3.3 |
1012 | 2024-08-26T19:25:15.823Z | Downloaded bitstruct_derive v0.1.0 |
1013 | 2024-08-26T19:25:15.823Z | Downloaded bitflags v1.3.2 |
1014 | 2024-08-26T19:25:15.823Z | Downloaded bitfield v0.14.0 |
1015 | 2024-08-26T19:25:15.823Z | Downloaded bit-set v0.5.3 |
1016 | 2024-08-26T19:25:15.823Z | Downloaded atomicwrites v0.4.3 |
1017 | 2024-08-26T19:25:15.851Z | Downloaded async-trait v0.1.81 |
1018 | 2024-08-26T19:25:15.853Z | Downloaded adler v1.0.2 |
1019 | 2024-08-26T19:25:15.854Z | Downloaded async-recursion v1.1.1 |
1020 | 2024-08-26T19:25:15.854Z | Downloaded assert_matches v1.5.0 |
1021 | 2024-08-26T19:25:15.854Z | Downloaded arrayref v0.3.7 |
1022 | 2024-08-26T19:25:15.855Z | Downloaded array-init v0.0.4 |
1023 | 2024-08-26T19:25:15.856Z | Downloaded aead v0.5.2 |
1024 | 2024-08-26T19:25:16.081Z | Compiling cfg-if v1.0.0 |
1025 | 2024-08-26T19:25:16.081Z | Compiling serde v1.0.208 |
1026 | 2024-08-26T19:25:16.081Z | Compiling typenum v1.17.0 |
1027 | 2024-08-26T19:25:16.081Z | Compiling lock_api v0.4.12 |
1028 | 2024-08-26T19:25:16.081Z | Compiling generic-array v0.14.7 |
1029 | 2024-08-26T19:25:16.082Z | Compiling syn v2.0.74 |
1030 | 2024-08-26T19:25:16.082Z | Compiling scopeguard v1.2.0 |
1031 | 2024-08-26T19:25:16.082Z | Compiling log v0.4.21 |
1032 | 2024-08-26T19:25:16.126Z | Compiling getrandom v0.2.14 |
1033 | 2024-08-26T19:25:16.258Z | Compiling jobserver v0.1.32 |
1034 | 2024-08-26T19:25:16.450Z | Compiling rand_core v0.6.4 |
1035 | 2024-08-26T19:25:16.525Z | Compiling subtle v2.5.0 |
1036 | 2024-08-26T19:25:16.619Z | Compiling cc v1.0.97 |
1037 | 2024-08-26T19:25:16.664Z | Compiling const-oid v0.9.6 |
1038 | 2024-08-26T19:25:16.870Z | Compiling pin-project-lite v0.2.14 |
1039 | 2024-08-26T19:25:16.957Z | Compiling smallvec v1.13.2 |
1040 | 2024-08-26T19:25:16.981Z | Compiling parking_lot_core v0.9.10 |
1041 | 2024-08-26T19:25:17.006Z | Compiling signal-hook-registry v1.4.2 |
1042 | 2024-08-26T19:25:17.152Z | Compiling spin v0.9.8 |
1043 | 2024-08-26T19:25:17.343Z | Compiling mio v0.8.11 |
1044 | 2024-08-26T19:25:17.542Z | Compiling ahash v0.8.11 |
1045 | 2024-08-26T19:25:17.768Z | Compiling parking_lot v0.12.2 |
1046 | 2024-08-26T19:25:17.959Z | Compiling tinyvec_macros v0.1.1 |
1047 | 2024-08-26T19:25:17.983Z | Compiling tinyvec v1.6.0 |
1048 | 2024-08-26T19:25:18.117Z | Compiling socket2 v0.5.7 |
1049 | 2024-08-26T19:25:18.253Z | Compiling num_cpus v1.16.0 |
1050 | 2024-08-26T19:25:18.384Z | Compiling futures-core v0.3.30 |
1051 | 2024-08-26T19:25:18.408Z | Compiling libm v0.2.8 |
1052 | 2024-08-26T19:25:18.580Z | Compiling cpufeatures v0.2.12 |
1053 | 2024-08-26T19:25:18.634Z | Compiling serde_json v1.0.125 |
1054 | 2024-08-26T19:25:18.662Z | Compiling num-traits v0.2.19 |
1055 | 2024-08-26T19:25:18.697Z | Compiling slab v0.4.9 |
1056 | 2024-08-26T19:25:18.789Z | Compiling allocator-api2 v0.2.18 |
1057 | 2024-08-26T19:25:18.996Z | Compiling futures-sink v0.3.30 |
1058 | 2024-08-26T19:25:19.054Z | Compiling unicode-bidi v0.3.15 |
1059 | 2024-08-26T19:25:19.577Z | Compiling futures-channel v0.3.30 |
1060 | 2024-08-26T19:25:19.668Z | Compiling unicode-normalization v0.1.23 |
1061 | 2024-08-26T19:25:19.722Z | Compiling futures-io v0.3.30 |
1062 | 2024-08-26T19:25:19.791Z | Compiling futures-task v0.3.30 |
1063 | 2024-08-26T19:25:20.069Z | Compiling vcpkg v0.2.15 |
1064 | 2024-08-26T19:25:20.130Z | Compiling pin-utils v0.1.0 |
1065 | 2024-08-26T19:25:20.243Z | Compiling pkg-config v0.3.30 |
1066 | 2024-08-26T19:25:20.267Z | Compiling base64ct v1.6.0 |
1067 | 2024-08-26T19:25:20.770Z | Compiling ring v0.17.8 |
1068 | 2024-08-26T19:25:20.794Z | Compiling pem-rfc7468 v0.7.0 |
1069 | 2024-08-26T19:25:20.824Z | Compiling percent-encoding v2.3.1 |
1070 | 2024-08-26T19:25:20.897Z | Compiling ppv-lite86 v0.2.17 |
1071 | 2024-08-26T19:25:21.183Z | Compiling flagset v0.4.5 |
1072 | 2024-08-26T19:25:21.388Z | Compiling tracing-core v0.1.32 |
1073 | 2024-08-26T19:25:21.511Z | Compiling rustix v0.38.34 |
1074 | 2024-08-26T19:25:21.589Z | Compiling rand_chacha v0.3.1 |
1075 | 2024-08-26T19:25:21.686Z | Compiling untrusted v0.9.0 |
1076 | 2024-08-26T19:25:21.873Z | Compiling openssl v0.10.66 |
1077 | 2024-08-26T19:25:22.154Z | Compiling openssl-sys v0.9.103 |
1078 | 2024-08-26T19:25:22.301Z | Compiling rand v0.8.5 |
1079 | 2024-08-26T19:25:22.360Z | Compiling powerfmt v0.2.0 |
1080 | 2024-08-26T19:25:22.599Z | Compiling rustversion v1.0.17 |
1081 | 2024-08-26T19:25:22.749Z | Compiling foreign-types-shared v0.1.1 |
1082 | 2024-08-26T19:25:22.778Z | Compiling time-core v0.1.2 |
1083 | 2024-08-26T19:25:22.869Z | Compiling httparse v1.8.0 |
1084 | 2024-08-26T19:25:22.950Z | Compiling num-conv v0.1.0 |
1085 | 2024-08-26T19:25:23.246Z | Compiling time-macros v0.2.18 |
1086 | 2024-08-26T19:25:23.396Z | Compiling foreign-types v0.3.2 |
1087 | 2024-08-26T19:25:23.421Z | Compiling deranged v0.3.11 |
1088 | 2024-08-26T19:25:23.496Z | Compiling form_urlencoded v1.2.1 |
1089 | 2024-08-26T19:25:23.667Z | Compiling aho-corasick v1.1.3 |
1090 | 2024-08-26T19:25:23.865Z | Compiling regex-syntax v0.8.4 |
1091 | 2024-08-26T19:25:24.363Z | Compiling rustls v0.21.12 |
1092 | 2024-08-26T19:25:24.679Z | Compiling siphasher v0.3.11 |
1093 | 2024-08-26T19:25:24.764Z | Compiling crossbeam-utils v0.8.19 |
1094 | 2024-08-26T19:25:25.099Z | Compiling native-tls v0.2.11 |
1095 | 2024-08-26T19:25:25.401Z | Compiling try-lock v0.2.5 |
1096 | 2024-08-26T19:25:25.464Z | Compiling num_threads v0.1.7 |
1097 | 2024-08-26T19:25:25.489Z | Compiling syn v1.0.109 |
1098 | 2024-08-26T19:25:25.576Z | Compiling want v0.3.1 |
1099 | 2024-08-26T19:25:26.258Z | Compiling idna v0.5.0 |
1100 | 2024-08-26T19:25:26.519Z | Compiling time v0.3.36 |
1101 | 2024-08-26T19:25:26.562Z | Compiling socket2 v0.4.10 |
1102 | 2024-08-26T19:25:27.275Z | Compiling cookie v0.17.0 |
1103 | 2024-08-26T19:25:27.346Z | Compiling tower-service v0.3.2 |
1104 | 2024-08-26T19:25:27.417Z | Compiling regex-automata v0.4.6 |
1105 | 2024-08-26T19:25:27.475Z | Compiling slog v2.7.0 |
1106 | 2024-08-26T19:25:27.668Z | Compiling openssl-probe v0.1.5 |
1107 | 2024-08-26T19:25:27.977Z | Compiling finl_unicode v1.2.0 |
1108 | 2024-08-26T19:25:28.024Z | Compiling httpdate v1.0.3 |
1109 | 2024-08-26T19:25:28.492Z | Compiling adler v1.0.2 |
1110 | 2024-08-26T19:25:28.528Z | Compiling iana-time-zone v0.1.60 |
1111 | 2024-08-26T19:25:28.758Z | Compiling miniz_oxide v0.7.2 |
1112 | 2024-08-26T19:25:29.021Z | Compiling rustls-webpki v0.101.7 |
1113 | 2024-08-26T19:25:29.052Z | Compiling sct v0.7.1 |
1114 | 2024-08-26T19:25:29.414Z | Compiling stringprep v0.1.4 |
1115 | 2024-08-26T19:25:30.186Z | Compiling serde_derive v1.0.208 |
1116 | 2024-08-26T19:25:30.273Z | Compiling zeroize_derive v1.4.2 |
1117 | 2024-08-26T19:25:30.501Z | Compiling zerocopy-derive v0.7.34 |
1118 | 2024-08-26T19:25:30.527Z | Compiling tokio-macros v2.3.0 |
1119 | 2024-08-26T19:25:30.552Z | Compiling thiserror-impl v1.0.63 |
1120 | 2024-08-26T19:25:30.902Z | Compiling futures-macro v0.3.30 |
1121 | 2024-08-26T19:25:31.498Z | Compiling der_derive v0.7.2 |
1122 | 2024-08-26T19:25:31.749Z | Compiling zeroize v1.7.0 |
1123 | 2024-08-26T19:25:32.142Z | Compiling tracing-attributes v0.1.27 |
1124 | 2024-08-26T19:25:32.539Z | Compiling zerocopy v0.7.34 |
1125 | 2024-08-26T19:25:32.690Z | Compiling futures-util v0.3.30 |
1126 | 2024-08-26T19:25:33.360Z | Compiling crypto-common v0.1.6 |
1127 | 2024-08-26T19:25:33.565Z | Compiling block-buffer v0.10.4 |
1128 | 2024-08-26T19:25:33.595Z | Compiling block-padding v0.3.3 |
1129 | 2024-08-26T19:25:33.874Z | Compiling inout v0.1.3 |
1130 | 2024-08-26T19:25:33.901Z | Compiling digest v0.10.7 |
1131 | 2024-08-26T19:25:33.928Z | Compiling thiserror v1.0.63 |
1132 | 2024-08-26T19:25:34.112Z | Compiling cipher v0.4.4 |
1133 | 2024-08-26T19:25:34.137Z | Compiling pest v2.7.10 |
1134 | 2024-08-26T19:25:34.420Z | Compiling hmac v0.12.1 |
1135 | 2024-08-26T19:25:34.654Z | Compiling sha2 v0.10.8 |
1136 | 2024-08-26T19:25:34.697Z | Compiling hashbrown v0.14.5 |
1137 | 2024-08-26T19:25:34.741Z | Compiling salsa20 v0.10.2 |
1138 | 2024-08-26T19:25:34.962Z | Compiling pbkdf2 v0.12.2 |
1139 | 2024-08-26T19:25:35.145Z | Compiling der v0.7.9 |
1140 | 2024-08-26T19:25:35.801Z | Compiling scroll_derive v0.12.0 |
1141 | 2024-08-26T19:25:36.015Z | Compiling tracing v0.1.40 |
1142 | 2024-08-26T19:25:36.504Z | Compiling pest_meta v2.7.10 |
1143 | 2024-08-26T19:25:36.986Z | Compiling scrypt v0.11.0 |
1144 | 2024-08-26T19:25:37.130Z | Compiling scroll v0.12.0 |
1145 | 2024-08-26T19:25:37.533Z | Compiling spki v0.7.3 |
1146 | 2024-08-26T19:25:37.560Z | Compiling cbc v0.1.2 |
1147 | 2024-08-26T19:25:37.681Z | Compiling pest_generator v2.7.10 |
1148 | 2024-08-26T19:25:37.827Z | Compiling aes v0.8.4 |
1149 | 2024-08-26T19:25:37.926Z | Compiling goblin v0.8.2 |
1150 | 2024-08-26T19:25:38.240Z | Compiling openssl-macros v0.1.1 |
1151 | 2024-08-26T19:25:38.688Z | Compiling md-5 v0.10.6 |
1152 | 2024-08-26T19:25:38.984Z | Compiling pkcs5 v0.7.1 |
1153 | 2024-08-26T19:25:39.829Z | Compiling pkcs8 v0.10.2 |
1154 | 2024-08-26T19:25:39.995Z | Compiling url v2.5.2 |
1155 | 2024-08-26T19:25:40.484Z | Compiling num-integer v0.1.46 |
1156 | 2024-08-26T19:25:41.224Z | Compiling backtrace v0.3.71 |
1157 | 2024-08-26T19:25:41.248Z | Compiling pest_derive v2.7.10 |
1158 | 2024-08-26T19:25:41.584Z | Compiling idna v0.3.0 |
1159 | 2024-08-26T19:25:41.680Z | Compiling lazy_static v1.5.0 |
1160 | 2024-08-26T19:25:41.811Z | Compiling hash32 v0.2.1 |
1161 | 2024-08-26T19:25:41.835Z | Compiling fallible-iterator v0.2.0 |
1162 | 2024-08-26T19:25:41.996Z | Compiling dtrace-parser v0.2.0 |
1163 | 2024-08-26T19:25:42.178Z | Compiling base64 v0.22.1 |
1164 | 2024-08-26T19:25:42.511Z | Compiling cfg_aliases v0.1.1 |
1165 | 2024-08-26T19:25:42.621Z | Compiling crc32fast v1.4.0 |
1166 | 2024-08-26T19:25:42.904Z | Compiling signal-hook v0.3.17 |
1167 | 2024-08-26T19:25:43.031Z | Compiling smoltcp v0.9.1 |
1168 | 2024-08-26T19:25:43.119Z | Compiling num-bigint-dig v0.8.4 |
1169 | 2024-08-26T19:25:43.173Z | Compiling psl-types v2.0.11 |
1170 | 2024-08-26T19:25:43.365Z | Compiling bytes v1.7.1 |
1171 | 2024-08-26T19:25:43.427Z | Compiling bitflags v2.6.0 |
1172 | 2024-08-26T19:25:43.800Z | Compiling indexmap v2.4.0 |
1173 | 2024-08-26T19:25:43.912Z | Compiling semver v1.0.23 |
1174 | 2024-08-26T19:25:44.672Z | Compiling tokio v1.38.1 |
1175 | 2024-08-26T19:25:44.708Z | Compiling http v0.2.12 |
1176 | 2024-08-26T19:25:45.219Z | Compiling rustc_version v0.4.0 |
1177 | 2024-08-26T19:25:45.953Z | Compiling heapless v0.7.17 |
1178 | 2024-08-26T19:25:46.402Z | Compiling http-body v0.4.6 |
1179 | 2024-08-26T19:25:46.712Z | Compiling dof v0.3.0 |
1180 | 2024-08-26T19:25:46.952Z | Compiling uuid v1.10.0 |
1181 | 2024-08-26T19:25:47.241Z | Compiling serde_spanned v0.6.7 |
1182 | 2024-08-26T19:25:47.496Z | Compiling usdt-impl v0.5.0 |
1183 | 2024-08-26T19:25:47.521Z | Compiling chrono v0.4.38 |
1184 | 2024-08-26T19:25:47.753Z | Compiling toml_datetime v0.6.8 |
1185 | 2024-08-26T19:25:48.331Z | Compiling serde_tokenstream v0.2.2 |
1186 | 2024-08-26T19:25:48.386Z | Compiling stable_deref_trait v1.2.0 |
1187 | 2024-08-26T19:25:48.503Z | Compiling gimli v0.28.1 |
1188 | 2024-08-26T19:25:49.013Z | Compiling terminal_size v0.3.0 |
1189 | 2024-08-26T19:25:49.173Z | Compiling postgres-protocol v0.6.7 |
1190 | 2024-08-26T19:25:49.303Z | Compiling publicsuffix v2.2.3 |
1191 | 2024-08-26T19:25:49.656Z | Compiling nix v0.28.0 |
1192 | 2024-08-26T19:25:50.095Z | Compiling num-iter v0.1.45 |
1193 | 2024-08-26T19:25:50.479Z | Compiling zerocopy-derive v0.6.6 |
1194 | 2024-08-26T19:25:51.195Z | Compiling async-trait v0.1.81 |
1195 | 2024-08-26T19:25:51.219Z | Compiling phf_shared v0.11.2 |
1196 | 2024-08-26T19:25:51.331Z | Compiling serde_derive_internals v0.29.1 |
1197 | 2024-08-26T19:25:51.576Z | Compiling ff v0.13.0 |
1198 | 2024-08-26T19:25:51.795Z | Compiling object v0.32.2 |
1199 | 2024-08-26T19:25:52.410Z | Compiling fs-err v2.11.0 |
1200 | 2024-08-26T19:25:52.670Z | Compiling tokio-util v0.7.11 |
1201 | 2024-08-26T19:25:53.375Z | Compiling hubpack_derive v0.1.1 |
1202 | 2024-08-26T19:25:53.639Z | Compiling h2 v0.3.26 |
1203 | 2024-08-26T19:25:53.758Z | Compiling tokio-native-tls v0.3.1 |
1204 | 2024-08-26T19:25:53.866Z | Compiling tokio-rustls v0.24.1 |
1205 | 2024-08-26T19:25:53.982Z | Compiling addr2line v0.21.0 |
1206 | 2024-08-26T19:25:54.052Z | Compiling managed v0.8.0 |
1207 | 2024-08-26T19:25:54.295Z | Compiling ipnet v2.9.0 |
1208 | 2024-08-26T19:25:54.320Z | Compiling bitflags v1.3.2 |
1209 | 2024-08-26T19:25:54.434Z | Compiling winnow v0.5.40 |
1210 | 2024-08-26T19:25:54.480Z | Compiling base16ct v0.2.0 |
1211 | 2024-08-26T19:25:54.645Z | Compiling either v1.13.0 |
1212 | 2024-08-26T19:25:54.785Z | Compiling schemars v0.8.21 |
1213 | 2024-08-26T19:25:54.954Z | Compiling rustc-demangle v0.1.24 |
1214 | 2024-08-26T19:25:55.022Z | Compiling base64 v0.21.7 |
1215 | 2024-08-26T19:25:55.091Z | Compiling anyhow v1.0.86 |
1216 | 2024-08-26T19:25:55.399Z | Compiling clap_builder v4.5.15 |
1217 | 2024-08-26T19:25:55.679Z | Compiling rustls-pemfile v1.0.4 |
1218 | 2024-08-26T19:25:55.826Z | Compiling sec1 v0.7.3 |
1219 | 2024-08-26T19:25:56.122Z | Compiling hubpack v0.1.2 |
1220 | 2024-08-26T19:25:56.359Z | Compiling schemars_derive v0.8.21 |
1221 | 2024-08-26T19:25:56.650Z | Compiling zerocopy v0.6.6 |
1222 | 2024-08-26T19:25:57.433Z | Compiling group v0.13.0 |
1223 | 2024-08-26T19:25:57.727Z | Compiling toml_edit v0.19.15 |
1224 | 2024-08-26T19:25:57.819Z | Compiling phf v0.11.2 |
1225 | 2024-08-26T19:25:58.093Z | Compiling cookie_store v0.20.0 |
1226 | 2024-08-26T19:25:58.958Z | Compiling postgres-types v0.2.7 |
1227 | 2024-08-26T19:25:59.612Z | Compiling usdt-attr-macro v0.5.0 |
1228 | 2024-08-26T19:26:00.306Z | Compiling hyper v0.14.30 |
1229 | 2024-08-26T19:26:00.387Z | Compiling usdt-macro v0.5.0 |
1230 | 2024-08-26T19:26:00.957Z | Compiling serde_urlencoded v0.7.1 |
1231 | 2024-08-26T19:26:01.019Z | Compiling pkcs1 v0.7.5 |
1232 | 2024-08-26T19:26:01.433Z | Compiling futures-executor v0.3.30 |
1233 | 2024-08-26T19:26:01.628Z | Compiling hkdf v0.12.4 |
1234 | 2024-08-26T19:26:01.862Z | Compiling signature v2.2.0 |
1235 | 2024-08-26T19:26:01.907Z | Compiling crypto-bigint v0.5.5 |
1236 | 2024-08-26T19:26:01.942Z | Compiling bstr v1.9.1 |
1237 | 2024-08-26T19:26:02.130Z | Compiling regex v1.10.6 |
1238 | 2024-08-26T19:26:02.796Z | Compiling clap_derive v4.5.13 |
1239 | 2024-08-26T19:26:03.082Z | Compiling serde_repr v0.1.19 |
1240 | 2024-08-26T19:26:03.466Z | Compiling enum-as-inner v0.6.0 |
1241 | 2024-08-26T19:26:03.497Z | Compiling strum_macros v0.25.3 |
1242 | 2024-08-26T19:26:04.088Z | Compiling phf_shared v0.10.0 |
1243 | 2024-08-26T19:26:04.426Z | Compiling float-cmp v0.9.0 |
1244 | 2024-08-26T19:26:04.538Z | Compiling idna v0.4.0 |
1245 | 2024-08-26T19:26:04.660Z | Compiling mio v1.0.2 |
1246 | 2024-08-26T19:26:04.686Z | Compiling encoding_rs v0.8.34 |
1247 | 2024-08-26T19:26:05.746Z | Compiling data-encoding v2.6.0 |
1248 | 2024-08-26T19:26:05.903Z | Compiling webpki-roots v0.25.4 |
1249 | 2024-08-26T19:26:06.052Z | Compiling minimal-lexical v0.2.1 |
1250 | 2024-08-26T19:26:06.520Z | Compiling hyper-tls v0.5.0 |
1251 | 2024-08-26T19:26:06.846Z | Compiling hyper-rustls v0.24.2 |
1252 | 2024-08-26T19:26:06.870Z | Compiling new_debug_unreachable v1.0.6 |
1253 | 2024-08-26T19:26:06.971Z | Compiling fixedbitset v0.4.2 |
1254 | 2024-08-26T19:26:07.009Z | Compiling difflib v0.4.0 |
1255 | 2024-08-26T19:26:07.033Z | Compiling predicates-core v1.0.6 |
1256 | 2024-08-26T19:26:07.179Z | Compiling precomputed-hash v0.1.1 |
1257 | 2024-08-26T19:26:07.296Z | Compiling normalize-line-endings v0.3.0 |
1258 | 2024-08-26T19:26:07.361Z | Compiling mime v0.3.17 |
1259 | 2024-08-26T19:26:07.409Z | Compiling dyn-clone v1.0.17 |
1260 | 2024-08-26T19:26:07.433Z | Compiling unicode-segmentation v1.11.0 |
1261 | 2024-08-26T19:26:07.610Z | Compiling whoami v1.5.1 |
1262 | 2024-08-26T19:26:07.842Z | Compiling static_assertions v1.1.0 |
1263 | 2024-08-26T19:26:07.914Z | Compiling sync_wrapper v0.1.2 |
1264 | 2024-08-26T19:26:07.951Z | Compiling bit-vec v0.6.3 |
1265 | 2024-08-26T19:26:08.042Z | Compiling reqwest v0.11.27 |
1266 | 2024-08-26T19:26:08.140Z | Compiling similar v2.6.0 |
1267 | 2024-08-26T19:26:08.193Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1268 | 2024-08-26T19:26:08.379Z | Compiling bit-set v0.5.3 |
1269 | 2024-08-26T19:26:08.403Z | Compiling tokio-postgres v0.7.11 |
1270 | 2024-08-26T19:26:08.441Z | Compiling toml_edit v0.22.20 |
1271 | 2024-08-26T19:26:09.106Z | Compiling predicates v3.1.2 |
1272 | 2024-08-26T19:26:10.275Z | Compiling console v0.15.8 |
1273 | 2024-08-26T19:26:10.680Z | Compiling string_cache v0.8.7 |
1274 | 2024-08-26T19:26:10.722Z | Compiling petgraph v0.6.5 |
1275 | 2024-08-26T19:26:11.132Z | Compiling clap v4.5.16 |
1276 | 2024-08-26T19:26:11.245Z | Compiling nom v7.1.3 |
1277 | 2024-08-26T19:26:11.666Z | Compiling hickory-proto v0.24.1 |
1278 | 2024-08-26T19:26:11.972Z | Compiling usdt v0.5.0 |
1279 | 2024-08-26T19:26:12.425Z | Compiling signal-hook-mio v0.2.4 |
1280 | 2024-08-26T19:26:12.588Z | Compiling elliptic-curve v0.13.8 |
1281 | 2024-08-26T19:26:13.300Z | Compiling rsa v0.9.6 |
1282 | 2024-08-26T19:26:13.382Z | Compiling futures v0.3.30 |
1283 | 2024-08-26T19:26:13.493Z | Compiling toml v0.7.8 |
1284 | 2024-08-26T19:26:13.819Z | Compiling flate2 v1.0.31 |
1285 | 2024-08-26T19:26:15.004Z | Compiling itertools v0.10.5 |
1286 | 2024-08-26T19:26:15.090Z | Compiling itertools v0.12.1 |
1287 | 2024-08-26T19:26:15.435Z | Compiling tokio-stream v0.1.15 |
1288 | 2024-08-26T19:26:15.648Z | Compiling openapiv3 v2.0.0 |
1289 | 2024-08-26T19:26:16.229Z | Compiling hex v0.4.3 |
1290 | 2024-08-26T19:26:16.740Z | Compiling crossbeam-epoch v0.9.18 |
1291 | 2024-08-26T19:26:17.368Z | Compiling sha1 v0.10.6 |
1292 | 2024-08-26T19:26:17.407Z | Compiling dirs-sys-next v0.1.2 |
1293 | 2024-08-26T19:26:17.687Z | Compiling lalrpop-util v0.19.12 |
1294 | 2024-08-26T19:26:17.751Z | Compiling unicode-xid v0.2.4 |
1295 | 2024-08-26T19:26:17.780Z | Compiling peg-runtime v0.8.3 |
1296 | 2024-08-26T19:26:17.913Z | Compiling dirs-next v2.0.0 |
1297 | 2024-08-26T19:26:17.993Z | Compiling thread_local v1.1.8 |
1298 | 2024-08-26T19:26:18.018Z | Compiling slog-async v2.8.0 |
1299 | 2024-08-26T19:26:18.094Z | Compiling term v0.7.0 |
1300 | 2024-08-26T19:26:18.354Z | Compiling xattr v1.3.1 |
1301 | 2024-08-26T19:26:18.510Z | Compiling crossbeam-channel v0.5.12 |
1302 | 2024-08-26T19:26:18.561Z | Compiling strum_macros v0.26.4 |
1303 | 2024-08-26T19:26:18.596Z | Compiling filetime v0.2.24 |
1304 | 2024-08-26T19:26:18.857Z | Compiling is-terminal v0.4.12 |
1305 | 2024-08-26T19:26:18.970Z | Compiling take_mut v0.2.2 |
1306 | 2024-08-26T19:26:19.104Z | Compiling slog-term v2.9.1 |
1307 | 2024-08-26T19:26:19.127Z | Compiling tar v0.4.41 |
1308 | 2024-08-26T19:26:19.507Z | Compiling camino v1.1.9 |
1309 | 2024-08-26T19:26:20.810Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1310 | 2024-08-26T19:26:21.777Z | Compiling strum v0.26.3 |
1311 | 2024-08-26T19:26:21.883Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1312 | 2024-08-26T19:26:28.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
1313 | 2024-08-26T19:26:28.381Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1314 | 2024-08-26T19:26:28.443Z | Aug 26 19:26:28.345 INFO Starting download, target: Clickhouse |
1315 | 2024-08-26T19:26:28.443Z | Aug 26 19:26:28.346 INFO Starting download, target: Cockroach |
1316 | 2024-08-26T19:26:28.443Z | Aug 26 19:26:28.346 INFO Starting download, target: DendriteOpenapi |
1317 | 2024-08-26T19:26:28.443Z | Aug 26 19:26:28.346 INFO Starting download, target: Console |
1318 | 2024-08-26T19:26:28.467Z | Aug 26 19:26:28.346 INFO Starting download, target: MaghemiteMgd |
1319 | 2024-08-26T19:26:28.467Z | Aug 26 19:26:28.346 INFO Starting download, target: DendriteStub |
1320 | 2024-08-26T19:26:28.467Z | Aug 26 19:26:28.346 INFO Starting download, target: TransceiverControl |
1321 | 2024-08-26T19:26:28.467Z | Aug 26 19:26:28.347 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1322 | 2024-08-26T19:26:28.467Z | Aug 26 19:26:28.347 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1323 | 2024-08-26T19:26:28.467Z | Aug 26 19:26:28.347 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1324 | 2024-08-26T19:26:28.467Z | Aug 26 19:26:28.348 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1325 | 2024-08-26T19:26:28.467Z | Aug 26 19:26:28.348 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1326 | 2024-08-26T19:26:28.467Z | Aug 26 19:26:28.348 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1327 | 2024-08-26T19:26:28.468Z | Aug 26 19:26:28.348 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1328 | 2024-08-26T19:26:28.783Z | Aug 26 19:26:28.686 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1329 | 2024-08-26T19:26:29.089Z | Aug 26 19:26:28.991 INFO Download complete, target: DendriteOpenapi |
1330 | 2024-08-26T19:26:29.136Z | Aug 26 19:26:29.037 INFO Download complete, target: Console |
1331 | 2024-08-26T19:26:29.399Z | Aug 26 19:26:29.302 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1332 | 2024-08-26T19:26:30.126Z | Aug 26 19:26:30.025 INFO Download complete, target: TransceiverControl |
1333 | 2024-08-26T19:26:30.465Z | Aug 26 19:26:30.367 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1334 | 2024-08-26T19:26:30.692Z | Aug 26 19:26:30.594 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1335 | 2024-08-26T19:26:33.816Z | Aug 26 19:26:33.716 INFO Download complete, target: DendriteStub |
1336 | 2024-08-26T19:26:34.237Z | Aug 26 19:26:34.138 INFO Download complete, target: MaghemiteMgd |
1337 | 2024-08-26T19:26:38.770Z | Aug 26 19:26:38.671 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1338 | 2024-08-26T19:26:38.770Z | Aug 26 19:26:38.671 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1339 | 2024-08-26T19:26:41.846Z | Aug 26 19:26:41.741 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1340 | 2024-08-26T19:26:48.438Z | Aug 26 19:26:48.341 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1341 | 2024-08-26T19:26:48.961Z | Aug 26 19:26:48.862 INFO Checking that binary works, target: Cockroach |
1342 | 2024-08-26T19:26:49.276Z | Aug 26 19:26:49.178 INFO Download complete, target: Cockroach |
1343 | 2024-08-26T19:26:58.620Z | Aug 26 19:26:58.522 INFO Checking that binary works, target: Clickhouse |
1344 | 2024-08-26T19:26:58.853Z | Aug 26 19:26:58.756 INFO Download complete, target: Clickhouse |
1345 | 2024-08-26T19:26:58.877Z | All prerequisites installed successfully |
1346 | 2024-08-26T19:26:58.877Z | |
1347 | 2024-08-26T19:26:58.877Z | real 4:17.119438676 |
1348 | 2024-08-26T19:26:58.877Z | user 10:53.156295635 |
1349 | 2024-08-26T19:26:58.877Z | sys 2:33.113646069 |
1350 | 2024-08-26T19:26:58.877Z | trap 0.390875784 |
1351 | 2024-08-26T19:26:58.877Z | tflt 0.708273704 |
1352 | 2024-08-26T19:26:58.877Z | dflt 1.667649167 |
1353 | 2024-08-26T19:26:58.877Z | kflt 0.008375701 |
1354 | 2024-08-26T19:26:58.877Z | lock 24:13.764924097 |
1355 | 2024-08-26T19:26:58.878Z | slp 41:41.441699056 |
1356 | 2024-08-26T19:26:58.878Z | lat 46.007970418 |
1357 | 2024-08-26T19:26:58.878Z | stop 1:49.440435578 |
1358 | 2024-08-26T19:26:58.878Z | + ptime -m cargo xtask download softnpu |
1359 | 2024-08-26T19:26:59.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1360 | 2024-08-26T19:26:59.778Z | Running `target/debug/xtask download softnpu` |
1361 | 2024-08-26T19:27:00.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
1362 | 2024-08-26T19:27:01.056Z | Running `target/debug/xtask-downloader softnpu` |
1363 | 2024-08-26T19:27:01.099Z | Aug 26 19:27:01.002 INFO Starting download, target: Softnpu |
1364 | 2024-08-26T19:27:01.124Z | Aug 26 19:27:01.003 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1365 | 2024-08-26T19:27:02.594Z | Aug 26 19:27:02.497 INFO Download complete, target: Softnpu |
1366 | 2024-08-26T19:27:02.618Z | |
1367 | 2024-08-26T19:27:02.619Z | real 3.724421126 |
1368 | 2024-08-26T19:27:02.619Z | user 1.671025322 |
1369 | 2024-08-26T19:27:02.619Z | sys 1.221839708 |
1370 | 2024-08-26T19:27:02.619Z | trap 0.000313165 |
1371 | 2024-08-26T19:27:02.619Z | tflt 0.000023676 |
1372 | 2024-08-26T19:27:02.619Z | dflt 0.000002755 |
1373 | 2024-08-26T19:27:02.619Z | kflt 0.000000000 |
1374 | 2024-08-26T19:27:02.619Z | lock 16.017461529 |
1375 | 2024-08-26T19:27:02.619Z | slp 1.323631795 |
1376 | 2024-08-26T19:27:02.619Z | lat 0.162588990 |
1377 | 2024-08-26T19:27:02.619Z | stop 0.001123856 |
1378 | 2024-08-26T19:27:02.619Z | + export CARGO_INCREMENTAL=0 |
1379 | 2024-08-26T19:27:02.619Z | + CARGO_INCREMENTAL=0 |
1380 | 2024-08-26T19:27:02.619Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1381 | 2024-08-26T19:27:04.124Z | Compiling proc-macro2 v1.0.86 |
1382 | 2024-08-26T19:27:04.124Z | Compiling unicode-ident v1.0.12 |
1383 | 2024-08-26T19:27:04.124Z | Compiling libc v0.2.156 |
1384 | 2024-08-26T19:27:04.124Z | Compiling serde v1.0.208 |
1385 | 2024-08-26T19:27:04.148Z | Compiling version_check v0.9.5 |
1386 | 2024-08-26T19:27:04.148Z | Compiling autocfg v1.3.0 |
1387 | 2024-08-26T19:27:04.149Z | Compiling cfg-if v1.0.0 |
1388 | 2024-08-26T19:27:04.149Z | Compiling once_cell v1.19.0 |
1389 | 2024-08-26T19:27:04.367Z | Compiling typenum v1.17.0 |
1390 | 2024-08-26T19:27:04.459Z | Compiling memchr v2.7.2 |
1391 | 2024-08-26T19:27:04.778Z | Compiling generic-array v0.14.7 |
1392 | 2024-08-26T19:27:04.813Z | Compiling ahash v0.8.11 |
1393 | 2024-08-26T19:27:05.031Z | Compiling lock_api v0.4.12 |
1394 | 2024-08-26T19:27:05.125Z | Compiling byteorder v1.5.0 |
1395 | 2024-08-26T19:27:05.184Z | Compiling serde_json v1.0.125 |
1396 | 2024-08-26T19:27:06.319Z | Compiling libm v0.2.8 |
1397 | 2024-08-26T19:27:06.343Z | Compiling num-traits v0.2.19 |
1398 | 2024-08-26T19:27:06.343Z | Compiling parking_lot_core v0.9.10 |
1399 | 2024-08-26T19:27:06.343Z | Compiling thiserror v1.0.63 |
1400 | 2024-08-26T19:27:06.343Z | Compiling quote v1.0.36 |
1401 | 2024-08-26T19:27:06.343Z | Compiling getrandom v0.2.14 |
1402 | 2024-08-26T19:27:06.343Z | Compiling jobserver v0.1.32 |
1403 | 2024-08-26T19:27:06.343Z | Compiling syn v2.0.74 |
1404 | 2024-08-26T19:27:06.343Z | Compiling cc v1.0.97 |
1405 | 2024-08-26T19:27:06.343Z | Compiling scopeguard v1.2.0 |
1406 | 2024-08-26T19:27:06.461Z | Compiling itoa v1.0.11 |
1407 | 2024-08-26T19:27:06.514Z | Compiling log v0.4.21 |
1408 | 2024-08-26T19:27:06.741Z | Compiling allocator-api2 v0.2.18 |
1409 | 2024-08-26T19:27:06.797Z | Compiling rand_core v0.6.4 |
1410 | 2024-08-26T19:27:06.875Z | Compiling slab v0.4.9 |
1411 | 2024-08-26T19:27:07.191Z | Compiling semver v1.0.23 |
1412 | 2024-08-26T19:27:07.215Z | Compiling pin-project-lite v0.2.14 |
1413 | 2024-08-26T19:27:07.450Z | Compiling ryu v1.0.18 |
1414 | 2024-08-26T19:27:07.702Z | Compiling smallvec v1.13.2 |
1415 | 2024-08-26T19:27:07.726Z | Compiling equivalent v1.0.1 |
1416 | 2024-08-26T19:27:07.787Z | Compiling schemars v0.8.21 |
1417 | 2024-08-26T19:27:07.827Z | Compiling vcpkg v0.2.15 |
1418 | 2024-08-26T19:27:08.016Z | Compiling pkg-config v0.3.30 |
1419 | 2024-08-26T19:27:08.110Z | Compiling spin v0.9.8 |
1420 | 2024-08-26T19:27:08.463Z | Compiling signal-hook-registry v1.4.2 |
1421 | 2024-08-26T19:27:08.691Z | Compiling subtle v2.5.0 |
1422 | 2024-08-26T19:27:09.022Z | Compiling ring v0.17.8 |
1423 | 2024-08-26T19:27:09.082Z | Compiling parking_lot v0.12.2 |
1424 | 2024-08-26T19:27:09.218Z | Compiling openssl-sys v0.9.103 |
1425 | 2024-08-26T19:27:09.810Z | Compiling mio v0.8.11 |
1426 | 2024-08-26T19:27:10.009Z | Compiling const-oid v0.9.6 |
1427 | 2024-08-26T19:27:10.038Z | Compiling num_cpus v1.16.0 |
1428 | 2024-08-26T19:27:10.176Z | Compiling socket2 v0.5.7 |
1429 | 2024-08-26T19:27:10.321Z | Compiling syn v1.0.109 |
1430 | 2024-08-26T19:27:11.118Z | Compiling httparse v1.8.0 |
1431 | 2024-08-26T19:27:11.233Z | Compiling heck v0.5.0 |
1432 | 2024-08-26T19:27:11.528Z | Compiling num-conv v0.1.0 |
1433 | 2024-08-26T19:27:11.553Z | Compiling time-core v0.1.2 |
1434 | 2024-08-26T19:27:11.620Z | Compiling openssl v0.10.66 |
1435 | 2024-08-26T19:27:11.651Z | Compiling futures-core v0.3.30 |
1436 | 2024-08-26T19:27:11.735Z | Compiling rustix v0.38.34 |
1437 | 2024-08-26T19:27:11.802Z | Compiling time-macros v0.2.18 |
1438 | 2024-08-26T19:27:11.880Z | Compiling fnv v1.0.7 |
1439 | 2024-08-26T19:27:12.279Z | Compiling crossbeam-utils v0.8.19 |
1440 | 2024-08-26T19:27:12.347Z | Compiling serde_derive_internals v0.29.1 |
1441 | 2024-08-26T19:27:12.959Z | Compiling tinyvec_macros v0.1.1 |
1442 | 2024-08-26T19:27:13.044Z | Compiling native-tls v0.2.11 |
1443 | 2024-08-26T19:27:13.208Z | Compiling iana-time-zone v0.1.60 |
1444 | 2024-08-26T19:27:13.325Z | Compiling rustls v0.21.12 |
1445 | 2024-08-26T19:27:13.552Z | Compiling tinyvec v1.6.0 |
1446 | 2024-08-26T19:27:14.226Z | Compiling ucd-trie v0.1.6 |
1447 | 2024-08-26T19:27:14.376Z | Compiling futures-sink v0.3.30 |
1448 | 2024-08-26T19:27:14.376Z | Compiling cpufeatures v0.2.12 |
1449 | 2024-08-26T19:27:14.543Z | Compiling backtrace v0.3.71 |
1450 | 2024-08-26T19:27:14.680Z | Compiling cookie v0.17.0 |
1451 | 2024-08-26T19:27:14.836Z | Compiling unicode-normalization v0.1.23 |
1452 | 2024-08-26T19:27:14.859Z | Compiling slog v2.7.0 |
1453 | 2024-08-26T19:27:14.938Z | Compiling unicode-bidi v0.3.15 |
1454 | 2024-08-26T19:27:15.245Z | Compiling futures-channel v0.3.30 |
1455 | 2024-08-26T19:27:15.390Z | Compiling aho-corasick v1.1.3 |
1456 | 2024-08-26T19:27:15.673Z | Compiling futures-io v0.3.30 |
1457 | 2024-08-26T19:27:15.985Z | Compiling futures-task v0.3.30 |
1458 | 2024-08-26T19:27:16.010Z | Compiling pin-utils v0.1.0 |
1459 | 2024-08-26T19:27:16.092Z | Compiling regex-syntax v0.8.4 |
1460 | 2024-08-26T19:27:16.712Z | Compiling serde_derive v1.0.208 |
1461 | 2024-08-26T19:27:16.849Z | Compiling zeroize_derive v1.4.2 |
1462 | 2024-08-26T19:27:16.878Z | Compiling zerocopy-derive v0.7.34 |
1463 | 2024-08-26T19:27:18.010Z | Compiling thiserror-impl v1.0.63 |
1464 | 2024-08-26T19:27:18.117Z | Compiling tokio-macros v2.3.0 |
1465 | 2024-08-26T19:27:18.468Z | Compiling zerocopy v0.7.34 |
1466 | 2024-08-26T19:27:18.977Z | Compiling zeroize v1.7.0 |
1467 | 2024-08-26T19:27:19.722Z | Compiling futures-macro v0.3.30 |
1468 | 2024-08-26T19:27:20.429Z | Compiling hashbrown v0.14.5 |
1469 | 2024-08-26T19:27:20.906Z | Compiling crypto-common v0.1.6 |
1470 | 2024-08-26T19:27:21.078Z | Compiling schemars_derive v0.8.21 |
1471 | 2024-08-26T19:27:21.199Z | Compiling tracing-attributes v0.1.27 |
1472 | 2024-08-26T19:27:21.619Z | Compiling block-buffer v0.10.4 |
1473 | 2024-08-26T19:27:21.811Z | Compiling digest v0.10.7 |
1474 | 2024-08-26T19:27:21.934Z | Compiling der_derive v0.7.2 |
1475 | 2024-08-26T19:27:22.183Z | Compiling openssl-macros v0.1.1 |
1476 | 2024-08-26T19:27:22.660Z | Compiling scroll_derive v0.12.0 |
1477 | 2024-08-26T19:27:23.538Z | Compiling hmac v0.12.1 |
1478 | 2024-08-26T19:27:23.752Z | Compiling pest v2.7.10 |
1479 | 2024-08-26T19:27:23.871Z | Compiling block-padding v0.3.3 |
1480 | 2024-08-26T19:27:23.940Z | Compiling sha2 v0.10.8 |
1481 | 2024-08-26T19:27:23.969Z | Compiling futures-util v0.3.30 |
1482 | 2024-08-26T19:27:23.993Z | Compiling regex-automata v0.4.6 |
1483 | 2024-08-26T19:27:24.097Z | Compiling inout v0.1.3 |
1484 | 2024-08-26T19:27:24.338Z | Compiling cipher v0.4.4 |
1485 | 2024-08-26T19:27:24.758Z | Compiling untrusted v0.9.0 |
1486 | 2024-08-26T19:27:24.831Z | Compiling dyn-clone v1.0.17 |
1487 | 2024-08-26T19:27:24.941Z | Compiling anyhow v1.0.86 |
1488 | 2024-08-26T19:27:25.093Z | Compiling winnow v0.5.40 |
1489 | 2024-08-26T19:27:26.371Z | Compiling pest_meta v2.7.10 |
1490 | 2024-08-26T19:27:28.115Z | Compiling bytes v1.7.1 |
1491 | 2024-08-26T19:27:29.284Z | Compiling indexmap v2.4.0 |
1492 | 2024-08-26T19:27:29.837Z | Compiling tokio v1.38.1 |
1493 | 2024-08-26T19:27:30.527Z | Compiling bitflags v2.6.0 |
1494 | 2024-08-26T19:27:30.561Z | Compiling uuid v1.10.0 |
1495 | 2024-08-26T19:27:30.882Z | Compiling serde_tokenstream v0.2.2 |
1496 | 2024-08-26T19:27:30.907Z | Compiling chrono v0.4.38 |
1497 | 2024-08-26T19:27:32.181Z | Compiling serde_spanned v0.6.7 |
1498 | 2024-08-26T19:27:32.700Z | Compiling toml_datetime v0.6.8 |
1499 | 2024-08-26T19:27:33.080Z | Compiling http v0.2.12 |
1500 | 2024-08-26T19:27:33.104Z | Compiling pest_generator v2.7.10 |
1501 | 2024-08-26T19:27:34.524Z | Compiling pest_derive v2.7.10 |
1502 | 2024-08-26T19:27:34.885Z | Compiling toml_edit v0.19.15 |
1503 | 2024-08-26T19:27:35.000Z | Compiling rustc_version v0.4.0 |
1504 | 2024-08-26T19:27:35.153Z | Compiling tracing-core v0.1.32 |
1505 | 2024-08-26T19:27:35.540Z | Compiling usdt-impl v0.5.0 |
1506 | 2024-08-26T19:27:35.861Z | Compiling rustversion v1.0.17 |
1507 | 2024-08-26T19:27:36.416Z | Compiling base64ct v1.6.0 |
1508 | 2024-08-26T19:27:36.793Z | Compiling tracing v0.1.40 |
1509 | 2024-08-26T19:27:36.915Z | Compiling pem-rfc7468 v0.7.0 |
1510 | 2024-08-26T19:27:37.049Z | Compiling heapless v0.7.17 |
1511 | 2024-08-26T19:27:37.404Z | Compiling scroll v0.12.0 |
1512 | 2024-08-26T19:27:37.526Z | Compiling percent-encoding v2.3.1 |
1513 | 2024-08-26T19:27:37.769Z | Compiling ppv-lite86 v0.2.17 |
1514 | 2024-08-26T19:27:37.923Z | Compiling heck v0.4.1 |
1515 | 2024-08-26T19:27:38.166Z | Compiling plain v0.2.3 |
1516 | 2024-08-26T19:27:38.284Z | Compiling powerfmt v0.2.0 |
1517 | 2024-08-26T19:27:38.308Z | Compiling flagset v0.4.5 |
1518 | 2024-08-26T19:27:38.408Z | Compiling rand_chacha v0.3.1 |
1519 | 2024-08-26T19:27:38.504Z | Compiling der v0.7.9 |
1520 | 2024-08-26T19:27:38.712Z | Compiling deranged v0.3.11 |
1521 | 2024-08-26T19:27:39.214Z | Compiling goblin v0.8.2 |
1522 | 2024-08-26T19:27:41.135Z | Compiling regex v1.10.6 |
1523 | 2024-08-26T19:27:41.502Z | Compiling salsa20 v0.10.2 |
1524 | 2024-08-26T19:27:41.707Z | Compiling pbkdf2 v0.12.2 |
1525 | 2024-08-26T19:27:42.181Z | Compiling crc32fast v1.4.0 |
1526 | 2024-08-26T19:27:42.222Z | Compiling num_threads v0.1.7 |
1527 | 2024-08-26T19:27:42.246Z | Compiling pretty-hex v0.4.1 |
1528 | 2024-08-26T19:27:42.387Z | Compiling strsim v0.11.1 |
1529 | 2024-08-26T19:27:42.592Z | Compiling time v0.3.36 |
1530 | 2024-08-26T19:27:43.023Z | Compiling scrypt v0.11.0 |
1531 | 2024-08-26T19:27:43.196Z | Compiling spki v0.7.3 |
1532 | 2024-08-26T19:27:43.279Z | Compiling rand v0.8.5 |
1533 | 2024-08-26T19:27:43.467Z | Compiling tokio-util v0.7.11 |
1534 | 2024-08-26T19:27:44.489Z | Compiling dof v0.3.0 |
1535 | 2024-08-26T19:27:44.594Z | Compiling dtrace-parser v0.2.0 |
1536 | 2024-08-26T19:27:44.722Z | Compiling cbc v0.1.2 |
1537 | 2024-08-26T19:27:44.904Z | Compiling aes v0.8.4 |
1538 | 2024-08-26T19:27:45.308Z | Compiling async-trait v0.1.81 |
1539 | 2024-08-26T19:27:45.747Z | Compiling socket2 v0.4.10 |
1540 | 2024-08-26T19:27:45.856Z | Compiling thread-id v4.2.1 |
1541 | 2024-08-26T19:27:46.027Z | Compiling foreign-types-shared v0.1.1 |
1542 | 2024-08-26T19:27:46.115Z | Compiling signal-hook v0.3.17 |
1543 | 2024-08-26T19:27:46.139Z | Compiling smoltcp v0.9.1 |
1544 | 2024-08-26T19:27:46.163Z | Compiling num-bigint-dig v0.8.4 |
1545 | 2024-08-26T19:27:46.368Z | Compiling unicode-width v0.1.13 |
1546 | 2024-08-26T19:27:46.569Z | Compiling foreign-types v0.3.2 |
1547 | 2024-08-26T19:27:47.029Z | Compiling pkcs5 v0.7.1 |
1548 | 2024-08-26T19:27:47.489Z | Compiling form_urlencoded v1.2.1 |
1549 | 2024-08-26T19:27:48.062Z | Compiling errno v0.3.9 |
1550 | 2024-08-26T19:27:48.086Z | Compiling try-lock v0.2.5 |
1551 | 2024-08-26T19:27:48.115Z | Compiling cfg_aliases v0.1.1 |
1552 | 2024-08-26T19:27:48.229Z | Compiling adler v1.0.2 |
1553 | 2024-08-26T19:27:48.490Z | Compiling siphasher v0.3.11 |
1554 | 2024-08-26T19:27:48.546Z | Compiling want v0.3.1 |
1555 | 2024-08-26T19:27:48.812Z | Compiling miniz_oxide v0.7.2 |
1556 | 2024-08-26T19:27:48.983Z | Compiling nix v0.28.0 |
1557 | 2024-08-26T19:27:50.365Z | Compiling pkcs8 v0.10.2 |
1558 | 2024-08-26T19:27:50.856Z | Compiling rustls-webpki v0.101.7 |
1559 | 2024-08-26T19:27:50.929Z | Compiling sct v0.7.1 |
1560 | 2024-08-26T19:27:51.189Z | Compiling h2 v0.3.26 |
1561 | 2024-08-26T19:27:52.218Z | Compiling http-body v0.4.6 |
1562 | 2024-08-26T19:27:52.662Z | Compiling openapiv3 v2.0.0 |
1563 | 2024-08-26T19:27:52.925Z | Compiling hubpack_derive v0.1.1 |
1564 | 2024-08-26T19:27:52.950Z | Compiling zerocopy-derive v0.6.6 |
1565 | 2024-08-26T19:27:53.278Z | Compiling idna v0.5.0 |
1566 | 2024-08-26T19:27:54.151Z | Compiling fs-err v2.11.0 |
1567 | 2024-08-26T19:27:54.408Z | Compiling finl_unicode v1.2.0 |
1568 | 2024-08-26T19:27:54.585Z | Compiling openssl-probe v0.1.5 |
1569 | 2024-08-26T19:27:54.977Z | Compiling anstyle v1.0.8 |
1570 | 2024-08-26T19:27:55.369Z | Compiling httpdate v1.0.3 |
1571 | 2024-08-26T19:27:55.452Z | Compiling utf8parse v0.2.1 |
1572 | 2024-08-26T19:27:55.602Z | Compiling tower-service v0.3.2 |
1573 | 2024-08-26T19:27:55.602Z | Compiling stable_deref_trait v1.2.0 |
1574 | 2024-08-26T19:27:55.720Z | Compiling gimli v0.28.1 |
1575 | 2024-08-26T19:27:56.471Z | Compiling anstyle-parse v0.2.4 |
1576 | 2024-08-26T19:27:57.939Z | Compiling hyper v0.14.30 |
1577 | 2024-08-26T19:28:00.159Z | Compiling addr2line v0.21.0 |
1578 | 2024-08-26T19:28:00.953Z | Compiling stringprep v0.1.4 |
1579 | 2024-08-26T19:28:01.819Z | Compiling url v2.5.2 |
1580 | 2024-08-26T19:28:07.018Z | Compiling usdt-attr-macro v0.5.0 |
1581 | 2024-08-26T19:28:07.263Z | Compiling usdt-macro v0.5.0 |
1582 | 2024-08-26T19:28:08.267Z | Compiling md-5 v0.10.6 |
1583 | 2024-08-26T19:28:08.465Z | Compiling idna v0.3.0 |
1584 | 2024-08-26T19:28:09.691Z | Compiling lazy_static v1.5.0 |
1585 | 2024-08-26T19:28:09.800Z | Compiling num-integer v0.1.46 |
1586 | 2024-08-26T19:28:10.454Z | Compiling hash32 v0.2.1 |
1587 | 2024-08-26T19:28:10.776Z | Compiling object v0.32.2 |
1588 | 2024-08-26T19:28:10.964Z | Compiling fallible-iterator v0.2.0 |
1589 | 2024-08-26T19:28:11.371Z | Compiling is_terminal_polyfill v1.70.0 |
1590 | 2024-08-26T19:28:11.576Z | Compiling base64 v0.22.1 |
1591 | 2024-08-26T19:28:12.189Z | Compiling anstyle-query v1.0.3 |
1592 | 2024-08-26T19:28:12.306Z | Compiling rustc-demangle v0.1.24 |
1593 | 2024-08-26T19:28:12.419Z | Compiling psl-types v2.0.11 |
1594 | 2024-08-26T19:28:12.579Z | Compiling colorchoice v1.0.1 |
1595 | 2024-08-26T19:28:12.729Z | Compiling anstream v0.6.14 |
1596 | 2024-08-26T19:28:13.288Z | Compiling publicsuffix v2.2.3 |
1597 | 2024-08-26T19:28:14.243Z | Compiling postgres-protocol v0.6.7 |
1598 | 2024-08-26T19:28:15.478Z | Compiling num-iter v0.1.45 |
1599 | 2024-08-26T19:28:16.436Z | Compiling tokio-rustls v0.24.1 |
1600 | 2024-08-26T19:28:16.794Z | Compiling terminal_size v0.3.0 |
1601 | 2024-08-26T19:28:16.996Z | Compiling tokio-native-tls v0.3.1 |
1602 | 2024-08-26T19:28:17.928Z | Compiling phf_shared v0.11.2 |
1603 | 2024-08-26T19:28:18.756Z | Compiling strum_macros v0.25.3 |
1604 | 2024-08-26T19:28:18.779Z | Compiling enum-as-inner v0.6.0 |
1605 | 2024-08-26T19:28:19.752Z | Compiling regress v0.9.1 |
1606 | 2024-08-26T19:28:20.272Z | Compiling serde_repr v0.1.19 |
1607 | 2024-08-26T19:28:20.758Z | Compiling clap_derive v4.5.13 |
1608 | 2024-08-26T19:28:21.702Z | Compiling ff v0.13.0 |
1609 | 2024-08-26T19:28:23.389Z | Compiling encoding_rs v0.8.34 |
1610 | 2024-08-26T19:28:23.772Z | Compiling base64 v0.21.7 |
1611 | 2024-08-26T19:28:24.298Z | Compiling either v1.13.0 |
1612 | 2024-08-26T19:28:24.537Z | Compiling managed v0.8.0 |
1613 | 2024-08-26T19:28:25.061Z | Compiling clap_lex v0.7.0 |
1614 | 2024-08-26T19:28:25.350Z | Compiling base16ct v0.2.0 |
1615 | 2024-08-26T19:28:25.424Z | Compiling bitflags v1.3.2 |
1616 | 2024-08-26T19:28:25.589Z | Compiling mime v0.3.17 |
1617 | 2024-08-26T19:28:25.612Z | Compiling ipnet v2.9.0 |
1618 | 2024-08-26T19:28:26.435Z | Compiling sec1 v0.7.3 |
1619 | 2024-08-26T19:28:26.472Z | Compiling clap_builder v4.5.15 |
1620 | 2024-08-26T19:28:26.902Z | Compiling rustls-pemfile v1.0.4 |
1621 | 2024-08-26T19:28:27.267Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1622 | 2024-08-26T19:28:27.826Z | Compiling group v0.13.0 |
1623 | 2024-08-26T19:28:31.694Z | Compiling phf v0.11.2 |
1624 | 2024-08-26T19:28:31.934Z | Compiling hyper-tls v0.5.0 |
1625 | 2024-08-26T19:28:31.960Z | Compiling hyper-rustls v0.24.2 |
1626 | 2024-08-26T19:28:32.233Z | Compiling cookie_store v0.20.0 |
1627 | 2024-08-26T19:28:32.259Z | Compiling postgres-types v0.2.7 |
1628 | 2024-08-26T19:28:32.579Z | Compiling zerocopy v0.6.6 |
1629 | 2024-08-26T19:28:32.717Z | Compiling hubpack v0.1.2 |
1630 | 2024-08-26T19:28:33.055Z | Compiling pkcs1 v0.7.5 |
1631 | 2024-08-26T19:28:33.304Z | Compiling phf_shared v0.10.0 |
1632 | 2024-08-26T19:28:33.333Z | Compiling serde_urlencoded v0.7.1 |
1633 | 2024-08-26T19:28:33.796Z | Compiling crossbeam-epoch v0.9.18 |
1634 | 2024-08-26T19:28:33.827Z | Compiling futures-executor v0.3.30 |
1635 | 2024-08-26T19:28:34.003Z | Compiling bstr v1.9.1 |
1636 | 2024-08-26T19:28:34.612Z | Compiling hkdf v0.12.4 |
1637 | 2024-08-26T19:28:34.676Z | Compiling signature v2.2.0 |
1638 | 2024-08-26T19:28:34.791Z | Compiling crypto-bigint v0.5.5 |
1639 | 2024-08-26T19:28:34.815Z | Compiling idna v0.4.0 |
1640 | 2024-08-26T19:28:34.937Z | Compiling float-cmp v0.9.0 |
1641 | 2024-08-26T19:28:35.123Z | Compiling mio v1.0.2 |
1642 | 2024-08-26T19:28:35.281Z | Compiling memmap v0.7.0 |
1643 | 2024-08-26T19:28:35.543Z | Compiling new_debug_unreachable v1.0.6 |
1644 | 2024-08-26T19:28:35.871Z | Compiling precomputed-hash v0.1.1 |
1645 | 2024-08-26T19:28:35.967Z | Compiling fixedbitset v0.4.2 |
1646 | 2024-08-26T19:28:35.990Z | Compiling minimal-lexical v0.2.1 |
1647 | 2024-08-26T19:28:36.313Z | Compiling normalize-line-endings v0.3.0 |
1648 | 2024-08-26T19:28:36.405Z | Compiling difflib v0.4.0 |
1649 | 2024-08-26T19:28:36.428Z | Compiling static_assertions v1.1.0 |
1650 | 2024-08-26T19:28:36.523Z | Compiling whoami v1.5.1 |
1651 | 2024-08-26T19:28:36.737Z | Compiling bit-vec v0.6.3 |
1652 | 2024-08-26T19:28:36.945Z | Compiling webpki-roots v0.25.4 |
1653 | 2024-08-26T19:28:36.990Z | Compiling predicates-core v1.0.6 |
1654 | 2024-08-26T19:28:37.088Z | Compiling winnow v0.6.18 |
1655 | 2024-08-26T19:28:37.112Z | Compiling unicode-segmentation v1.11.0 |
1656 | 2024-08-26T19:28:37.257Z | Compiling data-encoding v2.6.0 |
1657 | 2024-08-26T19:28:37.722Z | Compiling sync_wrapper v0.1.2 |
1658 | 2024-08-26T19:28:37.750Z | Compiling similar v2.6.0 |
1659 | 2024-08-26T19:28:38.026Z | Compiling reqwest v0.11.27 |
1660 | 2024-08-26T19:28:38.196Z | Compiling hickory-proto v0.24.1 |
1661 | 2024-08-26T19:28:38.300Z | Compiling predicates v3.1.2 |
1662 | 2024-08-26T19:28:38.449Z | Compiling elliptic-curve v0.13.8 |
1663 | 2024-08-26T19:28:38.614Z | Compiling bit-set v0.5.3 |
1664 | 2024-08-26T19:28:38.883Z | Compiling tokio-postgres v0.7.11 |
1665 | 2024-08-26T19:28:39.085Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1666 | 2024-08-26T19:28:39.411Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1667 | 2024-08-26T19:28:39.532Z | Compiling nom v7.1.3 |
1668 | 2024-08-26T19:28:40.011Z | Compiling toml_edit v0.22.20 |
1669 | 2024-08-26T19:28:42.156Z | Compiling petgraph v0.6.5 |
1670 | 2024-08-26T19:28:42.362Z | Compiling string_cache v0.8.7 |
1671 | 2024-08-26T19:28:42.719Z | Compiling signal-hook-mio v0.2.4 |
1672 | 2024-08-26T19:28:42.877Z | Compiling usdt v0.5.0 |
1673 | 2024-08-26T19:28:43.267Z | Compiling rsa v0.9.6 |
1674 | 2024-08-26T19:28:44.475Z | Compiling futures v0.3.30 |
1675 | 2024-08-26T19:28:45.442Z | Compiling flate2 v1.0.31 |
1676 | 2024-08-26T19:28:45.701Z | Compiling clap v4.5.16 |
1677 | 2024-08-26T19:28:45.857Z | Compiling itertools v0.10.5 |
1678 | 2024-08-26T19:28:46.213Z | Compiling itertools v0.12.1 |
1679 | 2024-08-26T19:28:46.406Z | Compiling console v0.15.8 |
1680 | 2024-08-26T19:28:46.953Z | Compiling tokio-stream v0.1.15 |
1681 | 2024-08-26T19:28:47.436Z | Compiling toml v0.7.8 |
1682 | 2024-08-26T19:28:47.644Z | Compiling hex v0.4.3 |
1683 | 2024-08-26T19:28:47.874Z | Compiling sha1 v0.10.6 |
1684 | 2024-08-26T19:28:48.115Z | Compiling unicode-xid v0.2.4 |
1685 | 2024-08-26T19:28:48.287Z | Compiling camino v1.1.9 |
1686 | 2024-08-26T19:28:48.429Z | Compiling lalrpop-util v0.19.12 |
1687 | 2024-08-26T19:28:48.714Z | Compiling peg-runtime v0.8.3 |
1688 | 2024-08-26T19:28:49.105Z | Compiling proc-macro-crate v1.3.1 |
1689 | 2024-08-26T19:28:49.196Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1690 | 2024-08-26T19:28:49.668Z | Compiling heapless v0.8.0 |
1691 | 2024-08-26T19:28:50.345Z | Compiling num_enum_derive v0.5.11 |
1692 | 2024-08-26T19:28:51.754Z | Compiling ipnetwork v0.20.0 |
1693 | 2024-08-26T19:28:53.744Z | Compiling hash32 v0.3.1 |
1694 | 2024-08-26T19:28:54.668Z | Compiling rustls-pki-types v1.7.0 |
1695 | 2024-08-26T19:28:54.794Z | Compiling smoltcp v0.11.0 |
1696 | 2024-08-26T19:28:55.282Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1697 | 2024-08-26T19:28:55.313Z | Compiling ident_case v1.0.1 |
1698 | 2024-08-26T19:28:55.830Z | Compiling darling_core v0.20.9 |
1699 | 2024-08-26T19:29:01.890Z | Compiling num_enum v0.5.11 |
1700 | 2024-08-26T19:29:02.559Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1701 | 2024-08-26T19:29:02.803Z | Compiling getopts v0.2.21 |
1702 | 2024-08-26T19:29:03.691Z | Compiling dirs-sys-next v0.1.2 |
1703 | 2024-08-26T19:29:03.896Z | Compiling proc-macro-error-attr v1.0.4 |
1704 | 2024-08-26T19:29:04.608Z | Compiling rustls v0.22.4 |
1705 | 2024-08-26T19:29:04.892Z | Compiling unsafe-libyaml v0.2.11 |
1706 | 2024-08-26T19:29:04.917Z | Compiling embedded-io v0.4.0 |
1707 | 2024-08-26T19:29:06.136Z | Compiling paste v1.0.15 |
1708 | 2024-08-26T19:29:06.520Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1709 | 2024-08-26T19:29:06.690Z | Compiling cobs v0.2.3 |
1710 | 2024-08-26T19:29:07.028Z | Compiling postcard v1.0.8 |
1711 | 2024-08-26T19:29:07.166Z | Compiling serde_yaml v0.9.34+deprecated |
1712 | 2024-08-26T19:29:07.958Z | Compiling dirs-next v2.0.0 |
1713 | 2024-08-26T19:29:08.835Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1714 | 2024-08-26T19:29:16.796Z | Compiling darling_macro v0.20.9 |
1715 | 2024-08-26T19:29:17.688Z | Compiling rustls-webpki v0.102.4 |
1716 | 2024-08-26T19:29:23.499Z | Compiling strum_macros v0.26.4 |
1717 | 2024-08-26T19:29:24.299Z | Compiling foreign-types-macros v0.2.3 |
1718 | 2024-08-26T19:29:24.645Z | Compiling structmeta-derive v0.3.0 |
1719 | 2024-08-26T19:29:25.569Z | Compiling thread_local v1.1.8 |
1720 | 2024-08-26T19:29:26.780Z | Compiling proc-macro-error v1.0.4 |
1721 | 2024-08-26T19:29:27.056Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1722 | 2024-08-26T19:29:27.294Z | Compiling multer v3.1.0 |
1723 | 2024-08-26T19:29:27.318Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1724 | 2024-08-26T19:29:27.343Z | Compiling foreign-types-shared v0.3.1 |
1725 | 2024-08-26T19:29:27.455Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1726 | 2024-08-26T19:29:27.563Z | Compiling slog-async v2.8.0 |
1727 | 2024-08-26T19:29:27.587Z | Compiling match_cfg v0.1.0 |
1728 | 2024-08-26T19:29:34.047Z | Compiling hostname v0.3.1 |
1729 | 2024-08-26T19:29:34.235Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1730 | 2024-08-26T19:29:34.372Z | Compiling foreign-types v0.5.0 |
1731 | 2024-08-26T19:29:34.543Z | Compiling strum v0.26.3 |
1732 | 2024-08-26T19:29:34.868Z | Compiling structmeta v0.3.0 |
1733 | 2024-08-26T19:29:38.366Z | Compiling darling v0.20.9 |
1734 | 2024-08-26T19:29:38.473Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1735 | 2024-08-26T19:29:40.745Z | Compiling term v0.7.0 |
1736 | 2024-08-26T19:29:42.193Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1737 | 2024-08-26T19:29:43.439Z | Compiling slog-json v2.6.1 |
1738 | 2024-08-26T19:29:43.808Z | Compiling tabwriter v1.4.0 |
1739 | 2024-08-26T19:29:44.215Z | Compiling crossbeam-channel v0.5.12 |
1740 | 2024-08-26T19:29:45.309Z | Compiling http v1.1.0 |
1741 | 2024-08-26T19:29:45.526Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1742 | 2024-08-26T19:29:45.556Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1743 | 2024-08-26T19:29:46.192Z | Compiling async-stream-impl v0.3.5 |
1744 | 2024-08-26T19:29:46.244Z | Compiling is-terminal v0.4.12 |
1745 | 2024-08-26T19:29:46.369Z | Compiling cstr-argument v0.1.2 |
1746 | 2024-08-26T19:29:46.586Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1747 | 2024-08-26T19:29:46.839Z | Compiling fastrand v2.1.0 |
1748 | 2024-08-26T19:29:47.256Z | Compiling rayon-core v1.12.1 |
1749 | 2024-08-26T19:29:47.417Z | Compiling crucible-workspace-hack v0.1.0 |
1750 | 2024-08-26T19:29:47.507Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1751 | 2024-08-26T19:29:47.654Z | Compiling atomic-waker v1.1.2 |
1752 | 2024-08-26T19:29:47.762Z | Compiling pretty-hex v0.2.1 |
1753 | 2024-08-26T19:29:47.836Z | Compiling take_mut v0.2.2 |
1754 | 2024-08-26T19:29:48.923Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1755 | 2024-08-26T19:29:49.151Z | Compiling waitgroup v0.1.2 |
1756 | 2024-08-26T19:29:49.311Z | Compiling async-stream v0.3.5 |
1757 | 2024-08-26T19:29:49.335Z | Compiling tempfile v3.10.1 |
1758 | 2024-08-26T19:29:49.629Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1759 | 2024-08-26T19:29:50.260Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1760 | 2024-08-26T19:29:50.425Z | Compiling slog-term v2.9.1 |
1761 | 2024-08-26T19:29:50.809Z | Compiling slog-bunyan v2.5.0 |
1762 | 2024-08-26T19:29:50.923Z | Compiling tokio-rustls v0.25.0 |
1763 | 2024-08-26T19:29:51.062Z | Compiling serde_with_macros v3.9.0 |
1764 | 2024-08-26T19:29:51.170Z | Compiling parse-display-derive v0.10.0 |
1765 | 2024-08-26T19:29:51.331Z | Compiling toml v0.8.19 |
1766 | 2024-08-26T19:29:51.518Z | Compiling rustls-pemfile v2.1.3 |
1767 | 2024-08-26T19:29:51.725Z | Compiling crossbeam-deque v0.8.5 |
1768 | 2024-08-26T19:29:52.084Z | Compiling colored v2.1.0 |
1769 | 2024-08-26T19:29:52.149Z | Compiling newtype-uuid v1.1.0 |
1770 | 2024-08-26T19:29:52.459Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1771 | 2024-08-26T19:29:52.584Z | Compiling serde_path_to_error v0.1.16 |
1772 | 2024-08-26T19:29:53.163Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1773 | 2024-08-26T19:29:53.186Z | Compiling hostname v0.4.0 |
1774 | 2024-08-26T19:29:53.414Z | Compiling instant v0.1.12 |
1775 | 2024-08-26T19:29:53.458Z | Compiling debug-ignore v1.0.5 |
1776 | 2024-08-26T19:29:53.569Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1777 | 2024-08-26T19:29:53.612Z | Compiling backoff v0.4.0 |
1778 | 2024-08-26T19:29:53.792Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1779 | 2024-08-26T19:29:53.965Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1780 | 2024-08-26T19:29:53.989Z | Compiling serde_with v3.9.0 |
1781 | 2024-08-26T19:29:54.042Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1782 | 2024-08-26T19:29:54.463Z | Compiling parse-display v0.10.0 |
1783 | 2024-08-26T19:29:56.385Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1784 | 2024-08-26T19:29:57.133Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1785 | 2024-08-26T19:29:57.505Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1786 | 2024-08-26T19:29:57.756Z | Compiling camino-tempfile v1.1.1 |
1787 | 2024-08-26T19:29:57.872Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1788 | 2024-08-26T19:29:58.276Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1789 | 2024-08-26T19:29:58.333Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1790 | 2024-08-26T19:29:58.449Z | Compiling macaddr v1.0.1 |
1791 | 2024-08-26T19:29:58.997Z | Compiling num-derive v0.4.2 |
1792 | 2024-08-26T19:29:59.112Z | Compiling sigpipe v0.1.3 |
1793 | 2024-08-26T19:29:59.230Z | Compiling libefi-sys v0.1.0 |
1794 | 2024-08-26T19:29:59.638Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1795 | 2024-08-26T19:29:59.820Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1796 | 2024-08-26T19:30:00.758Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1797 | 2024-08-26T19:30:01.400Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1798 | 2024-08-26T19:30:01.804Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1799 | 2024-08-26T19:30:01.896Z | Compiling rayon v1.10.0 |
1800 | 2024-08-26T19:30:02.167Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1801 | 2024-08-26T19:30:02.604Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1802 | 2024-08-26T19:30:02.877Z | Compiling smf v0.2.3 |
1803 | 2024-08-26T19:30:04.845Z | Compiling bitfield-struct v0.6.1 |
1804 | 2024-08-26T19:30:05.145Z | Compiling ring v0.16.20 |
1805 | 2024-08-26T19:30:05.926Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1806 | 2024-08-26T19:30:05.981Z | Compiling blake3 v1.5.1 |
1807 | 2024-08-26T19:30:06.008Z | Compiling portable-atomic v1.6.0 |
1808 | 2024-08-26T19:30:06.821Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1809 | 2024-08-26T19:30:07.143Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1810 | 2024-08-26T19:30:07.294Z | Compiling xattr v1.3.1 |
1811 | 2024-08-26T19:30:07.468Z | Compiling filetime v0.2.24 |
1812 | 2024-08-26T19:30:07.578Z | Compiling memmap2 v0.9.4 |
1813 | 2024-08-26T19:30:07.784Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1814 | 2024-08-26T19:30:07.905Z | Compiling same-file v1.0.6 |
1815 | 2024-08-26T19:30:07.935Z | Compiling spin v0.5.2 |
1816 | 2024-08-26T19:30:08.083Z | Compiling untrusted v0.7.1 |
1817 | 2024-08-26T19:30:08.144Z | Compiling arrayvec v0.7.4 |
1818 | 2024-08-26T19:30:08.169Z | Compiling arrayref v0.3.7 |
1819 | 2024-08-26T19:30:08.169Z | Compiling constant_time_eq v0.3.0 |
1820 | 2024-08-26T19:30:08.266Z | Compiling walkdir v2.5.0 |
1821 | 2024-08-26T19:30:08.290Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1822 | 2024-08-26T19:30:08.337Z | Compiling tar v0.4.41 |
1823 | 2024-08-26T19:30:09.577Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1824 | 2024-08-26T19:30:10.378Z | Compiling gethostname v0.5.0 |
1825 | 2024-08-26T19:30:10.544Z | Compiling cargo-platform v0.1.8 |
1826 | 2024-08-26T19:30:10.790Z | Compiling number_prefix v0.4.0 |
1827 | 2024-08-26T19:30:11.002Z | Compiling topological-sort v0.2.2 |
1828 | 2024-08-26T19:30:11.245Z | Compiling indicatif v0.17.8 |
1829 | 2024-08-26T19:30:11.454Z | Compiling cargo_metadata v0.18.1 |
1830 | 2024-08-26T19:30:15.375Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1831 | 2024-08-26T19:30:15.768Z | Compiling omicron-zone-package v0.11.0 |
1832 | 2024-08-26T19:30:16.492Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1833 | 2024-08-26T19:30:17.879Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1834 | 2024-08-26T19:30:38.255Z | Finished `release` profile [optimized] target(s) in 3m 35s |
1835 | 2024-08-26T19:30:38.365Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1836 | 2024-08-26T19:30:38.430Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1837 | 2024-08-26T19:30:38.454Z | Created new build target 'test' and set it as active |
1838 | 2024-08-26T19:30:38.454Z | |
1839 | 2024-08-26T19:30:38.454Z | real 3:35.827769532 |
1840 | 2024-08-26T19:30:38.454Z | user 23:54.371829774 |
1841 | 2024-08-26T19:30:38.454Z | sys 3:08.074670721 |
1842 | 2024-08-26T19:30:38.454Z | trap 0.861922572 |
1843 | 2024-08-26T19:30:38.454Z | tflt 1.425065103 |
1844 | 2024-08-26T19:30:38.454Z | dflt 0.518249960 |
1845 | 2024-08-26T19:30:38.455Z | kflt 0.000079956 |
1846 | 2024-08-26T19:30:38.455Z | lock 52:20.366916040 |
1847 | 2024-08-26T19:30:38.455Z | slp 1:32:36.662825227 |
1848 | 2024-08-26T19:30:38.455Z | lat 1:49.373216859 |
1849 | 2024-08-26T19:30:38.455Z | stop 3:00.673578175 |
1850 | 2024-08-26T19:30:38.455Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1851 | 2024-08-26T19:30:39.873Z | Finished `release` profile [optimized] target(s) in 1.36s |
1852 | 2024-08-26T19:30:39.939Z | Running `target/release/omicron-package -t test package` |
1853 | 2024-08-26T19:30:40.004Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1854 | 2024-08-26T19:30:41.635Z | Compiling camino v1.1.9 |
1855 | 2024-08-26T19:30:41.635Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1856 | 2024-08-26T19:30:41.635Z | Compiling password-hash v0.5.0 |
1857 | 2024-08-26T19:30:41.635Z | Compiling blake2 v0.10.6 |
1858 | 2024-08-26T19:30:41.635Z | Compiling derive-where v1.2.7 |
1859 | 2024-08-26T19:30:41.660Z | Compiling newline-converter v0.3.0 |
1860 | 2024-08-26T19:30:41.660Z | Compiling toml v0.8.19 |
1861 | 2024-08-26T19:30:41.660Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1862 | 2024-08-26T19:30:41.960Z | Compiling humantime v2.1.0 |
1863 | 2024-08-26T19:30:41.991Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1864 | 2024-08-26T19:30:42.094Z | Compiling expectorate v1.1.0 |
1865 | 2024-08-26T19:30:42.232Z | Compiling dirs-sys-next v0.1.2 |
1866 | 2024-08-26T19:30:42.311Z | Compiling argon2 v0.5.3 |
1867 | 2024-08-26T19:30:42.617Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1868 | 2024-08-26T19:30:42.676Z | Compiling dirs-next v2.0.0 |
1869 | 2024-08-26T19:30:42.701Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1870 | 2024-08-26T19:30:42.725Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1871 | 2024-08-26T19:30:42.855Z | Compiling num-rational v0.4.2 |
1872 | 2024-08-26T19:30:43.154Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1873 | 2024-08-26T19:30:43.287Z | Compiling num-complex v0.4.6 |
1874 | 2024-08-26T19:30:43.611Z | Compiling convert_case v0.4.0 |
1875 | 2024-08-26T19:30:43.691Z | Compiling term v0.7.0 |
1876 | 2024-08-26T19:30:44.334Z | Compiling num v0.4.3 |
1877 | 2024-08-26T19:30:44.358Z | Compiling derive_more v0.99.18 |
1878 | 2024-08-26T19:30:44.407Z | Compiling float-ord v0.3.2 |
1879 | 2024-08-26T19:30:44.434Z | Compiling prettyplease v0.2.20 |
1880 | 2024-08-26T19:30:44.458Z | Compiling is-terminal v0.4.12 |
1881 | 2024-08-26T19:30:44.587Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1882 | 2024-08-26T19:30:44.612Z | Compiling semver v0.1.20 |
1883 | 2024-08-26T19:30:44.745Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1884 | 2024-08-26T19:30:44.912Z | Compiling cookie v0.18.1 |
1885 | 2024-08-26T19:30:44.940Z | Compiling rustc_version v0.1.7 |
1886 | 2024-08-26T19:30:45.133Z | Compiling highway v1.2.0 |
1887 | 2024-08-26T19:30:45.213Z | Compiling rustls-pki-types v1.7.0 |
1888 | 2024-08-26T19:30:45.333Z | Compiling newtype_derive v0.1.6 |
1889 | 2024-08-26T19:30:45.893Z | Compiling home v0.5.9 |
1890 | 2024-08-26T19:30:46.123Z | Compiling steno v0.4.1 |
1891 | 2024-08-26T19:30:46.474Z | Compiling rustls-webpki v0.102.4 |
1892 | 2024-08-26T19:30:47.965Z | Compiling rustls v0.22.4 |
1893 | 2024-08-26T19:30:47.991Z | Compiling thread_local v1.1.8 |
1894 | 2024-08-26T19:30:48.180Z | Compiling match_cfg v0.1.0 |
1895 | 2024-08-26T19:30:48.232Z | Compiling hostname v0.3.1 |
1896 | 2024-08-26T19:30:48.425Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
1897 | 2024-08-26T19:30:50.057Z | Compiling multer v3.1.0 |
1898 | 2024-08-26T19:30:50.142Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1899 | 2024-08-26T19:30:50.360Z | Compiling slog-async v2.8.0 |
1900 | 2024-08-26T19:30:50.401Z | Compiling slog-json v2.6.1 |
1901 | 2024-08-26T19:30:50.454Z | Compiling crossbeam-channel v0.5.12 |
1902 | 2024-08-26T19:30:50.761Z | Compiling http v1.1.0 |
1903 | 2024-08-26T19:30:51.504Z | Compiling take_mut v0.2.2 |
1904 | 2024-08-26T19:30:51.671Z | Compiling atomic-waker v1.1.2 |
1905 | 2024-08-26T19:30:51.862Z | Compiling waitgroup v0.1.2 |
1906 | 2024-08-26T19:30:52.896Z | Compiling tokio-rustls v0.25.0 |
1907 | 2024-08-26T19:30:53.321Z | Compiling slog-bunyan v2.5.0 |
1908 | 2024-08-26T19:30:53.512Z | Compiling slog-term v2.9.1 |
1909 | 2024-08-26T19:30:53.836Z | Compiling rustls-pemfile v2.1.3 |
1910 | 2024-08-26T19:30:54.239Z | Compiling async-stream v0.3.5 |
1911 | 2024-08-26T19:30:54.273Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1912 | 2024-08-26T19:30:54.350Z | Compiling ipnetwork v0.20.0 |
1913 | 2024-08-26T19:30:54.508Z | Compiling newtype-uuid v1.1.0 |
1914 | 2024-08-26T19:30:54.539Z | Compiling serde_path_to_error v0.1.16 |
1915 | 2024-08-26T19:30:54.793Z | Compiling hostname v0.4.0 |
1916 | 2024-08-26T19:30:55.017Z | Compiling instant v0.1.12 |
1917 | 2024-08-26T19:30:55.062Z | Compiling debug-ignore v1.0.5 |
1918 | 2024-08-26T19:30:55.162Z | Compiling backoff v0.4.0 |
1919 | 2024-08-26T19:30:55.280Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1920 | 2024-08-26T19:30:55.556Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1921 | 2024-08-26T19:30:55.613Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1922 | 2024-08-26T19:30:56.237Z | Compiling parse-display v0.10.0 |
1923 | 2024-08-26T19:30:56.267Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1924 | 2024-08-26T19:30:56.437Z | Compiling serde_with v3.9.0 |
1925 | 2024-08-26T19:30:56.759Z | Compiling strum v0.26.3 |
1926 | 2024-08-26T19:30:56.956Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1927 | 2024-08-26T19:30:59.462Z | Compiling macaddr v1.0.1 |
1928 | 2024-08-26T19:30:59.834Z | Compiling slog-dtrace v0.3.0 |
1929 | 2024-08-26T19:30:59.966Z | Compiling linked-hash-map v0.5.6 |
1930 | 2024-08-26T19:31:00.172Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1931 | 2024-08-26T19:31:00.531Z | Compiling lru-cache v0.1.2 |
1932 | 2024-08-26T19:31:01.839Z | Compiling quick-error v1.2.3 |
1933 | 2024-08-26T19:31:01.979Z | Compiling resolv-conf v0.7.0 |
1934 | 2024-08-26T19:31:02.005Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1935 | 2024-08-26T19:31:02.029Z | Compiling swrite v0.1.0 |
1936 | 2024-08-26T19:31:02.162Z | Compiling utf-8 v0.7.6 |
1937 | 2024-08-26T19:31:02.478Z | Compiling hickory-resolver v0.24.1 |
1938 | 2024-08-26T19:31:02.874Z | Compiling rayon-core v1.12.1 |
1939 | 2024-08-26T19:31:02.899Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1940 | 2024-08-26T19:31:03.249Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
1941 | 2024-08-26T19:31:04.701Z | Compiling crossbeam-deque v0.8.5 |
1942 | 2024-08-26T19:31:04.930Z | Compiling half v2.4.1 |
1943 | 2024-08-26T19:31:04.995Z | Compiling same-file v1.0.6 |
1944 | 2024-08-26T19:31:05.203Z | Compiling display-error-chain v0.2.0 |
1945 | 2024-08-26T19:31:05.366Z | Compiling fastrand v2.1.0 |
1946 | 2024-08-26T19:31:05.565Z | Compiling termcolor v1.4.1 |
1947 | 2024-08-26T19:31:05.792Z | Compiling ciborium-io v0.2.2 |
1948 | 2024-08-26T19:31:05.923Z | Compiling ciborium-ll v0.2.2 |
1949 | 2024-08-26T19:31:06.342Z | Compiling tempfile v3.10.1 |
1950 | 2024-08-26T19:31:06.539Z | Compiling walkdir v2.5.0 |
1951 | 2024-08-26T19:31:07.081Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1952 | 2024-08-26T19:31:07.910Z | Compiling blake3 v1.5.1 |
1953 | 2024-08-26T19:31:08.302Z | Compiling ring v0.16.20 |
1954 | 2024-08-26T19:31:08.506Z | Compiling rayon v1.10.0 |
1955 | 2024-08-26T19:31:12.394Z | Compiling ciborium v0.2.2 |
1956 | 2024-08-26T19:31:13.163Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1957 | 2024-08-26T19:31:14.758Z | Compiling xattr v1.3.1 |
1958 | 2024-08-26T19:31:14.992Z | Compiling filetime v0.2.24 |
1959 | 2024-08-26T19:31:15.253Z | Compiling memmap2 v0.9.4 |
1960 | 2024-08-26T19:31:15.612Z | Compiling cancel-safe-futures v0.1.5 |
1961 | 2024-08-26T19:31:15.913Z | Compiling arrayvec v0.7.4 |
1962 | 2024-08-26T19:31:16.219Z | Compiling spin v0.5.2 |
1963 | 2024-08-26T19:31:16.277Z | Compiling arrayref v0.3.7 |
1964 | 2024-08-26T19:31:16.375Z | Compiling untrusted v0.7.1 |
1965 | 2024-08-26T19:31:16.447Z | Compiling constant_time_eq v0.3.0 |
1966 | 2024-08-26T19:31:17.059Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1967 | 2024-08-26T19:31:17.447Z | Compiling tar v0.4.41 |
1968 | 2024-08-26T19:31:18.976Z | Compiling toolchain_find v0.4.0 |
1969 | 2024-08-26T19:31:19.316Z | Compiling camino-tempfile v1.1.1 |
1970 | 2024-08-26T19:31:19.550Z | Compiling nibble_vec v0.1.0 |
1971 | 2024-08-26T19:31:19.729Z | Compiling atty v0.2.14 |
1972 | 2024-08-26T19:31:19.788Z | Compiling maplit v1.0.2 |
1973 | 2024-08-26T19:31:19.814Z | Compiling endian-type v0.1.2 |
1974 | 2024-08-26T19:31:19.910Z | Compiling glob v0.3.1 |
1975 | 2024-08-26T19:31:19.935Z | Compiling topological-sort v0.2.2 |
1976 | 2024-08-26T19:31:20.065Z | Compiling radium v0.7.0 |
1977 | 2024-08-26T19:31:20.162Z | Compiling crunchy v0.2.2 |
1978 | 2024-08-26T19:31:20.407Z | Compiling omicron-zone-package v0.11.0 |
1979 | 2024-08-26T19:31:20.553Z | Compiling radix_trie v0.2.1 |
1980 | 2024-08-26T19:31:20.679Z | Compiling clang-sys v1.7.0 |
1981 | 2024-08-26T19:31:20.703Z | Compiling rustfmt-wrapper v0.2.1 |
1982 | 2024-08-26T19:31:21.130Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1983 | 2024-08-26T19:31:21.336Z | Compiling tungstenite v0.21.0 |
1984 | 2024-08-26T19:31:21.378Z | Compiling maybe-uninit v2.0.0 |
1985 | 2024-08-26T19:31:21.491Z | Compiling tiny-keccak v2.0.2 |
1986 | 2024-08-26T19:31:21.756Z | Compiling tap v1.0.1 |
1987 | 2024-08-26T19:31:21.902Z | Compiling wyz v0.5.1 |
1988 | 2024-08-26T19:31:22.001Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1989 | 2024-08-26T19:31:22.318Z | Compiling tokio-tungstenite v0.21.0 |
1990 | 2024-08-26T19:31:22.393Z | Compiling dsl_auto_type v0.1.2 |
1991 | 2024-08-26T19:31:22.810Z | Compiling itertools v0.13.0 |
1992 | 2024-08-26T19:31:23.539Z | Compiling scheduled-thread-pool v0.2.7 |
1993 | 2024-08-26T19:31:24.286Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1994 | 2024-08-26T19:31:24.767Z | Compiling diesel_table_macro_syntax v0.2.0 |
1995 | 2024-08-26T19:31:24.792Z | Compiling funty v2.0.0 |
1996 | 2024-08-26T19:31:24.907Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1997 | 2024-08-26T19:31:25.113Z | Compiling crc-catalog v2.4.0 |
1998 | 2024-08-26T19:31:25.253Z | Compiling packed_struct v0.10.1 |
1999 | 2024-08-26T19:31:25.598Z | Compiling arc-swap v1.7.1 |
2000 | 2024-08-26T19:31:25.653Z | Compiling crc v3.2.1 |
2001 | 2024-08-26T19:31:26.040Z | Compiling slog-scope v4.4.0 |
2002 | 2024-08-26T19:31:26.187Z | Compiling bitvec v1.0.1 |
2003 | 2024-08-26T19:31:26.733Z | Compiling diesel_derives v2.2.2 |
2004 | 2024-08-26T19:31:27.150Z | Compiling r2d2 v0.8.10 |
2005 | 2024-08-26T19:31:28.001Z | Compiling ascii-canvas v3.0.0 |
2006 | 2024-08-26T19:31:28.416Z | Compiling packed_struct_codegen v0.10.1 |
2007 | 2024-08-26T19:31:29.770Z | Compiling ena v0.14.3 |
2008 | 2024-08-26T19:31:30.138Z | Compiling libloading v0.8.3 |
2009 | 2024-08-26T19:31:30.432Z | Compiling indexmap v1.9.3 |
2010 | 2024-08-26T19:31:30.541Z | Compiling regex-syntax v0.6.29 |
2011 | 2024-08-26T19:31:30.733Z | Compiling nodrop v0.1.14 |
2012 | 2024-08-26T19:31:30.860Z | Compiling diff v0.1.13 |
2013 | 2024-08-26T19:31:31.315Z | Compiling bindgen v0.69.4 |
2014 | 2024-08-26T19:31:31.714Z | Compiling array-init v0.0.4 |
2015 | 2024-08-26T19:31:37.892Z | Compiling lalrpop v0.19.12 |
2016 | 2024-08-26T19:31:37.991Z | Compiling smallvec v0.6.14 |
2017 | 2024-08-26T19:31:37.991Z | Compiling diesel v2.2.2 |
2018 | 2024-08-26T19:31:37.991Z | Compiling slog-stdlog v4.1.1 |
2019 | 2024-08-26T19:31:38.027Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2020 | 2024-08-26T19:31:38.027Z | Compiling which v4.4.2 |
2021 | 2024-08-26T19:31:38.027Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2022 | 2024-08-26T19:31:38.063Z | Compiling cexpr v0.6.0 |
2023 | 2024-08-26T19:31:39.377Z | Compiling libsw v3.3.1 |
2024 | 2024-08-26T19:31:39.677Z | Compiling rustc-hash v1.1.0 |
2025 | 2024-08-26T19:31:39.815Z | Compiling bitfield v0.14.0 |
2026 | 2024-08-26T19:31:40.063Z | Compiling lazycell v1.3.0 |
2027 | 2024-08-26T19:31:40.207Z | Compiling shlex v1.3.0 |
2028 | 2024-08-26T19:31:40.518Z | Compiling ref-cast v1.0.23 |
2029 | 2024-08-26T19:31:40.892Z | Compiling owo-colors v4.0.0 |
2030 | 2024-08-26T19:31:41.264Z | Compiling linear-map v1.2.0 |
2031 | 2024-08-26T19:31:41.556Z | Compiling hashbrown v0.12.3 |
2032 | 2024-08-26T19:31:43.027Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2033 | 2024-08-26T19:31:45.288Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2034 | 2024-08-26T19:31:45.905Z | Compiling slog-envlogger v2.2.0 |
2035 | 2024-08-26T19:31:47.926Z | Compiling serde-hex v0.1.0 |
2036 | 2024-08-26T19:31:49.006Z | Compiling bzip2 v0.4.4 |
2037 | 2024-08-26T19:31:49.389Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2038 | 2024-08-26T19:31:49.655Z | Compiling env_logger v0.10.2 |
2039 | 2024-08-26T19:31:51.991Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2040 | 2024-08-26T19:31:52.025Z | Compiling derive_builder_core v0.20.0 |
2041 | 2024-08-26T19:31:52.253Z | Compiling x509-cert v0.2.5 |
2042 | 2024-08-26T19:31:53.712Z | Compiling ron v0.8.1 |
2043 | 2024-08-26T19:31:54.413Z | Compiling headers-core v0.2.0 |
2044 | 2024-08-26T19:31:54.587Z | Compiling hashbrown v0.13.2 |
2045 | 2024-08-26T19:31:55.601Z | Compiling polar-core v0.27.3 |
2046 | 2024-08-26T19:31:55.685Z | Compiling fxhash v0.2.1 |
2047 | 2024-08-26T19:31:55.888Z | Compiling libxml v0.3.3 |
2048 | 2024-08-26T19:31:56.182Z | Compiling ref-cast-impl v1.0.23 |
2049 | 2024-08-26T19:31:56.618Z | Compiling crc-any v2.5.0 |
2050 | 2024-08-26T19:31:57.229Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2051 | 2024-08-26T19:31:58.642Z | Compiling object v0.30.4 |
2052 | 2024-08-26T19:32:01.187Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2053 | 2024-08-26T19:32:02.538Z | Compiling headers v0.3.9 |
2054 | 2024-08-26T19:32:02.729Z | Compiling samael v0.0.15 |
2055 | 2024-08-26T19:32:03.996Z | Compiling derive_builder_macro v0.20.0 |
2056 | 2024-08-26T19:32:04.209Z | Compiling zip v0.6.6 |
2057 | 2024-08-26T19:32:04.714Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2058 | 2024-08-26T19:32:05.615Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2059 | 2024-08-26T19:32:05.885Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2060 | 2024-08-26T19:32:06.317Z | Compiling strum_macros v0.24.3 |
2061 | 2024-08-26T19:32:06.472Z | Compiling async-recursion v1.1.1 |
2062 | 2024-08-26T19:32:07.218Z | Compiling unicase v2.7.0 |
2063 | 2024-08-26T19:32:07.478Z | Compiling path-slash v0.1.5 |
2064 | 2024-08-26T19:32:07.707Z | Compiling indoc v1.0.9 |
2065 | 2024-08-26T19:32:07.730Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2066 | 2024-08-26T19:32:09.358Z | Compiling derive_builder v0.20.0 |
2067 | 2024-08-26T19:32:10.354Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2068 | 2024-08-26T19:32:12.693Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2069 | 2024-08-26T19:32:12.952Z | Compiling crossterm v0.28.1 |
2070 | 2024-08-26T19:32:14.184Z | Compiling pem v3.0.4 |
2071 | 2024-08-26T19:32:15.432Z | Compiling curve25519-dalek v4.1.3 |
2072 | 2024-08-26T19:32:15.791Z | Compiling oso-derive v0.27.3 |
2073 | 2024-08-26T19:32:16.053Z | Compiling impl-trait-for-tuples v0.2.2 |
2074 | 2024-08-26T19:32:16.617Z | Compiling libz-sys v1.1.16 |
2075 | 2024-08-26T19:32:16.828Z | Compiling quick-xml v0.31.0 |
2076 | 2024-08-26T19:32:17.125Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2077 | 2024-08-26T19:32:17.380Z | Compiling parking_lot_core v0.8.6 |
2078 | 2024-08-26T19:32:17.730Z | Compiling keccak v0.1.5 |
2079 | 2024-08-26T19:32:18.432Z | Compiling sha3 v0.10.8 |
2080 | 2024-08-26T19:32:19.457Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2081 | 2024-08-26T19:32:19.667Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2082 | 2024-08-26T19:32:20.097Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2083 | 2024-08-26T19:32:20.892Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2084 | 2024-08-26T19:32:21.150Z | Compiling bb8 v0.8.5 |
2085 | 2024-08-26T19:32:21.427Z | Compiling oso v0.27.3 |
2086 | 2024-08-26T19:32:21.708Z | Compiling const_format_proc_macros v0.2.32 |
2087 | 2024-08-26T19:32:23.221Z | Compiling universal-hash v0.5.1 |
2088 | 2024-08-26T19:32:23.415Z | Compiling secrecy v0.8.0 |
2089 | 2024-08-26T19:32:23.634Z | Compiling thiserror-impl-no-std v2.0.2 |
2090 | 2024-08-26T19:32:23.658Z | Compiling curve25519-dalek-derive v0.1.1 |
2091 | 2024-08-26T19:32:24.742Z | Compiling vte_generate_state_changes v0.1.1 |
2092 | 2024-08-26T19:32:25.227Z | Compiling buf-list v1.0.3 |
2093 | 2024-08-26T19:32:25.683Z | Compiling opaque-debug v0.3.1 |
2094 | 2024-08-26T19:32:25.739Z | Compiling thiserror-no-std v2.0.2 |
2095 | 2024-08-26T19:32:25.785Z | Compiling poly1305 v0.8.0 |
2096 | 2024-08-26T19:32:25.927Z | Compiling vte v0.11.1 |
2097 | 2024-08-26T19:32:27.053Z | Compiling const_format v0.2.32 |
2098 | 2024-08-26T19:32:28.072Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2099 | 2024-08-26T19:32:29.807Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2100 | 2024-08-26T19:32:30.043Z | Compiling chacha20 v0.9.1 |
2101 | 2024-08-26T19:32:30.459Z | Compiling fd-lock v4.0.2 |
2102 | 2024-08-26T19:32:30.664Z | Compiling aead v0.5.2 |
2103 | 2024-08-26T19:32:30.955Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2104 | 2024-08-26T19:32:31.519Z | Compiling pin-project-internal v1.1.5 |
2105 | 2024-08-26T19:32:32.217Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2106 | 2024-08-26T19:32:32.481Z | Compiling bytecount v0.6.8 |
2107 | 2024-08-26T19:32:32.747Z | Compiling papergrid v0.11.0 |
2108 | 2024-08-26T19:32:33.633Z | Compiling pin-project v1.1.5 |
2109 | 2024-08-26T19:32:34.660Z | Compiling chacha20poly1305 v0.10.1 |
2110 | 2024-08-26T19:32:35.202Z | Compiling parking_lot v0.11.2 |
2111 | 2024-08-26T19:32:35.418Z | Compiling vsss-rs v3.3.4 |
2112 | 2024-08-26T19:32:36.821Z | Compiling strip-ansi-escapes v0.2.0 |
2113 | 2024-08-26T19:32:38.302Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2114 | 2024-08-26T19:32:38.940Z | Compiling tabled_derive v0.7.0 |
2115 | 2024-08-26T19:32:40.677Z | Compiling crossterm v0.27.0 |
2116 | 2024-08-26T19:32:42.228Z | Compiling peg-macros v0.8.4 |
2117 | 2024-08-26T19:32:42.300Z | Compiling kstat-rs v0.2.4 |
2118 | 2024-08-26T19:32:43.088Z | Compiling snafu-derive v0.8.2 |
2119 | 2024-08-26T19:32:44.757Z | Compiling sqlparser_derive v0.2.2 |
2120 | 2024-08-26T19:32:45.592Z | Compiling nu-ansi-term v0.50.0 |
2121 | 2024-08-26T19:32:46.348Z | Compiling unicode_categories v0.1.1 |
2122 | 2024-08-26T19:32:46.550Z | Compiling rustyline v14.0.0 |
2123 | 2024-08-26T19:32:46.652Z | Compiling sqlformat v0.2.4 |
2124 | 2024-08-26T19:32:46.862Z | Compiling snafu v0.8.2 |
2125 | 2024-08-26T19:32:47.898Z | Compiling reedline v0.33.0 |
2126 | 2024-08-26T19:32:54.611Z | Compiling sqlparser v0.45.0 |
2127 | 2024-08-26T19:32:54.762Z | Compiling peg v0.8.4 |
2128 | 2024-08-26T19:32:54.880Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2129 | 2024-08-26T19:32:56.195Z | Compiling tabled v0.15.0 |
2130 | 2024-08-26T19:33:06.103Z | Compiling sled v0.34.7 |
2131 | 2024-08-26T19:33:07.524Z | Compiling mime_guess v2.0.4 |
2132 | 2024-08-26T19:33:09.789Z | Compiling hickory-client v0.24.1 |
2133 | 2024-08-26T19:33:10.412Z | Compiling env_logger v0.9.3 |
2134 | 2024-08-26T19:33:13.938Z | Compiling tungstenite v0.20.1 |
2135 | 2024-08-26T19:33:14.032Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2136 | 2024-08-26T19:33:14.878Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2137 | 2024-08-26T19:33:15.256Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2138 | 2024-08-26T19:33:19.415Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2139 | 2024-08-26T19:33:22.156Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2140 | 2024-08-26T19:33:23.362Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2141 | 2024-08-26T19:33:23.754Z | Compiling hickory-server v0.24.1 |
2142 | 2024-08-26T19:33:25.652Z | Compiling globset v0.4.14 |
2143 | 2024-08-26T19:33:31.034Z | Compiling olpc-cjson v0.1.3 |
2144 | 2024-08-26T19:33:31.313Z | Compiling bcs v0.1.6 |
2145 | 2024-08-26T19:33:31.558Z | Compiling vergen v8.3.2 |
2146 | 2024-08-26T19:33:31.810Z | Compiling bitstruct_derive v0.1.0 |
2147 | 2024-08-26T19:33:32.041Z | Compiling serde_plain v1.0.2 |
2148 | 2024-08-26T19:33:32.509Z | Compiling cargo-platform v0.1.8 |
2149 | 2024-08-26T19:33:32.556Z | Compiling nanorand v0.7.0 |
2150 | 2024-08-26T19:33:32.828Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2151 | 2024-08-26T19:33:32.930Z | Compiling memoffset v0.9.1 |
2152 | 2024-08-26T19:33:32.962Z | Compiling ascii v1.1.0 |
2153 | 2024-08-26T19:33:33.124Z | Compiling typed-path v0.7.1 |
2154 | 2024-08-26T19:33:33.348Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2155 | 2024-08-26T19:33:33.382Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2156 | 2024-08-26T19:33:33.605Z | Compiling flume v0.11.0 |
2157 | 2024-08-26T19:33:33.629Z | Compiling bitstruct v0.1.1 |
2158 | 2024-08-26T19:33:33.751Z | Compiling cargo_metadata v0.18.1 |
2159 | 2024-08-26T19:33:34.270Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2160 | 2024-08-26T19:33:35.347Z | Compiling tough v0.17.1 |
2161 | 2024-08-26T19:33:35.776Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2162 | 2024-08-26T19:33:36.340Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2163 | 2024-08-26T19:33:36.819Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2164 | 2024-08-26T19:33:38.482Z | Compiling git2 v0.19.0 |
2165 | 2024-08-26T19:33:44.521Z | Compiling tokio-tungstenite v0.20.1 |
2166 | 2024-08-26T19:33:45.558Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2167 | 2024-08-26T19:33:45.784Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2168 | 2024-08-26T19:33:45.975Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2169 | 2024-08-26T19:33:46.976Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2170 | 2024-08-26T19:33:48.570Z | Compiling libsqlite3-sys v0.28.0 |
2171 | 2024-08-26T19:33:49.032Z | Compiling serde_arrays v0.1.0 |
2172 | 2024-08-26T19:33:49.200Z | Compiling erased-serde v0.3.31 |
2173 | 2024-08-26T19:33:50.592Z | Compiling parse-size v1.0.0 |
2174 | 2024-08-26T19:33:50.842Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2175 | 2024-08-26T19:33:53.706Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2176 | 2024-08-26T19:33:55.978Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2177 | 2024-08-26T19:33:56.535Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2178 | 2024-08-26T19:33:56.574Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2179 | 2024-08-26T19:33:56.834Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2180 | 2024-08-26T19:33:58.397Z | Compiling heck v0.3.3 |
2181 | 2024-08-26T19:33:58.734Z | Compiling rand_seeder v0.3.0 |
2182 | 2024-08-26T19:33:59.109Z | Compiling castaway v0.2.3 |
2183 | 2024-08-26T19:33:59.277Z | Compiling csv-core v0.1.11 |
2184 | 2024-08-26T19:34:00.047Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2185 | 2024-08-26T19:34:00.326Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2186 | 2024-08-26T19:34:02.083Z | Compiling http-range v0.1.5 |
2187 | 2024-08-26T19:34:02.547Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2188 | 2024-08-26T19:34:03.061Z | Compiling hyper-staticfile v0.9.5 |
2189 | 2024-08-26T19:34:03.785Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2190 | 2024-08-26T19:34:05.624Z | Compiling csv v1.3.0 |
2191 | 2024-08-26T19:34:07.442Z | Compiling compact_str v0.8.0 |
2192 | 2024-08-26T19:34:09.516Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2193 | 2024-08-26T19:34:09.703Z | Compiling zone_cfg_derive v0.1.2 |
2194 | 2024-08-26T19:34:10.234Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2195 | 2024-08-26T19:34:10.748Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2196 | 2024-08-26T19:34:10.798Z | Compiling nix v0.27.1 |
2197 | 2024-08-26T19:34:12.090Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2198 | 2024-08-26T19:34:13.221Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2199 | 2024-08-26T19:34:14.500Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2200 | 2024-08-26T19:34:16.912Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2201 | 2024-08-26T19:34:17.200Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2202 | 2024-08-26T19:34:17.445Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2203 | 2024-08-26T19:34:17.685Z | Compiling unicode-truncate v1.0.0 |
2204 | 2024-08-26T19:34:17.912Z | Compiling hashlink v0.9.1 |
2205 | 2024-08-26T19:34:18.567Z | Compiling lru v0.12.3 |
2206 | 2024-08-26T19:34:18.890Z | Compiling serde-big-array v0.5.1 |
2207 | 2024-08-26T19:34:19.115Z | Compiling instability v0.3.2 |
2208 | 2024-08-26T19:34:19.186Z | Compiling base64 v0.13.1 |
2209 | 2024-08-26T19:34:19.809Z | Compiling fallible-iterator v0.3.0 |
2210 | 2024-08-26T19:34:19.989Z | Compiling cassowary v0.3.0 |
2211 | 2024-08-26T19:34:20.490Z | Compiling fallible-streaming-iterator v0.1.9 |
2212 | 2024-08-26T19:34:20.741Z | Compiling rusqlite v0.31.0 |
2213 | 2024-08-26T19:34:22.959Z | Compiling ratatui v0.28.0 |
2214 | 2024-08-26T19:34:24.815Z | Compiling ron v0.7.1 |
2215 | 2024-08-26T19:34:26.901Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2216 | 2024-08-26T19:34:34.889Z | Compiling zone v0.1.8 |
2217 | 2024-08-26T19:34:37.216Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2218 | 2024-08-26T19:34:42.204Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2219 | 2024-08-26T19:34:42.228Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2220 | 2024-08-26T19:34:42.600Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2221 | 2024-08-26T19:34:42.851Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2222 | 2024-08-26T19:34:43.889Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2223 | 2024-08-26T19:34:45.190Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2224 | 2024-08-26T19:34:45.214Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2225 | 2024-08-26T19:34:45.470Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2226 | 2024-08-26T19:34:46.311Z | Compiling twox-hash v1.6.3 |
2227 | 2024-08-26T19:34:47.164Z | Compiling signal-hook-tokio v0.3.1 |
2228 | 2024-08-26T19:34:47.358Z | Compiling yasna v0.5.2 |
2229 | 2024-08-26T19:34:49.667Z | Compiling portpicker v0.1.1 |
2230 | 2024-08-26T19:34:50.035Z | Compiling unicode-linebreak v0.1.5 |
2231 | 2024-08-26T19:34:50.219Z | Compiling smawk v0.3.2 |
2232 | 2024-08-26T19:34:50.440Z | Compiling textwrap v0.16.1 |
2233 | 2024-08-26T19:34:50.487Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2234 | 2024-08-26T19:34:53.312Z | Compiling rcgen v0.12.1 |
2235 | 2024-08-26T19:34:53.436Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2236 | 2024-08-26T19:35:01.073Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2237 | 2024-08-26T19:35:03.363Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2238 | 2024-08-26T19:35:04.152Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2239 | 2024-08-26T19:35:07.548Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2240 | 2024-08-26T19:35:09.035Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2241 | 2024-08-26T19:35:09.458Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2242 | 2024-08-26T19:35:09.736Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2243 | 2024-08-26T19:35:10.432Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2244 | 2024-08-26T19:35:15.163Z | Compiling atomicwrites v0.4.3 |
2245 | 2024-08-26T19:35:15.392Z | Compiling fatfs v0.3.6 |
2246 | 2024-08-26T19:35:15.612Z | Compiling rtoolbox v0.0.2 |
2247 | 2024-08-26T19:35:15.984Z | Compiling subprocess v0.2.9 |
2248 | 2024-08-26T19:35:17.278Z | Compiling assert_matches v1.5.0 |
2249 | 2024-08-26T19:35:17.378Z | Compiling is_ci v1.2.0 |
2250 | 2024-08-26T19:35:17.630Z | Compiling supports-color v3.0.0 |
2251 | 2024-08-26T19:35:18.192Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2252 | 2024-08-26T19:35:18.226Z | Compiling rpassword v7.3.1 |
2253 | 2024-08-26T19:35:18.627Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2254 | 2024-08-26T19:35:19.956Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2255 | 2024-08-26T19:35:21.852Z | Compiling tui-tree-widget v0.22.0 |
2256 | 2024-08-26T19:35:22.353Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2257 | 2024-08-26T19:35:22.819Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2258 | 2024-08-26T19:35:23.985Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2259 | 2024-08-26T19:35:24.234Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2260 | 2024-08-26T19:35:25.643Z | Compiling uzers v0.11.3 |
2261 | 2024-08-26T19:35:27.871Z | Compiling shell-words v1.1.0 |
2262 | 2024-08-26T19:35:28.242Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2263 | 2024-08-26T19:35:29.365Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2264 | 2024-08-26T19:35:30.897Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2265 | 2024-08-26T19:35:33.377Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2266 | 2024-08-26T19:35:41.970Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2267 | 2024-08-26T19:35:50.408Z | Compiling multimap v0.10.0 |
2268 | 2024-08-26T19:37:26.359Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2269 | 2024-08-26T19:37:36.510Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2270 | 2024-08-26T19:44:07.449Z | Finished `release` profile [optimized] target(s) in 13m 27s |
2271 | 2024-08-26T19:45:27.212Z | |
2272 | 2024-08-26T19:45:27.212Z | real 14:48.759674770 |
2273 | 2024-08-26T19:45:27.236Z | user 1:32:44.215137849 |
2274 | 2024-08-26T19:45:27.237Z | sys 5:09.869807728 |
2275 | 2024-08-26T19:45:27.237Z | trap 2.568594926 |
2276 | 2024-08-26T19:45:27.237Z | tflt 1.864543603 |
2277 | 2024-08-26T19:45:27.237Z | dflt 3.827832609 |
2278 | 2024-08-26T19:45:27.237Z | kflt 0.001240516 |
2279 | 2024-08-26T19:45:27.237Z | lock 5:53:37.770327022 |
2280 | 2024-08-26T19:45:27.237Z | slp 4:42:29.530878954 |
2281 | 2024-08-26T19:45:27.237Z | lat 2:36.748644686 |
2282 | 2024-08-26T19:45:27.237Z | stop 2:10.467088911 |
2283 | 2024-08-26T19:45:27.237Z | + mapfile -t packages |
2284 | 2024-08-26T19:45:27.237Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2285 | 2024-08-26T19:45:28.761Z | Finished `release` profile [optimized] target(s) in 1.45s |
2286 | 2024-08-26T19:45:28.822Z | Running `target/release/omicron-package -t test list-outputs` |
2287 | 2024-08-26T19:45:28.887Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2288 | 2024-08-26T19:45:28.910Z | + ptime -m cargo build --locked --release -p xtask |
2289 | 2024-08-26T19:45:29.811Z | Compiling serde v1.0.208 |
2290 | 2024-08-26T19:45:29.834Z | Compiling libc v0.2.156 |
2291 | 2024-08-26T19:45:29.834Z | Compiling serde_json v1.0.125 |
2292 | 2024-08-26T19:45:29.835Z | Compiling syn v2.0.74 |
2293 | 2024-08-26T19:45:29.835Z | Compiling usdt-impl v0.5.0 |
2294 | 2024-08-26T19:45:29.835Z | Compiling rustix v0.38.34 |
2295 | 2024-08-26T19:45:30.206Z | Compiling syn v1.0.109 |
2296 | 2024-08-26T19:45:30.295Z | Compiling log v0.4.21 |
2297 | 2024-08-26T19:45:30.411Z | Compiling bitflags v2.6.0 |
2298 | 2024-08-26T19:45:30.472Z | Compiling hashbrown v0.14.5 |
2299 | 2024-08-26T19:45:30.497Z | Compiling fs-err v2.11.0 |
2300 | 2024-08-26T19:45:30.791Z | Compiling anyhow v1.0.86 |
2301 | 2024-08-26T19:45:31.367Z | Compiling thread-id v4.2.1 |
2302 | 2024-08-26T19:45:31.890Z | Compiling indexmap v2.4.0 |
2303 | 2024-08-26T19:45:32.023Z | Compiling terminal_size v0.3.0 |
2304 | 2024-08-26T19:45:32.272Z | Compiling clap_builder v4.5.15 |
2305 | 2024-08-26T19:45:33.554Z | Compiling proc-macro-error v1.0.4 |
2306 | 2024-08-26T19:45:35.163Z | Compiling tabled_derive v0.7.0 |
2307 | 2024-08-26T19:45:36.780Z | Compiling tabled v0.15.0 |
2308 | 2024-08-26T19:45:38.400Z | Compiling serde_derive v1.0.208 |
2309 | 2024-08-26T19:45:38.807Z | Compiling thiserror-impl v1.0.63 |
2310 | 2024-08-26T19:45:39.046Z | Compiling zerocopy-derive v0.7.34 |
2311 | 2024-08-26T19:45:39.316Z | Compiling scroll_derive v0.12.0 |
2312 | 2024-08-26T19:45:40.715Z | Compiling scroll v0.12.0 |
2313 | 2024-08-26T19:45:40.909Z | Compiling zerocopy v0.7.34 |
2314 | 2024-08-26T19:45:41.353Z | Compiling goblin v0.8.2 |
2315 | 2024-08-26T19:45:41.424Z | Compiling thiserror v1.0.63 |
2316 | 2024-08-26T19:45:41.613Z | Compiling pest v2.7.10 |
2317 | 2024-08-26T19:45:44.649Z | Compiling pest_meta v2.7.10 |
2318 | 2024-08-26T19:45:46.524Z | Compiling pest_generator v2.7.10 |
2319 | 2024-08-26T19:45:48.517Z | Compiling pest_derive v2.7.10 |
2320 | 2024-08-26T19:45:49.332Z | Compiling dtrace-parser v0.2.0 |
2321 | 2024-08-26T19:45:50.855Z | Compiling serde_spanned v0.6.7 |
2322 | 2024-08-26T19:45:51.128Z | Compiling toml_datetime v0.6.8 |
2323 | 2024-08-26T19:45:51.128Z | Compiling camino v1.1.9 |
2324 | 2024-08-26T19:45:51.849Z | Compiling toml_edit v0.22.20 |
2325 | 2024-08-26T19:45:52.517Z | Compiling cargo-platform v0.1.8 |
2326 | 2024-08-26T19:45:53.510Z | Compiling serde_tokenstream v0.2.2 |
2327 | 2024-08-26T19:45:54.065Z | Compiling dof v0.3.0 |
2328 | 2024-08-26T19:45:55.141Z | Compiling toml v0.8.19 |
2329 | 2024-08-26T19:45:57.358Z | Compiling usdt-attr-macro v0.5.0 |
2330 | 2024-08-26T19:45:58.685Z | Compiling usdt-macro v0.5.0 |
2331 | 2024-08-26T19:45:59.380Z | Compiling semver v1.0.23 |
2332 | 2024-08-26T19:45:59.841Z | Compiling clap_derive v4.5.13 |
2333 | 2024-08-26T19:46:00.758Z | Compiling usdt v0.5.0 |
2334 | 2024-08-26T19:46:01.519Z | Compiling cargo_metadata v0.18.1 |
2335 | 2024-08-26T19:46:02.317Z | Compiling cargo_toml v0.20.4 |
2336 | 2024-08-26T19:46:02.803Z | Compiling macaddr v1.0.1 |
2337 | 2024-08-26T19:46:04.056Z | Compiling clap v4.5.16 |
2338 | 2024-08-26T19:46:14.547Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2339 | 2024-08-26T19:46:29.120Z | Finished `release` profile [optimized] target(s) in 1m 00s |
2340 | 2024-08-26T19:46:29.278Z | |
2341 | 2024-08-26T19:46:29.278Z | real 1:00.339230284 |
2342 | 2024-08-26T19:46:29.278Z | user 5:27.138911704 |
2343 | 2024-08-26T19:46:29.278Z | sys 34.742804788 |
2344 | 2024-08-26T19:46:29.278Z | trap 0.190967255 |
2345 | 2024-08-26T19:46:29.278Z | tflt 0.232492012 |
2346 | 2024-08-26T19:46:29.278Z | dflt 0.799489946 |
2347 | 2024-08-26T19:46:29.278Z | kflt 0.000000000 |
2348 | 2024-08-26T19:46:29.278Z | lock 10:20.168119722 |
2349 | 2024-08-26T19:46:29.278Z | slp 14:59.446702828 |
2350 | 2024-08-26T19:46:29.278Z | lat 13.003346006 |
2351 | 2024-08-26T19:46:29.278Z | stop 14.834863011 |
2352 | 2024-08-26T19:46:29.303Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2353 | 2024-08-26T19:46:29.303Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2354 | 2024-08-26T19:46:29.303Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2355 | 2024-08-26T19:46:29.303Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2356 | 2024-08-26T19:46:29.303Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2357 | 2024-08-26T19:46:30.229Z | Downloading crates ... |
2358 | 2024-08-26T19:46:30.568Z | Downloaded bcrypt-pbkdf v0.10.0 |
2359 | 2024-08-26T19:46:30.592Z | Downloaded dirs v5.0.1 |
2360 | 2024-08-26T19:46:30.592Z | Downloaded russh-cryptovec v0.7.2 |
2361 | 2024-08-26T19:46:30.592Z | Downloaded ssh-cipher v0.2.0 |
2362 | 2024-08-26T19:46:30.592Z | Downloaded ed25519 v2.2.3 |
2363 | 2024-08-26T19:46:30.592Z | Downloaded ssh-encoding v0.2.0 |
2364 | 2024-08-26T19:46:30.617Z | Downloaded ssh-key v0.6.6 |
2365 | 2024-08-26T19:46:30.617Z | Downloaded russh-keys v0.44.0 |
2366 | 2024-08-26T19:46:30.617Z | Downloaded russh v0.44.1 |
2367 | 2024-08-26T19:46:30.617Z | Downloaded p521 v0.13.3 |
2368 | 2024-08-26T19:46:30.642Z | Downloaded p384 v0.13.0 |
2369 | 2024-08-26T19:46:30.642Z | Downloaded hex-literal v0.4.1 |
2370 | 2024-08-26T19:46:30.642Z | Downloaded p256 v0.13.2 |
2371 | 2024-08-26T19:46:30.642Z | Downloaded num-bigint v0.4.5 |
2372 | 2024-08-26T19:46:30.642Z | Downloaded ed25519-dalek v2.1.1 |
2373 | 2024-08-26T19:46:30.667Z | Downloaded dhcproto v0.12.0 |
2374 | 2024-08-26T19:46:30.667Z | Downloaded aes-gcm v0.10.3 |
2375 | 2024-08-26T19:46:30.667Z | Downloaded rfc6979 v0.4.0 |
2376 | 2024-08-26T19:46:30.667Z | Downloaded primeorder v0.13.6 |
2377 | 2024-08-26T19:46:30.667Z | Downloaded pbkdf2 v0.11.0 |
2378 | 2024-08-26T19:46:30.667Z | Downloaded internet-checksum v0.2.1 |
2379 | 2024-08-26T19:46:30.667Z | Downloaded ghash v0.5.1 |
2380 | 2024-08-26T19:46:30.667Z | Downloaded dirs-sys v0.4.1 |
2381 | 2024-08-26T19:46:30.668Z | Downloaded polyval v0.6.2 |
2382 | 2024-08-26T19:46:30.668Z | Downloaded password-hash v0.4.2 |
2383 | 2024-08-26T19:46:30.668Z | Downloaded option-ext v0.2.0 |
2384 | 2024-08-26T19:46:30.692Z | Downloaded md5 v0.7.0 |
2385 | 2024-08-26T19:46:30.692Z | Downloaded ecdsa v0.16.9 |
2386 | 2024-08-26T19:46:30.692Z | Downloaded blowfish v0.9.1 |
2387 | 2024-08-26T19:46:30.692Z | Downloaded dhcproto-macros v0.1.0 |
2388 | 2024-08-26T19:46:30.881Z | Compiling regress v0.9.1 |
2389 | 2024-08-26T19:46:30.919Z | Compiling getopts v0.2.21 |
2390 | 2024-08-26T19:46:30.944Z | Compiling unsafe-libyaml v0.2.11 |
2391 | 2024-08-26T19:46:30.944Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2392 | 2024-08-26T19:46:30.944Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2393 | 2024-08-26T19:46:30.944Z | Compiling http v1.1.0 |
2394 | 2024-08-26T19:46:30.985Z | Compiling match_cfg v0.1.0 |
2395 | 2024-08-26T19:46:31.013Z | Compiling toml v0.8.19 |
2396 | 2024-08-26T19:46:31.151Z | Compiling hostname v0.3.1 |
2397 | 2024-08-26T19:46:31.476Z | Compiling rustls-pki-types v1.7.0 |
2398 | 2024-08-26T19:46:31.503Z | Compiling paste v1.0.15 |
2399 | 2024-08-26T19:46:31.503Z | Compiling ident_case v1.0.1 |
2400 | 2024-08-26T19:46:31.734Z | Compiling rustls v0.22.4 |
2401 | 2024-08-26T19:46:32.025Z | Compiling rustls-webpki v0.102.4 |
2402 | 2024-08-26T19:46:32.104Z | Compiling darling_core v0.20.9 |
2403 | 2024-08-26T19:46:32.204Z | Compiling ipnetwork v0.20.0 |
2404 | 2024-08-26T19:46:32.363Z | Compiling serde_yaml v0.9.34+deprecated |
2405 | 2024-08-26T19:46:32.876Z | Compiling multer v3.1.0 |
2406 | 2024-08-26T19:46:33.282Z | Compiling slog-json v2.6.1 |
2407 | 2024-08-26T19:46:33.575Z | Compiling async-stream-impl v0.3.5 |
2408 | 2024-08-26T19:46:33.658Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2409 | 2024-08-26T19:46:33.962Z | Compiling instant v0.1.12 |
2410 | 2024-08-26T19:46:34.072Z | Compiling debug-ignore v1.0.5 |
2411 | 2024-08-26T19:46:34.142Z | Compiling atomic-waker v1.1.2 |
2412 | 2024-08-26T19:46:34.323Z | Compiling waitgroup v0.1.2 |
2413 | 2024-08-26T19:46:34.348Z | Compiling slog-bunyan v2.5.0 |
2414 | 2024-08-26T19:46:34.572Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2415 | 2024-08-26T19:46:34.598Z | Compiling rustls-pemfile v2.1.3 |
2416 | 2024-08-26T19:46:34.932Z | Compiling async-stream v0.3.5 |
2417 | 2024-08-26T19:46:35.157Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2418 | 2024-08-26T19:46:35.268Z | Compiling serde_path_to_error v0.1.16 |
2419 | 2024-08-26T19:46:35.498Z | Compiling hostname v0.4.0 |
2420 | 2024-08-26T19:46:35.780Z | Compiling structmeta-derive v0.3.0 |
2421 | 2024-08-26T19:46:35.951Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2422 | 2024-08-26T19:46:36.140Z | Compiling newtype-uuid v1.1.0 |
2423 | 2024-08-26T19:46:36.392Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2424 | 2024-08-26T19:46:36.529Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2425 | 2024-08-26T19:46:36.805Z | Compiling backoff v0.4.0 |
2426 | 2024-08-26T19:46:36.923Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2427 | 2024-08-26T19:46:37.184Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2428 | 2024-08-26T19:46:37.275Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2429 | 2024-08-26T19:46:37.370Z | Compiling tokio-rustls v0.25.0 |
2430 | 2024-08-26T19:46:37.458Z | Compiling macaddr v1.0.1 |
2431 | 2024-08-26T19:46:37.718Z | Compiling proc-macro-crate v1.3.1 |
2432 | 2024-08-26T19:46:37.785Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2433 | 2024-08-26T19:46:37.926Z | Compiling fastrand v2.1.0 |
2434 | 2024-08-26T19:46:38.172Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2435 | 2024-08-26T19:46:38.504Z | Compiling tempfile v3.10.1 |
2436 | 2024-08-26T19:46:38.558Z | Compiling foreign-types-macros v0.2.3 |
2437 | 2024-08-26T19:46:38.830Z | Compiling num_enum_derive v0.5.11 |
2438 | 2024-08-26T19:46:38.854Z | Compiling structmeta v0.3.0 |
2439 | 2024-08-26T19:46:39.082Z | Compiling darling_macro v0.20.9 |
2440 | 2024-08-26T19:46:39.340Z | Compiling parse-display-derive v0.10.0 |
2441 | 2024-08-26T19:46:39.385Z | Compiling heapless v0.8.0 |
2442 | 2024-08-26T19:46:39.910Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2443 | 2024-08-26T19:46:40.025Z | Compiling foreign-types-shared v0.3.1 |
2444 | 2024-08-26T19:46:40.049Z | Compiling darling v0.20.9 |
2445 | 2024-08-26T19:46:40.187Z | Compiling foreign-types v0.5.0 |
2446 | 2024-08-26T19:46:40.212Z | Compiling serde_with_macros v3.9.0 |
2447 | 2024-08-26T19:46:40.325Z | Compiling proc-macro-error v1.0.4 |
2448 | 2024-08-26T19:46:40.986Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2449 | 2024-08-26T19:46:41.029Z | Compiling cstr-argument v0.1.2 |
2450 | 2024-08-26T19:46:41.362Z | Compiling hash32 v0.3.1 |
2451 | 2024-08-26T19:46:41.520Z | Compiling num_enum v0.5.11 |
2452 | 2024-08-26T19:46:41.677Z | Compiling pretty-hex v0.2.1 |
2453 | 2024-08-26T19:46:41.742Z | Compiling smoltcp v0.11.0 |
2454 | 2024-08-26T19:46:41.916Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2455 | 2024-08-26T19:46:42.324Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2456 | 2024-08-26T19:46:42.583Z | Compiling camino-tempfile v1.1.1 |
2457 | 2024-08-26T19:46:42.938Z | Compiling tabwriter v1.4.0 |
2458 | 2024-08-26T19:46:43.080Z | Compiling colored v2.1.0 |
2459 | 2024-08-26T19:46:43.121Z | Compiling cobs v0.2.3 |
2460 | 2024-08-26T19:46:43.243Z | Compiling serde_with v3.9.0 |
2461 | 2024-08-26T19:46:43.267Z | Compiling embedded-io v0.4.0 |
2462 | 2024-08-26T19:46:43.535Z | Compiling postcard v1.0.8 |
2463 | 2024-08-26T19:46:43.559Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2464 | 2024-08-26T19:46:43.875Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2465 | 2024-08-26T19:46:43.899Z | Compiling crucible-workspace-hack v0.1.0 |
2466 | 2024-08-26T19:46:43.957Z | Compiling parse-display v0.10.0 |
2467 | 2024-08-26T19:46:44.166Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2468 | 2024-08-26T19:46:44.266Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2469 | 2024-08-26T19:46:44.464Z | Compiling smf v0.2.3 |
2470 | 2024-08-26T19:46:44.593Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2471 | 2024-08-26T19:46:44.946Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2472 | 2024-08-26T19:46:45.057Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2473 | 2024-08-26T19:46:45.562Z | Compiling num-derive v0.4.2 |
2474 | 2024-08-26T19:46:45.896Z | Compiling sigpipe v0.1.3 |
2475 | 2024-08-26T19:46:46.043Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2476 | 2024-08-26T19:46:46.455Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2477 | 2024-08-26T19:46:46.571Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2478 | 2024-08-26T19:46:47.308Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2479 | 2024-08-26T19:46:47.719Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2480 | 2024-08-26T19:46:48.008Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2481 | 2024-08-26T19:46:48.175Z | Compiling universal-hash v0.5.1 |
2482 | 2024-08-26T19:46:48.319Z | Compiling opaque-debug v0.3.1 |
2483 | 2024-08-26T19:46:48.388Z | Compiling utf-8 v0.7.6 |
2484 | 2024-08-26T19:46:48.430Z | Compiling num-rational v0.4.2 |
2485 | 2024-08-26T19:46:48.537Z | Compiling curve25519-dalek v4.1.3 |
2486 | 2024-08-26T19:46:48.762Z | Compiling num-complex v0.4.6 |
2487 | 2024-08-26T19:46:48.786Z | Compiling humantime v2.1.0 |
2488 | 2024-08-26T19:46:48.909Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2489 | 2024-08-26T19:46:49.019Z | Compiling password-hash v0.5.0 |
2490 | 2024-08-26T19:46:49.327Z | Compiling blake2 v0.10.6 |
2491 | 2024-08-26T19:46:49.352Z | Compiling aead v0.5.2 |
2492 | 2024-08-26T19:46:49.352Z | Compiling curve25519-dalek-derive v0.1.1 |
2493 | 2024-08-26T19:46:49.752Z | Compiling num v0.4.3 |
2494 | 2024-08-26T19:46:49.793Z | Compiling float-ord v0.3.2 |
2495 | 2024-08-26T19:46:49.884Z | Compiling argon2 v0.5.3 |
2496 | 2024-08-26T19:46:50.050Z | Compiling poly1305 v0.8.0 |
2497 | 2024-08-26T19:46:50.075Z | Compiling chacha20 v0.9.1 |
2498 | 2024-08-26T19:46:50.202Z | Compiling semver v0.1.20 |
2499 | 2024-08-26T19:46:50.553Z | Compiling convert_case v0.4.0 |
2500 | 2024-08-26T19:46:50.742Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2501 | 2024-08-26T19:46:50.931Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2502 | 2024-08-26T19:46:51.041Z | Compiling rustc_version v0.1.7 |
2503 | 2024-08-26T19:46:51.409Z | Compiling tungstenite v0.21.0 |
2504 | 2024-08-26T19:46:51.663Z | Compiling newline-converter v0.3.0 |
2505 | 2024-08-26T19:46:51.716Z | Compiling derive_more v0.99.18 |
2506 | 2024-08-26T19:46:51.795Z | Compiling atty v0.2.14 |
2507 | 2024-08-26T19:46:51.894Z | Compiling rayon-core v1.12.1 |
2508 | 2024-08-26T19:46:52.013Z | Compiling same-file v1.0.6 |
2509 | 2024-08-26T19:46:52.294Z | Compiling walkdir v2.5.0 |
2510 | 2024-08-26T19:46:52.319Z | Compiling expectorate v1.1.0 |
2511 | 2024-08-26T19:46:52.359Z | Compiling newtype_derive v0.1.6 |
2512 | 2024-08-26T19:46:52.509Z | Compiling crossbeam-deque v0.8.5 |
2513 | 2024-08-26T19:46:52.684Z | Compiling tokio-tungstenite v0.21.0 |
2514 | 2024-08-26T19:46:52.709Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2515 | 2024-08-26T19:46:52.780Z | Compiling keccak v0.1.5 |
2516 | 2024-08-26T19:46:52.874Z | Compiling prettyplease v0.2.20 |
2517 | 2024-08-26T19:46:53.043Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2518 | 2024-08-26T19:46:53.206Z | Compiling sha3 v0.10.8 |
2519 | 2024-08-26T19:46:53.717Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2520 | 2024-08-26T19:46:53.790Z | Compiling thiserror-impl-no-std v2.0.2 |
2521 | 2024-08-26T19:46:53.956Z | Compiling secrecy v0.8.0 |
2522 | 2024-08-26T19:46:54.072Z | Compiling ring v0.16.20 |
2523 | 2024-08-26T19:46:54.239Z | Compiling blake3 v1.5.1 |
2524 | 2024-08-26T19:46:54.269Z | Compiling derive-where v1.2.7 |
2525 | 2024-08-26T19:46:54.913Z | Compiling half v2.4.1 |
2526 | 2024-08-26T19:46:55.158Z | Compiling unicase v2.7.0 |
2527 | 2024-08-26T19:46:55.309Z | Compiling cookie v0.18.1 |
2528 | 2024-08-26T19:46:55.517Z | Compiling arc-swap v1.7.1 |
2529 | 2024-08-26T19:46:55.541Z | Compiling quick-error v1.2.3 |
2530 | 2024-08-26T19:46:55.632Z | Compiling ciborium-io v0.2.2 |
2531 | 2024-08-26T19:46:55.696Z | Compiling termcolor v1.4.1 |
2532 | 2024-08-26T19:46:55.779Z | Compiling linked-hash-map v0.5.6 |
2533 | 2024-08-26T19:46:56.150Z | Compiling lru-cache v0.1.2 |
2534 | 2024-08-26T19:46:56.174Z | Compiling slog-scope v4.4.0 |
2535 | 2024-08-26T19:46:56.427Z | Compiling env_logger v0.9.3 |
2536 | 2024-08-26T19:46:56.714Z | Compiling ciborium-ll v0.2.2 |
2537 | 2024-08-26T19:46:56.824Z | Compiling resolv-conf v0.7.0 |
2538 | 2024-08-26T19:46:57.120Z | Compiling thiserror-no-std v2.0.2 |
2539 | 2024-08-26T19:46:57.182Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2540 | 2024-08-26T19:46:57.343Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2541 | 2024-08-26T19:46:57.728Z | Compiling rayon v1.10.0 |
2542 | 2024-08-26T19:46:57.886Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2543 | 2024-08-26T19:46:58.194Z | Compiling polyval v0.6.2 |
2544 | 2024-08-26T19:46:58.242Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2545 | 2024-08-26T19:46:58.503Z | Compiling rfc6979 v0.4.0 |
2546 | 2024-08-26T19:46:58.660Z | Compiling bitstruct_derive v0.1.0 |
2547 | 2024-08-26T19:46:58.710Z | Compiling memmap2 v0.9.4 |
2548 | 2024-08-26T19:46:58.734Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2549 | 2024-08-26T19:46:58.886Z | Compiling arrayref v0.3.7 |
2550 | 2024-08-26T19:46:59.010Z | Compiling libefi-sys v0.1.0 |
2551 | 2024-08-26T19:46:59.203Z | Compiling arrayvec v0.7.4 |
2552 | 2024-08-26T19:46:59.363Z | Compiling untrusted v0.7.1 |
2553 | 2024-08-26T19:46:59.573Z | Compiling ascii v1.1.0 |
2554 | 2024-08-26T19:46:59.650Z | Compiling constant_time_eq v0.3.0 |
2555 | 2024-08-26T19:46:59.746Z | Compiling home v0.5.9 |
2556 | 2024-08-26T19:46:59.857Z | Compiling spin v0.5.2 |
2557 | 2024-08-26T19:47:00.048Z | Compiling parking_lot_core v0.8.6 |
2558 | 2024-08-26T19:47:00.091Z | Compiling highway v1.2.0 |
2559 | 2024-08-26T19:47:00.130Z | Compiling bitstruct v0.1.1 |
2560 | 2024-08-26T19:47:00.234Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2561 | 2024-08-26T19:47:00.270Z | Compiling toolchain_find v0.4.0 |
2562 | 2024-08-26T19:47:00.593Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2563 | 2024-08-26T19:47:00.897Z | Compiling ecdsa v0.16.9 |
2564 | 2024-08-26T19:47:00.922Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2565 | 2024-08-26T19:47:00.947Z | Compiling ghash v0.5.1 |
2566 | 2024-08-26T19:47:01.119Z | Compiling steno v0.4.1 |
2567 | 2024-08-26T19:47:01.685Z | Compiling hickory-resolver v0.24.1 |
2568 | 2024-08-26T19:47:01.842Z | Compiling vsss-rs v3.3.4 |
2569 | 2024-08-26T19:47:01.899Z | Compiling ciborium v0.2.2 |
2570 | 2024-08-26T19:47:02.634Z | Compiling slog-stdlog v4.1.1 |
2571 | 2024-08-26T19:47:03.273Z | Compiling chacha20poly1305 v0.10.1 |
2572 | 2024-08-26T19:47:03.315Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2573 | 2024-08-26T19:47:03.508Z | Compiling primeorder v0.13.6 |
2574 | 2024-08-26T19:47:03.686Z | Compiling ctr v0.9.2 |
2575 | 2024-08-26T19:47:03.743Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2576 | 2024-08-26T19:47:04.009Z | Compiling serde_arrays v0.1.0 |
2577 | 2024-08-26T19:47:04.033Z | Compiling erased-serde v0.3.31 |
2578 | 2024-08-26T19:47:04.058Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2579 | 2024-08-26T19:47:04.176Z | Compiling bitfield-struct v0.6.1 |
2580 | 2024-08-26T19:47:04.201Z | Compiling slog-dtrace v0.3.0 |
2581 | 2024-08-26T19:47:04.470Z | Compiling cancel-safe-futures v0.1.5 |
2582 | 2024-08-26T19:47:04.516Z | Compiling topological-sort v0.2.2 |
2583 | 2024-08-26T19:47:04.740Z | Compiling omicron-zone-package v0.11.0 |
2584 | 2024-08-26T19:47:05.085Z | Compiling aes-gcm v0.10.3 |
2585 | 2024-08-26T19:47:05.347Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2586 | 2024-08-26T19:47:05.374Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2587 | 2024-08-26T19:47:05.399Z | Compiling slog-envlogger v2.2.0 |
2588 | 2024-08-26T19:47:05.575Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2589 | 2024-08-26T19:47:06.116Z | Compiling mime_guess v2.0.4 |
2590 | 2024-08-26T19:47:06.596Z | Compiling rustfmt-wrapper v0.2.1 |
2591 | 2024-08-26T19:47:07.043Z | Compiling tungstenite v0.20.1 |
2592 | 2024-08-26T19:47:07.218Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2593 | 2024-08-26T19:47:07.460Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2594 | 2024-08-26T19:47:07.898Z | Compiling heck v0.3.3 |
2595 | 2024-08-26T19:47:07.923Z | Compiling ed25519 v2.2.3 |
2596 | 2024-08-26T19:47:08.362Z | Compiling ssh-encoding v0.2.0 |
2597 | 2024-08-26T19:47:08.549Z | Compiling blowfish v0.9.1 |
2598 | 2024-08-26T19:47:08.579Z | Compiling nibble_vec v0.1.0 |
2599 | 2024-08-26T19:47:08.786Z | Compiling option-ext v0.2.0 |
2600 | 2024-08-26T19:47:08.851Z | Compiling endian-type v0.1.2 |
2601 | 2024-08-26T19:47:08.921Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2602 | 2024-08-26T19:47:08.961Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2603 | 2024-08-26T19:47:09.012Z | Compiling dirs-sys v0.4.1 |
2604 | 2024-08-26T19:47:09.103Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2605 | 2024-08-26T19:47:09.128Z | Compiling radix_trie v0.2.1 |
2606 | 2024-08-26T19:47:09.236Z | Compiling bcrypt-pbkdf v0.10.0 |
2607 | 2024-08-26T19:47:09.800Z | Compiling ssh-cipher v0.2.0 |
2608 | 2024-08-26T19:47:09.824Z | Compiling zone_cfg_derive v0.1.2 |
2609 | 2024-08-26T19:47:09.824Z | Compiling ed25519-dalek v2.1.1 |
2610 | 2024-08-26T19:47:09.824Z | Compiling tokio-tungstenite v0.20.1 |
2611 | 2024-08-26T19:47:10.387Z | Compiling parking_lot v0.11.2 |
2612 | 2024-08-26T19:47:10.510Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2613 | 2024-08-26T19:47:10.912Z | Compiling gethostname v0.5.0 |
2614 | 2024-08-26T19:47:11.167Z | Compiling password-hash v0.4.2 |
2615 | 2024-08-26T19:47:11.201Z | Compiling libsw v3.3.1 |
2616 | 2024-08-26T19:47:11.313Z | Compiling fxhash v0.2.1 |
2617 | 2024-08-26T19:47:11.357Z | Compiling linear-map v1.2.0 |
2618 | 2024-08-26T19:47:11.382Z | Compiling matches v0.1.10 |
2619 | 2024-08-26T19:47:11.502Z | Compiling base64 v0.13.1 |
2620 | 2024-08-26T19:47:11.548Z | Compiling owo-colors v4.0.0 |
2621 | 2024-08-26T19:47:11.574Z | Compiling sled v0.34.7 |
2622 | 2024-08-26T19:47:11.599Z | Compiling idna v0.2.3 |
2623 | 2024-08-26T19:47:11.770Z | Compiling pbkdf2 v0.11.0 |
2624 | 2024-08-26T19:47:12.180Z | Compiling ron v0.7.1 |
2625 | 2024-08-26T19:47:12.180Z | Compiling zone v0.1.8 |
2626 | 2024-08-26T19:47:13.150Z | Compiling ssh-key v0.6.6 |
2627 | 2024-08-26T19:47:13.690Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2628 | 2024-08-26T19:47:13.715Z | Compiling hickory-client v0.24.1 |
2629 | 2024-08-26T19:47:15.073Z | Compiling dirs v5.0.1 |
2630 | 2024-08-26T19:47:15.317Z | Compiling p256 v0.13.2 |
2631 | 2024-08-26T19:47:16.128Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2632 | 2024-08-26T19:47:16.628Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2633 | 2024-08-26T19:47:17.392Z | Compiling p521 v0.13.3 |
2634 | 2024-08-26T19:47:17.486Z | Compiling p384 v0.13.0 |
2635 | 2024-08-26T19:47:17.724Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2636 | 2024-08-26T19:47:18.136Z | Compiling hickory-server v0.24.1 |
2637 | 2024-08-26T19:47:18.935Z | Compiling pem v3.0.4 |
2638 | 2024-08-26T19:47:19.536Z | Compiling enum-as-inner v0.5.1 |
2639 | 2024-08-26T19:47:19.622Z | Compiling yasna v0.5.2 |
2640 | 2024-08-26T19:47:19.756Z | Compiling portpicker v0.1.1 |
2641 | 2024-08-26T19:47:20.118Z | Compiling headers-core v0.2.0 |
2642 | 2024-08-26T19:47:20.307Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2643 | 2024-08-26T19:47:20.588Z | Compiling kstat-rs v0.2.4 |
2644 | 2024-08-26T19:47:20.686Z | Compiling nanorand v0.7.0 |
2645 | 2024-08-26T19:47:21.229Z | Compiling russh-cryptovec v0.7.2 |
2646 | 2024-08-26T19:47:21.261Z | Compiling http-range v0.1.5 |
2647 | 2024-08-26T19:47:21.337Z | Compiling glob v0.3.1 |
2648 | 2024-08-26T19:47:21.633Z | Compiling md5 v0.7.0 |
2649 | 2024-08-26T19:47:21.740Z | Compiling hyper-staticfile v0.9.5 |
2650 | 2024-08-26T19:47:22.043Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2651 | 2024-08-26T19:47:22.249Z | Compiling russh-keys v0.44.0 |
2652 | 2024-08-26T19:47:22.328Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2653 | 2024-08-26T19:47:22.381Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2654 | 2024-08-26T19:47:22.491Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2655 | 2024-08-26T19:47:22.547Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2656 | 2024-08-26T19:47:22.774Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2657 | 2024-08-26T19:47:22.838Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2658 | 2024-08-26T19:47:24.387Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2659 | 2024-08-26T19:47:25.666Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2660 | 2024-08-26T19:47:26.378Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2661 | 2024-08-26T19:47:28.532Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2662 | 2024-08-26T19:47:29.198Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2663 | 2024-08-26T19:47:29.298Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2664 | 2024-08-26T19:47:29.594Z | Compiling flume v0.11.0 |
2665 | 2024-08-26T19:47:30.240Z | Compiling trust-dns-proto v0.22.0 |
2666 | 2024-08-26T19:47:30.808Z | Compiling rcgen v0.12.1 |
2667 | 2024-08-26T19:47:30.844Z | Compiling headers v0.3.9 |
2668 | 2024-08-26T19:47:32.800Z | Compiling atomicwrites v0.4.3 |
2669 | 2024-08-26T19:47:33.194Z | Compiling itertools v0.13.0 |
2670 | 2024-08-26T19:47:33.225Z | Compiling num-bigint v0.4.5 |
2671 | 2024-08-26T19:47:35.540Z | Compiling subprocess v0.2.9 |
2672 | 2024-08-26T19:47:36.311Z | Compiling display-error-chain v0.2.0 |
2673 | 2024-08-26T19:47:36.542Z | Compiling dhcproto-macros v0.1.0 |
2674 | 2024-08-26T19:47:37.655Z | Compiling hex-literal v0.4.1 |
2675 | 2024-08-26T19:47:37.721Z | Compiling dhcproto v0.12.0 |
2676 | 2024-08-26T19:47:37.849Z | Compiling russh v0.44.1 |
2677 | 2024-08-26T19:47:38.165Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2678 | 2024-08-26T19:47:38.731Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2679 | 2024-08-26T19:47:40.284Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2680 | 2024-08-26T19:47:40.813Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2681 | 2024-08-26T19:47:42.931Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2682 | 2024-08-26T19:47:43.622Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2683 | 2024-08-26T19:47:43.824Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2684 | 2024-08-26T19:47:44.143Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2685 | 2024-08-26T19:47:45.471Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2686 | 2024-08-26T19:47:46.008Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2687 | 2024-08-26T19:47:47.198Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2688 | 2024-08-26T19:47:47.975Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2689 | 2024-08-26T19:47:48.080Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2690 | 2024-08-26T19:47:49.607Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2691 | 2024-08-26T19:47:49.917Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2692 | 2024-08-26T19:47:50.377Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2693 | 2024-08-26T19:47:52.496Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2694 | 2024-08-26T19:47:52.913Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2695 | 2024-08-26T19:47:53.373Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2696 | 2024-08-26T19:47:53.882Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2697 | 2024-08-26T19:47:57.010Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2698 | 2024-08-26T19:47:58.522Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2699 | 2024-08-26T19:47:58.736Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2700 | 2024-08-26T19:47:59.322Z | Compiling internet-checksum v0.2.1 |
2701 | 2024-08-26T19:48:01.407Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2702 | 2024-08-26T19:48:10.497Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2703 | 2024-08-26T19:48:10.497Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2704 | 2024-08-26T19:48:12.365Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2705 | 2024-08-26T19:48:38.888Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2706 | 2024-08-26T19:49:29.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 00s |
2707 | 2024-08-26T19:49:29.671Z | |
2708 | 2024-08-26T19:49:29.696Z | real 3:00.332536738 |
2709 | 2024-08-26T19:49:29.696Z | user 12:57.166062184 |
2710 | 2024-08-26T19:49:29.696Z | sys 2:57.128724087 |
2711 | 2024-08-26T19:49:29.696Z | trap 0.420483002 |
2712 | 2024-08-26T19:49:29.696Z | tflt 0.945340003 |
2713 | 2024-08-26T19:49:29.696Z | dflt 2.504889453 |
2714 | 2024-08-26T19:49:29.696Z | kflt 0.000085797 |
2715 | 2024-08-26T19:49:29.696Z | lock 28:17.495438383 |
2716 | 2024-08-26T19:49:29.696Z | slp 48:05.350924858 |
2717 | 2024-08-26T19:49:29.696Z | lat 41.461802673 |
2718 | 2024-08-26T19:49:29.696Z | stop 1:33.845298053 |
2719 | 2024-08-26T19:49:29.696Z | + mkdir tests |
2720 | 2024-08-26T19:49:29.696Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2721 | 2024-08-26T19:49:29.696Z | + xargs -I '{}' -t cp '{}' tests/ |
2722 | 2024-08-26T19:49:29.739Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a5517760de320bdc tests/ |
2723 | 2024-08-26T19:49:29.772Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a71c0e43cde62edd tests/ |
2724 | 2024-08-26T19:49:29.805Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-4fd72a57c880b0c1 tests/ |
2725 | 2024-08-26T19:49:29.836Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-04ab9a298b132bca tests/ |
2726 | 2024-08-26T19:49:30.056Z | + 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/*) |
2727 | 2024-08-26T19:49:30.081Z | + 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-a71c0e43cde62edd tests/commtest-4fd72a57c880b0c1 tests/dhcp_server-a5517760de320bdc tests/end_to_end_tests-04ab9a298b132bca 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 |
2728 | 2024-08-26T19:50:53.113Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2729 | 2024-08-26T19:50:53.113Z | a out/target/test 1K |
2730 | 2024-08-26T19:50:53.113Z | a out/npuzone/npuzone 23144K |
2731 | 2024-08-26T19:50:53.113Z | a package-manifest.toml 32K |
2732 | 2024-08-26T19:50:53.113Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2733 | 2024-08-26T19:50:53.113Z | a target/release/omicron-package 32306K |
2734 | 2024-08-26T19:50:53.113Z | a target/release/xtask 11627K |
2735 | 2024-08-26T19:50:53.113Z | a target/debug/bootstrap 192162K |
2736 | 2024-08-26T19:50:53.113Z | a tests/bootstrap-a71c0e43cde62edd 23739K |
2737 | 2024-08-26T19:50:53.113Z | a tests/commtest-4fd72a57c880b0c1 23966K |
2738 | 2024-08-26T19:50:53.113Z | a tests/dhcp_server-a5517760de320bdc 23739K |
2739 | 2024-08-26T19:50:53.113Z | a tests/end_to_end_tests-04ab9a298b132bca 205041K |
2740 | 2024-08-26T19:50:53.113Z | a out/clickhouse.tar.gz 232437K |
2741 | 2024-08-26T19:50:53.113Z | a out/clickhouse_keeper.tar.gz 232433K |
2742 | 2024-08-26T19:50:53.113Z | a out/clickhouse_server.tar.gz 232433K |
2743 | 2024-08-26T19:50:53.113Z | a out/cockroachdb.tar.gz 131945K |
2744 | 2024-08-26T19:50:53.113Z | a out/crucible-dtrace.tar 84K |
2745 | 2024-08-26T19:50:53.113Z | a out/crucible-pantry-zone.tar.gz 27828K |
2746 | 2024-08-26T19:50:53.113Z | a out/crucible-zone.tar.gz 38157K |
2747 | 2024-08-26T19:50:53.113Z | a out/external-dns.tar.gz 24954K |
2748 | 2024-08-26T19:50:53.114Z | a out/internal-dns.tar.gz 24953K |
2749 | 2024-08-26T19:50:53.114Z | a out/mg-ddm-gz.tar 62160K |
2750 | 2024-08-26T19:50:53.114Z | a out/nexus.tar.gz 87015K |
2751 | 2024-08-26T19:50:53.114Z | a out/ntp.tar.gz 8978K |
2752 | 2024-08-26T19:50:53.114Z | a out/omicron-gateway-softnpu.tar.gz 20406K |
2753 | 2024-08-26T19:50:53.114Z | a out/omicron-sled-agent.tar 97457K |
2754 | 2024-08-26T19:50:53.114Z | a out/overlay.tar.gz 3K |
2755 | 2024-08-26T19:50:53.114Z | a out/oximeter.tar.gz 42199K |
2756 | 2024-08-26T19:50:53.114Z | a out/oxlog.tar 2946K |
2757 | 2024-08-26T19:50:53.114Z | a out/probe.tar.gz 2764K |
2758 | 2024-08-26T19:50:53.114Z | a out/propolis-server.tar.gz 65291K |
2759 | 2024-08-26T19:50:53.114Z | a out/pumpkind-gz.tar 26665K |
2760 | 2024-08-26T19:50:53.114Z | a out/switch-softnpu.tar.gz 213514K |
2761 | 2024-08-26T19:50:53.139Z | |
2762 | 2024-08-26T19:50:53.139Z | real 1:23.054165985 |
2763 | 2024-08-26T19:50:53.139Z | user 1:16.252094842 |
2764 | 2024-08-26T19:50:53.139Z | sys 8.894828444 |
2765 | 2024-08-26T19:50:53.139Z | trap 0.026138933 |
2766 | 2024-08-26T19:50:53.139Z | tflt 0.000000000 |
2767 | 2024-08-26T19:50:53.139Z | dflt 0.000000000 |
2768 | 2024-08-26T19:50:53.139Z | kflt 0.000000000 |
2769 | 2024-08-26T19:50:53.139Z | lock 0.000000000 |
2770 | 2024-08-26T19:50:53.139Z | slp 1:16.042938409 |
2771 | 2024-08-26T19:50:53.139Z | lat 4.885338556 |
2772 | 2024-08-26T19:50:53.139Z | stop 0.000298558 |
2773 | 2024-08-26T19:50:53.139Z | process exited: duration 1691547 ms, exit code 0 |
|
2774 | 2024-08-26T19:50:53.225Z | found 1 output files |
2775 | 2024-08-26T19:50:53.225Z | uploading: /work/package.tar.gz (1617668509 bytes) |
2776 | 2024-08-26T19:54:43.248Z | uploaded: /work/package.tar.gz |