|
|
|
1 | 2024-10-04T15:18:30.159Z | job assigned to worker 01J9C1PXBZ8W118YGEFT8BVT8F (queued for 1 m 7 s) |
|
2 | 2024-10-04T15:18:36.911Z | starting task 0: "setup" |
3 | 2024-10-04T15:18:36.919Z | ++ uname -s |
4 | 2024-10-04T15:18:36.921Z | + kern=SunOS |
5 | 2024-10-04T15:18:36.921Z | + case "$kern" in |
6 | 2024-10-04T15:18:36.921Z | + groupadd -g 12345 build |
7 | 2024-10-04T15:18:36.924Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-04T15:18:38.933Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-04T15:18:39.095Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-04T15:18:39.097Z | + home_fs=zfs |
11 | 2024-10-04T15:18:39.097Z | + [[ zfs == autofs ]] |
12 | 2024-10-04T15:18:39.097Z | + mkdir -p /home/build |
13 | 2024-10-04T15:18:39.100Z | + chown build:build /home/build /work |
14 | 2024-10-04T15:18:41.101Z | + chmod 0700 /home/build /work |
15 | 2024-10-04T15:18:41.103Z | process exited: duration 4194 ms, exit code 0 |
|
16 | 2024-10-04T15:18:41.108Z | starting task 1: "rust-toolchain" |
17 | 2024-10-04T15:18:41.114Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-04T15:18:41.114Z | ' 1.80.1 |
19 | 2024-10-04T15:18:41.114Z | + printf ' * toolchain profile = "%s" |
20 | 2024-10-04T15:18:41.114Z | ' default |
21 | 2024-10-04T15:18:41.114Z | * toolchain channel = "1.80.1" |
22 | 2024-10-04T15:18:41.114Z | * toolchain profile = "default" |
23 | 2024-10-04T15:18:41.117Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-04T15:18:41.117Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-04T15:18:41.221Z | info: downloading installer |
26 | 2024-10-04T15:18:42.363Z | info: profile set to 'default' |
27 | 2024-10-04T15:18:42.363Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-04T15:18:42.365Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-04T15:18:42.525Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-04T15:18:42.525Z | info: downloading component 'cargo' |
31 | 2024-10-04T15:18:43.479Z | info: downloading component 'clippy' |
32 | 2024-10-04T15:18:43.818Z | info: downloading component 'rust-docs' |
33 | 2024-10-04T15:18:45.121Z | info: downloading component 'rust-std' |
34 | 2024-10-04T15:18:46.956Z | info: downloading component 'rustc' |
35 | 2024-10-04T15:18:52.160Z | info: downloading component 'rustfmt' |
36 | 2024-10-04T15:18:52.457Z | info: installing component 'cargo' |
37 | 2024-10-04T15:18:53.372Z | info: installing component 'clippy' |
38 | 2024-10-04T15:18:53.766Z | info: installing component 'rust-docs' |
39 | 2024-10-04T15:18:55.403Z | info: installing component 'rust-std' |
40 | 2024-10-04T15:18:57.146Z | info: installing component 'rustc' |
41 | 2024-10-04T15:19:01.362Z | info: installing component 'rustfmt' |
42 | 2024-10-04T15:19:01.697Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-04T15:19:01.697Z | |
44 | 2024-10-04T15:19:01.948Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-04T15:19:01.948Z | |
46 | 2024-10-04T15:19:01.951Z | |
47 | 2024-10-04T15:19:01.951Z | Rust is installed now. Great! |
48 | 2024-10-04T15:19:01.951Z | |
49 | 2024-10-04T15:19:01.951Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-04T15:19:01.951Z | environment variable. This has not been done automatically. |
51 | 2024-10-04T15:19:01.951Z | |
52 | 2024-10-04T15:19:01.951Z | To configure your current shell, you need to source |
53 | 2024-10-04T15:19:01.951Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-04T15:19:01.951Z | |
55 | 2024-10-04T15:19:01.951Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-04T15:19:01.951Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-04T15:19:01.951Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-04T15:19:01.998Z | + rustc --version |
59 | 2024-10-04T15:19:02.060Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-04T15:19:02.063Z | process exited: duration 20954 ms, exit code 0 |
|
61 | 2024-10-04T15:19:02.071Z | starting task 2: "authentication" |
62 | 2024-10-04T15:19:02.089Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-10-04T15:19:02.095Z | starting task 3: "clone repository" |
64 | 2024-10-04T15:19:02.099Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-04T15:19:02.102Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-04T15:19:02.143Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-04T15:19:09.369Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-04T15:19:09.369Z | + git fetch origin 62c7672eb850d8561e91252beff7e312d86970d3 |
69 | 2024-10-04T15:19:09.668Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-04T15:19:09.668Z | * branch 62c7672eb850d8561e91252beff7e312d86970d3 -> FETCH_HEAD |
71 | 2024-10-04T15:19:09.678Z | + [[ -n main ]] |
72 | 2024-10-04T15:19:09.681Z | ++ git branch --show-current |
73 | 2024-10-04T15:19:09.683Z | + current=main |
74 | 2024-10-04T15:19:09.683Z | + [[ main != main ]] |
75 | 2024-10-04T15:19:09.683Z | + git reset --hard 62c7672eb850d8561e91252beff7e312d86970d3 |
76 | 2024-10-04T15:19:09.842Z | HEAD is now at 62c7672eb [datastore] Rework metric producer upsertion (#6759) |
77 | 2024-10-04T15:19:09.845Z | process exited: duration 7749 ms, exit code 0 |
|
78 | 2024-10-04T15:19:09.850Z | starting task 4: "build" |
79 | 2024-10-04T15:19:09.856Z | + cargo --version |
80 | 2024-10-04T15:19:09.910Z | cargo 1.80.1 (376290515 2024-07-16) |
81 | 2024-10-04T15:19:09.913Z | + rustc --version |
82 | 2024-10-04T15:19:09.968Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
83 | 2024-10-04T15:19:09.971Z | + WORK=/work |
84 | 2024-10-04T15:19:09.971Z | + pfexec mkdir -p /work |
85 | 2024-10-04T15:19:09.975Z | + pfexec chown build /work |
86 | 2024-10-04T15:19:09.978Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-10-04T15:19:21.937Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-10-04T15:19:24.737Z | Startup: Caching catalogs ... Done |
89 | 2024-10-04T15:19:29.048Z | Planning: Solver setup ... Done (3.683s) |
90 | 2024-10-04T15:19:29.112Z | Planning: Running solver ... Done (0.065s) |
91 | 2024-10-04T15:19:29.177Z | Planning: Finding local manifests ... Done (0.003s) |
92 | 2024-10-04T15:19:29.205Z | Planning: Fetching manifests: 0/5 0% complete |
93 | 2024-10-04T15:19:29.850Z | Planning: Fetching manifests: 5/5 100% complete |
94 | 2024-10-04T15:19:29.944Z | Planning: Package planning ... Done (0.098s) |
95 | 2024-10-04T15:19:30.001Z | Planning: Merging actions ... Done (0.056s) |
96 | 2024-10-04T15:19:30.334Z | Planning: Checking for conflicting actions ... Done (0.333s) |
97 | 2024-10-04T15:19:32.191Z | Planning: Consolidating action changes ... Done (1.858s) |
98 | 2024-10-04T15:19:32.616Z | Planning: Evaluating mediators ... Done (0.425s) |
99 | 2024-10-04T15:19:32.725Z | Planning: Planning completed in 7.91 seconds |
100 | 2024-10-04T15:19:32.741Z | Packages to install: 4 |
101 | 2024-10-04T15:19:32.741Z | Packages to update: 1 |
102 | 2024-10-04T15:19:32.744Z | Mediators to change: 2 |
103 | 2024-10-04T15:19:32.744Z | Services to change: 1 |
104 | 2024-10-04T15:19:32.744Z | Estimated space available: 155.71 GB |
105 | 2024-10-04T15:19:32.744Z | Estimated space to be consumed: 1.56 GB |
106 | 2024-10-04T15:19:32.744Z | Create boot environment: No |
107 | 2024-10-04T15:19:32.745Z | Create backup boot environment: Yes |
108 | 2024-10-04T15:19:32.745Z | Rebuild boot archive: No |
109 | 2024-10-04T15:19:32.745Z | |
110 | 2024-10-04T15:19:32.745Z | Changed mediators: |
111 | 2024-10-04T15:19:32.745Z | mediator clang: |
112 | 2024-10-04T15:19:32.745Z | version: None -> 15 (system default) |
113 | 2024-10-04T15:19:32.745Z | |
114 | 2024-10-04T15:19:32.745Z | mediator llvm: |
115 | 2024-10-04T15:19:32.745Z | version: 14 (system default) -> 15 (system default) |
116 | 2024-10-04T15:19:32.745Z | |
117 | 2024-10-04T15:19:32.745Z | Changed packages: |
118 | 2024-10-04T15:19:32.745Z | helios-dev |
119 | 2024-10-04T15:19:32.746Z | developer/build-essential |
120 | 2024-10-04T15:19:32.746Z | None -> 11-2.0 |
121 | 2024-10-04T15:19:32.746Z | library/libxmlsec1 |
122 | 2024-10-04T15:19:32.746Z | None -> 1.2.35-2.0 |
123 | 2024-10-04T15:19:32.746Z | ooce/developer/clang-15 |
124 | 2024-10-04T15:19:32.746Z | None -> 15.0.7-2.0 |
125 | 2024-10-04T15:19:32.746Z | ooce/developer/llvm-15 |
126 | 2024-10-04T15:19:32.746Z | None -> 15.0.7-2.0 |
127 | 2024-10-04T15:19:32.746Z | package/pkg |
128 | 2024-10-04T15:19:32.746Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
129 | 2024-10-04T15:19:32.747Z | |
130 | 2024-10-04T15:19:32.747Z | Services: |
131 | 2024-10-04T15:19:32.747Z | restart_fmri: |
132 | 2024-10-04T15:19:32.747Z | svc:/system/update-man-index:default |
133 | 2024-10-04T15:19:32.747Z | |
134 | 2024-10-04T15:19:32.747Z | Editable files to change: |
135 | 2024-10-04T15:19:32.747Z | Update: |
136 | 2024-10-04T15:19:32.747Z | usr/share/lib/pkg/web/config.shtml |
137 | 2024-10-04T15:19:32.820Z | |
138 | 2024-10-04T15:19:32.820Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
139 | 2024-10-04T15:19:37.820Z | Download: 1119/4281 items 29.4/220.6MB 13% complete (5.8M/s) |
140 | 2024-10-04T15:19:42.820Z | Download: 1731/4281 items 104.4/220.6MB 47% complete (10.5M/s) |
141 | 2024-10-04T15:19:47.829Z | Download: 2294/4281 items 119.8/220.6MB 54% complete (9.4M/s) |
142 | 2024-10-04T15:19:52.829Z | Download: 3248/4281 items 168.3/220.6MB 76% complete (6.3M/s) |
143 | 2024-10-04T15:19:57.836Z | Download: 4205/4281 items 220.6/220.6MB 99% complete (10.1M/s) |
144 | 2024-10-04T15:19:59.098Z | Download: Completed 220.60 MB in 26.28 seconds (8.4M/s) |
145 | 2024-10-04T15:20:01.433Z | Actions: 1/5063 actions (Removing old actions) |
146 | 2024-10-04T15:20:01.453Z | Actions: 194/5063 actions (Installing new actions) |
147 | 2024-10-04T15:20:06.500Z | Actions: 4099/5063 actions (Installing new actions) |
148 | 2024-10-04T15:20:06.727Z | Actions: 4226/5063 actions (Updating modified actions) |
149 | 2024-10-04T15:20:07.076Z | Actions: Completed 5063 actions in 5.64 seconds. |
150 | 2024-10-04T15:20:07.406Z | Done (0.323s) |
151 | 2024-10-04T15:20:07.409Z | Done (0.000s) |
152 | 2024-10-04T15:20:07.848Z | Done (0.441s) |
153 | 2024-10-04T15:20:12.205Z | Done (4.166s) |
154 | 2024-10-04T15:20:12.295Z | Done (0.018s) |
155 | 2024-10-04T15:20:12.298Z | Done (0.000s) |
156 | 2024-10-04T15:20:12.466Z | Done (0.000s) |
157 | 2024-10-04T15:20:13.093Z | Planning: Evaluating mediator changes ... Done |
158 | 2024-10-04T15:20:13.250Z | Planning: Checking for conflicting actions ... Done |
159 | 2024-10-04T15:20:13.253Z | Planning: Consolidating action changes ... Done |
160 | 2024-10-04T15:20:13.515Z | Planning: Evaluating mediators ... Done |
161 | 2024-10-04T15:20:13.518Z | Planning: Planning completed in 0.42 seconds |
162 | 2024-10-04T15:20:13.554Z | Mediators to change: 2 |
163 | 2024-10-04T15:20:13.554Z | Create boot environment: No |
164 | 2024-10-04T15:20:13.556Z | Create backup boot environment: No |
165 | 2024-10-04T15:20:13.645Z | Done |
166 | 2024-10-04T15:20:13.645Z | Done |
167 | 2024-10-04T15:20:13.936Z | Done |
168 | 2024-10-04T15:20:17.455Z | Done |
169 | 2024-10-04T15:20:17.547Z | Done |
170 | 2024-10-04T15:20:17.549Z | Done |
171 | 2024-10-04T15:20:17.705Z | Done |
172 | 2024-10-04T15:20:18.313Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-10-04T15:20:18.316Z | Planning: Merging actions ... Done |
174 | 2024-10-04T15:20:18.502Z | Planning: Checking for conflicting actions ... Done |
175 | 2024-10-04T15:20:18.505Z | Planning: Consolidating action changes ... Done |
176 | 2024-10-04T15:20:18.763Z | Planning: Evaluating mediators ... Done |
177 | 2024-10-04T15:20:18.819Z | Planning: Planning completed in 0.75 seconds |
178 | 2024-10-04T15:20:18.858Z | Packages to change: 1 |
179 | 2024-10-04T15:20:18.858Z | Mediators to change: 1 |
180 | 2024-10-04T15:20:18.861Z | Services to change: 1 |
181 | 2024-10-04T15:20:18.861Z | Create boot environment: No |
182 | 2024-10-04T15:20:18.861Z | Create backup boot environment: Yes |
183 | 2024-10-04T15:20:20.930Z | Actions: 1/6 actions (Updating modified actions) |
184 | 2024-10-04T15:20:21.020Z | Actions: Completed 6 actions in 0.09 seconds. |
185 | 2024-10-04T15:20:21.023Z | Done |
186 | 2024-10-04T15:20:21.023Z | Done |
187 | 2024-10-04T15:20:21.112Z | Done |
188 | 2024-10-04T15:20:24.691Z | Done |
189 | 2024-10-04T15:20:24.779Z | Done |
190 | 2024-10-04T15:20:24.782Z | Done |
191 | 2024-10-04T15:20:24.894Z | Done |
192 | 2024-10-04T15:20:25.321Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
193 | 2024-10-04T15:20:25.321Z | clang system 15 system |
194 | 2024-10-04T15:20:25.321Z | csh system system illumos |
195 | 2024-10-04T15:20:25.321Z | ctags system system illumos |
196 | 2024-10-04T15:20:25.321Z | gcc vendor 12 vendor |
197 | 2024-10-04T15:20:25.321Z | gcc system 10 system |
198 | 2024-10-04T15:20:25.321Z | gcc system 7 system |
199 | 2024-10-04T15:20:25.321Z | go system 1.20 system |
200 | 2024-10-04T15:20:25.321Z | go system 1.19 system |
201 | 2024-10-04T15:20:25.321Z | llvm system 15 system |
202 | 2024-10-04T15:20:25.321Z | llvm system 14 system |
203 | 2024-10-04T15:20:25.321Z | mariadb system 10.6 system |
204 | 2024-10-04T15:20:25.321Z | mta vendor vendor dma |
205 | 2024-10-04T15:20:25.321Z | openjdk system 17 system |
206 | 2024-10-04T15:20:25.321Z | openjdk system 11 system |
207 | 2024-10-04T15:20:25.321Z | openjdk system 1.8 system |
208 | 2024-10-04T15:20:25.321Z | openssl vendor 3 vendor |
209 | 2024-10-04T15:20:25.321Z | perl system 5.36 system |
210 | 2024-10-04T15:20:25.321Z | postgresql system 15 system |
211 | 2024-10-04T15:20:25.321Z | postgresql system 13 system |
212 | 2024-10-04T15:20:25.321Z | python vendor 3 vendor |
213 | 2024-10-04T15:20:25.321Z | python system 2 system |
214 | 2024-10-04T15:20:25.321Z | python3 system 3.11 system |
215 | 2024-10-04T15:20:25.321Z | ruby system 3.0 system |
216 | 2024-10-04T15:20:25.321Z | words vendor vendor american-english |
217 | 2024-10-04T15:20:25.321Z | words system system australian-english |
218 | 2024-10-04T15:20:25.321Z | words system system british-english |
219 | 2024-10-04T15:20:25.321Z | words system system canadian-english |
220 | 2024-10-04T15:20:25.322Z | words system system french |
221 | 2024-10-04T15:20:25.322Z | words system system italian |
222 | 2024-10-04T15:20:25.322Z | words system system ngerman |
223 | 2024-10-04T15:20:25.322Z | words system system ogerman |
224 | 2024-10-04T15:20:25.322Z | words system system spanish |
225 | 2024-10-04T15:20:25.654Z | PUBLISHER TYPE STATUS P LOCATION |
226 | 2024-10-04T15:20:25.654Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
227 | 2024-10-04T15:20:27.694Z | FMRI IFO |
228 | 2024-10-04T15:20:27.695Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
229 | 2024-10-04T15:20:27.695Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
230 | 2024-10-04T15:20:27.695Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
231 | 2024-10-04T15:20:27.695Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
232 | 2024-10-04T15:20:27.695Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
233 | 2024-10-04T15:20:27.695Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
234 | 2024-10-04T15:20:27.695Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
235 | 2024-10-04T15:20:27.695Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
236 | 2024-10-04T15:20:27.695Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
237 | 2024-10-04T15:20:27.695Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
238 | 2024-10-04T15:20:27.695Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
239 | 2024-10-04T15:20:27.695Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
240 | 2024-10-04T15:20:27.695Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
241 | 2024-10-04T15:20:28.348Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
242 | 2024-10-04T15:20:28.622Z | Updating crates.io index |
243 | 2024-10-04T15:20:28.704Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
244 | 2024-10-04T15:20:29.502Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
245 | 2024-10-04T15:20:29.831Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
246 | 2024-10-04T15:20:30.078Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
247 | 2024-10-04T15:20:30.362Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
248 | 2024-10-04T15:20:31.092Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
249 | 2024-10-04T15:20:33.406Z | Updating git repository `https://github.com/oxidecomputer/opte` |
250 | 2024-10-04T15:20:34.376Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
251 | 2024-10-04T15:20:35.176Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
252 | 2024-10-04T15:20:35.462Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
253 | 2024-10-04T15:20:35.740Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
254 | 2024-10-04T15:20:36.298Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
255 | 2024-10-04T15:20:36.637Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
256 | 2024-10-04T15:20:36.946Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
257 | 2024-10-04T15:20:37.292Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
258 | 2024-10-04T15:20:37.579Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
259 | 2024-10-04T15:20:37.868Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
260 | 2024-10-04T15:20:38.193Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
261 | 2024-10-04T15:20:38.460Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
262 | 2024-10-04T15:20:38.709Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
263 | 2024-10-04T15:20:39.009Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
264 | 2024-10-04T15:20:39.330Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
265 | 2024-10-04T15:20:39.594Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
266 | 2024-10-04T15:20:39.965Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
267 | 2024-10-04T15:20:40.386Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
268 | 2024-10-04T15:20:40.751Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
269 | 2024-10-04T15:20:41.140Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
270 | 2024-10-04T15:20:41.544Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
271 | 2024-10-04T15:20:41.818Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
272 | 2024-10-04T15:20:42.081Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
273 | 2024-10-04T15:20:43.293Z | Downloading crates ... |
274 | 2024-10-04T15:20:43.416Z | Downloaded equivalent v1.0.1 |
275 | 2024-10-04T15:20:43.422Z | Downloaded cargo-platform v0.1.8 |
276 | 2024-10-04T15:20:43.424Z | Downloaded plain v0.2.3 |
277 | 2024-10-04T15:20:43.426Z | Downloaded fs-err v2.11.0 |
278 | 2024-10-04T15:20:43.429Z | Downloaded itoa v1.0.11 |
279 | 2024-10-04T15:20:43.431Z | Downloaded proc-macro-error-attr v1.0.4 |
280 | 2024-10-04T15:20:43.431Z | Downloaded pretty-hex v0.4.1 |
281 | 2024-10-04T15:20:43.435Z | Downloaded usdt-macro v0.5.0 |
282 | 2024-10-04T15:20:43.437Z | Downloaded usdt-attr-macro v0.5.0 |
283 | 2024-10-04T15:20:43.437Z | Downloaded tabled_derive v0.7.0 |
284 | 2024-10-04T15:20:43.439Z | Downloaded swrite v0.1.0 |
285 | 2024-10-04T15:20:43.439Z | Downloaded dof v0.3.0 |
286 | 2024-10-04T15:20:43.439Z | Downloaded digest v0.10.7 |
287 | 2024-10-04T15:20:43.442Z | Downloaded bytecount v0.6.8 |
288 | 2024-10-04T15:20:43.444Z | Downloaded anstyle-query v1.0.3 |
289 | 2024-10-04T15:20:43.444Z | Downloaded scroll_derive v0.12.0 |
290 | 2024-10-04T15:20:43.446Z | Downloaded heck v0.4.1 |
291 | 2024-10-04T15:20:43.446Z | Downloaded fastrand v2.1.0 |
292 | 2024-10-04T15:20:43.449Z | Downloaded cpufeatures v0.2.12 |
293 | 2024-10-04T15:20:43.449Z | Downloaded clap_lex v0.7.0 |
294 | 2024-10-04T15:20:43.452Z | Downloaded pest_generator v2.7.10 |
295 | 2024-10-04T15:20:43.452Z | Downloaded bitflags v2.6.0 |
296 | 2024-10-04T15:20:43.455Z | Downloaded serde_tokenstream v0.2.2 |
297 | 2024-10-04T15:20:43.458Z | Downloaded thread-id v4.2.1 |
298 | 2024-10-04T15:20:43.460Z | Downloaded terminal_size v0.3.0 |
299 | 2024-10-04T15:20:43.463Z | Downloaded thiserror v1.0.64 |
300 | 2024-10-04T15:20:43.465Z | Downloaded version_check v0.9.5 |
301 | 2024-10-04T15:20:43.468Z | Downloaded toml_datetime v0.6.8 |
302 | 2024-10-04T15:20:43.468Z | Downloaded cargo_toml v0.20.5 |
303 | 2024-10-04T15:20:43.470Z | Downloaded camino v1.1.9 |
304 | 2024-10-04T15:20:43.472Z | Downloaded anstyle v1.0.8 |
305 | 2024-10-04T15:20:43.475Z | Downloaded smawk v0.3.2 |
306 | 2024-10-04T15:20:43.475Z | Downloaded quote v1.0.37 |
307 | 2024-10-04T15:20:43.477Z | Downloaded log v0.4.22 |
308 | 2024-10-04T15:20:43.480Z | Downloaded dtrace-parser v0.2.0 |
309 | 2024-10-04T15:20:43.486Z | Downloaded once_cell v1.19.0 |
310 | 2024-10-04T15:20:43.488Z | Downloaded anyhow v1.0.89 |
311 | 2024-10-04T15:20:43.493Z | Downloaded is_terminal_polyfill v1.70.0 |
312 | 2024-10-04T15:20:43.500Z | Downloaded ryu v1.0.18 |
313 | 2024-10-04T15:20:43.505Z | Downloaded colorchoice v1.0.1 |
314 | 2024-10-04T15:20:43.507Z | Downloaded unicode-ident v1.0.13 |
315 | 2024-10-04T15:20:43.510Z | Downloaded block-buffer v0.10.4 |
316 | 2024-10-04T15:20:43.513Z | Downloaded typenum v1.17.0 |
317 | 2024-10-04T15:20:43.513Z | Downloaded autocfg v1.3.0 |
318 | 2024-10-04T15:20:43.515Z | Downloaded byteorder v1.5.0 |
319 | 2024-10-04T15:20:43.517Z | Downloaded errno v0.3.9 |
320 | 2024-10-04T15:20:43.517Z | Downloaded camino-tempfile v1.1.1 |
321 | 2024-10-04T15:20:43.521Z | Downloaded macaddr v1.0.1 |
322 | 2024-10-04T15:20:43.524Z | Downloaded memmap v0.7.0 |
323 | 2024-10-04T15:20:43.524Z | Downloaded heck v0.5.0 |
324 | 2024-10-04T15:20:43.524Z | Downloaded fnv v1.0.7 |
325 | 2024-10-04T15:20:43.526Z | Downloaded crypto-common v0.1.6 |
326 | 2024-10-04T15:20:43.526Z | Downloaded cargo_metadata v0.18.1 |
327 | 2024-10-04T15:20:43.528Z | Downloaded cfg-if v1.0.0 |
328 | 2024-10-04T15:20:43.528Z | Downloaded anstyle-parse v0.2.4 |
329 | 2024-10-04T15:20:43.531Z | Downloaded thiserror-impl v1.0.64 |
330 | 2024-10-04T15:20:43.531Z | Downloaded clap v4.5.18 |
331 | 2024-10-04T15:20:43.539Z | Downloaded utf8parse v0.2.1 |
332 | 2024-10-04T15:20:43.541Z | Downloaded strsim v0.11.1 |
333 | 2024-10-04T15:20:43.544Z | Downloaded serde_spanned v0.6.7 |
334 | 2024-10-04T15:20:43.544Z | Downloaded usdt v0.5.0 |
335 | 2024-10-04T15:20:43.544Z | Downloaded clap_derive v4.5.18 |
336 | 2024-10-04T15:20:43.547Z | Downloaded generic-array v0.14.7 |
337 | 2024-10-04T15:20:43.550Z | Downloaded indexmap v2.5.0 |
338 | 2024-10-04T15:20:43.553Z | Downloaded anstream v0.6.14 |
339 | 2024-10-04T15:20:43.556Z | Downloaded serde v1.0.210 |
340 | 2024-10-04T15:20:43.558Z | Downloaded pest_derive v2.7.10 |
341 | 2024-10-04T15:20:43.561Z | Downloaded sha2 v0.10.8 |
342 | 2024-10-04T15:20:43.563Z | Downloaded semver v1.0.23 |
343 | 2024-10-04T15:20:43.567Z | Downloaded unicode-linebreak v0.1.5 |
344 | 2024-10-04T15:20:43.567Z | Downloaded tempfile v3.10.1 |
345 | 2024-10-04T15:20:43.569Z | Downloaded proc-macro-error v1.0.4 |
346 | 2024-10-04T15:20:43.572Z | Downloaded zerocopy-derive v0.7.34 |
347 | 2024-10-04T15:20:43.575Z | Downloaded pest_meta v2.7.10 |
348 | 2024-10-04T15:20:43.578Z | Downloaded papergrid v0.11.0 |
349 | 2024-10-04T15:20:43.582Z | Downloaded textwrap v0.16.1 |
350 | 2024-10-04T15:20:43.585Z | Downloaded ucd-trie v0.1.6 |
351 | 2024-10-04T15:20:43.587Z | Downloaded toml v0.8.19 |
352 | 2024-10-04T15:20:43.590Z | Downloaded proc-macro2 v1.0.86 |
353 | 2024-10-04T15:20:43.593Z | Downloaded serde_derive v1.0.210 |
354 | 2024-10-04T15:20:43.595Z | Downloaded memchr v2.7.2 |
355 | 2024-10-04T15:20:43.600Z | Downloaded pest v2.7.10 |
356 | 2024-10-04T15:20:43.605Z | Downloaded usdt-impl v0.5.0 |
357 | 2024-10-04T15:20:43.608Z | Downloaded scroll v0.12.0 |
358 | 2024-10-04T15:20:43.618Z | Downloaded toml_edit v0.22.22 |
359 | 2024-10-04T15:20:43.639Z | Downloaded serde_json v1.0.128 |
360 | 2024-10-04T15:20:43.646Z | Downloaded zerocopy v0.7.34 |
361 | 2024-10-04T15:20:43.661Z | Downloaded hashbrown v0.14.5 |
362 | 2024-10-04T15:20:43.667Z | Downloaded winnow v0.6.18 |
363 | 2024-10-04T15:20:43.674Z | Downloaded clap_builder v4.5.18 |
364 | 2024-10-04T15:20:43.681Z | Downloaded tabled v0.15.0 |
365 | 2024-10-04T15:20:43.696Z | Downloaded goblin v0.8.2 |
366 | 2024-10-04T15:20:43.702Z | Downloaded syn v2.0.79 |
367 | 2024-10-04T15:20:43.713Z | Downloaded syn v1.0.109 |
368 | 2024-10-04T15:20:43.723Z | Downloaded unicode-width v0.1.13 |
369 | 2024-10-04T15:20:43.730Z | Downloaded rustix v0.38.34 |
370 | 2024-10-04T15:20:43.751Z | Downloaded libc v0.2.159 |
371 | 2024-10-04T15:20:44.052Z | Compiling proc-macro2 v1.0.86 |
372 | 2024-10-04T15:20:44.052Z | Compiling unicode-ident v1.0.13 |
373 | 2024-10-04T15:20:44.055Z | Compiling version_check v0.9.5 |
374 | 2024-10-04T15:20:44.055Z | Compiling serde v1.0.210 |
375 | 2024-10-04T15:20:44.055Z | Compiling memchr v2.7.2 |
376 | 2024-10-04T15:20:44.055Z | Compiling thiserror v1.0.64 |
377 | 2024-10-04T15:20:44.086Z | Compiling libc v0.2.159 |
378 | 2024-10-04T15:20:44.089Z | Compiling ucd-trie v0.1.6 |
379 | 2024-10-04T15:20:44.315Z | Compiling ryu v1.0.18 |
380 | 2024-10-04T15:20:44.668Z | Compiling itoa v1.0.11 |
381 | 2024-10-04T15:20:44.806Z | Compiling once_cell v1.19.0 |
382 | 2024-10-04T15:20:44.919Z | Compiling byteorder v1.5.0 |
383 | 2024-10-04T15:20:44.943Z | Compiling serde_json v1.0.128 |
384 | 2024-10-04T15:20:45.252Z | Compiling rustix v0.38.34 |
385 | 2024-10-04T15:20:45.314Z | Compiling bitflags v2.6.0 |
386 | 2024-10-04T15:20:45.501Z | Compiling usdt-impl v0.5.0 |
387 | 2024-10-04T15:20:45.758Z | Compiling proc-macro-error-attr v1.0.4 |
388 | 2024-10-04T15:20:45.790Z | Compiling quote v1.0.37 |
389 | 2024-10-04T15:20:45.844Z | Compiling syn v1.0.109 |
390 | 2024-10-04T15:20:46.206Z | Compiling proc-macro-error v1.0.4 |
391 | 2024-10-04T15:20:46.255Z | Compiling syn v2.0.79 |
392 | 2024-10-04T15:20:46.280Z | Compiling hashbrown v0.14.5 |
393 | 2024-10-04T15:20:46.513Z | Compiling errno v0.3.9 |
394 | 2024-10-04T15:20:46.555Z | Compiling log v0.4.22 |
395 | 2024-10-04T15:20:46.631Z | Compiling utf8parse v0.2.1 |
396 | 2024-10-04T15:20:46.657Z | Compiling plain v0.2.3 |
397 | 2024-10-04T15:20:46.769Z | Compiling thread-id v4.2.1 |
398 | 2024-10-04T15:20:46.796Z | Compiling camino v1.1.9 |
399 | 2024-10-04T15:20:46.796Z | Compiling equivalent v1.0.1 |
400 | 2024-10-04T15:20:46.875Z | Compiling anstyle-parse v0.2.4 |
401 | 2024-10-04T15:20:47.224Z | Compiling anstyle v1.0.8 |
402 | 2024-10-04T15:20:47.451Z | Compiling pretty-hex v0.4.1 |
403 | 2024-10-04T15:20:47.542Z | Compiling indexmap v2.5.0 |
404 | 2024-10-04T15:20:47.570Z | Compiling colorchoice v1.0.1 |
405 | 2024-10-04T15:20:47.640Z | Compiling autocfg v1.3.0 |
406 | 2024-10-04T15:20:47.668Z | Compiling is_terminal_polyfill v1.70.0 |
407 | 2024-10-04T15:20:47.719Z | Compiling anstyle-query v1.0.3 |
408 | 2024-10-04T15:20:47.743Z | Compiling semver v1.0.23 |
409 | 2024-10-04T15:20:47.799Z | Compiling unicode-width v0.1.13 |
410 | 2024-10-04T15:20:47.863Z | Compiling winnow v0.6.18 |
411 | 2024-10-04T15:20:48.056Z | Compiling anstream v0.6.14 |
412 | 2024-10-04T15:20:48.658Z | Compiling fs-err v2.11.0 |
413 | 2024-10-04T15:20:48.683Z | Compiling strsim v0.11.1 |
414 | 2024-10-04T15:20:48.849Z | Compiling terminal_size v0.3.0 |
415 | 2024-10-04T15:20:48.901Z | Compiling heck v0.5.0 |
416 | 2024-10-04T15:20:48.947Z | Compiling anyhow v1.0.89 |
417 | 2024-10-04T15:20:49.052Z | Compiling bytecount v0.6.8 |
418 | 2024-10-04T15:20:49.287Z | Compiling fnv v1.0.7 |
419 | 2024-10-04T15:20:49.430Z | Compiling fastrand v2.1.0 |
420 | 2024-10-04T15:20:49.451Z | Compiling clap_lex v0.7.0 |
421 | 2024-10-04T15:20:49.556Z | Compiling heck v0.4.1 |
422 | 2024-10-04T15:20:49.582Z | Compiling cfg-if v1.0.0 |
423 | 2024-10-04T15:20:49.676Z | Compiling papergrid v0.11.0 |
424 | 2024-10-04T15:20:49.992Z | Compiling tempfile v3.10.1 |
425 | 2024-10-04T15:20:50.018Z | Compiling clap_builder v4.5.18 |
426 | 2024-10-04T15:20:50.238Z | Compiling memmap v0.7.0 |
427 | 2024-10-04T15:20:50.561Z | Compiling smawk v0.3.2 |
428 | 2024-10-04T15:20:50.606Z | Compiling unicode-linebreak v0.1.5 |
429 | 2024-10-04T15:20:51.088Z | Compiling textwrap v0.16.1 |
430 | 2024-10-04T15:20:51.375Z | Compiling swrite v0.1.0 |
431 | 2024-10-04T15:20:52.735Z | Compiling tabled_derive v0.7.0 |
432 | 2024-10-04T15:20:54.304Z | Compiling tabled v0.15.0 |
433 | 2024-10-04T15:20:55.081Z | Compiling serde_derive v1.0.210 |
434 | 2024-10-04T15:20:55.081Z | Compiling thiserror-impl v1.0.64 |
435 | 2024-10-04T15:20:55.084Z | Compiling zerocopy-derive v0.7.34 |
436 | 2024-10-04T15:20:55.084Z | Compiling scroll_derive v0.12.0 |
437 | 2024-10-04T15:20:55.129Z | Compiling clap_derive v4.5.18 |
438 | 2024-10-04T15:20:56.537Z | Compiling scroll v0.12.0 |
439 | 2024-10-04T15:20:57.084Z | Compiling goblin v0.8.2 |
440 | 2024-10-04T15:20:57.133Z | Compiling zerocopy v0.7.34 |
441 | 2024-10-04T15:20:57.810Z | Compiling pest v2.7.10 |
442 | 2024-10-04T15:20:58.695Z | Compiling clap v4.5.18 |
443 | 2024-10-04T15:21:00.127Z | Compiling pest_meta v2.7.10 |
444 | 2024-10-04T15:21:00.992Z | Compiling pest_generator v2.7.10 |
445 | 2024-10-04T15:21:02.975Z | Compiling pest_derive v2.7.10 |
446 | 2024-10-04T15:21:03.714Z | Compiling dtrace-parser v0.2.0 |
447 | 2024-10-04T15:21:05.207Z | Compiling toml_datetime v0.6.8 |
448 | 2024-10-04T15:21:05.207Z | Compiling serde_spanned v0.6.7 |
449 | 2024-10-04T15:21:05.210Z | Compiling cargo-platform v0.1.8 |
450 | 2024-10-04T15:21:05.590Z | Compiling serde_tokenstream v0.2.2 |
451 | 2024-10-04T15:21:05.592Z | Compiling toml_edit v0.22.22 |
452 | 2024-10-04T15:21:05.819Z | Compiling camino-tempfile v1.1.1 |
453 | 2024-10-04T15:21:05.842Z | Compiling macaddr v1.0.1 |
454 | 2024-10-04T15:21:06.645Z | Compiling dof v0.3.0 |
455 | 2024-10-04T15:21:06.645Z | Compiling cargo_metadata v0.18.1 |
456 | 2024-10-04T15:21:08.397Z | Compiling toml v0.8.19 |
457 | 2024-10-04T15:21:08.607Z | Compiling usdt-macro v0.5.0 |
458 | 2024-10-04T15:21:08.607Z | Compiling usdt-attr-macro v0.5.0 |
459 | 2024-10-04T15:21:09.342Z | Compiling cargo_toml v0.20.5 |
460 | 2024-10-04T15:21:09.966Z | Compiling usdt v0.5.0 |
461 | 2024-10-04T15:21:13.226Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
462 | 2024-10-04T15:21:17.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.40s |
463 | 2024-10-04T15:21:17.771Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
464 | 2024-10-04T15:21:18.340Z | Downloading crates ... |
465 | 2024-10-04T15:21:18.457Z | Downloaded addr2line v0.21.0 |
466 | 2024-10-04T15:21:18.463Z | Downloaded ciborium-io v0.2.2 |
467 | 2024-10-04T15:21:18.465Z | Downloaded async-stream-impl v0.3.5 |
468 | 2024-10-04T15:21:18.465Z | Downloaded cfg_aliases v0.1.1 |
469 | 2024-10-04T15:21:18.468Z | Downloaded atty v0.2.14 |
470 | 2024-10-04T15:21:18.470Z | Downloaded assert_matches v1.5.0 |
471 | 2024-10-04T15:21:18.474Z | Downloaded darling_macro v0.20.9 |
472 | 2024-10-04T15:21:18.476Z | Downloaded crucible-workspace-hack v0.1.0 |
473 | 2024-10-04T15:21:18.476Z | Downloaded adler2 v2.0.0 |
474 | 2024-10-04T15:21:18.478Z | Downloaded adler v1.0.2 |
475 | 2024-10-04T15:21:18.480Z | Downloaded hubpack_derive v0.1.1 |
476 | 2024-10-04T15:21:18.483Z | Downloaded bit-vec v0.6.3 |
477 | 2024-10-04T15:21:18.486Z | Downloaded cipher v0.4.4 |
478 | 2024-10-04T15:21:18.488Z | Downloaded cassowary v0.3.0 |
479 | 2024-10-04T15:21:18.490Z | Downloaded convert_case v0.4.0 |
480 | 2024-10-04T15:21:18.492Z | Downloaded buf-list v1.0.3 |
481 | 2024-10-04T15:21:18.495Z | Downloaded hmac v0.12.1 |
482 | 2024-10-04T15:21:18.497Z | Downloaded is_ci v1.2.0 |
483 | 2024-10-04T15:21:18.499Z | Downloaded const_format_proc_macros v0.2.33 |
484 | 2024-10-04T15:21:18.502Z | Downloaded bitfield-struct v0.6.1 |
485 | 2024-10-04T15:21:18.504Z | Downloaded ctr v0.9.2 |
486 | 2024-10-04T15:21:18.507Z | Downloaded bcrypt-pbkdf v0.10.0 |
487 | 2024-10-04T15:21:18.507Z | Downloaded matches v0.1.10 |
488 | 2024-10-04T15:21:18.509Z | Downloaded crossbeam-deque v0.8.5 |
489 | 2024-10-04T15:21:18.511Z | Downloaded ident_case v1.0.1 |
490 | 2024-10-04T15:21:18.512Z | Downloaded base64ct v1.6.0 |
491 | 2024-10-04T15:21:18.514Z | Downloaded cobs v0.2.3 |
492 | 2024-10-04T15:21:18.517Z | Downloaded aead v0.5.2 |
493 | 2024-10-04T15:21:18.520Z | Downloaded hubpack v0.1.2 |
494 | 2024-10-04T15:21:18.520Z | Downloaded http-body-util v0.1.2 |
495 | 2024-10-04T15:21:18.522Z | Downloaded newtype_derive v0.1.6 |
496 | 2024-10-04T15:21:18.525Z | Downloaded http-body v1.0.0 |
497 | 2024-10-04T15:21:18.525Z | Downloaded bzip2 v0.4.4 |
498 | 2024-10-04T15:21:18.527Z | Downloaded mime v0.3.17 |
499 | 2024-10-04T15:21:18.529Z | Downloaded maplit v1.0.2 |
500 | 2024-10-04T15:21:18.532Z | Downloaded managed v0.8.0 |
501 | 2024-10-04T15:21:18.532Z | Downloaded lazycell v1.3.0 |
502 | 2024-10-04T15:21:18.534Z | Downloaded instability v0.3.2 |
503 | 2024-10-04T15:21:18.536Z | Downloaded md-5 v0.10.6 |
504 | 2024-10-04T15:21:18.536Z | Downloaded linked-hash-map v0.5.6 |
505 | 2024-10-04T15:21:18.539Z | Downloaded nanorand v0.7.0 |
506 | 2024-10-04T15:21:18.541Z | Downloaded lru v0.12.3 |
507 | 2024-10-04T15:21:18.544Z | Downloaded ipnetwork v0.20.0 |
508 | 2024-10-04T15:21:18.546Z | Downloaded highway v1.2.0 |
509 | 2024-10-04T15:21:18.548Z | Downloaded newline-converter v0.3.0 |
510 | 2024-10-04T15:21:18.551Z | Downloaded http-range v0.1.5 |
511 | 2024-10-04T15:21:18.551Z | Downloaded kstat-rs v0.2.4 |
512 | 2024-10-04T15:21:18.553Z | Downloaded const-oid v0.9.6 |
513 | 2024-10-04T15:21:18.556Z | Downloaded lalrpop-util v0.19.12 |
514 | 2024-10-04T15:21:18.558Z | Downloaded cstr-argument v0.1.2 |
515 | 2024-10-04T15:21:18.558Z | Downloaded crossbeam-utils v0.8.19 |
516 | 2024-10-04T15:21:18.561Z | Downloaded jobserver v0.1.32 |
517 | 2024-10-04T15:21:18.563Z | Downloaded multer v3.1.0 |
518 | 2024-10-04T15:21:18.567Z | Downloaded ref-cast-impl v1.0.23 |
519 | 2024-10-04T15:21:18.576Z | Downloaded crc v3.2.1 |
520 | 2024-10-04T15:21:18.576Z | Downloaded arrayref v0.3.7 |
521 | 2024-10-04T15:21:18.576Z | Downloaded httparse v1.8.0 |
522 | 2024-10-04T15:21:18.576Z | Downloaded bit-set v0.5.3 |
523 | 2024-10-04T15:21:18.586Z | Downloaded is-terminal v0.4.12 |
524 | 2024-10-04T15:21:18.586Z | Downloaded curve25519-dalek-derive v0.1.1 |
525 | 2024-10-04T15:21:18.587Z | Downloaded crc-catalog v2.4.0 |
526 | 2024-10-04T15:21:18.587Z | Downloaded colored v2.1.0 |
527 | 2024-10-04T15:21:18.587Z | Downloaded rustc-hash v2.0.0 |
528 | 2024-10-04T15:21:18.587Z | Downloaded md5 v0.7.0 |
529 | 2024-10-04T15:21:18.587Z | Downloaded async-stream v0.3.5 |
530 | 2024-10-04T15:21:18.596Z | Downloaded new_debug_unreachable v1.0.6 |
531 | 2024-10-04T15:21:18.596Z | Downloaded termtree v0.4.1 |
532 | 2024-10-04T15:21:18.596Z | Downloaded structmeta v0.3.0 |
533 | 2024-10-04T15:21:18.596Z | Downloaded hyper-staticfile v0.10.1 |
534 | 2024-10-04T15:21:18.596Z | Downloaded ascii-canvas v3.0.0 |
535 | 2024-10-04T15:21:18.601Z | Downloaded take_mut v0.2.2 |
536 | 2024-10-04T15:21:18.601Z | Downloaded crc-any v2.5.0 |
537 | 2024-10-04T15:21:18.606Z | Downloaded compact_str v0.8.0 |
538 | 2024-10-04T15:21:18.606Z | Downloaded mime_guess v2.0.4 |
539 | 2024-10-04T15:21:18.609Z | Downloaded arc-swap v1.7.1 |
540 | 2024-10-04T15:21:18.612Z | Downloaded sec1 v0.7.3 |
541 | 2024-10-04T15:21:18.614Z | Downloaded display-error-chain v0.2.1 |
542 | 2024-10-04T15:21:18.618Z | Downloaded rustc_version v0.1.7 |
543 | 2024-10-04T15:21:18.620Z | Downloaded waitgroup v0.1.2 |
544 | 2024-10-04T15:21:18.620Z | Downloaded vte_generate_state_changes v0.1.1 |
545 | 2024-10-04T15:21:18.620Z | Downloaded downcast v0.11.0 |
546 | 2024-10-04T15:21:18.623Z | Downloaded derive_builder_macro v0.20.0 |
547 | 2024-10-04T15:21:18.623Z | Downloaded spin v0.5.2 |
548 | 2024-10-04T15:21:18.625Z | Downloaded keccak v0.1.5 |
549 | 2024-10-04T15:21:18.625Z | Downloaded inout v0.1.3 |
550 | 2024-10-04T15:21:18.628Z | Downloaded async-trait v0.1.83 |
551 | 2024-10-04T15:21:18.631Z | Downloaded lazy_static v1.5.0 |
552 | 2024-10-04T15:21:18.633Z | Downloaded ciborium v0.2.2 |
553 | 2024-10-04T15:21:18.636Z | Downloaded libefi-sys v0.1.0 |
554 | 2024-10-04T15:21:18.639Z | Downloaded num-conv v0.1.0 |
555 | 2024-10-04T15:21:18.641Z | Downloaded multimap v0.10.0 |
556 | 2024-10-04T15:21:18.641Z | Downloaded cexpr v0.6.0 |
557 | 2024-10-04T15:21:18.643Z | Downloaded bcs v0.1.6 |
558 | 2024-10-04T15:21:18.646Z | Downloaded tiny-keccak v2.0.2 |
559 | 2024-10-04T15:21:18.648Z | Downloaded termios v0.3.3 |
560 | 2024-10-04T15:21:18.651Z | Downloaded scheduled-thread-pool v0.2.7 |
561 | 2024-10-04T15:21:18.653Z | Downloaded path-slash v0.1.5 |
562 | 2024-10-04T15:21:18.655Z | Downloaded nibble_vec v0.1.0 |
563 | 2024-10-04T15:21:18.655Z | Downloaded memoffset v0.9.1 |
564 | 2024-10-04T15:21:18.657Z | Downloaded tokio-tungstenite v0.21.0 |
565 | 2024-10-04T15:21:18.660Z | Downloaded progenitor-client v0.8.0 |
566 | 2024-10-04T15:21:18.662Z | Downloaded opaque-debug v0.3.1 |
567 | 2024-10-04T15:21:18.662Z | Downloaded indexmap v1.9.3 |
568 | 2024-10-04T15:21:18.666Z | Downloaded base64 v0.21.7 |
569 | 2024-10-04T15:21:18.671Z | Downloaded funty v2.0.0 |
570 | 2024-10-04T15:21:18.673Z | Downloaded serde_derive_internals v0.29.1 |
571 | 2024-10-04T15:21:18.676Z | Downloaded bitflags v1.3.2 |
572 | 2024-10-04T15:21:18.680Z | Downloaded unicode-truncate v1.0.0 |
573 | 2024-10-04T15:21:18.680Z | Downloaded precomputed-hash v0.1.1 |
574 | 2024-10-04T15:21:18.682Z | Downloaded cookie v0.18.1 |
575 | 2024-10-04T15:21:18.685Z | Downloaded defmt v0.3.8 |
576 | 2024-10-04T15:21:18.688Z | Downloaded structmeta v0.2.0 |
577 | 2024-10-04T15:21:18.691Z | Downloaded crypto-bigint v0.5.5 |
578 | 2024-10-04T15:21:18.698Z | Downloaded lock_api v0.4.12 |
579 | 2024-10-04T15:21:18.700Z | Downloaded pbkdf2 v0.11.0 |
580 | 2024-10-04T15:21:18.703Z | Downloaded native-tls v0.2.11 |
581 | 2024-10-04T15:21:18.706Z | Downloaded toolchain_find v0.4.0 |
582 | 2024-10-04T15:21:18.708Z | Downloaded foreign-types-shared v0.1.1 |
583 | 2024-10-04T15:21:18.710Z | Downloaded fallible-streaming-iterator v0.1.9 |
584 | 2024-10-04T15:21:18.710Z | Downloaded pin-utils v0.1.0 |
585 | 2024-10-04T15:21:18.713Z | Downloaded progenitor v0.8.0 |
586 | 2024-10-04T15:21:18.716Z | Downloaded rfc6979 v0.4.0 |
587 | 2024-10-04T15:21:18.716Z | Downloaded radium v0.7.0 |
588 | 2024-10-04T15:21:18.718Z | Downloaded r2d2 v0.8.10 |
589 | 2024-10-04T15:21:18.718Z | Downloaded rustversion v1.0.17 |
590 | 2024-10-04T15:21:18.721Z | Downloaded tower-service v0.3.2 |
591 | 2024-10-04T15:21:18.723Z | Downloaded socket2 v0.4.10 |
592 | 2024-10-04T15:21:18.725Z | Downloaded smallvec v1.13.2 |
593 | 2024-10-04T15:21:18.728Z | Downloaded chacha20poly1305 v0.10.1 |
594 | 2024-10-04T15:21:18.730Z | Downloaded blake2 v0.10.6 |
595 | 2024-10-04T15:21:18.733Z | Downloaded signal-hook-registry v1.4.2 |
596 | 2024-10-04T15:21:18.735Z | Downloaded zone_cfg_derive v0.3.0 |
597 | 2024-10-04T15:21:18.737Z | Downloaded hashlink v0.9.1 |
598 | 2024-10-04T15:21:18.740Z | Downloaded socket2 v0.5.7 |
599 | 2024-10-04T15:21:18.742Z | Downloaded num-complex v0.4.6 |
600 | 2024-10-04T15:21:18.745Z | Downloaded diesel_table_macro_syntax v0.2.0 |
601 | 2024-10-04T15:21:18.746Z | Downloaded openssl-macros v0.1.1 |
602 | 2024-10-04T15:21:18.748Z | Downloaded foreign-types-shared v0.3.1 |
603 | 2024-10-04T15:21:18.748Z | Downloaded iana-time-zone v0.1.60 |
604 | 2024-10-04T15:21:18.750Z | Downloaded topological-sort v0.2.2 |
605 | 2024-10-04T15:21:18.752Z | Downloaded parse-size v1.0.0 |
606 | 2024-10-04T15:21:18.752Z | Downloaded vte v0.11.1 |
607 | 2024-10-04T15:21:18.755Z | Downloaded derive_builder v0.20.0 |
608 | 2024-10-04T15:21:18.760Z | Downloaded whoami v1.5.2 |
609 | 2024-10-04T15:21:18.763Z | Downloaded sqlparser_derive v0.2.2 |
610 | 2024-10-04T15:21:18.765Z | Downloaded ed25519 v2.2.3 |
611 | 2024-10-04T15:21:18.767Z | Downloaded openssl-probe v0.1.5 |
612 | 2024-10-04T15:21:18.770Z | Downloaded miniz_oxide v0.8.0 |
613 | 2024-10-04T15:21:18.772Z | Downloaded pretty-hex v0.2.1 |
614 | 2024-10-04T15:21:18.772Z | Downloaded predicates-tree v1.0.9 |
615 | 2024-10-04T15:21:18.774Z | Downloaded signature v2.2.0 |
616 | 2024-10-04T15:21:18.777Z | Downloaded serde_repr v0.1.19 |
617 | 2024-10-04T15:21:18.779Z | Downloaded globset v0.4.14 |
618 | 2024-10-04T15:21:18.781Z | Downloaded futures-channel v0.3.30 |
619 | 2024-10-04T15:21:18.784Z | Downloaded stable_deref_trait v1.2.0 |
620 | 2024-10-04T15:21:18.784Z | Downloaded group v0.13.0 |
621 | 2024-10-04T15:21:18.786Z | Downloaded base64 v0.22.1 |
622 | 2024-10-04T15:21:18.790Z | Downloaded thiserror-impl-no-std v2.0.2 |
623 | 2024-10-04T15:21:18.792Z | Downloaded strip-ansi-escapes v0.2.0 |
624 | 2024-10-04T15:21:18.795Z | Downloaded olpc-cjson v0.1.3 |
625 | 2024-10-04T15:21:18.797Z | Downloaded ghash v0.5.1 |
626 | 2024-10-04T15:21:18.797Z | Downloaded untrusted v0.7.1 |
627 | 2024-10-04T15:21:18.799Z | Downloaded zeroize v1.8.1 |
628 | 2024-10-04T15:21:18.801Z | Downloaded predicates-core v1.0.6 |
629 | 2024-10-04T15:21:18.804Z | Downloaded termcolor v1.4.1 |
630 | 2024-10-04T15:21:18.804Z | Downloaded des v0.8.1 |
631 | 2024-10-04T15:21:18.807Z | Downloaded toml v0.7.8 |
632 | 2024-10-04T15:21:18.810Z | Downloaded time-core v0.1.2 |
633 | 2024-10-04T15:21:18.812Z | Downloaded headers-core v0.3.0 |
634 | 2024-10-04T15:21:18.812Z | Downloaded unicode-xid v0.2.4 |
635 | 2024-10-04T15:21:18.815Z | Downloaded rustc-demangle v0.1.24 |
636 | 2024-10-04T15:21:18.817Z | Downloaded float-ord v0.3.2 |
637 | 2024-10-04T15:21:18.819Z | Downloaded serde_urlencoded v0.7.1 |
638 | 2024-10-04T15:21:18.821Z | Downloaded indicatif v0.17.8 |
639 | 2024-10-04T15:21:18.824Z | Downloaded either v1.13.0 |
640 | 2024-10-04T15:21:18.826Z | Downloaded ecdsa v0.16.9 |
641 | 2024-10-04T15:21:18.839Z | Downloaded vergen v8.3.2 |
642 | 2024-10-04T15:21:18.843Z | Downloaded serde-big-array v0.5.1 |
643 | 2024-10-04T15:21:18.845Z | Downloaded thiserror-no-std v2.0.2 |
644 | 2024-10-04T15:21:18.849Z | Downloaded peg v0.8.4 |
645 | 2024-10-04T15:21:18.854Z | Downloaded getrandom v0.2.14 |
646 | 2024-10-04T15:21:18.858Z | Downloaded salsa20 v0.10.2 |
647 | 2024-10-04T15:21:18.860Z | Downloaded secrecy v0.8.0 |
648 | 2024-10-04T15:21:18.863Z | Downloaded tinyvec_macros v0.1.1 |
649 | 2024-10-04T15:21:18.863Z | Downloaded omicron-zone-package v0.11.1 |
650 | 2024-10-04T15:21:18.866Z | Downloaded flagset v0.4.5 |
651 | 2024-10-04T15:21:18.868Z | Downloaded rustls-pemfile v1.0.4 |
652 | 2024-10-04T15:21:18.871Z | Downloaded slog-scope v4.4.0 |
653 | 2024-10-04T15:21:18.874Z | Downloaded gethostname v0.5.0 |
654 | 2024-10-04T15:21:18.877Z | Downloaded polyval v0.6.2 |
655 | 2024-10-04T15:21:18.879Z | Downloaded phf v0.11.2 |
656 | 2024-10-04T15:21:18.880Z | Downloaded dirs-next v2.0.0 |
657 | 2024-10-04T15:21:18.882Z | Downloaded percent-encoding v2.3.1 |
658 | 2024-10-04T15:21:18.882Z | Downloaded num-iter v0.1.45 |
659 | 2024-10-04T15:21:18.884Z | Downloaded ssh-cipher v0.2.0 |
660 | 2024-10-04T15:21:18.886Z | Downloaded fixedbitset v0.4.2 |
661 | 2024-10-04T15:21:18.889Z | Downloaded dyn-clone v1.0.17 |
662 | 2024-10-04T15:21:18.889Z | Downloaded zone v0.3.0 |
663 | 2024-10-04T15:21:18.891Z | Downloaded zone v0.1.8 |
664 | 2024-10-04T15:21:18.891Z | Downloaded time-macros v0.2.18 |
665 | 2024-10-04T15:21:18.894Z | Downloaded mio v0.8.11 |
666 | 2024-10-04T15:21:18.902Z | Downloaded rand_core v0.6.4 |
667 | 2024-10-04T15:21:18.904Z | Downloaded num_enum v0.5.11 |
668 | 2024-10-04T15:21:18.908Z | Downloaded term v0.7.0 |
669 | 2024-10-04T15:21:18.912Z | Downloaded static_assertions v1.1.0 |
670 | 2024-10-04T15:21:18.914Z | Downloaded semver v0.1.20 |
671 | 2024-10-04T15:21:18.916Z | Downloaded xz2 v0.1.7 |
672 | 2024-10-04T15:21:18.918Z | Downloaded typify-macro v0.2.0 |
673 | 2024-10-04T15:21:18.921Z | Downloaded test-strategy v0.3.1 |
674 | 2024-10-04T15:21:18.924Z | Downloaded slog-stdlog v4.1.1 |
675 | 2024-10-04T15:21:18.926Z | Downloaded tui-tree-widget v0.22.0 |
676 | 2024-10-04T15:21:18.928Z | Downloaded poly1305 v0.8.0 |
677 | 2024-10-04T15:21:18.931Z | Downloaded parking_lot_core v0.8.6 |
678 | 2024-10-04T15:21:18.934Z | Downloaded headers v0.4.0 |
679 | 2024-10-04T15:21:18.941Z | Downloaded num-derive v0.4.2 |
680 | 2024-10-04T15:21:18.943Z | Downloaded wyz v0.5.1 |
681 | 2024-10-04T15:21:18.946Z | Downloaded futures-executor v0.3.30 |
682 | 2024-10-04T15:21:18.948Z | Downloaded crossterm v0.27.0 |
683 | 2024-10-04T15:21:18.956Z | Downloaded snafu v0.8.2 |
684 | 2024-10-04T15:21:18.963Z | Downloaded rtoolbox v0.0.2 |
685 | 2024-10-04T15:21:18.966Z | Downloaded rpassword v7.3.1 |
686 | 2024-10-04T15:21:18.968Z | Downloaded half v2.4.1 |
687 | 2024-10-04T15:21:18.970Z | Downloaded minimal-lexical v0.2.1 |
688 | 2024-10-04T15:21:18.976Z | Downloaded siphasher v0.3.11 |
689 | 2024-10-04T15:21:18.978Z | Downloaded uzers v0.11.3 |
690 | 2024-10-04T15:21:18.981Z | Downloaded sct v0.7.1 |
691 | 2024-10-04T15:21:18.984Z | Downloaded rustls-pki-types v1.7.0 |
692 | 2024-10-04T15:21:18.987Z | Downloaded parking_lot v0.12.2 |
693 | 2024-10-04T15:21:18.990Z | Downloaded fxhash v0.2.1 |
694 | 2024-10-04T15:21:18.992Z | Downloaded xattr v1.3.1 |
695 | 2024-10-04T15:21:18.994Z | Downloaded slab v0.4.9 |
696 | 2024-10-04T15:21:18.996Z | Downloaded tls_codec v0.4.1 |
697 | 2024-10-04T15:21:18.999Z | Downloaded structmeta-derive v0.3.0 |
698 | 2024-10-04T15:21:19.002Z | Downloaded stringprep v0.1.4 |
699 | 2024-10-04T15:21:19.005Z | Downloaded serde_plain v1.0.2 |
700 | 2024-10-04T15:21:19.005Z | Downloaded pin-project-internal v1.1.5 |
701 | 2024-10-04T15:21:19.007Z | Downloaded tar v0.4.42 |
702 | 2024-10-04T15:21:19.010Z | Downloaded unsafe-libyaml v0.2.11 |
703 | 2024-10-04T15:21:19.014Z | Downloaded num_threads v0.1.7 |
704 | 2024-10-04T15:21:19.016Z | Downloaded packed_struct_codegen v0.10.1 |
705 | 2024-10-04T15:21:19.018Z | Downloaded same-file v1.0.6 |
706 | 2024-10-04T15:21:19.020Z | Downloaded zeroize_derive v1.4.2 |
707 | 2024-10-04T15:21:19.022Z | Downloaded hex-literal v0.4.1 |
708 | 2024-10-04T15:21:19.022Z | Downloaded openssl-sys v0.9.103 |
709 | 2024-10-04T15:21:19.028Z | Downloaded rand_seeder v0.3.0 |
710 | 2024-10-04T15:21:19.030Z | Downloaded ena v0.14.3 |
711 | 2024-10-04T15:21:19.032Z | Downloaded resolv-conf v0.7.0 |
712 | 2024-10-04T15:21:19.034Z | Downloaded progenitor-macro v0.8.0 |
713 | 2024-10-04T15:21:19.037Z | Downloaded tokio-rustls v0.25.0 |
714 | 2024-10-04T15:21:19.040Z | Downloaded tokio-rustls v0.24.1 |
715 | 2024-10-04T15:21:19.043Z | Downloaded mio v1.0.2 |
716 | 2024-10-04T15:21:19.047Z | Downloaded diesel_derives v2.2.2 |
717 | 2024-10-04T15:21:19.053Z | Downloaded num_enum_derive v0.5.11 |
718 | 2024-10-04T15:21:19.055Z | Downloaded futures-sink v0.3.30 |
719 | 2024-10-04T15:21:19.058Z | Downloaded foreign-types v0.3.2 |
720 | 2024-10-04T15:21:19.058Z | Downloaded postcard v1.0.8 |
721 | 2024-10-04T15:21:19.060Z | Downloaded sync_wrapper v1.0.1 |
722 | 2024-10-04T15:21:19.063Z | Downloaded sync_wrapper v0.1.2 |
723 | 2024-10-04T15:21:19.066Z | Downloaded pbkdf2 v0.12.2 |
724 | 2024-10-04T15:21:19.066Z | Downloaded deranged v0.3.11 |
725 | 2024-10-04T15:21:19.068Z | Downloaded num-bigint-dig v0.8.4 |
726 | 2024-10-04T15:21:19.073Z | Downloaded futures-task v0.3.30 |
727 | 2024-10-04T15:21:19.076Z | Downloaded dhcproto-macros v0.1.0 |
728 | 2024-10-04T15:21:19.076Z | Downloaded try-lock v0.2.5 |
729 | 2024-10-04T15:21:19.079Z | Downloaded tabwriter v1.4.0 |
730 | 2024-10-04T15:21:19.079Z | Downloaded endian-type v0.1.2 |
731 | 2024-10-04T15:21:19.081Z | Downloaded normalize-line-endings v0.3.0 |
732 | 2024-10-04T15:21:19.081Z | Downloaded itertools v0.10.5 |
733 | 2024-10-04T15:21:19.088Z | Downloaded proc-macro-crate v1.3.1 |
734 | 2024-10-04T15:21:19.090Z | Downloaded tracing-attributes v0.1.27 |
735 | 2024-10-04T15:21:19.093Z | Downloaded parking_lot_core v0.9.10 |
736 | 2024-10-04T15:21:19.096Z | Downloaded oso-derive v0.27.3 |
737 | 2024-10-04T15:21:19.096Z | Downloaded phf_shared v0.10.0 |
738 | 2024-10-04T15:21:19.098Z | Downloaded ff v0.13.0 |
739 | 2024-10-04T15:21:19.101Z | Downloaded zerocopy v0.6.6 |
740 | 2024-10-04T15:21:19.103Z | Downloaded slog-dtrace v0.3.0 |
741 | 2024-10-04T15:21:19.105Z | Downloaded string_cache v0.8.7 |
742 | 2024-10-04T15:21:19.105Z | Downloaded pkcs5 v0.7.1 |
743 | 2024-10-04T15:21:19.110Z | Downloaded rustyline v14.0.0 |
744 | 2024-10-04T15:21:19.116Z | Downloaded russh-cryptovec v0.7.2 |
745 | 2024-10-04T15:21:19.118Z | Downloaded unicase v2.7.0 |
746 | 2024-10-04T15:21:19.121Z | Downloaded heck v0.3.3 |
747 | 2024-10-04T15:21:19.121Z | Downloaded futures-macro v0.3.30 |
748 | 2024-10-04T15:21:19.123Z | Downloaded hex v0.4.3 |
749 | 2024-10-04T15:21:19.125Z | Downloaded hash32 v0.3.1 |
750 | 2024-10-04T15:21:19.127Z | Downloaded futures-io v0.3.30 |
751 | 2024-10-04T15:21:19.127Z | Downloaded zip v0.6.6 |
752 | 2024-10-04T15:21:19.132Z | Downloaded embedded-io v0.4.0 |
753 | 2024-10-04T15:21:19.134Z | Downloaded want v0.3.1 |
754 | 2024-10-04T15:21:19.136Z | Downloaded untrusted v0.9.0 |
755 | 2024-10-04T15:21:19.139Z | Downloaded paste v1.0.15 |
756 | 2024-10-04T15:21:19.141Z | Downloaded num v0.4.3 |
757 | 2024-10-04T15:21:19.144Z | Downloaded phf_shared v0.11.2 |
758 | 2024-10-04T15:21:19.144Z | Downloaded tls_codec_derive v0.4.1 |
759 | 2024-10-04T15:21:19.146Z | Downloaded libxml v0.3.3 |
760 | 2024-10-04T15:21:19.152Z | Downloaded heapless v0.8.0 |
761 | 2024-10-04T15:21:19.157Z | Downloaded number_prefix v0.4.0 |
762 | 2024-10-04T15:21:19.159Z | Downloaded strum v0.26.3 |
763 | 2024-10-04T15:21:19.162Z | Downloaded slog-bunyan v2.5.0 |
764 | 2024-10-04T15:21:19.162Z | Downloaded slog-async v2.8.0 |
765 | 2024-10-04T15:21:19.164Z | Downloaded sqlformat v0.2.6 |
766 | 2024-10-04T15:21:19.166Z | Downloaded psl-types v2.0.11 |
767 | 2024-10-04T15:21:19.166Z | Downloaded strum_macros v0.26.4 |
768 | 2024-10-04T15:21:19.169Z | Downloaded rustfmt-wrapper v0.2.1 |
769 | 2024-10-04T15:21:19.171Z | Downloaded serde_with_macros v3.9.0 |
770 | 2024-10-04T15:21:19.174Z | Downloaded num-integer v0.1.46 |
771 | 2024-10-04T15:21:19.176Z | Downloaded p256 v0.13.2 |
772 | 2024-10-04T15:21:19.178Z | Downloaded bindgen v0.69.4 |
773 | 2024-10-04T15:21:19.187Z | Downloaded smf v0.2.3 |
774 | 2024-10-04T15:21:19.189Z | Downloaded strum_macros v0.24.3 |
775 | 2024-10-04T15:21:19.192Z | Downloaded nu-ansi-term v0.50.0 |
776 | 2024-10-04T15:21:19.194Z | Downloaded itertools v0.13.0 |
777 | 2024-10-04T15:21:19.201Z | Downloaded password-hash v0.5.0 |
778 | 2024-10-04T15:21:19.204Z | Downloaded spki v0.7.3 |
779 | 2024-10-04T15:21:19.206Z | Downloaded powerfmt v0.2.0 |
780 | 2024-10-04T15:21:19.209Z | Downloaded sha1 v0.10.6 |
781 | 2024-10-04T15:21:19.211Z | Downloaded owo-colors v4.1.0 |
782 | 2024-10-04T15:21:19.213Z | Downloaded schemars v0.8.21 |
783 | 2024-10-04T15:21:19.225Z | Downloaded fd-lock v4.0.2 |
784 | 2024-10-04T15:21:19.228Z | Downloaded quick-error v1.2.3 |
785 | 2024-10-04T15:21:19.230Z | Downloaded env_filter v0.1.2 |
786 | 2024-10-04T15:21:19.233Z | Downloaded rustls-pemfile v2.1.3 |
787 | 2024-10-04T15:21:19.233Z | Downloaded rayon-core v1.12.1 |
788 | 2024-10-04T15:21:20.240Z | Downloaded reqwest v0.12.7 |
789 | 2024-10-04T15:21:20.243Z | Downloaded strum_macros v0.25.3 |
790 | 2024-10-04T15:21:20.243Z | Downloaded parse-display v0.10.0 |
791 | 2024-10-04T15:21:20.243Z | Downloaded winnow v0.5.40 |
792 | 2024-10-04T15:21:20.243Z | Downloaded rustls-webpki v0.101.7 |
793 | 2024-10-04T15:21:20.243Z | Downloaded postgres-types v0.2.8 |
794 | 2024-10-04T15:21:20.244Z | Downloaded ssh-encoding v0.2.0 |
795 | 2024-10-04T15:21:20.244Z | Downloaded uuid v1.10.0 |
796 | 2024-10-04T15:21:20.244Z | Downloaded russh-keys v0.45.0 |
797 | 2024-10-04T15:21:20.244Z | Downloaded tungstenite v0.23.0 |
798 | 2024-10-04T15:21:20.244Z | Downloaded typed-path v0.7.1 |
799 | 2024-10-04T15:21:20.244Z | Downloaded derive_more v0.99.18 |
800 | 2024-10-04T15:21:20.244Z | Downloaded der v0.7.9 |
801 | 2024-10-04T15:21:20.244Z | Downloaded derive-where v1.2.7 |
802 | 2024-10-04T15:21:20.244Z | Downloaded dhcproto v0.12.0 |
803 | 2024-10-04T15:21:20.244Z | Downloaded oso v0.27.3 |
804 | 2024-10-04T15:21:20.244Z | Downloaded url v2.5.2 |
805 | 2024-10-04T15:21:20.244Z | Downloaded rcgen v0.12.1 |
806 | 2024-10-04T15:21:20.244Z | Downloaded flume v0.11.0 |
807 | 2024-10-04T15:21:20.244Z | Downloaded hyper v0.14.30 |
808 | 2024-10-04T15:21:20.244Z | Downloaded rustls-webpki v0.102.4 |
809 | 2024-10-04T15:21:20.244Z | Downloaded prettyplease v0.2.22 |
810 | 2024-10-04T15:21:20.244Z | Downloaded serde_yaml v0.9.34+deprecated |
811 | 2024-10-04T15:21:20.244Z | Downloaded hashbrown v0.13.2 |
812 | 2024-10-04T15:21:20.244Z | Downloaded publicsuffix v2.2.3 |
813 | 2024-10-04T15:21:20.244Z | Downloaded rayon v1.10.0 |
814 | 2024-10-04T15:21:20.244Z | Downloaded sqlparser v0.45.0 |
815 | 2024-10-04T15:21:20.244Z | Downloaded hashbrown v0.12.3 |
816 | 2024-10-04T15:21:20.244Z | Downloaded flate2 v1.0.34 |
817 | 2024-10-04T15:21:20.244Z | Downloaded p521 v0.13.3 |
818 | 2024-10-04T15:21:20.244Z | Downloaded tokio-postgres v0.7.12 |
819 | 2024-10-04T15:21:20.244Z | Downloaded lalrpop v0.19.12 |
820 | 2024-10-04T15:21:20.244Z | Downloaded num-bigint v0.4.5 |
821 | 2024-10-04T15:21:20.244Z | Downloaded idna v0.5.0 |
822 | 2024-10-04T15:21:20.244Z | Downloaded reqwest v0.11.27 |
823 | 2024-10-04T15:21:20.244Z | Downloaded futures-util v0.3.30 |
824 | 2024-10-04T15:21:20.244Z | Downloaded russh v0.45.0 |
825 | 2024-10-04T15:21:20.244Z | Downloaded quinn-proto v0.11.8 |
826 | 2024-10-04T15:21:20.244Z | Downloaded curve25519-dalek v4.1.3 |
827 | 2024-10-04T15:21:20.244Z | Downloaded nix v0.27.1 |
828 | 2024-10-04T15:21:20.244Z | Downloaded salty v0.3.0 |
829 | 2024-10-04T15:21:20.244Z | Downloaded git2 v0.19.0 |
830 | 2024-10-04T15:21:20.244Z | Downloaded radix_trie v0.2.1 |
831 | 2024-10-04T15:21:20.244Z | Downloaded openssl v0.10.66 |
832 | 2024-10-04T15:21:20.244Z | Downloaded dropshot v0.10.1 |
833 | 2024-10-04T15:21:20.244Z | Downloaded nix v0.28.0 |
834 | 2024-10-04T15:21:20.245Z | Downloaded quick-xml v0.33.0 |
835 | 2024-10-04T15:21:20.245Z | Downloaded object v0.30.4 |
836 | 2024-10-04T15:21:20.245Z | Downloaded dropshot v0.12.0 |
837 | 2024-10-04T15:21:20.245Z | Downloaded vcpkg v0.2.15 |
838 | 2024-10-04T15:21:20.245Z | Downloaded object v0.32.2 |
839 | 2024-10-04T15:21:20.245Z | Downloaded smoltcp v0.9.1 |
840 | 2024-10-04T15:21:20.245Z | Downloaded regex v1.10.6 |
841 | 2024-10-04T15:21:20.245Z | Downloaded proptest v1.5.0 |
842 | 2024-10-04T15:21:20.245Z | Downloaded trust-dns-proto v0.22.0 |
843 | 2024-10-04T15:21:20.245Z | Downloaded webpki-roots v0.26.3 |
844 | 2024-10-04T15:21:20.245Z | Downloaded regex-syntax v0.8.4 |
845 | 2024-10-04T15:21:20.245Z | Downloaded hickory-proto v0.24.1 |
846 | 2024-10-04T15:21:20.245Z | Downloaded rustls v0.22.4 |
847 | 2024-10-04T15:21:20.245Z | Downloaded rustls v0.21.12 |
848 | 2024-10-04T15:21:20.245Z | Downloaded regress v0.10.1 |
849 | 2024-10-04T15:21:20.245Z | Downloaded ratatui v0.28.0 |
850 | 2024-10-04T15:21:20.245Z | Downloaded smoltcp v0.11.0 |
851 | 2024-10-04T15:21:20.245Z | Downloaded rustls v0.23.10 |
852 | 2024-10-04T15:21:20.245Z | Downloaded diesel v2.2.4 |
853 | 2024-10-04T15:21:20.245Z | Downloaded typify-impl v0.2.0 |
854 | 2024-10-04T15:21:20.245Z | Downloaded lzma-sys v0.1.20 |
855 | 2024-10-04T15:21:20.245Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
856 | 2024-10-04T15:21:20.245Z | Downloaded regex-automata v0.4.6 |
857 | 2024-10-04T15:21:20.245Z | Downloaded zerocopy-derive v0.6.6 |
858 | 2024-10-04T15:21:20.245Z | Downloaded tokio v1.39.3 |
859 | 2024-10-04T15:21:20.245Z | Downloaded finl_unicode v1.2.0 |
860 | 2024-10-04T15:21:20.245Z | Downloaded sha3 v0.10.8 |
861 | 2024-10-04T15:21:20.245Z | Downloaded csv v1.3.0 |
862 | 2024-10-04T15:21:20.245Z | Downloaded petgraph v0.6.5 |
863 | 2024-10-04T15:21:20.245Z | Downloaded sled v0.34.7 |
864 | 2024-10-04T15:21:20.245Z | Downloaded regex-syntax v0.6.29 |
865 | 2024-10-04T15:21:20.245Z | Downloaded bstr v1.9.1 |
866 | 2024-10-04T15:21:20.245Z | Downloaded openapiv3 v2.0.0 |
867 | 2024-10-04T15:21:20.245Z | Downloaded p384 v0.13.0 |
868 | 2024-10-04T15:21:20.245Z | Downloaded encoding_rs v0.8.34 |
869 | 2024-10-04T15:21:20.245Z | Downloaded regress v0.9.1 |
870 | 2024-10-04T15:21:20.245Z | Downloaded polar-core v0.27.3 |
871 | 2024-10-04T15:21:20.245Z | Downloaded gimli v0.28.1 |
872 | 2024-10-04T15:21:20.245Z | Downloaded nix v0.29.0 |
873 | 2024-10-04T15:21:20.246Z | Downloaded idna v0.2.3 |
874 | 2024-10-04T15:21:20.246Z | Downloaded idna v0.4.0 |
875 | 2024-10-04T15:21:20.246Z | Downloaded reedline v0.33.0 |
876 | 2024-10-04T15:21:20.246Z | Downloaded idna v0.3.0 |
877 | 2024-10-04T15:21:20.246Z | Downloaded serde_with v3.9.0 |
878 | 2024-10-04T15:21:20.246Z | Downloaded portable-atomic v1.6.0 |
879 | 2024-10-04T15:21:20.246Z | Downloaded h2 v0.4.6 |
880 | 2024-10-04T15:21:20.246Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
881 | 2024-10-04T15:21:20.262Z | Downloaded h2 v0.3.26 |
882 | 2024-10-04T15:21:20.269Z | Downloaded time v0.3.36 |
883 | 2024-10-04T15:21:20.276Z | Downloaded x509-cert v0.2.5 |
884 | 2024-10-04T15:21:20.282Z | Downloaded steno v0.4.1 |
885 | 2024-10-04T15:21:20.286Z | Downloaded predicates v3.1.2 |
886 | 2024-10-04T15:21:20.290Z | Downloaded env_logger v0.11.5 |
887 | 2024-10-04T15:21:20.292Z | Downloaded env_logger v0.10.2 |
888 | 2024-10-04T15:21:20.295Z | Downloaded similar v2.6.0 |
889 | 2024-10-04T15:21:20.300Z | Downloaded ring v0.17.8 |
890 | 2024-10-04T15:21:20.368Z | Downloaded pin-project v1.1.5 |
891 | 2024-10-04T15:21:20.378Z | Downloaded ssh-key v0.6.6 |
892 | 2024-10-04T15:21:20.385Z | Downloaded tokio-macros v2.4.0 |
893 | 2024-10-04T15:21:20.388Z | Downloaded der_derive v0.7.2 |
894 | 2024-10-04T15:21:20.390Z | Downloaded smallvec v0.6.14 |
895 | 2024-10-04T15:21:20.390Z | Downloaded tough v0.17.1 |
896 | 2024-10-04T15:21:20.397Z | Downloaded walkdir v2.5.0 |
897 | 2024-10-04T15:21:20.399Z | Downloaded value-bag v1.9.0 |
898 | 2024-10-04T15:21:20.402Z | Downloaded progenitor-impl v0.8.0 |
899 | 2024-10-04T15:21:20.404Z | Downloaded tungstenite v0.21.0 |
900 | 2024-10-04T15:21:20.406Z | Downloaded chrono v0.4.38 |
901 | 2024-10-04T15:21:20.414Z | Downloaded hkdf v0.12.4 |
902 | 2024-10-04T15:21:20.416Z | Downloaded bitvec v1.0.1 |
903 | 2024-10-04T15:21:20.431Z | Downloaded enum-as-inner v0.6.0 |
904 | 2024-10-04T15:21:20.434Z | Downloaded password-hash v0.4.2 |
905 | 2024-10-04T15:21:20.437Z | Downloaded tracing-core v0.1.32 |
906 | 2024-10-04T15:21:20.439Z | Downloaded samael v0.0.17 |
907 | 2024-10-04T15:21:20.444Z | Downloaded unicode_categories v0.1.1 |
908 | 2024-10-04T15:21:20.446Z | Downloaded tokio-util v0.7.12 |
909 | 2024-10-04T15:21:20.452Z | Downloaded rsa v0.9.6 |
910 | 2024-10-04T15:21:20.458Z | Downloaded quinn v0.11.5 |
911 | 2024-10-04T15:21:20.462Z | Downloaded twox-hash v1.6.3 |
912 | 2024-10-04T15:21:20.464Z | Downloaded pem-rfc7468 v0.7.0 |
913 | 2024-10-04T15:21:20.467Z | Downloaded blake3 v1.5.1 |
914 | 2024-10-04T15:21:20.473Z | Downloaded utf-8 v0.7.6 |
915 | 2024-10-04T15:21:20.475Z | Downloaded rusqlite v0.32.1 |
916 | 2024-10-04T15:21:20.480Z | Downloaded scopeguard v1.2.0 |
917 | 2024-10-04T15:21:20.483Z | Downloaded heapless v0.7.17 |
918 | 2024-10-04T15:21:20.485Z | Downloaded ed25519-dalek v2.1.1 |
919 | 2024-10-04T15:21:20.488Z | Downloaded hickory-client v0.24.1 |
920 | 2024-10-04T15:21:20.491Z | Downloaded unicode-bidi v0.3.15 |
921 | 2024-10-04T15:21:20.494Z | Downloaded crossterm v0.28.1 |
922 | 2024-10-04T15:21:20.500Z | Downloaded primeorder v0.13.6 |
923 | 2024-10-04T15:21:20.503Z | Downloaded hash32 v0.2.1 |
924 | 2024-10-04T15:21:20.503Z | Downloaded float-cmp v0.9.0 |
925 | 2024-10-04T15:21:20.506Z | Downloaded parking_lot v0.11.2 |
926 | 2024-10-04T15:21:20.508Z | Downloaded ron v0.7.1 |
927 | 2024-10-04T15:21:20.511Z | Downloaded hickory-resolver v0.24.1 |
928 | 2024-10-04T15:21:20.517Z | Downloaded unicode-normalization v0.1.23 |
929 | 2024-10-04T15:21:20.520Z | Downloaded serde-hex v0.1.0 |
930 | 2024-10-04T15:21:20.523Z | Downloaded scrypt v0.11.0 |
931 | 2024-10-04T15:21:20.523Z | Downloaded schemars_derive v0.8.21 |
932 | 2024-10-04T15:21:20.525Z | Downloaded yasna v0.5.2 |
933 | 2024-10-04T15:21:20.525Z | Downloaded pkg-config v0.3.30 |
934 | 2024-10-04T15:21:20.530Z | Downloaded pkcs8 v0.10.2 |
935 | 2024-10-04T15:21:20.530Z | Downloaded tracing v0.1.40 |
936 | 2024-10-04T15:21:20.534Z | Downloaded hyper v1.4.1 |
937 | 2024-10-04T15:21:20.541Z | Downloaded aho-corasick v1.1.3 |
938 | 2024-10-04T15:21:20.547Z | Downloaded unicode-segmentation v1.11.0 |
939 | 2024-10-04T15:21:20.551Z | Downloaded toml_edit v0.19.15 |
940 | 2024-10-04T15:21:20.569Z | Downloaded tokio-rustls v0.26.0 |
941 | 2024-10-04T15:21:20.571Z | Downloaded rand v0.8.5 |
942 | 2024-10-04T15:21:20.574Z | Downloaded num-traits v0.2.19 |
943 | 2024-10-04T15:21:20.577Z | Downloaded num-rational v0.4.2 |
944 | 2024-10-04T15:21:20.580Z | Downloaded itertools v0.12.1 |
945 | 2024-10-04T15:21:20.586Z | Downloaded libm v0.2.8 |
946 | 2024-10-04T15:21:20.594Z | Downloaded rand_xorshift v0.3.0 |
947 | 2024-10-04T15:21:20.597Z | Downloaded pem v3.0.4 |
948 | 2024-10-04T15:21:20.597Z | Downloaded typify v0.2.0 |
949 | 2024-10-04T15:21:20.600Z | Downloaded postgres-protocol v0.6.7 |
950 | 2024-10-04T15:21:20.603Z | Downloaded dropshot_endpoint v0.12.0 |
951 | 2024-10-04T15:21:20.606Z | Downloaded packed_struct v0.10.1 |
952 | 2024-10-04T15:21:20.608Z | Downloaded slog-term v2.9.1 |
953 | 2024-10-04T15:21:20.611Z | Downloaded nom v7.1.3 |
954 | 2024-10-04T15:21:20.615Z | Downloaded futures-core v0.3.30 |
955 | 2024-10-04T15:21:20.618Z | Downloaded form_urlencoded v1.2.1 |
956 | 2024-10-04T15:21:20.618Z | Downloaded foreign-types-macros v0.2.3 |
957 | 2024-10-04T15:21:20.618Z | Downloaded dropshot_endpoint v0.10.1 |
958 | 2024-10-04T15:21:20.623Z | Downloaded dirs-sys-next v0.1.2 |
959 | 2024-10-04T15:21:20.623Z | Downloaded defmt-parser v0.3.4 |
960 | 2024-10-04T15:21:20.626Z | Downloaded defmt-macros v0.3.9 |
961 | 2024-10-04T15:21:20.626Z | Downloaded unarray v0.1.4 |
962 | 2024-10-04T15:21:20.626Z | Downloaded diff v0.1.13 |
963 | 2024-10-04T15:21:20.629Z | Downloaded expectorate v1.1.0 |
964 | 2024-10-04T15:21:20.632Z | Downloaded http v1.1.0 |
965 | 2024-10-04T15:21:20.635Z | Downloaded elliptic-curve v0.13.8 |
966 | 2024-10-04T15:21:20.639Z | Downloaded foreign-types v0.5.0 |
967 | 2024-10-04T15:21:20.646Z | Downloaded difflib v0.4.0 |
968 | 2024-10-04T15:21:20.646Z | Downloaded tap v1.0.1 |
969 | 2024-10-04T15:21:20.646Z | Downloaded slog-envlogger v2.2.0 |
970 | 2024-10-04T15:21:20.646Z | Downloaded rand_chacha v0.3.1 |
971 | 2024-10-04T15:21:20.646Z | Downloaded peg-macros v0.8.4 |
972 | 2024-10-04T15:21:20.649Z | Downloaded thread_local v1.1.8 |
973 | 2024-10-04T15:21:20.649Z | Downloaded supports-color v3.0.1 |
974 | 2024-10-04T15:21:20.651Z | Downloaded slog v2.7.0 |
975 | 2024-10-04T15:21:20.654Z | Downloaded filetime v0.2.25 |
976 | 2024-10-04T15:21:20.654Z | Downloaded dsl_auto_type v0.1.2 |
977 | 2024-10-04T15:21:20.657Z | Downloaded which v4.4.2 |
978 | 2024-10-04T15:21:20.660Z | Downloaded aes-gcm v0.10.3 |
979 | 2024-10-04T15:21:20.662Z | Downloaded subprocess v0.2.9 |
980 | 2024-10-04T15:21:20.664Z | Downloaded spin v0.9.8 |
981 | 2024-10-04T15:21:20.668Z | Downloaded fatfs v0.3.6 |
982 | 2024-10-04T15:21:20.671Z | Downloaded crossbeam-channel v0.5.12 |
983 | 2024-10-04T15:21:20.673Z | Downloaded const_format v0.2.33 |
984 | 2024-10-04T15:21:20.678Z | Downloaded pkcs1 v0.7.5 |
985 | 2024-10-04T15:21:20.681Z | Downloaded universal-hash v0.5.1 |
986 | 2024-10-04T15:21:20.684Z | Downloaded tinyvec v1.6.0 |
987 | 2024-10-04T15:21:20.687Z | Downloaded peg-runtime v0.8.3 |
988 | 2024-10-04T15:21:20.687Z | Downloaded futures v0.3.30 |
989 | 2024-10-04T15:21:20.691Z | Downloaded pin-project-lite v0.2.14 |
990 | 2024-10-04T15:21:20.695Z | Downloaded tokio-stream v0.1.16 |
991 | 2024-10-04T15:21:20.700Z | Downloaded mockall_derive v0.13.0 |
992 | 2024-10-04T15:21:20.702Z | Downloaded vsss-rs v3.3.4 |
993 | 2024-10-04T15:21:20.706Z | Downloaded subtle v2.5.0 |
994 | 2024-10-04T15:21:20.706Z | Downloaded rustc-hash v1.1.0 |
995 | 2024-10-04T15:21:20.708Z | Downloaded tokio-native-tls v0.3.1 |
996 | 2024-10-04T15:21:20.708Z | Downloaded parse-display-derive v0.10.0 |
997 | 2024-10-04T15:21:20.711Z | Downloaded http v0.2.12 |
998 | 2024-10-04T15:21:20.713Z | Downloaded snafu-derive v0.8.2 |
999 | 2024-10-04T15:21:20.716Z | Downloaded zone_cfg_derive v0.1.2 |
1000 | 2024-10-04T15:21:20.716Z | Downloaded tokio-tungstenite v0.23.1 |
1001 | 2024-10-04T15:21:20.720Z | Downloaded darling_core v0.20.9 |
1002 | 2024-10-04T15:21:20.723Z | Downloaded signal-hook-mio v0.2.4 |
1003 | 2024-10-04T15:21:20.726Z | Downloaded ron v0.8.1 |
1004 | 2024-10-04T15:21:20.729Z | Downloaded bytes v1.7.2 |
1005 | 2024-10-04T15:21:20.733Z | Downloaded libz-sys v1.1.16 |
1006 | 2024-10-04T15:21:20.808Z | Downloaded allocator-api2 v0.2.18 |
1007 | 2024-10-04T15:21:20.811Z | Downloaded signal-hook v0.3.17 |
1008 | 2024-10-04T15:21:20.814Z | Downloaded quinn-udp v0.5.5 |
1009 | 2024-10-04T15:21:20.816Z | Downloaded ppv-lite86 v0.2.17 |
1010 | 2024-10-04T15:21:20.819Z | Downloaded glob v0.3.1 |
1011 | 2024-10-04T15:21:20.819Z | Downloaded fallible-iterator v0.3.0 |
1012 | 2024-10-04T15:21:20.821Z | Downloaded enum-as-inner v0.5.1 |
1013 | 2024-10-04T15:21:20.821Z | Downloaded signal-hook-tokio v0.3.1 |
1014 | 2024-10-04T15:21:20.824Z | Downloaded sigpipe v0.1.3 |
1015 | 2024-10-04T15:21:20.824Z | Downloaded derive_builder_core v0.20.0 |
1016 | 2024-10-04T15:21:20.827Z | Downloaded maybe-uninit v2.0.0 |
1017 | 2024-10-04T15:21:20.827Z | Downloaded libloading v0.8.3 |
1018 | 2024-10-04T15:21:20.829Z | Downloaded hyper-rustls v0.27.3 |
1019 | 2024-10-04T15:21:20.832Z | Downloaded cc v1.0.97 |
1020 | 2024-10-04T15:21:20.834Z | Downloaded base64 v0.13.1 |
1021 | 2024-10-04T15:21:20.837Z | Downloaded clang-sys v1.7.0 |
1022 | 2024-10-04T15:21:20.840Z | Downloaded wait-timeout v0.2.0 |
1023 | 2024-10-04T15:21:20.843Z | Downloaded crossbeam-epoch v0.9.18 |
1024 | 2024-10-04T15:21:20.845Z | Downloaded ahash v0.8.11 |
1025 | 2024-10-04T15:21:20.848Z | Downloaded fragile v2.0.0 |
1026 | 2024-10-04T15:21:20.848Z | Downloaded fallible-iterator v0.2.0 |
1027 | 2024-10-04T15:21:20.850Z | Downloaded ipnet v2.10.0 |
1028 | 2024-10-04T15:21:20.853Z | Downloaded hyper-util v0.1.9 |
1029 | 2024-10-04T15:21:20.855Z | Downloaded ref-cast v1.0.23 |
1030 | 2024-10-04T15:21:20.858Z | Downloaded linear-map v1.2.0 |
1031 | 2024-10-04T15:21:20.861Z | Downloaded nodrop v0.1.14 |
1032 | 2024-10-04T15:21:20.863Z | Downloaded newtype-uuid v1.1.0 |
1033 | 2024-10-04T15:21:20.863Z | Downloaded backtrace v0.3.71 |
1034 | 2024-10-04T15:21:20.867Z | Downloaded structmeta-derive v0.2.0 |
1035 | 2024-10-04T15:21:20.870Z | Downloaded rusty-fork v0.3.0 |
1036 | 2024-10-04T15:21:20.872Z | Downloaded data-encoding v2.6.0 |
1037 | 2024-10-04T15:21:20.872Z | Downloaded csv-core v0.1.11 |
1038 | 2024-10-04T15:21:20.874Z | Downloaded cancel-safe-futures v0.1.5 |
1039 | 2024-10-04T15:21:20.876Z | Downloaded async-bb8-diesel v0.2.1 |
1040 | 2024-10-04T15:21:20.879Z | Downloaded backoff v0.4.0 |
1041 | 2024-10-04T15:21:20.881Z | Downloaded argon2 v0.5.3 |
1042 | 2024-10-04T15:21:20.884Z | Downloaded hyper-tls v0.6.0 |
1043 | 2024-10-04T15:21:20.887Z | Downloaded impl-trait-for-tuples v0.2.2 |
1044 | 2024-10-04T15:21:20.887Z | Downloaded console v0.15.8 |
1045 | 2024-10-04T15:21:20.890Z | Downloaded instant v0.1.12 |
1046 | 2024-10-04T15:21:20.892Z | Downloaded shlex v1.3.0 |
1047 | 2024-10-04T15:21:20.895Z | Downloaded shell-words v1.1.0 |
1048 | 2024-10-04T15:21:20.895Z | Downloaded serde_path_to_error v0.1.16 |
1049 | 2024-10-04T15:21:20.897Z | Downloaded slog-json v2.6.1 |
1050 | 2024-10-04T15:21:20.897Z | Downloaded hickory-server v0.24.1 |
1051 | 2024-10-04T15:21:20.903Z | Downloaded rustc_version v0.4.0 |
1052 | 2024-10-04T15:21:20.905Z | Downloaded miniz_oxide v0.7.2 |
1053 | 2024-10-04T15:21:20.907Z | Downloaded memmap2 v0.9.4 |
1054 | 2024-10-04T15:21:20.910Z | Downloaded castaway v0.2.3 |
1055 | 2024-10-04T15:21:20.910Z | Downloaded block-padding v0.3.3 |
1056 | 2024-10-04T15:21:20.912Z | Downloaded aes v0.8.4 |
1057 | 2024-10-04T15:21:20.915Z | Downloaded match_cfg v0.1.0 |
1058 | 2024-10-04T15:21:20.915Z | Downloaded constant_time_eq v0.3.0 |
1059 | 2024-10-04T15:21:20.917Z | Downloaded ciborium-ll v0.2.2 |
1060 | 2024-10-04T15:21:20.917Z | Downloaded bitfield v0.14.0 |
1061 | 2024-10-04T15:21:20.920Z | Downloaded base16ct v0.2.0 |
1062 | 2024-10-04T15:21:20.920Z | Downloaded bb8 v0.8.5 |
1063 | 2024-10-04T15:21:20.922Z | Downloaded humantime v2.1.0 |
1064 | 2024-10-04T15:21:20.922Z | Downloaded httpdate v1.0.3 |
1065 | 2024-10-04T15:21:20.926Z | Downloaded hostname v0.4.0 |
1066 | 2024-10-04T15:21:20.926Z | Downloaded home v0.5.9 |
1067 | 2024-10-04T15:21:20.928Z | Downloaded crc32fast v1.4.0 |
1068 | 2024-10-04T15:21:20.928Z | Downloaded darling v0.20.9 |
1069 | 2024-10-04T15:21:20.931Z | Downloaded chacha20 v0.9.1 |
1070 | 2024-10-04T15:21:20.934Z | Downloaded cbc v0.1.2 |
1071 | 2024-10-04T15:21:20.936Z | Downloaded internet-checksum v0.2.1 |
1072 | 2024-10-04T15:21:20.936Z | Downloaded indent_write v2.2.0 |
1073 | 2024-10-04T15:21:20.936Z | Downloaded crunchy v0.2.2 |
1074 | 2024-10-04T15:21:20.939Z | Downloaded cfg_aliases v0.2.1 |
1075 | 2024-10-04T15:21:20.939Z | Downloaded mockall v0.13.0 |
1076 | 2024-10-04T15:21:20.941Z | Downloaded lru-cache v0.1.2 |
1077 | 2024-10-04T15:21:20.941Z | Downloaded atomicwrites v0.4.4 |
1078 | 2024-10-04T15:21:20.943Z | Downloaded libsqlite3-sys v0.30.1 |
1079 | 2024-10-04T15:21:21.024Z | Downloaded libsw v3.3.1 |
1080 | 2024-10-04T15:21:21.027Z | Downloaded ring v0.16.20 |
1081 | 2024-10-04T15:21:21.114Z | Downloaded indoc v1.0.9 |
1082 | 2024-10-04T15:21:21.117Z | Downloaded debug-ignore v1.0.5 |
1083 | 2024-10-04T15:21:21.119Z | Downloaded http-body v0.4.6 |
1084 | 2024-10-04T15:21:21.122Z | Downloaded hostname v0.3.1 |
1085 | 2024-10-04T15:21:21.122Z | Downloaded cookie_store v0.21.0 |
1086 | 2024-10-04T15:21:21.124Z | Downloaded arrayvec v0.7.4 |
1087 | 2024-10-04T15:21:21.127Z | Downloaded async-recursion v1.1.1 |
1088 | 2024-10-04T15:21:21.130Z | Downloaded array-init v0.0.4 |
1089 | 2024-10-04T15:21:21.130Z | Downloaded blowfish v0.9.1 |
1090 | 2024-10-04T15:21:21.132Z | Downloaded atomic-waker v1.1.2 |
1091 | 2024-10-04T15:21:21.227Z | Compiling serde v1.0.210 |
1092 | 2024-10-04T15:21:21.230Z | Compiling typenum v1.17.0 |
1093 | 2024-10-04T15:21:21.230Z | Compiling generic-array v0.14.7 |
1094 | 2024-10-04T15:21:21.230Z | Compiling lock_api v0.4.12 |
1095 | 2024-10-04T15:21:21.230Z | Compiling scopeguard v1.2.0 |
1096 | 2024-10-04T15:21:21.230Z | Compiling value-bag v1.9.0 |
1097 | 2024-10-04T15:21:21.406Z | Compiling syn v2.0.79 |
1098 | 2024-10-04T15:21:21.409Z | Compiling getrandom v0.2.14 |
1099 | 2024-10-04T15:21:21.588Z | Compiling subtle v2.5.0 |
1100 | 2024-10-04T15:21:21.734Z | Compiling rand_core v0.6.4 |
1101 | 2024-10-04T15:21:21.893Z | Compiling log v0.4.22 |
1102 | 2024-10-04T15:21:21.922Z | Compiling const-oid v0.9.6 |
1103 | 2024-10-04T15:21:21.977Z | Compiling jobserver v0.1.32 |
1104 | 2024-10-04T15:21:22.009Z | Compiling pin-project-lite v0.2.14 |
1105 | 2024-10-04T15:21:22.130Z | Compiling smallvec v1.13.2 |
1106 | 2024-10-04T15:21:22.246Z | Compiling parking_lot_core v0.9.10 |
1107 | 2024-10-04T15:21:22.290Z | Compiling signal-hook-registry v1.4.2 |
1108 | 2024-10-04T15:21:22.556Z | Compiling cc v1.0.97 |
1109 | 2024-10-04T15:21:22.777Z | Compiling futures-core v0.3.30 |
1110 | 2024-10-04T15:21:22.866Z | Compiling mio v1.0.2 |
1111 | 2024-10-04T15:21:23.016Z | Compiling ahash v0.8.11 |
1112 | 2024-10-04T15:21:23.103Z | Compiling parking_lot v0.12.2 |
1113 | 2024-10-04T15:21:23.365Z | Compiling cpufeatures v0.2.12 |
1114 | 2024-10-04T15:21:23.384Z | Compiling futures-sink v0.3.30 |
1115 | 2024-10-04T15:21:23.520Z | Compiling socket2 v0.5.7 |
1116 | 2024-10-04T15:21:23.541Z | Compiling slab v0.4.9 |
1117 | 2024-10-04T15:21:23.841Z | Compiling allocator-api2 v0.2.18 |
1118 | 2024-10-04T15:21:24.049Z | Compiling spin v0.9.8 |
1119 | 2024-10-04T15:21:24.068Z | Compiling tinyvec_macros v0.1.1 |
1120 | 2024-10-04T15:21:24.086Z | Compiling futures-channel v0.3.30 |
1121 | 2024-10-04T15:21:24.150Z | Compiling tinyvec v1.6.0 |
1122 | 2024-10-04T15:21:24.271Z | Compiling libm v0.2.8 |
1123 | 2024-10-04T15:21:24.429Z | Compiling futures-io v0.3.30 |
1124 | 2024-10-04T15:21:24.483Z | Compiling futures-task v0.3.30 |
1125 | 2024-10-04T15:21:24.508Z | Compiling pin-utils v0.1.0 |
1126 | 2024-10-04T15:21:24.598Z | Compiling serde_json v1.0.128 |
1127 | 2024-10-04T15:21:24.618Z | Compiling base64ct v1.6.0 |
1128 | 2024-10-04T15:21:24.660Z | Compiling num-traits v0.2.19 |
1129 | 2024-10-04T15:21:24.742Z | Compiling unicode-bidi v0.3.15 |
1130 | 2024-10-04T15:21:24.760Z | Compiling flagset v0.4.5 |
1131 | 2024-10-04T15:21:25.080Z | Compiling tracing-core v0.1.32 |
1132 | 2024-10-04T15:21:25.270Z | Compiling pem-rfc7468 v0.7.0 |
1133 | 2024-10-04T15:21:25.302Z | Compiling pkg-config v0.3.30 |
1134 | 2024-10-04T15:21:25.710Z | Compiling unicode-normalization v0.1.23 |
1135 | 2024-10-04T15:21:26.036Z | Compiling vcpkg v0.2.15 |
1136 | 2024-10-04T15:21:26.487Z | Compiling crossbeam-utils v0.8.19 |
1137 | 2024-10-04T15:21:26.549Z | Compiling percent-encoding v2.3.1 |
1138 | 2024-10-04T15:21:26.689Z | Compiling ring v0.17.8 |
1139 | 2024-10-04T15:21:26.846Z | Compiling ppv-lite86 v0.2.17 |
1140 | 2024-10-04T15:21:26.932Z | Compiling httparse v1.8.0 |
1141 | 2024-10-04T15:21:26.936Z | Compiling rustix v0.38.34 |
1142 | 2024-10-04T15:21:27.422Z | Compiling rustls-pki-types v1.7.0 |
1143 | 2024-10-04T15:21:27.608Z | Compiling rand_chacha v0.3.1 |
1144 | 2024-10-04T15:21:27.737Z | Compiling try-lock v0.2.5 |
1145 | 2024-10-04T15:21:27.884Z | Compiling want v0.3.1 |
1146 | 2024-10-04T15:21:28.165Z | Compiling rand v0.8.5 |
1147 | 2024-10-04T15:21:28.237Z | Compiling openssl-sys v0.9.103 |
1148 | 2024-10-04T15:21:28.345Z | Compiling num-conv v0.1.0 |
1149 | 2024-10-04T15:21:28.573Z | Compiling atomic-waker v1.1.2 |
1150 | 2024-10-04T15:21:28.640Z | Compiling untrusted v0.9.0 |
1151 | 2024-10-04T15:21:28.761Z | Compiling powerfmt v0.2.0 |
1152 | 2024-10-04T15:21:28.810Z | Compiling httpdate v1.0.3 |
1153 | 2024-10-04T15:21:29.011Z | Compiling rustversion v1.0.17 |
1154 | 2024-10-04T15:21:29.148Z | Compiling openssl v0.10.66 |
1155 | 2024-10-04T15:21:29.262Z | Compiling foreign-types-shared v0.1.1 |
1156 | 2024-10-04T15:21:29.369Z | Compiling time-core v0.1.2 |
1157 | 2024-10-04T15:21:29.545Z | Compiling time-macros v0.2.18 |
1158 | 2024-10-04T15:21:29.569Z | Compiling foreign-types v0.3.2 |
1159 | 2024-10-04T15:21:29.662Z | Compiling deranged v0.3.11 |
1160 | 2024-10-04T15:21:29.755Z | Compiling form_urlencoded v1.2.1 |
1161 | 2024-10-04T15:21:29.968Z | Compiling aho-corasick v1.1.3 |
1162 | 2024-10-04T15:21:30.078Z | Compiling regex-syntax v0.8.4 |
1163 | 2024-10-04T15:21:30.078Z | Compiling syn v1.0.109 |
1164 | 2024-10-04T15:21:30.690Z | Compiling rustls v0.23.10 |
1165 | 2024-10-04T15:21:30.746Z | Compiling base64 v0.22.1 |
1166 | 2024-10-04T15:21:30.937Z | Compiling num_threads v0.1.7 |
1167 | 2024-10-04T15:21:31.036Z | Compiling native-tls v0.2.11 |
1168 | 2024-10-04T15:21:31.376Z | Compiling tower-service v0.3.2 |
1169 | 2024-10-04T15:21:31.501Z | Compiling siphasher v0.3.11 |
1170 | 2024-10-04T15:21:31.614Z | Compiling crossbeam-epoch v0.9.18 |
1171 | 2024-10-04T15:21:31.881Z | Compiling idna v0.5.0 |
1172 | 2024-10-04T15:21:32.358Z | Compiling lazy_static v1.5.0 |
1173 | 2024-10-04T15:21:32.477Z | Compiling cookie v0.18.1 |
1174 | 2024-10-04T15:21:32.737Z | Compiling time v0.3.36 |
1175 | 2024-10-04T15:21:32.769Z | Compiling slog v2.7.0 |
1176 | 2024-10-04T15:21:32.856Z | Compiling rayon-core v1.12.1 |
1177 | 2024-10-04T15:21:33.132Z | Compiling openssl-probe v0.1.5 |
1178 | 2024-10-04T15:21:33.278Z | Compiling iana-time-zone v0.1.60 |
1179 | 2024-10-04T15:21:33.333Z | Compiling finl_unicode v1.2.0 |
1180 | 2024-10-04T15:21:33.451Z | Compiling regex-automata v0.4.6 |
1181 | 2024-10-04T15:21:33.698Z | Compiling either v1.13.0 |
1182 | 2024-10-04T15:21:33.934Z | Compiling stringprep v0.1.4 |
1183 | 2024-10-04T15:21:34.264Z | Compiling url v2.5.2 |
1184 | 2024-10-04T15:21:35.133Z | Compiling crossbeam-deque v0.8.5 |
1185 | 2024-10-04T15:21:35.480Z | Compiling num-integer v0.1.46 |
1186 | 2024-10-04T15:21:35.510Z | Compiling serde_derive v1.0.210 |
1187 | 2024-10-04T15:21:36.156Z | Compiling zeroize_derive v1.4.2 |
1188 | 2024-10-04T15:21:36.263Z | Compiling zerocopy-derive v0.7.34 |
1189 | 2024-10-04T15:21:36.449Z | Compiling tokio-macros v2.4.0 |
1190 | 2024-10-04T15:21:37.790Z | Compiling zeroize v1.8.1 |
1191 | 2024-10-04T15:21:37.893Z | Compiling futures-macro v0.3.30 |
1192 | 2024-10-04T15:21:38.173Z | Compiling thiserror-impl v1.0.64 |
1193 | 2024-10-04T15:21:38.544Z | Compiling zerocopy v0.7.34 |
1194 | 2024-10-04T15:21:38.566Z | Compiling der_derive v0.7.2 |
1195 | 2024-10-04T15:21:39.542Z | Compiling crypto-common v0.1.6 |
1196 | 2024-10-04T15:21:39.779Z | Compiling block-buffer v0.10.4 |
1197 | 2024-10-04T15:21:39.950Z | Compiling block-padding v0.3.3 |
1198 | 2024-10-04T15:21:40.099Z | Compiling digest v0.10.7 |
1199 | 2024-10-04T15:21:40.195Z | Compiling inout v0.1.3 |
1200 | 2024-10-04T15:21:40.479Z | Compiling cipher v0.4.4 |
1201 | 2024-10-04T15:21:40.572Z | Compiling hmac v0.12.1 |
1202 | 2024-10-04T15:21:40.764Z | Compiling hashbrown v0.14.5 |
1203 | 2024-10-04T15:21:40.825Z | Compiling sha2 v0.10.8 |
1204 | 2024-10-04T15:21:40.965Z | Compiling futures-util v0.3.30 |
1205 | 2024-10-04T15:21:41.078Z | Compiling der v0.7.9 |
1206 | 2024-10-04T15:21:41.449Z | Compiling thiserror v1.0.64 |
1207 | 2024-10-04T15:21:41.593Z | Compiling salsa20 v0.10.2 |
1208 | 2024-10-04T15:21:41.821Z | Compiling pbkdf2 v0.12.2 |
1209 | 2024-10-04T15:21:42.000Z | Compiling tracing-attributes v0.1.27 |
1210 | 2024-10-04T15:21:42.093Z | Compiling scrypt v0.11.0 |
1211 | 2024-10-04T15:21:42.681Z | Compiling cbc v0.1.2 |
1212 | 2024-10-04T15:21:42.912Z | Compiling aes v0.8.4 |
1213 | 2024-10-04T15:21:44.356Z | Compiling spki v0.7.3 |
1214 | 2024-10-04T15:21:44.418Z | Compiling pest v2.7.10 |
1215 | 2024-10-04T15:21:44.743Z | Compiling pkcs5 v0.7.1 |
1216 | 2024-10-04T15:21:45.775Z | Compiling pkcs8 v0.10.2 |
1217 | 2024-10-04T15:21:45.827Z | Compiling tracing v0.1.40 |
1218 | 2024-10-04T15:21:45.963Z | Compiling scroll_derive v0.12.0 |
1219 | 2024-10-04T15:21:46.253Z | Compiling openssl-macros v0.1.1 |
1220 | 2024-10-04T15:21:46.310Z | Compiling signature v2.2.0 |
1221 | 2024-10-04T15:21:46.486Z | Compiling rustls-webpki v0.102.4 |
1222 | 2024-10-04T15:21:46.591Z | Compiling md-5 v0.10.6 |
1223 | 2024-10-04T15:21:46.857Z | Compiling backtrace v0.3.71 |
1224 | 2024-10-04T15:21:47.028Z | Compiling pest_meta v2.7.10 |
1225 | 2024-10-04T15:21:47.120Z | Compiling idna v0.3.0 |
1226 | 2024-10-04T15:21:47.413Z | Compiling scroll v0.12.0 |
1227 | 2024-10-04T15:21:47.518Z | Compiling ff v0.13.0 |
1228 | 2024-10-04T15:21:47.743Z | Compiling hash32 v0.2.1 |
1229 | 2024-10-04T15:21:47.990Z | Compiling goblin v0.8.2 |
1230 | 2024-10-04T15:21:48.121Z | Compiling psl-types v2.0.11 |
1231 | 2024-10-04T15:21:48.310Z | Compiling pest_generator v2.7.10 |
1232 | 2024-10-04T15:21:48.564Z | Compiling num-bigint-dig v0.8.4 |
1233 | 2024-10-04T15:21:48.693Z | Compiling gimli v0.28.1 |
1234 | 2024-10-04T15:21:48.870Z | Compiling signal-hook v0.3.17 |
1235 | 2024-10-04T15:21:49.147Z | Compiling smoltcp v0.9.1 |
1236 | 2024-10-04T15:21:49.491Z | Compiling adler v1.0.2 |
1237 | 2024-10-04T15:21:49.721Z | Compiling bytes v1.7.2 |
1238 | 2024-10-04T15:21:49.965Z | Compiling indexmap v2.5.0 |
1239 | 2024-10-04T15:21:50.116Z | Compiling bitflags v2.6.0 |
1240 | 2024-10-04T15:21:50.566Z | Compiling semver v1.0.23 |
1241 | 2024-10-04T15:21:51.064Z | Compiling tokio v1.39.3 |
1242 | 2024-10-04T15:21:51.324Z | Compiling rustc_version v0.4.0 |
1243 | 2024-10-04T15:21:51.448Z | Compiling http v1.1.0 |
1244 | 2024-10-04T15:21:52.114Z | Compiling pest_derive v2.7.10 |
1245 | 2024-10-04T15:21:52.936Z | Compiling http-body v1.0.0 |
1246 | 2024-10-04T15:21:53.169Z | Compiling dtrace-parser v0.2.0 |
1247 | 2024-10-04T15:21:53.465Z | Compiling heapless v0.7.17 |
1248 | 2024-10-04T15:21:53.646Z | Compiling dof v0.3.0 |
1249 | 2024-10-04T15:21:53.922Z | Compiling uuid v1.10.0 |
1250 | 2024-10-04T15:21:55.371Z | Compiling usdt-impl v0.5.0 |
1251 | 2024-10-04T15:21:55.460Z | Compiling curve25519-dalek v4.1.3 |
1252 | 2024-10-04T15:21:55.890Z | Compiling http v0.2.12 |
1253 | 2024-10-04T15:21:56.101Z | Compiling serde_tokenstream v0.2.2 |
1254 | 2024-10-04T15:21:56.716Z | Compiling serde_spanned v0.6.7 |
1255 | 2024-10-04T15:21:56.892Z | Compiling chrono v0.4.38 |
1256 | 2024-10-04T15:21:56.949Z | Compiling toml_datetime v0.6.8 |
1257 | 2024-10-04T15:21:57.456Z | Compiling fallible-iterator v0.2.0 |
1258 | 2024-10-04T15:21:57.487Z | Compiling stable_deref_trait v1.2.0 |
1259 | 2024-10-04T15:21:57.596Z | Compiling crc32fast v1.4.0 |
1260 | 2024-10-04T15:21:58.141Z | Compiling portable-atomic v1.6.0 |
1261 | 2024-10-04T15:21:58.143Z | Compiling base16ct v0.2.0 |
1262 | 2024-10-04T15:21:58.367Z | Compiling sec1 v0.7.3 |
1263 | 2024-10-04T15:21:58.518Z | Compiling postgres-protocol v0.6.7 |
1264 | 2024-10-04T15:21:59.144Z | Compiling tokio-util v0.7.12 |
1265 | 2024-10-04T15:21:59.163Z | Compiling tokio-rustls v0.26.0 |
1266 | 2024-10-04T15:21:59.601Z | Compiling terminal_size v0.3.0 |
1267 | 2024-10-04T15:21:59.804Z | Compiling http-body-util v0.1.2 |
1268 | 2024-10-04T15:21:59.857Z | Compiling addr2line v0.21.0 |
1269 | 2024-10-04T15:22:00.329Z | Compiling h2 v0.4.6 |
1270 | 2024-10-04T15:22:00.549Z | Compiling tokio-native-tls v0.3.1 |
1271 | 2024-10-04T15:22:00.623Z | Compiling miniz_oxide v0.7.2 |
1272 | 2024-10-04T15:22:00.626Z | Compiling hubpack_derive v0.1.1 |
1273 | 2024-10-04T15:22:00.719Z | Compiling publicsuffix v2.2.3 |
1274 | 2024-10-04T15:22:00.802Z | Compiling group v0.13.0 |
1275 | 2024-10-04T15:22:01.010Z | Compiling hkdf v0.12.4 |
1276 | 2024-10-04T15:22:01.126Z | Compiling crypto-bigint v0.5.5 |
1277 | 2024-10-04T15:22:01.271Z | Compiling num-iter v0.1.45 |
1278 | 2024-10-04T15:22:01.349Z | Compiling async-trait v0.1.83 |
1279 | 2024-10-04T15:22:01.434Z | Compiling zerocopy-derive v0.6.6 |
1280 | 2024-10-04T15:22:01.454Z | Compiling curve25519-dalek-derive v0.1.1 |
1281 | 2024-10-04T15:22:03.363Z | Compiling phf_shared v0.11.2 |
1282 | 2024-10-04T15:22:03.667Z | Compiling serde_derive_internals v0.29.1 |
1283 | 2024-10-04T15:22:03.748Z | Compiling webpki-roots v0.26.3 |
1284 | 2024-10-04T15:22:03.766Z | Compiling object v0.32.2 |
1285 | 2024-10-04T15:22:03.872Z | Compiling fs-err v2.11.0 |
1286 | 2024-10-04T15:22:03.945Z | Compiling ipnet v2.10.0 |
1287 | 2024-10-04T15:22:04.141Z | Compiling schemars v0.8.21 |
1288 | 2024-10-04T15:22:04.168Z | Compiling bitflags v1.3.2 |
1289 | 2024-10-04T15:22:04.274Z | Compiling rustc-demangle v0.1.24 |
1290 | 2024-10-04T15:22:04.496Z | Compiling adler2 v2.0.0 |
1291 | 2024-10-04T15:22:04.691Z | Compiling winnow v0.5.40 |
1292 | 2024-10-04T15:22:05.145Z | Compiling anyhow v1.0.89 |
1293 | 2024-10-04T15:22:05.257Z | Compiling managed v0.8.0 |
1294 | 2024-10-04T15:22:05.968Z | Compiling miniz_oxide v0.8.0 |
1295 | 2024-10-04T15:22:06.218Z | Compiling console v0.15.8 |
1296 | 2024-10-04T15:22:06.470Z | Compiling schemars_derive v0.8.21 |
1297 | 2024-10-04T15:22:07.306Z | Compiling hyper v1.4.1 |
1298 | 2024-10-04T15:22:07.654Z | Compiling elliptic-curve v0.13.8 |
1299 | 2024-10-04T15:22:07.776Z | Compiling clap_builder v4.5.18 |
1300 | 2024-10-04T15:22:07.811Z | Compiling zerocopy v0.6.6 |
1301 | 2024-10-04T15:22:08.481Z | Compiling toml_edit v0.19.15 |
1302 | 2024-10-04T15:22:08.591Z | Compiling phf v0.11.2 |
1303 | 2024-10-04T15:22:08.773Z | Compiling cookie_store v0.21.0 |
1304 | 2024-10-04T15:22:09.838Z | Compiling hyper-util v0.1.9 |
1305 | 2024-10-04T15:22:10.975Z | Compiling rayon v1.10.0 |
1306 | 2024-10-04T15:22:11.154Z | Compiling hubpack v0.1.2 |
1307 | 2024-10-04T15:22:12.616Z | Compiling hyper-tls v0.6.0 |
1308 | 2024-10-04T15:22:13.006Z | Compiling hyper-rustls v0.27.3 |
1309 | 2024-10-04T15:22:13.049Z | Compiling h2 v0.3.26 |
1310 | 2024-10-04T15:22:13.640Z | Compiling postgres-types v0.2.8 |
1311 | 2024-10-04T15:22:15.246Z | Compiling usdt-macro v0.5.0 |
1312 | 2024-10-04T15:22:15.487Z | Compiling usdt-attr-macro v0.5.0 |
1313 | 2024-10-04T15:22:15.811Z | Compiling http-body v0.4.6 |
1314 | 2024-10-04T15:22:16.270Z | Compiling serde-big-array v0.5.1 |
1315 | 2024-10-04T15:22:16.468Z | Compiling serde_urlencoded v0.7.1 |
1316 | 2024-10-04T15:22:16.495Z | Compiling futures-executor v0.3.30 |
1317 | 2024-10-04T15:22:16.730Z | Compiling ed25519 v2.2.3 |
1318 | 2024-10-04T15:22:16.948Z | Compiling pkcs1 v0.7.5 |
1319 | 2024-10-04T15:22:17.048Z | Compiling rfc6979 v0.4.0 |
1320 | 2024-10-04T15:22:17.077Z | Compiling regex v1.10.6 |
1321 | 2024-10-04T15:22:17.120Z | Compiling bstr v1.9.1 |
1322 | 2024-10-04T15:22:17.179Z | Compiling clap_derive v4.5.18 |
1323 | 2024-10-04T15:22:17.232Z | Compiling enum-as-inner v0.6.0 |
1324 | 2024-10-04T15:22:17.987Z | Compiling strum_macros v0.25.3 |
1325 | 2024-10-04T15:22:18.159Z | Compiling serde_repr v0.1.19 |
1326 | 2024-10-04T15:22:18.384Z | Compiling phf_shared v0.10.0 |
1327 | 2024-10-04T15:22:18.785Z | Compiling rustls-pemfile v2.1.3 |
1328 | 2024-10-04T15:22:18.804Z | Compiling float-cmp v0.9.0 |
1329 | 2024-10-04T15:22:18.970Z | Compiling idna v0.4.0 |
1330 | 2024-10-04T15:22:19.026Z | Compiling sync_wrapper v1.0.1 |
1331 | 2024-10-04T15:22:19.184Z | Compiling mio v0.8.11 |
1332 | 2024-10-04T15:22:19.236Z | Compiling socket2 v0.4.10 |
1333 | 2024-10-04T15:22:19.368Z | Compiling encoding_rs v0.8.34 |
1334 | 2024-10-04T15:22:20.144Z | Compiling bit-vec v0.6.3 |
1335 | 2024-10-04T15:22:20.496Z | Compiling mime v0.3.17 |
1336 | 2024-10-04T15:22:20.571Z | Compiling data-encoding v2.6.0 |
1337 | 2024-10-04T15:22:20.619Z | Compiling fixedbitset v0.4.2 |
1338 | 2024-10-04T15:22:21.082Z | Compiling new_debug_unreachable v1.0.6 |
1339 | 2024-10-04T15:22:21.101Z | Compiling whoami v1.5.2 |
1340 | 2024-10-04T15:22:21.181Z | Compiling number_prefix v0.4.0 |
1341 | 2024-10-04T15:22:21.411Z | Compiling difflib v0.4.0 |
1342 | 2024-10-04T15:22:21.737Z | Compiling minimal-lexical v0.2.1 |
1343 | 2024-10-04T15:22:22.105Z | Compiling predicates-core v1.0.6 |
1344 | 2024-10-04T15:22:22.252Z | Compiling static_assertions v1.1.0 |
1345 | 2024-10-04T15:22:22.286Z | Compiling normalize-line-endings v0.3.0 |
1346 | 2024-10-04T15:22:22.352Z | Compiling unicode-segmentation v1.11.0 |
1347 | 2024-10-04T15:22:22.414Z | Compiling dyn-clone v1.0.17 |
1348 | 2024-10-04T15:22:22.454Z | Compiling precomputed-hash v0.1.1 |
1349 | 2024-10-04T15:22:22.575Z | Compiling toml_edit v0.22.22 |
1350 | 2024-10-04T15:22:22.923Z | Compiling string_cache v0.8.7 |
1351 | 2024-10-04T15:22:22.941Z | Compiling predicates v3.1.2 |
1352 | 2024-10-04T15:22:23.223Z | Compiling similar v2.6.0 |
1353 | 2024-10-04T15:22:23.408Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1354 | 2024-10-04T15:22:23.630Z | Compiling clap v4.5.18 |
1355 | 2024-10-04T15:22:23.741Z | Compiling nom v7.1.3 |
1356 | 2024-10-04T15:22:23.795Z | Compiling reqwest v0.12.7 |
1357 | 2024-10-04T15:22:24.629Z | Compiling tokio-postgres v0.7.12 |
1358 | 2024-10-04T15:22:25.695Z | Compiling indicatif v0.17.8 |
1359 | 2024-10-04T15:22:26.324Z | Compiling hickory-proto v0.24.1 |
1360 | 2024-10-04T15:22:26.474Z | Compiling petgraph v0.6.5 |
1361 | 2024-10-04T15:22:27.421Z | Compiling bit-set v0.5.3 |
1362 | 2024-10-04T15:22:27.715Z | Compiling hyper v0.14.30 |
1363 | 2024-10-04T15:22:27.905Z | Compiling signal-hook-mio v0.2.4 |
1364 | 2024-10-04T15:22:28.087Z | Compiling usdt v0.5.0 |
1365 | 2024-10-04T15:22:28.601Z | Compiling rsa v0.9.6 |
1366 | 2024-10-04T15:22:30.256Z | Compiling ecdsa v0.16.9 |
1367 | 2024-10-04T15:22:30.315Z | Compiling ed25519-dalek v2.1.1 |
1368 | 2024-10-04T15:22:30.525Z | Compiling futures v0.3.30 |
1369 | 2024-10-04T15:22:30.651Z | Compiling flate2 v1.0.34 |
1370 | 2024-10-04T15:22:30.956Z | Compiling toml v0.7.8 |
1371 | 2024-10-04T15:22:31.610Z | Compiling tokio-stream v0.1.16 |
1372 | 2024-10-04T15:22:32.025Z | Compiling openapiv3 v2.0.0 |
1373 | 2024-10-04T15:22:32.455Z | Compiling hex v0.4.3 |
1374 | 2024-10-04T15:22:32.666Z | Compiling x509-cert v0.2.5 |
1375 | 2024-10-04T15:22:32.692Z | Compiling sha1 v0.10.6 |
1376 | 2024-10-04T15:22:33.057Z | Compiling itertools v0.12.1 |
1377 | 2024-10-04T15:22:33.120Z | Compiling itertools v0.10.5 |
1378 | 2024-10-04T15:22:35.906Z | Compiling dirs-sys-next v0.1.2 |
1379 | 2024-10-04T15:22:36.147Z | Compiling peg-runtime v0.8.3 |
1380 | 2024-10-04T15:22:36.335Z | Compiling unicode-xid v0.2.4 |
1381 | 2024-10-04T15:22:36.361Z | Compiling lalrpop-util v0.19.12 |
1382 | 2024-10-04T15:22:36.496Z | Compiling dirs-next v2.0.0 |
1383 | 2024-10-04T15:22:36.544Z | Compiling thread_local v1.1.8 |
1384 | 2024-10-04T15:22:36.587Z | Compiling slog-async v2.8.0 |
1385 | 2024-10-04T15:22:36.689Z | Compiling term v0.7.0 |
1386 | 2024-10-04T15:22:36.715Z | Compiling xattr v1.3.1 |
1387 | 2024-10-04T15:22:36.796Z | Compiling strum_macros v0.26.4 |
1388 | 2024-10-04T15:22:36.826Z | Compiling crossbeam-channel v0.5.12 |
1389 | 2024-10-04T15:22:36.964Z | Compiling is-terminal v0.4.12 |
1390 | 2024-10-04T15:22:37.089Z | Compiling filetime v0.2.25 |
1391 | 2024-10-04T15:22:37.089Z | Compiling take_mut v0.2.2 |
1392 | 2024-10-04T15:22:37.198Z | Compiling slog-term v2.9.1 |
1393 | 2024-10-04T15:22:37.256Z | Compiling camino v1.1.9 |
1394 | 2024-10-04T15:22:37.402Z | Compiling tar v0.4.42 |
1395 | 2024-10-04T15:22:37.692Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1396 | 2024-10-04T15:22:39.588Z | Compiling strum v0.26.3 |
1397 | 2024-10-04T15:22:39.667Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1398 | 2024-10-04T15:22:44.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
1399 | 2024-10-04T15:22:44.927Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1400 | 2024-10-04T15:22:44.978Z | Oct 04 15:22:44.115 INFO Starting download, target: Clickhouse |
1401 | 2024-10-04T15:22:44.978Z | Oct 04 15:22:44.115 INFO Starting download, target: Cockroach |
1402 | 2024-10-04T15:22:44.978Z | Oct 04 15:22:44.115 INFO Starting download, target: Console |
1403 | 2024-10-04T15:22:44.978Z | Oct 04 15:22:44.115 INFO Starting download, target: DendriteOpenapi |
1404 | 2024-10-04T15:22:44.980Z | Oct 04 15:22:44.115 INFO Starting download, target: DendriteStub |
1405 | 2024-10-04T15:22:44.980Z | Oct 04 15:22:44.115 INFO Starting download, target: MaghemiteMgd |
1406 | 2024-10-04T15:22:44.980Z | Oct 04 15:22:44.115 INFO Starting download, target: TransceiverControl |
1407 | 2024-10-04T15:22:44.980Z | Oct 04 15:22:44.116 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1408 | 2024-10-04T15:22:44.980Z | Oct 04 15:22:44.116 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1409 | 2024-10-04T15:22:44.980Z | Oct 04 15:22:44.116 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1410 | 2024-10-04T15:22:44.980Z | Oct 04 15:22:44.116 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1411 | 2024-10-04T15:22:44.980Z | Oct 04 15:22:44.116 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1412 | 2024-10-04T15:22:44.980Z | Oct 04 15:22:44.117 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1413 | 2024-10-04T15:22:44.981Z | Oct 04 15:22:44.117 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1414 | 2024-10-04T15:22:45.215Z | Oct 04 15:22:44.349 INFO Download complete, target: DendriteOpenapi |
1415 | 2024-10-04T15:22:45.243Z | Oct 04 15:22:44.379 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1416 | 2024-10-04T15:22:45.550Z | Oct 04 15:22:44.683 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1417 | 2024-10-04T15:22:45.661Z | Oct 04 15:22:44.798 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1418 | 2024-10-04T15:22:45.708Z | Oct 04 15:22:44.845 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1419 | 2024-10-04T15:22:45.926Z | Oct 04 15:22:45.064 INFO Download complete, target: Console |
1420 | 2024-10-04T15:22:45.972Z | Oct 04 15:22:45.110 INFO Download complete, target: TransceiverControl |
1421 | 2024-10-04T15:22:46.316Z | Oct 04 15:22:45.454 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1422 | 2024-10-04T15:22:46.316Z | Oct 04 15:22:45.454 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1423 | 2024-10-04T15:22:47.472Z | Oct 04 15:22:46.609 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1424 | 2024-10-04T15:22:48.866Z | Oct 04 15:22:48.004 INFO Download complete, target: DendriteStub |
1425 | 2024-10-04T15:22:48.871Z | Oct 04 15:22:48.008 INFO Download complete, target: MaghemiteMgd |
1426 | 2024-10-04T15:22:54.623Z | Oct 04 15:22:53.761 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1427 | 2024-10-04T15:22:54.906Z | Oct 04 15:22:54.042 INFO Checking that binary works, target: Cockroach |
1428 | 2024-10-04T15:22:55.077Z | Oct 04 15:22:54.213 INFO Download complete, target: Cockroach |
1429 | 2024-10-04T15:23:01.319Z | Oct 04 15:23:00.454 INFO Checking that binary works, target: Clickhouse |
1430 | 2024-10-04T15:23:01.702Z | Oct 04 15:23:00.840 INFO Download complete, target: Clickhouse |
1431 | 2024-10-04T15:23:01.709Z | All prerequisites installed successfully |
1432 | 2024-10-04T15:23:01.711Z | |
1433 | 2024-10-04T15:23:01.711Z | real 3:51.734859915 |
1434 | 2024-10-04T15:23:01.711Z | user 12:15.205199796 |
1435 | 2024-10-04T15:23:01.711Z | sys 2:34.259655636 |
1436 | 2024-10-04T15:23:01.711Z | trap 0.409107841 |
1437 | 2024-10-04T15:23:01.711Z | tflt 1.981415112 |
1438 | 2024-10-04T15:23:01.711Z | dflt 2.085195926 |
1439 | 2024-10-04T15:23:01.711Z | kflt 0.022030744 |
1440 | 2024-10-04T15:23:01.711Z | lock 24:22.083411136 |
1441 | 2024-10-04T15:23:01.711Z | slp 47:06.548713959 |
1442 | 2024-10-04T15:23:01.711Z | lat 46.730640778 |
1443 | 2024-10-04T15:23:01.711Z | stop 2:00.824567188 |
1444 | 2024-10-04T15:23:01.712Z | + ptime -m cargo xtask download softnpu |
1445 | 2024-10-04T15:23:02.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1446 | 2024-10-04T15:23:02.341Z | Running `target/debug/xtask download softnpu` |
1447 | 2024-10-04T15:23:03.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
1448 | 2024-10-04T15:23:03.239Z | Running `target/debug/xtask-downloader softnpu` |
1449 | 2024-10-04T15:23:03.277Z | Oct 04 15:23:02.414 INFO Starting download, target: Softnpu |
1450 | 2024-10-04T15:23:03.279Z | Oct 04 15:23:02.415 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1451 | 2024-10-04T15:23:04.293Z | Oct 04 15:23:03.430 INFO Download complete, target: Softnpu |
1452 | 2024-10-04T15:23:04.297Z | |
1453 | 2024-10-04T15:23:04.299Z | real 2.581154993 |
1454 | 2024-10-04T15:23:04.299Z | user 1.304865080 |
1455 | 2024-10-04T15:23:04.300Z | sys 0.563427005 |
1456 | 2024-10-04T15:23:04.300Z | trap 0.000619320 |
1457 | 2024-10-04T15:23:04.300Z | tflt 0.000024050 |
1458 | 2024-10-04T15:23:04.300Z | dflt 0.000007220 |
1459 | 2024-10-04T15:23:04.300Z | kflt 0.000000000 |
1460 | 2024-10-04T15:23:04.300Z | lock 10.570515079 |
1461 | 2024-10-04T15:23:04.300Z | slp 1.017164389 |
1462 | 2024-10-04T15:23:04.300Z | lat 0.071249803 |
1463 | 2024-10-04T15:23:04.300Z | stop 0.000354836 |
1464 | 2024-10-04T15:23:04.300Z | + export CARGO_INCREMENTAL=0 |
1465 | 2024-10-04T15:23:04.300Z | + CARGO_INCREMENTAL=0 |
1466 | 2024-10-04T15:23:04.300Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1467 | 2024-10-04T15:23:05.283Z | Compiling proc-macro2 v1.0.86 |
1468 | 2024-10-04T15:23:05.283Z | Compiling unicode-ident v1.0.13 |
1469 | 2024-10-04T15:23:05.285Z | Compiling libc v0.2.159 |
1470 | 2024-10-04T15:23:05.285Z | Compiling serde v1.0.210 |
1471 | 2024-10-04T15:23:05.285Z | Compiling version_check v0.9.5 |
1472 | 2024-10-04T15:23:05.285Z | Compiling autocfg v1.3.0 |
1473 | 2024-10-04T15:23:05.285Z | Compiling cfg-if v1.0.0 |
1474 | 2024-10-04T15:23:05.285Z | Compiling once_cell v1.19.0 |
1475 | 2024-10-04T15:23:05.558Z | Compiling typenum v1.17.0 |
1476 | 2024-10-04T15:23:05.618Z | Compiling memchr v2.7.2 |
1477 | 2024-10-04T15:23:06.055Z | Compiling generic-array v0.14.7 |
1478 | 2024-10-04T15:23:06.098Z | Compiling ahash v0.8.11 |
1479 | 2024-10-04T15:23:06.115Z | Compiling lock_api v0.4.12 |
1480 | 2024-10-04T15:23:06.421Z | Compiling byteorder v1.5.0 |
1481 | 2024-10-04T15:23:06.453Z | Compiling parking_lot_core v0.9.10 |
1482 | 2024-10-04T15:23:06.469Z | Compiling serde_json v1.0.128 |
1483 | 2024-10-04T15:23:06.796Z | Compiling quote v1.0.37 |
1484 | 2024-10-04T15:23:06.868Z | Compiling libm v0.2.8 |
1485 | 2024-10-04T15:23:06.889Z | Compiling num-traits v0.2.19 |
1486 | 2024-10-04T15:23:07.192Z | Compiling syn v2.0.79 |
1487 | 2024-10-04T15:23:07.224Z | Compiling thiserror v1.0.64 |
1488 | 2024-10-04T15:23:07.413Z | Compiling getrandom v0.2.14 |
1489 | 2024-10-04T15:23:07.455Z | Compiling jobserver v0.1.32 |
1490 | 2024-10-04T15:23:07.627Z | Compiling itoa v1.0.11 |
1491 | 2024-10-04T15:23:07.730Z | Compiling value-bag v1.9.0 |
1492 | 2024-10-04T15:23:07.874Z | Compiling cc v1.0.97 |
1493 | 2024-10-04T15:23:07.923Z | Compiling scopeguard v1.2.0 |
1494 | 2024-10-04T15:23:08.213Z | Compiling log v0.4.22 |
1495 | 2024-10-04T15:23:08.336Z | Compiling slab v0.4.9 |
1496 | 2024-10-04T15:23:08.483Z | Compiling rand_core v0.6.4 |
1497 | 2024-10-04T15:23:08.694Z | Compiling allocator-api2 v0.2.18 |
1498 | 2024-10-04T15:23:08.939Z | Compiling semver v1.0.23 |
1499 | 2024-10-04T15:23:09.173Z | Compiling subtle v2.5.0 |
1500 | 2024-10-04T15:23:09.555Z | Compiling pin-project-lite v0.2.14 |
1501 | 2024-10-04T15:23:09.820Z | Compiling smallvec v1.13.2 |
1502 | 2024-10-04T15:23:09.838Z | Compiling equivalent v1.0.1 |
1503 | 2024-10-04T15:23:09.878Z | Compiling const-oid v0.9.6 |
1504 | 2024-10-04T15:23:10.077Z | Compiling ryu v1.0.18 |
1505 | 2024-10-04T15:23:10.307Z | Compiling signal-hook-registry v1.4.2 |
1506 | 2024-10-04T15:23:10.404Z | Compiling mio v1.0.2 |
1507 | 2024-10-04T15:23:10.627Z | Compiling parking_lot v0.12.2 |
1508 | 2024-10-04T15:23:11.045Z | Compiling vcpkg v0.2.15 |
1509 | 2024-10-04T15:23:11.087Z | Compiling pkg-config v0.3.30 |
1510 | 2024-10-04T15:23:11.122Z | Compiling ring v0.17.8 |
1511 | 2024-10-04T15:23:11.753Z | Compiling schemars v0.8.21 |
1512 | 2024-10-04T15:23:12.033Z | Compiling socket2 v0.5.7 |
1513 | 2024-10-04T15:23:12.294Z | Compiling fnv v1.0.7 |
1514 | 2024-10-04T15:23:12.336Z | Compiling httparse v1.8.0 |
1515 | 2024-10-04T15:23:12.458Z | Compiling futures-core v0.3.30 |
1516 | 2024-10-04T15:23:12.687Z | Compiling openssl-sys v0.9.103 |
1517 | 2024-10-04T15:23:13.589Z | Compiling spin v0.9.8 |
1518 | 2024-10-04T15:23:13.772Z | Compiling crossbeam-utils v0.8.19 |
1519 | 2024-10-04T15:23:13.993Z | Compiling syn v1.0.109 |
1520 | 2024-10-04T15:23:14.530Z | Compiling heck v0.5.0 |
1521 | 2024-10-04T15:23:14.581Z | Compiling futures-sink v0.3.30 |
1522 | 2024-10-04T15:23:14.739Z | Compiling serde_derive_internals v0.29.1 |
1523 | 2024-10-04T15:23:15.036Z | Compiling num-conv v0.1.0 |
1524 | 2024-10-04T15:23:15.439Z | Compiling cpufeatures v0.2.12 |
1525 | 2024-10-04T15:23:15.485Z | Compiling time-core v0.1.2 |
1526 | 2024-10-04T15:23:15.655Z | Compiling time-macros v0.2.18 |
1527 | 2024-10-04T15:23:15.674Z | Compiling openssl v0.10.66 |
1528 | 2024-10-04T15:23:15.802Z | Compiling rustix v0.38.34 |
1529 | 2024-10-04T15:23:16.380Z | Compiling futures-channel v0.3.30 |
1530 | 2024-10-04T15:23:16.449Z | Compiling futures-io v0.3.30 |
1531 | 2024-10-04T15:23:16.644Z | Compiling rustls v0.23.10 |
1532 | 2024-10-04T15:23:16.803Z | Compiling iana-time-zone v0.1.60 |
1533 | 2024-10-04T15:23:16.821Z | Compiling tinyvec_macros v0.1.1 |
1534 | 2024-10-04T15:23:16.848Z | Compiling pin-utils v0.1.0 |
1535 | 2024-10-04T15:23:16.910Z | Compiling native-tls v0.2.11 |
1536 | 2024-10-04T15:23:16.931Z | Compiling futures-task v0.3.30 |
1537 | 2024-10-04T15:23:16.948Z | Compiling tinyvec v1.6.0 |
1538 | 2024-10-04T15:23:17.361Z | Compiling base64ct v1.6.0 |
1539 | 2024-10-04T15:23:17.510Z | Compiling ucd-trie v0.1.6 |
1540 | 2024-10-04T15:23:17.854Z | Compiling pem-rfc7468 v0.7.0 |
1541 | 2024-10-04T15:23:17.905Z | Compiling backtrace v0.3.71 |
1542 | 2024-10-04T15:23:18.013Z | Compiling tracing-core v0.1.32 |
1543 | 2024-10-04T15:23:18.362Z | Compiling cookie v0.18.1 |
1544 | 2024-10-04T15:23:18.470Z | Compiling unicode-normalization v0.1.23 |
1545 | 2024-10-04T15:23:18.490Z | Compiling flagset v0.4.5 |
1546 | 2024-10-04T15:23:18.540Z | Compiling slog v2.7.0 |
1547 | 2024-10-04T15:23:18.676Z | Compiling unicode-bidi v0.3.15 |
1548 | 2024-10-04T15:23:19.006Z | Compiling aho-corasick v1.1.3 |
1549 | 2024-10-04T15:23:19.885Z | Compiling regex-syntax v0.8.4 |
1550 | 2024-10-04T15:23:20.076Z | Compiling serde_derive v1.0.210 |
1551 | 2024-10-04T15:23:20.217Z | Compiling zeroize_derive v1.4.2 |
1552 | 2024-10-04T15:23:20.734Z | Compiling zerocopy-derive v0.7.34 |
1553 | 2024-10-04T15:23:21.654Z | Compiling zeroize v1.8.1 |
1554 | 2024-10-04T15:23:22.129Z | Compiling tokio-macros v2.4.0 |
1555 | 2024-10-04T15:23:22.657Z | Compiling zerocopy v0.7.34 |
1556 | 2024-10-04T15:23:22.708Z | Compiling thiserror-impl v1.0.64 |
1557 | 2024-10-04T15:23:23.583Z | Compiling futures-macro v0.3.30 |
1558 | 2024-10-04T15:23:24.896Z | Compiling hashbrown v0.14.5 |
1559 | 2024-10-04T15:23:25.291Z | Compiling crypto-common v0.1.6 |
1560 | 2024-10-04T15:23:25.487Z | Compiling tracing-attributes v0.1.27 |
1561 | 2024-10-04T15:23:25.827Z | Compiling der_derive v0.7.2 |
1562 | 2024-10-04T15:23:26.133Z | Compiling block-buffer v0.10.4 |
1563 | 2024-10-04T15:23:26.151Z | Compiling schemars_derive v0.8.21 |
1564 | 2024-10-04T15:23:26.355Z | Compiling digest v0.10.7 |
1565 | 2024-10-04T15:23:27.168Z | Compiling hmac v0.12.1 |
1566 | 2024-10-04T15:23:27.511Z | Compiling block-padding v0.3.3 |
1567 | 2024-10-04T15:23:27.748Z | Compiling inout v0.1.3 |
1568 | 2024-10-04T15:23:28.001Z | Compiling openssl-macros v0.1.1 |
1569 | 2024-10-04T15:23:28.115Z | Compiling cipher v0.4.4 |
1570 | 2024-10-04T15:23:28.515Z | Compiling sha2 v0.10.8 |
1571 | 2024-10-04T15:23:28.596Z | Compiling futures-util v0.3.30 |
1572 | 2024-10-04T15:23:28.717Z | Compiling scroll_derive v0.12.0 |
1573 | 2024-10-04T15:23:28.940Z | Compiling pest v2.7.10 |
1574 | 2024-10-04T15:23:29.293Z | Compiling tracing v0.1.40 |
1575 | 2024-10-04T15:23:30.047Z | Compiling der v0.7.9 |
1576 | 2024-10-04T15:23:30.354Z | Compiling salsa20 v0.10.2 |
1577 | 2024-10-04T15:23:30.574Z | Compiling pbkdf2 v0.12.2 |
1578 | 2024-10-04T15:23:30.993Z | Compiling regex-automata v0.4.6 |
1579 | 2024-10-04T15:23:31.394Z | Compiling pest_meta v2.7.10 |
1580 | 2024-10-04T15:23:32.942Z | Compiling pest_generator v2.7.10 |
1581 | 2024-10-04T15:23:33.005Z | Compiling bytes v1.7.2 |
1582 | 2024-10-04T15:23:34.007Z | Compiling indexmap v2.5.0 |
1583 | 2024-10-04T15:23:35.152Z | Compiling tokio v1.39.3 |
1584 | 2024-10-04T15:23:35.302Z | Compiling rustc_version v0.4.0 |
1585 | 2024-10-04T15:23:35.788Z | Compiling bitflags v2.6.0 |
1586 | 2024-10-04T15:23:35.902Z | Compiling uuid v1.10.0 |
1587 | 2024-10-04T15:23:36.351Z | Compiling serde_tokenstream v0.2.2 |
1588 | 2024-10-04T15:23:36.883Z | Compiling chrono v0.4.38 |
1589 | 2024-10-04T15:23:37.283Z | Compiling http v1.1.0 |
1590 | 2024-10-04T15:23:37.907Z | Compiling serde_spanned v0.6.7 |
1591 | 2024-10-04T15:23:38.145Z | Compiling toml_datetime v0.6.8 |
1592 | 2024-10-04T15:23:40.031Z | Compiling spki v0.7.3 |
1593 | 2024-10-04T15:23:40.410Z | Compiling dyn-clone v1.0.17 |
1594 | 2024-10-04T15:23:40.642Z | Compiling rayon-core v1.12.1 |
1595 | 2024-10-04T15:23:40.942Z | Compiling winnow v0.5.40 |
1596 | 2024-10-04T15:23:40.987Z | Compiling anyhow v1.0.89 |
1597 | 2024-10-04T15:23:41.895Z | Compiling pest_derive v2.7.10 |
1598 | 2024-10-04T15:23:43.322Z | Compiling scrypt v0.11.0 |
1599 | 2024-10-04T15:23:43.500Z | Compiling aes v0.8.4 |
1600 | 2024-10-04T15:23:43.832Z | Compiling tokio-util v0.7.12 |
1601 | 2024-10-04T15:23:44.686Z | Compiling toml_edit v0.19.15 |
1602 | 2024-10-04T15:23:44.781Z | Compiling cbc v0.1.2 |
1603 | 2024-10-04T15:23:45.007Z | Compiling usdt-impl v0.5.0 |
1604 | 2024-10-04T15:23:45.371Z | Compiling rustversion v1.0.17 |
1605 | 2024-10-04T15:23:45.414Z | Compiling rustls-pki-types v1.7.0 |
1606 | 2024-10-04T15:23:45.620Z | Compiling pkcs5 v0.7.1 |
1607 | 2024-10-04T15:23:46.078Z | Compiling heapless v0.7.17 |
1608 | 2024-10-04T15:23:46.470Z | Compiling scroll v0.12.0 |
1609 | 2024-10-04T15:23:46.785Z | Compiling percent-encoding v2.3.1 |
1610 | 2024-10-04T15:23:46.829Z | Compiling heck v0.4.1 |
1611 | 2024-10-04T15:23:47.108Z | Compiling plain v0.2.3 |
1612 | 2024-10-04T15:23:47.256Z | Compiling untrusted v0.9.0 |
1613 | 2024-10-04T15:23:47.438Z | Compiling ppv-lite86 v0.2.17 |
1614 | 2024-10-04T15:23:47.484Z | Compiling powerfmt v0.2.0 |
1615 | 2024-10-04T15:23:47.996Z | Compiling deranged v0.3.11 |
1616 | 2024-10-04T15:23:48.252Z | Compiling rand_chacha v0.3.1 |
1617 | 2024-10-04T15:23:49.234Z | Compiling goblin v0.8.2 |
1618 | 2024-10-04T15:23:49.759Z | Compiling pkcs8 v0.10.2 |
1619 | 2024-10-04T15:23:50.412Z | Compiling regex v1.10.6 |
1620 | 2024-10-04T15:23:51.627Z | Compiling strsim v0.11.1 |
1621 | 2024-10-04T15:23:51.677Z | Compiling atomic-waker v1.1.2 |
1622 | 2024-10-04T15:23:51.844Z | Compiling crc32fast v1.4.0 |
1623 | 2024-10-04T15:23:52.083Z | Compiling num_threads v0.1.7 |
1624 | 2024-10-04T15:23:52.163Z | Compiling try-lock v0.2.5 |
1625 | 2024-10-04T15:23:52.339Z | Compiling pretty-hex v0.4.1 |
1626 | 2024-10-04T15:23:52.440Z | Compiling want v0.3.1 |
1627 | 2024-10-04T15:23:52.565Z | Compiling time v0.3.36 |
1628 | 2024-10-04T15:23:52.805Z | Compiling rustls-webpki v0.102.4 |
1629 | 2024-10-04T15:23:53.343Z | Compiling rand v0.8.5 |
1630 | 2024-10-04T15:23:54.897Z | Compiling dof v0.3.0 |
1631 | 2024-10-04T15:23:55.843Z | Compiling dtrace-parser v0.2.0 |
1632 | 2024-10-04T15:23:56.378Z | Compiling http-body v1.0.0 |
1633 | 2024-10-04T15:23:56.648Z | Compiling curve25519-dalek v4.1.3 |
1634 | 2024-10-04T15:23:56.794Z | Compiling async-trait v0.1.83 |
1635 | 2024-10-04T15:23:56.972Z | Compiling thread-id v4.2.1 |
1636 | 2024-10-04T15:23:57.092Z | Compiling foreign-types-shared v0.1.1 |
1637 | 2024-10-04T15:23:57.207Z | Compiling num-bigint-dig v0.8.4 |
1638 | 2024-10-04T15:23:57.455Z | Compiling signal-hook v0.3.17 |
1639 | 2024-10-04T15:23:57.682Z | Compiling portable-atomic v1.6.0 |
1640 | 2024-10-04T15:23:57.740Z | Compiling httpdate v1.0.3 |
1641 | 2024-10-04T15:23:57.815Z | Compiling smoltcp v0.9.1 |
1642 | 2024-10-04T15:23:58.150Z | Compiling h2 v0.4.6 |
1643 | 2024-10-04T15:23:58.899Z | Compiling foreign-types v0.3.2 |
1644 | 2024-10-04T15:24:00.886Z | Compiling form_urlencoded v1.2.1 |
1645 | 2024-10-04T15:24:01.943Z | Compiling errno v0.3.9 |
1646 | 2024-10-04T15:24:01.961Z | Compiling siphasher v0.3.11 |
1647 | 2024-10-04T15:24:02.217Z | Compiling tower-service v0.3.2 |
1648 | 2024-10-04T15:24:02.342Z | Compiling base64 v0.22.1 |
1649 | 2024-10-04T15:24:04.231Z | Compiling crossbeam-epoch v0.9.18 |
1650 | 2024-10-04T15:24:05.243Z | Compiling hyper v1.4.1 |
1651 | 2024-10-04T15:24:06.516Z | Compiling openapiv3 v2.0.0 |
1652 | 2024-10-04T15:24:06.850Z | Compiling hubpack_derive v0.1.1 |
1653 | 2024-10-04T15:24:07.701Z | Compiling signature v2.2.0 |
1654 | 2024-10-04T15:24:07.763Z | Compiling curve25519-dalek-derive v0.1.1 |
1655 | 2024-10-04T15:24:07.936Z | Compiling zerocopy-derive v0.6.6 |
1656 | 2024-10-04T15:24:09.133Z | Compiling idna v0.5.0 |
1657 | 2024-10-04T15:24:09.248Z | Compiling lazy_static v1.5.0 |
1658 | 2024-10-04T15:24:09.840Z | Compiling fs-err v2.11.0 |
1659 | 2024-10-04T15:24:10.152Z | Compiling stable_deref_trait v1.2.0 |
1660 | 2024-10-04T15:24:10.265Z | Compiling either v1.13.0 |
1661 | 2024-10-04T15:24:10.492Z | Compiling gimli v0.28.1 |
1662 | 2024-10-04T15:24:10.705Z | Compiling openssl-probe v0.1.5 |
1663 | 2024-10-04T15:24:10.845Z | Compiling adler v1.0.2 |
1664 | 2024-10-04T15:24:11.005Z | Compiling utf8parse v0.2.1 |
1665 | 2024-10-04T15:24:11.140Z | Compiling finl_unicode v1.2.0 |
1666 | 2024-10-04T15:24:11.178Z | Compiling anstyle v1.0.8 |
1667 | 2024-10-04T15:24:11.758Z | Compiling stringprep v0.1.4 |
1668 | 2024-10-04T15:24:12.716Z | Compiling anstyle-parse v0.2.4 |
1669 | 2024-10-04T15:24:13.076Z | Compiling miniz_oxide v0.7.2 |
1670 | 2024-10-04T15:24:14.236Z | Compiling hyper-util v0.1.9 |
1671 | 2024-10-04T15:24:14.540Z | Compiling url v2.5.2 |
1672 | 2024-10-04T15:24:16.207Z | Compiling addr2line v0.21.0 |
1673 | 2024-10-04T15:24:22.127Z | Compiling crossbeam-deque v0.8.5 |
1674 | 2024-10-04T15:24:22.469Z | Compiling usdt-macro v0.5.0 |
1675 | 2024-10-04T15:24:23.605Z | Compiling usdt-attr-macro v0.5.0 |
1676 | 2024-10-04T15:24:23.945Z | Compiling http v0.2.12 |
1677 | 2024-10-04T15:24:23.996Z | Compiling md-5 v0.10.6 |
1678 | 2024-10-04T15:24:25.105Z | Compiling idna v0.3.0 |
1679 | 2024-10-04T15:24:26.342Z | Compiling num-integer v0.1.46 |
1680 | 2024-10-04T15:24:26.499Z | Compiling ff v0.13.0 |
1681 | 2024-10-04T15:24:26.816Z | Compiling hash32 v0.2.1 |
1682 | 2024-10-04T15:24:27.046Z | Compiling object v0.32.2 |
1683 | 2024-10-04T15:24:27.176Z | Compiling colorchoice v1.0.1 |
1684 | 2024-10-04T15:24:27.314Z | Compiling rustc-demangle v0.1.24 |
1685 | 2024-10-04T15:24:27.374Z | Compiling is_terminal_polyfill v1.70.0 |
1686 | 2024-10-04T15:24:27.836Z | Compiling base16ct v0.2.0 |
1687 | 2024-10-04T15:24:28.149Z | Compiling psl-types v2.0.11 |
1688 | 2024-10-04T15:24:28.450Z | Compiling fallible-iterator v0.2.0 |
1689 | 2024-10-04T15:24:29.194Z | Compiling anstyle-query v1.0.3 |
1690 | 2024-10-04T15:24:29.813Z | Compiling anstream v0.6.14 |
1691 | 2024-10-04T15:24:30.272Z | Compiling postgres-protocol v0.6.7 |
1692 | 2024-10-04T15:24:31.432Z | Compiling publicsuffix v2.2.3 |
1693 | 2024-10-04T15:24:31.673Z | Compiling sec1 v0.7.3 |
1694 | 2024-10-04T15:24:32.446Z | Compiling tokio-rustls v0.26.0 |
1695 | 2024-10-04T15:24:32.773Z | Compiling num-iter v0.1.45 |
1696 | 2024-10-04T15:24:32.864Z | Compiling group v0.13.0 |
1697 | 2024-10-04T15:24:35.379Z | Compiling terminal_size v0.3.0 |
1698 | 2024-10-04T15:24:35.473Z | Compiling tokio-native-tls v0.3.1 |
1699 | 2024-10-04T15:24:35.742Z | Compiling phf_shared v0.11.2 |
1700 | 2024-10-04T15:24:36.503Z | Compiling http-body-util v0.1.2 |
1701 | 2024-10-04T15:24:37.002Z | Compiling webpki-roots v0.26.3 |
1702 | 2024-10-04T15:24:37.224Z | Compiling strum_macros v0.25.3 |
1703 | 2024-10-04T15:24:37.384Z | Compiling enum-as-inner v0.6.0 |
1704 | 2024-10-04T15:24:37.699Z | Compiling hkdf v0.12.4 |
1705 | 2024-10-04T15:24:37.941Z | Compiling regress v0.10.1 |
1706 | 2024-10-04T15:24:38.414Z | Compiling crypto-bigint v0.5.5 |
1707 | 2024-10-04T15:24:40.881Z | Compiling clap_derive v4.5.18 |
1708 | 2024-10-04T15:24:41.600Z | Compiling serde_repr v0.1.19 |
1709 | 2024-10-04T15:24:42.643Z | Compiling encoding_rs v0.8.34 |
1710 | 2024-10-04T15:24:42.697Z | Compiling bitflags v1.3.2 |
1711 | 2024-10-04T15:24:43.489Z | Compiling clap_lex v0.7.0 |
1712 | 2024-10-04T15:24:43.954Z | Compiling unicode-width v0.1.13 |
1713 | 2024-10-04T15:24:44.194Z | Compiling ipnet v2.10.0 |
1714 | 2024-10-04T15:24:44.604Z | Compiling managed v0.8.0 |
1715 | 2024-10-04T15:24:45.064Z | Compiling adler2 v2.0.0 |
1716 | 2024-10-04T15:24:45.453Z | Compiling mime v0.3.17 |
1717 | 2024-10-04T15:24:46.092Z | Compiling miniz_oxide v0.8.0 |
1718 | 2024-10-04T15:24:46.584Z | Compiling console v0.15.8 |
1719 | 2024-10-04T15:24:47.393Z | Compiling clap_builder v4.5.18 |
1720 | 2024-10-04T15:24:48.162Z | Compiling typify-impl v0.2.0 |
1721 | 2024-10-04T15:24:50.438Z | Compiling elliptic-curve v0.13.8 |
1722 | 2024-10-04T15:24:52.076Z | Compiling hyper-rustls v0.27.3 |
1723 | 2024-10-04T15:24:52.971Z | Compiling hyper-tls v0.6.0 |
1724 | 2024-10-04T15:24:54.638Z | Compiling phf v0.11.2 |
1725 | 2024-10-04T15:24:54.947Z | Compiling rayon v1.10.0 |
1726 | 2024-10-04T15:24:55.620Z | Compiling cookie_store v0.21.0 |
1727 | 2024-10-04T15:24:56.159Z | Compiling postgres-types v0.2.8 |
1728 | 2024-10-04T15:24:56.527Z | Compiling h2 v0.3.26 |
1729 | 2024-10-04T15:24:56.928Z | Compiling http-body v0.4.6 |
1730 | 2024-10-04T15:24:57.525Z | Compiling zerocopy v0.6.6 |
1731 | 2024-10-04T15:24:57.543Z | Compiling ed25519 v2.2.3 |
1732 | 2024-10-04T15:24:58.018Z | Compiling hubpack v0.1.2 |
1733 | 2024-10-04T15:24:58.402Z | Compiling rustls-pemfile v2.1.3 |
1734 | 2024-10-04T15:24:58.810Z | Compiling phf_shared v0.10.0 |
1735 | 2024-10-04T15:24:59.201Z | Compiling serde_urlencoded v0.7.1 |
1736 | 2024-10-04T15:24:59.714Z | Compiling pkcs1 v0.7.5 |
1737 | 2024-10-04T15:25:00.034Z | Compiling bstr v1.9.1 |
1738 | 2024-10-04T15:25:00.104Z | Compiling futures-executor v0.3.30 |
1739 | 2024-10-04T15:25:00.638Z | Compiling serde-big-array v0.5.1 |
1740 | 2024-10-04T15:25:00.767Z | Compiling rfc6979 v0.4.0 |
1741 | 2024-10-04T15:25:00.822Z | Compiling idna v0.4.0 |
1742 | 2024-10-04T15:25:00.930Z | Compiling float-cmp v0.9.0 |
1743 | 2024-10-04T15:25:00.954Z | Compiling sync_wrapper v1.0.1 |
1744 | 2024-10-04T15:25:01.053Z | Compiling mio v0.8.11 |
1745 | 2024-10-04T15:25:01.108Z | Compiling socket2 v0.4.10 |
1746 | 2024-10-04T15:25:01.143Z | Compiling memmap v0.7.0 |
1747 | 2024-10-04T15:25:01.615Z | Compiling bit-vec v0.6.3 |
1748 | 2024-10-04T15:25:01.846Z | Compiling precomputed-hash v0.1.1 |
1749 | 2024-10-04T15:25:02.062Z | Compiling static_assertions v1.1.0 |
1750 | 2024-10-04T15:25:02.126Z | Compiling fixedbitset v0.4.2 |
1751 | 2024-10-04T15:25:02.171Z | Compiling number_prefix v0.4.0 |
1752 | 2024-10-04T15:25:02.213Z | Compiling predicates-core v1.0.6 |
1753 | 2024-10-04T15:25:02.246Z | Compiling difflib v0.4.0 |
1754 | 2024-10-04T15:25:02.406Z | Compiling unicode-segmentation v1.11.0 |
1755 | 2024-10-04T15:25:02.538Z | Compiling normalize-line-endings v0.3.0 |
1756 | 2024-10-04T15:25:02.665Z | Compiling whoami v1.5.2 |
1757 | 2024-10-04T15:25:03.234Z | Compiling minimal-lexical v0.2.1 |
1758 | 2024-10-04T15:25:03.254Z | Compiling new_debug_unreachable v1.0.6 |
1759 | 2024-10-04T15:25:03.351Z | Compiling winnow v0.6.18 |
1760 | 2024-10-04T15:25:03.491Z | Compiling data-encoding v2.6.0 |
1761 | 2024-10-04T15:25:03.690Z | Compiling nom v7.1.3 |
1762 | 2024-10-04T15:25:05.046Z | Compiling hickory-proto v0.24.1 |
1763 | 2024-10-04T15:25:05.181Z | Compiling reqwest v0.12.7 |
1764 | 2024-10-04T15:25:05.670Z | Compiling string_cache v0.8.7 |
1765 | 2024-10-04T15:25:06.101Z | Compiling hyper v0.14.30 |
1766 | 2024-10-04T15:25:06.197Z | Compiling similar v2.6.0 |
1767 | 2024-10-04T15:25:07.190Z | Compiling toml_edit v0.22.22 |
1768 | 2024-10-04T15:25:07.395Z | Compiling tokio-postgres v0.7.12 |
1769 | 2024-10-04T15:25:08.218Z | Compiling predicates v3.1.2 |
1770 | 2024-10-04T15:25:09.760Z | Compiling petgraph v0.6.5 |
1771 | 2024-10-04T15:25:12.462Z | Compiling indicatif v0.17.8 |
1772 | 2024-10-04T15:25:13.880Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1773 | 2024-10-04T15:25:14.113Z | Compiling bit-set v0.5.3 |
1774 | 2024-10-04T15:25:14.238Z | Compiling signal-hook-mio v0.2.4 |
1775 | 2024-10-04T15:25:14.258Z | Compiling usdt v0.5.0 |
1776 | 2024-10-04T15:25:14.421Z | Compiling ecdsa v0.16.9 |
1777 | 2024-10-04T15:25:14.704Z | Compiling typify-macro v0.2.0 |
1778 | 2024-10-04T15:25:14.899Z | Compiling futures v0.3.30 |
1779 | 2024-10-04T15:25:15.014Z | Compiling rsa v0.9.6 |
1780 | 2024-10-04T15:25:15.248Z | Compiling ed25519-dalek v2.1.1 |
1781 | 2024-10-04T15:25:15.924Z | Compiling flate2 v1.0.34 |
1782 | 2024-10-04T15:25:16.248Z | Compiling clap v4.5.18 |
1783 | 2024-10-04T15:25:16.373Z | Compiling itertools v0.12.1 |
1784 | 2024-10-04T15:25:16.591Z | Compiling itertools v0.10.5 |
1785 | 2024-10-04T15:25:16.610Z | Compiling toml v0.7.8 |
1786 | 2024-10-04T15:25:16.843Z | Compiling tokio-stream v0.1.16 |
1787 | 2024-10-04T15:25:17.905Z | Compiling x509-cert v0.2.5 |
1788 | 2024-10-04T15:25:18.142Z | Compiling hex v0.4.3 |
1789 | 2024-10-04T15:25:18.782Z | Compiling sha1 v0.10.6 |
1790 | 2024-10-04T15:25:19.174Z | Compiling camino v1.1.9 |
1791 | 2024-10-04T15:25:19.374Z | Compiling peg-runtime v0.8.3 |
1792 | 2024-10-04T15:25:19.495Z | Compiling unicode-xid v0.2.4 |
1793 | 2024-10-04T15:25:19.515Z | Compiling lalrpop-util v0.19.12 |
1794 | 2024-10-04T15:25:20.439Z | Compiling proc-macro-crate v1.3.1 |
1795 | 2024-10-04T15:25:21.920Z | Compiling heapless v0.8.0 |
1796 | 2024-10-04T15:25:22.154Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1797 | 2024-10-04T15:25:22.823Z | Compiling num_enum_derive v0.5.11 |
1798 | 2024-10-04T15:25:25.155Z | Compiling ipnetwork v0.20.0 |
1799 | 2024-10-04T15:25:29.807Z | Compiling hash32 v0.3.1 |
1800 | 2024-10-04T15:25:30.473Z | Compiling smoltcp v0.11.0 |
1801 | 2024-10-04T15:25:31.318Z | Compiling ident_case v1.0.1 |
1802 | 2024-10-04T15:25:31.666Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1803 | 2024-10-04T15:25:33.186Z | Compiling darling_core v0.20.9 |
1804 | 2024-10-04T15:25:39.798Z | Compiling num_enum v0.5.11 |
1805 | 2024-10-04T15:25:40.418Z | Compiling typify v0.2.0 |
1806 | 2024-10-04T15:25:41.901Z | Compiling dirs-sys-next v0.1.2 |
1807 | 2024-10-04T15:25:42.973Z | Compiling proc-macro-error-attr v1.0.4 |
1808 | 2024-10-04T15:25:43.918Z | Compiling unsafe-libyaml v0.2.11 |
1809 | 2024-10-04T15:25:45.252Z | Compiling paste v1.0.15 |
1810 | 2024-10-04T15:25:45.737Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1811 | 2024-10-04T15:25:45.777Z | Compiling embedded-io v0.4.0 |
1812 | 2024-10-04T15:25:46.022Z | Compiling cobs v0.2.3 |
1813 | 2024-10-04T15:25:46.060Z | Compiling rustls v0.22.4 |
1814 | 2024-10-04T15:25:46.415Z | Compiling postcard v1.0.8 |
1815 | 2024-10-04T15:25:46.559Z | Compiling serde_yaml v0.9.34+deprecated |
1816 | 2024-10-04T15:25:47.788Z | Compiling dirs-next v2.0.0 |
1817 | 2024-10-04T15:25:55.474Z | Compiling progenitor-impl v0.8.0 |
1818 | 2024-10-04T15:25:57.200Z | Compiling darling_macro v0.20.9 |
1819 | 2024-10-04T15:26:06.700Z | Compiling strum_macros v0.26.4 |
1820 | 2024-10-04T15:26:07.623Z | Compiling structmeta-derive v0.3.0 |
1821 | 2024-10-04T15:26:07.853Z | Compiling foreign-types-macros v0.2.3 |
1822 | 2024-10-04T15:26:09.090Z | Compiling thread_local v1.1.8 |
1823 | 2024-10-04T15:26:09.800Z | Compiling multer v3.1.0 |
1824 | 2024-10-04T15:26:10.128Z | Compiling proc-macro-error v1.0.4 |
1825 | 2024-10-04T15:26:10.273Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1826 | 2024-10-04T15:26:10.292Z | Compiling foreign-types-shared v0.3.1 |
1827 | 2024-10-04T15:26:11.236Z | Compiling match_cfg v0.1.0 |
1828 | 2024-10-04T15:26:11.330Z | Compiling slog-async v2.8.0 |
1829 | 2024-10-04T15:26:11.830Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1830 | 2024-10-04T15:26:12.021Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1831 | 2024-10-04T15:26:13.711Z | Compiling hostname v0.3.1 |
1832 | 2024-10-04T15:26:15.887Z | Compiling strum v0.26.3 |
1833 | 2024-10-04T15:26:20.922Z | Compiling foreign-types v0.5.0 |
1834 | 2024-10-04T15:26:21.044Z | Compiling structmeta v0.3.0 |
1835 | 2024-10-04T15:26:23.586Z | Compiling progenitor-macro v0.8.0 |
1836 | 2024-10-04T15:26:26.958Z | Compiling darling v0.20.9 |
1837 | 2024-10-04T15:26:27.233Z | Compiling term v0.7.0 |
1838 | 2024-10-04T15:26:31.804Z | Compiling progenitor-client v0.8.0 |
1839 | 2024-10-04T15:26:32.690Z | Compiling tabwriter v1.4.0 |
1840 | 2024-10-04T15:26:33.460Z | Compiling slog-json v2.6.1 |
1841 | 2024-10-04T15:26:36.502Z | Compiling crossbeam-channel v0.5.12 |
1842 | 2024-10-04T15:26:37.064Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1843 | 2024-10-04T15:26:37.831Z | Compiling async-stream-impl v0.3.5 |
1844 | 2024-10-04T15:26:38.080Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1845 | 2024-10-04T15:26:38.334Z | Compiling is-terminal v0.4.12 |
1846 | 2024-10-04T15:26:38.478Z | Compiling cstr-argument v0.1.2 |
1847 | 2024-10-04T15:26:38.556Z | Compiling dropshot v0.12.0 |
1848 | 2024-10-04T15:26:38.752Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1849 | 2024-10-04T15:26:38.903Z | Compiling pretty-hex v0.2.1 |
1850 | 2024-10-04T15:26:39.069Z | Compiling take_mut v0.2.2 |
1851 | 2024-10-04T15:26:39.088Z | Compiling fastrand v2.1.0 |
1852 | 2024-10-04T15:26:39.254Z | Compiling crucible-workspace-hack v0.1.0 |
1853 | 2024-10-04T15:26:39.530Z | Compiling tempfile v3.10.1 |
1854 | 2024-10-04T15:26:39.728Z | Compiling async-stream v0.3.5 |
1855 | 2024-10-04T15:26:39.952Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1856 | 2024-10-04T15:26:40.363Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1857 | 2024-10-04T15:26:40.382Z | Compiling progenitor v0.8.0 |
1858 | 2024-10-04T15:26:40.577Z | Compiling slog-term v2.9.1 |
1859 | 2024-10-04T15:26:40.622Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1860 | 2024-10-04T15:26:40.817Z | Compiling tokio-rustls v0.25.0 |
1861 | 2024-10-04T15:26:41.157Z | Compiling slog-bunyan v2.5.0 |
1862 | 2024-10-04T15:26:41.392Z | Compiling serde_with_macros v3.9.0 |
1863 | 2024-10-04T15:26:41.918Z | Compiling parse-display-derive v0.10.0 |
1864 | 2024-10-04T15:26:42.645Z | Compiling toml v0.8.19 |
1865 | 2024-10-04T15:26:43.211Z | Compiling colored v2.1.0 |
1866 | 2024-10-04T15:26:44.063Z | Compiling waitgroup v0.1.2 |
1867 | 2024-10-04T15:26:44.127Z | Compiling newtype-uuid v1.1.0 |
1868 | 2024-10-04T15:26:44.318Z | Compiling dropshot_endpoint v0.12.0 |
1869 | 2024-10-04T15:26:44.494Z | Compiling serde_path_to_error v0.1.16 |
1870 | 2024-10-04T15:26:44.538Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1871 | 2024-10-04T15:26:45.296Z | Compiling hostname v0.4.0 |
1872 | 2024-10-04T15:26:45.499Z | Compiling instant v0.1.12 |
1873 | 2024-10-04T15:26:45.501Z | Compiling debug-ignore v1.0.5 |
1874 | 2024-10-04T15:26:45.571Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1875 | 2024-10-04T15:26:45.671Z | Compiling backoff v0.4.0 |
1876 | 2024-10-04T15:26:45.691Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1877 | 2024-10-04T15:26:45.909Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1878 | 2024-10-04T15:26:45.967Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1879 | 2024-10-04T15:26:45.970Z | Compiling parse-display v0.10.0 |
1880 | 2024-10-04T15:26:46.016Z | Compiling serde_with v3.9.0 |
1881 | 2024-10-04T15:26:48.038Z | Compiling zone_cfg_derive v0.3.0 |
1882 | 2024-10-04T15:26:48.920Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1883 | 2024-10-04T15:26:49.382Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1884 | 2024-10-04T15:26:49.443Z | Compiling camino-tempfile v1.1.1 |
1885 | 2024-10-04T15:26:49.757Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1886 | 2024-10-04T15:26:50.207Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1887 | 2024-10-04T15:26:50.256Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1888 | 2024-10-04T15:26:50.380Z | Compiling macaddr v1.0.1 |
1889 | 2024-10-04T15:26:50.398Z | Compiling regress v0.9.1 |
1890 | 2024-10-04T15:26:50.997Z | Compiling num-derive v0.4.2 |
1891 | 2024-10-04T15:26:53.282Z | Compiling sigpipe v0.1.3 |
1892 | 2024-10-04T15:26:53.424Z | Compiling libefi-sys v0.1.0 |
1893 | 2024-10-04T15:26:53.751Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1894 | 2024-10-04T15:26:54.135Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1895 | 2024-10-04T15:26:54.165Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1896 | 2024-10-04T15:26:55.390Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1897 | 2024-10-04T15:26:55.711Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1898 | 2024-10-04T15:26:56.312Z | Compiling zone v0.3.0 |
1899 | 2024-10-04T15:26:57.477Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1900 | 2024-10-04T15:26:59.157Z | Compiling smf v0.2.3 |
1901 | 2024-10-04T15:26:59.679Z | Compiling bitfield-struct v0.6.1 |
1902 | 2024-10-04T15:27:01.091Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1903 | 2024-10-04T15:27:01.201Z | Compiling ring v0.16.20 |
1904 | 2024-10-04T15:27:01.342Z | Compiling blake3 v1.5.1 |
1905 | 2024-10-04T15:27:01.653Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1906 | 2024-10-04T15:27:02.228Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1907 | 2024-10-04T15:27:02.417Z | Compiling xattr v1.3.1 |
1908 | 2024-10-04T15:27:02.573Z | Compiling memmap2 v0.9.4 |
1909 | 2024-10-04T15:27:02.706Z | Compiling filetime v0.2.25 |
1910 | 2024-10-04T15:27:03.069Z | Compiling same-file v1.0.6 |
1911 | 2024-10-04T15:27:03.148Z | Compiling constant_time_eq v0.3.0 |
1912 | 2024-10-04T15:27:03.333Z | Compiling untrusted v0.7.1 |
1913 | 2024-10-04T15:27:03.359Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1914 | 2024-10-04T15:27:03.406Z | Compiling arrayref v0.3.7 |
1915 | 2024-10-04T15:27:03.495Z | Compiling arrayvec v0.7.4 |
1916 | 2024-10-04T15:27:03.518Z | Compiling spin v0.5.2 |
1917 | 2024-10-04T15:27:03.535Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1918 | 2024-10-04T15:27:03.780Z | Compiling walkdir v2.5.0 |
1919 | 2024-10-04T15:27:04.822Z | Compiling tar v0.4.42 |
1920 | 2024-10-04T15:27:05.176Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1921 | 2024-10-04T15:27:05.612Z | Compiling gethostname v0.5.0 |
1922 | 2024-10-04T15:27:05.825Z | Compiling cargo-platform v0.1.8 |
1923 | 2024-10-04T15:27:06.180Z | Compiling topological-sort v0.2.2 |
1924 | 2024-10-04T15:27:06.454Z | Compiling cargo_metadata v0.18.1 |
1925 | 2024-10-04T15:27:10.505Z | Compiling omicron-zone-package v0.11.1 |
1926 | 2024-10-04T15:27:13.897Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1927 | 2024-10-04T15:27:16.240Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1928 | 2024-10-04T15:27:18.317Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1929 | 2024-10-04T15:27:35.646Z | Finished `release` profile [optimized] target(s) in 4m 31s |
1930 | 2024-10-04T15:27:35.798Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1931 | 2024-10-04T15:27:35.842Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1932 | 2024-10-04T15:27:35.844Z | Created new build target 'test' and set it as active |
1933 | 2024-10-04T15:27:35.844Z | |
1934 | 2024-10-04T15:27:35.844Z | real 4:31.550968499 |
1935 | 2024-10-04T15:27:35.844Z | user 30:53.123618998 |
1936 | 2024-10-04T15:27:35.844Z | sys 3:48.818614714 |
1937 | 2024-10-04T15:27:35.844Z | trap 0.887638058 |
1938 | 2024-10-04T15:27:35.844Z | tflt 3.146728491 |
1939 | 2024-10-04T15:27:35.844Z | dflt 0.762393448 |
1940 | 2024-10-04T15:27:35.845Z | kflt 0.000171485 |
1941 | 2024-10-04T15:27:35.845Z | lock 1:08:12.309824644 |
1942 | 2024-10-04T15:27:35.845Z | slp 1:58:38.791594594 |
1943 | 2024-10-04T15:27:35.845Z | lat 2:04.510297285 |
1944 | 2024-10-04T15:27:35.845Z | stop 3:43.556682521 |
1945 | 2024-10-04T15:27:35.847Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1946 | 2024-10-04T15:27:36.839Z | Finished `release` profile [optimized] target(s) in 0.94s |
1947 | 2024-10-04T15:27:36.897Z | Running `target/release/omicron-package -t test package` |
1948 | 2024-10-04T15:27:36.937Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1949 | 2024-10-04T15:27:38.121Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1950 | 2024-10-04T15:27:38.124Z | Compiling convert_case v0.4.0 |
1951 | 2024-10-04T15:27:38.124Z | Compiling camino v1.1.9 |
1952 | 2024-10-04T15:27:38.124Z | Compiling newline-converter v0.3.0 |
1953 | 2024-10-04T15:27:38.124Z | Compiling itertools v0.13.0 |
1954 | 2024-10-04T15:27:38.124Z | Compiling password-hash v0.5.0 |
1955 | 2024-10-04T15:27:38.124Z | Compiling blake2 v0.10.6 |
1956 | 2024-10-04T15:27:38.285Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1957 | 2024-10-04T15:27:38.425Z | Compiling expectorate v1.1.0 |
1958 | 2024-10-04T15:27:38.464Z | Compiling cancel-safe-futures v0.1.5 |
1959 | 2024-10-04T15:27:38.613Z | Compiling owo-colors v4.1.0 |
1960 | 2024-10-04T15:27:38.819Z | Compiling argon2 v0.5.3 |
1961 | 2024-10-04T15:27:38.956Z | Compiling derive_more v0.99.18 |
1962 | 2024-10-04T15:27:38.970Z | Compiling derive-where v1.2.7 |
1963 | 2024-10-04T15:27:39.489Z | Compiling libsw v3.3.1 |
1964 | 2024-10-04T15:27:39.841Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1965 | 2024-10-04T15:27:39.861Z | Compiling base64 v0.21.7 |
1966 | 2024-10-04T15:27:40.447Z | Compiling indent_write v2.2.0 |
1967 | 2024-10-04T15:27:40.468Z | Compiling swrite v0.1.0 |
1968 | 2024-10-04T15:27:40.614Z | Compiling linear-map v1.2.0 |
1969 | 2024-10-04T15:27:40.680Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1970 | 2024-10-04T15:27:40.948Z | Compiling toml v0.8.19 |
1971 | 2024-10-04T15:27:41.022Z | Compiling progenitor-client v0.8.0 |
1972 | 2024-10-04T15:27:41.263Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1973 | 2024-10-04T15:27:41.474Z | Compiling progenitor v0.8.0 |
1974 | 2024-10-04T15:27:41.699Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1975 | 2024-10-04T15:27:41.811Z | Compiling num-rational v0.4.2 |
1976 | 2024-10-04T15:27:41.885Z | Compiling num-complex v0.4.6 |
1977 | 2024-10-04T15:27:42.079Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1978 | 2024-10-04T15:27:42.402Z | Compiling dirs-sys-next v0.1.2 |
1979 | 2024-10-04T15:27:42.944Z | Compiling dirs-next v2.0.0 |
1980 | 2024-10-04T15:27:43.150Z | Compiling num v0.4.3 |
1981 | 2024-10-04T15:27:43.206Z | Compiling float-ord v0.3.2 |
1982 | 2024-10-04T15:27:43.272Z | Compiling term v0.7.0 |
1983 | 2024-10-04T15:27:43.379Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1984 | 2024-10-04T15:27:44.260Z | Compiling atomicwrites v0.4.4 |
1985 | 2024-10-04T15:27:44.527Z | Compiling semver v0.1.20 |
1986 | 2024-10-04T15:27:44.793Z | Compiling prettyplease v0.2.22 |
1987 | 2024-10-04T15:27:45.106Z | Compiling rustc_version v0.1.7 |
1988 | 2024-10-04T15:27:45.123Z | Compiling is-terminal v0.4.12 |
1989 | 2024-10-04T15:27:45.255Z | Compiling utf-8 v0.7.6 |
1990 | 2024-10-04T15:27:45.521Z | Compiling newtype_derive v0.1.6 |
1991 | 2024-10-04T15:27:45.541Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
1992 | 2024-10-04T15:27:45.619Z | Compiling humantime v2.1.0 |
1993 | 2024-10-04T15:27:45.916Z | Compiling highway v1.2.0 |
1994 | 2024-10-04T15:27:46.634Z | Compiling linked-hash-map v0.5.6 |
1995 | 2024-10-04T15:27:47.052Z | Compiling lru-cache v0.1.2 |
1996 | 2024-10-04T15:27:47.277Z | Compiling steno v0.4.1 |
1997 | 2024-10-04T15:27:47.334Z | Compiling home v0.5.9 |
1998 | 2024-10-04T15:27:47.408Z | Compiling quick-error v1.2.3 |
1999 | 2024-10-04T15:27:47.565Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2000 | 2024-10-04T15:27:47.582Z | Compiling resolv-conf v0.7.0 |
2001 | 2024-10-04T15:27:49.451Z | Compiling rustls v0.22.4 |
2002 | 2024-10-04T15:27:49.480Z | Compiling thread_local v1.1.8 |
2003 | 2024-10-04T15:27:49.975Z | Compiling match_cfg v0.1.0 |
2004 | 2024-10-04T15:27:50.085Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2005 | 2024-10-04T15:27:50.364Z | Compiling hostname v0.3.1 |
2006 | 2024-10-04T15:27:51.091Z | Compiling hickory-resolver v0.24.1 |
2007 | 2024-10-04T15:27:55.719Z | Compiling multer v3.1.0 |
2008 | 2024-10-04T15:27:55.794Z | Compiling slog-async v2.8.0 |
2009 | 2024-10-04T15:27:55.869Z | Compiling slog-json v2.6.1 |
2010 | 2024-10-04T15:27:56.244Z | Compiling crossbeam-channel v0.5.12 |
2011 | 2024-10-04T15:27:56.337Z | Compiling take_mut v0.2.2 |
2012 | 2024-10-04T15:27:56.504Z | Compiling slog-bunyan v2.5.0 |
2013 | 2024-10-04T15:27:57.651Z | Compiling tokio-rustls v0.25.0 |
2014 | 2024-10-04T15:27:58.124Z | Compiling slog-term v2.9.1 |
2015 | 2024-10-04T15:27:58.324Z | Compiling dropshot v0.12.0 |
2016 | 2024-10-04T15:27:58.402Z | Compiling async-stream v0.3.5 |
2017 | 2024-10-04T15:27:58.695Z | Compiling waitgroup v0.1.2 |
2018 | 2024-10-04T15:27:58.912Z | Compiling ipnetwork v0.20.0 |
2019 | 2024-10-04T15:27:59.262Z | Compiling newtype-uuid v1.1.0 |
2020 | 2024-10-04T15:27:59.472Z | Compiling serde_path_to_error v0.1.16 |
2021 | 2024-10-04T15:27:59.583Z | Compiling hostname v0.4.0 |
2022 | 2024-10-04T15:27:59.689Z | Compiling instant v0.1.12 |
2023 | 2024-10-04T15:27:59.814Z | Compiling debug-ignore v1.0.5 |
2024 | 2024-10-04T15:27:59.852Z | Compiling backoff v0.4.0 |
2025 | 2024-10-04T15:27:59.978Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2026 | 2024-10-04T15:28:00.261Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2027 | 2024-10-04T15:28:00.324Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2028 | 2024-10-04T15:28:00.955Z | Compiling parse-display v0.10.0 |
2029 | 2024-10-04T15:28:01.531Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2030 | 2024-10-04T15:28:01.709Z | Compiling strum v0.26.3 |
2031 | 2024-10-04T15:28:01.899Z | Compiling serde_with v3.9.0 |
2032 | 2024-10-04T15:28:03.214Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2033 | 2024-10-04T15:28:05.820Z | Compiling regress v0.9.1 |
2034 | 2024-10-04T15:28:06.173Z | Compiling macaddr v1.0.1 |
2035 | 2024-10-04T15:28:06.622Z | Compiling slog-dtrace v0.3.0 |
2036 | 2024-10-04T15:28:08.156Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2037 | 2024-10-04T15:28:08.579Z | Compiling display-error-chain v0.2.1 |
2038 | 2024-10-04T15:28:08.779Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2039 | 2024-10-04T15:28:08.855Z | Compiling half v2.4.1 |
2040 | 2024-10-04T15:28:09.340Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2041 | 2024-10-04T15:28:09.560Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2042 | 2024-10-04T15:28:09.805Z | Compiling ciborium-io v0.2.2 |
2043 | 2024-10-04T15:28:09.949Z | Compiling ciborium-ll v0.2.2 |
2044 | 2024-10-04T15:28:10.472Z | Compiling tungstenite v0.21.0 |
2045 | 2024-10-04T15:28:10.624Z | Compiling ciborium v0.2.2 |
2046 | 2024-10-04T15:28:12.776Z | Compiling tokio-tungstenite v0.21.0 |
2047 | 2024-10-04T15:28:13.412Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2048 | 2024-10-04T15:28:13.609Z | Compiling same-file v1.0.6 |
2049 | 2024-10-04T15:28:13.857Z | Compiling fastrand v2.1.0 |
2050 | 2024-10-04T15:28:14.381Z | Compiling tempfile v3.10.1 |
2051 | 2024-10-04T15:28:15.155Z | Compiling walkdir v2.5.0 |
2052 | 2024-10-04T15:28:15.723Z | Compiling ring v0.16.20 |
2053 | 2024-10-04T15:28:15.814Z | Compiling blake3 v1.5.1 |
2054 | 2024-10-04T15:28:16.449Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2055 | 2024-10-04T15:28:18.387Z | Compiling xattr v1.3.1 |
2056 | 2024-10-04T15:28:18.685Z | Compiling memmap2 v0.9.4 |
2057 | 2024-10-04T15:28:19.099Z | Compiling filetime v0.2.25 |
2058 | 2024-10-04T15:28:19.431Z | Compiling constant_time_eq v0.3.0 |
2059 | 2024-10-04T15:28:19.590Z | Compiling keccak v0.1.5 |
2060 | 2024-10-04T15:28:19.752Z | Compiling spin v0.5.2 |
2061 | 2024-10-04T15:28:20.006Z | Compiling arrayref v0.3.7 |
2062 | 2024-10-04T15:28:20.114Z | Compiling arrayvec v0.7.4 |
2063 | 2024-10-04T15:28:20.560Z | Compiling untrusted v0.7.1 |
2064 | 2024-10-04T15:28:23.881Z | Compiling sha3 v0.10.8 |
2065 | 2024-10-04T15:28:24.030Z | Compiling tar v0.4.42 |
2066 | 2024-10-04T15:28:24.758Z | Compiling toolchain_find v0.4.0 |
2067 | 2024-10-04T15:28:25.313Z | Compiling camino-tempfile v1.1.1 |
2068 | 2024-10-04T15:28:25.976Z | Compiling nibble_vec v0.1.0 |
2069 | 2024-10-04T15:28:26.215Z | Compiling maplit v1.0.2 |
2070 | 2024-10-04T15:28:26.350Z | Compiling radium v0.7.0 |
2071 | 2024-10-04T15:28:26.789Z | Compiling endian-type v0.1.2 |
2072 | 2024-10-04T15:28:27.040Z | Compiling glob v0.3.1 |
2073 | 2024-10-04T15:28:27.346Z | Compiling topological-sort v0.2.2 |
2074 | 2024-10-04T15:28:27.583Z | Compiling crunchy v0.2.2 |
2075 | 2024-10-04T15:28:27.799Z | Compiling clang-sys v1.7.0 |
2076 | 2024-10-04T15:28:28.087Z | Compiling omicron-zone-package v0.11.1 |
2077 | 2024-10-04T15:28:28.580Z | Compiling radix_trie v0.2.1 |
2078 | 2024-10-04T15:28:28.846Z | Compiling rustfmt-wrapper v0.2.1 |
2079 | 2024-10-04T15:28:29.304Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2080 | 2024-10-04T15:28:29.444Z | Compiling tap v1.0.1 |
2081 | 2024-10-04T15:28:29.463Z | Compiling maybe-uninit v2.0.0 |
2082 | 2024-10-04T15:28:29.531Z | Compiling tiny-keccak v2.0.2 |
2083 | 2024-10-04T15:28:29.636Z | Compiling wyz v0.5.1 |
2084 | 2024-10-04T15:28:30.073Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2085 | 2024-10-04T15:28:30.172Z | Compiling dsl_auto_type v0.1.2 |
2086 | 2024-10-04T15:28:30.411Z | Compiling scheduled-thread-pool v0.2.7 |
2087 | 2024-10-04T15:28:30.635Z | Compiling secrecy v0.8.0 |
2088 | 2024-10-04T15:28:30.912Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2089 | 2024-10-04T15:28:31.440Z | Compiling diesel_table_macro_syntax v0.2.0 |
2090 | 2024-10-04T15:28:31.472Z | Compiling packed_struct v0.10.1 |
2091 | 2024-10-04T15:28:31.743Z | Compiling funty v2.0.0 |
2092 | 2024-10-04T15:28:31.858Z | Compiling crc-catalog v2.4.0 |
2093 | 2024-10-04T15:28:31.895Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2094 | 2024-10-04T15:28:32.055Z | Compiling arc-swap v1.7.1 |
2095 | 2024-10-04T15:28:32.248Z | Compiling crc v3.2.1 |
2096 | 2024-10-04T15:28:32.665Z | Compiling slog-scope v4.4.0 |
2097 | 2024-10-04T15:28:33.423Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2098 | 2024-10-04T15:28:33.490Z | Compiling bitvec v1.0.1 |
2099 | 2024-10-04T15:28:33.649Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2100 | 2024-10-04T15:28:34.100Z | Compiling diesel_derives v2.2.2 |
2101 | 2024-10-04T15:28:34.170Z | Compiling r2d2 v0.8.10 |
2102 | 2024-10-04T15:28:35.160Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2103 | 2024-10-04T15:28:37.759Z | Compiling ascii-canvas v3.0.0 |
2104 | 2024-10-04T15:28:38.265Z | Compiling universal-hash v0.5.1 |
2105 | 2024-10-04T15:28:38.451Z | Compiling thiserror-impl-no-std v2.0.2 |
2106 | 2024-10-04T15:28:40.684Z | Compiling packed_struct_codegen v0.10.1 |
2107 | 2024-10-04T15:28:40.939Z | Compiling ena v0.14.3 |
2108 | 2024-10-04T15:28:41.352Z | Compiling libloading v0.8.3 |
2109 | 2024-10-04T15:28:41.734Z | Compiling indexmap v1.9.3 |
2110 | 2024-10-04T15:28:42.068Z | Compiling regex-syntax v0.6.29 |
2111 | 2024-10-04T15:28:43.114Z | Compiling opaque-debug v0.3.1 |
2112 | 2024-10-04T15:28:43.229Z | Compiling diff v0.1.13 |
2113 | 2024-10-04T15:28:43.789Z | Compiling nodrop v0.1.14 |
2114 | 2024-10-04T15:28:43.935Z | Compiling bindgen v0.69.4 |
2115 | 2024-10-04T15:28:44.428Z | Compiling array-init v0.0.4 |
2116 | 2024-10-04T15:28:45.423Z | Compiling diesel v2.2.4 |
2117 | 2024-10-04T15:28:45.657Z | Compiling lalrpop v0.19.12 |
2118 | 2024-10-04T15:28:47.461Z | Compiling poly1305 v0.8.0 |
2119 | 2024-10-04T15:28:54.217Z | Compiling thiserror-no-std v2.0.2 |
2120 | 2024-10-04T15:28:54.538Z | Compiling smallvec v0.6.14 |
2121 | 2024-10-04T15:28:55.057Z | Compiling slog-stdlog v4.1.1 |
2122 | 2024-10-04T15:28:56.466Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2123 | 2024-10-04T15:28:57.594Z | Compiling which v4.4.2 |
2124 | 2024-10-04T15:28:57.922Z | Compiling tungstenite v0.23.0 |
2125 | 2024-10-04T15:28:58.153Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2126 | 2024-10-04T15:28:58.476Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2127 | 2024-10-04T15:28:58.709Z | Compiling chacha20 v0.9.1 |
2128 | 2024-10-04T15:28:59.177Z | Compiling cexpr v0.6.0 |
2129 | 2024-10-04T15:29:00.802Z | Compiling aead v0.5.2 |
2130 | 2024-10-04T15:29:01.165Z | Compiling rustc-hash v1.1.0 |
2131 | 2024-10-04T15:29:01.350Z | Compiling bitfield v0.14.0 |
2132 | 2024-10-04T15:29:01.681Z | Compiling hashbrown v0.12.3 |
2133 | 2024-10-04T15:29:03.091Z | Compiling shlex v1.3.0 |
2134 | 2024-10-04T15:29:03.475Z | Compiling termcolor v1.4.1 |
2135 | 2024-10-04T15:29:03.491Z | Compiling ref-cast v1.0.23 |
2136 | 2024-10-04T15:29:03.749Z | Compiling lazycell v1.3.0 |
2137 | 2024-10-04T15:29:04.030Z | Compiling env_logger v0.10.2 |
2138 | 2024-10-04T15:29:04.743Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2139 | 2024-10-04T15:29:05.589Z | Compiling chacha20poly1305 v0.10.1 |
2140 | 2024-10-04T15:29:05.821Z | Compiling tokio-tungstenite v0.23.1 |
2141 | 2024-10-04T15:29:06.463Z | Compiling slog-envlogger v2.2.0 |
2142 | 2024-10-04T15:29:07.049Z | Compiling serde-hex v0.1.0 |
2143 | 2024-10-04T15:29:09.055Z | Compiling bzip2 v0.4.4 |
2144 | 2024-10-04T15:29:09.543Z | Compiling vsss-rs v3.3.4 |
2145 | 2024-10-04T15:29:11.581Z | Compiling polar-core v0.27.3 |
2146 | 2024-10-04T15:29:12.190Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2147 | 2024-10-04T15:29:12.532Z | Compiling ron v0.8.1 |
2148 | 2024-10-04T15:29:12.920Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2149 | 2024-10-04T15:29:13.244Z | Compiling derive_builder_core v0.20.0 |
2150 | 2024-10-04T15:29:14.053Z | Compiling headers-core v0.3.0 |
2151 | 2024-10-04T15:29:14.236Z | Compiling hashbrown v0.13.2 |
2152 | 2024-10-04T15:29:15.446Z | Compiling fxhash v0.2.1 |
2153 | 2024-10-04T15:29:15.620Z | Compiling libxml v0.3.3 |
2154 | 2024-10-04T15:29:15.675Z | Compiling ref-cast-impl v1.0.23 |
2155 | 2024-10-04T15:29:15.990Z | Compiling crc-any v2.5.0 |
2156 | 2024-10-04T15:29:16.968Z | Compiling object v0.30.4 |
2157 | 2024-10-04T15:29:16.970Z | Compiling derive_builder_macro v0.20.0 |
2158 | 2024-10-04T15:29:17.634Z | Compiling samael v0.0.17 |
2159 | 2024-10-04T15:29:17.854Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2160 | 2024-10-04T15:29:18.500Z | Compiling headers v0.4.0 |
2161 | 2024-10-04T15:29:19.294Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2162 | 2024-10-04T15:29:22.165Z | Compiling zip v0.6.6 |
2163 | 2024-10-04T15:29:24.726Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2164 | 2024-10-04T15:29:26.103Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2165 | 2024-10-04T15:29:26.406Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2166 | 2024-10-04T15:29:27.806Z | Compiling strum_macros v0.24.3 |
2167 | 2024-10-04T15:29:29.678Z | Compiling kstat-rs v0.2.4 |
2168 | 2024-10-04T15:29:30.597Z | Compiling async-recursion v1.1.1 |
2169 | 2024-10-04T15:29:31.012Z | Compiling unicase v2.7.0 |
2170 | 2024-10-04T15:29:31.352Z | Compiling dropshot v0.10.1 |
2171 | 2024-10-04T15:29:31.411Z | Compiling path-slash v0.1.5 |
2172 | 2024-10-04T15:29:31.653Z | Compiling indoc v1.0.9 |
2173 | 2024-10-04T15:29:31.737Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2174 | 2024-10-04T15:29:32.050Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2175 | 2024-10-04T15:29:35.411Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2176 | 2024-10-04T15:29:36.021Z | Compiling derive_builder v0.20.0 |
2177 | 2024-10-04T15:29:39.955Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2178 | 2024-10-04T15:29:41.146Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2179 | 2024-10-04T15:29:41.459Z | Compiling crossterm v0.28.1 |
2180 | 2024-10-04T15:29:47.099Z | Compiling pem v3.0.4 |
2181 | 2024-10-04T15:29:47.154Z | Compiling dropshot_endpoint v0.10.1 |
2182 | 2024-10-04T15:29:48.601Z | Compiling oso-derive v0.27.3 |
2183 | 2024-10-04T15:29:49.177Z | Compiling impl-trait-for-tuples v0.2.2 |
2184 | 2024-10-04T15:29:49.623Z | Compiling libz-sys v1.1.16 |
2185 | 2024-10-04T15:29:49.643Z | Compiling quick-xml v0.33.0 |
2186 | 2024-10-04T15:29:49.925Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2187 | 2024-10-04T15:29:50.260Z | Compiling cfg_aliases v0.1.1 |
2188 | 2024-10-04T15:29:50.262Z | Compiling parking_lot_core v0.8.6 |
2189 | 2024-10-04T15:29:50.382Z | Compiling nix v0.28.0 |
2190 | 2024-10-04T15:29:51.204Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2191 | 2024-10-04T15:29:52.818Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2192 | 2024-10-04T15:29:56.216Z | Compiling oso v0.27.3 |
2193 | 2024-10-04T15:29:58.200Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2194 | 2024-10-04T15:29:58.533Z | Compiling bb8 v0.8.5 |
2195 | 2024-10-04T15:29:59.150Z | Compiling const_format_proc_macros v0.2.33 |
2196 | 2024-10-04T15:30:01.106Z | Compiling vte_generate_state_changes v0.1.1 |
2197 | 2024-10-04T15:30:01.711Z | Compiling buf-list v1.0.3 |
2198 | 2024-10-04T15:30:02.393Z | Compiling vte v0.11.1 |
2199 | 2024-10-04T15:30:03.813Z | Compiling const_format v0.2.33 |
2200 | 2024-10-04T15:30:05.101Z | Compiling async-bb8-diesel v0.2.1 |
2201 | 2024-10-04T15:30:05.987Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2202 | 2024-10-04T15:30:15.279Z | Compiling fd-lock v4.0.2 |
2203 | 2024-10-04T15:30:15.517Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2204 | 2024-10-04T15:30:16.305Z | Compiling pin-project-internal v1.1.5 |
2205 | 2024-10-04T15:30:19.121Z | Compiling atty v0.2.14 |
2206 | 2024-10-04T15:30:19.288Z | Compiling bytecount v0.6.8 |
2207 | 2024-10-04T15:30:19.609Z | Compiling salty v0.3.0 |
2208 | 2024-10-04T15:30:20.123Z | Compiling papergrid v0.11.0 |
2209 | 2024-10-04T15:30:20.597Z | Compiling pin-project v1.1.5 |
2210 | 2024-10-04T15:30:31.733Z | Compiling parking_lot v0.11.2 |
2211 | 2024-10-04T15:30:37.734Z | Compiling strip-ansi-escapes v0.2.0 |
2212 | 2024-10-04T15:30:39.215Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2213 | 2024-10-04T15:30:39.314Z | Compiling tabled_derive v0.7.0 |
2214 | 2024-10-04T15:30:39.537Z | Compiling crossterm v0.27.0 |
2215 | 2024-10-04T15:30:41.385Z | Compiling peg-macros v0.8.4 |
2216 | 2024-10-04T15:30:41.727Z | Compiling snafu-derive v0.8.2 |
2217 | 2024-10-04T15:30:43.878Z | Compiling sqlparser_derive v0.2.2 |
2218 | 2024-10-04T15:30:44.461Z | Compiling sync_wrapper v0.1.2 |
2219 | 2024-10-04T15:30:44.739Z | Compiling unicode_categories v0.1.1 |
2220 | 2024-10-04T15:30:44.894Z | Compiling nu-ansi-term v0.50.0 |
2221 | 2024-10-04T15:30:44.932Z | Compiling sqlparser v0.45.0 |
2222 | 2024-10-04T15:30:45.073Z | Compiling sqlformat v0.2.6 |
2223 | 2024-10-04T15:30:46.098Z | Compiling reedline v0.33.0 |
2224 | 2024-10-04T15:30:46.119Z | Compiling rustyline v14.0.0 |
2225 | 2024-10-04T15:30:46.432Z | Compiling snafu v0.8.2 |
2226 | 2024-10-04T15:30:47.695Z | Compiling reqwest v0.11.27 |
2227 | 2024-10-04T15:30:49.572Z | Compiling peg v0.8.4 |
2228 | 2024-10-04T15:30:49.696Z | Compiling tabled v0.15.0 |
2229 | 2024-10-04T15:30:57.473Z | Compiling sled v0.34.7 |
2230 | 2024-10-04T15:31:09.442Z | Compiling mime_guess v2.0.4 |
2231 | 2024-10-04T15:31:11.391Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2232 | 2024-10-04T15:31:13.053Z | Compiling hickory-client v0.24.1 |
2233 | 2024-10-04T15:31:13.798Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2234 | 2024-10-04T15:31:18.559Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2235 | 2024-10-04T15:31:20.260Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2236 | 2024-10-04T15:31:22.695Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2237 | 2024-10-04T15:31:24.264Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2238 | 2024-10-04T15:31:24.926Z | Compiling globset v0.4.14 |
2239 | 2024-10-04T15:31:29.223Z | Compiling hickory-server v0.24.1 |
2240 | 2024-10-04T15:31:30.232Z | Compiling primeorder v0.13.6 |
2241 | 2024-10-04T15:31:30.829Z | Compiling olpc-cjson v0.1.3 |
2242 | 2024-10-04T15:31:31.169Z | Compiling bcs v0.1.6 |
2243 | 2024-10-04T15:31:31.953Z | Compiling vergen v8.3.2 |
2244 | 2024-10-04T15:31:32.036Z | Compiling env_filter v0.1.2 |
2245 | 2024-10-04T15:31:32.292Z | Compiling cargo-platform v0.1.8 |
2246 | 2024-10-04T15:31:32.461Z | Compiling serde_plain v1.0.2 |
2247 | 2024-10-04T15:31:32.805Z | Compiling nanorand v0.7.0 |
2248 | 2024-10-04T15:31:33.010Z | Compiling memoffset v0.9.1 |
2249 | 2024-10-04T15:31:33.363Z | Compiling typed-path v0.7.1 |
2250 | 2024-10-04T15:31:33.500Z | Compiling flume v0.11.0 |
2251 | 2024-10-04T15:31:33.535Z | Compiling cargo_metadata v0.18.1 |
2252 | 2024-10-04T15:31:34.299Z | Compiling env_logger v0.11.5 |
2253 | 2024-10-04T15:31:35.720Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2254 | 2024-10-04T15:31:36.866Z | Compiling tough v0.17.1 |
2255 | 2024-10-04T15:31:39.499Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2256 | 2024-10-04T15:31:39.847Z | Compiling p384 v0.13.0 |
2257 | 2024-10-04T15:31:40.121Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2258 | 2024-10-04T15:31:41.489Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2259 | 2024-10-04T15:31:46.579Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2260 | 2024-10-04T15:31:47.879Z | Compiling git2 v0.19.0 |
2261 | 2024-10-04T15:31:50.373Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2262 | 2024-10-04T15:31:52.358Z | Compiling libsqlite3-sys v0.30.1 |
2263 | 2024-10-04T15:31:52.880Z | Compiling lzma-sys v0.1.20 |
2264 | 2024-10-04T15:31:53.066Z | Compiling cfg_aliases v0.2.1 |
2265 | 2024-10-04T15:31:53.191Z | Compiling parse-size v1.0.0 |
2266 | 2024-10-04T15:31:53.499Z | Compiling rustls v0.21.12 |
2267 | 2024-10-04T15:31:53.574Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2268 | 2024-10-04T15:31:53.937Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2269 | 2024-10-04T15:31:55.529Z | Compiling nix v0.29.0 |
2270 | 2024-10-04T15:31:56.881Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2271 | 2024-10-04T15:31:58.252Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2272 | 2024-10-04T15:31:59.165Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2273 | 2024-10-04T15:31:59.947Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2274 | 2024-10-04T15:32:00.285Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2275 | 2024-10-04T15:32:01.129Z | Compiling sct v0.7.1 |
2276 | 2024-10-04T15:32:01.616Z | Compiling rustls-webpki v0.101.7 |
2277 | 2024-10-04T15:32:02.848Z | Compiling heck v0.3.3 |
2278 | 2024-10-04T15:32:03.247Z | Compiling castaway v0.2.3 |
2279 | 2024-10-04T15:32:03.455Z | Compiling rand_seeder v0.3.0 |
2280 | 2024-10-04T15:32:03.868Z | Compiling csv-core v0.1.11 |
2281 | 2024-10-04T15:32:04.466Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2282 | 2024-10-04T15:32:04.811Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2283 | 2024-10-04T15:32:05.137Z | Compiling http-range v0.1.5 |
2284 | 2024-10-04T15:32:05.688Z | Compiling hyper-staticfile v0.10.1 |
2285 | 2024-10-04T15:32:05.759Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2286 | 2024-10-04T15:32:06.743Z | Compiling csv v1.3.0 |
2287 | 2024-10-04T15:32:08.676Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2288 | 2024-10-04T15:32:08.881Z | Compiling compact_str v0.8.0 |
2289 | 2024-10-04T15:32:08.912Z | Compiling zone_cfg_derive v0.1.2 |
2290 | 2024-10-04T15:32:11.542Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2291 | 2024-10-04T15:32:12.514Z | Compiling nix v0.27.1 |
2292 | 2024-10-04T15:32:14.619Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2293 | 2024-10-04T15:32:15.762Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2294 | 2024-10-04T15:32:16.285Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2295 | 2024-10-04T15:32:22.317Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2296 | 2024-10-04T15:32:23.592Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2297 | 2024-10-04T15:32:23.976Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2298 | 2024-10-04T15:32:24.324Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2299 | 2024-10-04T15:32:24.649Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2300 | 2024-10-04T15:32:24.980Z | Compiling unicode-truncate v1.0.0 |
2301 | 2024-10-04T15:32:25.272Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2302 | 2024-10-04T15:32:25.875Z | Compiling lru v0.12.3 |
2303 | 2024-10-04T15:32:26.241Z | Compiling hashlink v0.9.1 |
2304 | 2024-10-04T15:32:27.095Z | Compiling instability v0.3.2 |
2305 | 2024-10-04T15:32:27.114Z | Compiling fallible-streaming-iterator v0.1.9 |
2306 | 2024-10-04T15:32:27.412Z | Compiling fallible-iterator v0.3.0 |
2307 | 2024-10-04T15:32:28.124Z | Compiling base64 v0.13.1 |
2308 | 2024-10-04T15:32:28.265Z | Compiling cassowary v0.3.0 |
2309 | 2024-10-04T15:32:28.904Z | Compiling ratatui v0.28.0 |
2310 | 2024-10-04T15:32:30.882Z | Compiling ron v0.7.1 |
2311 | 2024-10-04T15:32:31.939Z | Compiling rusqlite v0.32.1 |
2312 | 2024-10-04T15:32:36.118Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2313 | 2024-10-04T15:32:36.780Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2314 | 2024-10-04T15:32:37.135Z | Compiling xz2 v0.1.7 |
2315 | 2024-10-04T15:32:38.663Z | Compiling tokio-rustls v0.24.1 |
2316 | 2024-10-04T15:32:44.664Z | Compiling zone v0.1.8 |
2317 | 2024-10-04T15:32:45.894Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2318 | 2024-10-04T15:32:47.898Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2319 | 2024-10-04T15:32:54.840Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2320 | 2024-10-04T15:32:56.191Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2321 | 2024-10-04T15:32:56.381Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2322 | 2024-10-04T15:32:57.090Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2323 | 2024-10-04T15:32:59.391Z | Compiling rustls-pemfile v1.0.4 |
2324 | 2024-10-04T15:32:59.756Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2325 | 2024-10-04T15:33:00.093Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2326 | 2024-10-04T15:33:00.123Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2327 | 2024-10-04T15:33:00.298Z | Compiling signal-hook-tokio v0.3.1 |
2328 | 2024-10-04T15:33:00.522Z | Compiling twox-hash v1.6.3 |
2329 | 2024-10-04T15:33:01.542Z | Compiling yasna v0.5.2 |
2330 | 2024-10-04T15:33:05.033Z | Compiling smawk v0.3.2 |
2331 | 2024-10-04T15:33:05.072Z | Compiling unicode-linebreak v0.1.5 |
2332 | 2024-10-04T15:33:05.324Z | Compiling is_ci v1.2.0 |
2333 | 2024-10-04T15:33:05.625Z | Compiling textwrap v0.16.1 |
2334 | 2024-10-04T15:33:05.644Z | Compiling supports-color v3.0.1 |
2335 | 2024-10-04T15:33:05.693Z | Compiling rcgen v0.12.1 |
2336 | 2024-10-04T15:33:06.068Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
2337 | 2024-10-04T15:33:09.402Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2338 | 2024-10-04T15:33:15.701Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2339 | 2024-10-04T15:33:15.962Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2340 | 2024-10-04T15:33:21.625Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2341 | 2024-10-04T15:33:22.405Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2342 | 2024-10-04T15:33:26.829Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2343 | 2024-10-04T15:33:27.414Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2344 | 2024-10-04T15:33:27.574Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2345 | 2024-10-04T15:33:27.898Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2346 | 2024-10-04T15:33:34.657Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2347 | 2024-10-04T15:33:36.069Z | Compiling fatfs v0.3.6 |
2348 | 2024-10-04T15:33:38.917Z | Compiling subprocess v0.2.9 |
2349 | 2024-10-04T15:33:43.748Z | Compiling rtoolbox v0.0.2 |
2350 | 2024-10-04T15:33:43.921Z | Compiling assert_matches v1.5.0 |
2351 | 2024-10-04T15:33:44.183Z | Compiling rpassword v7.3.1 |
2352 | 2024-10-04T15:33:44.653Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2353 | 2024-10-04T15:33:45.706Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2354 | 2024-10-04T15:33:49.926Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2355 | 2024-10-04T15:33:52.558Z | Compiling tui-tree-widget v0.22.0 |
2356 | 2024-10-04T15:33:53.028Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2357 | 2024-10-04T15:33:56.943Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2358 | 2024-10-04T15:34:08.281Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2359 | 2024-10-04T15:34:10.093Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2360 | 2024-10-04T15:34:10.429Z | Compiling uzers v0.11.3 |
2361 | 2024-10-04T15:34:13.039Z | Compiling shell-words v1.1.0 |
2362 | 2024-10-04T15:34:13.480Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2363 | 2024-10-04T15:34:14.317Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2364 | 2024-10-04T15:34:15.768Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2365 | 2024-10-04T15:34:16.201Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2366 | 2024-10-04T15:34:51.662Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2367 | 2024-10-04T15:35:02.772Z | Compiling multimap v0.10.0 |
2368 | 2024-10-04T15:36:53.908Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2369 | 2024-10-04T15:37:04.279Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2370 | 2024-10-04T15:43:21.137Z | Finished `release` profile [optimized] target(s) in 15m 44s |
2371 | 2024-10-04T15:44:17.678Z | |
2372 | 2024-10-04T15:44:17.678Z | real 16:41.849068310 |
2373 | 2024-10-04T15:44:17.678Z | user 1:55:42.375103130 |
2374 | 2024-10-04T15:44:17.678Z | sys 5:41.379743859 |
2375 | 2024-10-04T15:44:17.678Z | trap 2.807136488 |
2376 | 2024-10-04T15:44:17.681Z | tflt 3.193062623 |
2377 | 2024-10-04T15:44:17.681Z | dflt 5.041946975 |
2378 | 2024-10-04T15:44:17.681Z | kflt 0.005508783 |
2379 | 2024-10-04T15:44:17.681Z | lock 7:01:10.251046121 |
2380 | 2024-10-04T15:44:17.681Z | slp 6:08:38.718706267 |
2381 | 2024-10-04T15:44:17.681Z | lat 2:57.699400387 |
2382 | 2024-10-04T15:44:17.681Z | stop 2:43.169222822 |
2383 | 2024-10-04T15:44:17.681Z | + mapfile -t packages |
2384 | 2024-10-04T15:44:17.681Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2385 | 2024-10-04T15:44:18.761Z | Finished `release` profile [optimized] target(s) in 1.02s |
2386 | 2024-10-04T15:44:18.809Z | Running `target/release/omicron-package -t test list-outputs` |
2387 | 2024-10-04T15:44:18.853Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2388 | 2024-10-04T15:44:18.855Z | + ptime -m cargo build --locked --release -p xtask |
2389 | 2024-10-04T15:44:19.458Z | Compiling serde v1.0.210 |
2390 | 2024-10-04T15:44:19.460Z | Compiling rustix v0.38.34 |
2391 | 2024-10-04T15:44:19.461Z | Compiling serde_json v1.0.128 |
2392 | 2024-10-04T15:44:19.461Z | Compiling libc v0.2.159 |
2393 | 2024-10-04T15:44:19.545Z | Compiling syn v2.0.79 |
2394 | 2024-10-04T15:44:19.553Z | Compiling bitflags v2.6.0 |
2395 | 2024-10-04T15:44:19.920Z | Compiling usdt-impl v0.5.0 |
2396 | 2024-10-04T15:44:19.953Z | Compiling syn v1.0.109 |
2397 | 2024-10-04T15:44:20.071Z | Compiling log v0.4.22 |
2398 | 2024-10-04T15:44:20.109Z | Compiling hashbrown v0.14.5 |
2399 | 2024-10-04T15:44:20.123Z | Compiling fs-err v2.11.0 |
2400 | 2024-10-04T15:44:20.443Z | Compiling anyhow v1.0.89 |
2401 | 2024-10-04T15:44:20.992Z | Compiling thread-id v4.2.1 |
2402 | 2024-10-04T15:44:21.424Z | Compiling indexmap v2.5.0 |
2403 | 2024-10-04T15:44:22.391Z | Compiling terminal_size v0.3.0 |
2404 | 2024-10-04T15:44:22.391Z | Compiling tempfile v3.10.1 |
2405 | 2024-10-04T15:44:22.617Z | Compiling clap_builder v4.5.18 |
2406 | 2024-10-04T15:44:23.469Z | Compiling proc-macro-error v1.0.4 |
2407 | 2024-10-04T15:44:24.720Z | Compiling tabled_derive v0.7.0 |
2408 | 2024-10-04T15:44:25.982Z | Compiling tabled v0.15.0 |
2409 | 2024-10-04T15:44:27.263Z | Compiling serde_derive v1.0.210 |
2410 | 2024-10-04T15:44:28.254Z | Compiling thiserror-impl v1.0.64 |
2411 | 2024-10-04T15:44:28.952Z | Compiling zerocopy-derive v0.7.34 |
2412 | 2024-10-04T15:44:30.934Z | Compiling zerocopy v0.7.34 |
2413 | 2024-10-04T15:44:31.127Z | Compiling thiserror v1.0.64 |
2414 | 2024-10-04T15:44:31.318Z | Compiling pest v2.7.10 |
2415 | 2024-10-04T15:44:31.826Z | Compiling scroll_derive v0.12.0 |
2416 | 2024-10-04T15:44:33.211Z | Compiling scroll v0.12.0 |
2417 | 2024-10-04T15:44:33.912Z | Compiling goblin v0.8.2 |
2418 | 2024-10-04T15:44:34.339Z | Compiling pest_meta v2.7.10 |
2419 | 2024-10-04T15:44:36.468Z | Compiling pest_generator v2.7.10 |
2420 | 2024-10-04T15:44:38.503Z | Compiling pest_derive v2.7.10 |
2421 | 2024-10-04T15:44:39.321Z | Compiling dtrace-parser v0.2.0 |
2422 | 2024-10-04T15:44:41.097Z | Compiling clap_derive v4.5.18 |
2423 | 2024-10-04T15:44:45.733Z | Compiling dof v0.3.0 |
2424 | 2024-10-04T15:44:45.939Z | Compiling serde_tokenstream v0.2.2 |
2425 | 2024-10-04T15:44:46.556Z | Compiling toml_datetime v0.6.8 |
2426 | 2024-10-04T15:44:46.641Z | Compiling serde_spanned v0.6.7 |
2427 | 2024-10-04T15:44:46.908Z | Compiling toml_edit v0.22.22 |
2428 | 2024-10-04T15:44:47.227Z | Compiling camino v1.1.9 |
2429 | 2024-10-04T15:44:47.859Z | Compiling usdt-attr-macro v0.5.0 |
2430 | 2024-10-04T15:44:47.874Z | Compiling usdt-macro v0.5.0 |
2431 | 2024-10-04T15:44:49.124Z | Compiling cargo-platform v0.1.8 |
2432 | 2024-10-04T15:44:49.263Z | Compiling semver v1.0.23 |
2433 | 2024-10-04T15:44:50.249Z | Compiling cargo_metadata v0.18.1 |
2434 | 2024-10-04T15:44:50.752Z | Compiling toml v0.8.19 |
2435 | 2024-10-04T15:44:51.485Z | Compiling usdt v0.5.0 |
2436 | 2024-10-04T15:44:52.432Z | Compiling cargo_toml v0.20.5 |
2437 | 2024-10-04T15:44:52.997Z | Compiling camino-tempfile v1.1.1 |
2438 | 2024-10-04T15:44:53.800Z | Compiling clap v4.5.18 |
2439 | 2024-10-04T15:44:53.939Z | Compiling macaddr v1.0.1 |
2440 | 2024-10-04T15:45:04.568Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2441 | 2024-10-04T15:45:16.297Z | Finished `release` profile [optimized] target(s) in 57.39s |
2442 | 2024-10-04T15:45:16.400Z | |
2443 | 2024-10-04T15:45:16.400Z | real 57.522418916 |
2444 | 2024-10-04T15:45:16.400Z | user 5:44.785868034 |
2445 | 2024-10-04T15:45:16.400Z | sys 32.385043580 |
2446 | 2024-10-04T15:45:16.400Z | trap 0.148727358 |
2447 | 2024-10-04T15:45:16.404Z | tflt 0.330797958 |
2448 | 2024-10-04T15:45:16.404Z | dflt 0.620108848 |
2449 | 2024-10-04T15:45:16.404Z | kflt 0.000000000 |
2450 | 2024-10-04T15:45:16.404Z | lock 10:20.602155290 |
2451 | 2024-10-04T15:45:16.404Z | slp 15:35.781316153 |
2452 | 2024-10-04T15:45:16.404Z | lat 12.388130230 |
2453 | 2024-10-04T15:45:16.404Z | stop 15.097913649 |
2454 | 2024-10-04T15:45:16.404Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2455 | 2024-10-04T15:45:16.404Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2456 | 2024-10-04T15:45:16.404Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2457 | 2024-10-04T15:45:16.404Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2458 | 2024-10-04T15:45:16.404Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2459 | 2024-10-04T15:45:17.296Z | Compiling regress v0.10.1 |
2460 | 2024-10-04T15:45:17.415Z | Compiling unsafe-libyaml v0.2.11 |
2461 | 2024-10-04T15:45:17.415Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2462 | 2024-10-04T15:45:17.418Z | Compiling progenitor-client v0.8.0 |
2463 | 2024-10-04T15:45:17.418Z | Compiling ident_case v1.0.1 |
2464 | 2024-10-04T15:45:17.418Z | Compiling toml v0.8.19 |
2465 | 2024-10-04T15:45:17.475Z | Compiling match_cfg v0.1.0 |
2466 | 2024-10-04T15:45:17.479Z | Compiling ipnetwork v0.20.0 |
2467 | 2024-10-04T15:45:17.564Z | Compiling darling_core v0.20.9 |
2468 | 2024-10-04T15:45:17.582Z | Compiling hostname v0.3.1 |
2469 | 2024-10-04T15:45:17.831Z | Compiling paste v1.0.15 |
2470 | 2024-10-04T15:45:17.875Z | Compiling rustls v0.22.4 |
2471 | 2024-10-04T15:45:17.893Z | Compiling multer v3.1.0 |
2472 | 2024-10-04T15:45:18.281Z | Compiling slog-json v2.6.1 |
2473 | 2024-10-04T15:45:18.345Z | Compiling async-stream-impl v0.3.5 |
2474 | 2024-10-04T15:45:18.651Z | Compiling dropshot v0.12.0 |
2475 | 2024-10-04T15:45:18.976Z | Compiling serde_yaml v0.9.34+deprecated |
2476 | 2024-10-04T15:45:19.155Z | Compiling instant v0.1.12 |
2477 | 2024-10-04T15:45:19.312Z | Compiling debug-ignore v1.0.5 |
2478 | 2024-10-04T15:45:19.444Z | Compiling slog-bunyan v2.5.0 |
2479 | 2024-10-04T15:45:19.646Z | Compiling dropshot_endpoint v0.12.0 |
2480 | 2024-10-04T15:45:19.708Z | Compiling waitgroup v0.1.2 |
2481 | 2024-10-04T15:45:19.747Z | Compiling async-stream v0.3.5 |
2482 | 2024-10-04T15:45:19.957Z | Compiling serde_path_to_error v0.1.16 |
2483 | 2024-10-04T15:45:20.071Z | Compiling hostname v0.4.0 |
2484 | 2024-10-04T15:45:20.355Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2485 | 2024-10-04T15:45:20.553Z | Compiling structmeta-derive v0.3.0 |
2486 | 2024-10-04T15:45:20.830Z | Compiling regress v0.9.1 |
2487 | 2024-10-04T15:45:21.114Z | Compiling typify-impl v0.2.0 |
2488 | 2024-10-04T15:45:22.481Z | Compiling newtype-uuid v1.1.0 |
2489 | 2024-10-04T15:45:22.792Z | Compiling tokio-rustls v0.25.0 |
2490 | 2024-10-04T15:45:23.215Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2491 | 2024-10-04T15:45:23.218Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2492 | 2024-10-04T15:45:23.572Z | Compiling backoff v0.4.0 |
2493 | 2024-10-04T15:45:23.630Z | Compiling structmeta v0.3.0 |
2494 | 2024-10-04T15:45:23.943Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2495 | 2024-10-04T15:45:24.016Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2496 | 2024-10-04T15:45:24.082Z | Compiling parse-display-derive v0.10.0 |
2497 | 2024-10-04T15:45:24.193Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2498 | 2024-10-04T15:45:24.361Z | Compiling macaddr v1.0.1 |
2499 | 2024-10-04T15:45:24.576Z | Compiling darling_macro v0.20.9 |
2500 | 2024-10-04T15:45:24.747Z | Compiling tempfile v3.10.1 |
2501 | 2024-10-04T15:45:24.835Z | Compiling proc-macro-crate v1.3.1 |
2502 | 2024-10-04T15:45:25.547Z | Compiling darling v0.20.9 |
2503 | 2024-10-04T15:45:25.584Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2504 | 2024-10-04T15:45:25.675Z | Compiling serde_with_macros v3.9.0 |
2505 | 2024-10-04T15:45:25.944Z | Compiling num_enum_derive v0.5.11 |
2506 | 2024-10-04T15:45:25.987Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2507 | 2024-10-04T15:45:26.077Z | Compiling foreign-types-macros v0.2.3 |
2508 | 2024-10-04T15:45:26.324Z | Compiling foreign-types-shared v0.3.1 |
2509 | 2024-10-04T15:45:26.497Z | Compiling heapless v0.8.0 |
2510 | 2024-10-04T15:45:27.439Z | Compiling foreign-types v0.5.0 |
2511 | 2024-10-04T15:45:27.563Z | Compiling proc-macro-error v1.0.4 |
2512 | 2024-10-04T15:45:27.818Z | Compiling camino-tempfile v1.1.1 |
2513 | 2024-10-04T15:45:28.265Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2514 | 2024-10-04T15:45:28.268Z | Compiling hash32 v0.3.1 |
2515 | 2024-10-04T15:45:28.510Z | Compiling cstr-argument v0.1.2 |
2516 | 2024-10-04T15:45:28.579Z | Compiling num_enum v0.5.11 |
2517 | 2024-10-04T15:45:28.633Z | Compiling serde_with v3.9.0 |
2518 | 2024-10-04T15:45:28.727Z | Compiling smoltcp v0.11.0 |
2519 | 2024-10-04T15:45:28.770Z | Compiling crucible-workspace-hack v0.1.0 |
2520 | 2024-10-04T15:45:28.772Z | Compiling parse-display v0.10.0 |
2521 | 2024-10-04T15:45:29.024Z | Compiling pretty-hex v0.2.1 |
2522 | 2024-10-04T15:45:29.050Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2523 | 2024-10-04T15:45:29.213Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2524 | 2024-10-04T15:45:29.231Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2525 | 2024-10-04T15:45:29.483Z | Compiling tabwriter v1.4.0 |
2526 | 2024-10-04T15:45:29.519Z | Compiling colored v2.1.0 |
2527 | 2024-10-04T15:45:29.575Z | Compiling embedded-io v0.4.0 |
2528 | 2024-10-04T15:45:29.809Z | Compiling cobs v0.2.3 |
2529 | 2024-10-04T15:45:29.983Z | Compiling postcard v1.0.8 |
2530 | 2024-10-04T15:45:30.013Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2531 | 2024-10-04T15:45:30.158Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2532 | 2024-10-04T15:45:30.302Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2533 | 2024-10-04T15:45:30.328Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2534 | 2024-10-04T15:45:30.417Z | Compiling smf v0.2.3 |
2535 | 2024-10-04T15:45:30.657Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2536 | 2024-10-04T15:45:30.997Z | Compiling zone_cfg_derive v0.3.0 |
2537 | 2024-10-04T15:45:31.268Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2538 | 2024-10-04T15:45:31.812Z | Compiling num-derive v0.4.2 |
2539 | 2024-10-04T15:45:31.896Z | Compiling sigpipe v0.1.3 |
2540 | 2024-10-04T15:45:32.031Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2541 | 2024-10-04T15:45:32.353Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2542 | 2024-10-04T15:45:32.520Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2543 | 2024-10-04T15:45:32.582Z | Compiling zone v0.3.0 |
2544 | 2024-10-04T15:45:32.991Z | Compiling universal-hash v0.5.1 |
2545 | 2024-10-04T15:45:33.196Z | Compiling opaque-debug v0.3.1 |
2546 | 2024-10-04T15:45:33.299Z | Compiling num-rational v0.4.2 |
2547 | 2024-10-04T15:45:33.505Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2548 | 2024-10-04T15:45:33.718Z | Compiling num-complex v0.4.6 |
2549 | 2024-10-04T15:45:34.146Z | Compiling password-hash v0.5.0 |
2550 | 2024-10-04T15:45:34.233Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2551 | 2024-10-04T15:45:34.584Z | Compiling blake2 v0.10.6 |
2552 | 2024-10-04T15:45:34.813Z | Compiling num v0.4.3 |
2553 | 2024-10-04T15:45:35.032Z | Compiling aead v0.5.2 |
2554 | 2024-10-04T15:45:35.093Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2555 | 2024-10-04T15:45:35.135Z | Compiling float-ord v0.3.2 |
2556 | 2024-10-04T15:45:35.154Z | Compiling utf-8 v0.7.6 |
2557 | 2024-10-04T15:45:35.156Z | Compiling convert_case v0.4.0 |
2558 | 2024-10-04T15:45:35.299Z | Compiling keccak v0.1.5 |
2559 | 2024-10-04T15:45:35.390Z | Compiling tungstenite v0.21.0 |
2560 | 2024-10-04T15:45:35.489Z | Compiling argon2 v0.5.3 |
2561 | 2024-10-04T15:45:35.546Z | Compiling poly1305 v0.8.0 |
2562 | 2024-10-04T15:45:36.153Z | Compiling sha3 v0.10.8 |
2563 | 2024-10-04T15:45:36.225Z | Compiling derive_more v0.99.18 |
2564 | 2024-10-04T15:45:36.339Z | Compiling newline-converter v0.3.0 |
2565 | 2024-10-04T15:45:36.532Z | Compiling chacha20 v0.9.1 |
2566 | 2024-10-04T15:45:37.010Z | Compiling base64 v0.21.7 |
2567 | 2024-10-04T15:45:37.285Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2568 | 2024-10-04T15:45:37.304Z | Compiling semver v0.1.20 |
2569 | 2024-10-04T15:45:37.386Z | Compiling expectorate v1.1.0 |
2570 | 2024-10-04T15:45:37.572Z | Compiling tokio-tungstenite v0.21.0 |
2571 | 2024-10-04T15:45:37.629Z | Compiling rustc_version v0.1.7 |
2572 | 2024-10-04T15:45:37.811Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2573 | 2024-10-04T15:45:37.982Z | Compiling same-file v1.0.6 |
2574 | 2024-10-04T15:45:38.111Z | Compiling owo-colors v4.1.0 |
2575 | 2024-10-04T15:45:38.170Z | Compiling cancel-safe-futures v0.1.5 |
2576 | 2024-10-04T15:45:38.258Z | Compiling newtype_derive v0.1.6 |
2577 | 2024-10-04T15:45:38.275Z | Compiling walkdir v2.5.0 |
2578 | 2024-10-04T15:45:38.412Z | Compiling primeorder v0.13.6 |
2579 | 2024-10-04T15:45:38.489Z | Compiling secrecy v0.8.0 |
2580 | 2024-10-04T15:45:38.663Z | Compiling prettyplease v0.2.22 |
2581 | 2024-10-04T15:45:38.668Z | Compiling home v0.5.9 |
2582 | 2024-10-04T15:45:38.668Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2583 | 2024-10-04T15:45:38.895Z | Compiling atomicwrites v0.4.4 |
2584 | 2024-10-04T15:45:38.938Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2585 | 2024-10-04T15:45:39.040Z | Compiling thiserror-impl-no-std v2.0.2 |
2586 | 2024-10-04T15:45:39.256Z | Compiling libsw v3.3.1 |
2587 | 2024-10-04T15:45:39.258Z | Compiling blake3 v1.5.1 |
2588 | 2024-10-04T15:45:39.411Z | Compiling ring v0.16.20 |
2589 | 2024-10-04T15:45:39.473Z | Compiling derive-where v1.2.7 |
2590 | 2024-10-04T15:45:39.561Z | Compiling half v2.4.1 |
2591 | 2024-10-04T15:45:39.683Z | Compiling typify-macro v0.2.0 |
2592 | 2024-10-04T15:45:39.951Z | Compiling unicase v2.7.0 |
2593 | 2024-10-04T15:45:40.125Z | Compiling linear-map v1.2.0 |
2594 | 2024-10-04T15:45:40.280Z | Compiling indent_write v2.2.0 |
2595 | 2024-10-04T15:45:40.503Z | Compiling linked-hash-map v0.5.6 |
2596 | 2024-10-04T15:45:40.522Z | Compiling ciborium-io v0.2.2 |
2597 | 2024-10-04T15:45:40.563Z | Compiling quick-error v1.2.3 |
2598 | 2024-10-04T15:45:40.654Z | Compiling arc-swap v1.7.1 |
2599 | 2024-10-04T15:45:40.722Z | Compiling resolv-conf v0.7.0 |
2600 | 2024-10-04T15:45:40.864Z | Compiling lru-cache v0.1.2 |
2601 | 2024-10-04T15:45:41.074Z | Compiling ciborium-ll v0.2.2 |
2602 | 2024-10-04T15:45:41.179Z | Compiling slog-scope v4.4.0 |
2603 | 2024-10-04T15:45:41.755Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2604 | 2024-10-04T15:45:42.174Z | Compiling polyval v0.6.2 |
2605 | 2024-10-04T15:45:42.198Z | Compiling itertools v0.13.0 |
2606 | 2024-10-04T15:45:42.295Z | Compiling thiserror-no-std v2.0.2 |
2607 | 2024-10-04T15:45:42.420Z | Compiling memmap2 v0.9.4 |
2608 | 2024-10-04T15:45:42.609Z | Compiling untrusted v0.7.1 |
2609 | 2024-10-04T15:45:42.800Z | Compiling salty v0.3.0 |
2610 | 2024-10-04T15:45:42.897Z | Compiling arrayref v0.3.7 |
2611 | 2024-10-04T15:45:43.013Z | Compiling constant_time_eq v0.3.0 |
2612 | 2024-10-04T15:45:43.063Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2613 | 2024-10-04T15:45:43.203Z | Compiling highway v1.2.0 |
2614 | 2024-10-04T15:45:43.235Z | Compiling libefi-sys v0.1.0 |
2615 | 2024-10-04T15:45:43.546Z | Compiling spin v0.5.2 |
2616 | 2024-10-04T15:45:43.789Z | Compiling arrayvec v0.7.4 |
2617 | 2024-10-04T15:45:43.967Z | Compiling parking_lot_core v0.8.6 |
2618 | 2024-10-04T15:45:44.083Z | Compiling ghash v0.5.1 |
2619 | 2024-10-04T15:45:44.120Z | Compiling typify v0.2.0 |
2620 | 2024-10-04T15:45:44.267Z | Compiling progenitor-impl v0.8.0 |
2621 | 2024-10-04T15:45:44.284Z | Compiling vsss-rs v3.3.4 |
2622 | 2024-10-04T15:45:44.497Z | Compiling steno v0.4.1 |
2623 | 2024-10-04T15:45:45.191Z | Compiling slog-stdlog v4.1.1 |
2624 | 2024-10-04T15:45:45.432Z | Compiling ciborium v0.2.2 |
2625 | 2024-10-04T15:45:45.455Z | Compiling hickory-resolver v0.24.1 |
2626 | 2024-10-04T15:45:45.913Z | Compiling p384 v0.13.0 |
2627 | 2024-10-04T15:45:47.014Z | Compiling toolchain_find v0.4.0 |
2628 | 2024-10-04T15:45:47.076Z | Compiling chacha20poly1305 v0.10.1 |
2629 | 2024-10-04T15:45:47.316Z | Compiling lzma-sys v0.1.20 |
2630 | 2024-10-04T15:45:47.557Z | Compiling ctr v0.9.2 |
2631 | 2024-10-04T15:45:47.673Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2632 | 2024-10-04T15:45:47.725Z | Compiling bitfield-struct v0.6.1 |
2633 | 2024-10-04T15:45:47.905Z | Compiling slog-dtrace v0.3.0 |
2634 | 2024-10-04T15:45:48.077Z | Compiling humantime v2.1.0 |
2635 | 2024-10-04T15:45:48.094Z | Compiling topological-sort v0.2.2 |
2636 | 2024-10-04T15:45:48.296Z | Compiling omicron-zone-package v0.11.1 |
2637 | 2024-10-04T15:45:48.470Z | Compiling aes-gcm v0.10.3 |
2638 | 2024-10-04T15:45:48.610Z | Compiling rustfmt-wrapper v0.2.1 |
2639 | 2024-10-04T15:45:48.784Z | Compiling slog-envlogger v2.2.0 |
2640 | 2024-10-04T15:45:49.022Z | Compiling mime_guess v2.0.4 |
2641 | 2024-10-04T15:45:49.283Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2642 | 2024-10-04T15:45:49.969Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2643 | 2024-10-04T15:45:50.368Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2644 | 2024-10-04T15:45:50.405Z | Compiling heck v0.3.3 |
2645 | 2024-10-04T15:45:50.572Z | Compiling ssh-encoding v0.2.0 |
2646 | 2024-10-04T15:45:50.702Z | Compiling blowfish v0.9.1 |
2647 | 2024-10-04T15:45:50.877Z | Compiling nibble_vec v0.1.0 |
2648 | 2024-10-04T15:45:51.106Z | Compiling env_filter v0.1.2 |
2649 | 2024-10-04T15:45:51.108Z | Compiling endian-type v0.1.2 |
2650 | 2024-10-04T15:45:51.178Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2651 | 2024-10-04T15:45:51.318Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2652 | 2024-10-04T15:45:51.349Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2653 | 2024-10-04T15:45:51.545Z | Compiling env_logger v0.11.5 |
2654 | 2024-10-04T15:45:51.708Z | Compiling radix_trie v0.2.1 |
2655 | 2024-10-04T15:45:51.752Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2656 | 2024-10-04T15:45:51.888Z | Compiling ssh-cipher v0.2.0 |
2657 | 2024-10-04T15:45:52.237Z | Compiling bcrypt-pbkdf v0.10.0 |
2658 | 2024-10-04T15:45:52.287Z | Compiling zone_cfg_derive v0.1.2 |
2659 | 2024-10-04T15:45:52.345Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2660 | 2024-10-04T15:45:52.494Z | Compiling progenitor-macro v0.8.0 |
2661 | 2024-10-04T15:45:52.714Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2662 | 2024-10-04T15:45:52.747Z | Compiling parking_lot v0.11.2 |
2663 | 2024-10-04T15:45:53.056Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2664 | 2024-10-04T15:45:53.510Z | Compiling gethostname v0.5.0 |
2665 | 2024-10-04T15:45:53.542Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2666 | 2024-10-04T15:45:53.651Z | Compiling password-hash v0.4.2 |
2667 | 2024-10-04T15:45:53.698Z | Compiling fxhash v0.2.1 |
2668 | 2024-10-04T15:45:53.700Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2669 | 2024-10-04T15:45:53.743Z | Compiling base64 v0.13.1 |
2670 | 2024-10-04T15:45:53.858Z | Compiling matches v0.1.10 |
2671 | 2024-10-04T15:45:53.915Z | Compiling sled v0.34.7 |
2672 | 2024-10-04T15:45:53.929Z | Compiling zone v0.1.8 |
2673 | 2024-10-04T15:45:53.968Z | Compiling idna v0.2.3 |
2674 | 2024-10-04T15:45:54.056Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2675 | 2024-10-04T15:45:54.350Z | Compiling ron v0.7.1 |
2676 | 2024-10-04T15:45:54.553Z | Compiling pbkdf2 v0.11.0 |
2677 | 2024-10-04T15:45:54.682Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2678 | 2024-10-04T15:45:54.940Z | Compiling xz2 v0.1.7 |
2679 | 2024-10-04T15:45:55.238Z | Compiling ssh-key v0.6.6 |
2680 | 2024-10-04T15:45:55.454Z | Compiling hickory-client v0.24.1 |
2681 | 2024-10-04T15:45:55.913Z | Compiling p521 v0.13.3 |
2682 | 2024-10-04T15:45:56.460Z | Compiling p256 v0.13.2 |
2683 | 2024-10-04T15:45:56.814Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2684 | 2024-10-04T15:45:56.883Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2685 | 2024-10-04T15:45:57.344Z | Compiling hickory-server v0.24.1 |
2686 | 2024-10-04T15:45:57.874Z | Compiling enum-as-inner v0.5.1 |
2687 | 2024-10-04T15:45:58.357Z | Compiling pem v3.0.4 |
2688 | 2024-10-04T15:45:58.838Z | Compiling yasna v0.5.2 |
2689 | 2024-10-04T15:45:58.987Z | Compiling headers-core v0.3.0 |
2690 | 2024-10-04T15:45:59.165Z | Compiling kstat-rs v0.2.4 |
2691 | 2024-10-04T15:45:59.167Z | Compiling nanorand v0.7.0 |
2692 | 2024-10-04T15:45:59.773Z | Compiling atty v0.2.14 |
2693 | 2024-10-04T15:45:59.824Z | Compiling russh-cryptovec v0.7.2 |
2694 | 2024-10-04T15:45:59.849Z | Compiling http-range v0.1.5 |
2695 | 2024-10-04T15:45:59.916Z | Compiling glob v0.3.1 |
2696 | 2024-10-04T15:46:00.021Z | Compiling md5 v0.7.0 |
2697 | 2024-10-04T15:46:00.133Z | Compiling hyper-staticfile v0.10.1 |
2698 | 2024-10-04T15:46:00.228Z | Compiling rcgen v0.12.1 |
2699 | 2024-10-04T15:46:00.522Z | Compiling russh-keys v0.45.0 |
2700 | 2024-10-04T15:46:00.550Z | Compiling flume v0.11.0 |
2701 | 2024-10-04T15:46:00.927Z | Compiling headers v0.4.0 |
2702 | 2024-10-04T15:46:01.295Z | Compiling trust-dns-proto v0.22.0 |
2703 | 2024-10-04T15:46:01.317Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2704 | 2024-10-04T15:46:02.709Z | Compiling num-bigint v0.4.5 |
2705 | 2024-10-04T15:46:02.931Z | Compiling des v0.8.1 |
2706 | 2024-10-04T15:46:03.292Z | Compiling subprocess v0.2.9 |
2707 | 2024-10-04T15:46:04.436Z | Compiling dhcproto-macros v0.1.0 |
2708 | 2024-10-04T15:46:04.859Z | Compiling hex-literal v0.4.1 |
2709 | 2024-10-04T15:46:05.027Z | Compiling display-error-chain v0.2.1 |
2710 | 2024-10-04T15:46:05.205Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2711 | 2024-10-04T15:46:05.355Z | Compiling internet-checksum v0.2.1 |
2712 | 2024-10-04T15:46:05.610Z | Compiling dhcproto v0.12.0 |
2713 | 2024-10-04T15:46:05.924Z | Compiling russh v0.45.0 |
2714 | 2024-10-04T15:46:08.978Z | Compiling progenitor v0.8.0 |
2715 | 2024-10-04T15:46:09.095Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2716 | 2024-10-04T15:46:09.098Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2717 | 2024-10-04T15:46:09.098Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2718 | 2024-10-04T15:46:09.098Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2719 | 2024-10-04T15:46:09.098Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2720 | 2024-10-04T15:46:09.098Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2721 | 2024-10-04T15:46:09.175Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2722 | 2024-10-04T15:46:10.531Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2723 | 2024-10-04T15:46:11.135Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2724 | 2024-10-04T15:46:13.903Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2725 | 2024-10-04T15:46:15.651Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2726 | 2024-10-04T15:46:15.859Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
2727 | 2024-10-04T15:46:16.220Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2728 | 2024-10-04T15:46:24.808Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2729 | 2024-10-04T15:46:24.811Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2730 | 2024-10-04T15:46:24.811Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2731 | 2024-10-04T15:46:24.811Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2732 | 2024-10-04T15:46:27.919Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2733 | 2024-10-04T15:46:28.133Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2734 | 2024-10-04T15:46:28.912Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2735 | 2024-10-04T15:46:28.940Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2736 | 2024-10-04T15:46:28.991Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2737 | 2024-10-04T15:46:31.308Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2738 | 2024-10-04T15:46:32.878Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2739 | 2024-10-04T15:46:33.235Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2740 | 2024-10-04T15:46:33.638Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2741 | 2024-10-04T15:46:35.341Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2742 | 2024-10-04T15:46:36.691Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2743 | 2024-10-04T15:46:38.765Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2744 | 2024-10-04T15:46:38.876Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2745 | 2024-10-04T15:46:40.187Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2746 | 2024-10-04T15:46:40.604Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2747 | 2024-10-04T15:46:41.680Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2748 | 2024-10-04T15:46:42.487Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2749 | 2024-10-04T15:46:44.474Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2750 | 2024-10-04T15:46:49.330Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2751 | 2024-10-04T15:46:58.112Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2752 | 2024-10-04T15:46:58.229Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2753 | 2024-10-04T15:46:59.832Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2754 | 2024-10-04T15:47:16.973Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2755 | 2024-10-04T15:47:49.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
2756 | 2024-10-04T15:47:49.968Z | |
2757 | 2024-10-04T15:47:49.968Z | real 2:33.534701020 |
2758 | 2024-10-04T15:47:49.968Z | user 12:07.375897385 |
2759 | 2024-10-04T15:47:49.968Z | sys 2:36.026190506 |
2760 | 2024-10-04T15:47:49.968Z | trap 0.310935056 |
2761 | 2024-10-04T15:47:49.968Z | tflt 1.329632206 |
2762 | 2024-10-04T15:47:49.971Z | dflt 1.933985976 |
2763 | 2024-10-04T15:47:49.971Z | kflt 0.000013360 |
2764 | 2024-10-04T15:47:49.971Z | lock 24:43.532848252 |
2765 | 2024-10-04T15:47:49.971Z | slp 43:37.340702747 |
2766 | 2024-10-04T15:47:49.971Z | lat 35.785606429 |
2767 | 2024-10-04T15:47:49.971Z | stop 1:25.375201427 |
2768 | 2024-10-04T15:47:49.971Z | + mkdir tests |
2769 | 2024-10-04T15:47:49.973Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2770 | 2024-10-04T15:47:49.974Z | + xargs -I '{}' -t cp '{}' tests/ |
2771 | 2024-10-04T15:47:50.013Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a33e1c62b9efac3e tests/ |
2772 | 2024-10-04T15:47:50.040Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ed9ec115c9a0b0d5 tests/ |
2773 | 2024-10-04T15:47:50.066Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-3e99aed6362922f5 tests/ |
2774 | 2024-10-04T15:47:50.091Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-46e57f5259837a5f tests/ |
2775 | 2024-10-04T15:47:50.303Z | + 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/*) |
2776 | 2024-10-04T15:47:50.305Z | + 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-ed9ec115c9a0b0d5 tests/commtest-3e99aed6362922f5 tests/dhcp_server-a33e1c62b9efac3e tests/end_to_end_tests-46e57f5259837a5f 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 |
2777 | 2024-10-04T15:48:54.315Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2778 | 2024-10-04T15:48:54.315Z | a out/target/test 1K |
2779 | 2024-10-04T15:48:54.315Z | a out/npuzone/npuzone 23144K |
2780 | 2024-10-04T15:48:54.315Z | a package-manifest.toml 32K |
2781 | 2024-10-04T15:48:54.315Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2782 | 2024-10-04T15:48:54.315Z | a target/release/omicron-package 32718K |
2783 | 2024-10-04T15:48:54.315Z | a target/release/xtask 12056K |
2784 | 2024-10-04T15:48:54.315Z | a target/debug/bootstrap 197373K |
2785 | 2024-10-04T15:48:54.315Z | a tests/bootstrap-ed9ec115c9a0b0d5 23780K |
2786 | 2024-10-04T15:48:54.316Z | a tests/commtest-3e99aed6362922f5 24007K |
2787 | 2024-10-04T15:48:54.316Z | a tests/dhcp_server-a33e1c62b9efac3e 23780K |
2788 | 2024-10-04T15:48:54.316Z | a tests/end_to_end_tests-46e57f5259837a5f 214856K |
2789 | 2024-10-04T15:48:54.316Z | a out/clickhouse.tar.gz 233706K |
2790 | 2024-10-04T15:48:54.316Z | a out/clickhouse_keeper.tar.gz 233679K |
2791 | 2024-10-04T15:48:54.316Z | a out/clickhouse_server.tar.gz 233679K |
2792 | 2024-10-04T15:48:54.316Z | a out/cockroachdb.tar.gz 132113K |
2793 | 2024-10-04T15:48:54.316Z | a out/crucible-dtrace.tar 82K |
2794 | 2024-10-04T15:48:54.316Z | a out/crucible-pantry-zone.tar.gz 26927K |
2795 | 2024-10-04T15:48:54.316Z | a out/crucible-zone.tar.gz 35111K |
2796 | 2024-10-04T15:48:54.316Z | a out/external-dns.tar.gz 25173K |
2797 | 2024-10-04T15:48:54.316Z | a out/internal-dns.tar.gz 25173K |
2798 | 2024-10-04T15:48:54.316Z | a out/mg-ddm-gz.tar 62160K |
2799 | 2024-10-04T15:48:54.316Z | a out/nexus.tar.gz 94926K |
2800 | 2024-10-04T15:48:54.316Z | a out/ntp.tar.gz 9066K |
2801 | 2024-10-04T15:48:54.316Z | a out/omicron-gateway-softnpu.tar.gz 21008K |
2802 | 2024-10-04T15:48:54.316Z | a out/omicron-sled-agent.tar 102031K |
2803 | 2024-10-04T15:48:54.316Z | a out/overlay.tar.gz 3K |
2804 | 2024-10-04T15:48:54.316Z | a out/oximeter.tar.gz 43633K |
2805 | 2024-10-04T15:48:54.316Z | a out/oxlog.tar 3037K |
2806 | 2024-10-04T15:48:54.316Z | a out/probe.tar.gz 2764K |
2807 | 2024-10-04T15:48:54.316Z | a out/propolis-server.tar.gz 66490K |
2808 | 2024-10-04T15:48:54.316Z | a out/pumpkind-gz.tar 26665K |
2809 | 2024-10-04T15:48:54.316Z | a out/switch-softnpu.tar.gz 220850K |
2810 | 2024-10-04T15:48:54.319Z | |
2811 | 2024-10-04T15:48:54.319Z | real 1:04.012684746 |
2812 | 2024-10-04T15:48:54.319Z | user 1:01.137276390 |
2813 | 2024-10-04T15:48:54.319Z | sys 4.063042604 |
2814 | 2024-10-04T15:48:54.319Z | trap 0.016488540 |
2815 | 2024-10-04T15:48:54.319Z | tflt 0.000000000 |
2816 | 2024-10-04T15:48:54.319Z | dflt 0.000000000 |
2817 | 2024-10-04T15:48:54.319Z | kflt 0.000000000 |
2818 | 2024-10-04T15:48:54.319Z | lock 0.000000000 |
2819 | 2024-10-04T15:48:54.319Z | slp 1:00.960418314 |
2820 | 2024-10-04T15:48:54.319Z | lat 1.842510566 |
2821 | 2024-10-04T15:48:54.319Z | stop 0.000526966 |
2822 | 2024-10-04T15:48:54.322Z | process exited: duration 1784517 ms, exit code 0 |
|
2823 | 2024-10-04T15:48:54.336Z | found 1 output files |
2824 | 2024-10-04T15:48:54.336Z | uploading: /work/package.tar.gz (1643820885 bytes) |
2825 | 2024-10-04T15:49:21.268Z | uploaded: /work/package.tar.gz |