|
|
|
1 | 2024-09-30T17:43:19.477Z | job assigned to worker 01J920DE1J1M8F62M0CXYKEXMN (queued for 57 s) |
|
2 | 2024-09-30T17:43:27.272Z | starting task 0: "setup" |
3 | 2024-09-30T17:43:27.281Z | ++ uname -s |
4 | 2024-09-30T17:43:27.283Z | + kern=SunOS |
5 | 2024-09-30T17:43:27.283Z | + case "$kern" in |
6 | 2024-09-30T17:43:27.284Z | + groupadd -g 12345 build |
7 | 2024-09-30T17:43:27.286Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-30T17:43:29.295Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-30T17:43:29.393Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-30T17:43:29.396Z | + home_fs=zfs |
11 | 2024-09-30T17:43:29.396Z | + [[ zfs == autofs ]] |
12 | 2024-09-30T17:43:29.396Z | + mkdir -p /home/build |
13 | 2024-09-30T17:43:29.399Z | + chown build:build /home/build /work |
14 | 2024-09-30T17:43:31.399Z | + chmod 0700 /home/build /work |
15 | 2024-09-30T17:43:31.401Z | process exited: duration 4133 ms, exit code 0 |
|
16 | 2024-09-30T17:43:31.406Z | starting task 1: "rust-toolchain" |
17 | 2024-09-30T17:43:31.412Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-30T17:43:31.412Z | ' 1.80.1 |
19 | 2024-09-30T17:43:31.412Z | * toolchain channel = "1.80.1" |
20 | 2024-09-30T17:43:31.412Z | + printf ' * toolchain profile = "%s" |
21 | 2024-09-30T17:43:31.412Z | ' default |
22 | 2024-09-30T17:43:31.412Z | * toolchain profile = "default" |
23 | 2024-09-30T17:43:31.414Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-30T17:43:31.414Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-30T17:43:31.529Z | info: downloading installer |
26 | 2024-09-30T17:43:32.650Z | info: profile set to 'default' |
27 | 2024-09-30T17:43:32.650Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-30T17:43:32.654Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-30T17:43:32.774Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-30T17:43:32.774Z | info: downloading component 'cargo' |
31 | 2024-09-30T17:43:33.408Z | info: downloading component 'clippy' |
32 | 2024-09-30T17:43:33.631Z | info: downloading component 'rust-docs' |
33 | 2024-09-30T17:43:34.519Z | info: downloading component 'rust-std' |
34 | 2024-09-30T17:43:35.755Z | info: downloading component 'rustc' |
35 | 2024-09-30T17:43:39.273Z | info: downloading component 'rustfmt' |
36 | 2024-09-30T17:43:39.461Z | info: installing component 'cargo' |
37 | 2024-09-30T17:43:40.277Z | info: installing component 'clippy' |
38 | 2024-09-30T17:43:40.642Z | info: installing component 'rust-docs' |
39 | 2024-09-30T17:43:42.235Z | info: installing component 'rust-std' |
40 | 2024-09-30T17:43:43.890Z | info: installing component 'rustc' |
41 | 2024-09-30T17:43:48.033Z | info: installing component 'rustfmt' |
42 | 2024-09-30T17:43:48.361Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-30T17:43:48.361Z | |
44 | 2024-09-30T17:43:48.620Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-30T17:43:48.620Z | |
46 | 2024-09-30T17:43:48.623Z | |
47 | 2024-09-30T17:43:48.623Z | Rust is installed now. Great! |
48 | 2024-09-30T17:43:48.623Z | |
49 | 2024-09-30T17:43:48.623Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-30T17:43:48.623Z | environment variable. This has not been done automatically. |
51 | 2024-09-30T17:43:48.623Z | |
52 | 2024-09-30T17:43:48.623Z | To configure your current shell, you need to source |
53 | 2024-09-30T17:43:48.623Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-30T17:43:48.623Z | |
55 | 2024-09-30T17:43:48.624Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-30T17:43:48.624Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-30T17:43:48.624Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-30T17:43:48.674Z | + rustc --version |
59 | 2024-09-30T17:43:48.736Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-30T17:43:48.739Z | process exited: duration 17341 ms, exit code 0 |
|
61 | 2024-09-30T17:43:48.744Z | starting task 2: "authentication" |
62 | 2024-09-30T17:43:48.765Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-09-30T17:43:48.770Z | starting task 3: "clone repository" |
64 | 2024-09-30T17:43:48.776Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-30T17:43:48.778Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-30T17:43:48.818Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-30T17:43:56.603Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-30T17:43:56.603Z | + git fetch origin 899f781136e62361f6c3067ff105884936124b50 |
69 | 2024-09-30T17:43:56.898Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-30T17:43:56.898Z | * branch 899f781136e62361f6c3067ff105884936124b50 -> FETCH_HEAD |
71 | 2024-09-30T17:43:56.907Z | + [[ -n ixi/boot-order ]] |
72 | 2024-09-30T17:43:56.909Z | ++ git branch --show-current |
73 | 2024-09-30T17:43:56.912Z | + current=main |
74 | 2024-09-30T17:43:56.912Z | + [[ main != ixi/boot-order ]] |
75 | 2024-09-30T17:43:56.912Z | + git branch -f ixi/boot-order 899f781136e62361f6c3067ff105884936124b50 |
76 | 2024-09-30T17:43:56.915Z | + git checkout -f ixi/boot-order |
77 | 2024-09-30T17:43:57.066Z | Switched to branch 'ixi/boot-order' |
78 | 2024-09-30T17:43:57.069Z | + git reset --hard 899f781136e62361f6c3067ff105884936124b50 |
79 | 2024-09-30T17:43:57.082Z | HEAD is now at 899f78113 Merge branch 'main' into ixi/boot-order |
80 | 2024-09-30T17:43:57.085Z | process exited: duration 8317 ms, exit code 0 |
|
81 | 2024-09-30T17:43:57.090Z | starting task 4: "build" |
82 | 2024-09-30T17:43:57.096Z | + cargo --version |
83 | 2024-09-30T17:43:57.149Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-30T17:43:57.152Z | + rustc --version |
85 | 2024-09-30T17:43:57.208Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-30T17:43:57.210Z | + WORK=/work |
87 | 2024-09-30T17:43:57.213Z | + pfexec mkdir -p /work |
88 | 2024-09-30T17:43:57.215Z | + pfexec chown build /work |
89 | 2024-09-30T17:43:57.218Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-09-30T17:44:03.425Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-09-30T17:44:06.161Z | Startup: Caching catalogs ... Done |
92 | 2024-09-30T17:44:10.086Z | Planning: Solver setup ... Done (3.282s) |
93 | 2024-09-30T17:44:10.137Z | Planning: Running solver ... Done (0.052s) |
94 | 2024-09-30T17:44:10.198Z | Planning: Finding local manifests ... Done (0.005s) |
95 | 2024-09-30T17:44:10.632Z | Planning: Fetching manifests: 0/5 0% complete |
96 | 2024-09-30T17:44:10.871Z | Planning: Fetching manifests: 5/5 100% complete |
97 | 2024-09-30T17:44:10.968Z | Planning: Package planning ... Done (0.097s) |
98 | 2024-09-30T17:44:11.024Z | Planning: Merging actions ... Done (0.056s) |
99 | 2024-09-30T17:44:11.223Z | Planning: Checking for conflicting actions ... Done (0.199s) |
100 | 2024-09-30T17:44:13.260Z | Planning: Consolidating action changes ... Done (2.037s) |
101 | 2024-09-30T17:44:13.690Z | Planning: Evaluating mediators ... Done (0.428s) |
102 | 2024-09-30T17:44:13.769Z | Planning: Planning completed in 7.53 seconds |
103 | 2024-09-30T17:44:13.785Z | Packages to install: 4 |
104 | 2024-09-30T17:44:13.785Z | Packages to update: 1 |
105 | 2024-09-30T17:44:13.788Z | Mediators to change: 2 |
106 | 2024-09-30T17:44:13.788Z | Services to change: 1 |
107 | 2024-09-30T17:44:13.788Z | Estimated space available: 155.71 GB |
108 | 2024-09-30T17:44:13.788Z | Estimated space to be consumed: 1.55 GB |
109 | 2024-09-30T17:44:13.788Z | Create boot environment: No |
110 | 2024-09-30T17:44:13.788Z | Create backup boot environment: Yes |
111 | 2024-09-30T17:44:13.788Z | Rebuild boot archive: No |
112 | 2024-09-30T17:44:13.788Z | |
113 | 2024-09-30T17:44:13.788Z | Changed mediators: |
114 | 2024-09-30T17:44:13.788Z | mediator clang: |
115 | 2024-09-30T17:44:13.788Z | version: None -> 15 (system default) |
116 | 2024-09-30T17:44:13.788Z | |
117 | 2024-09-30T17:44:13.788Z | mediator llvm: |
118 | 2024-09-30T17:44:13.788Z | version: 14 (system default) -> 15 (system default) |
119 | 2024-09-30T17:44:13.788Z | |
120 | 2024-09-30T17:44:13.788Z | Changed packages: |
121 | 2024-09-30T17:44:13.788Z | helios-dev |
122 | 2024-09-30T17:44:13.788Z | developer/build-essential |
123 | 2024-09-30T17:44:13.788Z | None -> 11-2.0 |
124 | 2024-09-30T17:44:13.788Z | library/libxmlsec1 |
125 | 2024-09-30T17:44:13.788Z | None -> 1.2.35-2.0 |
126 | 2024-09-30T17:44:13.788Z | ooce/developer/clang-15 |
127 | 2024-09-30T17:44:13.788Z | None -> 15.0.7-2.0 |
128 | 2024-09-30T17:44:13.788Z | ooce/developer/llvm-15 |
129 | 2024-09-30T17:44:13.788Z | None -> 15.0.7-2.0 |
130 | 2024-09-30T17:44:13.788Z | package/pkg |
131 | 2024-09-30T17:44:13.788Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
132 | 2024-09-30T17:44:13.788Z | |
133 | 2024-09-30T17:44:13.788Z | Services: |
134 | 2024-09-30T17:44:13.789Z | restart_fmri: |
135 | 2024-09-30T17:44:13.789Z | svc:/system/update-man-index:default |
136 | 2024-09-30T17:44:13.789Z | |
137 | 2024-09-30T17:44:13.789Z | Editable files to change: |
138 | 2024-09-30T17:44:13.789Z | Update: |
139 | 2024-09-30T17:44:13.789Z | usr/share/lib/pkg/web/config.shtml |
140 | 2024-09-30T17:44:13.866Z | |
141 | 2024-09-30T17:44:13.866Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
142 | 2024-09-30T17:44:18.865Z | Download: 682/4281 items 18.1/220.6MB 8% complete (3.7M/s) |
143 | 2024-09-30T17:44:23.871Z | Download: 1219/4281 items 88.3/220.6MB 40% complete (8.9M/s) |
144 | 2024-09-30T17:44:28.869Z | Download: 2196/4281 items 119.1/220.6MB 54% complete (10.1M/s) |
145 | 2024-09-30T17:44:33.866Z | Download: 3113/4281 items 149.7/220.6MB 67% complete (6.1M/s) |
146 | 2024-09-30T17:44:39.285Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (8.6M/s) |
147 | 2024-09-30T17:44:45.615Z | Download: 3289/4281 items 212.6/220.6MB 96% complete (9.0M/s) |
148 | 2024-09-30T17:44:50.667Z | Download: 4200/4281 items 220.5/220.6MB 99% complete (1.1M/s) |
149 | 2024-09-30T17:44:53.590Z | Download: Completed 220.60 MB in 39.75 seconds (5.5M/s) |
150 | 2024-09-30T17:44:55.638Z | Actions: 1/5063 actions (Removing old actions) |
151 | 2024-09-30T17:44:55.659Z | Actions: 194/5063 actions (Installing new actions) |
152 | 2024-09-30T17:45:00.345Z | Actions: 4226/5063 actions (Updating modified actions) |
153 | 2024-09-30T17:45:00.663Z | Actions: Completed 5063 actions in 5.03 seconds. |
154 | 2024-09-30T17:45:00.976Z | Done (0.305s) |
155 | 2024-09-30T17:45:00.979Z | Done (0.000s) |
156 | 2024-09-30T17:45:01.419Z | Done (0.440s) |
157 | 2024-09-30T17:45:05.786Z | Done (4.180s) |
158 | 2024-09-30T17:45:05.874Z | Done (0.017s) |
159 | 2024-09-30T17:45:05.878Z | Done (0.000s) |
160 | 2024-09-30T17:45:06.046Z | Done (0.000s) |
161 | 2024-09-30T17:45:06.656Z | Planning: Evaluating mediator changes ... Done |
162 | 2024-09-30T17:45:06.814Z | Planning: Checking for conflicting actions ... Done |
163 | 2024-09-30T17:45:06.816Z | Planning: Consolidating action changes ... Done |
164 | 2024-09-30T17:45:07.083Z | Planning: Evaluating mediators ... Done |
165 | 2024-09-30T17:45:07.086Z | Planning: Planning completed in 0.43 seconds |
166 | 2024-09-30T17:45:07.122Z | Mediators to change: 2 |
167 | 2024-09-30T17:45:07.122Z | Create boot environment: No |
168 | 2024-09-30T17:45:07.125Z | Create backup boot environment: No |
169 | 2024-09-30T17:45:07.222Z | Done |
170 | 2024-09-30T17:45:07.222Z | Done |
171 | 2024-09-30T17:45:07.480Z | Done |
172 | 2024-09-30T17:45:11.019Z | Done |
173 | 2024-09-30T17:45:11.111Z | Done |
174 | 2024-09-30T17:45:11.113Z | Done |
175 | 2024-09-30T17:45:11.220Z | Done |
176 | 2024-09-30T17:45:11.829Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-09-30T17:45:11.832Z | Planning: Merging actions ... Done |
178 | 2024-09-30T17:45:12.016Z | Planning: Checking for conflicting actions ... Done |
179 | 2024-09-30T17:45:12.019Z | Planning: Consolidating action changes ... Done |
180 | 2024-09-30T17:45:12.283Z | Planning: Evaluating mediators ... Done |
181 | 2024-09-30T17:45:12.337Z | Planning: Planning completed in 0.75 seconds |
182 | 2024-09-30T17:45:12.378Z | Packages to change: 1 |
183 | 2024-09-30T17:45:12.378Z | Mediators to change: 1 |
184 | 2024-09-30T17:45:12.382Z | Services to change: 1 |
185 | 2024-09-30T17:45:12.383Z | Create boot environment: No |
186 | 2024-09-30T17:45:12.383Z | Create backup boot environment: Yes |
187 | 2024-09-30T17:45:14.635Z | Actions: 1/6 actions (Updating modified actions) |
188 | 2024-09-30T17:45:14.638Z | Actions: Completed 6 actions in 0.00 seconds. |
189 | 2024-09-30T17:45:14.638Z | Done |
190 | 2024-09-30T17:45:14.638Z | Done |
191 | 2024-09-30T17:45:14.726Z | Done |
192 | 2024-09-30T17:45:18.281Z | Done |
193 | 2024-09-30T17:45:18.371Z | Done |
194 | 2024-09-30T17:45:18.373Z | Done |
195 | 2024-09-30T17:45:18.491Z | Done |
196 | 2024-09-30T17:45:18.916Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
197 | 2024-09-30T17:45:18.916Z | clang system 15 system |
198 | 2024-09-30T17:45:18.916Z | csh system system illumos |
199 | 2024-09-30T17:45:18.916Z | ctags system system illumos |
200 | 2024-09-30T17:45:18.916Z | gcc vendor 12 vendor |
201 | 2024-09-30T17:45:18.916Z | gcc system 10 system |
202 | 2024-09-30T17:45:18.916Z | gcc system 7 system |
203 | 2024-09-30T17:45:18.916Z | go system 1.20 system |
204 | 2024-09-30T17:45:18.916Z | go system 1.19 system |
205 | 2024-09-30T17:45:18.916Z | llvm system 15 system |
206 | 2024-09-30T17:45:18.916Z | llvm system 14 system |
207 | 2024-09-30T17:45:18.916Z | mariadb system 10.6 system |
208 | 2024-09-30T17:45:18.916Z | mta vendor vendor dma |
209 | 2024-09-30T17:45:18.916Z | openjdk system 17 system |
210 | 2024-09-30T17:45:18.916Z | openjdk system 11 system |
211 | 2024-09-30T17:45:18.916Z | openjdk system 1.8 system |
212 | 2024-09-30T17:45:18.916Z | openssl vendor 3 vendor |
213 | 2024-09-30T17:45:18.916Z | perl system 5.36 system |
214 | 2024-09-30T17:45:18.916Z | postgresql system 15 system |
215 | 2024-09-30T17:45:18.917Z | postgresql system 13 system |
216 | 2024-09-30T17:45:18.917Z | python vendor 3 vendor |
217 | 2024-09-30T17:45:18.917Z | python system 2 system |
218 | 2024-09-30T17:45:18.917Z | python3 system 3.11 system |
219 | 2024-09-30T17:45:18.917Z | ruby system 3.0 system |
220 | 2024-09-30T17:45:18.917Z | words vendor vendor american-english |
221 | 2024-09-30T17:45:18.917Z | words system system australian-english |
222 | 2024-09-30T17:45:18.917Z | words system system british-english |
223 | 2024-09-30T17:45:18.917Z | words system system canadian-english |
224 | 2024-09-30T17:45:18.917Z | words system system french |
225 | 2024-09-30T17:45:18.917Z | words system system italian |
226 | 2024-09-30T17:45:18.917Z | words system system ngerman |
227 | 2024-09-30T17:45:18.917Z | words system system ogerman |
228 | 2024-09-30T17:45:18.917Z | words system system spanish |
229 | 2024-09-30T17:45:19.248Z | PUBLISHER TYPE STATUS P LOCATION |
230 | 2024-09-30T17:45:19.248Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
231 | 2024-09-30T17:45:21.234Z | FMRI IFO |
232 | 2024-09-30T17:45:21.234Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2024-09-30T17:45:21.234Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2024-09-30T17:45:21.234Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2024-09-30T17:45:21.234Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
236 | 2024-09-30T17:45:21.234Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
237 | 2024-09-30T17:45:21.234Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2024-09-30T17:45:21.234Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
239 | 2024-09-30T17:45:21.234Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
240 | 2024-09-30T17:45:21.234Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
241 | 2024-09-30T17:45:21.234Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
242 | 2024-09-30T17:45:21.234Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
243 | 2024-09-30T17:45:21.234Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
244 | 2024-09-30T17:45:21.234Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
245 | 2024-09-30T17:45:21.875Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
246 | 2024-09-30T17:45:22.172Z | Updating crates.io index |
247 | 2024-09-30T17:45:22.227Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
248 | 2024-09-30T17:45:22.982Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
249 | 2024-09-30T17:45:23.251Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
250 | 2024-09-30T17:45:23.492Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
251 | 2024-09-30T17:45:23.735Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
252 | 2024-09-30T17:45:24.485Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
253 | 2024-09-30T17:45:26.749Z | Updating git repository `https://github.com/oxidecomputer/opte` |
254 | 2024-09-30T17:45:27.773Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
255 | 2024-09-30T17:45:28.452Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
256 | 2024-09-30T17:45:28.700Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
257 | 2024-09-30T17:45:29.019Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
258 | 2024-09-30T17:45:29.665Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
259 | 2024-09-30T17:45:29.965Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
260 | 2024-09-30T17:45:30.209Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
261 | 2024-09-30T17:45:30.544Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
262 | 2024-09-30T17:45:30.831Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
263 | 2024-09-30T17:45:31.082Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
264 | 2024-09-30T17:45:31.319Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
265 | 2024-09-30T17:45:31.596Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
266 | 2024-09-30T17:45:31.939Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
267 | 2024-09-30T17:45:32.210Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
268 | 2024-09-30T17:45:32.619Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
269 | 2024-09-30T17:45:32.879Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
270 | 2024-09-30T17:45:33.212Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
271 | 2024-09-30T17:45:33.590Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
272 | 2024-09-30T17:45:34.018Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
273 | 2024-09-30T17:45:34.405Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
274 | 2024-09-30T17:45:34.822Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
275 | 2024-09-30T17:45:35.073Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
276 | 2024-09-30T17:45:35.336Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
277 | 2024-09-30T17:45:36.496Z | Downloading crates ... |
278 | 2024-09-30T17:45:36.565Z | Downloaded byteorder v1.5.0 |
279 | 2024-09-30T17:45:36.569Z | Downloaded anstyle-parse v0.2.4 |
280 | 2024-09-30T17:45:36.572Z | Downloaded block-buffer v0.10.4 |
281 | 2024-09-30T17:45:36.588Z | Downloaded colorchoice v1.0.1 |
282 | 2024-09-30T17:45:36.596Z | Downloaded heck v0.4.1 |
283 | 2024-09-30T17:45:36.598Z | Downloaded bitflags v2.6.0 |
284 | 2024-09-30T17:45:36.601Z | Downloaded bytecount v0.6.8 |
285 | 2024-09-30T17:45:36.604Z | Downloaded anyhow v1.0.89 |
286 | 2024-09-30T17:45:36.607Z | Downloaded autocfg v1.3.0 |
287 | 2024-09-30T17:45:36.609Z | Downloaded itoa v1.0.11 |
288 | 2024-09-30T17:45:36.612Z | Downloaded anstyle-query v1.0.3 |
289 | 2024-09-30T17:45:36.612Z | Downloaded anstyle v1.0.8 |
290 | 2024-09-30T17:45:36.614Z | Downloaded toml_datetime v0.6.8 |
291 | 2024-09-30T17:45:36.617Z | Downloaded unicode-linebreak v0.1.5 |
292 | 2024-09-30T17:45:36.617Z | Downloaded plain v0.2.3 |
293 | 2024-09-30T17:45:36.619Z | Downloaded dtrace-parser v0.2.0 |
294 | 2024-09-30T17:45:36.619Z | Downloaded terminal_size v0.3.0 |
295 | 2024-09-30T17:45:36.622Z | Downloaded serde_spanned v0.6.7 |
296 | 2024-09-30T17:45:36.622Z | Downloaded crypto-common v0.1.6 |
297 | 2024-09-30T17:45:36.624Z | Downloaded usdt v0.5.0 |
298 | 2024-09-30T17:45:36.624Z | Downloaded cargo-platform v0.1.8 |
299 | 2024-09-30T17:45:36.627Z | Downloaded anstream v0.6.14 |
300 | 2024-09-30T17:45:36.631Z | Downloaded utf8parse v0.2.1 |
301 | 2024-09-30T17:45:36.634Z | Downloaded pest_generator v2.7.10 |
302 | 2024-09-30T17:45:36.634Z | Downloaded errno v0.3.9 |
303 | 2024-09-30T17:45:36.637Z | Downloaded equivalent v1.0.1 |
304 | 2024-09-30T17:45:36.639Z | Downloaded is_terminal_polyfill v1.70.0 |
305 | 2024-09-30T17:45:36.645Z | Downloaded usdt-impl v0.5.0 |
306 | 2024-09-30T17:45:36.648Z | Downloaded strsim v0.11.1 |
307 | 2024-09-30T17:45:36.650Z | Downloaded semver v1.0.23 |
308 | 2024-09-30T17:45:36.652Z | Downloaded fnv v1.0.7 |
309 | 2024-09-30T17:45:36.652Z | Downloaded scroll v0.12.0 |
310 | 2024-09-30T17:45:36.653Z | Downloaded sha2 v0.10.8 |
311 | 2024-09-30T17:45:36.655Z | Downloaded proc-macro-error v1.0.4 |
312 | 2024-09-30T17:45:36.658Z | Downloaded tempfile v3.10.1 |
313 | 2024-09-30T17:45:36.660Z | Downloaded pretty-hex v0.4.1 |
314 | 2024-09-30T17:45:36.663Z | Downloaded cargo_toml v0.20.5 |
315 | 2024-09-30T17:45:36.666Z | Downloaded scroll_derive v0.12.0 |
316 | 2024-09-30T17:45:36.668Z | Downloaded swrite v0.1.0 |
317 | 2024-09-30T17:45:36.671Z | Downloaded usdt-macro v0.5.0 |
318 | 2024-09-30T17:45:36.673Z | Downloaded camino v1.1.9 |
319 | 2024-09-30T17:45:36.676Z | Downloaded usdt-attr-macro v0.5.0 |
320 | 2024-09-30T17:45:36.676Z | Downloaded thiserror-impl v1.0.64 |
321 | 2024-09-30T17:45:36.676Z | Downloaded once_cell v1.19.0 |
322 | 2024-09-30T17:45:36.680Z | Downloaded proc-macro2 v1.0.86 |
323 | 2024-09-30T17:45:36.683Z | Downloaded cargo_metadata v0.18.1 |
324 | 2024-09-30T17:45:36.686Z | Downloaded dof v0.3.0 |
325 | 2024-09-30T17:45:36.686Z | Downloaded proc-macro-error-attr v1.0.4 |
326 | 2024-09-30T17:45:36.689Z | Downloaded macaddr v1.0.1 |
327 | 2024-09-30T17:45:36.689Z | Downloaded fastrand v2.1.0 |
328 | 2024-09-30T17:45:36.691Z | Downloaded clap_lex v0.7.0 |
329 | 2024-09-30T17:45:36.691Z | Downloaded unicode-ident v1.0.13 |
330 | 2024-09-30T17:45:36.694Z | Downloaded typenum v1.17.0 |
331 | 2024-09-30T17:45:36.696Z | Downloaded clap v4.5.18 |
332 | 2024-09-30T17:45:36.703Z | Downloaded clap_derive v4.5.18 |
333 | 2024-09-30T17:45:36.706Z | Downloaded thread-id v4.2.1 |
334 | 2024-09-30T17:45:36.708Z | Downloaded version_check v0.9.5 |
335 | 2024-09-30T17:45:36.708Z | Downloaded generic-array v0.14.7 |
336 | 2024-09-30T17:45:36.710Z | Downloaded tabled_derive v0.7.0 |
337 | 2024-09-30T17:45:36.710Z | Downloaded memmap v0.7.0 |
338 | 2024-09-30T17:45:36.713Z | Downloaded serde_derive v1.0.210 |
339 | 2024-09-30T17:45:36.717Z | Downloaded smawk v0.3.2 |
340 | 2024-09-30T17:45:36.717Z | Downloaded thiserror v1.0.64 |
341 | 2024-09-30T17:45:36.720Z | Downloaded serde_tokenstream v0.2.2 |
342 | 2024-09-30T17:45:36.723Z | Downloaded pest_derive v2.7.10 |
343 | 2024-09-30T17:45:36.725Z | Downloaded log v0.4.22 |
344 | 2024-09-30T17:45:36.727Z | Downloaded fs-err v2.11.0 |
345 | 2024-09-30T17:45:36.730Z | Downloaded pest_meta v2.7.10 |
346 | 2024-09-30T17:45:36.730Z | Downloaded heck v0.5.0 |
347 | 2024-09-30T17:45:36.733Z | Downloaded camino-tempfile v1.1.1 |
348 | 2024-09-30T17:45:36.733Z | Downloaded cfg-if v1.0.0 |
349 | 2024-09-30T17:45:36.736Z | Downloaded digest v0.10.7 |
350 | 2024-09-30T17:45:36.736Z | Downloaded quote v1.0.37 |
351 | 2024-09-30T17:45:36.743Z | Downloaded zerocopy-derive v0.7.34 |
352 | 2024-09-30T17:45:36.747Z | Downloaded cpufeatures v0.2.12 |
353 | 2024-09-30T17:45:36.749Z | Downloaded indexmap v2.5.0 |
354 | 2024-09-30T17:45:36.753Z | Downloaded ucd-trie v0.1.6 |
355 | 2024-09-30T17:45:36.755Z | Downloaded toml v0.8.19 |
356 | 2024-09-30T17:45:36.758Z | Downloaded textwrap v0.16.1 |
357 | 2024-09-30T17:45:36.778Z | Downloaded papergrid v0.11.0 |
358 | 2024-09-30T17:45:36.786Z | Downloaded memchr v2.7.2 |
359 | 2024-09-30T17:45:36.791Z | Downloaded ryu v1.0.18 |
360 | 2024-09-30T17:45:36.798Z | Downloaded pest v2.7.10 |
361 | 2024-09-30T17:45:36.803Z | Downloaded toml_edit v0.22.22 |
362 | 2024-09-30T17:45:36.825Z | Downloaded serde v1.0.210 |
363 | 2024-09-30T17:45:36.834Z | Downloaded zerocopy v0.7.34 |
364 | 2024-09-30T17:45:36.849Z | Downloaded clap_builder v4.5.18 |
365 | 2024-09-30T17:45:36.856Z | Downloaded serde_json v1.0.128 |
366 | 2024-09-30T17:45:36.863Z | Downloaded hashbrown v0.14.5 |
367 | 2024-09-30T17:45:36.868Z | Downloaded goblin v0.8.2 |
368 | 2024-09-30T17:45:36.873Z | Downloaded tabled v0.15.0 |
369 | 2024-09-30T17:45:36.889Z | Downloaded winnow v0.6.18 |
370 | 2024-09-30T17:45:36.897Z | Downloaded syn v1.0.109 |
371 | 2024-09-30T17:45:36.907Z | Downloaded syn v2.0.79 |
372 | 2024-09-30T17:45:36.917Z | Downloaded rustix v0.38.34 |
373 | 2024-09-30T17:45:36.938Z | Downloaded unicode-width v0.1.13 |
374 | 2024-09-30T17:45:36.959Z | Downloaded libc v0.2.159 |
375 | 2024-09-30T17:45:37.257Z | Compiling proc-macro2 v1.0.86 |
376 | 2024-09-30T17:45:37.259Z | Compiling unicode-ident v1.0.13 |
377 | 2024-09-30T17:45:37.259Z | Compiling version_check v0.9.5 |
378 | 2024-09-30T17:45:37.259Z | Compiling serde v1.0.210 |
379 | 2024-09-30T17:45:37.259Z | Compiling thiserror v1.0.64 |
380 | 2024-09-30T17:45:37.259Z | Compiling memchr v2.7.2 |
381 | 2024-09-30T17:45:37.291Z | Compiling libc v0.2.159 |
382 | 2024-09-30T17:45:37.293Z | Compiling ucd-trie v0.1.6 |
383 | 2024-09-30T17:45:37.500Z | Compiling itoa v1.0.11 |
384 | 2024-09-30T17:45:37.723Z | Compiling ryu v1.0.18 |
385 | 2024-09-30T17:45:38.029Z | Compiling once_cell v1.19.0 |
386 | 2024-09-30T17:45:38.057Z | Compiling byteorder v1.5.0 |
387 | 2024-09-30T17:45:38.124Z | Compiling serde_json v1.0.128 |
388 | 2024-09-30T17:45:38.474Z | Compiling rustix v0.38.34 |
389 | 2024-09-30T17:45:38.528Z | Compiling bitflags v2.6.0 |
390 | 2024-09-30T17:45:38.671Z | Compiling proc-macro-error-attr v1.0.4 |
391 | 2024-09-30T17:45:38.936Z | Compiling quote v1.0.37 |
392 | 2024-09-30T17:45:39.007Z | Compiling usdt-impl v0.5.0 |
393 | 2024-09-30T17:45:39.057Z | Compiling syn v1.0.109 |
394 | 2024-09-30T17:45:39.191Z | Compiling proc-macro-error v1.0.4 |
395 | 2024-09-30T17:45:39.302Z | Compiling syn v2.0.79 |
396 | 2024-09-30T17:45:39.496Z | Compiling errno v0.3.9 |
397 | 2024-09-30T17:45:39.634Z | Compiling hashbrown v0.14.5 |
398 | 2024-09-30T17:45:39.698Z | Compiling thread-id v4.2.1 |
399 | 2024-09-30T17:45:39.792Z | Compiling equivalent v1.0.1 |
400 | 2024-09-30T17:45:39.794Z | Compiling camino v1.1.9 |
401 | 2024-09-30T17:45:39.841Z | Compiling log v0.4.22 |
402 | 2024-09-30T17:45:39.845Z | Compiling utf8parse v0.2.1 |
403 | 2024-09-30T17:45:39.887Z | Compiling plain v0.2.3 |
404 | 2024-09-30T17:45:40.016Z | Compiling anstyle-parse v0.2.4 |
405 | 2024-09-30T17:45:40.384Z | Compiling winnow v0.6.18 |
406 | 2024-09-30T17:45:40.542Z | Compiling unicode-width v0.1.13 |
407 | 2024-09-30T17:45:40.741Z | Compiling is_terminal_polyfill v1.70.0 |
408 | 2024-09-30T17:45:40.773Z | Compiling indexmap v2.5.0 |
409 | 2024-09-30T17:45:40.791Z | Compiling semver v1.0.23 |
410 | 2024-09-30T17:45:40.865Z | Compiling autocfg v1.3.0 |
411 | 2024-09-30T17:45:40.892Z | Compiling pretty-hex v0.4.1 |
412 | 2024-09-30T17:45:41.109Z | Compiling anstyle-query v1.0.3 |
413 | 2024-09-30T17:45:41.245Z | Compiling anstyle v1.0.8 |
414 | 2024-09-30T17:45:41.328Z | Compiling colorchoice v1.0.1 |
415 | 2024-09-30T17:45:41.687Z | Compiling anstream v0.6.14 |
416 | 2024-09-30T17:45:41.819Z | Compiling fs-err v2.11.0 |
417 | 2024-09-30T17:45:41.844Z | Compiling terminal_size v0.3.0 |
418 | 2024-09-30T17:45:42.035Z | Compiling clap_lex v0.7.0 |
419 | 2024-09-30T17:45:42.121Z | Compiling strsim v0.11.1 |
420 | 2024-09-30T17:45:42.144Z | Compiling fnv v1.0.7 |
421 | 2024-09-30T17:45:42.276Z | Compiling heck v0.4.1 |
422 | 2024-09-30T17:45:42.455Z | Compiling fastrand v2.1.0 |
423 | 2024-09-30T17:45:42.552Z | Compiling bytecount v0.6.8 |
424 | 2024-09-30T17:45:42.591Z | Compiling cfg-if v1.0.0 |
425 | 2024-09-30T17:45:42.697Z | Compiling heck v0.5.0 |
426 | 2024-09-30T17:45:42.802Z | Compiling anyhow v1.0.89 |
427 | 2024-09-30T17:45:43.027Z | Compiling tempfile v3.10.1 |
428 | 2024-09-30T17:45:43.052Z | Compiling papergrid v0.11.0 |
429 | 2024-09-30T17:45:43.220Z | Compiling clap_builder v4.5.18 |
430 | 2024-09-30T17:45:44.631Z | Compiling memmap v0.7.0 |
431 | 2024-09-30T17:45:44.633Z | Compiling smawk v0.3.2 |
432 | 2024-09-30T17:45:44.633Z | Compiling unicode-linebreak v0.1.5 |
433 | 2024-09-30T17:45:44.633Z | Compiling swrite v0.1.0 |
434 | 2024-09-30T17:45:44.633Z | Compiling textwrap v0.16.1 |
435 | 2024-09-30T17:45:45.635Z | Compiling tabled_derive v0.7.0 |
436 | 2024-09-30T17:45:47.275Z | Compiling tabled v0.15.0 |
437 | 2024-09-30T17:45:48.053Z | Compiling serde_derive v1.0.210 |
438 | 2024-09-30T17:45:48.067Z | Compiling thiserror-impl v1.0.64 |
439 | 2024-09-30T17:45:48.067Z | Compiling zerocopy-derive v0.7.34 |
440 | 2024-09-30T17:45:48.067Z | Compiling scroll_derive v0.12.0 |
441 | 2024-09-30T17:45:48.116Z | Compiling clap_derive v4.5.18 |
442 | 2024-09-30T17:45:49.688Z | Compiling scroll v0.12.0 |
443 | 2024-09-30T17:45:50.178Z | Compiling goblin v0.8.2 |
444 | 2024-09-30T17:45:50.352Z | Compiling zerocopy v0.7.34 |
445 | 2024-09-30T17:45:51.239Z | Compiling pest v2.7.10 |
446 | 2024-09-30T17:45:52.189Z | Compiling clap v4.5.18 |
447 | 2024-09-30T17:45:53.421Z | Compiling pest_meta v2.7.10 |
448 | 2024-09-30T17:45:54.327Z | Compiling pest_generator v2.7.10 |
449 | 2024-09-30T17:45:56.133Z | Compiling pest_derive v2.7.10 |
450 | 2024-09-30T17:45:56.893Z | Compiling dtrace-parser v0.2.0 |
451 | 2024-09-30T17:45:58.514Z | Compiling serde_spanned v0.6.7 |
452 | 2024-09-30T17:45:58.514Z | Compiling toml_datetime v0.6.8 |
453 | 2024-09-30T17:45:58.516Z | Compiling cargo-platform v0.1.8 |
454 | 2024-09-30T17:45:58.898Z | Compiling serde_tokenstream v0.2.2 |
455 | 2024-09-30T17:45:59.110Z | Compiling toml_edit v0.22.22 |
456 | 2024-09-30T17:45:59.135Z | Compiling macaddr v1.0.1 |
457 | 2024-09-30T17:45:59.186Z | Compiling camino-tempfile v1.1.1 |
458 | 2024-09-30T17:45:59.953Z | Compiling dof v0.3.0 |
459 | 2024-09-30T17:45:59.953Z | Compiling cargo_metadata v0.18.1 |
460 | 2024-09-30T17:46:01.974Z | Compiling toml v0.8.19 |
461 | 2024-09-30T17:46:02.037Z | Compiling usdt-macro v0.5.0 |
462 | 2024-09-30T17:46:02.040Z | Compiling usdt-attr-macro v0.5.0 |
463 | 2024-09-30T17:46:02.816Z | Compiling cargo_toml v0.20.5 |
464 | 2024-09-30T17:46:03.509Z | Compiling usdt v0.5.0 |
465 | 2024-09-30T17:46:06.721Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
466 | 2024-09-30T17:46:11.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.42s |
467 | 2024-09-30T17:46:11.299Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
468 | 2024-09-30T17:46:11.497Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
469 | 2024-09-30T17:46:11.881Z | Downloading crates ... |
470 | 2024-09-30T17:46:12.047Z | Downloaded atty v0.2.14 |
471 | 2024-09-30T17:46:12.054Z | Downloaded async-stream-impl v0.3.5 |
472 | 2024-09-30T17:46:12.057Z | Downloaded async-recursion v1.1.1 |
473 | 2024-09-30T17:46:12.061Z | Downloaded arrayvec v0.7.4 |
474 | 2024-09-30T17:46:12.064Z | Downloaded assert_matches v1.5.0 |
475 | 2024-09-30T17:46:12.066Z | Downloaded cfg_aliases v0.2.1 |
476 | 2024-09-30T17:46:12.066Z | Downloaded addr2line v0.21.0 |
477 | 2024-09-30T17:46:12.071Z | Downloaded cstr-argument v0.1.2 |
478 | 2024-09-30T17:46:12.073Z | Downloaded crucible-workspace-hack v0.1.0 |
479 | 2024-09-30T17:46:12.077Z | Downloaded adler2 v2.0.0 |
480 | 2024-09-30T17:46:12.081Z | Downloaded is-terminal v0.4.12 |
481 | 2024-09-30T17:46:12.084Z | Downloaded atomic-waker v1.1.2 |
482 | 2024-09-30T17:46:12.086Z | Downloaded hostname v0.3.1 |
483 | 2024-09-30T17:46:12.089Z | Downloaded cexpr v0.6.0 |
484 | 2024-09-30T17:46:12.091Z | Downloaded array-init v0.0.4 |
485 | 2024-09-30T17:46:12.094Z | Downloaded ident_case v1.0.1 |
486 | 2024-09-30T17:46:12.094Z | Downloaded is_ci v1.2.0 |
487 | 2024-09-30T17:46:12.097Z | Downloaded convert_case v0.4.0 |
488 | 2024-09-30T17:46:12.097Z | Downloaded bb8 v0.8.5 |
489 | 2024-09-30T17:46:12.099Z | Downloaded ciborium-ll v0.2.2 |
490 | 2024-09-30T17:46:12.102Z | Downloaded md5 v0.7.0 |
491 | 2024-09-30T17:46:12.102Z | Downloaded cassowary v0.3.0 |
492 | 2024-09-30T17:46:12.104Z | Downloaded new_debug_unreachable v1.0.6 |
493 | 2024-09-30T17:46:12.107Z | Downloaded colored v2.1.0 |
494 | 2024-09-30T17:46:12.109Z | Downloaded data-encoding v2.6.0 |
495 | 2024-09-30T17:46:12.109Z | Downloaded normalize-line-endings v0.3.0 |
496 | 2024-09-30T17:46:12.112Z | Downloaded lru-cache v0.1.2 |
497 | 2024-09-30T17:46:12.114Z | Downloaded lazy_static v1.5.0 |
498 | 2024-09-30T17:46:12.116Z | Downloaded bitflags v1.3.2 |
499 | 2024-09-30T17:46:12.118Z | Downloaded instant v0.1.12 |
500 | 2024-09-30T17:46:12.121Z | Downloaded managed v0.8.0 |
501 | 2024-09-30T17:46:12.124Z | Downloaded indent_write v2.2.0 |
502 | 2024-09-30T17:46:12.124Z | Downloaded cookie_store v0.21.0 |
503 | 2024-09-30T17:46:12.126Z | Downloaded linear-map v1.2.0 |
504 | 2024-09-30T17:46:12.129Z | Downloaded libefi-sys v0.1.0 |
505 | 2024-09-30T17:46:12.131Z | Downloaded maybe-uninit v2.0.0 |
506 | 2024-09-30T17:46:12.131Z | Downloaded ciborium v0.2.2 |
507 | 2024-09-30T17:46:12.134Z | Downloaded nodrop v0.1.14 |
508 | 2024-09-30T17:46:12.137Z | Downloaded newtype-uuid v1.1.0 |
509 | 2024-09-30T17:46:12.140Z | Downloaded hubpack_derive v0.1.1 |
510 | 2024-09-30T17:46:12.140Z | Downloaded http-body v1.0.0 |
511 | 2024-09-30T17:46:12.140Z | Downloaded crc-any v2.5.0 |
512 | 2024-09-30T17:46:12.143Z | Downloaded mockall v0.13.0 |
513 | 2024-09-30T17:46:12.145Z | Downloaded num v0.4.3 |
514 | 2024-09-30T17:46:12.148Z | Downloaded matches v0.1.10 |
515 | 2024-09-30T17:46:12.148Z | Downloaded nibble_vec v0.1.0 |
516 | 2024-09-30T17:46:12.150Z | Downloaded clang-sys v1.7.0 |
517 | 2024-09-30T17:46:12.152Z | Downloaded rfc6979 v0.4.0 |
518 | 2024-09-30T17:46:12.155Z | Downloaded cfg_aliases v0.1.1 |
519 | 2024-09-30T17:46:12.155Z | Downloaded httparse v1.8.0 |
520 | 2024-09-30T17:46:12.157Z | Downloaded async-stream v0.3.5 |
521 | 2024-09-30T17:46:12.159Z | Downloaded lock_api v0.4.12 |
522 | 2024-09-30T17:46:12.162Z | Downloaded ciborium-io v0.2.2 |
523 | 2024-09-30T17:46:12.164Z | Downloaded nanorand v0.7.0 |
524 | 2024-09-30T17:46:12.167Z | Downloaded hyper-staticfile v0.10.1 |
525 | 2024-09-30T17:46:12.169Z | Downloaded sqlparser_derive v0.2.2 |
526 | 2024-09-30T17:46:12.169Z | Downloaded newline-converter v0.3.0 |
527 | 2024-09-30T17:46:12.172Z | Downloaded darling_macro v0.20.9 |
528 | 2024-09-30T17:46:12.172Z | Downloaded crossbeam-epoch v0.9.18 |
529 | 2024-09-30T17:46:12.176Z | Downloaded mime_guess v2.0.4 |
530 | 2024-09-30T17:46:12.178Z | Downloaded termtree v0.4.1 |
531 | 2024-09-30T17:46:12.180Z | Downloaded base64 v0.13.1 |
532 | 2024-09-30T17:46:12.183Z | Downloaded chacha20poly1305 v0.10.1 |
533 | 2024-09-30T17:46:12.188Z | Downloaded multer v3.1.0 |
534 | 2024-09-30T17:46:12.190Z | Downloaded crc-catalog v2.4.0 |
535 | 2024-09-30T17:46:12.190Z | Downloaded lazycell v1.3.0 |
536 | 2024-09-30T17:46:12.193Z | Downloaded lru v0.12.3 |
537 | 2024-09-30T17:46:12.193Z | Downloaded linked-hash-map v0.5.6 |
538 | 2024-09-30T17:46:12.196Z | Downloaded salsa20 v0.10.2 |
539 | 2024-09-30T17:46:12.196Z | Downloaded md-5 v0.10.6 |
540 | 2024-09-30T17:46:12.198Z | Downloaded serde_urlencoded v0.7.1 |
541 | 2024-09-30T17:46:12.201Z | Downloaded tower-service v0.3.2 |
542 | 2024-09-30T17:46:12.201Z | Downloaded cobs v0.2.3 |
543 | 2024-09-30T17:46:12.204Z | Downloaded maplit v1.0.2 |
544 | 2024-09-30T17:46:12.206Z | Downloaded mockall_derive v0.13.0 |
545 | 2024-09-30T17:46:12.207Z | Downloaded castaway v0.2.3 |
546 | 2024-09-30T17:46:12.209Z | Downloaded crunchy v0.2.2 |
547 | 2024-09-30T17:46:12.212Z | Downloaded want v0.3.1 |
548 | 2024-09-30T17:46:12.212Z | Downloaded waitgroup v0.1.2 |
549 | 2024-09-30T17:46:12.212Z | Downloaded ipnetwork v0.20.0 |
550 | 2024-09-30T17:46:12.215Z | Downloaded cipher v0.4.4 |
551 | 2024-09-30T17:46:12.217Z | Downloaded signal-hook-tokio v0.3.1 |
552 | 2024-09-30T17:46:12.219Z | Downloaded slog-stdlog v4.1.1 |
553 | 2024-09-30T17:46:12.219Z | Downloaded dhcproto-macros v0.1.0 |
554 | 2024-09-30T17:46:12.222Z | Downloaded mime v0.3.17 |
555 | 2024-09-30T17:46:12.222Z | Downloaded multimap v0.10.0 |
556 | 2024-09-30T17:46:12.224Z | Downloaded foreign-types v0.3.2 |
557 | 2024-09-30T17:46:12.227Z | Downloaded crc v3.2.1 |
558 | 2024-09-30T17:46:12.229Z | Downloaded foreign-types-shared v0.1.1 |
559 | 2024-09-30T17:46:12.229Z | Downloaded foreign-types-shared v0.3.1 |
560 | 2024-09-30T17:46:12.232Z | Downloaded foreign-types v0.5.0 |
561 | 2024-09-30T17:46:12.232Z | Downloaded foreign-types-macros v0.2.3 |
562 | 2024-09-30T17:46:12.234Z | Downloaded darling_core v0.20.9 |
563 | 2024-09-30T17:46:12.238Z | Downloaded miniz_oxide v0.7.2 |
564 | 2024-09-30T17:46:12.240Z | Downloaded string_cache v0.8.7 |
565 | 2024-09-30T17:46:12.244Z | Downloaded jobserver v0.1.32 |
566 | 2024-09-30T17:46:12.247Z | Downloaded termcolor v1.4.1 |
567 | 2024-09-30T17:46:12.249Z | Downloaded parse-size v1.0.0 |
568 | 2024-09-30T17:46:12.249Z | Downloaded opaque-debug v0.3.1 |
569 | 2024-09-30T17:46:12.252Z | Downloaded slog-term v2.9.1 |
570 | 2024-09-30T17:46:12.255Z | Downloaded sec1 v0.7.3 |
571 | 2024-09-30T17:46:12.255Z | Downloaded strum_macros v0.24.3 |
572 | 2024-09-30T17:46:12.258Z | Downloaded slog-scope v4.4.0 |
573 | 2024-09-30T17:46:12.260Z | Downloaded memmap2 v0.9.4 |
574 | 2024-09-30T17:46:12.263Z | Downloaded async-trait v0.1.83 |
575 | 2024-09-30T17:46:12.266Z | Downloaded cancel-safe-futures v0.1.5 |
576 | 2024-09-30T17:46:12.269Z | Downloaded deranged v0.3.11 |
577 | 2024-09-30T17:46:12.272Z | Downloaded chacha20 v0.9.1 |
578 | 2024-09-30T17:46:12.274Z | Downloaded dropshot_endpoint v0.10.1 |
579 | 2024-09-30T17:46:12.274Z | Downloaded downcast v0.11.0 |
580 | 2024-09-30T17:46:12.277Z | Downloaded termios v0.3.3 |
581 | 2024-09-30T17:46:12.280Z | Downloaded filetime v0.2.25 |
582 | 2024-09-30T17:46:12.280Z | Downloaded signature v2.2.0 |
583 | 2024-09-30T17:46:12.283Z | Downloaded serde_derive_internals v0.29.1 |
584 | 2024-09-30T17:46:12.286Z | Downloaded rustc-demangle v0.1.24 |
585 | 2024-09-30T17:46:12.288Z | Downloaded strum_macros v0.26.4 |
586 | 2024-09-30T17:46:12.291Z | Downloaded ref-cast-impl v1.0.23 |
587 | 2024-09-30T17:46:12.291Z | Downloaded hyper-util v0.1.9 |
588 | 2024-09-30T17:46:12.296Z | Downloaded backtrace v0.3.71 |
589 | 2024-09-30T17:46:12.302Z | Downloaded num_enum v0.5.11 |
590 | 2024-09-30T17:46:12.308Z | Downloaded zone_cfg_derive v0.3.0 |
591 | 2024-09-30T17:46:12.311Z | Downloaded tinyvec_macros v0.1.1 |
592 | 2024-09-30T17:46:12.313Z | Downloaded packed_struct_codegen v0.10.1 |
593 | 2024-09-30T17:46:12.313Z | Downloaded progenitor v0.8.0 |
594 | 2024-09-30T17:46:12.315Z | Downloaded allocator-api2 v0.2.18 |
595 | 2024-09-30T17:46:12.319Z | Downloaded tls_codec_derive v0.4.1 |
596 | 2024-09-30T17:46:12.321Z | Downloaded indicatif v0.17.8 |
597 | 2024-09-30T17:46:12.326Z | Downloaded der_derive v0.7.2 |
598 | 2024-09-30T17:46:12.329Z | Downloaded ppv-lite86 v0.2.17 |
599 | 2024-09-30T17:46:12.332Z | Downloaded futures-io v0.3.30 |
600 | 2024-09-30T17:46:12.332Z | Downloaded rustls-pemfile v2.1.3 |
601 | 2024-09-30T17:46:12.335Z | Downloaded openssl-macros v0.1.1 |
602 | 2024-09-30T17:46:12.337Z | Downloaded peg-runtime v0.8.3 |
603 | 2024-09-30T17:46:12.337Z | Downloaded supports-color v3.0.1 |
604 | 2024-09-30T17:46:12.340Z | Downloaded spki v0.7.3 |
605 | 2024-09-30T17:46:12.344Z | Downloaded tiny-keccak v2.0.2 |
606 | 2024-09-30T17:46:12.346Z | Downloaded tui-tree-widget v0.22.0 |
607 | 2024-09-30T17:46:12.346Z | Downloaded which v4.4.2 |
608 | 2024-09-30T17:46:12.350Z | Downloaded num-conv v0.1.0 |
609 | 2024-09-30T17:46:12.350Z | Downloaded embedded-io v0.4.0 |
610 | 2024-09-30T17:46:12.353Z | Downloaded dirs-next v2.0.0 |
611 | 2024-09-30T17:46:12.353Z | Downloaded defmt v0.3.8 |
612 | 2024-09-30T17:46:12.367Z | Downloaded serde_path_to_error v0.1.16 |
613 | 2024-09-30T17:46:12.370Z | Downloaded rustc_version v0.4.0 |
614 | 2024-09-30T17:46:12.370Z | Downloaded strip-ansi-escapes v0.2.0 |
615 | 2024-09-30T17:46:12.373Z | Downloaded smf v0.2.3 |
616 | 2024-09-30T17:46:12.373Z | Downloaded powerfmt v0.2.0 |
617 | 2024-09-30T17:46:12.376Z | Downloaded pin-project-lite v0.2.14 |
618 | 2024-09-30T17:46:12.379Z | Downloaded unicode-xid v0.2.4 |
619 | 2024-09-30T17:46:12.382Z | Downloaded aes v0.8.4 |
620 | 2024-09-30T17:46:12.386Z | Downloaded derive_builder_macro v0.20.0 |
621 | 2024-09-30T17:46:12.388Z | Downloaded unicode-truncate v1.0.0 |
622 | 2024-09-30T17:46:12.390Z | Downloaded tap v1.0.1 |
623 | 2024-09-30T17:46:12.391Z | Downloaded pem v3.0.4 |
624 | 2024-09-30T17:46:12.393Z | Downloaded olpc-cjson v0.1.3 |
625 | 2024-09-30T17:46:12.396Z | Downloaded dirs-sys-next v0.1.2 |
626 | 2024-09-30T17:46:12.396Z | Downloaded defmt-macros v0.3.9 |
627 | 2024-09-30T17:46:12.398Z | Downloaded thread_local v1.1.8 |
628 | 2024-09-30T17:46:12.400Z | Downloaded group v0.13.0 |
629 | 2024-09-30T17:46:12.403Z | Downloaded futures-macro v0.3.30 |
630 | 2024-09-30T17:46:12.405Z | Downloaded fallible-streaming-iterator v0.1.9 |
631 | 2024-09-30T17:46:12.405Z | Downloaded schemars v0.8.21 |
632 | 2024-09-30T17:46:12.418Z | Downloaded mio v0.8.11 |
633 | 2024-09-30T17:46:12.425Z | Downloaded headers-core v0.3.0 |
634 | 2024-09-30T17:46:12.428Z | Downloaded crypto-bigint v0.5.5 |
635 | 2024-09-30T17:46:12.435Z | Downloaded path-slash v0.1.5 |
636 | 2024-09-30T17:46:12.437Z | Downloaded twox-hash v1.6.3 |
637 | 2024-09-30T17:46:12.440Z | Downloaded ssh-cipher v0.2.0 |
638 | 2024-09-30T17:46:12.442Z | Downloaded primeorder v0.13.6 |
639 | 2024-09-30T17:46:12.442Z | Downloaded time-core v0.1.2 |
640 | 2024-09-30T17:46:12.444Z | Downloaded pkcs1 v0.7.5 |
641 | 2024-09-30T17:46:12.447Z | Downloaded tracing-core v0.1.32 |
642 | 2024-09-30T17:46:12.450Z | Downloaded crossterm v0.27.0 |
643 | 2024-09-30T17:46:12.456Z | Downloaded thiserror-no-std v2.0.2 |
644 | 2024-09-30T17:46:12.461Z | Downloaded postgres-protocol v0.6.7 |
645 | 2024-09-30T17:46:12.463Z | Downloaded pem-rfc7468 v0.7.0 |
646 | 2024-09-30T17:46:12.466Z | Downloaded futures-executor v0.3.30 |
647 | 2024-09-30T17:46:12.469Z | Downloaded enum-as-inner v0.6.0 |
648 | 2024-09-30T17:46:12.471Z | Downloaded enum-as-inner v0.5.1 |
649 | 2024-09-30T17:46:12.475Z | Downloaded paste v1.0.15 |
650 | 2024-09-30T17:46:12.477Z | Downloaded const_format v0.2.33 |
651 | 2024-09-30T17:46:12.481Z | Downloaded glob v0.3.1 |
652 | 2024-09-30T17:46:12.484Z | Downloaded num-iter v0.1.45 |
653 | 2024-09-30T17:46:12.484Z | Downloaded num-integer v0.1.46 |
654 | 2024-09-30T17:46:12.487Z | Downloaded fd-lock v4.0.2 |
655 | 2024-09-30T17:46:12.489Z | Downloaded futures-sink v0.3.30 |
656 | 2024-09-30T17:46:12.492Z | Downloaded quinn-udp v0.5.5 |
657 | 2024-09-30T17:46:12.492Z | Downloaded hashlink v0.9.1 |
658 | 2024-09-30T17:46:12.494Z | Downloaded pbkdf2 v0.12.2 |
659 | 2024-09-30T17:46:12.497Z | Downloaded gethostname v0.5.0 |
660 | 2024-09-30T17:46:12.497Z | Downloaded zip v0.6.6 |
661 | 2024-09-30T17:46:12.502Z | Downloaded rustls-pemfile v1.0.4 |
662 | 2024-09-30T17:46:12.504Z | Downloaded slog-dtrace v0.3.0 |
663 | 2024-09-30T17:46:12.507Z | Downloaded slog-bunyan v2.5.0 |
664 | 2024-09-30T17:46:12.509Z | Downloaded rpassword v7.3.1 |
665 | 2024-09-30T17:46:12.512Z | Downloaded tls_codec v0.4.1 |
666 | 2024-09-30T17:46:12.512Z | Downloaded secrecy v0.8.0 |
667 | 2024-09-30T17:46:12.515Z | Downloaded structmeta-derive v0.2.0 |
668 | 2024-09-30T17:46:12.517Z | Downloaded derive_builder_core v0.20.0 |
669 | 2024-09-30T17:46:12.517Z | Downloaded yasna v0.5.2 |
670 | 2024-09-30T17:46:12.520Z | Downloaded tungstenite v0.23.0 |
671 | 2024-09-30T17:46:12.525Z | Downloaded tungstenite v0.21.0 |
672 | 2024-09-30T17:46:12.528Z | Downloaded unicase v2.7.0 |
673 | 2024-09-30T17:46:12.530Z | Downloaded unarray v0.1.4 |
674 | 2024-09-30T17:46:12.533Z | Downloaded typify-macro v0.2.0 |
675 | 2024-09-30T17:46:12.533Z | Downloaded structmeta v0.3.0 |
676 | 2024-09-30T17:46:12.536Z | Downloaded scrypt v0.11.0 |
677 | 2024-09-30T17:46:12.538Z | Downloaded psl-types v2.0.11 |
678 | 2024-09-30T17:46:12.538Z | Downloaded ena v0.14.3 |
679 | 2024-09-30T17:46:12.540Z | Downloaded steno v0.4.1 |
680 | 2024-09-30T17:46:12.544Z | Downloaded either v1.13.0 |
681 | 2024-09-30T17:46:12.547Z | Downloaded difflib v0.4.0 |
682 | 2024-09-30T17:46:12.547Z | Downloaded hash32 v0.3.1 |
683 | 2024-09-30T17:46:12.550Z | Downloaded password-hash v0.5.0 |
684 | 2024-09-30T17:46:12.552Z | Downloaded itertools v0.10.5 |
685 | 2024-09-30T17:46:12.559Z | Downloaded sync_wrapper v0.1.2 |
686 | 2024-09-30T17:46:12.561Z | Downloaded percent-encoding v2.3.1 |
687 | 2024-09-30T17:46:12.561Z | Downloaded rustls-pki-types v1.7.0 |
688 | 2024-09-30T17:46:12.564Z | Downloaded postgres-types v0.2.8 |
689 | 2024-09-30T17:46:12.567Z | Downloaded signal-hook v0.3.17 |
690 | 2024-09-30T17:46:12.570Z | Downloaded structmeta-derive v0.3.0 |
691 | 2024-09-30T17:46:12.572Z | Downloaded pkg-config v0.3.30 |
692 | 2024-09-30T17:46:12.575Z | Downloaded mio v1.0.2 |
693 | 2024-09-30T17:46:12.581Z | Downloaded scopeguard v1.2.0 |
694 | 2024-09-30T17:46:12.583Z | Downloaded publicsuffix v2.2.3 |
695 | 2024-09-30T17:46:12.585Z | Downloaded dhcproto v0.12.0 |
696 | 2024-09-30T17:46:12.589Z | Downloaded diesel_table_macro_syntax v0.2.0 |
697 | 2024-09-30T17:46:12.591Z | Downloaded try-lock v0.2.5 |
698 | 2024-09-30T17:46:12.591Z | Downloaded uzers v0.11.3 |
699 | 2024-09-30T17:46:12.594Z | Downloaded serde_repr v0.1.19 |
700 | 2024-09-30T17:46:12.596Z | Downloaded serde-big-array v0.5.1 |
701 | 2024-09-30T17:46:12.599Z | Downloaded serde_yaml v0.9.34+deprecated |
702 | 2024-09-30T17:46:12.602Z | Downloaded display-error-chain v0.2.1 |
703 | 2024-09-30T17:46:12.605Z | Downloaded rand v0.8.5 |
704 | 2024-09-30T17:46:12.607Z | Downloaded dsl_auto_type v0.1.2 |
705 | 2024-09-30T17:46:12.610Z | Downloaded libxml v0.3.3 |
706 | 2024-09-30T17:46:12.615Z | Downloaded highway v1.2.0 |
707 | 2024-09-30T17:46:12.618Z | Downloaded progenitor-client v0.8.0 |
708 | 2024-09-30T17:46:12.620Z | Downloaded rand_xorshift v0.3.0 |
709 | 2024-09-30T17:46:12.623Z | Downloaded phf v0.11.2 |
710 | 2024-09-30T17:46:12.623Z | Downloaded parse-display v0.10.0 |
711 | 2024-09-30T17:46:12.625Z | Downloaded poly1305 v0.8.0 |
712 | 2024-09-30T17:46:12.628Z | Downloaded rcgen v0.12.1 |
713 | 2024-09-30T17:46:12.630Z | Downloaded thiserror-impl-no-std v2.0.2 |
714 | 2024-09-30T17:46:12.633Z | Downloaded static_assertions v1.1.0 |
715 | 2024-09-30T17:46:12.635Z | Downloaded unsafe-libyaml v0.2.11 |
716 | 2024-09-30T17:46:12.637Z | Downloaded nom v7.1.3 |
717 | 2024-09-30T17:46:12.644Z | Downloaded endian-type v0.1.2 |
718 | 2024-09-30T17:46:12.646Z | Downloaded tokio-tungstenite v0.21.0 |
719 | 2024-09-30T17:46:12.649Z | Downloaded vsss-rs v3.3.4 |
720 | 2024-09-30T17:46:12.651Z | Downloaded serde_with_macros v3.9.0 |
721 | 2024-09-30T17:46:12.654Z | Downloaded progenitor-impl v0.8.0 |
722 | 2024-09-30T17:46:12.657Z | Downloaded aho-corasick v1.1.3 |
723 | 2024-09-30T17:46:12.662Z | Downloaded value-bag v1.9.0 |
724 | 2024-09-30T17:46:12.666Z | Downloaded home v0.5.9 |
725 | 2024-09-30T17:46:12.668Z | Downloaded futures-task v0.3.30 |
726 | 2024-09-30T17:46:12.670Z | Downloaded hash32 v0.2.1 |
727 | 2024-09-30T17:46:12.673Z | Downloaded flagset v0.4.5 |
728 | 2024-09-30T17:46:12.673Z | Downloaded signal-hook-mio v0.2.4 |
729 | 2024-09-30T17:46:12.675Z | Downloaded globset v0.4.14 |
730 | 2024-09-30T17:46:12.677Z | Downloaded oso-derive v0.27.3 |
731 | 2024-09-30T17:46:12.677Z | Downloaded proc-macro-crate v1.3.1 |
732 | 2024-09-30T17:46:12.680Z | Downloaded peg v0.8.4 |
733 | 2024-09-30T17:46:12.683Z | Downloaded password-hash v0.4.2 |
734 | 2024-09-30T17:46:12.685Z | Downloaded parking_lot_core v0.9.10 |
735 | 2024-09-30T17:46:12.688Z | Downloaded pkcs5 v0.7.1 |
736 | 2024-09-30T17:46:12.692Z | Downloaded socket2 v0.5.7 |
737 | 2024-09-30T17:46:12.695Z | Downloaded phf_shared v0.10.0 |
738 | 2024-09-30T17:46:12.697Z | Downloaded typify v0.2.0 |
739 | 2024-09-30T17:46:12.700Z | Downloaded ed25519 v2.2.3 |
740 | 2024-09-30T17:46:12.702Z | Downloaded dropshot_endpoint v0.12.0 |
741 | 2024-09-30T17:46:12.704Z | Downloaded tokio-stream v0.1.16 |
742 | 2024-09-30T17:46:12.709Z | Downloaded number_prefix v0.4.0 |
743 | 2024-09-30T17:46:12.712Z | Downloaded fxhash v0.2.1 |
744 | 2024-09-30T17:46:12.712Z | Downloaded precomputed-hash v0.1.1 |
745 | 2024-09-30T17:46:12.715Z | Downloaded slog-json v2.6.1 |
746 | 2024-09-30T17:46:12.715Z | Downloaded packed_struct v0.10.1 |
747 | 2024-09-30T17:46:12.717Z | Downloaded signal-hook-registry v1.4.2 |
748 | 2024-09-30T17:46:12.720Z | Downloaded aes-gcm v0.10.3 |
749 | 2024-09-30T17:46:12.722Z | Downloaded tokio-native-tls v0.3.1 |
750 | 2024-09-30T17:46:12.725Z | Downloaded num-complex v0.4.6 |
751 | 2024-09-30T17:46:12.728Z | Downloaded dyn-clone v1.0.17 |
752 | 2024-09-30T17:46:12.728Z | Downloaded num-traits v0.2.19 |
753 | 2024-09-30T17:46:12.731Z | Downloaded strum v0.26.3 |
754 | 2024-09-30T17:46:12.733Z | Downloaded float-ord v0.3.2 |
755 | 2024-09-30T17:46:12.733Z | Downloaded sync_wrapper v1.0.1 |
756 | 2024-09-30T17:46:12.736Z | Downloaded typed-path v0.7.1 |
757 | 2024-09-30T17:46:12.741Z | Downloaded pretty-hex v0.2.1 |
758 | 2024-09-30T17:46:12.743Z | Downloaded polyval v0.6.2 |
759 | 2024-09-30T17:46:12.746Z | Downloaded ecdsa v0.16.9 |
760 | 2024-09-30T17:46:12.748Z | Downloaded russh-cryptovec v0.7.2 |
761 | 2024-09-30T17:46:12.748Z | Downloaded rustyline v14.0.0 |
762 | 2024-09-30T17:46:12.753Z | Downloaded rand_seeder v0.3.0 |
763 | 2024-09-30T17:46:12.756Z | Downloaded fixedbitset v0.4.2 |
764 | 2024-09-30T17:46:12.758Z | Downloaded vte_generate_state_changes v0.1.1 |
765 | 2024-09-30T17:46:12.759Z | Downloaded defmt-parser v0.3.4 |
766 | 2024-09-30T17:46:12.759Z | Downloaded rand_core v0.6.4 |
767 | 2024-09-30T17:46:12.761Z | Downloaded rand_chacha v0.3.1 |
768 | 2024-09-30T17:46:12.763Z | Downloaded radium v0.7.0 |
769 | 2024-09-30T17:46:12.763Z | Downloaded predicates v3.1.2 |
770 | 2024-09-30T17:46:12.766Z | Downloaded form_urlencoded v1.2.1 |
771 | 2024-09-30T17:46:12.768Z | Downloaded predicates-tree v1.0.9 |
772 | 2024-09-30T17:46:12.768Z | Downloaded tokio-rustls v0.26.0 |
773 | 2024-09-30T17:46:12.771Z | Downloaded itertools v0.13.0 |
774 | 2024-09-30T17:46:12.778Z | Downloaded zeroize_derive v1.4.2 |
775 | 2024-09-30T17:46:12.781Z | Downloaded take_mut v0.2.2 |
776 | 2024-09-30T17:46:12.781Z | Downloaded sigpipe v0.1.3 |
777 | 2024-09-30T17:46:12.784Z | Downloaded futures-core v0.3.30 |
778 | 2024-09-30T17:46:12.784Z | Downloaded funty v2.0.0 |
779 | 2024-09-30T17:46:12.787Z | Downloaded parking_lot v0.11.2 |
780 | 2024-09-30T17:46:12.787Z | Downloaded owo-colors v4.1.0 |
781 | 2024-09-30T17:46:12.790Z | Downloaded tabwriter v1.4.0 |
782 | 2024-09-30T17:46:12.792Z | Downloaded structmeta v0.2.0 |
783 | 2024-09-30T17:46:12.792Z | Downloaded stable_deref_trait v1.2.0 |
784 | 2024-09-30T17:46:12.795Z | Downloaded hmac v0.12.1 |
785 | 2024-09-30T17:46:12.797Z | Downloaded zone v0.3.0 |
786 | 2024-09-30T17:46:12.797Z | Downloaded zeroize v1.8.1 |
787 | 2024-09-30T17:46:12.800Z | Downloaded heapless v0.7.17 |
788 | 2024-09-30T17:46:12.802Z | Downloaded slog-envlogger v2.2.0 |
789 | 2024-09-30T17:46:12.805Z | Downloaded subtle v2.5.0 |
790 | 2024-09-30T17:46:12.807Z | Downloaded parking_lot v0.12.2 |
791 | 2024-09-30T17:46:12.809Z | Downloaded heapless v0.8.0 |
792 | 2024-09-30T17:46:12.812Z | Downloaded socket2 v0.4.10 |
793 | 2024-09-30T17:46:12.815Z | Downloaded ron v0.7.1 |
794 | 2024-09-30T17:46:12.820Z | Downloaded hashbrown v0.12.3 |
795 | 2024-09-30T17:46:12.825Z | Downloaded wyz v0.5.1 |
796 | 2024-09-30T17:46:12.827Z | Downloaded xz2 v0.1.7 |
797 | 2024-09-30T17:46:12.829Z | Downloaded tokio-tungstenite v0.23.1 |
798 | 2024-09-30T17:46:12.832Z | Downloaded openssl-probe v0.1.5 |
799 | 2024-09-30T17:46:12.832Z | Downloaded xattr v1.3.1 |
800 | 2024-09-30T17:46:12.835Z | Downloaded spin v0.5.2 |
801 | 2024-09-30T17:46:12.837Z | Downloaded rustc-hash v1.1.0 |
802 | 2024-09-30T17:46:12.837Z | Downloaded derive_builder v0.20.0 |
803 | 2024-09-30T17:46:12.841Z | Downloaded diesel_derives v2.2.2 |
804 | 2024-09-30T17:46:12.846Z | Downloaded tokio-util v0.7.12 |
805 | 2024-09-30T17:46:12.853Z | Downloaded p256 v0.13.2 |
806 | 2024-09-30T17:46:12.857Z | Downloaded slab v0.4.9 |
807 | 2024-09-30T17:46:12.860Z | Downloaded hickory-resolver v0.24.1 |
808 | 2024-09-30T17:46:12.863Z | Downloaded ghash v0.5.1 |
809 | 2024-09-30T17:46:12.866Z | Downloaded getrandom v0.2.14 |
810 | 2024-09-30T17:46:12.869Z | Downloaded futures v0.3.30 |
811 | 2024-09-30T17:46:12.874Z | Downloaded vte v0.11.1 |
812 | 2024-09-30T17:46:12.876Z | Downloaded term v0.7.0 |
813 | 2024-09-30T17:46:12.879Z | Downloaded derive-where v1.2.7 |
814 | 2024-09-30T17:46:12.883Z | Downloaded slog v2.7.0 |
815 | 2024-09-30T17:46:12.886Z | Downloaded blake3 v1.5.1 |
816 | 2024-09-30T17:46:12.894Z | Downloaded ssh-key v0.6.6 |
817 | 2024-09-30T17:46:12.902Z | Downloaded tokio-postgres v0.7.12 |
818 | 2024-09-30T17:46:12.907Z | Downloaded reedline v0.33.0 |
819 | 2024-09-30T17:46:12.916Z | Downloaded winnow v0.5.40 |
820 | 2024-09-30T17:46:12.926Z | Downloaded subprocess v0.2.9 |
821 | 2024-09-30T17:46:12.929Z | Downloaded flate2 v1.0.34 |
822 | 2024-09-30T17:46:12.934Z | Downloaded quinn v0.11.5 |
823 | 2024-09-30T17:46:12.938Z | Downloaded oso v0.27.3 |
824 | 2024-09-30T17:46:12.942Z | Downloaded der v0.7.9 |
825 | 2024-09-30T17:46:12.947Z | Downloaded flume v0.11.0 |
826 | 2024-09-30T17:46:12.951Z | Downloaded portable-atomic v1.6.0 |
827 | 2024-09-30T17:46:12.958Z | Downloaded prettyplease v0.2.22 |
828 | 2024-09-30T17:46:12.961Z | Downloaded reqwest v0.11.27 |
829 | 2024-09-30T17:46:12.970Z | Downloaded idna v0.3.0 |
830 | 2024-09-30T17:46:12.977Z | Downloaded idna v0.5.0 |
831 | 2024-09-30T17:46:12.984Z | Downloaded openssl-sys v0.9.103 |
832 | 2024-09-30T17:46:12.990Z | Downloaded serde_with v3.9.0 |
833 | 2024-09-30T17:46:12.999Z | Downloaded git2 v0.19.0 |
834 | 2024-09-30T17:46:13.008Z | Downloaded rusqlite v0.32.1 |
835 | 2024-09-30T17:46:13.015Z | Downloaded sqlparser v0.45.0 |
836 | 2024-09-30T17:46:13.021Z | Downloaded idna v0.4.0 |
837 | 2024-09-30T17:46:13.028Z | Downloaded x509-cert v0.2.5 |
838 | 2024-09-30T17:46:13.034Z | Downloaded russh v0.45.0 |
839 | 2024-09-30T17:46:13.040Z | Downloaded dropshot v0.10.1 |
840 | 2024-09-30T17:46:13.051Z | Downloaded reqwest v0.12.7 |
841 | 2024-09-30T17:46:13.060Z | Downloaded nix v0.28.0 |
842 | 2024-09-30T17:46:13.072Z | Downloaded nix v0.29.0 |
843 | 2024-09-30T17:46:13.084Z | Downloaded futures-util v0.3.30 |
844 | 2024-09-30T17:46:13.097Z | Downloaded rustls-webpki v0.102.4 |
845 | 2024-09-30T17:46:13.116Z | Downloaded hkdf v0.12.4 |
846 | 2024-09-30T17:46:13.119Z | Downloaded rustls-webpki v0.101.7 |
847 | 2024-09-30T17:46:13.133Z | Downloaded h2 v0.3.26 |
848 | 2024-09-30T17:46:13.141Z | Downloaded regress v0.10.1 |
849 | 2024-09-30T17:46:13.151Z | Downloaded regress v0.9.1 |
850 | 2024-09-30T17:46:13.160Z | Downloaded polar-core v0.27.3 |
851 | 2024-09-30T17:46:13.170Z | Downloaded gimli v0.28.1 |
852 | 2024-09-30T17:46:13.182Z | Downloaded vcpkg v0.2.15 |
853 | 2024-09-30T17:46:13.219Z | Downloaded openssl v0.10.66 |
854 | 2024-09-30T17:46:13.229Z | Downloaded quinn-proto v0.11.8 |
855 | 2024-09-30T17:46:13.236Z | Downloaded hickory-proto v0.24.1 |
856 | 2024-09-30T17:46:13.253Z | Downloaded p384 v0.13.0 |
857 | 2024-09-30T17:46:13.259Z | Downloaded diesel v2.2.4 |
858 | 2024-09-30T17:46:13.278Z | Downloaded rustls v0.21.12 |
859 | 2024-09-30T17:46:13.290Z | Downloaded smoltcp v0.9.1 |
860 | 2024-09-30T17:46:13.302Z | Downloaded radix_trie v0.2.1 |
861 | 2024-09-30T17:46:13.308Z | Downloaded trust-dns-proto v0.22.0 |
862 | 2024-09-30T17:46:13.320Z | Downloaded rustls v0.23.10 |
863 | 2024-09-30T17:46:13.337Z | Downloaded openapiv3 v2.0.0 |
864 | 2024-09-30T17:46:13.350Z | Downloaded smoltcp v0.11.0 |
865 | 2024-09-30T17:46:13.363Z | Downloaded regex-automata v0.4.6 |
866 | 2024-09-30T17:46:13.394Z | Downloaded zerocopy-derive v0.6.6 |
867 | 2024-09-30T17:46:13.411Z | Downloaded ratatui v0.28.0 |
868 | 2024-09-30T17:46:13.438Z | Downloaded petgraph v0.6.5 |
869 | 2024-09-30T17:46:13.457Z | Downloaded typify-impl v0.2.0 |
870 | 2024-09-30T17:46:13.472Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
871 | 2024-09-30T17:46:13.484Z | Downloaded lzma-sys v0.1.20 |
872 | 2024-09-30T17:46:13.517Z | Downloaded sled v0.34.7 |
873 | 2024-09-30T17:46:13.526Z | Downloaded object v0.32.2 |
874 | 2024-09-30T17:46:13.537Z | Downloaded rustls v0.22.4 |
875 | 2024-09-30T17:46:13.551Z | Downloaded regex-syntax v0.8.4 |
876 | 2024-09-30T17:46:13.560Z | Downloaded finl_unicode v1.2.0 |
877 | 2024-09-30T17:46:13.573Z | Downloaded tokio v1.39.3 |
878 | 2024-09-30T17:46:13.610Z | Downloaded csv v1.3.0 |
879 | 2024-09-30T17:46:13.631Z | Downloaded sha3 v0.10.8 |
880 | 2024-09-30T17:46:13.635Z | Downloaded object v0.30.4 |
881 | 2024-09-30T17:46:13.644Z | Downloaded bstr v1.9.1 |
882 | 2024-09-30T17:46:13.655Z | Downloaded curve25519-dalek v4.1.3 |
883 | 2024-09-30T17:46:13.665Z | Downloaded encoding_rs v0.8.34 |
884 | 2024-09-30T17:46:13.688Z | Downloaded rayon v1.10.0 |
885 | 2024-09-30T17:46:13.697Z | Downloaded regex-syntax v0.6.29 |
886 | 2024-09-30T17:46:13.706Z | Downloaded quick-xml v0.33.0 |
887 | 2024-09-30T17:46:13.712Z | Downloaded webpki-roots v0.26.3 |
888 | 2024-09-30T17:46:13.715Z | Downloaded proptest v1.5.0 |
889 | 2024-09-30T17:46:13.727Z | Downloaded dropshot v0.12.0 |
890 | 2024-09-30T17:46:13.751Z | Downloaded regex v1.10.6 |
891 | 2024-09-30T17:46:13.763Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
892 | 2024-09-30T17:46:13.824Z | Downloaded nix v0.27.1 |
893 | 2024-09-30T17:46:13.836Z | Downloaded idna v0.2.3 |
894 | 2024-09-30T17:46:13.843Z | Downloaded toml_edit v0.19.15 |
895 | 2024-09-30T17:46:13.862Z | Downloaded chrono v0.4.38 |
896 | 2024-09-30T17:46:13.869Z | Downloaded bitvec v1.0.1 |
897 | 2024-09-30T17:46:13.884Z | Downloaded bindgen v0.69.4 |
898 | 2024-09-30T17:46:13.891Z | Downloaded unicode-normalization v0.1.23 |
899 | 2024-09-30T17:46:13.895Z | Downloaded p521 v0.13.3 |
900 | 2024-09-30T17:46:13.899Z | Downloaded salty v0.3.0 |
901 | 2024-09-30T17:46:13.907Z | Downloaded lalrpop v0.19.12 |
902 | 2024-09-30T17:46:13.919Z | Downloaded pin-project v1.1.5 |
903 | 2024-09-30T17:46:13.932Z | Downloaded samael v0.0.17 |
904 | 2024-09-30T17:46:13.938Z | Downloaded snafu v0.8.2 |
905 | 2024-09-30T17:46:13.945Z | Downloaded time v0.3.36 |
906 | 2024-09-30T17:46:13.952Z | Downloaded hyper v0.14.30 |
907 | 2024-09-30T17:46:13.960Z | Downloaded rsa v0.9.6 |
908 | 2024-09-30T17:46:13.971Z | Downloaded h2 v0.4.6 |
909 | 2024-09-30T17:46:13.980Z | Downloaded crossterm v0.28.1 |
910 | 2024-09-30T17:46:13.987Z | Downloaded phf_shared v0.11.2 |
911 | 2024-09-30T17:46:13.990Z | Downloaded rustc-hash v2.0.0 |
912 | 2024-09-30T17:46:13.990Z | Downloaded toml v0.7.8 |
913 | 2024-09-30T17:46:13.993Z | Downloaded ed25519-dalek v2.1.1 |
914 | 2024-09-30T17:46:13.996Z | Downloaded ron v0.8.1 |
915 | 2024-09-30T17:46:14.002Z | Downloaded url v2.5.2 |
916 | 2024-09-30T17:46:14.007Z | Downloaded predicates-core v1.0.6 |
917 | 2024-09-30T17:46:14.009Z | Downloaded float-cmp v0.9.0 |
918 | 2024-09-30T17:46:14.009Z | Downloaded test-strategy v0.3.1 |
919 | 2024-09-30T17:46:14.013Z | Downloaded fragile v2.0.0 |
920 | 2024-09-30T17:46:14.015Z | Downloaded snafu-derive v0.8.2 |
921 | 2024-09-30T17:46:14.018Z | Downloaded vergen v8.3.2 |
922 | 2024-09-30T17:46:14.021Z | Downloaded tokio-macros v2.4.0 |
923 | 2024-09-30T17:46:14.021Z | Downloaded diff v0.1.13 |
924 | 2024-09-30T17:46:14.024Z | Downloaded unicode-segmentation v1.11.0 |
925 | 2024-09-30T17:46:14.026Z | Downloaded tough v0.17.1 |
926 | 2024-09-30T17:46:14.036Z | Downloaded elliptic-curve v0.13.8 |
927 | 2024-09-30T17:46:14.040Z | Downloaded unicode-bidi v0.3.15 |
928 | 2024-09-30T17:46:14.043Z | Downloaded num-bigint v0.4.5 |
929 | 2024-09-30T17:46:14.048Z | Downloaded russh-keys v0.45.0 |
930 | 2024-09-30T17:46:14.051Z | Downloaded unicode_categories v0.1.1 |
931 | 2024-09-30T17:46:14.054Z | Downloaded libz-sys v1.1.16 |
932 | 2024-09-30T17:46:14.124Z | Downloaded futures-channel v0.3.30 |
933 | 2024-09-30T17:46:14.127Z | Downloaded hashbrown v0.13.2 |
934 | 2024-09-30T17:46:14.130Z | Downloaded expectorate v1.1.0 |
935 | 2024-09-30T17:46:14.133Z | Downloaded itertools v0.12.1 |
936 | 2024-09-30T17:46:14.141Z | Downloaded rayon-core v1.12.1 |
937 | 2024-09-30T17:46:14.147Z | Downloaded pkcs8 v0.10.2 |
938 | 2024-09-30T17:46:14.150Z | Downloaded parking_lot_core v0.8.6 |
939 | 2024-09-30T17:46:14.153Z | Downloaded num_enum_derive v0.5.11 |
940 | 2024-09-30T17:46:14.156Z | Downloaded pin-project-internal v1.1.5 |
941 | 2024-09-30T17:46:14.158Z | Downloaded hyper v1.4.1 |
942 | 2024-09-30T17:46:14.163Z | Downloaded ring v0.17.8 |
943 | 2024-09-30T17:46:14.240Z | Downloaded libm v0.2.8 |
944 | 2024-09-30T17:46:14.248Z | Downloaded des v0.8.1 |
945 | 2024-09-30T17:46:14.250Z | Downloaded libsqlite3-sys v0.30.1 |
946 | 2024-09-30T17:46:14.334Z | Downloaded headers v0.4.0 |
947 | 2024-09-30T17:46:14.340Z | Downloaded schemars_derive v0.8.21 |
948 | 2024-09-30T17:46:14.343Z | Downloaded scheduled-thread-pool v0.2.7 |
949 | 2024-09-30T17:46:14.343Z | Downloaded same-file v1.0.6 |
950 | 2024-09-30T17:46:14.345Z | Downloaded rustversion v1.0.17 |
951 | 2024-09-30T17:46:14.348Z | Downloaded fatfs v0.3.6 |
952 | 2024-09-30T17:46:14.350Z | Downloaded derive_more v0.99.18 |
953 | 2024-09-30T17:46:14.353Z | Downloaded zerocopy v0.6.6 |
954 | 2024-09-30T17:46:14.356Z | Downloaded ring v0.16.20 |
955 | 2024-09-30T17:46:14.444Z | Downloaded postcard v1.0.8 |
956 | 2024-09-30T17:46:14.447Z | Downloaded sct v0.7.1 |
957 | 2024-09-30T17:46:14.450Z | Downloaded minimal-lexical v0.2.1 |
958 | 2024-09-30T17:46:14.455Z | Downloaded num-bigint-dig v0.8.4 |
959 | 2024-09-30T17:46:14.460Z | Downloaded num_threads v0.1.7 |
960 | 2024-09-30T17:46:14.463Z | Downloaded num-rational v0.4.2 |
961 | 2024-09-30T17:46:14.463Z | Downloaded sqlformat v0.2.6 |
962 | 2024-09-30T17:46:14.465Z | Downloaded tar v0.4.42 |
963 | 2024-09-30T17:46:14.468Z | Downloaded tracing v0.1.40 |
964 | 2024-09-30T17:46:14.471Z | Downloaded untrusted v0.9.0 |
965 | 2024-09-30T17:46:14.474Z | Downloaded untrusted v0.7.1 |
966 | 2024-09-30T17:46:14.474Z | Downloaded progenitor-macro v0.8.0 |
967 | 2024-09-30T17:46:14.477Z | Downloaded pbkdf2 v0.11.0 |
968 | 2024-09-30T17:46:14.477Z | Downloaded universal-hash v0.5.1 |
969 | 2024-09-30T17:46:14.479Z | Downloaded half v2.4.1 |
970 | 2024-09-30T17:46:14.482Z | Downloaded env_logger v0.11.5 |
971 | 2024-09-30T17:46:14.484Z | Downloaded tinyvec v1.6.0 |
972 | 2024-09-30T17:46:14.486Z | Downloaded similar v2.6.0 |
973 | 2024-09-30T17:46:14.491Z | Downloaded omicron-zone-package v0.11.1 |
974 | 2024-09-30T17:46:14.494Z | Downloaded semver v0.1.20 |
975 | 2024-09-30T17:46:14.496Z | Downloaded fallible-iterator v0.3.0 |
976 | 2024-09-30T17:46:14.496Z | Downloaded ssh-encoding v0.2.0 |
977 | 2024-09-30T17:46:14.499Z | Downloaded shlex v1.3.0 |
978 | 2024-09-30T17:46:14.499Z | Downloaded shell-words v1.1.0 |
979 | 2024-09-30T17:46:14.502Z | Downloaded sha1 v0.10.6 |
980 | 2024-09-30T17:46:14.502Z | Downloaded base64 v0.21.7 |
981 | 2024-09-30T17:46:14.505Z | Downloaded rustfmt-wrapper v0.2.1 |
982 | 2024-09-30T17:46:14.508Z | Downloaded rustc_version v0.1.7 |
983 | 2024-09-30T17:46:14.508Z | Downloaded r2d2 v0.8.10 |
984 | 2024-09-30T17:46:14.510Z | Downloaded num-derive v0.4.2 |
985 | 2024-09-30T17:46:14.510Z | Downloaded fallible-iterator v0.2.0 |
986 | 2024-09-30T17:46:14.513Z | Downloaded stringprep v0.1.4 |
987 | 2024-09-30T17:46:14.513Z | Downloaded smallvec v1.13.2 |
988 | 2024-09-30T17:46:14.516Z | Downloaded serde_plain v1.0.2 |
989 | 2024-09-30T17:46:14.516Z | Downloaded cc v1.0.97 |
990 | 2024-09-30T17:46:14.519Z | Downloaded whoami v1.5.2 |
991 | 2024-09-30T17:46:14.522Z | Downloaded time-macros v0.2.18 |
992 | 2024-09-30T17:46:14.524Z | Downloaded spin v0.9.8 |
993 | 2024-09-30T17:46:14.527Z | Downloaded env_logger v0.10.2 |
994 | 2024-09-30T17:46:14.529Z | Downloaded http v1.1.0 |
995 | 2024-09-30T17:46:14.532Z | Downloaded tracing-attributes v0.1.27 |
996 | 2024-09-30T17:46:14.535Z | Downloaded peg-macros v0.8.4 |
997 | 2024-09-30T17:46:14.538Z | Downloaded hickory-client v0.24.1 |
998 | 2024-09-30T17:46:14.541Z | Downloaded compact_str v0.8.0 |
999 | 2024-09-30T17:46:14.543Z | Downloaded serde-hex v0.1.0 |
1000 | 2024-09-30T17:46:14.546Z | Downloaded uuid v1.10.0 |
1001 | 2024-09-30T17:46:14.549Z | Downloaded rusty-fork v0.3.0 |
1002 | 2024-09-30T17:46:14.551Z | Downloaded hex-literal v0.4.1 |
1003 | 2024-09-30T17:46:14.551Z | Downloaded siphasher v0.3.11 |
1004 | 2024-09-30T17:46:14.554Z | Downloaded heck v0.3.3 |
1005 | 2024-09-30T17:46:14.554Z | Downloaded quick-error v1.2.3 |
1006 | 2024-09-30T17:46:14.554Z | Downloaded miniz_oxide v0.8.0 |
1007 | 2024-09-30T17:46:14.556Z | Downloaded pin-utils v0.1.0 |
1008 | 2024-09-30T17:46:14.559Z | Downloaded parse-display-derive v0.10.0 |
1009 | 2024-09-30T17:46:14.559Z | Downloaded cookie v0.18.1 |
1010 | 2024-09-30T17:46:14.561Z | Downloaded crossbeam-channel v0.5.12 |
1011 | 2024-09-30T17:46:14.565Z | Downloaded crossbeam-utils v0.8.19 |
1012 | 2024-09-30T17:46:14.568Z | Downloaded const-oid v0.9.6 |
1013 | 2024-09-30T17:46:14.572Z | Downloaded zone_cfg_derive v0.1.2 |
1014 | 2024-09-30T17:46:14.572Z | Downloaded utf-8 v0.7.6 |
1015 | 2024-09-30T17:46:14.574Z | Downloaded tokio-rustls v0.25.0 |
1016 | 2024-09-30T17:46:14.574Z | Downloaded hex v0.4.3 |
1017 | 2024-09-30T17:46:14.577Z | Downloaded tokio-rustls v0.24.1 |
1018 | 2024-09-30T17:46:14.580Z | Downloaded ipnet v2.10.0 |
1019 | 2024-09-30T17:46:14.580Z | Downloaded indexmap v1.9.3 |
1020 | 2024-09-30T17:46:14.583Z | Downloaded hickory-server v0.24.1 |
1021 | 2024-09-30T17:46:14.589Z | Downloaded arc-swap v1.7.1 |
1022 | 2024-09-30T17:46:14.592Z | Downloaded darling v0.20.9 |
1023 | 2024-09-30T17:46:14.596Z | Downloaded nu-ansi-term v0.50.0 |
1024 | 2024-09-30T17:46:14.598Z | Downloaded hyper-rustls v0.27.3 |
1025 | 2024-09-30T17:46:14.601Z | Downloaded ff v0.13.0 |
1026 | 2024-09-30T17:46:14.603Z | Downloaded env_filter v0.1.2 |
1027 | 2024-09-30T17:46:14.604Z | Downloaded wait-timeout v0.2.0 |
1028 | 2024-09-30T17:46:14.606Z | Downloaded smallvec v0.6.14 |
1029 | 2024-09-30T17:46:14.606Z | Downloaded strum_macros v0.25.3 |
1030 | 2024-09-30T17:46:14.609Z | Downloaded native-tls v0.2.11 |
1031 | 2024-09-30T17:46:14.611Z | Downloaded crc32fast v1.4.0 |
1032 | 2024-09-30T17:46:14.614Z | Downloaded bzip2 v0.4.4 |
1033 | 2024-09-30T17:46:14.614Z | Downloaded base64ct v1.6.0 |
1034 | 2024-09-30T17:46:14.616Z | Downloaded backoff v0.4.0 |
1035 | 2024-09-30T17:46:14.619Z | Downloaded zone v0.1.8 |
1036 | 2024-09-30T17:46:14.619Z | Downloaded walkdir v2.5.0 |
1037 | 2024-09-30T17:46:14.621Z | Downloaded topological-sort v0.2.2 |
1038 | 2024-09-30T17:46:14.621Z | Downloaded buf-list v1.0.3 |
1039 | 2024-09-30T17:46:14.624Z | Downloaded blowfish v0.9.1 |
1040 | 2024-09-30T17:46:14.624Z | Downloaded rtoolbox v0.0.2 |
1041 | 2024-09-30T17:46:14.626Z | Downloaded resolv-conf v0.7.0 |
1042 | 2024-09-30T17:46:14.626Z | Downloaded ref-cast v1.0.23 |
1043 | 2024-09-30T17:46:14.629Z | Downloaded iana-time-zone v0.1.60 |
1044 | 2024-09-30T17:46:14.632Z | Downloaded slog-async v2.8.0 |
1045 | 2024-09-30T17:46:14.635Z | Downloaded base64 v0.22.1 |
1046 | 2024-09-30T17:46:14.641Z | Downloaded constant_time_eq v0.3.0 |
1047 | 2024-09-30T17:46:14.643Z | Downloaded bytes v1.7.2 |
1048 | 2024-09-30T17:46:14.650Z | Downloaded base16ct v0.2.0 |
1049 | 2024-09-30T17:46:14.653Z | Downloaded ctr v0.9.2 |
1050 | 2024-09-30T17:46:14.656Z | Downloaded crossbeam-deque v0.8.5 |
1051 | 2024-09-30T17:46:14.659Z | Downloaded bit-vec v0.6.3 |
1052 | 2024-09-30T17:46:14.661Z | Downloaded bitfield-struct v0.6.1 |
1053 | 2024-09-30T17:46:14.664Z | Downloaded bcrypt-pbkdf v0.10.0 |
1054 | 2024-09-30T17:46:14.666Z | Downloaded libloading v0.8.3 |
1055 | 2024-09-30T17:46:14.669Z | Downloaded toolchain_find v0.4.0 |
1056 | 2024-09-30T17:46:14.672Z | Downloaded argon2 v0.5.3 |
1057 | 2024-09-30T17:46:14.674Z | Downloaded lalrpop-util v0.19.12 |
1058 | 2024-09-30T17:46:14.677Z | Downloaded async-bb8-diesel v0.2.1 |
1059 | 2024-09-30T17:46:14.680Z | Downloaded libsw v3.3.1 |
1060 | 2024-09-30T17:46:14.682Z | Downloaded kstat-rs v0.2.4 |
1061 | 2024-09-30T17:46:14.685Z | Downloaded internet-checksum v0.2.1 |
1062 | 2024-09-30T17:46:14.687Z | Downloaded instability v0.3.2 |
1063 | 2024-09-30T17:46:14.687Z | Downloaded indoc v1.0.9 |
1064 | 2024-09-30T17:46:14.690Z | Downloaded impl-trait-for-tuples v0.2.2 |
1065 | 2024-09-30T17:46:14.695Z | Downloaded hyper-tls v0.6.0 |
1066 | 2024-09-30T17:46:14.698Z | Downloaded httpdate v1.0.3 |
1067 | 2024-09-30T17:46:14.700Z | Downloaded newtype_derive v0.1.6 |
1068 | 2024-09-30T17:46:14.703Z | Downloaded http v0.2.12 |
1069 | 2024-09-30T17:46:14.706Z | Downloaded blake2 v0.10.6 |
1070 | 2024-09-30T17:46:14.708Z | Downloaded memoffset v0.9.1 |
1071 | 2024-09-30T17:46:14.710Z | Downloaded csv-core v0.1.11 |
1072 | 2024-09-30T17:46:14.710Z | Downloaded bcs v0.1.6 |
1073 | 2024-09-30T17:46:14.713Z | Downloaded arrayref v0.3.7 |
1074 | 2024-09-30T17:46:14.715Z | Downloaded humantime v2.1.0 |
1075 | 2024-09-30T17:46:14.715Z | Downloaded atomicwrites v0.4.4 |
1076 | 2024-09-30T17:46:14.717Z | Downloaded ahash v0.8.11 |
1077 | 2024-09-30T17:46:14.719Z | Downloaded const_format_proc_macros v0.2.33 |
1078 | 2024-09-30T17:46:14.722Z | Downloaded keccak v0.1.5 |
1079 | 2024-09-30T17:46:14.722Z | Downloaded http-range v0.1.5 |
1080 | 2024-09-30T17:46:14.724Z | Downloaded http-body-util v0.1.2 |
1081 | 2024-09-30T17:46:14.724Z | Downloaded console v0.15.8 |
1082 | 2024-09-30T17:46:14.726Z | Downloaded ascii-canvas v3.0.0 |
1083 | 2024-09-30T17:46:14.728Z | Downloaded inout v0.1.3 |
1084 | 2024-09-30T17:46:14.728Z | Downloaded hubpack v0.1.2 |
1085 | 2024-09-30T17:46:14.731Z | Downloaded http-body v0.4.6 |
1086 | 2024-09-30T17:46:14.731Z | Downloaded hostname v0.4.0 |
1087 | 2024-09-30T17:46:14.734Z | Downloaded debug-ignore v1.0.5 |
1088 | 2024-09-30T17:46:14.734Z | Downloaded curve25519-dalek-derive v0.1.1 |
1089 | 2024-09-30T17:46:14.737Z | Downloaded bit-set v0.5.3 |
1090 | 2024-09-30T17:46:14.737Z | Downloaded aead v0.5.2 |
1091 | 2024-09-30T17:46:14.737Z | Downloaded adler v1.0.2 |
1092 | 2024-09-30T17:46:14.740Z | Downloaded match_cfg v0.1.0 |
1093 | 2024-09-30T17:46:14.740Z | Downloaded cbc v0.1.2 |
1094 | 2024-09-30T17:46:14.740Z | Downloaded block-padding v0.3.3 |
1095 | 2024-09-30T17:46:14.742Z | Downloaded bitfield v0.14.0 |
1096 | 2024-09-30T17:46:14.834Z | Compiling serde v1.0.210 |
1097 | 2024-09-30T17:46:14.836Z | Compiling typenum v1.17.0 |
1098 | 2024-09-30T17:46:14.837Z | Compiling generic-array v0.14.7 |
1099 | 2024-09-30T17:46:14.837Z | Compiling lock_api v0.4.12 |
1100 | 2024-09-30T17:46:15.035Z | Compiling scopeguard v1.2.0 |
1101 | 2024-09-30T17:46:15.038Z | Compiling value-bag v1.9.0 |
1102 | 2024-09-30T17:46:15.071Z | Compiling syn v2.0.79 |
1103 | 2024-09-30T17:46:15.071Z | Compiling getrandom v0.2.14 |
1104 | 2024-09-30T17:46:15.200Z | Compiling subtle v2.5.0 |
1105 | 2024-09-30T17:46:15.310Z | Compiling rand_core v0.6.4 |
1106 | 2024-09-30T17:46:15.519Z | Compiling log v0.4.22 |
1107 | 2024-09-30T17:46:15.549Z | Compiling const-oid v0.9.6 |
1108 | 2024-09-30T17:46:15.565Z | Compiling jobserver v0.1.32 |
1109 | 2024-09-30T17:46:15.631Z | Compiling pin-project-lite v0.2.14 |
1110 | 2024-09-30T17:46:15.762Z | Compiling smallvec v1.13.2 |
1111 | 2024-09-30T17:46:15.865Z | Compiling parking_lot_core v0.9.10 |
1112 | 2024-09-30T17:46:15.963Z | Compiling cc v1.0.97 |
1113 | 2024-09-30T17:46:16.151Z | Compiling signal-hook-registry v1.4.2 |
1114 | 2024-09-30T17:46:16.340Z | Compiling futures-core v0.3.30 |
1115 | 2024-09-30T17:46:16.458Z | Compiling mio v1.0.2 |
1116 | 2024-09-30T17:46:16.605Z | Compiling ahash v0.8.11 |
1117 | 2024-09-30T17:46:16.965Z | Compiling parking_lot v0.12.2 |
1118 | 2024-09-30T17:46:16.968Z | Compiling cpufeatures v0.2.12 |
1119 | 2024-09-30T17:46:17.045Z | Compiling futures-sink v0.3.30 |
1120 | 2024-09-30T17:46:17.161Z | Compiling socket2 v0.5.7 |
1121 | 2024-09-30T17:46:17.205Z | Compiling slab v0.4.9 |
1122 | 2024-09-30T17:46:17.550Z | Compiling allocator-api2 v0.2.18 |
1123 | 2024-09-30T17:46:17.605Z | Compiling spin v0.9.8 |
1124 | 2024-09-30T17:46:17.748Z | Compiling tinyvec_macros v0.1.1 |
1125 | 2024-09-30T17:46:17.843Z | Compiling tinyvec v1.6.0 |
1126 | 2024-09-30T17:46:17.861Z | Compiling futures-channel v0.3.30 |
1127 | 2024-09-30T17:46:17.964Z | Compiling libm v0.2.8 |
1128 | 2024-09-30T17:46:18.007Z | Compiling futures-io v0.3.30 |
1129 | 2024-09-30T17:46:18.161Z | Compiling pin-utils v0.1.0 |
1130 | 2024-09-30T17:46:18.258Z | Compiling base64ct v1.6.0 |
1131 | 2024-09-30T17:46:18.279Z | Compiling futures-task v0.3.30 |
1132 | 2024-09-30T17:46:18.320Z | Compiling serde_json v1.0.128 |
1133 | 2024-09-30T17:46:18.362Z | Compiling num-traits v0.2.19 |
1134 | 2024-09-30T17:46:18.488Z | Compiling flagset v0.4.5 |
1135 | 2024-09-30T17:46:18.614Z | Compiling unicode-bidi v0.3.15 |
1136 | 2024-09-30T17:46:18.929Z | Compiling pem-rfc7468 v0.7.0 |
1137 | 2024-09-30T17:46:18.935Z | Compiling tracing-core v0.1.32 |
1138 | 2024-09-30T17:46:18.956Z | Compiling vcpkg v0.2.15 |
1139 | 2024-09-30T17:46:19.481Z | Compiling unicode-normalization v0.1.23 |
1140 | 2024-09-30T17:46:19.606Z | Compiling pkg-config v0.3.30 |
1141 | 2024-09-30T17:46:20.282Z | Compiling crossbeam-utils v0.8.19 |
1142 | 2024-09-30T17:46:20.303Z | Compiling ring v0.17.8 |
1143 | 2024-09-30T17:46:20.441Z | Compiling httparse v1.8.0 |
1144 | 2024-09-30T17:46:20.638Z | Compiling percent-encoding v2.3.1 |
1145 | 2024-09-30T17:46:21.009Z | Compiling ppv-lite86 v0.2.17 |
1146 | 2024-09-30T17:46:21.070Z | Compiling rustls-pki-types v1.7.0 |
1147 | 2024-09-30T17:46:21.202Z | Compiling rustix v0.38.34 |
1148 | 2024-09-30T17:46:21.281Z | Compiling openssl-sys v0.9.103 |
1149 | 2024-09-30T17:46:21.798Z | Compiling rand_chacha v0.3.1 |
1150 | 2024-09-30T17:46:21.858Z | Compiling try-lock v0.2.5 |
1151 | 2024-09-30T17:46:22.004Z | Compiling want v0.3.1 |
1152 | 2024-09-30T17:46:22.227Z | Compiling rand v0.8.5 |
1153 | 2024-09-30T17:46:22.273Z | Compiling foreign-types-shared v0.1.1 |
1154 | 2024-09-30T17:46:22.352Z | Compiling httpdate v1.0.3 |
1155 | 2024-09-30T17:46:22.372Z | Compiling rustversion v1.0.17 |
1156 | 2024-09-30T17:46:22.428Z | Compiling powerfmt v0.2.0 |
1157 | 2024-09-30T17:46:22.757Z | Compiling openssl v0.10.66 |
1158 | 2024-09-30T17:46:22.815Z | Compiling atomic-waker v1.1.2 |
1159 | 2024-09-30T17:46:22.835Z | Compiling time-core v0.1.2 |
1160 | 2024-09-30T17:46:22.998Z | Compiling num-conv v0.1.0 |
1161 | 2024-09-30T17:46:23.018Z | Compiling untrusted v0.9.0 |
1162 | 2024-09-30T17:46:23.142Z | Compiling deranged v0.3.11 |
1163 | 2024-09-30T17:46:23.215Z | Compiling foreign-types v0.3.2 |
1164 | 2024-09-30T17:46:23.251Z | Compiling time-macros v0.2.18 |
1165 | 2024-09-30T17:46:23.307Z | Compiling form_urlencoded v1.2.1 |
1166 | 2024-09-30T17:46:23.658Z | Compiling aho-corasick v1.1.3 |
1167 | 2024-09-30T17:46:24.049Z | Compiling syn v1.0.109 |
1168 | 2024-09-30T17:46:24.197Z | Compiling base64 v0.22.1 |
1169 | 2024-09-30T17:46:24.603Z | Compiling tower-service v0.3.2 |
1170 | 2024-09-30T17:46:24.711Z | Compiling num_threads v0.1.7 |
1171 | 2024-09-30T17:46:24.730Z | Compiling siphasher v0.3.11 |
1172 | 2024-09-30T17:46:24.844Z | Compiling regex-syntax v0.8.4 |
1173 | 2024-09-30T17:46:24.974Z | Compiling rustls v0.23.10 |
1174 | 2024-09-30T17:46:24.998Z | Compiling native-tls v0.2.11 |
1175 | 2024-09-30T17:46:25.254Z | Compiling crossbeam-epoch v0.9.18 |
1176 | 2024-09-30T17:46:25.356Z | Compiling idna v0.5.0 |
1177 | 2024-09-30T17:46:25.999Z | Compiling lazy_static v1.5.0 |
1178 | 2024-09-30T17:46:26.123Z | Compiling cookie v0.18.1 |
1179 | 2024-09-30T17:46:26.388Z | Compiling openssl-probe v0.1.5 |
1180 | 2024-09-30T17:46:26.521Z | Compiling iana-time-zone v0.1.60 |
1181 | 2024-09-30T17:46:26.543Z | Compiling time v0.3.36 |
1182 | 2024-09-30T17:46:26.710Z | Compiling rayon-core v1.12.1 |
1183 | 2024-09-30T17:46:26.909Z | Compiling finl_unicode v1.2.0 |
1184 | 2024-09-30T17:46:26.934Z | Compiling slog v2.7.0 |
1185 | 2024-09-30T17:46:26.994Z | Compiling either v1.13.0 |
1186 | 2024-09-30T17:46:27.465Z | Compiling stringprep v0.1.4 |
1187 | 2024-09-30T17:46:27.507Z | Compiling url v2.5.2 |
1188 | 2024-09-30T17:46:27.581Z | Compiling crossbeam-deque v0.8.5 |
1189 | 2024-09-30T17:46:28.705Z | Compiling regex-automata v0.4.6 |
1190 | 2024-09-30T17:46:29.055Z | Compiling num-integer v0.1.46 |
1191 | 2024-09-30T17:46:29.445Z | Compiling idna v0.3.0 |
1192 | 2024-09-30T17:46:29.487Z | Compiling serde_derive v1.0.210 |
1193 | 2024-09-30T17:46:29.834Z | Compiling zeroize_derive v1.4.2 |
1194 | 2024-09-30T17:46:31.071Z | Compiling zerocopy-derive v0.7.34 |
1195 | 2024-09-30T17:46:31.343Z | Compiling tokio-macros v2.4.0 |
1196 | 2024-09-30T17:46:31.495Z | Compiling zeroize v1.8.1 |
1197 | 2024-09-30T17:46:31.516Z | Compiling futures-macro v0.3.30 |
1198 | 2024-09-30T17:46:31.707Z | Compiling der_derive v0.7.2 |
1199 | 2024-09-30T17:46:33.014Z | Compiling thiserror-impl v1.0.64 |
1200 | 2024-09-30T17:46:33.339Z | Compiling crypto-common v0.1.6 |
1201 | 2024-09-30T17:46:33.382Z | Compiling block-buffer v0.10.4 |
1202 | 2024-09-30T17:46:33.593Z | Compiling zerocopy v0.7.34 |
1203 | 2024-09-30T17:46:33.625Z | Compiling digest v0.10.7 |
1204 | 2024-09-30T17:46:33.657Z | Compiling block-padding v0.3.3 |
1205 | 2024-09-30T17:46:33.926Z | Compiling inout v0.1.3 |
1206 | 2024-09-30T17:46:34.134Z | Compiling hmac v0.12.1 |
1207 | 2024-09-30T17:46:34.214Z | Compiling cipher v0.4.4 |
1208 | 2024-09-30T17:46:34.286Z | Compiling sha2 v0.10.8 |
1209 | 2024-09-30T17:46:34.375Z | Compiling futures-util v0.3.30 |
1210 | 2024-09-30T17:46:34.733Z | Compiling der v0.7.9 |
1211 | 2024-09-30T17:46:35.843Z | Compiling hashbrown v0.14.5 |
1212 | 2024-09-30T17:46:36.449Z | Compiling thiserror v1.0.64 |
1213 | 2024-09-30T17:46:36.590Z | Compiling salsa20 v0.10.2 |
1214 | 2024-09-30T17:46:36.813Z | Compiling pbkdf2 v0.12.2 |
1215 | 2024-09-30T17:46:36.987Z | Compiling spki v0.7.3 |
1216 | 2024-09-30T17:46:37.273Z | Compiling tracing-attributes v0.1.27 |
1217 | 2024-09-30T17:46:37.359Z | Compiling scrypt v0.11.0 |
1218 | 2024-09-30T17:46:37.892Z | Compiling cbc v0.1.2 |
1219 | 2024-09-30T17:46:37.931Z | Compiling aes v0.8.4 |
1220 | 2024-09-30T17:46:38.135Z | Compiling pest v2.7.10 |
1221 | 2024-09-30T17:46:38.154Z | Compiling scroll_derive v0.12.0 |
1222 | 2024-09-30T17:46:39.619Z | Compiling pkcs5 v0.7.1 |
1223 | 2024-09-30T17:46:40.736Z | Compiling pest_meta v2.7.10 |
1224 | 2024-09-30T17:46:40.777Z | Compiling pkcs8 v0.10.2 |
1225 | 2024-09-30T17:46:40.838Z | Compiling scroll v0.12.0 |
1226 | 2024-09-30T17:46:41.161Z | Compiling tracing v0.1.40 |
1227 | 2024-09-30T17:46:41.230Z | Compiling openssl-macros v0.1.1 |
1228 | 2024-09-30T17:46:41.423Z | Compiling goblin v0.8.2 |
1229 | 2024-09-30T17:46:41.474Z | Compiling signature v2.2.0 |
1230 | 2024-09-30T17:46:41.623Z | Compiling rustls-webpki v0.102.4 |
1231 | 2024-09-30T17:46:41.662Z | Compiling md-5 v0.10.6 |
1232 | 2024-09-30T17:46:41.763Z | Compiling backtrace v0.3.71 |
1233 | 2024-09-30T17:46:41.930Z | Compiling pest_generator v2.7.10 |
1234 | 2024-09-30T17:46:42.020Z | Compiling ff v0.13.0 |
1235 | 2024-09-30T17:46:42.235Z | Compiling hash32 v0.2.1 |
1236 | 2024-09-30T17:46:42.255Z | Compiling stable_deref_trait v1.2.0 |
1237 | 2024-09-30T17:46:42.339Z | Compiling signal-hook v0.3.17 |
1238 | 2024-09-30T17:46:42.364Z | Compiling num-bigint-dig v0.8.4 |
1239 | 2024-09-30T17:46:42.623Z | Compiling fallible-iterator v0.2.0 |
1240 | 2024-09-30T17:46:42.660Z | Compiling gimli v0.28.1 |
1241 | 2024-09-30T17:46:43.354Z | Compiling base16ct v0.2.0 |
1242 | 2024-09-30T17:46:43.725Z | Compiling adler v1.0.2 |
1243 | 2024-09-30T17:46:43.767Z | Compiling smoltcp v0.9.1 |
1244 | 2024-09-30T17:46:43.937Z | Compiling bytes v1.7.2 |
1245 | 2024-09-30T17:46:43.974Z | Compiling indexmap v2.5.0 |
1246 | 2024-09-30T17:46:44.266Z | Compiling bitflags v2.6.0 |
1247 | 2024-09-30T17:46:44.713Z | Compiling semver v1.0.23 |
1248 | 2024-09-30T17:46:45.238Z | Compiling tokio v1.39.3 |
1249 | 2024-09-30T17:46:45.495Z | Compiling rustc_version v0.4.0 |
1250 | 2024-09-30T17:46:45.495Z | Compiling http v1.1.0 |
1251 | 2024-09-30T17:46:45.940Z | Compiling pest_derive v2.7.10 |
1252 | 2024-09-30T17:46:46.754Z | Compiling dtrace-parser v0.2.0 |
1253 | 2024-09-30T17:46:47.644Z | Compiling http-body v1.0.0 |
1254 | 2024-09-30T17:46:47.667Z | Compiling dof v0.3.0 |
1255 | 2024-09-30T17:46:47.888Z | Compiling heapless v0.7.17 |
1256 | 2024-09-30T17:46:48.364Z | Compiling uuid v1.10.0 |
1257 | 2024-09-30T17:46:49.014Z | Compiling usdt-impl v0.5.0 |
1258 | 2024-09-30T17:46:49.924Z | Compiling curve25519-dalek v4.1.3 |
1259 | 2024-09-30T17:46:49.972Z | Compiling http v0.2.12 |
1260 | 2024-09-30T17:46:50.566Z | Compiling serde_spanned v0.6.7 |
1261 | 2024-09-30T17:46:50.588Z | Compiling toml_datetime v0.6.8 |
1262 | 2024-09-30T17:46:50.816Z | Compiling chrono v0.4.38 |
1263 | 2024-09-30T17:46:51.121Z | Compiling serde_tokenstream v0.2.2 |
1264 | 2024-09-30T17:46:51.669Z | Compiling crc32fast v1.4.0 |
1265 | 2024-09-30T17:46:51.736Z | Compiling portable-atomic v1.6.0 |
1266 | 2024-09-30T17:46:51.778Z | Compiling psl-types v2.0.11 |
1267 | 2024-09-30T17:46:51.991Z | Compiling publicsuffix v2.2.3 |
1268 | 2024-09-30T17:46:52.284Z | Compiling terminal_size v0.3.0 |
1269 | 2024-09-30T17:46:52.488Z | Compiling http-body-util v0.1.2 |
1270 | 2024-09-30T17:46:52.523Z | Compiling addr2line v0.21.0 |
1271 | 2024-09-30T17:46:52.844Z | Compiling postgres-protocol v0.6.7 |
1272 | 2024-09-30T17:46:53.021Z | Compiling miniz_oxide v0.7.2 |
1273 | 2024-09-30T17:46:53.183Z | Compiling sec1 v0.7.3 |
1274 | 2024-09-30T17:46:53.567Z | Compiling tokio-util v0.7.12 |
1275 | 2024-09-30T17:46:53.795Z | Compiling tokio-rustls v0.26.0 |
1276 | 2024-09-30T17:46:53.881Z | Compiling hubpack_derive v0.1.1 |
1277 | 2024-09-30T17:46:54.280Z | Compiling group v0.13.0 |
1278 | 2024-09-30T17:46:54.595Z | Compiling h2 v0.4.6 |
1279 | 2024-09-30T17:46:54.634Z | Compiling tokio-native-tls v0.3.1 |
1280 | 2024-09-30T17:46:54.821Z | Compiling hkdf v0.12.4 |
1281 | 2024-09-30T17:46:54.838Z | Compiling crypto-bigint v0.5.5 |
1282 | 2024-09-30T17:46:54.922Z | Compiling num-iter v0.1.45 |
1283 | 2024-09-30T17:46:54.996Z | Compiling curve25519-dalek-derive v0.1.1 |
1284 | 2024-09-30T17:46:55.064Z | Compiling zerocopy-derive v0.6.6 |
1285 | 2024-09-30T17:46:55.120Z | Compiling async-trait v0.1.83 |
1286 | 2024-09-30T17:46:57.280Z | Compiling phf_shared v0.11.2 |
1287 | 2024-09-30T17:46:57.613Z | Compiling serde_derive_internals v0.29.1 |
1288 | 2024-09-30T17:46:57.637Z | Compiling webpki-roots v0.26.3 |
1289 | 2024-09-30T17:46:57.718Z | Compiling object v0.32.2 |
1290 | 2024-09-30T17:46:57.838Z | Compiling fs-err v2.11.0 |
1291 | 2024-09-30T17:46:57.928Z | Compiling anyhow v1.0.89 |
1292 | 2024-09-30T17:46:58.151Z | Compiling winnow v0.5.40 |
1293 | 2024-09-30T17:46:58.584Z | Compiling rustc-demangle v0.1.24 |
1294 | 2024-09-30T17:46:58.620Z | Compiling ipnet v2.10.0 |
1295 | 2024-09-30T17:46:59.585Z | Compiling schemars v0.8.21 |
1296 | 2024-09-30T17:46:59.870Z | Compiling adler2 v2.0.0 |
1297 | 2024-09-30T17:46:59.968Z | Compiling bitflags v1.3.2 |
1298 | 2024-09-30T17:47:00.082Z | Compiling managed v0.8.0 |
1299 | 2024-09-30T17:47:00.084Z | Compiling clap_builder v4.5.18 |
1300 | 2024-09-30T17:47:00.413Z | Compiling schemars_derive v0.8.21 |
1301 | 2024-09-30T17:47:00.601Z | Compiling miniz_oxide v0.8.0 |
1302 | 2024-09-30T17:47:01.151Z | Compiling console v0.15.8 |
1303 | 2024-09-30T17:47:02.093Z | Compiling hyper v1.4.1 |
1304 | 2024-09-30T17:47:02.175Z | Compiling toml_edit v0.19.15 |
1305 | 2024-09-30T17:47:02.686Z | Compiling elliptic-curve v0.13.8 |
1306 | 2024-09-30T17:47:02.733Z | Compiling rayon v1.10.0 |
1307 | 2024-09-30T17:47:03.545Z | Compiling phf v0.11.2 |
1308 | 2024-09-30T17:47:03.815Z | Compiling zerocopy v0.6.6 |
1309 | 2024-09-30T17:47:03.863Z | Compiling cookie_store v0.21.0 |
1310 | 2024-09-30T17:47:04.667Z | Compiling hyper-util v0.1.9 |
1311 | 2024-09-30T17:47:06.283Z | Compiling hubpack v0.1.2 |
1312 | 2024-09-30T17:47:06.748Z | Compiling h2 v0.3.26 |
1313 | 2024-09-30T17:47:07.531Z | Compiling hyper-tls v0.6.0 |
1314 | 2024-09-30T17:47:07.836Z | Compiling hyper-rustls v0.27.3 |
1315 | 2024-09-30T17:47:08.500Z | Compiling postgres-types v0.2.8 |
1316 | 2024-09-30T17:47:09.349Z | Compiling usdt-macro v0.5.0 |
1317 | 2024-09-30T17:47:09.587Z | Compiling usdt-attr-macro v0.5.0 |
1318 | 2024-09-30T17:47:10.071Z | Compiling http-body v0.4.6 |
1319 | 2024-09-30T17:47:10.074Z | Compiling serde-big-array v0.5.1 |
1320 | 2024-09-30T17:47:10.176Z | Compiling serde_urlencoded v0.7.1 |
1321 | 2024-09-30T17:47:10.314Z | Compiling ed25519 v2.2.3 |
1322 | 2024-09-30T17:47:10.527Z | Compiling pkcs1 v0.7.5 |
1323 | 2024-09-30T17:47:10.694Z | Compiling futures-executor v0.3.30 |
1324 | 2024-09-30T17:47:10.895Z | Compiling rfc6979 v0.4.0 |
1325 | 2024-09-30T17:47:11.074Z | Compiling regex v1.10.6 |
1326 | 2024-09-30T17:47:11.268Z | Compiling bstr v1.9.1 |
1327 | 2024-09-30T17:47:11.271Z | Compiling strum_macros v0.25.3 |
1328 | 2024-09-30T17:47:11.548Z | Compiling enum-as-inner v0.6.0 |
1329 | 2024-09-30T17:47:12.163Z | Compiling clap_derive v4.5.18 |
1330 | 2024-09-30T17:47:12.356Z | Compiling serde_repr v0.1.19 |
1331 | 2024-09-30T17:47:12.663Z | Compiling phf_shared v0.10.0 |
1332 | 2024-09-30T17:47:13.025Z | Compiling rustls-pemfile v2.1.3 |
1333 | 2024-09-30T17:47:13.064Z | Compiling float-cmp v0.9.0 |
1334 | 2024-09-30T17:47:13.292Z | Compiling idna v0.4.0 |
1335 | 2024-09-30T17:47:13.538Z | Compiling sync_wrapper v1.0.1 |
1336 | 2024-09-30T17:47:13.564Z | Compiling mio v0.8.11 |
1337 | 2024-09-30T17:47:13.607Z | Compiling encoding_rs v0.8.34 |
1338 | 2024-09-30T17:47:13.691Z | Compiling mime v0.3.17 |
1339 | 2024-09-30T17:47:14.310Z | Compiling precomputed-hash v0.1.1 |
1340 | 2024-09-30T17:47:14.433Z | Compiling unicode-segmentation v1.11.0 |
1341 | 2024-09-30T17:47:14.862Z | Compiling normalize-line-endings v0.3.0 |
1342 | 2024-09-30T17:47:14.915Z | Compiling dyn-clone v1.0.17 |
1343 | 2024-09-30T17:47:14.992Z | Compiling bit-vec v0.6.3 |
1344 | 2024-09-30T17:47:15.147Z | Compiling fixedbitset v0.4.2 |
1345 | 2024-09-30T17:47:15.271Z | Compiling difflib v0.4.0 |
1346 | 2024-09-30T17:47:15.386Z | Compiling predicates-core v1.0.6 |
1347 | 2024-09-30T17:47:15.459Z | Compiling number_prefix v0.4.0 |
1348 | 2024-09-30T17:47:15.627Z | Compiling data-encoding v2.6.0 |
1349 | 2024-09-30T17:47:15.682Z | Compiling minimal-lexical v0.2.1 |
1350 | 2024-09-30T17:47:15.747Z | Compiling whoami v1.5.2 |
1351 | 2024-09-30T17:47:16.207Z | Compiling static_assertions v1.1.0 |
1352 | 2024-09-30T17:47:16.314Z | Compiling new_debug_unreachable v1.0.6 |
1353 | 2024-09-30T17:47:16.388Z | Compiling hickory-proto v0.24.1 |
1354 | 2024-09-30T17:47:16.413Z | Compiling string_cache v0.8.7 |
1355 | 2024-09-30T17:47:16.850Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1356 | 2024-09-30T17:47:16.909Z | Compiling nom v7.1.3 |
1357 | 2024-09-30T17:47:17.215Z | Compiling clap v4.5.18 |
1358 | 2024-09-30T17:47:17.339Z | Compiling tokio-postgres v0.7.12 |
1359 | 2024-09-30T17:47:17.388Z | Compiling reqwest v0.12.7 |
1360 | 2024-09-30T17:47:18.033Z | Compiling predicates v3.1.2 |
1361 | 2024-09-30T17:47:18.149Z | Compiling indicatif v0.17.8 |
1362 | 2024-09-30T17:47:19.784Z | Compiling toml_edit v0.22.22 |
1363 | 2024-09-30T17:47:20.172Z | Compiling petgraph v0.6.5 |
1364 | 2024-09-30T17:47:20.437Z | Compiling bit-set v0.5.3 |
1365 | 2024-09-30T17:47:20.693Z | Compiling similar v2.6.0 |
1366 | 2024-09-30T17:47:23.091Z | Compiling signal-hook-mio v0.2.4 |
1367 | 2024-09-30T17:47:23.146Z | Compiling hyper v0.14.30 |
1368 | 2024-09-30T17:47:23.259Z | Compiling usdt v0.5.0 |
1369 | 2024-09-30T17:47:23.806Z | Compiling ecdsa v0.16.9 |
1370 | 2024-09-30T17:47:23.827Z | Compiling rsa v0.9.6 |
1371 | 2024-09-30T17:47:24.244Z | Compiling futures v0.3.30 |
1372 | 2024-09-30T17:47:24.374Z | Compiling ed25519-dalek v2.1.1 |
1373 | 2024-09-30T17:47:24.617Z | Compiling flate2 v1.0.34 |
1374 | 2024-09-30T17:47:25.545Z | Compiling toml v0.7.8 |
1375 | 2024-09-30T17:47:25.688Z | Compiling tokio-stream v0.1.16 |
1376 | 2024-09-30T17:47:26.456Z | Compiling openapiv3 v2.0.0 |
1377 | 2024-09-30T17:47:26.729Z | Compiling hex v0.4.3 |
1378 | 2024-09-30T17:47:26.777Z | Compiling x509-cert v0.2.5 |
1379 | 2024-09-30T17:47:27.255Z | Compiling sha1 v0.10.6 |
1380 | 2024-09-30T17:47:27.346Z | Compiling itertools v0.12.1 |
1381 | 2024-09-30T17:47:27.710Z | Compiling itertools v0.10.5 |
1382 | 2024-09-30T17:47:28.124Z | Compiling dirs-sys-next v0.1.2 |
1383 | 2024-09-30T17:47:28.874Z | Compiling lalrpop-util v0.19.12 |
1384 | 2024-09-30T17:47:29.227Z | Compiling unicode-xid v0.2.4 |
1385 | 2024-09-30T17:47:29.410Z | Compiling peg-runtime v0.8.3 |
1386 | 2024-09-30T17:47:29.941Z | Compiling dirs-next v2.0.0 |
1387 | 2024-09-30T17:47:30.057Z | Compiling thread_local v1.1.8 |
1388 | 2024-09-30T17:47:30.135Z | Compiling slog-async v2.8.0 |
1389 | 2024-09-30T17:47:30.468Z | Compiling term v0.7.0 |
1390 | 2024-09-30T17:47:30.506Z | Compiling xattr v1.3.1 |
1391 | 2024-09-30T17:47:30.620Z | Compiling strum_macros v0.26.4 |
1392 | 2024-09-30T17:47:30.745Z | Compiling crossbeam-channel v0.5.12 |
1393 | 2024-09-30T17:47:30.765Z | Compiling is-terminal v0.4.12 |
1394 | 2024-09-30T17:47:30.841Z | Compiling filetime v0.2.25 |
1395 | 2024-09-30T17:47:30.895Z | Compiling take_mut v0.2.2 |
1396 | 2024-09-30T17:47:31.060Z | Compiling tar v0.4.42 |
1397 | 2024-09-30T17:47:31.164Z | Compiling slog-term v2.9.1 |
1398 | 2024-09-30T17:47:31.858Z | Compiling camino v1.1.9 |
1399 | 2024-09-30T17:47:32.833Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1400 | 2024-09-30T17:47:33.798Z | Compiling strum v0.26.3 |
1401 | 2024-09-30T17:47:33.877Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1402 | 2024-09-30T17:47:39.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
1403 | 2024-09-30T17:47:39.490Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1404 | 2024-09-30T17:47:39.540Z | Sep 30 17:47:38.590 INFO Starting download, target: Cockroach |
1405 | 2024-09-30T17:47:39.543Z | Sep 30 17:47:38.590 INFO Starting download, target: Clickhouse |
1406 | 2024-09-30T17:47:39.543Z | Sep 30 17:47:38.590 INFO Starting download, target: Console |
1407 | 2024-09-30T17:47:39.543Z | Sep 30 17:47:38.590 INFO Starting download, target: DendriteOpenapi |
1408 | 2024-09-30T17:47:39.543Z | Sep 30 17:47:38.590 INFO Starting download, target: DendriteStub |
1409 | 2024-09-30T17:47:39.543Z | Sep 30 17:47:38.590 INFO Starting download, target: MaghemiteMgd |
1410 | 2024-09-30T17:47:39.543Z | Sep 30 17:47:38.590 INFO Starting download, target: TransceiverControl |
1411 | 2024-09-30T17:47:39.543Z | Sep 30 17:47:38.591 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi |
1412 | 2024-09-30T17:47:39.543Z | Sep 30 17:47:38.591 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1413 | 2024-09-30T17:47:39.543Z | Sep 30 17:47:38.591 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1414 | 2024-09-30T17:47:39.543Z | Sep 30 17:47:38.591 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1415 | 2024-09-30T17:47:39.544Z | Sep 30 17:47:38.591 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1416 | 2024-09-30T17:47:39.544Z | Sep 30 17:47:38.591 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1417 | 2024-09-30T17:47:39.544Z | Sep 30 17:47:38.591 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1418 | 2024-09-30T17:47:39.681Z | Sep 30 17:47:38.730 INFO Download complete, target: DendriteOpenapi |
1419 | 2024-09-30T17:47:39.729Z | Sep 30 17:47:38.778 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1420 | 2024-09-30T17:47:40.131Z | Sep 30 17:47:39.182 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1421 | 2024-09-30T17:47:40.203Z | Sep 30 17:47:39.253 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1422 | 2024-09-30T17:47:40.248Z | Sep 30 17:47:39.299 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1423 | 2024-09-30T17:47:40.497Z | Sep 30 17:47:39.548 INFO Download complete, target: TransceiverControl |
1424 | 2024-09-30T17:47:40.507Z | Sep 30 17:47:39.558 INFO Download complete, target: Console |
1425 | 2024-09-30T17:47:41.008Z | Sep 30 17:47:40.059 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1426 | 2024-09-30T17:47:41.008Z | Sep 30 17:47:40.059 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1427 | 2024-09-30T17:47:41.993Z | Sep 30 17:47:41.045 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1428 | 2024-09-30T17:47:43.276Z | Sep 30 17:47:42.328 INFO Download complete, target: DendriteStub |
1429 | 2024-09-30T17:47:43.428Z | Sep 30 17:47:42.481 INFO Download complete, target: MaghemiteMgd |
1430 | 2024-09-30T17:47:49.303Z | Sep 30 17:47:48.359 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1431 | 2024-09-30T17:47:49.610Z | Sep 30 17:47:48.665 INFO Checking that binary works, target: Cockroach |
1432 | 2024-09-30T17:47:49.768Z | Sep 30 17:47:48.822 INFO Download complete, target: Cockroach |
1433 | 2024-09-30T17:47:55.973Z | Sep 30 17:47:55.032 INFO Checking that binary works, target: Clickhouse |
1434 | 2024-09-30T17:47:56.148Z | Sep 30 17:47:55.200 INFO Download complete, target: Clickhouse |
1435 | 2024-09-30T17:47:56.165Z | All prerequisites installed successfully |
1436 | 2024-09-30T17:47:56.165Z | |
1437 | 2024-09-30T17:47:56.165Z | real 3:59.050965702 |
1438 | 2024-09-30T17:47:56.165Z | user 12:21.722216221 |
1439 | 2024-09-30T17:47:56.165Z | sys 2:35.940920578 |
1440 | 2024-09-30T17:47:56.166Z | trap 0.434521836 |
1441 | 2024-09-30T17:47:56.166Z | tflt 1.650925571 |
1442 | 2024-09-30T17:47:56.166Z | dflt 1.721551995 |
1443 | 2024-09-30T17:47:56.166Z | kflt 0.021211864 |
1444 | 2024-09-30T17:47:56.166Z | lock 24:20.480819790 |
1445 | 2024-09-30T17:47:56.166Z | slp 47:46.217327864 |
1446 | 2024-09-30T17:47:56.166Z | lat 45.778968539 |
1447 | 2024-09-30T17:47:56.167Z | stop 2:01.780459340 |
1448 | 2024-09-30T17:47:56.167Z | + ptime -m cargo xtask download softnpu |
1449 | 2024-09-30T17:47:56.348Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1450 | 2024-09-30T17:47:56.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1451 | 2024-09-30T17:47:56.769Z | Running `target/debug/xtask download softnpu` |
1452 | 2024-09-30T17:47:56.936Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1453 | 2024-09-30T17:47:57.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
1454 | 2024-09-30T17:47:57.690Z | Running `target/debug/xtask-downloader softnpu` |
1455 | 2024-09-30T17:47:57.724Z | Sep 30 17:47:56.784 INFO Starting download, target: Softnpu |
1456 | 2024-09-30T17:47:57.727Z | Sep 30 17:47:56.784 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1457 | 2024-09-30T17:47:58.555Z | Sep 30 17:47:57.616 INFO Download complete, target: Softnpu |
1458 | 2024-09-30T17:47:58.560Z | |
1459 | 2024-09-30T17:47:58.567Z | real 2.404718118 |
1460 | 2024-09-30T17:47:58.567Z | user 1.301906957 |
1461 | 2024-09-30T17:47:58.567Z | sys 0.569219872 |
1462 | 2024-09-30T17:47:58.567Z | trap 0.000777659 |
1463 | 2024-09-30T17:47:58.567Z | tflt 0.000033157 |
1464 | 2024-09-30T17:47:58.567Z | dflt 0.000072936 |
1465 | 2024-09-30T17:47:58.567Z | kflt 0.000000000 |
1466 | 2024-09-30T17:47:58.567Z | lock 8.717600893 |
1467 | 2024-09-30T17:47:58.567Z | slp 0.842666444 |
1468 | 2024-09-30T17:47:58.567Z | lat 0.072226161 |
1469 | 2024-09-30T17:47:58.567Z | stop 0.000355021 |
1470 | 2024-09-30T17:47:58.567Z | + export CARGO_INCREMENTAL=0 |
1471 | 2024-09-30T17:47:58.567Z | + CARGO_INCREMENTAL=0 |
1472 | 2024-09-30T17:47:58.567Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1473 | 2024-09-30T17:47:58.749Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1474 | 2024-09-30T17:47:59.553Z | Compiling proc-macro2 v1.0.86 |
1475 | 2024-09-30T17:47:59.553Z | Compiling unicode-ident v1.0.13 |
1476 | 2024-09-30T17:47:59.556Z | Compiling libc v0.2.159 |
1477 | 2024-09-30T17:47:59.556Z | Compiling serde v1.0.210 |
1478 | 2024-09-30T17:47:59.556Z | Compiling version_check v0.9.5 |
1479 | 2024-09-30T17:47:59.556Z | Compiling autocfg v1.3.0 |
1480 | 2024-09-30T17:47:59.556Z | Compiling cfg-if v1.0.0 |
1481 | 2024-09-30T17:47:59.556Z | Compiling once_cell v1.19.0 |
1482 | 2024-09-30T17:47:59.821Z | Compiling typenum v1.17.0 |
1483 | 2024-09-30T17:47:59.861Z | Compiling memchr v2.7.2 |
1484 | 2024-09-30T17:48:00.350Z | Compiling generic-array v0.14.7 |
1485 | 2024-09-30T17:48:00.450Z | Compiling lock_api v0.4.12 |
1486 | 2024-09-30T17:48:00.694Z | Compiling ahash v0.8.11 |
1487 | 2024-09-30T17:48:00.735Z | Compiling byteorder v1.5.0 |
1488 | 2024-09-30T17:48:00.756Z | Compiling parking_lot_core v0.9.10 |
1489 | 2024-09-30T17:48:01.024Z | Compiling serde_json v1.0.128 |
1490 | 2024-09-30T17:48:01.178Z | Compiling quote v1.0.37 |
1491 | 2024-09-30T17:48:01.208Z | Compiling libm v0.2.8 |
1492 | 2024-09-30T17:48:01.365Z | Compiling num-traits v0.2.19 |
1493 | 2024-09-30T17:48:01.560Z | Compiling syn v2.0.79 |
1494 | 2024-09-30T17:48:01.686Z | Compiling getrandom v0.2.14 |
1495 | 2024-09-30T17:48:01.833Z | Compiling jobserver v0.1.32 |
1496 | 2024-09-30T17:48:01.870Z | Compiling thiserror v1.0.64 |
1497 | 2024-09-30T17:48:02.048Z | Compiling itoa v1.0.11 |
1498 | 2024-09-30T17:48:02.082Z | Compiling value-bag v1.9.0 |
1499 | 2024-09-30T17:48:02.259Z | Compiling cc v1.0.97 |
1500 | 2024-09-30T17:48:02.383Z | Compiling scopeguard v1.2.0 |
1501 | 2024-09-30T17:48:02.422Z | Compiling slab v0.4.9 |
1502 | 2024-09-30T17:48:02.541Z | Compiling log v0.4.22 |
1503 | 2024-09-30T17:48:02.657Z | Compiling rand_core v0.6.4 |
1504 | 2024-09-30T17:48:03.020Z | Compiling allocator-api2 v0.2.18 |
1505 | 2024-09-30T17:48:03.142Z | Compiling semver v1.0.23 |
1506 | 2024-09-30T17:48:03.417Z | Compiling subtle v2.5.0 |
1507 | 2024-09-30T17:48:03.787Z | Compiling pin-project-lite v0.2.14 |
1508 | 2024-09-30T17:48:04.065Z | Compiling smallvec v1.13.2 |
1509 | 2024-09-30T17:48:04.088Z | Compiling equivalent v1.0.1 |
1510 | 2024-09-30T17:48:04.112Z | Compiling const-oid v0.9.6 |
1511 | 2024-09-30T17:48:04.362Z | Compiling ryu v1.0.18 |
1512 | 2024-09-30T17:48:04.540Z | Compiling signal-hook-registry v1.4.2 |
1513 | 2024-09-30T17:48:04.697Z | Compiling mio v1.0.2 |
1514 | 2024-09-30T17:48:04.948Z | Compiling parking_lot v0.12.2 |
1515 | 2024-09-30T17:48:05.367Z | Compiling schemars v0.8.21 |
1516 | 2024-09-30T17:48:05.437Z | Compiling vcpkg v0.2.15 |
1517 | 2024-09-30T17:48:05.483Z | Compiling ring v0.17.8 |
1518 | 2024-09-30T17:48:05.708Z | Compiling pkg-config v0.3.30 |
1519 | 2024-09-30T17:48:06.040Z | Compiling socket2 v0.5.7 |
1520 | 2024-09-30T17:48:06.566Z | Compiling httparse v1.8.0 |
1521 | 2024-09-30T17:48:06.973Z | Compiling fnv v1.0.7 |
1522 | 2024-09-30T17:48:07.164Z | Compiling openssl-sys v0.9.103 |
1523 | 2024-09-30T17:48:07.529Z | Compiling futures-core v0.3.30 |
1524 | 2024-09-30T17:48:07.787Z | Compiling spin v0.9.8 |
1525 | 2024-09-30T17:48:08.118Z | Compiling syn v1.0.109 |
1526 | 2024-09-30T17:48:08.136Z | Compiling crossbeam-utils v0.8.19 |
1527 | 2024-09-30T17:48:08.772Z | Compiling heck v0.5.0 |
1528 | 2024-09-30T17:48:08.842Z | Compiling futures-sink v0.3.30 |
1529 | 2024-09-30T17:48:09.175Z | Compiling serde_derive_internals v0.29.1 |
1530 | 2024-09-30T17:48:09.368Z | Compiling cpufeatures v0.2.12 |
1531 | 2024-09-30T17:48:09.472Z | Compiling time-core v0.1.2 |
1532 | 2024-09-30T17:48:09.604Z | Compiling num-conv v0.1.0 |
1533 | 2024-09-30T17:48:09.819Z | Compiling rustix v0.38.34 |
1534 | 2024-09-30T17:48:09.881Z | Compiling time-macros v0.2.18 |
1535 | 2024-09-30T17:48:10.058Z | Compiling openssl v0.10.66 |
1536 | 2024-09-30T17:48:10.657Z | Compiling futures-channel v0.3.30 |
1537 | 2024-09-30T17:48:10.823Z | Compiling tinyvec_macros v0.1.1 |
1538 | 2024-09-30T17:48:10.920Z | Compiling rustls v0.23.10 |
1539 | 2024-09-30T17:48:11.004Z | Compiling native-tls v0.2.11 |
1540 | 2024-09-30T17:48:11.121Z | Compiling futures-io v0.3.30 |
1541 | 2024-09-30T17:48:11.139Z | Compiling iana-time-zone v0.1.60 |
1542 | 2024-09-30T17:48:11.228Z | Compiling futures-task v0.3.30 |
1543 | 2024-09-30T17:48:11.352Z | Compiling pin-utils v0.1.0 |
1544 | 2024-09-30T17:48:11.399Z | Compiling tinyvec v1.6.0 |
1545 | 2024-09-30T17:48:11.464Z | Compiling base64ct v1.6.0 |
1546 | 2024-09-30T17:48:11.840Z | Compiling ucd-trie v0.1.6 |
1547 | 2024-09-30T17:48:12.294Z | Compiling pem-rfc7468 v0.7.0 |
1548 | 2024-09-30T17:48:12.317Z | Compiling backtrace v0.3.71 |
1549 | 2024-09-30T17:48:12.361Z | Compiling tracing-core v0.1.32 |
1550 | 2024-09-30T17:48:12.791Z | Compiling cookie v0.18.1 |
1551 | 2024-09-30T17:48:12.851Z | Compiling unicode-normalization v0.1.23 |
1552 | 2024-09-30T17:48:12.900Z | Compiling flagset v0.4.5 |
1553 | 2024-09-30T17:48:12.919Z | Compiling unicode-bidi v0.3.15 |
1554 | 2024-09-30T17:48:13.093Z | Compiling slog v2.7.0 |
1555 | 2024-09-30T17:48:13.580Z | Compiling aho-corasick v1.1.3 |
1556 | 2024-09-30T17:48:13.893Z | Compiling regex-syntax v0.8.4 |
1557 | 2024-09-30T17:48:14.629Z | Compiling serde_derive v1.0.210 |
1558 | 2024-09-30T17:48:14.666Z | Compiling zeroize_derive v1.4.2 |
1559 | 2024-09-30T17:48:15.019Z | Compiling zerocopy-derive v0.7.34 |
1560 | 2024-09-30T17:48:16.096Z | Compiling zeroize v1.8.1 |
1561 | 2024-09-30T17:48:16.542Z | Compiling tokio-macros v2.4.0 |
1562 | 2024-09-30T17:48:17.042Z | Compiling zerocopy v0.7.34 |
1563 | 2024-09-30T17:48:17.388Z | Compiling thiserror-impl v1.0.64 |
1564 | 2024-09-30T17:48:18.039Z | Compiling futures-macro v0.3.30 |
1565 | 2024-09-30T17:48:19.235Z | Compiling hashbrown v0.14.5 |
1566 | 2024-09-30T17:48:19.597Z | Compiling crypto-common v0.1.6 |
1567 | 2024-09-30T17:48:19.773Z | Compiling tracing-attributes v0.1.27 |
1568 | 2024-09-30T17:48:20.232Z | Compiling der_derive v0.7.2 |
1569 | 2024-09-30T17:48:20.542Z | Compiling block-buffer v0.10.4 |
1570 | 2024-09-30T17:48:20.781Z | Compiling digest v0.10.7 |
1571 | 2024-09-30T17:48:20.903Z | Compiling schemars_derive v0.8.21 |
1572 | 2024-09-30T17:48:21.757Z | Compiling hmac v0.12.1 |
1573 | 2024-09-30T17:48:22.004Z | Compiling block-padding v0.3.3 |
1574 | 2024-09-30T17:48:22.245Z | Compiling inout v0.1.3 |
1575 | 2024-09-30T17:48:22.478Z | Compiling openssl-macros v0.1.1 |
1576 | 2024-09-30T17:48:22.507Z | Compiling cipher v0.4.4 |
1577 | 2024-09-30T17:48:22.919Z | Compiling sha2 v0.10.8 |
1578 | 2024-09-30T17:48:22.950Z | Compiling futures-util v0.3.30 |
1579 | 2024-09-30T17:48:23.146Z | Compiling scroll_derive v0.12.0 |
1580 | 2024-09-30T17:48:23.538Z | Compiling pest v2.7.10 |
1581 | 2024-09-30T17:48:23.781Z | Compiling tracing v0.1.40 |
1582 | 2024-09-30T17:48:24.448Z | Compiling der v0.7.9 |
1583 | 2024-09-30T17:48:24.873Z | Compiling salsa20 v0.10.2 |
1584 | 2024-09-30T17:48:25.090Z | Compiling pbkdf2 v0.12.2 |
1585 | 2024-09-30T17:48:25.518Z | Compiling regex-automata v0.4.6 |
1586 | 2024-09-30T17:48:26.277Z | Compiling pest_meta v2.7.10 |
1587 | 2024-09-30T17:48:27.059Z | Compiling spki v0.7.3 |
1588 | 2024-09-30T17:48:27.397Z | Compiling winnow v0.5.40 |
1589 | 2024-09-30T17:48:27.416Z | Compiling rayon-core v1.12.1 |
1590 | 2024-09-30T17:48:27.723Z | Compiling bytes v1.7.2 |
1591 | 2024-09-30T17:48:28.450Z | Compiling indexmap v2.5.0 |
1592 | 2024-09-30T17:48:29.801Z | Compiling tokio v1.39.3 |
1593 | 2024-09-30T17:48:29.954Z | Compiling rustc_version v0.4.0 |
1594 | 2024-09-30T17:48:30.582Z | Compiling bitflags v2.6.0 |
1595 | 2024-09-30T17:48:31.150Z | Compiling uuid v1.10.0 |
1596 | 2024-09-30T17:48:31.328Z | Compiling serde_tokenstream v0.2.2 |
1597 | 2024-09-30T17:48:31.918Z | Compiling chrono v0.4.38 |
1598 | 2024-09-30T17:48:32.448Z | Compiling http v1.1.0 |
1599 | 2024-09-30T17:48:33.113Z | Compiling toml_datetime v0.6.8 |
1600 | 2024-09-30T17:48:33.572Z | Compiling serde_spanned v0.6.7 |
1601 | 2024-09-30T17:48:35.256Z | Compiling pest_generator v2.7.10 |
1602 | 2024-09-30T17:48:35.959Z | Compiling dyn-clone v1.0.17 |
1603 | 2024-09-30T17:48:36.156Z | Compiling anyhow v1.0.89 |
1604 | 2024-09-30T17:48:36.736Z | Compiling toml_edit v0.19.15 |
1605 | 2024-09-30T17:48:37.075Z | Compiling pest_derive v2.7.10 |
1606 | 2024-09-30T17:48:38.363Z | Compiling tokio-util v0.7.12 |
1607 | 2024-09-30T17:48:39.942Z | Compiling scrypt v0.11.0 |
1608 | 2024-09-30T17:48:39.978Z | Compiling aes v0.8.4 |
1609 | 2024-09-30T17:48:40.461Z | Compiling cbc v0.1.2 |
1610 | 2024-09-30T17:48:40.477Z | Compiling usdt-impl v0.5.0 |
1611 | 2024-09-30T17:48:40.661Z | Compiling rustversion v1.0.17 |
1612 | 2024-09-30T17:48:40.689Z | Compiling rustls-pki-types v1.7.0 |
1613 | 2024-09-30T17:48:40.835Z | Compiling pkcs5 v0.7.1 |
1614 | 2024-09-30T17:48:41.367Z | Compiling heapless v0.7.17 |
1615 | 2024-09-30T17:48:41.719Z | Compiling scroll v0.12.0 |
1616 | 2024-09-30T17:48:42.083Z | Compiling untrusted v0.9.0 |
1617 | 2024-09-30T17:48:42.101Z | Compiling plain v0.2.3 |
1618 | 2024-09-30T17:48:42.251Z | Compiling percent-encoding v2.3.1 |
1619 | 2024-09-30T17:48:42.268Z | Compiling heck v0.4.1 |
1620 | 2024-09-30T17:48:42.574Z | Compiling powerfmt v0.2.0 |
1621 | 2024-09-30T17:48:42.668Z | Compiling ppv-lite86 v0.2.17 |
1622 | 2024-09-30T17:48:42.954Z | Compiling deranged v0.3.11 |
1623 | 2024-09-30T17:48:43.034Z | Compiling goblin v0.8.2 |
1624 | 2024-09-30T17:48:43.436Z | Compiling rand_chacha v0.3.1 |
1625 | 2024-09-30T17:48:44.978Z | Compiling pkcs8 v0.10.2 |
1626 | 2024-09-30T17:48:45.315Z | Compiling regex v1.10.6 |
1627 | 2024-09-30T17:48:46.324Z | Compiling crc32fast v1.4.0 |
1628 | 2024-09-30T17:48:46.408Z | Compiling num_threads v0.1.7 |
1629 | 2024-09-30T17:48:46.760Z | Compiling try-lock v0.2.5 |
1630 | 2024-09-30T17:48:46.778Z | Compiling atomic-waker v1.1.2 |
1631 | 2024-09-30T17:48:46.826Z | Compiling strsim v0.11.1 |
1632 | 2024-09-30T17:48:46.976Z | Compiling pretty-hex v0.4.1 |
1633 | 2024-09-30T17:48:47.070Z | Compiling want v0.3.1 |
1634 | 2024-09-30T17:48:47.182Z | Compiling time v0.3.36 |
1635 | 2024-09-30T17:48:47.402Z | Compiling rustls-webpki v0.102.4 |
1636 | 2024-09-30T17:48:48.092Z | Compiling rand v0.8.5 |
1637 | 2024-09-30T17:48:49.629Z | Compiling dof v0.3.0 |
1638 | 2024-09-30T17:48:51.205Z | Compiling dtrace-parser v0.2.0 |
1639 | 2024-09-30T17:48:51.265Z | Compiling http-body v1.0.0 |
1640 | 2024-09-30T17:48:51.484Z | Compiling curve25519-dalek v4.1.3 |
1641 | 2024-09-30T17:48:51.519Z | Compiling async-trait v0.1.83 |
1642 | 2024-09-30T17:48:51.634Z | Compiling thread-id v4.2.1 |
1643 | 2024-09-30T17:48:51.933Z | Compiling httpdate v1.0.3 |
1644 | 2024-09-30T17:48:52.124Z | Compiling portable-atomic v1.6.0 |
1645 | 2024-09-30T17:48:52.435Z | Compiling foreign-types-shared v0.1.1 |
1646 | 2024-09-30T17:48:52.660Z | Compiling signal-hook v0.3.17 |
1647 | 2024-09-30T17:48:52.949Z | Compiling num-bigint-dig v0.8.4 |
1648 | 2024-09-30T17:48:52.967Z | Compiling smoltcp v0.9.1 |
1649 | 2024-09-30T17:48:53.165Z | Compiling foreign-types v0.3.2 |
1650 | 2024-09-30T17:48:53.275Z | Compiling h2 v0.4.6 |
1651 | 2024-09-30T17:48:55.474Z | Compiling form_urlencoded v1.2.1 |
1652 | 2024-09-30T17:48:56.562Z | Compiling errno v0.3.9 |
1653 | 2024-09-30T17:48:56.649Z | Compiling base64 v0.22.1 |
1654 | 2024-09-30T17:48:56.703Z | Compiling siphasher v0.3.11 |
1655 | 2024-09-30T17:48:56.840Z | Compiling tower-service v0.3.2 |
1656 | 2024-09-30T17:48:58.685Z | Compiling crossbeam-epoch v0.9.18 |
1657 | 2024-09-30T17:49:00.023Z | Compiling openapiv3 v2.0.0 |
1658 | 2024-09-30T17:49:01.149Z | Compiling hyper v1.4.1 |
1659 | 2024-09-30T17:49:01.349Z | Compiling hubpack_derive v0.1.1 |
1660 | 2024-09-30T17:49:02.255Z | Compiling signature v2.2.0 |
1661 | 2024-09-30T17:49:02.328Z | Compiling curve25519-dalek-derive v0.1.1 |
1662 | 2024-09-30T17:49:02.471Z | Compiling zerocopy-derive v0.6.6 |
1663 | 2024-09-30T17:49:03.683Z | Compiling idna v0.5.0 |
1664 | 2024-09-30T17:49:04.372Z | Compiling lazy_static v1.5.0 |
1665 | 2024-09-30T17:49:04.720Z | Compiling fs-err v2.11.0 |
1666 | 2024-09-30T17:49:04.926Z | Compiling gimli v0.28.1 |
1667 | 2024-09-30T17:49:05.036Z | Compiling anstyle v1.0.8 |
1668 | 2024-09-30T17:49:05.925Z | Compiling either v1.13.0 |
1669 | 2024-09-30T17:49:06.043Z | Compiling adler v1.0.2 |
1670 | 2024-09-30T17:49:06.314Z | Compiling finl_unicode v1.2.0 |
1671 | 2024-09-30T17:49:06.332Z | Compiling openssl-probe v0.1.5 |
1672 | 2024-09-30T17:49:06.355Z | Compiling stable_deref_trait v1.2.0 |
1673 | 2024-09-30T17:49:06.463Z | Compiling utf8parse v0.2.1 |
1674 | 2024-09-30T17:49:06.646Z | Compiling anstyle-parse v0.2.4 |
1675 | 2024-09-30T17:49:06.929Z | Compiling stringprep v0.1.4 |
1676 | 2024-09-30T17:49:07.879Z | Compiling miniz_oxide v0.7.2 |
1677 | 2024-09-30T17:49:09.332Z | Compiling hyper-util v0.1.9 |
1678 | 2024-09-30T17:49:11.469Z | Compiling addr2line v0.21.0 |
1679 | 2024-09-30T17:49:12.329Z | Compiling url v2.5.2 |
1680 | 2024-09-30T17:49:17.005Z | Compiling crossbeam-deque v0.8.5 |
1681 | 2024-09-30T17:49:17.366Z | Compiling usdt-attr-macro v0.5.0 |
1682 | 2024-09-30T17:49:18.687Z | Compiling usdt-macro v0.5.0 |
1683 | 2024-09-30T17:49:18.905Z | Compiling http v0.2.12 |
1684 | 2024-09-30T17:49:19.003Z | Compiling md-5 v0.10.6 |
1685 | 2024-09-30T17:49:20.034Z | Compiling idna v0.3.0 |
1686 | 2024-09-30T17:49:21.258Z | Compiling num-integer v0.1.46 |
1687 | 2024-09-30T17:49:21.287Z | Compiling ff v0.13.0 |
1688 | 2024-09-30T17:49:21.505Z | Compiling hash32 v0.2.1 |
1689 | 2024-09-30T17:49:21.534Z | Compiling object v0.32.2 |
1690 | 2024-09-30T17:49:21.906Z | Compiling psl-types v2.0.11 |
1691 | 2024-09-30T17:49:22.101Z | Compiling is_terminal_polyfill v1.70.0 |
1692 | 2024-09-30T17:49:22.231Z | Compiling rustc-demangle v0.1.24 |
1693 | 2024-09-30T17:49:22.395Z | Compiling base16ct v0.2.0 |
1694 | 2024-09-30T17:49:22.435Z | Compiling anstyle-query v1.0.3 |
1695 | 2024-09-30T17:49:22.702Z | Compiling colorchoice v1.0.1 |
1696 | 2024-09-30T17:49:23.079Z | Compiling fallible-iterator v0.2.0 |
1697 | 2024-09-30T17:49:23.818Z | Compiling postgres-protocol v0.6.7 |
1698 | 2024-09-30T17:49:25.029Z | Compiling anstream v0.6.14 |
1699 | 2024-09-30T17:49:25.354Z | Compiling tokio-rustls v0.26.0 |
1700 | 2024-09-30T17:49:25.823Z | Compiling sec1 v0.7.3 |
1701 | 2024-09-30T17:49:26.978Z | Compiling publicsuffix v2.2.3 |
1702 | 2024-09-30T17:49:27.644Z | Compiling num-iter v0.1.45 |
1703 | 2024-09-30T17:49:27.665Z | Compiling group v0.13.0 |
1704 | 2024-09-30T17:49:30.712Z | Compiling terminal_size v0.3.0 |
1705 | 2024-09-30T17:49:30.938Z | Compiling tokio-native-tls v0.3.1 |
1706 | 2024-09-30T17:49:31.215Z | Compiling phf_shared v0.11.2 |
1707 | 2024-09-30T17:49:31.893Z | Compiling http-body-util v0.1.2 |
1708 | 2024-09-30T17:49:32.630Z | Compiling strum_macros v0.25.3 |
1709 | 2024-09-30T17:49:32.807Z | Compiling webpki-roots v0.26.3 |
1710 | 2024-09-30T17:49:33.005Z | Compiling enum-as-inner v0.6.0 |
1711 | 2024-09-30T17:49:33.215Z | Compiling hkdf v0.12.4 |
1712 | 2024-09-30T17:49:33.350Z | Compiling regress v0.10.1 |
1713 | 2024-09-30T17:49:33.449Z | Compiling crypto-bigint v0.5.5 |
1714 | 2024-09-30T17:49:36.222Z | Compiling serde_repr v0.1.19 |
1715 | 2024-09-30T17:49:37.074Z | Compiling clap_derive v4.5.18 |
1716 | 2024-09-30T17:49:37.464Z | Compiling encoding_rs v0.8.34 |
1717 | 2024-09-30T17:49:38.030Z | Compiling bitflags v1.3.2 |
1718 | 2024-09-30T17:49:38.134Z | Compiling managed v0.8.0 |
1719 | 2024-09-30T17:49:38.592Z | Compiling clap_lex v0.7.0 |
1720 | 2024-09-30T17:49:39.049Z | Compiling adler2 v2.0.0 |
1721 | 2024-09-30T17:49:40.131Z | Compiling unicode-width v0.1.13 |
1722 | 2024-09-30T17:49:40.370Z | Compiling mime v0.3.17 |
1723 | 2024-09-30T17:49:40.389Z | Compiling ipnet v2.10.0 |
1724 | 2024-09-30T17:49:41.469Z | Compiling console v0.15.8 |
1725 | 2024-09-30T17:49:42.050Z | Compiling miniz_oxide v0.8.0 |
1726 | 2024-09-30T17:49:42.742Z | Compiling clap_builder v4.5.18 |
1727 | 2024-09-30T17:49:43.501Z | Compiling typify-impl v0.2.0 |
1728 | 2024-09-30T17:49:46.002Z | Compiling elliptic-curve v0.13.8 |
1729 | 2024-09-30T17:49:47.462Z | Compiling hyper-rustls v0.27.3 |
1730 | 2024-09-30T17:49:48.158Z | Compiling hyper-tls v0.6.0 |
1731 | 2024-09-30T17:49:50.100Z | Compiling phf v0.11.2 |
1732 | 2024-09-30T17:49:50.180Z | Compiling rayon v1.10.0 |
1733 | 2024-09-30T17:49:50.406Z | Compiling cookie_store v0.21.0 |
1734 | 2024-09-30T17:49:51.422Z | Compiling postgres-types v0.2.8 |
1735 | 2024-09-30T17:49:52.737Z | Compiling h2 v0.3.26 |
1736 | 2024-09-30T17:49:52.740Z | Compiling http-body v0.4.6 |
1737 | 2024-09-30T17:49:52.780Z | Compiling zerocopy v0.6.6 |
1738 | 2024-09-30T17:49:52.815Z | Compiling ed25519 v2.2.3 |
1739 | 2024-09-30T17:49:53.022Z | Compiling hubpack v0.1.2 |
1740 | 2024-09-30T17:49:53.266Z | Compiling rustls-pemfile v2.1.3 |
1741 | 2024-09-30T17:49:53.643Z | Compiling phf_shared v0.10.0 |
1742 | 2024-09-30T17:49:53.692Z | Compiling serde_urlencoded v0.7.1 |
1743 | 2024-09-30T17:49:54.227Z | Compiling pkcs1 v0.7.5 |
1744 | 2024-09-30T17:49:55.070Z | Compiling bstr v1.9.1 |
1745 | 2024-09-30T17:49:55.114Z | Compiling futures-executor v0.3.30 |
1746 | 2024-09-30T17:49:55.597Z | Compiling serde-big-array v0.5.1 |
1747 | 2024-09-30T17:49:55.614Z | Compiling rfc6979 v0.4.0 |
1748 | 2024-09-30T17:49:55.673Z | Compiling idna v0.4.0 |
1749 | 2024-09-30T17:49:55.820Z | Compiling float-cmp v0.9.0 |
1750 | 2024-09-30T17:49:55.823Z | Compiling sync_wrapper v1.0.1 |
1751 | 2024-09-30T17:49:55.872Z | Compiling mio v0.8.11 |
1752 | 2024-09-30T17:49:55.992Z | Compiling memmap v0.7.0 |
1753 | 2024-09-30T17:49:56.288Z | Compiling data-encoding v2.6.0 |
1754 | 2024-09-30T17:49:56.642Z | Compiling predicates-core v1.0.6 |
1755 | 2024-09-30T17:49:56.953Z | Compiling bit-vec v0.6.3 |
1756 | 2024-09-30T17:49:56.977Z | Compiling static_assertions v1.1.0 |
1757 | 2024-09-30T17:49:57.081Z | Compiling precomputed-hash v0.1.1 |
1758 | 2024-09-30T17:49:57.198Z | Compiling new_debug_unreachable v1.0.6 |
1759 | 2024-09-30T17:49:57.297Z | Compiling minimal-lexical v0.2.1 |
1760 | 2024-09-30T17:49:57.383Z | Compiling fixedbitset v0.4.2 |
1761 | 2024-09-30T17:49:57.795Z | Compiling winnow v0.6.18 |
1762 | 2024-09-30T17:49:57.795Z | Compiling whoami v1.5.2 |
1763 | 2024-09-30T17:49:57.978Z | Compiling number_prefix v0.4.0 |
1764 | 2024-09-30T17:49:58.360Z | Compiling difflib v0.4.0 |
1765 | 2024-09-30T17:49:58.790Z | Compiling unicode-segmentation v1.11.0 |
1766 | 2024-09-30T17:49:59.506Z | Compiling normalize-line-endings v0.3.0 |
1767 | 2024-09-30T17:49:59.593Z | Compiling similar v2.6.0 |
1768 | 2024-09-30T17:49:59.621Z | Compiling predicates v3.1.2 |
1769 | 2024-09-30T17:49:59.640Z | Compiling hyper v0.14.30 |
1770 | 2024-09-30T17:50:00.035Z | Compiling reqwest v0.12.7 |
1771 | 2024-09-30T17:50:01.148Z | Compiling indicatif v0.17.8 |
1772 | 2024-09-30T17:50:01.510Z | Compiling toml_edit v0.22.22 |
1773 | 2024-09-30T17:50:01.546Z | Compiling tokio-postgres v0.7.12 |
1774 | 2024-09-30T17:50:01.584Z | Compiling nom v7.1.3 |
1775 | 2024-09-30T17:50:02.997Z | Compiling petgraph v0.6.5 |
1776 | 2024-09-30T17:50:05.247Z | Compiling bit-set v0.5.3 |
1777 | 2024-09-30T17:50:05.549Z | Compiling string_cache v0.8.7 |
1778 | 2024-09-30T17:50:05.983Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1779 | 2024-09-30T17:50:06.671Z | Compiling hickory-proto v0.24.1 |
1780 | 2024-09-30T17:50:07.086Z | Compiling signal-hook-mio v0.2.4 |
1781 | 2024-09-30T17:50:07.273Z | Compiling usdt v0.5.0 |
1782 | 2024-09-30T17:50:08.510Z | Compiling ecdsa v0.16.9 |
1783 | 2024-09-30T17:50:08.755Z | Compiling typify-macro v0.2.0 |
1784 | 2024-09-30T17:50:08.956Z | Compiling futures v0.3.30 |
1785 | 2024-09-30T17:50:10.155Z | Compiling rsa v0.9.6 |
1786 | 2024-09-30T17:50:10.228Z | Compiling ed25519-dalek v2.1.1 |
1787 | 2024-09-30T17:50:10.927Z | Compiling flate2 v1.0.34 |
1788 | 2024-09-30T17:50:11.203Z | Compiling clap v4.5.18 |
1789 | 2024-09-30T17:50:11.797Z | Compiling itertools v0.10.5 |
1790 | 2024-09-30T17:50:11.857Z | Compiling itertools v0.12.1 |
1791 | 2024-09-30T17:50:11.914Z | Compiling toml v0.7.8 |
1792 | 2024-09-30T17:50:12.527Z | Compiling tokio-stream v0.1.16 |
1793 | 2024-09-30T17:50:12.777Z | Compiling hex v0.4.3 |
1794 | 2024-09-30T17:50:13.407Z | Compiling x509-cert v0.2.5 |
1795 | 2024-09-30T17:50:13.550Z | Compiling sha1 v0.10.6 |
1796 | 2024-09-30T17:50:14.062Z | Compiling lalrpop-util v0.19.12 |
1797 | 2024-09-30T17:50:14.241Z | Compiling camino v1.1.9 |
1798 | 2024-09-30T17:50:14.297Z | Compiling unicode-xid v0.2.4 |
1799 | 2024-09-30T17:50:14.472Z | Compiling peg-runtime v0.8.3 |
1800 | 2024-09-30T17:50:15.556Z | Compiling proc-macro-crate v1.3.1 |
1801 | 2024-09-30T17:50:16.797Z | Compiling heapless v0.8.0 |
1802 | 2024-09-30T17:50:17.864Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1803 | 2024-09-30T17:50:18.177Z | Compiling num_enum_derive v0.5.11 |
1804 | 2024-09-30T17:50:20.424Z | Compiling ipnetwork v0.20.0 |
1805 | 2024-09-30T17:50:24.760Z | Compiling hash32 v0.3.1 |
1806 | 2024-09-30T17:50:25.010Z | Compiling ident_case v1.0.1 |
1807 | 2024-09-30T17:50:25.343Z | Compiling smoltcp v0.11.0 |
1808 | 2024-09-30T17:50:25.445Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1809 | 2024-09-30T17:50:29.682Z | Compiling darling_core v0.20.9 |
1810 | 2024-09-30T17:50:36.045Z | Compiling num_enum v0.5.11 |
1811 | 2024-09-30T17:50:36.716Z | Compiling typify v0.2.0 |
1812 | 2024-09-30T17:50:38.207Z | Compiling dirs-sys-next v0.1.2 |
1813 | 2024-09-30T17:50:38.747Z | Compiling proc-macro-error-attr v1.0.4 |
1814 | 2024-09-30T17:50:39.299Z | Compiling embedded-io v0.4.0 |
1815 | 2024-09-30T17:50:39.547Z | Compiling paste v1.0.15 |
1816 | 2024-09-30T17:50:39.819Z | Compiling unsafe-libyaml v0.2.11 |
1817 | 2024-09-30T17:50:40.032Z | Compiling rustls v0.22.4 |
1818 | 2024-09-30T17:50:40.764Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1819 | 2024-09-30T17:50:41.079Z | Compiling cobs v0.2.3 |
1820 | 2024-09-30T17:50:41.528Z | Compiling postcard v1.0.8 |
1821 | 2024-09-30T17:50:41.592Z | Compiling serde_yaml v0.9.34+deprecated |
1822 | 2024-09-30T17:50:43.353Z | Compiling dirs-next v2.0.0 |
1823 | 2024-09-30T17:50:50.288Z | Compiling progenitor-impl v0.8.0 |
1824 | 2024-09-30T17:50:51.122Z | Compiling darling_macro v0.20.9 |
1825 | 2024-09-30T17:51:01.798Z | Compiling strum_macros v0.26.4 |
1826 | 2024-09-30T17:51:02.931Z | Compiling structmeta-derive v0.3.0 |
1827 | 2024-09-30T17:51:03.316Z | Compiling foreign-types-macros v0.2.3 |
1828 | 2024-09-30T17:51:04.591Z | Compiling thread_local v1.1.8 |
1829 | 2024-09-30T17:51:05.295Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1830 | 2024-09-30T17:51:05.582Z | Compiling proc-macro-error v1.0.4 |
1831 | 2024-09-30T17:51:05.584Z | Compiling multer v3.1.0 |
1832 | 2024-09-30T17:51:05.618Z | Compiling foreign-types-shared v0.3.1 |
1833 | 2024-09-30T17:51:05.917Z | Compiling slog-async v2.8.0 |
1834 | 2024-09-30T17:51:06.256Z | Compiling match_cfg v0.1.0 |
1835 | 2024-09-30T17:51:07.209Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1836 | 2024-09-30T17:51:07.631Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1837 | 2024-09-30T17:51:13.051Z | Compiling hostname v0.3.1 |
1838 | 2024-09-30T17:51:13.324Z | Compiling strum v0.26.3 |
1839 | 2024-09-30T17:51:15.634Z | Compiling foreign-types v0.5.0 |
1840 | 2024-09-30T17:51:15.843Z | Compiling structmeta v0.3.0 |
1841 | 2024-09-30T17:51:18.304Z | Compiling progenitor-macro v0.8.0 |
1842 | 2024-09-30T17:51:23.338Z | Compiling darling v0.20.9 |
1843 | 2024-09-30T17:51:23.657Z | Compiling term v0.7.0 |
1844 | 2024-09-30T17:51:26.149Z | Compiling progenitor-client v0.8.0 |
1845 | 2024-09-30T17:51:27.070Z | Compiling tabwriter v1.4.0 |
1846 | 2024-09-30T17:51:27.990Z | Compiling slog-json v2.6.1 |
1847 | 2024-09-30T17:51:28.452Z | Compiling crossbeam-channel v0.5.12 |
1848 | 2024-09-30T17:51:32.971Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1849 | 2024-09-30T17:51:33.115Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1850 | 2024-09-30T17:51:33.505Z | Compiling async-stream-impl v0.3.5 |
1851 | 2024-09-30T17:51:33.797Z | Compiling is-terminal v0.4.12 |
1852 | 2024-09-30T17:51:33.932Z | Compiling cstr-argument v0.1.2 |
1853 | 2024-09-30T17:51:33.996Z | Compiling dropshot v0.12.0 |
1854 | 2024-09-30T17:51:34.214Z | Compiling pretty-hex v0.2.1 |
1855 | 2024-09-30T17:51:34.332Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1856 | 2024-09-30T17:51:34.440Z | Compiling take_mut v0.2.2 |
1857 | 2024-09-30T17:51:34.642Z | Compiling crucible-workspace-hack v0.1.0 |
1858 | 2024-09-30T17:51:34.948Z | Compiling fastrand v2.1.0 |
1859 | 2024-09-30T17:51:35.184Z | Compiling async-stream v0.3.5 |
1860 | 2024-09-30T17:51:35.442Z | Compiling tempfile v3.10.1 |
1861 | 2024-09-30T17:51:35.607Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1862 | 2024-09-30T17:51:35.890Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1863 | 2024-09-30T17:51:36.246Z | Compiling slog-term v2.9.1 |
1864 | 2024-09-30T17:51:40.629Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1865 | 2024-09-30T17:51:40.658Z | Compiling progenitor v0.8.0 |
1866 | 2024-09-30T17:51:40.658Z | Compiling tokio-rustls v0.25.0 |
1867 | 2024-09-30T17:51:40.658Z | Compiling slog-bunyan v2.5.0 |
1868 | 2024-09-30T17:51:40.658Z | Compiling serde_with_macros v3.9.0 |
1869 | 2024-09-30T17:51:40.659Z | Compiling parse-display-derive v0.10.0 |
1870 | 2024-09-30T17:51:40.659Z | Compiling toml v0.8.19 |
1871 | 2024-09-30T17:51:40.659Z | Compiling colored v2.1.0 |
1872 | 2024-09-30T17:51:40.659Z | Compiling waitgroup v0.1.2 |
1873 | 2024-09-30T17:51:40.659Z | Compiling newtype-uuid v1.1.0 |
1874 | 2024-09-30T17:51:40.659Z | Compiling dropshot_endpoint v0.12.0 |
1875 | 2024-09-30T17:51:40.690Z | Compiling serde_path_to_error v0.1.16 |
1876 | 2024-09-30T17:51:40.932Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1877 | 2024-09-30T17:51:41.566Z | Compiling hostname v0.4.0 |
1878 | 2024-09-30T17:51:41.714Z | Compiling socket2 v0.4.10 |
1879 | 2024-09-30T17:51:41.732Z | Compiling instant v0.1.12 |
1880 | 2024-09-30T17:51:41.831Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1881 | 2024-09-30T17:51:41.925Z | Compiling debug-ignore v1.0.5 |
1882 | 2024-09-30T17:51:42.050Z | Compiling parse-display v0.10.0 |
1883 | 2024-09-30T17:51:42.091Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1884 | 2024-09-30T17:51:43.239Z | Compiling backoff v0.4.0 |
1885 | 2024-09-30T17:51:43.608Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1886 | 2024-09-30T17:51:43.824Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1887 | 2024-09-30T17:51:44.039Z | Compiling serde_with v3.9.0 |
1888 | 2024-09-30T17:51:44.379Z | Compiling zone_cfg_derive v0.3.0 |
1889 | 2024-09-30T17:51:45.060Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1890 | 2024-09-30T17:51:45.300Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1891 | 2024-09-30T17:51:45.789Z | Compiling camino-tempfile v1.1.1 |
1892 | 2024-09-30T17:51:45.920Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1893 | 2024-09-30T17:51:46.425Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1894 | 2024-09-30T17:51:46.560Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1895 | 2024-09-30T17:51:46.637Z | Compiling macaddr v1.0.1 |
1896 | 2024-09-30T17:51:47.298Z | Compiling regress v0.9.1 |
1897 | 2024-09-30T17:51:48.385Z | Compiling num-derive v0.4.2 |
1898 | 2024-09-30T17:51:50.451Z | Compiling sigpipe v0.1.3 |
1899 | 2024-09-30T17:51:50.577Z | Compiling libefi-sys v0.1.0 |
1900 | 2024-09-30T17:51:50.651Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1901 | 2024-09-30T17:51:50.920Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1902 | 2024-09-30T17:51:51.002Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1903 | 2024-09-30T17:51:51.018Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1904 | 2024-09-30T17:51:51.598Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1905 | 2024-09-30T17:51:52.510Z | Compiling zone v0.3.0 |
1906 | 2024-09-30T17:51:54.386Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1907 | 2024-09-30T17:51:55.858Z | Compiling smf v0.2.3 |
1908 | 2024-09-30T17:51:56.040Z | Compiling bitfield-struct v0.6.1 |
1909 | 2024-09-30T17:51:56.075Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1910 | 2024-09-30T17:51:56.505Z | Compiling ring v0.16.20 |
1911 | 2024-09-30T17:51:57.421Z | Compiling blake3 v1.5.1 |
1912 | 2024-09-30T17:51:58.267Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1913 | 2024-09-30T17:51:58.669Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1914 | 2024-09-30T17:51:59.076Z | Compiling xattr v1.3.1 |
1915 | 2024-09-30T17:51:59.104Z | Compiling filetime v0.2.25 |
1916 | 2024-09-30T17:51:59.402Z | Compiling memmap2 v0.9.4 |
1917 | 2024-09-30T17:51:59.454Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1918 | 2024-09-30T17:51:59.575Z | Compiling untrusted v0.7.1 |
1919 | 2024-09-30T17:51:59.593Z | Compiling arrayref v0.3.7 |
1920 | 2024-09-30T17:51:59.697Z | Compiling spin v0.5.2 |
1921 | 2024-09-30T17:51:59.771Z | Compiling constant_time_eq v0.3.0 |
1922 | 2024-09-30T17:51:59.841Z | Compiling same-file v1.0.6 |
1923 | 2024-09-30T17:51:59.957Z | Compiling arrayvec v0.7.4 |
1924 | 2024-09-30T17:51:59.975Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1925 | 2024-09-30T17:51:59.978Z | Compiling tar v0.4.42 |
1926 | 2024-09-30T17:52:00.102Z | Compiling walkdir v2.5.0 |
1927 | 2024-09-30T17:52:01.515Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1928 | 2024-09-30T17:52:01.954Z | Compiling gethostname v0.5.0 |
1929 | 2024-09-30T17:52:02.162Z | Compiling cargo-platform v0.1.8 |
1930 | 2024-09-30T17:52:02.683Z | Compiling topological-sort v0.2.2 |
1931 | 2024-09-30T17:52:02.966Z | Compiling cargo_metadata v0.18.1 |
1932 | 2024-09-30T17:52:06.035Z | Compiling omicron-zone-package v0.11.1 |
1933 | 2024-09-30T17:52:07.690Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1934 | 2024-09-30T17:52:09.728Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1935 | 2024-09-30T17:52:12.526Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1936 | 2024-09-30T17:52:32.034Z | Finished `release` profile [optimized] target(s) in 4m 33s |
1937 | 2024-09-30T17:52:32.188Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1938 | 2024-09-30T17:52:32.232Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1939 | 2024-09-30T17:52:32.235Z | Created new build target 'test' and set it as active |
1940 | 2024-09-30T17:52:32.235Z | |
1941 | 2024-09-30T17:52:32.235Z | real 4:33.812126921 |
1942 | 2024-09-30T17:52:32.235Z | user 31:06.887939031 |
1943 | 2024-09-30T17:52:32.236Z | sys 3:50.731945403 |
1944 | 2024-09-30T17:52:32.236Z | trap 0.897058701 |
1945 | 2024-09-30T17:52:32.236Z | tflt 3.368539791 |
1946 | 2024-09-30T17:52:32.236Z | dflt 0.700304753 |
1947 | 2024-09-30T17:52:32.236Z | kflt 0.009044336 |
1948 | 2024-09-30T17:52:32.236Z | lock 1:09:06.859581976 |
1949 | 2024-09-30T17:52:32.236Z | slp 2:00:07.088639477 |
1950 | 2024-09-30T17:52:32.236Z | lat 2:04.825146975 |
1951 | 2024-09-30T17:52:32.236Z | stop 3:56.016422930 |
1952 | 2024-09-30T17:52:32.239Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1953 | 2024-09-30T17:52:32.428Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1954 | 2024-09-30T17:52:33.242Z | Finished `release` profile [optimized] target(s) in 0.96s |
1955 | 2024-09-30T17:52:33.296Z | Running `target/release/omicron-package -t test package` |
1956 | 2024-09-30T17:52:33.338Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1957 | 2024-09-30T17:52:33.624Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1958 | 2024-09-30T17:52:34.502Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1959 | 2024-09-30T17:52:34.504Z | Compiling convert_case v0.4.0 |
1960 | 2024-09-30T17:52:34.504Z | Compiling camino v1.1.9 |
1961 | 2024-09-30T17:52:34.505Z | Compiling newline-converter v0.3.0 |
1962 | 2024-09-30T17:52:34.505Z | Compiling itertools v0.13.0 |
1963 | 2024-09-30T17:52:34.505Z | Compiling password-hash v0.5.0 |
1964 | 2024-09-30T17:52:34.505Z | Compiling blake2 v0.10.6 |
1965 | 2024-09-30T17:52:34.632Z | Compiling cancel-safe-futures v0.1.5 |
1966 | 2024-09-30T17:52:34.814Z | Compiling expectorate v1.1.0 |
1967 | 2024-09-30T17:52:34.875Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1968 | 2024-09-30T17:52:35.007Z | Compiling owo-colors v4.1.0 |
1969 | 2024-09-30T17:52:35.055Z | Compiling derive-where v1.2.7 |
1970 | 2024-09-30T17:52:35.317Z | Compiling derive_more v0.99.18 |
1971 | 2024-09-30T17:52:35.356Z | Compiling argon2 v0.5.3 |
1972 | 2024-09-30T17:52:36.105Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1973 | 2024-09-30T17:52:36.489Z | Compiling libsw v3.3.1 |
1974 | 2024-09-30T17:52:36.710Z | Compiling indent_write v2.2.0 |
1975 | 2024-09-30T17:52:36.774Z | Compiling linear-map v1.2.0 |
1976 | 2024-09-30T17:52:36.860Z | Compiling swrite v0.1.0 |
1977 | 2024-09-30T17:52:36.952Z | Compiling base64 v0.21.7 |
1978 | 2024-09-30T17:52:37.003Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1979 | 2024-09-30T17:52:37.194Z | Compiling toml v0.8.19 |
1980 | 2024-09-30T17:52:37.819Z | Compiling progenitor-client v0.8.0 |
1981 | 2024-09-30T17:52:38.082Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1982 | 2024-09-30T17:52:38.225Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1983 | 2024-09-30T17:52:38.268Z | Compiling progenitor v0.8.0 |
1984 | 2024-09-30T17:52:38.311Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1985 | 2024-09-30T17:52:38.425Z | Compiling num-rational v0.4.2 |
1986 | 2024-09-30T17:52:38.496Z | Compiling num-complex v0.4.6 |
1987 | 2024-09-30T17:52:38.700Z | Compiling dirs-sys-next v0.1.2 |
1988 | 2024-09-30T17:52:39.201Z | Compiling dirs-next v2.0.0 |
1989 | 2024-09-30T17:52:39.390Z | Compiling float-ord v0.3.2 |
1990 | 2024-09-30T17:52:39.560Z | Compiling term v0.7.0 |
1991 | 2024-09-30T17:52:39.831Z | Compiling num v0.4.3 |
1992 | 2024-09-30T17:52:39.953Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1993 | 2024-09-30T17:52:40.848Z | Compiling atomicwrites v0.4.4 |
1994 | 2024-09-30T17:52:40.851Z | Compiling prettyplease v0.2.22 |
1995 | 2024-09-30T17:52:41.178Z | Compiling semver v0.1.20 |
1996 | 2024-09-30T17:52:41.409Z | Compiling is-terminal v0.4.12 |
1997 | 2024-09-30T17:52:41.544Z | Compiling rustc_version v0.1.7 |
1998 | 2024-09-30T17:52:41.748Z | Compiling utf-8 v0.7.6 |
1999 | 2024-09-30T17:52:41.903Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2000 | 2024-09-30T17:52:41.972Z | Compiling newtype_derive v0.1.6 |
2001 | 2024-09-30T17:52:42.113Z | Compiling humantime v2.1.0 |
2002 | 2024-09-30T17:52:42.376Z | Compiling highway v1.2.0 |
2003 | 2024-09-30T17:52:43.138Z | Compiling linked-hash-map v0.5.6 |
2004 | 2024-09-30T17:52:43.572Z | Compiling lru-cache v0.1.2 |
2005 | 2024-09-30T17:52:43.776Z | Compiling steno v0.4.1 |
2006 | 2024-09-30T17:52:43.796Z | Compiling home v0.5.9 |
2007 | 2024-09-30T17:52:44.038Z | Compiling quick-error v1.2.3 |
2008 | 2024-09-30T17:52:44.200Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2009 | 2024-09-30T17:52:44.690Z | Compiling resolv-conf v0.7.0 |
2010 | 2024-09-30T17:52:46.608Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2011 | 2024-09-30T17:52:46.652Z | Compiling rustls v0.22.4 |
2012 | 2024-09-30T17:52:46.684Z | Compiling thread_local v1.1.8 |
2013 | 2024-09-30T17:52:46.881Z | Compiling match_cfg v0.1.0 |
2014 | 2024-09-30T17:52:46.979Z | Compiling hostname v0.3.1 |
2015 | 2024-09-30T17:52:47.202Z | Compiling hickory-resolver v0.24.1 |
2016 | 2024-09-30T17:52:52.235Z | Compiling multer v3.1.0 |
2017 | 2024-09-30T17:52:52.311Z | Compiling slog-async v2.8.0 |
2018 | 2024-09-30T17:52:52.385Z | Compiling slog-json v2.6.1 |
2019 | 2024-09-30T17:52:52.589Z | Compiling crossbeam-channel v0.5.12 |
2020 | 2024-09-30T17:52:52.752Z | Compiling take_mut v0.2.2 |
2021 | 2024-09-30T17:52:52.926Z | Compiling slog-bunyan v2.5.0 |
2022 | 2024-09-30T17:52:54.060Z | Compiling tokio-rustls v0.25.0 |
2023 | 2024-09-30T17:52:54.487Z | Compiling slog-term v2.9.1 |
2024 | 2024-09-30T17:52:54.669Z | Compiling dropshot v0.12.0 |
2025 | 2024-09-30T17:52:54.745Z | Compiling async-stream v0.3.5 |
2026 | 2024-09-30T17:52:55.077Z | Compiling waitgroup v0.1.2 |
2027 | 2024-09-30T17:52:55.289Z | Compiling ipnetwork v0.20.0 |
2028 | 2024-09-30T17:52:55.618Z | Compiling newtype-uuid v1.1.0 |
2029 | 2024-09-30T17:52:55.938Z | Compiling serde_path_to_error v0.1.16 |
2030 | 2024-09-30T17:52:56.086Z | Compiling hostname v0.4.0 |
2031 | 2024-09-30T17:52:56.127Z | Compiling instant v0.1.12 |
2032 | 2024-09-30T17:52:56.316Z | Compiling debug-ignore v1.0.5 |
2033 | 2024-09-30T17:52:56.335Z | Compiling backoff v0.4.0 |
2034 | 2024-09-30T17:52:56.474Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2035 | 2024-09-30T17:52:56.705Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2036 | 2024-09-30T17:52:56.824Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2037 | 2024-09-30T17:52:57.391Z | Compiling parse-display v0.10.0 |
2038 | 2024-09-30T17:52:57.955Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2039 | 2024-09-30T17:52:58.149Z | Compiling strum v0.26.3 |
2040 | 2024-09-30T17:52:58.347Z | Compiling serde_with v3.9.0 |
2041 | 2024-09-30T17:52:59.807Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2042 | 2024-09-30T17:53:02.365Z | Compiling regress v0.9.1 |
2043 | 2024-09-30T17:53:02.663Z | Compiling macaddr v1.0.1 |
2044 | 2024-09-30T17:53:03.070Z | Compiling slog-dtrace v0.3.0 |
2045 | 2024-09-30T17:53:04.745Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2046 | 2024-09-30T17:53:05.219Z | Compiling display-error-chain v0.2.1 |
2047 | 2024-09-30T17:53:05.303Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2048 | 2024-09-30T17:53:05.409Z | Compiling half v2.4.1 |
2049 | 2024-09-30T17:53:05.921Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2050 | 2024-09-30T17:53:06.118Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2051 | 2024-09-30T17:53:06.359Z | Compiling ciborium-io v0.2.2 |
2052 | 2024-09-30T17:53:06.508Z | Compiling ciborium-ll v0.2.2 |
2053 | 2024-09-30T17:53:07.049Z | Compiling tungstenite v0.21.0 |
2054 | 2024-09-30T17:53:07.116Z | Compiling ciborium v0.2.2 |
2055 | 2024-09-30T17:53:09.185Z | Compiling tokio-tungstenite v0.21.0 |
2056 | 2024-09-30T17:53:09.814Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2057 | 2024-09-30T17:53:09.878Z | Compiling same-file v1.0.6 |
2058 | 2024-09-30T17:53:10.116Z | Compiling fastrand v2.1.0 |
2059 | 2024-09-30T17:53:10.631Z | Compiling tempfile v3.10.1 |
2060 | 2024-09-30T17:53:11.386Z | Compiling walkdir v2.5.0 |
2061 | 2024-09-30T17:53:12.066Z | Compiling ring v0.16.20 |
2062 | 2024-09-30T17:53:12.196Z | Compiling blake3 v1.5.1 |
2063 | 2024-09-30T17:53:12.820Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2064 | 2024-09-30T17:53:14.756Z | Compiling xattr v1.3.1 |
2065 | 2024-09-30T17:53:15.034Z | Compiling filetime v0.2.25 |
2066 | 2024-09-30T17:53:15.311Z | Compiling memmap2 v0.9.4 |
2067 | 2024-09-30T17:53:15.751Z | Compiling arrayvec v0.7.4 |
2068 | 2024-09-30T17:53:16.182Z | Compiling spin v0.5.2 |
2069 | 2024-09-30T17:53:16.288Z | Compiling keccak v0.1.5 |
2070 | 2024-09-30T17:53:16.428Z | Compiling untrusted v0.7.1 |
2071 | 2024-09-30T17:53:16.645Z | Compiling constant_time_eq v0.3.0 |
2072 | 2024-09-30T17:53:16.815Z | Compiling arrayref v0.3.7 |
2073 | 2024-09-30T17:53:17.281Z | Compiling sha3 v0.10.8 |
2074 | 2024-09-30T17:53:20.548Z | Compiling tar v0.4.42 |
2075 | 2024-09-30T17:53:21.227Z | Compiling toolchain_find v0.4.0 |
2076 | 2024-09-30T17:53:21.787Z | Compiling camino-tempfile v1.1.1 |
2077 | 2024-09-30T17:53:22.500Z | Compiling nibble_vec v0.1.0 |
2078 | 2024-09-30T17:53:22.740Z | Compiling crunchy v0.2.2 |
2079 | 2024-09-30T17:53:23.220Z | Compiling topological-sort v0.2.2 |
2080 | 2024-09-30T17:53:23.462Z | Compiling endian-type v0.1.2 |
2081 | 2024-09-30T17:53:23.706Z | Compiling maplit v1.0.2 |
2082 | 2024-09-30T17:53:23.838Z | Compiling glob v0.3.1 |
2083 | 2024-09-30T17:53:23.944Z | Compiling radium v0.7.0 |
2084 | 2024-09-30T17:53:24.439Z | Compiling radix_trie v0.2.1 |
2085 | 2024-09-30T17:53:24.638Z | Compiling clang-sys v1.7.0 |
2086 | 2024-09-30T17:53:25.127Z | Compiling omicron-zone-package v0.11.1 |
2087 | 2024-09-30T17:53:25.390Z | Compiling rustfmt-wrapper v0.2.1 |
2088 | 2024-09-30T17:53:25.414Z | Compiling maybe-uninit v2.0.0 |
2089 | 2024-09-30T17:53:25.743Z | Compiling tiny-keccak v2.0.2 |
2090 | 2024-09-30T17:53:25.826Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2091 | 2024-09-30T17:53:25.903Z | Compiling tap v1.0.1 |
2092 | 2024-09-30T17:53:26.076Z | Compiling wyz v0.5.1 |
2093 | 2024-09-30T17:53:26.167Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2094 | 2024-09-30T17:53:26.555Z | Compiling dsl_auto_type v0.1.2 |
2095 | 2024-09-30T17:53:26.684Z | Compiling scheduled-thread-pool v0.2.7 |
2096 | 2024-09-30T17:53:27.390Z | Compiling secrecy v0.8.0 |
2097 | 2024-09-30T17:53:27.658Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2098 | 2024-09-30T17:53:27.943Z | Compiling diesel_table_macro_syntax v0.2.0 |
2099 | 2024-09-30T17:53:28.006Z | Compiling arc-swap v1.7.1 |
2100 | 2024-09-30T17:53:28.177Z | Compiling funty v2.0.0 |
2101 | 2024-09-30T17:53:28.339Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2102 | 2024-09-30T17:53:28.633Z | Compiling packed_struct v0.10.1 |
2103 | 2024-09-30T17:53:28.668Z | Compiling crc-catalog v2.4.0 |
2104 | 2024-09-30T17:53:28.832Z | Compiling crc v3.2.1 |
2105 | 2024-09-30T17:53:29.131Z | Compiling slog-scope v4.4.0 |
2106 | 2024-09-30T17:53:29.970Z | Compiling bitvec v1.0.1 |
2107 | 2024-09-30T17:53:30.203Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2108 | 2024-09-30T17:53:30.361Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2109 | 2024-09-30T17:53:30.604Z | Compiling diesel_derives v2.2.2 |
2110 | 2024-09-30T17:53:30.650Z | Compiling r2d2 v0.8.10 |
2111 | 2024-09-30T17:53:31.686Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2112 | 2024-09-30T17:53:34.498Z | Compiling ascii-canvas v3.0.0 |
2113 | 2024-09-30T17:53:34.965Z | Compiling universal-hash v0.5.1 |
2114 | 2024-09-30T17:53:35.199Z | Compiling packed_struct_codegen v0.10.1 |
2115 | 2024-09-30T17:53:37.169Z | Compiling thiserror-impl-no-std v2.0.2 |
2116 | 2024-09-30T17:53:37.633Z | Compiling ena v0.14.3 |
2117 | 2024-09-30T17:53:38.050Z | Compiling libloading v0.8.3 |
2118 | 2024-09-30T17:53:38.442Z | Compiling indexmap v1.9.3 |
2119 | 2024-09-30T17:53:38.781Z | Compiling nodrop v0.1.14 |
2120 | 2024-09-30T17:53:38.921Z | Compiling regex-syntax v0.6.29 |
2121 | 2024-09-30T17:53:39.780Z | Compiling diff v0.1.13 |
2122 | 2024-09-30T17:53:40.323Z | Compiling bindgen v0.69.4 |
2123 | 2024-09-30T17:53:40.793Z | Compiling opaque-debug v0.3.1 |
2124 | 2024-09-30T17:53:40.908Z | Compiling poly1305 v0.8.0 |
2125 | 2024-09-30T17:53:41.820Z | Compiling diesel v2.2.4 |
2126 | 2024-09-30T17:53:42.448Z | Compiling lalrpop v0.19.12 |
2127 | 2024-09-30T17:53:44.207Z | Compiling thiserror-no-std v2.0.2 |
2128 | 2024-09-30T17:53:44.340Z | Compiling array-init v0.0.4 |
2129 | 2024-09-30T17:53:54.939Z | Compiling smallvec v0.6.14 |
2130 | 2024-09-30T17:53:55.006Z | Compiling slog-stdlog v4.1.1 |
2131 | 2024-09-30T17:53:55.823Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2132 | 2024-09-30T17:53:55.996Z | Compiling which v4.4.2 |
2133 | 2024-09-30T17:53:56.029Z | Compiling tungstenite v0.23.0 |
2134 | 2024-09-30T17:53:56.543Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2135 | 2024-09-30T17:53:56.868Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2136 | 2024-09-30T17:53:56.944Z | Compiling chacha20 v0.9.1 |
2137 | 2024-09-30T17:53:57.104Z | Compiling cexpr v0.6.0 |
2138 | 2024-09-30T17:53:57.407Z | Compiling aead v0.5.2 |
2139 | 2024-09-30T17:53:57.750Z | Compiling rustc-hash v1.1.0 |
2140 | 2024-09-30T17:53:57.918Z | Compiling bitfield v0.14.0 |
2141 | 2024-09-30T17:53:58.240Z | Compiling ref-cast v1.0.23 |
2142 | 2024-09-30T17:53:58.691Z | Compiling shlex v1.3.0 |
2143 | 2024-09-30T17:53:58.720Z | Compiling lazycell v1.3.0 |
2144 | 2024-09-30T17:53:58.898Z | Compiling hashbrown v0.12.3 |
2145 | 2024-09-30T17:53:59.076Z | Compiling termcolor v1.4.1 |
2146 | 2024-09-30T17:54:00.222Z | Compiling env_logger v0.10.2 |
2147 | 2024-09-30T17:54:01.677Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2148 | 2024-09-30T17:54:01.775Z | Compiling chacha20poly1305 v0.10.1 |
2149 | 2024-09-30T17:54:02.007Z | Compiling tokio-tungstenite v0.23.1 |
2150 | 2024-09-30T17:54:02.620Z | Compiling serde-hex v0.1.0 |
2151 | 2024-09-30T17:54:03.168Z | Compiling slog-envlogger v2.2.0 |
2152 | 2024-09-30T17:54:05.707Z | Compiling bzip2 v0.4.4 |
2153 | 2024-09-30T17:54:06.163Z | Compiling vsss-rs v3.3.4 |
2154 | 2024-09-30T17:54:07.881Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2155 | 2024-09-30T17:54:08.210Z | Compiling ron v0.8.1 |
2156 | 2024-09-30T17:54:08.359Z | Compiling polar-core v0.27.3 |
2157 | 2024-09-30T17:54:09.637Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2158 | 2024-09-30T17:54:09.954Z | Compiling derive_builder_core v0.20.0 |
2159 | 2024-09-30T17:54:10.566Z | Compiling headers-core v0.3.0 |
2160 | 2024-09-30T17:54:10.833Z | Compiling hashbrown v0.13.2 |
2161 | 2024-09-30T17:54:12.155Z | Compiling fxhash v0.2.1 |
2162 | 2024-09-30T17:54:12.174Z | Compiling libxml v0.3.3 |
2163 | 2024-09-30T17:54:12.393Z | Compiling ref-cast-impl v1.0.23 |
2164 | 2024-09-30T17:54:12.562Z | Compiling crc-any v2.5.0 |
2165 | 2024-09-30T17:54:13.558Z | Compiling derive_builder_macro v0.20.0 |
2166 | 2024-09-30T17:54:13.688Z | Compiling object v0.30.4 |
2167 | 2024-09-30T17:54:14.169Z | Compiling headers v0.4.0 |
2168 | 2024-09-30T17:54:14.416Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2169 | 2024-09-30T17:54:14.959Z | Compiling samael v0.0.17 |
2170 | 2024-09-30T17:54:17.903Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2171 | 2024-09-30T17:54:19.617Z | Compiling zip v0.6.6 |
2172 | 2024-09-30T17:54:21.150Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2173 | 2024-09-30T17:54:22.164Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2174 | 2024-09-30T17:54:22.464Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2175 | 2024-09-30T17:54:24.251Z | Compiling kstat-rs v0.2.4 |
2176 | 2024-09-30T17:54:25.170Z | Compiling strum_macros v0.24.3 |
2177 | 2024-09-30T17:54:26.506Z | Compiling async-recursion v1.1.1 |
2178 | 2024-09-30T17:54:27.373Z | Compiling unicase v2.7.0 |
2179 | 2024-09-30T17:54:27.740Z | Compiling dropshot v0.10.1 |
2180 | 2024-09-30T17:54:28.011Z | Compiling indoc v1.0.9 |
2181 | 2024-09-30T17:54:28.057Z | Compiling path-slash v0.1.5 |
2182 | 2024-09-30T17:54:28.299Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2183 | 2024-09-30T17:54:28.525Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2184 | 2024-09-30T17:54:31.524Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2185 | 2024-09-30T17:54:32.443Z | Compiling derive_builder v0.20.0 |
2186 | 2024-09-30T17:54:35.722Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2187 | 2024-09-30T17:54:37.597Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2188 | 2024-09-30T17:54:37.917Z | Compiling crossterm v0.28.1 |
2189 | 2024-09-30T17:54:43.780Z | Compiling pem v3.0.4 |
2190 | 2024-09-30T17:54:44.205Z | Compiling dropshot_endpoint v0.10.1 |
2191 | 2024-09-30T17:54:45.317Z | Compiling impl-trait-for-tuples v0.2.2 |
2192 | 2024-09-30T17:54:46.075Z | Compiling oso-derive v0.27.3 |
2193 | 2024-09-30T17:54:46.196Z | Compiling libz-sys v1.1.16 |
2194 | 2024-09-30T17:54:46.281Z | Compiling quick-xml v0.33.0 |
2195 | 2024-09-30T17:54:46.869Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2196 | 2024-09-30T17:54:47.075Z | Compiling parking_lot_core v0.8.6 |
2197 | 2024-09-30T17:54:47.213Z | Compiling cfg_aliases v0.1.1 |
2198 | 2024-09-30T17:54:47.332Z | Compiling nix v0.28.0 |
2199 | 2024-09-30T17:54:48.133Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2200 | 2024-09-30T17:54:49.710Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2201 | 2024-09-30T17:54:52.183Z | Compiling oso v0.27.3 |
2202 | 2024-09-30T17:54:55.099Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2203 | 2024-09-30T17:54:55.431Z | Compiling bb8 v0.8.5 |
2204 | 2024-09-30T17:54:56.058Z | Compiling const_format_proc_macros v0.2.33 |
2205 | 2024-09-30T17:54:58.031Z | Compiling vte_generate_state_changes v0.1.1 |
2206 | 2024-09-30T17:54:58.666Z | Compiling buf-list v1.0.3 |
2207 | 2024-09-30T17:54:59.353Z | Compiling vte v0.11.1 |
2208 | 2024-09-30T17:55:00.768Z | Compiling const_format v0.2.33 |
2209 | 2024-09-30T17:55:02.088Z | Compiling async-bb8-diesel v0.2.1 |
2210 | 2024-09-30T17:55:02.959Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2211 | 2024-09-30T17:55:11.280Z | Compiling fd-lock v4.0.2 |
2212 | 2024-09-30T17:55:11.522Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2213 | 2024-09-30T17:55:12.306Z | Compiling pin-project-internal v1.1.5 |
2214 | 2024-09-30T17:55:15.160Z | Compiling atty v0.2.14 |
2215 | 2024-09-30T17:55:15.333Z | Compiling salty v0.3.0 |
2216 | 2024-09-30T17:55:15.781Z | Compiling bytecount v0.6.8 |
2217 | 2024-09-30T17:55:16.108Z | Compiling papergrid v0.11.0 |
2218 | 2024-09-30T17:55:17.080Z | Compiling pin-project v1.1.5 |
2219 | 2024-09-30T17:55:28.052Z | Compiling parking_lot v0.11.2 |
2220 | 2024-09-30T17:55:33.584Z | Compiling strip-ansi-escapes v0.2.0 |
2221 | 2024-09-30T17:55:35.317Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2222 | 2024-09-30T17:55:35.861Z | Compiling tabled_derive v0.7.0 |
2223 | 2024-09-30T17:55:36.107Z | Compiling crossterm v0.27.0 |
2224 | 2024-09-30T17:55:37.819Z | Compiling peg-macros v0.8.4 |
2225 | 2024-09-30T17:55:38.073Z | Compiling snafu-derive v0.8.2 |
2226 | 2024-09-30T17:55:39.941Z | Compiling sqlparser_derive v0.2.2 |
2227 | 2024-09-30T17:55:40.960Z | Compiling unicode_categories v0.1.1 |
2228 | 2024-09-30T17:55:41.146Z | Compiling nu-ansi-term v0.50.0 |
2229 | 2024-09-30T17:55:41.164Z | Compiling sync_wrapper v0.1.2 |
2230 | 2024-09-30T17:55:41.311Z | Compiling reqwest v0.11.27 |
2231 | 2024-09-30T17:55:41.602Z | Compiling reedline v0.33.0 |
2232 | 2024-09-30T17:55:42.403Z | Compiling rustyline v14.0.0 |
2233 | 2024-09-30T17:55:42.581Z | Compiling sqlformat v0.2.6 |
2234 | 2024-09-30T17:55:42.667Z | Compiling snafu v0.8.2 |
2235 | 2024-09-30T17:55:43.916Z | Compiling peg v0.8.4 |
2236 | 2024-09-30T17:55:44.036Z | Compiling sqlparser v0.45.0 |
2237 | 2024-09-30T17:55:46.794Z | Compiling tabled v0.15.0 |
2238 | 2024-09-30T17:55:53.950Z | Compiling sled v0.34.7 |
2239 | 2024-09-30T17:56:06.610Z | Compiling mime_guess v2.0.4 |
2240 | 2024-09-30T17:56:07.945Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2241 | 2024-09-30T17:56:09.680Z | Compiling hickory-client v0.24.1 |
2242 | 2024-09-30T17:56:10.318Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2243 | 2024-09-30T17:56:14.959Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2244 | 2024-09-30T17:56:16.130Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2245 | 2024-09-30T17:56:16.792Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2246 | 2024-09-30T17:56:22.914Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2247 | 2024-09-30T17:56:24.210Z | Compiling hickory-server v0.24.1 |
2248 | 2024-09-30T17:56:24.416Z | Compiling globset v0.4.14 |
2249 | 2024-09-30T17:56:25.086Z | Compiling primeorder v0.13.6 |
2250 | 2024-09-30T17:56:25.684Z | Compiling olpc-cjson v0.1.3 |
2251 | 2024-09-30T17:56:26.015Z | Compiling bcs v0.1.6 |
2252 | 2024-09-30T17:56:26.042Z | Compiling vergen v8.3.2 |
2253 | 2024-09-30T17:56:26.378Z | Compiling env_filter v0.1.2 |
2254 | 2024-09-30T17:56:26.872Z | Compiling cargo-platform v0.1.8 |
2255 | 2024-09-30T17:56:27.391Z | Compiling serde_plain v1.0.2 |
2256 | 2024-09-30T17:56:27.713Z | Compiling nanorand v0.7.0 |
2257 | 2024-09-30T17:56:27.926Z | Compiling memoffset v0.9.1 |
2258 | 2024-09-30T17:56:28.285Z | Compiling typed-path v0.7.1 |
2259 | 2024-09-30T17:56:28.530Z | Compiling flume v0.11.0 |
2260 | 2024-09-30T17:56:29.265Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2261 | 2024-09-30T17:56:32.016Z | Compiling tough v0.17.1 |
2262 | 2024-09-30T17:56:34.906Z | Compiling cargo_metadata v0.18.1 |
2263 | 2024-09-30T17:56:35.322Z | Compiling env_logger v0.11.5 |
2264 | 2024-09-30T17:56:35.797Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2265 | 2024-09-30T17:56:36.603Z | Compiling p384 v0.13.0 |
2266 | 2024-09-30T17:56:36.780Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2267 | 2024-09-30T17:56:38.306Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2268 | 2024-09-30T17:56:43.293Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2269 | 2024-09-30T17:56:44.567Z | Compiling git2 v0.19.0 |
2270 | 2024-09-30T17:56:46.810Z | Compiling libsqlite3-sys v0.30.1 |
2271 | 2024-09-30T17:56:47.350Z | Compiling lzma-sys v0.1.20 |
2272 | 2024-09-30T17:56:48.030Z | Compiling parse-size v1.0.0 |
2273 | 2024-09-30T17:56:48.335Z | Compiling cfg_aliases v0.2.1 |
2274 | 2024-09-30T17:56:48.451Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2275 | 2024-09-30T17:56:48.780Z | Compiling rustls v0.21.12 |
2276 | 2024-09-30T17:56:49.148Z | Compiling nix v0.29.0 |
2277 | 2024-09-30T17:56:49.826Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2278 | 2024-09-30T17:56:52.563Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2279 | 2024-09-30T17:56:53.568Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2280 | 2024-09-30T17:56:53.642Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2281 | 2024-09-30T17:56:54.392Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2282 | 2024-09-30T17:56:54.711Z | Compiling rustls-webpki v0.101.7 |
2283 | 2024-09-30T17:56:58.486Z | Compiling sct v0.7.1 |
2284 | 2024-09-30T17:56:58.714Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2285 | 2024-09-30T17:56:58.949Z | Compiling heck v0.3.3 |
2286 | 2024-09-30T17:56:59.315Z | Compiling castaway v0.2.3 |
2287 | 2024-09-30T17:56:59.390Z | Compiling rand_seeder v0.3.0 |
2288 | 2024-09-30T17:56:59.506Z | Compiling csv-core v0.1.11 |
2289 | 2024-09-30T17:56:59.801Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2290 | 2024-09-30T17:57:00.395Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2291 | 2024-09-30T17:57:00.635Z | Compiling http-range v0.1.5 |
2292 | 2024-09-30T17:57:00.758Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2293 | 2024-09-30T17:57:01.214Z | Compiling hyper-staticfile v0.10.1 |
2294 | 2024-09-30T17:57:02.067Z | Compiling csv v1.3.0 |
2295 | 2024-09-30T17:57:04.195Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2296 | 2024-09-30T17:57:04.198Z | Compiling compact_str v0.8.0 |
2297 | 2024-09-30T17:57:04.420Z | Compiling zone_cfg_derive v0.1.2 |
2298 | 2024-09-30T17:57:05.936Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2299 | 2024-09-30T17:57:07.540Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2300 | 2024-09-30T17:57:07.570Z | Compiling nix v0.27.1 |
2301 | 2024-09-30T17:57:09.856Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2302 | 2024-09-30T17:57:11.410Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2303 | 2024-09-30T17:57:16.587Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2304 | 2024-09-30T17:57:18.803Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2305 | 2024-09-30T17:57:23.194Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2306 | 2024-09-30T17:57:23.287Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2307 | 2024-09-30T17:57:23.287Z | Compiling unicode-truncate v1.0.0 |
2308 | 2024-09-30T17:57:23.288Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2309 | 2024-09-30T17:57:23.288Z | Compiling lru v0.12.3 |
2310 | 2024-09-30T17:57:23.288Z | Compiling hashlink v0.9.1 |
2311 | 2024-09-30T17:57:23.288Z | Compiling instability v0.3.2 |
2312 | 2024-09-30T17:57:23.288Z | Compiling base64 v0.13.1 |
2313 | 2024-09-30T17:57:23.288Z | Compiling fallible-iterator v0.3.0 |
2314 | 2024-09-30T17:57:23.288Z | Compiling fallible-streaming-iterator v0.1.9 |
2315 | 2024-09-30T17:57:23.288Z | Compiling cassowary v0.3.0 |
2316 | 2024-09-30T17:57:23.288Z | Compiling ron v0.7.1 |
2317 | 2024-09-30T17:57:23.288Z | Compiling rusqlite v0.32.1 |
2318 | 2024-09-30T17:57:24.888Z | Compiling ratatui v0.28.0 |
2319 | 2024-09-30T17:57:26.499Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2320 | 2024-09-30T17:57:27.221Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2321 | 2024-09-30T17:57:33.367Z | Compiling xz2 v0.1.7 |
2322 | 2024-09-30T17:57:33.401Z | Compiling tokio-rustls v0.24.1 |
2323 | 2024-09-30T17:57:39.515Z | Compiling zone v0.1.8 |
2324 | 2024-09-30T17:57:39.680Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2325 | 2024-09-30T17:57:42.944Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2326 | 2024-09-30T17:57:45.017Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2327 | 2024-09-30T17:57:46.710Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2328 | 2024-09-30T17:57:48.961Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2329 | 2024-09-30T17:57:49.800Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2330 | 2024-09-30T17:57:51.763Z | Compiling rustls-pemfile v1.0.4 |
2331 | 2024-09-30T17:57:52.250Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2332 | 2024-09-30T17:57:52.546Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2333 | 2024-09-30T17:57:52.593Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2334 | 2024-09-30T17:57:52.764Z | Compiling signal-hook-tokio v0.3.1 |
2335 | 2024-09-30T17:57:52.993Z | Compiling twox-hash v1.6.3 |
2336 | 2024-09-30T17:57:54.009Z | Compiling yasna v0.5.2 |
2337 | 2024-09-30T17:57:57.567Z | Compiling smawk v0.3.2 |
2338 | 2024-09-30T17:57:57.654Z | Compiling unicode-linebreak v0.1.5 |
2339 | 2024-09-30T17:57:57.834Z | Compiling is_ci v1.2.0 |
2340 | 2024-09-30T17:57:58.128Z | Compiling textwrap v0.16.1 |
2341 | 2024-09-30T17:57:58.215Z | Compiling supports-color v3.0.1 |
2342 | 2024-09-30T17:57:58.465Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
2343 | 2024-09-30T17:57:58.611Z | Compiling rcgen v0.12.1 |
2344 | 2024-09-30T17:58:03.913Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2345 | 2024-09-30T17:58:08.383Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2346 | 2024-09-30T17:58:08.892Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2347 | 2024-09-30T17:58:14.458Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2348 | 2024-09-30T17:58:16.865Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2349 | 2024-09-30T17:58:19.508Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2350 | 2024-09-30T17:58:19.600Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2351 | 2024-09-30T17:58:20.105Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2352 | 2024-09-30T17:58:20.434Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2353 | 2024-09-30T17:58:27.144Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2354 | 2024-09-30T17:58:30.342Z | Compiling fatfs v0.3.6 |
2355 | 2024-09-30T17:58:33.128Z | Compiling subprocess v0.2.9 |
2356 | 2024-09-30T17:58:36.326Z | Compiling rtoolbox v0.0.2 |
2357 | 2024-09-30T17:58:36.769Z | Compiling assert_matches v1.5.0 |
2358 | 2024-09-30T17:58:37.876Z | Compiling rpassword v7.3.1 |
2359 | 2024-09-30T17:58:37.935Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2360 | 2024-09-30T17:58:38.345Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2361 | 2024-09-30T17:58:39.886Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2362 | 2024-09-30T17:58:45.720Z | Compiling tui-tree-widget v0.22.0 |
2363 | 2024-09-30T17:58:46.169Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2364 | 2024-09-30T17:58:46.820Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2365 | 2024-09-30T17:58:59.957Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2366 | 2024-09-30T17:59:01.562Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2367 | 2024-09-30T17:59:01.892Z | Compiling uzers v0.11.3 |
2368 | 2024-09-30T17:59:04.432Z | Compiling shell-words v1.1.0 |
2369 | 2024-09-30T17:59:04.859Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2370 | 2024-09-30T17:59:07.429Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2371 | 2024-09-30T17:59:07.676Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2372 | 2024-09-30T17:59:09.398Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2373 | 2024-09-30T17:59:46.974Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2374 | 2024-09-30T17:59:58.183Z | Compiling multimap v0.10.0 |
2375 | 2024-09-30T18:01:44.083Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2376 | 2024-09-30T18:02:05.853Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2377 | 2024-09-30T18:08:21.627Z | Finished `release` profile [optimized] target(s) in 15m 48s |
2378 | 2024-09-30T18:09:18.684Z | |
2379 | 2024-09-30T18:09:18.687Z | real 16:46.957973253 |
2380 | 2024-09-30T18:09:18.687Z | user 1:54:36.613580154 |
2381 | 2024-09-30T18:09:18.687Z | sys 5:41.770376027 |
2382 | 2024-09-30T18:09:18.687Z | trap 2.775751780 |
2383 | 2024-09-30T18:09:18.687Z | tflt 3.172042888 |
2384 | 2024-09-30T18:09:18.687Z | dflt 3.772119102 |
2385 | 2024-09-30T18:09:18.687Z | kflt 0.003297041 |
2386 | 2024-09-30T18:09:18.687Z | lock 7:03:58.276970922 |
2387 | 2024-09-30T18:09:18.687Z | slp 6:09:41.244269369 |
2388 | 2024-09-30T18:09:18.687Z | lat 2:54.962634056 |
2389 | 2024-09-30T18:09:18.687Z | stop 2:43.116583911 |
2390 | 2024-09-30T18:09:18.687Z | + mapfile -t packages |
2391 | 2024-09-30T18:09:18.687Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2392 | 2024-09-30T18:09:18.902Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2393 | 2024-09-30T18:09:19.740Z | Finished `release` profile [optimized] target(s) in 1.00s |
2394 | 2024-09-30T18:09:19.801Z | Running `target/release/omicron-package -t test list-outputs` |
2395 | 2024-09-30T18:09:19.847Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2396 | 2024-09-30T18:09:19.849Z | + ptime -m cargo build --locked --release -p xtask |
2397 | 2024-09-30T18:09:20.042Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2398 | 2024-09-30T18:09:20.466Z | Compiling serde v1.0.210 |
2399 | 2024-09-30T18:09:20.469Z | Compiling serde_json v1.0.128 |
2400 | 2024-09-30T18:09:20.469Z | Compiling libc v0.2.159 |
2401 | 2024-09-30T18:09:20.469Z | Compiling rustix v0.38.34 |
2402 | 2024-09-30T18:09:20.563Z | Compiling syn v2.0.79 |
2403 | 2024-09-30T18:09:20.582Z | Compiling bitflags v2.6.0 |
2404 | 2024-09-30T18:09:20.899Z | Compiling usdt-impl v0.5.0 |
2405 | 2024-09-30T18:09:20.985Z | Compiling syn v1.0.109 |
2406 | 2024-09-30T18:09:21.071Z | Compiling log v0.4.22 |
2407 | 2024-09-30T18:09:21.088Z | Compiling hashbrown v0.14.5 |
2408 | 2024-09-30T18:09:21.169Z | Compiling fs-err v2.11.0 |
2409 | 2024-09-30T18:09:21.495Z | Compiling anyhow v1.0.89 |
2410 | 2024-09-30T18:09:22.033Z | Compiling thread-id v4.2.1 |
2411 | 2024-09-30T18:09:22.488Z | Compiling indexmap v2.5.0 |
2412 | 2024-09-30T18:09:23.417Z | Compiling terminal_size v0.3.0 |
2413 | 2024-09-30T18:09:23.417Z | Compiling tempfile v3.10.1 |
2414 | 2024-09-30T18:09:23.654Z | Compiling clap_builder v4.5.18 |
2415 | 2024-09-30T18:09:24.519Z | Compiling proc-macro-error v1.0.4 |
2416 | 2024-09-30T18:09:25.853Z | Compiling tabled_derive v0.7.0 |
2417 | 2024-09-30T18:09:27.254Z | Compiling tabled v0.15.0 |
2418 | 2024-09-30T18:09:28.053Z | Compiling serde_derive v1.0.210 |
2419 | 2024-09-30T18:09:29.098Z | Compiling thiserror-impl v1.0.64 |
2420 | 2024-09-30T18:09:29.158Z | Compiling zerocopy-derive v0.7.34 |
2421 | 2024-09-30T18:09:29.639Z | Compiling scroll_derive v0.12.0 |
2422 | 2024-09-30T18:09:31.096Z | Compiling scroll v0.12.0 |
2423 | 2024-09-30T18:09:31.188Z | Compiling zerocopy v0.7.34 |
2424 | 2024-09-30T18:09:31.778Z | Compiling goblin v0.8.2 |
2425 | 2024-09-30T18:09:31.967Z | Compiling thiserror v1.0.64 |
2426 | 2024-09-30T18:09:32.131Z | Compiling pest v2.7.10 |
2427 | 2024-09-30T18:09:35.092Z | Compiling pest_meta v2.7.10 |
2428 | 2024-09-30T18:09:36.827Z | Compiling pest_generator v2.7.10 |
2429 | 2024-09-30T18:09:39.275Z | Compiling pest_derive v2.7.10 |
2430 | 2024-09-30T18:09:40.095Z | Compiling dtrace-parser v0.2.0 |
2431 | 2024-09-30T18:09:41.895Z | Compiling clap_derive v4.5.18 |
2432 | 2024-09-30T18:09:43.098Z | Compiling toml_datetime v0.6.8 |
2433 | 2024-09-30T18:09:43.286Z | Compiling serde_spanned v0.6.7 |
2434 | 2024-09-30T18:09:43.561Z | Compiling toml_edit v0.22.22 |
2435 | 2024-09-30T18:09:43.792Z | Compiling camino v1.1.9 |
2436 | 2024-09-30T18:09:45.150Z | Compiling serde_tokenstream v0.2.2 |
2437 | 2024-09-30T18:09:45.755Z | Compiling dof v0.3.0 |
2438 | 2024-09-30T18:09:47.799Z | Compiling toml v0.8.19 |
2439 | 2024-09-30T18:09:48.569Z | Compiling cargo-platform v0.1.8 |
2440 | 2024-09-30T18:09:48.951Z | Compiling usdt-attr-macro v0.5.0 |
2441 | 2024-09-30T18:09:49.686Z | Compiling usdt-macro v0.5.0 |
2442 | 2024-09-30T18:09:50.383Z | Compiling semver v1.0.23 |
2443 | 2024-09-30T18:09:50.946Z | Compiling usdt v0.5.0 |
2444 | 2024-09-30T18:09:51.432Z | Compiling cargo_metadata v0.18.1 |
2445 | 2024-09-30T18:09:51.888Z | Compiling cargo_toml v0.20.5 |
2446 | 2024-09-30T18:09:52.412Z | Compiling clap v4.5.18 |
2447 | 2024-09-30T18:09:52.557Z | Compiling camino-tempfile v1.1.1 |
2448 | 2024-09-30T18:09:53.345Z | Compiling macaddr v1.0.1 |
2449 | 2024-09-30T18:10:05.340Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2450 | 2024-09-30T18:10:16.934Z | Finished `release` profile [optimized] target(s) in 57.06s |
2451 | 2024-09-30T18:10:17.038Z | |
2452 | 2024-09-30T18:10:17.038Z | real 57.192510321 |
2453 | 2024-09-30T18:10:17.038Z | user 5:43.493564995 |
2454 | 2024-09-30T18:10:17.038Z | sys 33.060183942 |
2455 | 2024-09-30T18:10:17.038Z | trap 0.145746152 |
2456 | 2024-09-30T18:10:17.038Z | tflt 0.323468100 |
2457 | 2024-09-30T18:10:17.038Z | dflt 0.535309241 |
2458 | 2024-09-30T18:10:17.038Z | kflt 0.007933186 |
2459 | 2024-09-30T18:10:17.042Z | lock 10:52.071006856 |
2460 | 2024-09-30T18:10:17.042Z | slp 16:26.841533503 |
2461 | 2024-09-30T18:10:17.042Z | lat 12.728436768 |
2462 | 2024-09-30T18:10:17.042Z | stop 16.566549676 |
2463 | 2024-09-30T18:10:17.042Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2464 | 2024-09-30T18:10:17.042Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2465 | 2024-09-30T18:10:17.042Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2466 | 2024-09-30T18:10:17.042Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2467 | 2024-09-30T18:10:17.042Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2468 | 2024-09-30T18:10:17.231Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2469 | 2024-09-30T18:10:17.939Z | Compiling regress v0.10.1 |
2470 | 2024-09-30T18:10:18.057Z | Compiling unsafe-libyaml v0.2.11 |
2471 | 2024-09-30T18:10:18.059Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2472 | 2024-09-30T18:10:18.059Z | Compiling progenitor-client v0.8.0 |
2473 | 2024-09-30T18:10:18.059Z | Compiling ident_case v1.0.1 |
2474 | 2024-09-30T18:10:18.059Z | Compiling toml v0.8.19 |
2475 | 2024-09-30T18:10:18.117Z | Compiling match_cfg v0.1.0 |
2476 | 2024-09-30T18:10:18.120Z | Compiling ipnetwork v0.20.0 |
2477 | 2024-09-30T18:10:18.210Z | Compiling darling_core v0.20.9 |
2478 | 2024-09-30T18:10:18.228Z | Compiling hostname v0.3.1 |
2479 | 2024-09-30T18:10:18.482Z | Compiling paste v1.0.15 |
2480 | 2024-09-30T18:10:18.511Z | Compiling rustls v0.22.4 |
2481 | 2024-09-30T18:10:18.556Z | Compiling multer v3.1.0 |
2482 | 2024-09-30T18:10:18.946Z | Compiling slog-json v2.6.1 |
2483 | 2024-09-30T18:10:19.072Z | Compiling async-stream-impl v0.3.5 |
2484 | 2024-09-30T18:10:19.352Z | Compiling serde_yaml v0.9.34+deprecated |
2485 | 2024-09-30T18:10:19.866Z | Compiling instant v0.1.12 |
2486 | 2024-09-30T18:10:19.984Z | Compiling dropshot v0.12.0 |
2487 | 2024-09-30T18:10:20.040Z | Compiling debug-ignore v1.0.5 |
2488 | 2024-09-30T18:10:20.186Z | Compiling slog-bunyan v2.5.0 |
2489 | 2024-09-30T18:10:20.410Z | Compiling dropshot_endpoint v0.12.0 |
2490 | 2024-09-30T18:10:20.413Z | Compiling waitgroup v0.1.2 |
2491 | 2024-09-30T18:10:20.495Z | Compiling async-stream v0.3.5 |
2492 | 2024-09-30T18:10:20.645Z | Compiling serde_path_to_error v0.1.16 |
2493 | 2024-09-30T18:10:20.808Z | Compiling hostname v0.4.0 |
2494 | 2024-09-30T18:10:21.085Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2495 | 2024-09-30T18:10:21.503Z | Compiling structmeta-derive v0.3.0 |
2496 | 2024-09-30T18:10:21.541Z | Compiling regress v0.9.1 |
2497 | 2024-09-30T18:10:21.854Z | Compiling typify-impl v0.2.0 |
2498 | 2024-09-30T18:10:23.018Z | Compiling newtype-uuid v1.1.0 |
2499 | 2024-09-30T18:10:23.330Z | Compiling tokio-rustls v0.25.0 |
2500 | 2024-09-30T18:10:23.728Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2501 | 2024-09-30T18:10:23.757Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2502 | 2024-09-30T18:10:24.118Z | Compiling backoff v0.4.0 |
2503 | 2024-09-30T18:10:24.483Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2504 | 2024-09-30T18:10:24.534Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2505 | 2024-09-30T18:10:24.565Z | Compiling structmeta v0.3.0 |
2506 | 2024-09-30T18:10:24.729Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2507 | 2024-09-30T18:10:24.909Z | Compiling macaddr v1.0.1 |
2508 | 2024-09-30T18:10:25.048Z | Compiling parse-display-derive v0.10.0 |
2509 | 2024-09-30T18:10:25.267Z | Compiling darling_macro v0.20.9 |
2510 | 2024-09-30T18:10:25.269Z | Compiling tempfile v3.10.1 |
2511 | 2024-09-30T18:10:25.411Z | Compiling proc-macro-crate v1.3.1 |
2512 | 2024-09-30T18:10:26.146Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2513 | 2024-09-30T18:10:26.269Z | Compiling darling v0.20.9 |
2514 | 2024-09-30T18:10:26.400Z | Compiling serde_with_macros v3.9.0 |
2515 | 2024-09-30T18:10:26.522Z | Compiling num_enum_derive v0.5.11 |
2516 | 2024-09-30T18:10:26.575Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2517 | 2024-09-30T18:10:26.702Z | Compiling foreign-types-macros v0.2.3 |
2518 | 2024-09-30T18:10:26.918Z | Compiling heapless v0.8.0 |
2519 | 2024-09-30T18:10:27.563Z | Compiling foreign-types-shared v0.3.1 |
2520 | 2024-09-30T18:10:28.029Z | Compiling foreign-types v0.5.0 |
2521 | 2024-09-30T18:10:28.155Z | Compiling proc-macro-error v1.0.4 |
2522 | 2024-09-30T18:10:28.368Z | Compiling camino-tempfile v1.1.1 |
2523 | 2024-09-30T18:10:28.828Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2524 | 2024-09-30T18:10:28.861Z | Compiling cstr-argument v0.1.2 |
2525 | 2024-09-30T18:10:29.137Z | Compiling hash32 v0.3.1 |
2526 | 2024-09-30T18:10:29.190Z | Compiling num_enum v0.5.11 |
2527 | 2024-09-30T18:10:29.290Z | Compiling smoltcp v0.11.0 |
2528 | 2024-09-30T18:10:29.350Z | Compiling pretty-hex v0.2.1 |
2529 | 2024-09-30T18:10:29.378Z | Compiling serde_with v3.9.0 |
2530 | 2024-09-30T18:10:29.541Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2531 | 2024-09-30T18:10:29.641Z | Compiling parse-display v0.10.0 |
2532 | 2024-09-30T18:10:29.661Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2533 | 2024-09-30T18:10:29.851Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2534 | 2024-09-30T18:10:29.896Z | Compiling tabwriter v1.4.0 |
2535 | 2024-09-30T18:10:30.084Z | Compiling colored v2.1.0 |
2536 | 2024-09-30T18:10:30.388Z | Compiling cobs v0.2.3 |
2537 | 2024-09-30T18:10:30.462Z | Compiling embedded-io v0.4.0 |
2538 | 2024-09-30T18:10:30.554Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2539 | 2024-09-30T18:10:30.682Z | Compiling postcard v1.0.8 |
2540 | 2024-09-30T18:10:30.703Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2541 | 2024-09-30T18:10:30.880Z | Compiling crucible-workspace-hack v0.1.0 |
2542 | 2024-09-30T18:10:30.914Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2543 | 2024-09-30T18:10:30.969Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2544 | 2024-09-30T18:10:31.309Z | Compiling smf v0.2.3 |
2545 | 2024-09-30T18:10:31.335Z | Compiling socket2 v0.4.10 |
2546 | 2024-09-30T18:10:31.453Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2547 | 2024-09-30T18:10:31.847Z | Compiling zone_cfg_derive v0.3.0 |
2548 | 2024-09-30T18:10:32.294Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2549 | 2024-09-30T18:10:32.783Z | Compiling num-derive v0.4.2 |
2550 | 2024-09-30T18:10:32.783Z | Compiling sigpipe v0.1.3 |
2551 | 2024-09-30T18:10:32.932Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2552 | 2024-09-30T18:10:33.279Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2553 | 2024-09-30T18:10:33.311Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2554 | 2024-09-30T18:10:33.415Z | Compiling zone v0.3.0 |
2555 | 2024-09-30T18:10:33.760Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2556 | 2024-09-30T18:10:34.430Z | Compiling universal-hash v0.5.1 |
2557 | 2024-09-30T18:10:34.494Z | Compiling opaque-debug v0.3.1 |
2558 | 2024-09-30T18:10:34.600Z | Compiling num-rational v0.4.2 |
2559 | 2024-09-30T18:10:34.633Z | Compiling num-complex v0.4.6 |
2560 | 2024-09-30T18:10:34.992Z | Compiling password-hash v0.5.0 |
2561 | 2024-09-30T18:10:35.420Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2562 | 2024-09-30T18:10:35.554Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2563 | 2024-09-30T18:10:35.594Z | Compiling blake2 v0.10.6 |
2564 | 2024-09-30T18:10:35.727Z | Compiling num v0.4.3 |
2565 | 2024-09-30T18:10:35.848Z | Compiling aead v0.5.2 |
2566 | 2024-09-30T18:10:35.866Z | Compiling utf-8 v0.7.6 |
2567 | 2024-09-30T18:10:36.042Z | Compiling keccak v0.1.5 |
2568 | 2024-09-30T18:10:36.188Z | Compiling convert_case v0.4.0 |
2569 | 2024-09-30T18:10:36.215Z | Compiling float-ord v0.3.2 |
2570 | 2024-09-30T18:10:36.391Z | Compiling sha3 v0.10.8 |
2571 | 2024-09-30T18:10:36.411Z | Compiling tungstenite v0.21.0 |
2572 | 2024-09-30T18:10:36.429Z | Compiling argon2 v0.5.3 |
2573 | 2024-09-30T18:10:37.076Z | Compiling poly1305 v0.8.0 |
2574 | 2024-09-30T18:10:37.148Z | Compiling newline-converter v0.3.0 |
2575 | 2024-09-30T18:10:37.182Z | Compiling derive_more v0.99.18 |
2576 | 2024-09-30T18:10:37.320Z | Compiling chacha20 v0.9.1 |
2577 | 2024-09-30T18:10:37.481Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2578 | 2024-09-30T18:10:37.769Z | Compiling base64 v0.21.7 |
2579 | 2024-09-30T18:10:37.790Z | Compiling semver v0.1.20 |
2580 | 2024-09-30T18:10:38.492Z | Compiling rustc_version v0.1.7 |
2581 | 2024-09-30T18:10:38.533Z | Compiling tokio-tungstenite v0.21.0 |
2582 | 2024-09-30T18:10:38.617Z | Compiling expectorate v1.1.0 |
2583 | 2024-09-30T18:10:38.796Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2584 | 2024-09-30T18:10:38.816Z | Compiling cancel-safe-futures v0.1.5 |
2585 | 2024-09-30T18:10:38.854Z | Compiling same-file v1.0.6 |
2586 | 2024-09-30T18:10:39.009Z | Compiling owo-colors v4.1.0 |
2587 | 2024-09-30T18:10:39.094Z | Compiling walkdir v2.5.0 |
2588 | 2024-09-30T18:10:39.165Z | Compiling newtype_derive v0.1.6 |
2589 | 2024-09-30T18:10:39.207Z | Compiling primeorder v0.13.6 |
2590 | 2024-09-30T18:10:39.233Z | Compiling secrecy v0.8.0 |
2591 | 2024-09-30T18:10:39.331Z | Compiling prettyplease v0.2.22 |
2592 | 2024-09-30T18:10:39.400Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2593 | 2024-09-30T18:10:39.472Z | Compiling home v0.5.9 |
2594 | 2024-09-30T18:10:39.712Z | Compiling atomicwrites v0.4.4 |
2595 | 2024-09-30T18:10:39.736Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2596 | 2024-09-30T18:10:39.842Z | Compiling thiserror-impl-no-std v2.0.2 |
2597 | 2024-09-30T18:10:40.072Z | Compiling libsw v3.3.1 |
2598 | 2024-09-30T18:10:40.108Z | Compiling blake3 v1.5.1 |
2599 | 2024-09-30T18:10:40.299Z | Compiling ring v0.16.20 |
2600 | 2024-09-30T18:10:40.344Z | Compiling derive-where v1.2.7 |
2601 | 2024-09-30T18:10:40.363Z | Compiling typify-macro v0.2.0 |
2602 | 2024-09-30T18:10:40.392Z | Compiling half v2.4.1 |
2603 | 2024-09-30T18:10:40.773Z | Compiling unicase v2.7.0 |
2604 | 2024-09-30T18:10:40.984Z | Compiling quick-error v1.2.3 |
2605 | 2024-09-30T18:10:41.101Z | Compiling linear-map v1.2.0 |
2606 | 2024-09-30T18:10:41.146Z | Compiling indent_write v2.2.0 |
2607 | 2024-09-30T18:10:41.383Z | Compiling arc-swap v1.7.1 |
2608 | 2024-09-30T18:10:41.473Z | Compiling ciborium-io v0.2.2 |
2609 | 2024-09-30T18:10:41.494Z | Compiling linked-hash-map v0.5.6 |
2610 | 2024-09-30T18:10:41.618Z | Compiling ciborium-ll v0.2.2 |
2611 | 2024-09-30T18:10:41.891Z | Compiling lru-cache v0.1.2 |
2612 | 2024-09-30T18:10:41.971Z | Compiling slog-scope v4.4.0 |
2613 | 2024-09-30T18:10:42.051Z | Compiling resolv-conf v0.7.0 |
2614 | 2024-09-30T18:10:42.526Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2615 | 2024-09-30T18:10:42.936Z | Compiling polyval v0.6.2 |
2616 | 2024-09-30T18:10:42.986Z | Compiling itertools v0.13.0 |
2617 | 2024-09-30T18:10:43.102Z | Compiling thiserror-no-std v2.0.2 |
2618 | 2024-09-30T18:10:43.230Z | Compiling memmap2 v0.9.4 |
2619 | 2024-09-30T18:10:43.382Z | Compiling parking_lot_core v0.8.6 |
2620 | 2024-09-30T18:10:43.701Z | Compiling arrayref v0.3.7 |
2621 | 2024-09-30T18:10:43.805Z | Compiling libefi-sys v0.1.0 |
2622 | 2024-09-30T18:10:43.875Z | Compiling untrusted v0.7.1 |
2623 | 2024-09-30T18:10:43.997Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2624 | 2024-09-30T18:10:44.088Z | Compiling highway v1.2.0 |
2625 | 2024-09-30T18:10:44.109Z | Compiling salty v0.3.0 |
2626 | 2024-09-30T18:10:44.564Z | Compiling arrayvec v0.7.4 |
2627 | 2024-09-30T18:10:44.597Z | Compiling constant_time_eq v0.3.0 |
2628 | 2024-09-30T18:10:44.767Z | Compiling typify v0.2.0 |
2629 | 2024-09-30T18:10:44.794Z | Compiling spin v0.5.2 |
2630 | 2024-09-30T18:10:44.913Z | Compiling progenitor-impl v0.8.0 |
2631 | 2024-09-30T18:10:45.081Z | Compiling vsss-rs v3.3.4 |
2632 | 2024-09-30T18:10:45.099Z | Compiling ghash v0.5.1 |
2633 | 2024-09-30T18:10:45.318Z | Compiling steno v0.4.1 |
2634 | 2024-09-30T18:10:46.004Z | Compiling hickory-resolver v0.24.1 |
2635 | 2024-09-30T18:10:46.342Z | Compiling slog-stdlog v4.1.1 |
2636 | 2024-09-30T18:10:46.708Z | Compiling ciborium v0.2.2 |
2637 | 2024-09-30T18:10:47.047Z | Compiling p384 v0.13.0 |
2638 | 2024-09-30T18:10:48.004Z | Compiling toolchain_find v0.4.0 |
2639 | 2024-09-30T18:10:48.269Z | Compiling chacha20poly1305 v0.10.1 |
2640 | 2024-09-30T18:10:48.514Z | Compiling lzma-sys v0.1.20 |
2641 | 2024-09-30T18:10:48.594Z | Compiling ctr v0.9.2 |
2642 | 2024-09-30T18:10:48.701Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2643 | 2024-09-30T18:10:48.767Z | Compiling bitfield-struct v0.6.1 |
2644 | 2024-09-30T18:10:48.956Z | Compiling slog-dtrace v0.3.0 |
2645 | 2024-09-30T18:10:49.129Z | Compiling topological-sort v0.2.2 |
2646 | 2024-09-30T18:10:49.261Z | Compiling humantime v2.1.0 |
2647 | 2024-09-30T18:10:49.358Z | Compiling omicron-zone-package v0.11.1 |
2648 | 2024-09-30T18:10:49.559Z | Compiling aes-gcm v0.10.3 |
2649 | 2024-09-30T18:10:49.800Z | Compiling rustfmt-wrapper v0.2.1 |
2650 | 2024-09-30T18:10:49.818Z | Compiling mime_guess v2.0.4 |
2651 | 2024-09-30T18:10:49.881Z | Compiling slog-envlogger v2.2.0 |
2652 | 2024-09-30T18:10:50.231Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2653 | 2024-09-30T18:10:51.077Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2654 | 2024-09-30T18:10:51.147Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2655 | 2024-09-30T18:10:51.249Z | Compiling heck v0.3.3 |
2656 | 2024-09-30T18:10:51.703Z | Compiling ssh-encoding v0.2.0 |
2657 | 2024-09-30T18:10:51.804Z | Compiling blowfish v0.9.1 |
2658 | 2024-09-30T18:10:51.999Z | Compiling nibble_vec v0.1.0 |
2659 | 2024-09-30T18:10:52.227Z | Compiling env_filter v0.1.2 |
2660 | 2024-09-30T18:10:52.230Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2661 | 2024-09-30T18:10:52.274Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2662 | 2024-09-30T18:10:52.297Z | Compiling endian-type v0.1.2 |
2663 | 2024-09-30T18:10:52.527Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2664 | 2024-09-30T18:10:52.575Z | Compiling env_logger v0.11.5 |
2665 | 2024-09-30T18:10:52.625Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2666 | 2024-09-30T18:10:52.652Z | Compiling radix_trie v0.2.1 |
2667 | 2024-09-30T18:10:52.655Z | Compiling ssh-cipher v0.2.0 |
2668 | 2024-09-30T18:10:52.960Z | Compiling bcrypt-pbkdf v0.10.0 |
2669 | 2024-09-30T18:10:52.995Z | Compiling zone_cfg_derive v0.1.2 |
2670 | 2024-09-30T18:10:53.054Z | Compiling progenitor-macro v0.8.0 |
2671 | 2024-09-30T18:10:53.313Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2672 | 2024-09-30T18:10:53.596Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2673 | 2024-09-30T18:10:53.654Z | Compiling parking_lot v0.11.2 |
2674 | 2024-09-30T18:10:54.036Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2675 | 2024-09-30T18:10:54.328Z | Compiling gethostname v0.5.0 |
2676 | 2024-09-30T18:10:54.389Z | Compiling password-hash v0.4.2 |
2677 | 2024-09-30T18:10:54.483Z | Compiling fxhash v0.2.1 |
2678 | 2024-09-30T18:10:54.551Z | Compiling base64 v0.13.1 |
2679 | 2024-09-30T18:10:54.570Z | Compiling matches v0.1.10 |
2680 | 2024-09-30T18:10:54.573Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2681 | 2024-09-30T18:10:54.604Z | Compiling zone v0.1.8 |
2682 | 2024-09-30T18:10:54.664Z | Compiling sled v0.34.7 |
2683 | 2024-09-30T18:10:54.691Z | Compiling idna v0.2.3 |
2684 | 2024-09-30T18:10:54.931Z | Compiling pbkdf2 v0.11.0 |
2685 | 2024-09-30T18:10:55.236Z | Compiling ron v0.7.1 |
2686 | 2024-09-30T18:10:55.317Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2687 | 2024-09-30T18:10:55.341Z | Compiling xz2 v0.1.7 |
2688 | 2024-09-30T18:10:55.841Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2689 | 2024-09-30T18:10:56.071Z | Compiling ssh-key v0.6.6 |
2690 | 2024-09-30T18:10:56.217Z | Compiling hickory-client v0.24.1 |
2691 | 2024-09-30T18:10:56.988Z | Compiling p521 v0.13.3 |
2692 | 2024-09-30T18:10:57.031Z | Compiling p256 v0.13.2 |
2693 | 2024-09-30T18:10:57.600Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2694 | 2024-09-30T18:10:57.621Z | Compiling hickory-server v0.24.1 |
2695 | 2024-09-30T18:10:57.870Z | Compiling enum-as-inner v0.5.1 |
2696 | 2024-09-30T18:10:58.976Z | Compiling pem v3.0.4 |
2697 | 2024-09-30T18:10:59.300Z | Compiling yasna v0.5.2 |
2698 | 2024-09-30T18:10:59.583Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2699 | 2024-09-30T18:10:59.817Z | Compiling headers-core v0.3.0 |
2700 | 2024-09-30T18:11:00.007Z | Compiling kstat-rs v0.2.4 |
2701 | 2024-09-30T18:11:00.027Z | Compiling nanorand v0.7.0 |
2702 | 2024-09-30T18:11:00.627Z | Compiling russh-cryptovec v0.7.2 |
2703 | 2024-09-30T18:11:00.690Z | Compiling atty v0.2.14 |
2704 | 2024-09-30T18:11:00.835Z | Compiling md5 v0.7.0 |
2705 | 2024-09-30T18:11:00.855Z | Compiling glob v0.3.1 |
2706 | 2024-09-30T18:11:00.950Z | Compiling http-range v0.1.5 |
2707 | 2024-09-30T18:11:01.055Z | Compiling flume v0.11.0 |
2708 | 2024-09-30T18:11:01.127Z | Compiling russh-keys v0.45.0 |
2709 | 2024-09-30T18:11:01.321Z | Compiling hyper-staticfile v0.10.1 |
2710 | 2024-09-30T18:11:01.341Z | Compiling rcgen v0.12.1 |
2711 | 2024-09-30T18:11:01.749Z | Compiling headers v0.4.0 |
2712 | 2024-09-30T18:11:01.869Z | Compiling trust-dns-proto v0.22.0 |
2713 | 2024-09-30T18:11:02.496Z | Compiling num-bigint v0.4.5 |
2714 | 2024-09-30T18:11:03.754Z | Compiling des v0.8.1 |
2715 | 2024-09-30T18:11:03.813Z | Compiling subprocess v0.2.9 |
2716 | 2024-09-30T18:11:04.100Z | Compiling dhcproto-macros v0.1.0 |
2717 | 2024-09-30T18:11:04.782Z | Compiling hex-literal v0.4.1 |
2718 | 2024-09-30T18:11:04.937Z | Compiling display-error-chain v0.2.1 |
2719 | 2024-09-30T18:11:05.117Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2720 | 2024-09-30T18:11:05.138Z | Compiling internet-checksum v0.2.1 |
2721 | 2024-09-30T18:11:05.634Z | Compiling russh v0.45.0 |
2722 | 2024-09-30T18:11:06.291Z | Compiling dhcproto v0.12.0 |
2723 | 2024-09-30T18:11:09.113Z | Compiling progenitor v0.8.0 |
2724 | 2024-09-30T18:11:09.231Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2725 | 2024-09-30T18:11:09.234Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2726 | 2024-09-30T18:11:09.234Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2727 | 2024-09-30T18:11:09.234Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2728 | 2024-09-30T18:11:09.234Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2729 | 2024-09-30T18:11:09.234Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2730 | 2024-09-30T18:11:09.324Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2731 | 2024-09-30T18:11:10.707Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2732 | 2024-09-30T18:11:11.275Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2733 | 2024-09-30T18:11:12.994Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2734 | 2024-09-30T18:11:13.530Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2735 | 2024-09-30T18:11:15.846Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2736 | 2024-09-30T18:11:16.362Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
2737 | 2024-09-30T18:11:24.917Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2738 | 2024-09-30T18:11:24.919Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2739 | 2024-09-30T18:11:24.919Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2740 | 2024-09-30T18:11:24.920Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2741 | 2024-09-30T18:11:25.770Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2742 | 2024-09-30T18:11:28.105Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2743 | 2024-09-30T18:11:29.015Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2744 | 2024-09-30T18:11:29.046Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2745 | 2024-09-30T18:11:29.114Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2746 | 2024-09-30T18:11:31.370Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2747 | 2024-09-30T18:11:32.945Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2748 | 2024-09-30T18:11:33.488Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2749 | 2024-09-30T18:11:33.639Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2750 | 2024-09-30T18:11:35.428Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2751 | 2024-09-30T18:11:36.803Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2752 | 2024-09-30T18:11:39.123Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2753 | 2024-09-30T18:11:39.483Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2754 | 2024-09-30T18:11:40.315Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2755 | 2024-09-30T18:11:40.790Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2756 | 2024-09-30T18:11:42.288Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2757 | 2024-09-30T18:11:42.834Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2758 | 2024-09-30T18:11:44.758Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2759 | 2024-09-30T18:11:49.392Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2760 | 2024-09-30T18:11:57.940Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2761 | 2024-09-30T18:11:57.940Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2762 | 2024-09-30T18:11:59.659Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2763 | 2024-09-30T18:12:16.590Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2764 | 2024-09-30T18:12:48.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
2765 | 2024-09-30T18:12:49.187Z | |
2766 | 2024-09-30T18:12:49.187Z | real 2:32.189280536 |
2767 | 2024-09-30T18:12:49.187Z | user 12:03.045079181 |
2768 | 2024-09-30T18:12:49.187Z | sys 2:37.153494216 |
2769 | 2024-09-30T18:12:49.187Z | trap 0.320231609 |
2770 | 2024-09-30T18:12:49.187Z | tflt 1.372061085 |
2771 | 2024-09-30T18:12:49.187Z | dflt 1.923466642 |
2772 | 2024-09-30T18:12:49.190Z | kflt 0.000014107 |
2773 | 2024-09-30T18:12:49.190Z | lock 24:52.213983048 |
2774 | 2024-09-30T18:12:49.190Z | slp 43:20.236300321 |
2775 | 2024-09-30T18:12:49.190Z | lat 35.807121269 |
2776 | 2024-09-30T18:12:49.190Z | stop 1:32.173489012 |
2777 | 2024-09-30T18:12:49.190Z | + mkdir tests |
2778 | 2024-09-30T18:12:49.193Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2779 | 2024-09-30T18:12:49.193Z | + xargs -I '{}' -t cp '{}' tests/ |
2780 | 2024-09-30T18:12:49.234Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a43c8253f26f14e3 tests/ |
2781 | 2024-09-30T18:12:49.261Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8c2347208eed5735 tests/ |
2782 | 2024-09-30T18:12:49.286Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-6486fa885794b9b7 tests/ |
2783 | 2024-09-30T18:12:49.312Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-3f26936af3bca480 tests/ |
2784 | 2024-09-30T18:12:49.536Z | + 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/*) |
2785 | 2024-09-30T18:12:49.538Z | + 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-8c2347208eed5735 tests/commtest-6486fa885794b9b7 tests/dhcp_server-a43c8253f26f14e3 tests/end_to_end_tests-3f26936af3bca480 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 |
2786 | 2024-09-30T18:13:54.527Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2787 | 2024-09-30T18:13:54.527Z | a out/target/test 1K |
2788 | 2024-09-30T18:13:54.527Z | a out/npuzone/npuzone 23144K |
2789 | 2024-09-30T18:13:54.527Z | a package-manifest.toml 32K |
2790 | 2024-09-30T18:13:54.527Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2791 | 2024-09-30T18:13:54.527Z | a target/release/omicron-package 32707K |
2792 | 2024-09-30T18:13:54.527Z | a target/release/xtask 12056K |
2793 | 2024-09-30T18:13:54.527Z | a target/debug/bootstrap 197327K |
2794 | 2024-09-30T18:13:54.527Z | a tests/bootstrap-8c2347208eed5735 23780K |
2795 | 2024-09-30T18:13:54.527Z | a tests/commtest-6486fa885794b9b7 24007K |
2796 | 2024-09-30T18:13:54.527Z | a tests/dhcp_server-a43c8253f26f14e3 23780K |
2797 | 2024-09-30T18:13:54.527Z | a tests/end_to_end_tests-3f26936af3bca480 214804K |
2798 | 2024-09-30T18:13:54.527Z | a out/clickhouse.tar.gz 233671K |
2799 | 2024-09-30T18:13:54.528Z | a out/clickhouse_keeper.tar.gz 233661K |
2800 | 2024-09-30T18:13:54.528Z | a out/clickhouse_server.tar.gz 233660K |
2801 | 2024-09-30T18:13:54.528Z | a out/cockroachdb.tar.gz 132102K |
2802 | 2024-09-30T18:13:54.528Z | a out/crucible-dtrace.tar 82K |
2803 | 2024-09-30T18:13:54.528Z | a out/crucible-pantry-zone.tar.gz 26926K |
2804 | 2024-09-30T18:13:54.528Z | a out/crucible-zone.tar.gz 35109K |
2805 | 2024-09-30T18:13:54.528Z | a out/external-dns.tar.gz 25169K |
2806 | 2024-09-30T18:13:54.528Z | a out/internal-dns.tar.gz 25171K |
2807 | 2024-09-30T18:13:54.528Z | a out/mg-ddm-gz.tar 62160K |
2808 | 2024-09-30T18:13:54.528Z | a out/nexus.tar.gz 94917K |
2809 | 2024-09-30T18:13:54.528Z | a out/ntp.tar.gz 9059K |
2810 | 2024-09-30T18:13:54.528Z | a out/omicron-gateway-softnpu.tar.gz 20993K |
2811 | 2024-09-30T18:13:54.528Z | a out/omicron-sled-agent.tar 100971K |
2812 | 2024-09-30T18:13:54.528Z | a out/overlay.tar.gz 3K |
2813 | 2024-09-30T18:13:54.528Z | a out/oximeter.tar.gz 43628K |
2814 | 2024-09-30T18:13:54.528Z | a out/oxlog.tar 3037K |
2815 | 2024-09-30T18:13:54.528Z | a out/probe.tar.gz 2764K |
2816 | 2024-09-30T18:13:54.528Z | a out/propolis-server.tar.gz 66490K |
2817 | 2024-09-30T18:13:54.528Z | a out/pumpkind-gz.tar 26665K |
2818 | 2024-09-30T18:13:54.528Z | a out/switch-softnpu.tar.gz 220304K |
2819 | 2024-09-30T18:13:54.528Z | |
2820 | 2024-09-30T18:13:54.528Z | real 1:04.524630731 |
2821 | 2024-09-30T18:13:54.528Z | user 1:01.511348013 |
2822 | 2024-09-30T18:13:54.528Z | sys 4.223967833 |
2823 | 2024-09-30T18:13:54.528Z | trap 0.016094590 |
2824 | 2024-09-30T18:13:54.528Z | tflt 0.000000000 |
2825 | 2024-09-30T18:13:54.528Z | dflt 0.000000000 |
2826 | 2024-09-30T18:13:54.528Z | kflt 0.000000000 |
2827 | 2024-09-30T18:13:54.528Z | lock 0.000000000 |
2828 | 2024-09-30T18:13:54.528Z | slp 1:01.414173774 |
2829 | 2024-09-30T18:13:54.528Z | lat 1.877706400 |
2830 | 2024-09-30T18:13:54.529Z | stop 0.000541829 |
2831 | 2024-09-30T18:13:54.529Z | process exited: duration 1797870 ms, exit code 0 |
|
2832 | 2024-09-30T18:13:54.553Z | found 1 output files |
2833 | 2024-09-30T18:13:54.553Z | uploading: /work/package.tar.gz (1642861160 bytes) |
2834 | 2024-09-30T18:14:24.559Z | uploaded: /work/package.tar.gz |