|
|
|
1 | 2024-09-07T03:17:47.946Z | job assigned to worker 01J757QR53B047CSNZQ9KG2RFR (queued for 1 m 6 s) |
|
2 | 2024-09-07T03:17:56.285Z | starting task 0: "setup" |
3 | 2024-09-07T03:17:56.293Z | ++ uname -s |
4 | 2024-09-07T03:17:56.295Z | + kern=SunOS |
5 | 2024-09-07T03:17:56.295Z | + case "$kern" in |
6 | 2024-09-07T03:17:56.296Z | + groupadd -g 12345 build |
7 | 2024-09-07T03:17:56.298Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-07T03:17:58.307Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-07T03:17:58.399Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-07T03:17:58.401Z | + home_fs=zfs |
11 | 2024-09-07T03:17:58.401Z | + [[ zfs == autofs ]] |
12 | 2024-09-07T03:17:58.401Z | + mkdir -p /home/build |
13 | 2024-09-07T03:17:58.404Z | + chown build:build /home/build /work |
14 | 2024-09-07T03:18:00.406Z | + chmod 0700 /home/build /work |
15 | 2024-09-07T03:18:00.410Z | process exited: duration 4125 ms, exit code 0 |
|
16 | 2024-09-07T03:18:00.422Z | starting task 1: "rust-toolchain" |
17 | 2024-09-07T03:18:00.424Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-07T03:18:00.424Z | ' 1.80.1 |
19 | 2024-09-07T03:18:00.424Z | + printf ' * toolchain profile = "%s" |
20 | 2024-09-07T03:18:00.424Z | ' default |
21 | 2024-09-07T03:18:00.424Z | * toolchain channel = "1.80.1" |
22 | 2024-09-07T03:18:00.425Z | * toolchain profile = "default" |
23 | 2024-09-07T03:18:00.432Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-07T03:18:00.432Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-07T03:18:00.528Z | info: downloading installer |
26 | 2024-09-07T03:18:01.834Z | info: profile set to 'default' |
27 | 2024-09-07T03:18:01.834Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-07T03:18:01.838Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-07T03:18:01.970Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-07T03:18:01.970Z | info: downloading component 'cargo' |
31 | 2024-09-07T03:18:02.635Z | info: downloading component 'clippy' |
32 | 2024-09-07T03:18:02.873Z | info: downloading component 'rust-docs' |
33 | 2024-09-07T03:18:03.796Z | info: downloading component 'rust-std' |
34 | 2024-09-07T03:18:05.076Z | info: downloading component 'rustc' |
35 | 2024-09-07T03:18:08.549Z | info: downloading component 'rustfmt' |
36 | 2024-09-07T03:18:08.742Z | info: installing component 'cargo' |
37 | 2024-09-07T03:18:09.615Z | info: installing component 'clippy' |
38 | 2024-09-07T03:18:10.016Z | info: installing component 'rust-docs' |
39 | 2024-09-07T03:18:11.661Z | info: installing component 'rust-std' |
40 | 2024-09-07T03:18:13.367Z | info: installing component 'rustc' |
41 | 2024-09-07T03:18:18.114Z | info: installing component 'rustfmt' |
42 | 2024-09-07T03:18:18.487Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-07T03:18:18.487Z | |
44 | 2024-09-07T03:18:18.757Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-07T03:18:18.757Z | |
46 | 2024-09-07T03:18:18.763Z | |
47 | 2024-09-07T03:18:18.763Z | Rust is installed now. Great! |
48 | 2024-09-07T03:18:18.763Z | |
49 | 2024-09-07T03:18:18.763Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-07T03:18:18.763Z | environment variable. This has not been done automatically. |
51 | 2024-09-07T03:18:18.764Z | |
52 | 2024-09-07T03:18:18.764Z | To configure your current shell, you need to source |
53 | 2024-09-07T03:18:18.764Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-07T03:18:18.764Z | |
55 | 2024-09-07T03:18:18.764Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-07T03:18:18.765Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-07T03:18:18.765Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-07T03:18:18.815Z | + rustc --version |
59 | 2024-09-07T03:18:18.891Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-07T03:18:18.894Z | process exited: duration 18454 ms, exit code 0 |
|
61 | 2024-09-07T03:18:18.900Z | starting task 2: "authentication" |
62 | 2024-09-07T03:18:18.922Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-09-07T03:18:18.927Z | starting task 3: "clone repository" |
64 | 2024-09-07T03:18:18.932Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-07T03:18:18.935Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-07T03:18:20.442Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-07T03:18:30.922Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-07T03:18:30.922Z | + git fetch origin 896ab96a5d512cd2596a627b48532bc885f60406 |
69 | 2024-09-07T03:18:31.233Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-07T03:18:31.233Z | * branch 896ab96a5d512cd2596a627b48532bc885f60406 -> FETCH_HEAD |
71 | 2024-09-07T03:18:31.244Z | + [[ -n renovate/samael-0.x ]] |
72 | 2024-09-07T03:18:31.246Z | ++ git branch --show-current |
73 | 2024-09-07T03:18:31.248Z | + current=main |
74 | 2024-09-07T03:18:31.248Z | + [[ main != renovate/samael-0.x ]] |
75 | 2024-09-07T03:18:31.248Z | + git branch -f renovate/samael-0.x 896ab96a5d512cd2596a627b48532bc885f60406 |
76 | 2024-09-07T03:18:31.251Z | + git checkout -f renovate/samael-0.x |
77 | 2024-09-07T03:18:31.410Z | Switched to branch 'renovate/samael-0.x' |
78 | 2024-09-07T03:18:31.452Z | + git reset --hard 896ab96a5d512cd2596a627b48532bc885f60406 |
79 | 2024-09-07T03:18:31.466Z | HEAD is now at 896ab96a5 Update Rust crate samael to 0.0.17 |
80 | 2024-09-07T03:18:31.466Z | process exited: duration 12497 ms, exit code 0 |
|
81 | 2024-09-07T03:18:31.509Z | starting task 4: "build" |
82 | 2024-09-07T03:18:31.522Z | + cargo --version |
83 | 2024-09-07T03:18:31.564Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-07T03:18:31.583Z | + rustc --version |
85 | 2024-09-07T03:18:31.609Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-07T03:18:31.615Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-09-07T03:18:47.821Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-09-07T03:18:50.269Z | Startup: Caching catalogs ... Done |
89 | 2024-09-07T03:18:52.515Z | Planning: Solver setup ... Done (1.695s) |
90 | 2024-09-07T03:18:52.547Z | Planning: Running solver ... Done (0.031s) |
91 | 2024-09-07T03:18:52.640Z | Planning: Finding local manifests ... Done (0.052s) |
92 | 2024-09-07T03:18:52.667Z | Planning: Fetching manifests: 0/5 0% complete |
93 | 2024-09-07T03:18:55.757Z | Planning: Fetching manifests: 5/5 100% complete |
94 | 2024-09-07T03:18:55.954Z | Planning: Package planning ... Done (0.204s) |
95 | 2024-09-07T03:18:56.013Z | Planning: Merging actions ... Done (0.056s) |
96 | 2024-09-07T03:18:56.789Z | Planning: Checking for conflicting actions ... Done (0.780s) |
97 | 2024-09-07T03:19:01.865Z | Planning: Consolidating action changes ... Done (5.074s) |
98 | 2024-09-07T03:19:02.406Z | Planning: Evaluating mediators ... Done (0.504s) |
99 | 2024-09-07T03:19:02.502Z | Planning: Planning completed in 12.15 seconds |
100 | 2024-09-07T03:19:03.036Z | Packages to install: 4 |
101 | 2024-09-07T03:19:03.036Z | Packages to update: 1 |
102 | 2024-09-07T03:19:03.036Z | Mediators to change: 2 |
103 | 2024-09-07T03:19:03.040Z | Services to change: 1 |
104 | 2024-09-07T03:19:03.040Z | Estimated space available: 155.72 GB |
105 | 2024-09-07T03:19:03.041Z | Estimated space to be consumed: 1.53 GB |
106 | 2024-09-07T03:19:03.041Z | Create boot environment: No |
107 | 2024-09-07T03:19:03.041Z | Create backup boot environment: Yes |
108 | 2024-09-07T03:19:03.041Z | Rebuild boot archive: No |
109 | 2024-09-07T03:19:03.041Z | |
110 | 2024-09-07T03:19:03.041Z | Changed mediators: |
111 | 2024-09-07T03:19:03.041Z | mediator clang: |
112 | 2024-09-07T03:19:03.041Z | version: None -> 15 (system default) |
113 | 2024-09-07T03:19:03.041Z | |
114 | 2024-09-07T03:19:03.041Z | mediator llvm: |
115 | 2024-09-07T03:19:03.041Z | version: 14 (system default) -> 15 (system default) |
116 | 2024-09-07T03:19:03.041Z | |
117 | 2024-09-07T03:19:03.041Z | Changed packages: |
118 | 2024-09-07T03:19:03.041Z | helios-dev |
119 | 2024-09-07T03:19:03.041Z | developer/build-essential |
120 | 2024-09-07T03:19:03.041Z | None -> 11-2.0 |
121 | 2024-09-07T03:19:03.041Z | library/libxmlsec1 |
122 | 2024-09-07T03:19:03.042Z | None -> 1.2.35-2.0 |
123 | 2024-09-07T03:19:03.042Z | ooce/developer/clang-15 |
124 | 2024-09-07T03:19:03.042Z | None -> 15.0.7-2.0 |
125 | 2024-09-07T03:19:03.042Z | ooce/developer/llvm-15 |
126 | 2024-09-07T03:19:03.042Z | None -> 15.0.7-2.0 |
127 | 2024-09-07T03:19:03.042Z | package/pkg |
128 | 2024-09-07T03:19:03.042Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
129 | 2024-09-07T03:19:03.042Z | |
130 | 2024-09-07T03:19:03.042Z | Services: |
131 | 2024-09-07T03:19:03.042Z | restart_fmri: |
132 | 2024-09-07T03:19:03.042Z | svc:/system/update-man-index:default |
133 | 2024-09-07T03:19:03.042Z | |
134 | 2024-09-07T03:19:03.042Z | Editable files to change: |
135 | 2024-09-07T03:19:03.042Z | Update: |
136 | 2024-09-07T03:19:03.042Z | usr/share/lib/pkg/web/config.shtml |
137 | 2024-09-07T03:19:03.417Z | |
138 | 2024-09-07T03:19:03.417Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
139 | 2024-09-07T03:19:09.877Z | Download: 211/4281 items 1.3/220.6MB 0% complete (370k/s) |
140 | 2024-09-07T03:19:18.214Z | Download: 212/4281 items 1.3/220.6MB 0% complete |
141 | 2024-09-07T03:19:23.220Z | Download: 626/4281 items 17.6/220.6MB 7% complete (3.4M/s) |
142 | 2024-09-07T03:19:28.247Z | Download: 990/4281 items 19.2/220.6MB 8% complete (1.8M/s) |
143 | 2024-09-07T03:19:33.312Z | Download: 1132/4281 items 67.2/220.6MB 30% complete (4.9M/s) |
144 | 2024-09-07T03:19:38.469Z | Download: 1191/4281 items 83.2/220.6MB 37% complete (6.4M/s) |
145 | 2024-09-07T03:19:48.424Z | Download: 1194/4281 items 83.4/220.6MB 37% complete (6.3M/s) |
146 | 2024-09-07T03:19:56.637Z | Download: 1196/4281 items 83.4/220.6MB 37% complete |
147 | 2024-09-07T03:20:01.639Z | Download: 1402/4281 items 117.0/220.6MB 53% complete (3.6M/s) |
148 | 2024-09-07T03:20:06.715Z | Download: 1652/4281 items 117.9/220.6MB 53% complete (3.7M/s) |
149 | 2024-09-07T03:20:11.715Z | Download: 2018/4281 items 118.7/220.6MB 53% complete (178k/s) |
150 | 2024-09-07T03:20:17.202Z | Download: 2221/4281 items 119.2/220.6MB 54% complete (180k/s) |
151 | 2024-09-07T03:20:22.313Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (176k/s) |
152 | 2024-09-07T03:20:35.576Z | Download: 2224/4281 items 119.2/220.6MB 54% complete |
153 | 2024-09-07T03:20:40.609Z | Download: 2420/4281 items 119.8/220.6MB 54% complete (133k/s) |
154 | 2024-09-07T03:20:45.610Z | Download: 2607/4281 items 120.5/220.6MB 54% complete (135k/s) |
155 | 2024-09-07T03:20:50.627Z | Download: 2809/4281 items 121.0/220.6MB 54% complete (119k/s) |
156 | 2024-09-07T03:20:55.650Z | Download: 2958/4281 items 121.2/220.6MB 54% complete (76.9k/s) |
157 | 2024-09-07T03:21:00.651Z | Download: 3111/4281 items 143.2/220.6MB 64% complete (2.1M/s) |
158 | 2024-09-07T03:21:08.599Z | Download: 3246/4281 items 203.1/220.6MB 92% complete (8.2M/s) |
159 | 2024-09-07T03:21:15.789Z | Download: 3247/4281 items 203.1/220.6MB 92% complete |
160 | 2024-09-07T03:21:28.572Z | Download: 3289/4281 items 212.0/220.6MB 96% complete (2.1M/s) |
161 | 2024-09-07T03:21:33.577Z | Download: 3925/4281 items 218.7/220.6MB 99% complete (1.4M/s) |
162 | 2024-09-07T03:21:41.117Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (1.2M/s) |
163 | 2024-09-07T03:21:54.892Z | Download: 4207/4281 items 220.6/220.6MB 99% complete |
164 | 2024-09-07T03:21:55.001Z | Download: Completed 220.60 MB in 171.56 seconds (1.3M/s) |
165 | 2024-09-07T03:21:56.843Z | Actions: 1/5063 actions (Removing old actions) |
166 | 2024-09-07T03:21:56.858Z | Actions: 194/5063 actions (Installing new actions) |
167 | 2024-09-07T03:22:01.921Z | Actions: 4093/5063 actions (Installing new actions) |
168 | 2024-09-07T03:22:02.315Z | Actions: 4226/5063 actions (Updating modified actions) |
169 | 2024-09-07T03:22:02.662Z | Actions: Completed 5063 actions in 5.82 seconds. |
170 | 2024-09-07T03:22:02.953Z | Done (0.283s) |
171 | 2024-09-07T03:22:02.955Z | Done (0.000s) |
172 | 2024-09-07T03:22:03.346Z | Done (0.392s) |
173 | 2024-09-07T03:22:09.008Z | Done (5.485s) |
174 | 2024-09-07T03:22:09.311Z | Done (0.233s) |
175 | 2024-09-07T03:22:09.313Z | Done (0.000s) |
176 | 2024-09-07T03:22:09.515Z | Done (0.000s) |
177 | 2024-09-07T03:22:10.106Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-09-07T03:22:10.267Z | Planning: Checking for conflicting actions ... Done |
179 | 2024-09-07T03:22:10.269Z | Planning: Consolidating action changes ... Done |
180 | 2024-09-07T03:22:10.533Z | Planning: Evaluating mediators ... Done |
181 | 2024-09-07T03:22:10.536Z | Planning: Planning completed in 0.43 seconds |
182 | 2024-09-07T03:22:10.572Z | Mediators to change: 2 |
183 | 2024-09-07T03:22:10.572Z | Create boot environment: No |
184 | 2024-09-07T03:22:10.574Z | Create backup boot environment: No |
185 | 2024-09-07T03:22:10.646Z | Done |
186 | 2024-09-07T03:22:10.646Z | Done |
187 | 2024-09-07T03:22:10.884Z | Done |
188 | 2024-09-07T03:22:14.488Z | Done |
189 | 2024-09-07T03:22:14.580Z | Done |
190 | 2024-09-07T03:22:14.583Z | Done |
191 | 2024-09-07T03:22:14.741Z | Done |
192 | 2024-09-07T03:22:15.346Z | Planning: Evaluating mediator changes ... Done |
193 | 2024-09-07T03:22:15.348Z | Planning: Merging actions ... Done |
194 | 2024-09-07T03:22:15.535Z | Planning: Checking for conflicting actions ... Done |
195 | 2024-09-07T03:22:15.537Z | Planning: Consolidating action changes ... Done |
196 | 2024-09-07T03:22:15.799Z | Planning: Evaluating mediators ... Done |
197 | 2024-09-07T03:22:15.854Z | Planning: Planning completed in 0.75 seconds |
198 | 2024-09-07T03:22:15.893Z | Packages to change: 1 |
199 | 2024-09-07T03:22:15.893Z | Mediators to change: 1 |
200 | 2024-09-07T03:22:15.896Z | Services to change: 1 |
201 | 2024-09-07T03:22:15.896Z | Create boot environment: No |
202 | 2024-09-07T03:22:15.896Z | Create backup boot environment: Yes |
203 | 2024-09-07T03:22:18.000Z | Actions: 1/6 actions (Updating modified actions) |
204 | 2024-09-07T03:22:18.053Z | Actions: Completed 6 actions in 0.05 seconds. |
205 | 2024-09-07T03:22:18.055Z | Done |
206 | 2024-09-07T03:22:18.055Z | Done |
207 | 2024-09-07T03:22:18.137Z | Done |
208 | 2024-09-07T03:22:21.718Z | Done |
209 | 2024-09-07T03:22:21.805Z | Done |
210 | 2024-09-07T03:22:21.807Z | Done |
211 | 2024-09-07T03:22:21.996Z | Done |
212 | 2024-09-07T03:22:22.431Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
213 | 2024-09-07T03:22:22.431Z | clang system 15 system |
214 | 2024-09-07T03:22:22.431Z | csh system system illumos |
215 | 2024-09-07T03:22:22.431Z | ctags system system illumos |
216 | 2024-09-07T03:22:22.431Z | gcc vendor 12 vendor |
217 | 2024-09-07T03:22:22.431Z | gcc system 10 system |
218 | 2024-09-07T03:22:22.431Z | gcc system 7 system |
219 | 2024-09-07T03:22:22.431Z | go system 1.20 system |
220 | 2024-09-07T03:22:22.431Z | go system 1.19 system |
221 | 2024-09-07T03:22:22.431Z | llvm system 15 system |
222 | 2024-09-07T03:22:22.431Z | llvm system 14 system |
223 | 2024-09-07T03:22:22.431Z | mariadb system 10.6 system |
224 | 2024-09-07T03:22:22.431Z | mta vendor vendor dma |
225 | 2024-09-07T03:22:22.431Z | openjdk system 17 system |
226 | 2024-09-07T03:22:22.431Z | openjdk system 11 system |
227 | 2024-09-07T03:22:22.431Z | openjdk system 1.8 system |
228 | 2024-09-07T03:22:22.431Z | openssl vendor 3 vendor |
229 | 2024-09-07T03:22:22.431Z | perl system 5.36 system |
230 | 2024-09-07T03:22:22.431Z | postgresql system 15 system |
231 | 2024-09-07T03:22:22.431Z | postgresql system 13 system |
232 | 2024-09-07T03:22:22.431Z | python vendor 3 vendor |
233 | 2024-09-07T03:22:22.431Z | python system 2 system |
234 | 2024-09-07T03:22:22.431Z | python3 system 3.11 system |
235 | 2024-09-07T03:22:22.431Z | ruby system 3.0 system |
236 | 2024-09-07T03:22:22.431Z | words vendor vendor american-english |
237 | 2024-09-07T03:22:22.431Z | words system system australian-english |
238 | 2024-09-07T03:22:22.431Z | words system system british-english |
239 | 2024-09-07T03:22:22.431Z | words system system canadian-english |
240 | 2024-09-07T03:22:22.432Z | words system system french |
241 | 2024-09-07T03:22:22.432Z | words system system italian |
242 | 2024-09-07T03:22:22.432Z | words system system ngerman |
243 | 2024-09-07T03:22:22.432Z | words system system ogerman |
244 | 2024-09-07T03:22:22.432Z | words system system spanish |
245 | 2024-09-07T03:22:22.755Z | PUBLISHER TYPE STATUS P LOCATION |
246 | 2024-09-07T03:22:22.755Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
247 | 2024-09-07T03:22:24.563Z | FMRI IFO |
248 | 2024-09-07T03:22:24.563Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
249 | 2024-09-07T03:22:24.563Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
250 | 2024-09-07T03:22:24.563Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
251 | 2024-09-07T03:22:24.563Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
252 | 2024-09-07T03:22:24.563Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
253 | 2024-09-07T03:22:24.563Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
254 | 2024-09-07T03:22:24.563Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
255 | 2024-09-07T03:22:24.563Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
256 | 2024-09-07T03:22:24.563Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
257 | 2024-09-07T03:22:24.563Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
258 | 2024-09-07T03:22:24.563Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
259 | 2024-09-07T03:22:24.563Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
260 | 2024-09-07T03:22:24.563Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
261 | 2024-09-07T03:22:25.172Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
262 | 2024-09-07T03:22:25.481Z | Updating crates.io index |
263 | 2024-09-07T03:22:25.483Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
264 | 2024-09-07T03:22:26.305Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
265 | 2024-09-07T03:22:27.026Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
266 | 2024-09-07T03:22:27.345Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
267 | 2024-09-07T03:22:28.778Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
268 | 2024-09-07T03:22:29.014Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
269 | 2024-09-07T03:22:29.290Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
270 | 2024-09-07T03:22:30.378Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
271 | 2024-09-07T03:22:32.430Z | Updating git repository `https://github.com/oxidecomputer/opte` |
272 | 2024-09-07T03:22:33.514Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
273 | 2024-09-07T03:22:34.196Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
274 | 2024-09-07T03:22:34.480Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
275 | 2024-09-07T03:22:34.963Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
276 | 2024-09-07T03:22:35.242Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
277 | 2024-09-07T03:22:35.629Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
278 | 2024-09-07T03:22:35.971Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
279 | 2024-09-07T03:22:36.400Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
280 | 2024-09-07T03:22:36.633Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
281 | 2024-09-07T03:22:36.878Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
282 | 2024-09-07T03:22:37.160Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
283 | 2024-09-07T03:22:37.379Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
284 | 2024-09-07T03:22:37.659Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
285 | 2024-09-07T03:22:37.926Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
286 | 2024-09-07T03:22:38.333Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
287 | 2024-09-07T03:22:38.624Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
288 | 2024-09-07T03:22:39.094Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
289 | 2024-09-07T03:22:39.451Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
290 | 2024-09-07T03:22:39.820Z | Updating git repository `https://github.com/oxidecomputer/typify` |
291 | 2024-09-07T03:22:42.092Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
292 | 2024-09-07T03:22:42.349Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
293 | 2024-09-07T03:22:42.616Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
294 | 2024-09-07T03:22:42.948Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
295 | 2024-09-07T03:22:44.028Z | Downloading crates ... |
296 | 2024-09-07T03:22:44.127Z | Downloaded anstyle-query v1.0.3 |
297 | 2024-09-07T03:22:44.129Z | Downloaded anstream v0.6.14 |
298 | 2024-09-07T03:22:44.133Z | Downloaded crypto-common v0.1.6 |
299 | 2024-09-07T03:22:44.136Z | Downloaded cargo-platform v0.1.8 |
300 | 2024-09-07T03:22:44.136Z | Downloaded dof v0.3.0 |
301 | 2024-09-07T03:22:44.144Z | Downloaded colorchoice v1.0.1 |
302 | 2024-09-07T03:22:44.149Z | Downloaded equivalent v1.0.1 |
303 | 2024-09-07T03:22:44.151Z | Downloaded is_terminal_polyfill v1.70.0 |
304 | 2024-09-07T03:22:44.158Z | Downloaded usdt-attr-macro v0.5.0 |
305 | 2024-09-07T03:22:44.162Z | Downloaded clap v4.5.16 |
306 | 2024-09-07T03:22:44.170Z | Downloaded usdt-macro v0.5.0 |
307 | 2024-09-07T03:22:44.172Z | Downloaded fnv v1.0.7 |
308 | 2024-09-07T03:22:44.172Z | Downloaded fastrand v2.1.0 |
309 | 2024-09-07T03:22:44.177Z | Downloaded strsim v0.11.1 |
310 | 2024-09-07T03:22:44.179Z | Downloaded generic-array v0.14.7 |
311 | 2024-09-07T03:22:44.179Z | Downloaded byteorder v1.5.0 |
312 | 2024-09-07T03:22:44.182Z | Downloaded block-buffer v0.10.4 |
313 | 2024-09-07T03:22:44.182Z | Downloaded thiserror-impl v1.0.63 |
314 | 2024-09-07T03:22:44.184Z | Downloaded serde_spanned v0.6.7 |
315 | 2024-09-07T03:22:44.184Z | Downloaded memmap v0.7.0 |
316 | 2024-09-07T03:22:44.184Z | Downloaded autocfg v1.3.0 |
317 | 2024-09-07T03:22:44.189Z | Downloaded plain v0.2.3 |
318 | 2024-09-07T03:22:44.189Z | Downloaded scroll v0.12.0 |
319 | 2024-09-07T03:22:44.192Z | Downloaded macaddr v1.0.1 |
320 | 2024-09-07T03:22:44.192Z | Downloaded unicode-linebreak v0.1.5 |
321 | 2024-09-07T03:22:44.192Z | Downloaded tabled_derive v0.7.0 |
322 | 2024-09-07T03:22:44.192Z | Downloaded heck v0.5.0 |
323 | 2024-09-07T03:22:44.194Z | Downloaded anstyle-parse v0.2.4 |
324 | 2024-09-07T03:22:44.194Z | Downloaded bitflags v2.6.0 |
325 | 2024-09-07T03:22:44.198Z | Downloaded usdt v0.5.0 |
326 | 2024-09-07T03:22:44.200Z | Downloaded pest_generator v2.7.10 |
327 | 2024-09-07T03:22:44.200Z | Downloaded anstyle v1.0.8 |
328 | 2024-09-07T03:22:44.203Z | Downloaded proc-macro-error v1.0.4 |
329 | 2024-09-07T03:22:44.205Z | Downloaded cargo_toml v0.20.4 |
330 | 2024-09-07T03:22:44.208Z | Downloaded clap_derive v4.5.13 |
331 | 2024-09-07T03:22:44.210Z | Downloaded once_cell v1.19.0 |
332 | 2024-09-07T03:22:44.217Z | Downloaded pretty-hex v0.4.1 |
333 | 2024-09-07T03:22:44.222Z | Downloaded dtrace-parser v0.2.0 |
334 | 2024-09-07T03:22:44.224Z | Downloaded swrite v0.1.0 |
335 | 2024-09-07T03:22:44.224Z | Downloaded scroll_derive v0.12.0 |
336 | 2024-09-07T03:22:44.236Z | Downloaded sha2 v0.10.8 |
337 | 2024-09-07T03:22:44.239Z | Downloaded toml v0.8.19 |
338 | 2024-09-07T03:22:44.243Z | Downloaded semver v1.0.23 |
339 | 2024-09-07T03:22:44.245Z | Downloaded terminal_size v0.3.0 |
340 | 2024-09-07T03:22:44.248Z | Downloaded itoa v1.0.11 |
341 | 2024-09-07T03:22:44.251Z | Downloaded heck v0.4.1 |
342 | 2024-09-07T03:22:44.251Z | Downloaded digest v0.10.7 |
343 | 2024-09-07T03:22:44.251Z | Downloaded cfg-if v1.0.0 |
344 | 2024-09-07T03:22:44.253Z | Downloaded proc-macro-error-attr v1.0.4 |
345 | 2024-09-07T03:22:44.259Z | Downloaded fs-err v2.11.0 |
346 | 2024-09-07T03:22:44.259Z | Downloaded cpufeatures v0.2.12 |
347 | 2024-09-07T03:22:44.259Z | Downloaded clap_lex v0.7.0 |
348 | 2024-09-07T03:22:44.266Z | Downloaded toml_datetime v0.6.8 |
349 | 2024-09-07T03:22:44.269Z | Downloaded smawk v0.3.2 |
350 | 2024-09-07T03:22:44.269Z | Downloaded serde_tokenstream v0.2.2 |
351 | 2024-09-07T03:22:44.271Z | Downloaded cargo_metadata v0.18.1 |
352 | 2024-09-07T03:22:44.272Z | Downloaded thiserror v1.0.63 |
353 | 2024-09-07T03:22:44.275Z | Downloaded version_check v0.9.5 |
354 | 2024-09-07T03:22:44.280Z | Downloaded utf8parse v0.2.1 |
355 | 2024-09-07T03:22:44.280Z | Downloaded usdt-impl v0.5.0 |
356 | 2024-09-07T03:22:44.282Z | Downloaded proc-macro2 v1.0.86 |
357 | 2024-09-07T03:22:44.282Z | Downloaded ucd-trie v0.1.6 |
358 | 2024-09-07T03:22:44.291Z | Downloaded quote v1.0.36 |
359 | 2024-09-07T03:22:44.294Z | Downloaded errno v0.3.9 |
360 | 2024-09-07T03:22:44.296Z | Downloaded pest_derive v2.7.10 |
361 | 2024-09-07T03:22:44.299Z | Downloaded bytecount v0.6.8 |
362 | 2024-09-07T03:22:44.301Z | Downloaded camino v1.1.9 |
363 | 2024-09-07T03:22:44.304Z | Downloaded thread-id v4.2.1 |
364 | 2024-09-07T03:22:44.309Z | Downloaded zerocopy-derive v0.7.34 |
365 | 2024-09-07T03:22:44.313Z | Downloaded serde_derive v1.0.208 |
366 | 2024-09-07T03:22:44.315Z | Downloaded textwrap v0.16.1 |
367 | 2024-09-07T03:22:44.321Z | Downloaded ryu v1.0.18 |
368 | 2024-09-07T03:22:44.324Z | Downloaded pest_meta v2.7.10 |
369 | 2024-09-07T03:22:44.327Z | Downloaded log v0.4.21 |
370 | 2024-09-07T03:22:44.335Z | Downloaded camino-tempfile v1.1.1 |
371 | 2024-09-07T03:22:44.335Z | Downloaded anyhow v1.0.86 |
372 | 2024-09-07T03:22:44.335Z | Downloaded unicode-ident v1.0.12 |
373 | 2024-09-07T03:22:44.340Z | Downloaded tempfile v3.10.1 |
374 | 2024-09-07T03:22:44.343Z | Downloaded papergrid v0.11.0 |
375 | 2024-09-07T03:22:44.348Z | Downloaded typenum v1.17.0 |
376 | 2024-09-07T03:22:44.356Z | Downloaded toml_edit v0.22.20 |
377 | 2024-09-07T03:22:44.377Z | Downloaded serde v1.0.208 |
378 | 2024-09-07T03:22:44.379Z | Downloaded pest v2.7.10 |
379 | 2024-09-07T03:22:44.384Z | Downloaded memchr v2.7.2 |
380 | 2024-09-07T03:22:44.389Z | Downloaded indexmap v2.4.0 |
381 | 2024-09-07T03:22:44.392Z | Downloaded hashbrown v0.14.5 |
382 | 2024-09-07T03:22:44.398Z | Downloaded zerocopy v0.7.34 |
383 | 2024-09-07T03:22:44.427Z | Downloaded serde_json v1.0.125 |
384 | 2024-09-07T03:22:44.444Z | Downloaded winnow v0.6.18 |
385 | 2024-09-07T03:22:44.452Z | Downloaded goblin v0.8.2 |
386 | 2024-09-07T03:22:44.458Z | Downloaded clap_builder v4.5.15 |
387 | 2024-09-07T03:22:44.466Z | Downloaded tabled v0.15.0 |
388 | 2024-09-07T03:22:44.481Z | Downloaded syn v2.0.74 |
389 | 2024-09-07T03:22:44.491Z | Downloaded syn v1.0.109 |
390 | 2024-09-07T03:22:44.501Z | Downloaded rustix v0.38.34 |
391 | 2024-09-07T03:22:44.523Z | Downloaded unicode-width v0.1.13 |
392 | 2024-09-07T03:22:44.540Z | Downloaded libc v0.2.158 |
393 | 2024-09-07T03:22:44.845Z | Compiling proc-macro2 v1.0.86 |
394 | 2024-09-07T03:22:44.847Z | Compiling unicode-ident v1.0.12 |
395 | 2024-09-07T03:22:44.847Z | Compiling serde v1.0.208 |
396 | 2024-09-07T03:22:44.847Z | Compiling version_check v0.9.5 |
397 | 2024-09-07T03:22:44.847Z | Compiling memchr v2.7.2 |
398 | 2024-09-07T03:22:44.847Z | Compiling thiserror v1.0.63 |
399 | 2024-09-07T03:22:44.847Z | Compiling libc v0.2.158 |
400 | 2024-09-07T03:22:44.880Z | Compiling ucd-trie v0.1.6 |
401 | 2024-09-07T03:22:45.542Z | Compiling itoa v1.0.11 |
402 | 2024-09-07T03:22:45.590Z | Compiling ryu v1.0.18 |
403 | 2024-09-07T03:22:45.711Z | Compiling once_cell v1.19.0 |
404 | 2024-09-07T03:22:46.031Z | Compiling byteorder v1.5.0 |
405 | 2024-09-07T03:22:46.215Z | Compiling serde_json v1.0.125 |
406 | 2024-09-07T03:22:46.282Z | Compiling rustix v0.38.34 |
407 | 2024-09-07T03:22:46.424Z | Compiling bitflags v2.6.0 |
408 | 2024-09-07T03:22:46.447Z | Compiling proc-macro-error-attr v1.0.4 |
409 | 2024-09-07T03:22:46.551Z | Compiling usdt-impl v0.5.0 |
410 | 2024-09-07T03:22:46.721Z | Compiling syn v1.0.109 |
411 | 2024-09-07T03:22:46.829Z | Compiling proc-macro-error v1.0.4 |
412 | 2024-09-07T03:22:46.885Z | Compiling camino v1.1.9 |
413 | 2024-09-07T03:22:47.072Z | Compiling plain v0.2.3 |
414 | 2024-09-07T03:22:47.170Z | Compiling equivalent v1.0.1 |
415 | 2024-09-07T03:22:47.248Z | Compiling utf8parse v0.2.1 |
416 | 2024-09-07T03:22:47.250Z | Compiling hashbrown v0.14.5 |
417 | 2024-09-07T03:22:47.297Z | Compiling quote v1.0.36 |
418 | 2024-09-07T03:22:47.414Z | Compiling log v0.4.21 |
419 | 2024-09-07T03:22:47.538Z | Compiling anstyle-parse v0.2.4 |
420 | 2024-09-07T03:22:47.799Z | Compiling syn v2.0.74 |
421 | 2024-09-07T03:22:47.833Z | Compiling errno v0.3.9 |
422 | 2024-09-07T03:22:48.023Z | Compiling thread-id v4.2.1 |
423 | 2024-09-07T03:22:48.086Z | Compiling semver v1.0.23 |
424 | 2024-09-07T03:22:48.134Z | Compiling anstyle-query v1.0.3 |
425 | 2024-09-07T03:22:48.280Z | Compiling winnow v0.6.18 |
426 | 2024-09-07T03:22:48.401Z | Compiling is_terminal_polyfill v1.70.0 |
427 | 2024-09-07T03:22:48.536Z | Compiling autocfg v1.3.0 |
428 | 2024-09-07T03:22:48.608Z | Compiling indexmap v2.4.0 |
429 | 2024-09-07T03:22:48.656Z | Compiling unicode-width v0.1.13 |
430 | 2024-09-07T03:22:48.893Z | Compiling anstyle v1.0.8 |
431 | 2024-09-07T03:22:49.270Z | Compiling pretty-hex v0.4.1 |
432 | 2024-09-07T03:22:49.370Z | Compiling colorchoice v1.0.1 |
433 | 2024-09-07T03:22:49.491Z | Compiling fs-err v2.11.0 |
434 | 2024-09-07T03:22:49.538Z | Compiling anstream v0.6.14 |
435 | 2024-09-07T03:22:49.769Z | Compiling cfg-if v1.0.0 |
436 | 2024-09-07T03:22:49.841Z | Compiling fnv v1.0.7 |
437 | 2024-09-07T03:22:49.865Z | Compiling heck v0.5.0 |
438 | 2024-09-07T03:22:49.889Z | Compiling heck v0.4.1 |
439 | 2024-09-07T03:22:49.976Z | Compiling strsim v0.11.1 |
440 | 2024-09-07T03:22:50.302Z | Compiling terminal_size v0.3.0 |
441 | 2024-09-07T03:22:50.397Z | Compiling clap_lex v0.7.0 |
442 | 2024-09-07T03:22:50.421Z | Compiling bytecount v0.6.8 |
443 | 2024-09-07T03:22:50.499Z | Compiling fastrand v2.1.0 |
444 | 2024-09-07T03:22:50.652Z | Compiling anyhow v1.0.86 |
445 | 2024-09-07T03:22:50.892Z | Compiling tempfile v3.10.1 |
446 | 2024-09-07T03:22:50.927Z | Compiling clap_builder v4.5.15 |
447 | 2024-09-07T03:22:51.055Z | Compiling papergrid v0.11.0 |
448 | 2024-09-07T03:22:51.501Z | Compiling memmap v0.7.0 |
449 | 2024-09-07T03:22:51.589Z | Compiling unicode-linebreak v0.1.5 |
450 | 2024-09-07T03:22:51.726Z | Compiling smawk v0.3.2 |
451 | 2024-09-07T03:22:52.063Z | Compiling textwrap v0.16.1 |
452 | 2024-09-07T03:22:52.114Z | Compiling swrite v0.1.0 |
453 | 2024-09-07T03:22:53.499Z | Compiling tabled_derive v0.7.0 |
454 | 2024-09-07T03:22:55.083Z | Compiling tabled v0.15.0 |
455 | 2024-09-07T03:22:56.414Z | Compiling serde_derive v1.0.208 |
456 | 2024-09-07T03:22:56.416Z | Compiling thiserror-impl v1.0.63 |
457 | 2024-09-07T03:22:56.434Z | Compiling zerocopy-derive v0.7.34 |
458 | 2024-09-07T03:22:56.483Z | Compiling scroll_derive v0.12.0 |
459 | 2024-09-07T03:22:56.527Z | Compiling clap_derive v4.5.13 |
460 | 2024-09-07T03:22:57.776Z | Compiling scroll v0.12.0 |
461 | 2024-09-07T03:22:58.235Z | Compiling zerocopy v0.7.34 |
462 | 2024-09-07T03:22:58.266Z | Compiling goblin v0.8.2 |
463 | 2024-09-07T03:22:59.075Z | Compiling pest v2.7.10 |
464 | 2024-09-07T03:23:00.225Z | Compiling clap v4.5.16 |
465 | 2024-09-07T03:23:01.295Z | Compiling pest_meta v2.7.10 |
466 | 2024-09-07T03:23:02.221Z | Compiling pest_generator v2.7.10 |
467 | 2024-09-07T03:23:04.175Z | Compiling pest_derive v2.7.10 |
468 | 2024-09-07T03:23:04.861Z | Compiling dtrace-parser v0.2.0 |
469 | 2024-09-07T03:23:06.454Z | Compiling serde_tokenstream v0.2.2 |
470 | 2024-09-07T03:23:06.635Z | Compiling toml_datetime v0.6.8 |
471 | 2024-09-07T03:23:06.635Z | Compiling serde_spanned v0.6.7 |
472 | 2024-09-07T03:23:07.044Z | Compiling toml_edit v0.22.20 |
473 | 2024-09-07T03:23:07.077Z | Compiling cargo-platform v0.1.8 |
474 | 2024-09-07T03:23:07.127Z | Compiling macaddr v1.0.1 |
475 | 2024-09-07T03:23:07.325Z | Compiling camino-tempfile v1.1.1 |
476 | 2024-09-07T03:23:07.889Z | Compiling dof v0.3.0 |
477 | 2024-09-07T03:23:08.137Z | Compiling cargo_metadata v0.18.1 |
478 | 2024-09-07T03:23:09.436Z | Compiling usdt-macro v0.5.0 |
479 | 2024-09-07T03:23:09.439Z | Compiling usdt-attr-macro v0.5.0 |
480 | 2024-09-07T03:23:09.779Z | Compiling toml v0.8.19 |
481 | 2024-09-07T03:23:10.596Z | Compiling cargo_toml v0.20.4 |
482 | 2024-09-07T03:23:10.822Z | Compiling usdt v0.5.0 |
483 | 2024-09-07T03:23:14.314Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
484 | 2024-09-07T03:23:18.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.60s |
485 | 2024-09-07T03:23:18.807Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
486 | 2024-09-07T03:23:19.388Z | Downloading crates ... |
487 | 2024-09-07T03:23:19.515Z | Downloaded assert_matches v1.5.0 |
488 | 2024-09-07T03:23:19.518Z | Downloaded atomicwrites v0.4.3 |
489 | 2024-09-07T03:23:19.524Z | Downloaded bitflags v1.3.2 |
490 | 2024-09-07T03:23:19.531Z | Downloaded cfg_aliases v0.1.1 |
491 | 2024-09-07T03:23:19.533Z | Downloaded bitstruct_derive v0.1.0 |
492 | 2024-09-07T03:23:19.540Z | Downloaded ciborium-io v0.2.2 |
493 | 2024-09-07T03:23:19.545Z | Downloaded darling v0.20.9 |
494 | 2024-09-07T03:23:19.549Z | Downloaded crucible-workspace-hack v0.1.0 |
495 | 2024-09-07T03:23:19.551Z | Downloaded matches v0.1.10 |
496 | 2024-09-07T03:23:19.551Z | Downloaded bit-vec v0.6.3 |
497 | 2024-09-07T03:23:19.554Z | Downloaded async-stream v0.3.5 |
498 | 2024-09-07T03:23:19.556Z | Downloaded is-terminal v0.4.12 |
499 | 2024-09-07T03:23:19.556Z | Downloaded instant v0.1.12 |
500 | 2024-09-07T03:23:19.559Z | Downloaded newtype_derive v0.1.6 |
501 | 2024-09-07T03:23:19.559Z | Downloaded ident_case v1.0.1 |
502 | 2024-09-07T03:23:19.561Z | Downloaded async-recursion v1.1.1 |
503 | 2024-09-07T03:23:19.564Z | Downloaded blowfish v0.9.1 |
504 | 2024-09-07T03:23:19.566Z | Downloaded newline-converter v0.3.0 |
505 | 2024-09-07T03:23:19.568Z | Downloaded md5 v0.7.0 |
506 | 2024-09-07T03:23:19.568Z | Downloaded ciborium-ll v0.2.2 |
507 | 2024-09-07T03:23:19.570Z | Downloaded adler v1.0.2 |
508 | 2024-09-07T03:23:19.573Z | Downloaded http-body v0.4.6 |
509 | 2024-09-07T03:23:19.573Z | Downloaded libefi-sys v0.1.0 |
510 | 2024-09-07T03:23:19.575Z | Downloaded instability v0.3.2 |
511 | 2024-09-07T03:23:19.575Z | Downloaded indoc v1.0.9 |
512 | 2024-09-07T03:23:19.578Z | Downloaded chacha20 v0.9.1 |
513 | 2024-09-07T03:23:19.580Z | Downloaded lazy_static v1.5.0 |
514 | 2024-09-07T03:23:19.582Z | Downloaded managed v0.8.0 |
515 | 2024-09-07T03:23:19.584Z | Downloaded constant_time_eq v0.3.0 |
516 | 2024-09-07T03:23:19.587Z | Downloaded memoffset v0.9.1 |
517 | 2024-09-07T03:23:19.587Z | Downloaded curve25519-dalek-derive v0.1.1 |
518 | 2024-09-07T03:23:19.589Z | Downloaded bcs v0.1.6 |
519 | 2024-09-07T03:23:19.591Z | Downloaded ctr v0.9.2 |
520 | 2024-09-07T03:23:19.594Z | Downloaded async-trait v0.1.81 |
521 | 2024-09-07T03:23:19.596Z | Downloaded mockall v0.13.0 |
522 | 2024-09-07T03:23:19.598Z | Downloaded impl-trait-for-tuples v0.2.2 |
523 | 2024-09-07T03:23:19.601Z | Downloaded maybe-uninit v2.0.0 |
524 | 2024-09-07T03:23:19.603Z | Downloaded lru-cache v0.1.2 |
525 | 2024-09-07T03:23:19.605Z | Downloaded colored v2.1.0 |
526 | 2024-09-07T03:23:19.607Z | Downloaded lock_api v0.4.12 |
527 | 2024-09-07T03:23:19.610Z | Downloaded native-tls v0.2.11 |
528 | 2024-09-07T03:23:19.612Z | Downloaded libloading v0.8.3 |
529 | 2024-09-07T03:23:19.614Z | Downloaded cancel-safe-futures v0.1.5 |
530 | 2024-09-07T03:23:19.618Z | Downloaded nu-ansi-term v0.50.0 |
531 | 2024-09-07T03:23:19.620Z | Downloaded cookie_store v0.20.0 |
532 | 2024-09-07T03:23:19.623Z | Downloaded russh-cryptovec v0.7.2 |
533 | 2024-09-07T03:23:19.625Z | Downloaded bitstruct v0.1.1 |
534 | 2024-09-07T03:23:19.625Z | Downloaded ascii v1.1.0 |
535 | 2024-09-07T03:23:19.627Z | Downloaded addr2line v0.21.0 |
536 | 2024-09-07T03:23:19.630Z | Downloaded hubpack_derive v0.1.1 |
537 | 2024-09-07T03:23:19.633Z | Downloaded base64ct v1.6.0 |
538 | 2024-09-07T03:23:19.635Z | Downloaded crunchy v0.2.2 |
539 | 2024-09-07T03:23:19.637Z | Downloaded is_ci v1.2.0 |
540 | 2024-09-07T03:23:19.637Z | Downloaded httpdate v1.0.3 |
541 | 2024-09-07T03:23:19.640Z | Downloaded cstr-argument v0.1.2 |
542 | 2024-09-07T03:23:19.642Z | Downloaded new_debug_unreachable v1.0.6 |
543 | 2024-09-07T03:23:19.642Z | Downloaded secrecy v0.8.0 |
544 | 2024-09-07T03:23:19.644Z | Downloaded highway v1.2.0 |
545 | 2024-09-07T03:23:19.646Z | Downloaded bit-set v0.5.3 |
546 | 2024-09-07T03:23:19.649Z | Downloaded bb8 v0.8.5 |
547 | 2024-09-07T03:23:19.651Z | Downloaded normalize-line-endings v0.3.0 |
548 | 2024-09-07T03:23:19.651Z | Downloaded maplit v1.0.2 |
549 | 2024-09-07T03:23:19.654Z | Downloaded kstat-rs v0.2.4 |
550 | 2024-09-07T03:23:19.654Z | Downloaded hickory-resolver v0.24.1 |
551 | 2024-09-07T03:23:19.659Z | Downloaded ascii-canvas v3.0.0 |
552 | 2024-09-07T03:23:19.661Z | Downloaded lazycell v1.3.0 |
553 | 2024-09-07T03:23:19.664Z | Downloaded home v0.5.9 |
554 | 2024-09-07T03:23:19.664Z | Downloaded want v0.3.1 |
555 | 2024-09-07T03:23:19.666Z | Downloaded ipnetwork v0.20.0 |
556 | 2024-09-07T03:23:19.668Z | Downloaded hyper-tls v0.5.0 |
557 | 2024-09-07T03:23:19.671Z | Downloaded time-core v0.1.2 |
558 | 2024-09-07T03:23:19.671Z | Downloaded miniz_oxide v0.7.2 |
559 | 2024-09-07T03:23:19.673Z | Downloaded inout v0.1.3 |
560 | 2024-09-07T03:23:19.675Z | Downloaded convert_case v0.4.0 |
561 | 2024-09-07T03:23:19.678Z | Downloaded derive_builder_macro v0.20.0 |
562 | 2024-09-07T03:23:19.678Z | Downloaded strip-ansi-escapes v0.2.0 |
563 | 2024-09-07T03:23:19.680Z | Downloaded signal-hook-registry v1.4.2 |
564 | 2024-09-07T03:23:19.683Z | Downloaded libsw v3.3.1 |
565 | 2024-09-07T03:23:19.685Z | Downloaded mime v0.3.17 |
566 | 2024-09-07T03:23:19.687Z | Downloaded endian-type v0.1.2 |
567 | 2024-09-07T03:23:19.687Z | Downloaded string_cache v0.8.7 |
568 | 2024-09-07T03:23:19.689Z | Downloaded nodrop v0.1.14 |
569 | 2024-09-07T03:23:19.689Z | Downloaded md-5 v0.10.6 |
570 | 2024-09-07T03:23:19.692Z | Downloaded hostname v0.3.1 |
571 | 2024-09-07T03:23:19.695Z | Downloaded match_cfg v0.1.0 |
572 | 2024-09-07T03:23:19.695Z | Downloaded newtype-uuid v1.1.0 |
573 | 2024-09-07T03:23:19.697Z | Downloaded crc v3.2.1 |
574 | 2024-09-07T03:23:19.700Z | Downloaded cassowary v0.3.0 |
575 | 2024-09-07T03:23:19.702Z | Downloaded tls_codec v0.4.1 |
576 | 2024-09-07T03:23:19.706Z | Downloaded rusty-fork v0.3.0 |
577 | 2024-09-07T03:23:19.708Z | Downloaded num v0.4.3 |
578 | 2024-09-07T03:23:19.708Z | Downloaded nibble_vec v0.1.0 |
579 | 2024-09-07T03:23:19.711Z | Downloaded sec1 v0.7.3 |
580 | 2024-09-07T03:23:19.713Z | Downloaded diesel_table_macro_syntax v0.2.0 |
581 | 2024-09-07T03:23:19.713Z | Downloaded stringprep v0.1.4 |
582 | 2024-09-07T03:23:19.715Z | Downloaded signal-hook-mio v0.2.4 |
583 | 2024-09-07T03:23:19.717Z | Downloaded shlex v1.3.0 |
584 | 2024-09-07T03:23:19.720Z | Downloaded scrypt v0.11.0 |
585 | 2024-09-07T03:23:19.720Z | Downloaded walkdir v2.5.0 |
586 | 2024-09-07T03:23:19.722Z | Downloaded async-bb8-diesel v0.2.1 |
587 | 2024-09-07T03:23:19.725Z | Downloaded jobserver v0.1.32 |
588 | 2024-09-07T03:23:19.728Z | Downloaded psl-types v2.0.11 |
589 | 2024-09-07T03:23:19.730Z | Downloaded opaque-debug v0.3.1 |
590 | 2024-09-07T03:23:19.730Z | Downloaded difflib v0.4.0 |
591 | 2024-09-07T03:23:19.733Z | Downloaded memmap2 v0.9.4 |
592 | 2024-09-07T03:23:19.735Z | Downloaded static_assertions v1.1.0 |
593 | 2024-09-07T03:23:19.738Z | Downloaded ciborium v0.2.2 |
594 | 2024-09-07T03:23:19.741Z | Downloaded allocator-api2 v0.2.18 |
595 | 2024-09-07T03:23:19.743Z | Downloaded sigpipe v0.1.3 |
596 | 2024-09-07T03:23:19.746Z | Downloaded fragile v2.0.0 |
597 | 2024-09-07T03:23:19.748Z | Downloaded ena v0.14.3 |
598 | 2024-09-07T03:23:19.751Z | Downloaded futures-task v0.3.30 |
599 | 2024-09-07T03:23:19.751Z | Downloaded futures-sink v0.3.30 |
600 | 2024-09-07T03:23:19.753Z | Downloaded embedded-io v0.4.0 |
601 | 2024-09-07T03:23:19.756Z | Downloaded signal-hook-tokio v0.3.1 |
602 | 2024-09-07T03:23:19.756Z | Downloaded spin v0.5.2 |
603 | 2024-09-07T03:23:19.758Z | Downloaded num-conv v0.1.0 |
604 | 2024-09-07T03:23:19.758Z | Downloaded tui-tree-widget v0.22.0 |
605 | 2024-09-07T03:23:19.761Z | Downloaded defmt v0.3.8 |
606 | 2024-09-07T03:23:19.764Z | Downloaded vte_generate_state_changes v0.1.1 |
607 | 2024-09-07T03:23:19.767Z | Downloaded debug-ignore v1.0.5 |
608 | 2024-09-07T03:23:19.769Z | Downloaded zeroize v1.7.0 |
609 | 2024-09-07T03:23:19.771Z | Downloaded rustls-pemfile v2.1.3 |
610 | 2024-09-07T03:23:19.776Z | Downloaded futures-executor v0.3.30 |
611 | 2024-09-07T03:23:19.778Z | Downloaded flagset v0.4.5 |
612 | 2024-09-07T03:23:19.778Z | Downloaded mio v0.8.11 |
613 | 2024-09-07T03:23:19.784Z | Downloaded strum v0.26.3 |
614 | 2024-09-07T03:23:19.787Z | Downloaded const_format v0.2.32 |
615 | 2024-09-07T03:23:19.791Z | Downloaded slog-scope v4.4.0 |
616 | 2024-09-07T03:23:19.793Z | Downloaded foreign-types-shared v0.3.1 |
617 | 2024-09-07T03:23:19.797Z | Downloaded packed_struct_codegen v0.10.1 |
618 | 2024-09-07T03:23:19.797Z | Downloaded futures-io v0.3.30 |
619 | 2024-09-07T03:23:19.797Z | Downloaded pem-rfc7468 v0.7.0 |
620 | 2024-09-07T03:23:19.805Z | Downloaded schemars_derive v0.8.21 |
621 | 2024-09-07T03:23:19.805Z | Downloaded scheduled-thread-pool v0.2.7 |
622 | 2024-09-07T03:23:19.805Z | Downloaded foreign-types-shared v0.1.1 |
623 | 2024-09-07T03:23:19.805Z | Downloaded signature v2.2.0 |
624 | 2024-09-07T03:23:19.818Z | Downloaded socket2 v0.4.10 |
625 | 2024-09-07T03:23:19.818Z | Downloaded tokio-rustls v0.25.0 |
626 | 2024-09-07T03:23:19.818Z | Downloaded powerfmt v0.2.0 |
627 | 2024-09-07T03:23:19.818Z | Downloaded strum_macros v0.25.3 |
628 | 2024-09-07T03:23:19.831Z | Downloaded cookie v0.18.1 |
629 | 2024-09-07T03:23:19.831Z | Downloaded cc v1.0.97 |
630 | 2024-09-07T03:23:19.831Z | Downloaded wait-timeout v0.2.0 |
631 | 2024-09-07T03:23:19.831Z | Downloaded rand_seeder v0.3.0 |
632 | 2024-09-07T03:23:19.831Z | Downloaded data-encoding v2.6.0 |
633 | 2024-09-07T03:23:19.839Z | Downloaded parking_lot v0.11.2 |
634 | 2024-09-07T03:23:19.839Z | Downloaded crossbeam-utils v0.8.19 |
635 | 2024-09-07T03:23:19.839Z | Downloaded structmeta-derive v0.3.0 |
636 | 2024-09-07T03:23:19.839Z | Downloaded sqlparser_derive v0.2.2 |
637 | 2024-09-07T03:23:19.839Z | Downloaded defmt-parser v0.3.4 |
638 | 2024-09-07T03:23:19.839Z | Downloaded either v1.13.0 |
639 | 2024-09-07T03:23:19.854Z | Downloaded enum-as-inner v0.5.1 |
640 | 2024-09-07T03:23:19.854Z | Downloaded rustc-demangle v0.1.24 |
641 | 2024-09-07T03:23:19.854Z | Downloaded signal-hook v0.3.17 |
642 | 2024-09-07T03:23:19.856Z | Downloaded base64 v0.21.7 |
643 | 2024-09-07T03:23:19.856Z | Downloaded serde_urlencoded v0.7.1 |
644 | 2024-09-07T03:23:19.856Z | Downloaded hash32 v0.3.1 |
645 | 2024-09-07T03:23:19.856Z | Downloaded termtree v0.4.1 |
646 | 2024-09-07T03:23:19.860Z | Downloaded test-strategy v0.3.1 |
647 | 2024-09-07T03:23:19.862Z | Downloaded unicode-truncate v1.0.0 |
648 | 2024-09-07T03:23:19.865Z | Downloaded strum_macros v0.24.3 |
649 | 2024-09-07T03:23:19.867Z | Downloaded aes v0.8.4 |
650 | 2024-09-07T03:23:19.881Z | Downloaded funty v2.0.0 |
651 | 2024-09-07T03:23:19.884Z | Downloaded rustc_version v0.1.7 |
652 | 2024-09-07T03:23:19.887Z | Downloaded phf_shared v0.11.2 |
653 | 2024-09-07T03:23:19.887Z | Downloaded parking_lot v0.12.2 |
654 | 2024-09-07T03:23:19.887Z | Downloaded rand_xorshift v0.3.0 |
655 | 2024-09-07T03:23:19.890Z | Downloaded openssl-probe v0.1.5 |
656 | 2024-09-07T03:23:19.893Z | Downloaded openssl-macros v0.1.1 |
657 | 2024-09-07T03:23:19.893Z | Downloaded compact_str v0.8.0 |
658 | 2024-09-07T03:23:19.896Z | Downloaded arc-swap v1.7.1 |
659 | 2024-09-07T03:23:19.904Z | Downloaded structmeta-derive v0.2.0 |
660 | 2024-09-07T03:23:19.907Z | Downloaded num_threads v0.1.7 |
661 | 2024-09-07T03:23:19.907Z | Downloaded thiserror-impl-no-std v2.0.2 |
662 | 2024-09-07T03:23:19.907Z | Downloaded termios v0.3.3 |
663 | 2024-09-07T03:23:19.909Z | Downloaded structmeta v0.3.0 |
664 | 2024-09-07T03:23:19.911Z | Downloaded termcolor v1.4.1 |
665 | 2024-09-07T03:23:19.911Z | Downloaded vsss-rs v3.3.4 |
666 | 2024-09-07T03:23:19.916Z | Downloaded serde_repr v0.1.19 |
667 | 2024-09-07T03:23:19.919Z | Downloaded ppv-lite86 v0.2.17 |
668 | 2024-09-07T03:23:19.919Z | Downloaded dyn-clone v1.0.17 |
669 | 2024-09-07T03:23:19.921Z | Downloaded xattr v1.3.1 |
670 | 2024-09-07T03:23:19.925Z | Downloaded tiny-keccak v2.0.2 |
671 | 2024-09-07T03:23:19.928Z | Downloaded socket2 v0.5.7 |
672 | 2024-09-07T03:23:19.932Z | Downloaded tower-service v0.3.2 |
673 | 2024-09-07T03:23:19.932Z | Downloaded tinyvec_macros v0.1.1 |
674 | 2024-09-07T03:23:19.936Z | Downloaded toml v0.7.8 |
675 | 2024-09-07T03:23:19.936Z | Downloaded chacha20poly1305 v0.10.1 |
676 | 2024-09-07T03:23:19.938Z | Downloaded dhcproto-macros v0.1.0 |
677 | 2024-09-07T03:23:19.938Z | Downloaded form_urlencoded v1.2.1 |
678 | 2024-09-07T03:23:19.941Z | Downloaded ff v0.13.0 |
679 | 2024-09-07T03:23:19.941Z | Downloaded deranged v0.3.11 |
680 | 2024-09-07T03:23:19.945Z | Downloaded fd-lock v4.0.2 |
681 | 2024-09-07T03:23:19.947Z | Downloaded proc-macro-crate v1.3.1 |
682 | 2024-09-07T03:23:19.947Z | Downloaded libxml v0.3.3 |
683 | 2024-09-07T03:23:19.954Z | Downloaded pin-project-internal v1.1.5 |
684 | 2024-09-07T03:23:19.957Z | Downloaded quick-error v1.2.3 |
685 | 2024-09-07T03:23:19.959Z | Downloaded rustc_version v0.4.0 |
686 | 2024-09-07T03:23:19.964Z | Downloaded hex-literal v0.4.1 |
687 | 2024-09-07T03:23:19.964Z | Downloaded peg-runtime v0.8.3 |
688 | 2024-09-07T03:23:19.964Z | Downloaded headers-core v0.2.0 |
689 | 2024-09-07T03:23:19.967Z | Downloaded term v0.7.0 |
690 | 2024-09-07T03:23:19.969Z | Downloaded rcgen v0.12.1 |
691 | 2024-09-07T03:23:19.973Z | Downloaded slog-term v2.9.1 |
692 | 2024-09-07T03:23:19.975Z | Downloaded pin-utils v0.1.0 |
693 | 2024-09-07T03:23:19.977Z | Downloaded sqlformat v0.2.4 |
694 | 2024-09-07T03:23:19.982Z | Downloaded semver v0.1.20 |
695 | 2024-09-07T03:23:19.982Z | Downloaded steno v0.4.1 |
696 | 2024-09-07T03:23:19.984Z | Downloaded hickory-server v0.24.1 |
697 | 2024-09-07T03:23:19.990Z | Downloaded zone_cfg_derive v0.1.2 |
698 | 2024-09-07T03:23:19.993Z | Downloaded float-cmp v0.9.0 |
699 | 2024-09-07T03:23:19.996Z | Downloaded ed25519 v2.2.3 |
700 | 2024-09-07T03:23:19.998Z | Downloaded filetime v0.2.25 |
701 | 2024-09-07T03:23:19.999Z | Downloaded der_derive v0.7.2 |
702 | 2024-09-07T03:23:20.001Z | Downloaded float-ord v0.3.2 |
703 | 2024-09-07T03:23:20.003Z | Downloaded itertools v0.13.0 |
704 | 2024-09-07T03:23:20.012Z | Downloaded parse-display-derive v0.10.0 |
705 | 2024-09-07T03:23:20.017Z | Downloaded pkcs8 v0.10.2 |
706 | 2024-09-07T03:23:20.017Z | Downloaded mio v1.0.2 |
707 | 2024-09-07T03:23:20.021Z | Downloaded elliptic-curve v0.13.8 |
708 | 2024-09-07T03:23:20.028Z | Downloaded percent-encoding v2.3.1 |
709 | 2024-09-07T03:23:20.030Z | Downloaded universal-hash v0.5.1 |
710 | 2024-09-07T03:23:20.030Z | Downloaded peg v0.8.4 |
711 | 2024-09-07T03:23:20.034Z | Downloaded radium v0.7.0 |
712 | 2024-09-07T03:23:20.037Z | Downloaded structmeta v0.2.0 |
713 | 2024-09-07T03:23:20.039Z | Downloaded predicates-core v1.0.6 |
714 | 2024-09-07T03:23:20.039Z | Downloaded zone v0.3.0 |
715 | 2024-09-07T03:23:20.042Z | Downloaded zone v0.1.8 |
716 | 2024-09-07T03:23:20.042Z | Downloaded pkcs1 v0.7.5 |
717 | 2024-09-07T03:23:20.046Z | Downloaded unicode-segmentation v1.11.0 |
718 | 2024-09-07T03:23:20.050Z | Downloaded num-bigint v0.4.5 |
719 | 2024-09-07T03:23:20.055Z | Downloaded try-lock v0.2.5 |
720 | 2024-09-07T03:23:20.060Z | Downloaded rand_chacha v0.3.1 |
721 | 2024-09-07T03:23:20.060Z | Downloaded spki v0.7.3 |
722 | 2024-09-07T03:23:20.065Z | Downloaded libm v0.2.8 |
723 | 2024-09-07T03:23:20.070Z | Downloaded ed25519-dalek v2.1.1 |
724 | 2024-09-07T03:23:20.072Z | Downloaded oso-derive v0.27.3 |
725 | 2024-09-07T03:23:20.075Z | Downloaded slog-bunyan v2.5.0 |
726 | 2024-09-07T03:23:20.075Z | Downloaded dsl_auto_type v0.1.2 |
727 | 2024-09-07T03:23:20.079Z | Downloaded strum_macros v0.26.4 |
728 | 2024-09-07T03:23:20.081Z | Downloaded number_prefix v0.4.0 |
729 | 2024-09-07T03:23:20.081Z | Downloaded toml_edit v0.19.15 |
730 | 2024-09-07T03:23:20.099Z | Downloaded diesel_derives v2.2.2 |
731 | 2024-09-07T03:23:20.103Z | Downloaded zone_cfg_derive v0.3.0 |
732 | 2024-09-07T03:23:20.106Z | Downloaded primeorder v0.13.6 |
733 | 2024-09-07T03:23:20.108Z | Downloaded pbkdf2 v0.12.2 |
734 | 2024-09-07T03:23:20.108Z | Downloaded blake3 v1.5.1 |
735 | 2024-09-07T03:23:20.117Z | Downloaded siphasher v0.3.11 |
736 | 2024-09-07T03:23:20.119Z | Downloaded precomputed-hash v0.1.1 |
737 | 2024-09-07T03:23:20.119Z | Downloaded vergen v8.3.2 |
738 | 2024-09-07T03:23:20.123Z | Downloaded dirs-sys-next v0.1.2 |
739 | 2024-09-07T03:23:20.125Z | Downloaded tinyvec v1.6.0 |
740 | 2024-09-07T03:23:20.129Z | Downloaded dirs-next v2.0.0 |
741 | 2024-09-07T03:23:20.132Z | Downloaded toolchain_find v0.4.0 |
742 | 2024-09-07T03:23:20.132Z | Downloaded slog-json v2.6.1 |
743 | 2024-09-07T03:23:20.134Z | Downloaded polyval v0.6.2 |
744 | 2024-09-07T03:23:20.137Z | Downloaded num_enum_derive v0.5.11 |
745 | 2024-09-07T03:23:20.137Z | Downloaded fallible-streaming-iterator v0.1.9 |
746 | 2024-09-07T03:23:20.139Z | Downloaded fallible-iterator v0.3.0 |
747 | 2024-09-07T03:23:20.140Z | Downloaded fallible-iterator v0.2.0 |
748 | 2024-09-07T03:23:20.143Z | Downloaded phf v0.11.2 |
749 | 2024-09-07T03:23:20.143Z | Downloaded heck v0.3.3 |
750 | 2024-09-07T03:23:20.145Z | Downloaded serde-big-array v0.5.1 |
751 | 2024-09-07T03:23:20.145Z | Downloaded phf_shared v0.10.0 |
752 | 2024-09-07T03:23:20.145Z | Downloaded tracing-attributes v0.1.27 |
753 | 2024-09-07T03:23:20.148Z | Downloaded resolv-conf v0.7.0 |
754 | 2024-09-07T03:23:20.151Z | Downloaded pkg-config v0.3.30 |
755 | 2024-09-07T03:23:20.154Z | Downloaded unicode-xid v0.2.4 |
756 | 2024-09-07T03:23:20.157Z | Downloaded sha1 v0.10.6 |
757 | 2024-09-07T03:23:20.157Z | Downloaded rtoolbox v0.0.2 |
758 | 2024-09-07T03:23:20.160Z | Downloaded serde_derive_internals v0.29.1 |
759 | 2024-09-07T03:23:20.167Z | Downloaded uuid v1.10.0 |
760 | 2024-09-07T03:23:20.170Z | Downloaded downcast v0.11.0 |
761 | 2024-09-07T03:23:20.170Z | Downloaded take_mut v0.2.2 |
762 | 2024-09-07T03:23:20.170Z | Downloaded rand_core v0.6.4 |
763 | 2024-09-07T03:23:20.170Z | Downloaded num-derive v0.4.2 |
764 | 2024-09-07T03:23:20.170Z | Downloaded rayon-core v1.12.1 |
765 | 2024-09-07T03:23:20.173Z | Downloaded num-bigint-dig v0.8.4 |
766 | 2024-09-07T03:23:20.179Z | Downloaded predicates-tree v1.0.9 |
767 | 2024-09-07T03:23:20.181Z | Downloaded sync_wrapper v0.1.2 |
768 | 2024-09-07T03:23:20.181Z | Downloaded foreign-types v0.3.2 |
769 | 2024-09-07T03:23:20.185Z | Downloaded untrusted v0.7.1 |
770 | 2024-09-07T03:23:20.185Z | Downloaded parse-size v1.0.0 |
771 | 2024-09-07T03:23:20.189Z | Downloaded hashbrown v0.12.3 |
772 | 2024-09-07T03:23:20.192Z | Downloaded foreign-types v0.5.0 |
773 | 2024-09-07T03:23:20.192Z | Downloaded whoami v1.5.1 |
774 | 2024-09-07T03:23:20.195Z | Downloaded tokio-macros v2.4.0 |
775 | 2024-09-07T03:23:20.195Z | Downloaded display-error-chain v0.2.1 |
776 | 2024-09-07T03:23:20.197Z | Downloaded tokio-native-tls v0.3.1 |
777 | 2024-09-07T03:23:20.200Z | Downloaded des v0.8.1 |
778 | 2024-09-07T03:23:20.203Z | Downloaded samael v0.0.17 |
779 | 2024-09-07T03:23:20.207Z | Downloaded olpc-cjson v0.1.3 |
780 | 2024-09-07T03:23:20.209Z | Downloaded tokio-util v0.7.11 |
781 | 2024-09-07T03:23:20.215Z | Downloaded crossterm v0.28.1 |
782 | 2024-09-07T03:23:20.223Z | Downloaded fxhash v0.2.1 |
783 | 2024-09-07T03:23:20.226Z | Downloaded path-slash v0.1.5 |
784 | 2024-09-07T03:23:20.226Z | Downloaded portpicker v0.1.1 |
785 | 2024-09-07T03:23:20.229Z | Downloaded futures-core v0.3.30 |
786 | 2024-09-07T03:23:20.229Z | Downloaded serde-hex v0.1.0 |
787 | 2024-09-07T03:23:20.238Z | Downloaded tap v1.0.1 |
788 | 2024-09-07T03:23:20.238Z | Downloaded ron v0.8.1 |
789 | 2024-09-07T03:23:20.244Z | Downloaded headers v0.3.9 |
790 | 2024-09-07T03:23:20.247Z | Downloaded tabwriter v1.4.0 |
791 | 2024-09-07T03:23:20.247Z | Downloaded tokio-tungstenite v0.21.0 |
792 | 2024-09-07T03:23:20.250Z | Downloaded smf v0.2.3 |
793 | 2024-09-07T03:23:20.250Z | Downloaded wyz v0.5.1 |
794 | 2024-09-07T03:23:20.255Z | Downloaded oso v0.27.3 |
795 | 2024-09-07T03:23:20.256Z | Downloaded subtle v2.5.0 |
796 | 2024-09-07T03:23:20.258Z | Downloaded twox-hash v1.6.3 |
797 | 2024-09-07T03:23:20.258Z | Downloaded env_logger v0.9.3 |
798 | 2024-09-07T03:23:20.261Z | Downloaded expectorate v1.1.0 |
799 | 2024-09-07T03:23:20.264Z | Downloaded scopeguard v1.2.0 |
800 | 2024-09-07T03:23:20.269Z | Downloaded dhcproto v0.12.0 |
801 | 2024-09-07T03:23:20.272Z | Downloaded num_enum v0.5.11 |
802 | 2024-09-07T03:23:20.280Z | Downloaded num-rational v0.4.2 |
803 | 2024-09-07T03:23:20.284Z | Downloaded topological-sort v0.2.2 |
804 | 2024-09-07T03:23:20.284Z | Downloaded serde_arrays v0.1.0 |
805 | 2024-09-07T03:23:20.284Z | Downloaded postcard v1.0.8 |
806 | 2024-09-07T03:23:20.284Z | Downloaded ecdsa v0.16.9 |
807 | 2024-09-07T03:23:20.287Z | Downloaded pbkdf2 v0.11.0 |
808 | 2024-09-07T03:23:20.287Z | Downloaded serde_path_to_error v0.1.16 |
809 | 2024-09-07T03:23:20.289Z | Downloaded futures-channel v0.3.30 |
810 | 2024-09-07T03:23:20.292Z | Downloaded unsafe-libyaml v0.2.11 |
811 | 2024-09-07T03:23:20.295Z | Downloaded tokio-tungstenite v0.20.1 |
812 | 2024-09-07T03:23:20.298Z | Downloaded rsa v0.9.6 |
813 | 2024-09-07T03:23:20.302Z | Downloaded tungstenite v0.21.0 |
814 | 2024-09-07T03:23:20.308Z | Downloaded owo-colors v4.0.0 |
815 | 2024-09-07T03:23:20.312Z | Downloaded zerocopy v0.6.6 |
816 | 2024-09-07T03:23:20.314Z | Downloaded subprocess v0.2.9 |
817 | 2024-09-07T03:23:20.317Z | Downloaded lalrpop v0.19.12 |
818 | 2024-09-07T03:23:20.327Z | Downloaded unicode_categories v0.1.1 |
819 | 2024-09-07T03:23:20.331Z | Downloaded serde_with_macros v3.9.0 |
820 | 2024-09-07T03:23:20.335Z | Downloaded darling_core v0.20.9 |
821 | 2024-09-07T03:23:20.339Z | Downloaded password-hash v0.5.0 |
822 | 2024-09-07T03:23:20.342Z | Downloaded rand v0.8.5 |
823 | 2024-09-07T03:23:20.345Z | Downloaded yasna v0.5.2 |
824 | 2024-09-07T03:23:20.347Z | Downloaded futures v0.3.30 |
825 | 2024-09-07T03:23:20.351Z | Downloaded derive_more v0.99.18 |
826 | 2024-09-07T03:23:20.357Z | Downloaded ssh-key v0.6.6 |
827 | 2024-09-07T03:23:20.365Z | Downloaded p521 v0.13.3 |
828 | 2024-09-07T03:23:20.369Z | Downloaded zip v0.6.6 |
829 | 2024-09-07T03:23:20.374Z | Downloaded num-traits v0.2.19 |
830 | 2024-09-07T03:23:20.377Z | Downloaded fatfs v0.3.6 |
831 | 2024-09-07T03:23:20.381Z | Downloaded russh v0.45.0 |
832 | 2024-09-07T03:23:20.389Z | Downloaded prettyplease v0.2.20 |
833 | 2024-09-07T03:23:20.391Z | Downloaded tracing-core v0.1.32 |
834 | 2024-09-07T03:23:20.394Z | Downloaded aho-corasick v1.1.3 |
835 | 2024-09-07T03:23:20.400Z | Downloaded tough v0.17.1 |
836 | 2024-09-07T03:23:20.409Z | Downloaded h2 v0.3.26 |
837 | 2024-09-07T03:23:20.417Z | Downloaded chrono v0.4.38 |
838 | 2024-09-07T03:23:20.425Z | Downloaded quick-xml v0.33.0 |
839 | 2024-09-07T03:23:20.432Z | Downloaded proptest v1.5.0 |
840 | 2024-09-07T03:23:20.446Z | Downloaded typed-path v0.7.1 |
841 | 2024-09-07T03:23:20.453Z | Downloaded rustyline v14.0.0 |
842 | 2024-09-07T03:23:20.458Z | Downloaded rustls-webpki v0.102.4 |
843 | 2024-09-07T03:23:20.476Z | Downloaded idna v0.5.0 |
844 | 2024-09-07T03:23:20.482Z | Downloaded reqwest v0.11.27 |
845 | 2024-09-07T03:23:20.490Z | Downloaded rayon v1.10.0 |
846 | 2024-09-07T03:23:20.502Z | Downloaded webpki-roots v0.25.4 |
847 | 2024-09-07T03:23:20.505Z | Downloaded bindgen v0.69.4 |
848 | 2024-09-07T03:23:20.515Z | Downloaded rustls-webpki v0.101.7 |
849 | 2024-09-07T03:23:20.530Z | Downloaded rusqlite v0.31.0 |
850 | 2024-09-07T03:23:20.535Z | Downloaded winnow v0.5.40 |
851 | 2024-09-07T03:23:20.545Z | Downloaded radix_trie v0.2.1 |
852 | 2024-09-07T03:23:20.553Z | Downloaded vcpkg v0.2.15 |
853 | 2024-09-07T03:23:20.590Z | Downloaded regress v0.9.1 |
854 | 2024-09-07T03:23:20.599Z | Downloaded portable-atomic v1.6.0 |
855 | 2024-09-07T03:23:20.606Z | Downloaded git2 v0.19.0 |
856 | 2024-09-07T03:23:20.615Z | Downloaded polar-core v0.27.3 |
857 | 2024-09-07T03:23:20.627Z | Downloaded smoltcp v0.9.1 |
858 | 2024-09-07T03:23:20.638Z | Downloaded openssl v0.10.66 |
859 | 2024-09-07T03:23:20.646Z | Downloaded diesel v2.2.3 |
860 | 2024-09-07T03:23:20.668Z | Downloaded bstr v1.9.1 |
861 | 2024-09-07T03:23:20.679Z | Downloaded rustls v0.21.12 |
862 | 2024-09-07T03:23:20.690Z | Downloaded gimli v0.28.1 |
863 | 2024-09-07T03:23:20.699Z | Downloaded object v0.30.4 |
864 | 2024-09-07T03:23:20.710Z | Downloaded object v0.32.2 |
865 | 2024-09-07T03:23:20.721Z | Downloaded trust-dns-proto v0.22.0 |
866 | 2024-09-07T03:23:20.734Z | Downloaded smoltcp v0.11.0 |
867 | 2024-09-07T03:23:20.748Z | Downloaded openapiv3 v2.0.0 |
868 | 2024-09-07T03:23:20.761Z | Downloaded dropshot v0.10.1 |
869 | 2024-09-07T03:23:20.771Z | Downloaded rustls v0.22.4 |
870 | 2024-09-07T03:23:20.787Z | Downloaded ratatui v0.28.0 |
871 | 2024-09-07T03:23:20.807Z | Downloaded p384 v0.13.0 |
872 | 2024-09-07T03:23:20.813Z | Downloaded zerocopy-derive v0.6.6 |
873 | 2024-09-07T03:23:20.824Z | Downloaded sled v0.34.7 |
874 | 2024-09-07T03:23:20.835Z | Downloaded regex-syntax v0.8.4 |
875 | 2024-09-07T03:23:20.844Z | Downloaded curve25519-dalek v4.1.3 |
876 | 2024-09-07T03:23:20.854Z | Downloaded regex-syntax v0.6.29 |
877 | 2024-09-07T03:23:20.861Z | Downloaded petgraph v0.6.5 |
878 | 2024-09-07T03:23:20.880Z | Downloaded regex-automata v0.4.6 |
879 | 2024-09-07T03:23:20.899Z | Downloaded finl_unicode v1.2.0 |
880 | 2024-09-07T03:23:20.912Z | Downloaded csv v1.3.0 |
881 | 2024-09-07T03:23:20.932Z | Downloaded tokio v1.39.3 |
882 | 2024-09-07T03:23:20.970Z | Downloaded sha3 v0.10.8 |
883 | 2024-09-07T03:23:20.975Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
884 | 2024-09-07T03:23:20.987Z | Downloaded regex v1.10.6 |
885 | 2024-09-07T03:23:21.000Z | Downloaded nix v0.28.0 |
886 | 2024-09-07T03:23:21.013Z | Downloaded nix v0.29.0 |
887 | 2024-09-07T03:23:21.023Z | Downloaded sqlparser v0.45.0 |
888 | 2024-09-07T03:23:21.029Z | Downloaded idna v0.3.0 |
889 | 2024-09-07T03:23:21.035Z | Downloaded nix v0.27.1 |
890 | 2024-09-07T03:23:21.046Z | Downloaded hickory-proto v0.24.1 |
891 | 2024-09-07T03:23:21.061Z | Downloaded bitvec v1.0.1 |
892 | 2024-09-07T03:23:21.077Z | Downloaded flate2 v1.0.33 |
893 | 2024-09-07T03:23:21.082Z | Downloaded idna v0.4.0 |
894 | 2024-09-07T03:23:21.089Z | Downloaded idna v0.2.3 |
895 | 2024-09-07T03:23:21.096Z | Downloaded reedline v0.33.0 |
896 | 2024-09-07T03:23:21.103Z | Downloaded serde_with v3.9.0 |
897 | 2024-09-07T03:23:21.112Z | Downloaded hashbrown v0.13.2 |
898 | 2024-09-07T03:23:21.116Z | Downloaded time v0.3.36 |
899 | 2024-09-07T03:23:21.123Z | Downloaded hkdf v0.12.4 |
900 | 2024-09-07T03:23:21.126Z | Downloaded snafu v0.8.2 |
901 | 2024-09-07T03:23:21.131Z | Downloaded password-hash v0.4.2 |
902 | 2024-09-07T03:23:21.133Z | Downloaded encoding_rs v0.8.34 |
903 | 2024-09-07T03:23:21.156Z | Downloaded ron v0.7.1 |
904 | 2024-09-07T03:23:21.159Z | Downloaded hyper v0.14.30 |
905 | 2024-09-07T03:23:21.167Z | Downloaded futures-util v0.3.30 |
906 | 2024-09-07T03:23:21.179Z | Downloaded similar v2.6.0 |
907 | 2024-09-07T03:23:21.183Z | Downloaded env_logger v0.10.2 |
908 | 2024-09-07T03:23:21.186Z | Downloaded heapless v0.7.17 |
909 | 2024-09-07T03:23:21.190Z | Downloaded derive_builder_core v0.20.0 |
910 | 2024-09-07T03:23:21.192Z | Downloaded derive_builder v0.20.0 |
911 | 2024-09-07T03:23:21.196Z | Downloaded tungstenite v0.23.0 |
912 | 2024-09-07T03:23:21.200Z | Downloaded aes-gcm v0.10.3 |
913 | 2024-09-07T03:23:21.204Z | Downloaded unarray v0.1.4 |
914 | 2024-09-07T03:23:21.207Z | Downloaded tracing v0.1.40 |
915 | 2024-09-07T03:23:21.209Z | Downloaded smallvec v1.13.2 |
916 | 2024-09-07T03:23:21.212Z | Downloaded paste v1.0.15 |
917 | 2024-09-07T03:23:21.214Z | Downloaded flume v0.11.0 |
918 | 2024-09-07T03:23:21.217Z | Downloaded erased-serde v0.3.31 |
919 | 2024-09-07T03:23:21.219Z | Downloaded x509-cert v0.2.5 |
920 | 2024-09-07T03:23:21.226Z | Downloaded gethostname v0.5.0 |
921 | 2024-09-07T03:23:21.228Z | Downloaded smallvec v0.6.14 |
922 | 2024-09-07T03:23:21.228Z | Downloaded pretty-hex v0.2.1 |
923 | 2024-09-07T03:23:21.231Z | Downloaded num-iter v0.1.45 |
924 | 2024-09-07T03:23:21.231Z | Downloaded num-integer v0.1.46 |
925 | 2024-09-07T03:23:21.231Z | Downloaded itertools v0.12.1 |
926 | 2024-09-07T03:23:21.238Z | Downloaded getrandom v0.2.14 |
927 | 2024-09-07T03:23:21.241Z | Downloaded omicron-zone-package v0.11.0 |
928 | 2024-09-07T03:23:21.244Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
929 | 2024-09-07T03:23:21.302Z | Downloaded slog v2.7.0 |
930 | 2024-09-07T03:23:21.304Z | Downloaded openssl-sys v0.9.103 |
931 | 2024-09-07T03:23:21.309Z | Downloaded der v0.7.9 |
932 | 2024-09-07T03:23:21.314Z | Downloaded pkcs5 v0.7.1 |
933 | 2024-09-07T03:23:21.318Z | Downloaded heapless v0.8.0 |
934 | 2024-09-07T03:23:21.324Z | Downloaded url v2.5.2 |
935 | 2024-09-07T03:23:21.331Z | Downloaded hex v0.4.3 |
936 | 2024-09-07T03:23:21.334Z | Downloaded ghash v0.5.1 |
937 | 2024-09-07T03:23:21.334Z | Downloaded getopts v0.2.21 |
938 | 2024-09-07T03:23:21.334Z | Downloaded rustls-pki-types v1.7.0 |
939 | 2024-09-07T03:23:21.334Z | Downloaded hashlink v0.9.1 |
940 | 2024-09-07T03:23:21.334Z | Downloaded serde_yaml v0.9.34+deprecated |
941 | 2024-09-07T03:23:21.338Z | Downloaded unicode-normalization v0.1.23 |
942 | 2024-09-07T03:23:21.348Z | Downloaded slog-envlogger v2.2.0 |
943 | 2024-09-07T03:23:21.348Z | Downloaded slog-dtrace v0.3.0 |
944 | 2024-09-07T03:23:21.348Z | Downloaded slab v0.4.9 |
945 | 2024-09-07T03:23:21.348Z | Downloaded derive-where v1.2.7 |
946 | 2024-09-07T03:23:21.348Z | Downloaded p256 v0.13.2 |
947 | 2024-09-07T03:23:21.351Z | Downloaded rustls-pemfile v1.0.4 |
948 | 2024-09-07T03:23:21.353Z | Downloaded tls_codec_derive v0.4.1 |
949 | 2024-09-07T03:23:21.355Z | Downloaded salsa20 v0.10.2 |
950 | 2024-09-07T03:23:21.355Z | Downloaded rustversion v1.0.17 |
951 | 2024-09-07T03:23:21.358Z | Downloaded tar v0.4.41 |
952 | 2024-09-07T03:23:21.361Z | Downloaded peg-macros v0.8.4 |
953 | 2024-09-07T03:23:21.364Z | Downloaded unicode-bidi v0.3.15 |
954 | 2024-09-07T03:23:21.367Z | Downloaded ssh-encoding v0.2.0 |
955 | 2024-09-07T03:23:21.367Z | Downloaded ssh-cipher v0.2.0 |
956 | 2024-09-07T03:23:21.370Z | Downloaded r2d2 v0.8.10 |
957 | 2024-09-07T03:23:21.370Z | Downloaded predicates v3.1.2 |
958 | 2024-09-07T03:23:21.373Z | Downloaded hickory-client v0.24.1 |
959 | 2024-09-07T03:23:21.377Z | Downloaded crossterm v0.27.0 |
960 | 2024-09-07T03:23:21.381Z | Downloaded publicsuffix v2.2.3 |
961 | 2024-09-07T03:23:21.384Z | Downloaded parse-display v0.10.0 |
962 | 2024-09-07T03:23:21.387Z | Downloaded enum-as-inner v0.6.0 |
963 | 2024-09-07T03:23:21.387Z | Downloaded pin-project v1.1.5 |
964 | 2024-09-07T03:23:21.397Z | Downloaded which v4.4.2 |
965 | 2024-09-07T03:23:21.399Z | Downloaded uzers v0.11.3 |
966 | 2024-09-07T03:23:21.402Z | Downloaded untrusted v0.9.0 |
967 | 2024-09-07T03:23:21.402Z | Downloaded supports-color v3.0.0 |
968 | 2024-09-07T03:23:21.405Z | Downloaded slog-async v2.8.0 |
969 | 2024-09-07T03:23:21.405Z | Downloaded tokio-postgres v0.7.11 |
970 | 2024-09-07T03:23:21.408Z | Downloaded http v0.2.12 |
971 | 2024-09-07T03:23:21.413Z | Downloaded time-macros v0.2.18 |
972 | 2024-09-07T03:23:21.417Z | Downloaded schemars v0.8.21 |
973 | 2024-09-07T03:23:21.427Z | Downloaded vte v0.11.1 |
974 | 2024-09-07T03:23:21.429Z | Downloaded half v2.4.1 |
975 | 2024-09-07T03:23:21.432Z | Downloaded minimal-lexical v0.2.1 |
976 | 2024-09-07T03:23:21.435Z | Downloaded parking_lot_core v0.9.10 |
977 | 2024-09-07T03:23:21.439Z | Downloaded globset v0.4.14 |
978 | 2024-09-07T03:23:21.441Z | Downloaded glob v0.3.1 |
979 | 2024-09-07T03:23:21.441Z | Downloaded crypto-bigint v0.5.5 |
980 | 2024-09-07T03:23:21.446Z | Downloaded backtrace v0.3.71 |
981 | 2024-09-07T03:23:21.452Z | Downloaded serde_plain v1.0.2 |
982 | 2024-09-07T03:23:21.454Z | Downloaded ref-cast-impl v1.0.23 |
983 | 2024-09-07T03:23:21.454Z | Downloaded ref-cast v1.0.23 |
984 | 2024-09-07T03:23:21.457Z | Downloaded thread_local v1.1.8 |
985 | 2024-09-07T03:23:21.459Z | Downloaded crossbeam-channel v0.5.12 |
986 | 2024-09-07T03:23:21.461Z | Downloaded base64 v0.22.1 |
987 | 2024-09-07T03:23:21.465Z | Downloaded nom v7.1.3 |
988 | 2024-09-07T03:23:21.472Z | Downloaded rustfmt-wrapper v0.2.1 |
989 | 2024-09-07T03:23:21.476Z | Downloaded packed_struct v0.10.1 |
990 | 2024-09-07T03:23:21.479Z | Downloaded tokio-tungstenite v0.23.1 |
991 | 2024-09-07T03:23:21.479Z | Downloaded parking_lot_core v0.8.6 |
992 | 2024-09-07T03:23:21.481Z | Downloaded itertools v0.10.5 |
993 | 2024-09-07T03:23:21.487Z | Downloaded const-oid v0.9.6 |
994 | 2024-09-07T03:23:21.489Z | Downloaded darling_macro v0.20.9 |
995 | 2024-09-07T03:23:21.490Z | Downloaded foreign-types-macros v0.2.3 |
996 | 2024-09-07T03:23:21.490Z | Downloaded spin v0.9.8 |
997 | 2024-09-07T03:23:21.492Z | Downloaded postgres-types v0.2.7 |
998 | 2024-09-07T03:23:21.494Z | Downloaded poly1305 v0.8.0 |
999 | 2024-09-07T03:23:21.498Z | Downloaded postgres-protocol v0.6.7 |
1000 | 2024-09-07T03:23:21.501Z | Downloaded tungstenite v0.20.1 |
1001 | 2024-09-07T03:23:21.501Z | Downloaded unicase v2.7.0 |
1002 | 2024-09-07T03:23:21.504Z | Downloaded hash32 v0.2.1 |
1003 | 2024-09-07T03:23:21.507Z | Downloaded rustc-hash v1.1.0 |
1004 | 2024-09-07T03:23:21.507Z | Downloaded group v0.13.0 |
1005 | 2024-09-07T03:23:21.507Z | Downloaded pin-project-lite v0.2.14 |
1006 | 2024-09-07T03:23:21.512Z | Downloaded pem v3.0.4 |
1007 | 2024-09-07T03:23:21.517Z | Downloaded dropshot_endpoint v0.10.1 |
1008 | 2024-09-07T03:23:21.517Z | Downloaded thiserror-no-std v2.0.2 |
1009 | 2024-09-07T03:23:21.520Z | Downloaded defmt-macros v0.3.9 |
1010 | 2024-09-07T03:23:21.520Z | Downloaded diff v0.1.13 |
1011 | 2024-09-07T03:23:21.523Z | Downloaded indicatif v0.17.8 |
1012 | 2024-09-07T03:23:21.528Z | Downloaded futures-macro v0.3.30 |
1013 | 2024-09-07T03:23:21.529Z | Downloaded sct v0.7.1 |
1014 | 2024-09-07T03:23:21.532Z | Downloaded russh-keys v0.45.0 |
1015 | 2024-09-07T03:23:21.532Z | Downloaded base64 v0.13.1 |
1016 | 2024-09-07T03:23:21.535Z | Downloaded num-complex v0.4.6 |
1017 | 2024-09-07T03:23:21.537Z | Downloaded zeroize_derive v1.4.2 |
1018 | 2024-09-07T03:23:21.537Z | Downloaded bytes v1.7.1 |
1019 | 2024-09-07T03:23:21.540Z | Downloaded mockall_derive v0.13.0 |
1020 | 2024-09-07T03:23:21.544Z | Downloaded miniz_oxide v0.8.0 |
1021 | 2024-09-07T03:23:21.544Z | Downloaded blake2 v0.10.6 |
1022 | 2024-09-07T03:23:21.547Z | Downloaded shell-words v1.1.0 |
1023 | 2024-09-07T03:23:21.547Z | Downloaded fixedbitset v0.4.2 |
1024 | 2024-09-07T03:23:21.552Z | Downloaded csv-core v0.1.11 |
1025 | 2024-09-07T03:23:21.552Z | Downloaded tokio-stream v0.1.15 |
1026 | 2024-09-07T03:23:21.559Z | Downloaded tokio-rustls v0.24.1 |
1027 | 2024-09-07T03:23:21.559Z | Downloaded snafu-derive v0.8.2 |
1028 | 2024-09-07T03:23:21.562Z | Downloaded slog-stdlog v4.1.1 |
1029 | 2024-09-07T03:23:21.562Z | Downloaded multimap v0.10.0 |
1030 | 2024-09-07T03:23:21.562Z | Downloaded stable_deref_trait v1.2.0 |
1031 | 2024-09-07T03:23:21.562Z | Downloaded http v1.1.0 |
1032 | 2024-09-07T03:23:21.566Z | Downloaded arrayvec v0.7.4 |
1033 | 2024-09-07T03:23:21.566Z | Downloaded internet-checksum v0.2.1 |
1034 | 2024-09-07T03:23:21.572Z | Downloaded same-file v1.0.6 |
1035 | 2024-09-07T03:23:21.572Z | Downloaded clang-sys v1.7.0 |
1036 | 2024-09-07T03:23:21.572Z | Downloaded rpassword v7.3.1 |
1037 | 2024-09-07T03:23:21.575Z | Downloaded rfc6979 v0.4.0 |
1038 | 2024-09-07T03:23:21.575Z | Downloaded const_format_proc_macros v0.2.32 |
1039 | 2024-09-07T03:23:21.575Z | Downloaded nanorand v0.7.0 |
1040 | 2024-09-07T03:23:21.575Z | Downloaded lalrpop-util v0.19.12 |
1041 | 2024-09-07T03:23:21.578Z | Downloaded crossbeam-deque v0.8.5 |
1042 | 2024-09-07T03:23:21.578Z | Downloaded crc-catalog v2.4.0 |
1043 | 2024-09-07T03:23:21.580Z | Downloaded lru v0.12.3 |
1044 | 2024-09-07T03:23:21.580Z | Downloaded cipher v0.4.4 |
1045 | 2024-09-07T03:23:21.580Z | Downloaded cbc v0.1.2 |
1046 | 2024-09-07T03:23:21.583Z | Downloaded cobs v0.2.3 |
1047 | 2024-09-07T03:23:21.583Z | Downloaded cexpr v0.6.0 |
1048 | 2024-09-07T03:23:21.588Z | Downloaded indent_write v2.2.0 |
1049 | 2024-09-07T03:23:21.588Z | Downloaded hyper-staticfile v0.9.5 |
1050 | 2024-09-07T03:23:21.592Z | Downloaded bitfield v0.14.0 |
1051 | 2024-09-07T03:23:21.592Z | Downloaded array-init v0.0.4 |
1052 | 2024-09-07T03:23:21.592Z | Downloaded crossbeam-epoch v0.9.18 |
1053 | 2024-09-07T03:23:21.594Z | Downloaded crc-any v2.5.0 |
1054 | 2024-09-07T03:23:21.597Z | Downloaded waitgroup v0.1.2 |
1055 | 2024-09-07T03:23:21.597Z | Downloaded utf-8 v0.7.6 |
1056 | 2024-09-07T03:23:21.597Z | Downloaded crc32fast v1.4.0 |
1057 | 2024-09-07T03:23:21.599Z | Downloaded block-padding v0.3.3 |
1058 | 2024-09-07T03:23:21.599Z | Downloaded ahash v0.8.11 |
1059 | 2024-09-07T03:23:21.602Z | Downloaded cfg_aliases v0.2.1 |
1060 | 2024-09-07T03:23:21.605Z | Downloaded atomic-waker v1.1.2 |
1061 | 2024-09-07T03:23:21.605Z | Downloaded http-range v0.1.5 |
1062 | 2024-09-07T03:23:21.605Z | Downloaded hmac v0.12.1 |
1063 | 2024-09-07T03:23:21.608Z | Downloaded buf-list v1.0.3 |
1064 | 2024-09-07T03:23:21.610Z | Downloaded argon2 v0.5.3 |
1065 | 2024-09-07T03:23:21.610Z | Downloaded multer v3.1.0 |
1066 | 2024-09-07T03:23:21.612Z | Downloaded mime_guess v2.0.4 |
1067 | 2024-09-07T03:23:21.615Z | Downloaded indexmap v1.9.3 |
1068 | 2024-09-07T03:23:21.618Z | Downloaded hyper-rustls v0.24.2 |
1069 | 2024-09-07T03:23:21.621Z | Downloaded cookie v0.17.0 |
1070 | 2024-09-07T03:23:21.624Z | Downloaded console v0.15.8 |
1071 | 2024-09-07T03:23:21.629Z | Downloaded backoff v0.4.0 |
1072 | 2024-09-07T03:23:21.631Z | Downloaded bzip2 v0.4.4 |
1073 | 2024-09-07T03:23:21.631Z | Downloaded aead v0.5.2 |
1074 | 2024-09-07T03:23:21.631Z | Downloaded linear-map v1.2.0 |
1075 | 2024-09-07T03:23:21.635Z | Downloaded iana-time-zone v0.1.60 |
1076 | 2024-09-07T03:23:21.635Z | Downloaded httparse v1.8.0 |
1077 | 2024-09-07T03:23:21.639Z | Downloaded ipnet v2.9.0 |
1078 | 2024-09-07T03:23:21.639Z | Downloaded atty v0.2.14 |
1079 | 2024-09-07T03:23:21.639Z | Downloaded async-stream-impl v0.3.5 |
1080 | 2024-09-07T03:23:21.643Z | Downloaded humantime v2.1.0 |
1081 | 2024-09-07T03:23:21.643Z | Downloaded hubpack v0.1.2 |
1082 | 2024-09-07T03:23:21.643Z | Downloaded arrayref v0.3.7 |
1083 | 2024-09-07T03:23:21.646Z | Downloaded hostname v0.4.0 |
1084 | 2024-09-07T03:23:21.646Z | Downloaded linked-hash-map v0.5.6 |
1085 | 2024-09-07T03:23:21.646Z | Downloaded keccak v0.1.5 |
1086 | 2024-09-07T03:23:21.646Z | Downloaded castaway v0.2.3 |
1087 | 2024-09-07T03:23:21.646Z | Downloaded base16ct v0.2.0 |
1088 | 2024-09-07T03:23:21.649Z | Downloaded bitfield-struct v0.6.1 |
1089 | 2024-09-07T03:23:21.649Z | Downloaded bcrypt-pbkdf v0.10.0 |
1090 | 2024-09-07T03:23:21.653Z | Downloaded adler2 v2.0.0 |
1091 | 2024-09-07T03:23:21.790Z | Downloaded libz-sys v1.1.16 |
1092 | 2024-09-07T03:23:21.917Z | Downloaded ring v0.17.8 |
1093 | 2024-09-07T03:23:22.059Z | Downloaded libsqlite3-sys v0.28.0 |
1094 | 2024-09-07T03:23:22.141Z | Downloaded ring v0.16.20 |
1095 | 2024-09-07T03:23:22.321Z | Compiling serde v1.0.208 |
1096 | 2024-09-07T03:23:22.324Z | Compiling typenum v1.17.0 |
1097 | 2024-09-07T03:23:22.324Z | Compiling lock_api v0.4.12 |
1098 | 2024-09-07T03:23:22.324Z | Compiling generic-array v0.14.7 |
1099 | 2024-09-07T03:23:22.324Z | Compiling scopeguard v1.2.0 |
1100 | 2024-09-07T03:23:22.324Z | Compiling log v0.4.21 |
1101 | 2024-09-07T03:23:22.488Z | Compiling syn v2.0.74 |
1102 | 2024-09-07T03:23:22.501Z | Compiling getrandom v0.2.14 |
1103 | 2024-09-07T03:23:22.638Z | Compiling jobserver v0.1.32 |
1104 | 2024-09-07T03:23:22.771Z | Compiling rand_core v0.6.4 |
1105 | 2024-09-07T03:23:23.000Z | Compiling subtle v2.5.0 |
1106 | 2024-09-07T03:23:23.037Z | Compiling cc v1.0.97 |
1107 | 2024-09-07T03:23:23.065Z | Compiling const-oid v0.9.6 |
1108 | 2024-09-07T03:23:23.329Z | Compiling smallvec v1.13.2 |
1109 | 2024-09-07T03:23:23.411Z | Compiling pin-project-lite v0.2.14 |
1110 | 2024-09-07T03:23:23.623Z | Compiling parking_lot_core v0.9.10 |
1111 | 2024-09-07T03:23:23.674Z | Compiling signal-hook-registry v1.4.2 |
1112 | 2024-09-07T03:23:23.693Z | Compiling spin v0.9.8 |
1113 | 2024-09-07T03:23:23.847Z | Compiling mio v1.0.2 |
1114 | 2024-09-07T03:23:24.106Z | Compiling ahash v0.8.11 |
1115 | 2024-09-07T03:23:24.460Z | Compiling parking_lot v0.12.2 |
1116 | 2024-09-07T03:23:24.545Z | Compiling tinyvec_macros v0.1.1 |
1117 | 2024-09-07T03:23:24.640Z | Compiling tinyvec v1.6.0 |
1118 | 2024-09-07T03:23:24.820Z | Compiling socket2 v0.5.7 |
1119 | 2024-09-07T03:23:25.070Z | Compiling serde_json v1.0.125 |
1120 | 2024-09-07T03:23:25.138Z | Compiling libm v0.2.8 |
1121 | 2024-09-07T03:23:25.279Z | Compiling futures-sink v0.3.30 |
1122 | 2024-09-07T03:23:25.412Z | Compiling cpufeatures v0.2.12 |
1123 | 2024-09-07T03:23:25.431Z | Compiling futures-core v0.3.30 |
1124 | 2024-09-07T03:23:25.478Z | Compiling num-traits v0.2.19 |
1125 | 2024-09-07T03:23:25.514Z | Compiling slab v0.4.9 |
1126 | 2024-09-07T03:23:25.531Z | Compiling allocator-api2 v0.2.18 |
1127 | 2024-09-07T03:23:25.666Z | Compiling unicode-bidi v0.3.15 |
1128 | 2024-09-07T03:23:25.999Z | Compiling futures-channel v0.3.30 |
1129 | 2024-09-07T03:23:26.125Z | Compiling unicode-normalization v0.1.23 |
1130 | 2024-09-07T03:23:26.230Z | Compiling pkg-config v0.3.30 |
1131 | 2024-09-07T03:23:26.300Z | Compiling pin-utils v0.1.0 |
1132 | 2024-09-07T03:23:26.395Z | Compiling futures-io v0.3.30 |
1133 | 2024-09-07T03:23:26.415Z | Compiling futures-task v0.3.30 |
1134 | 2024-09-07T03:23:26.698Z | Compiling vcpkg v0.2.15 |
1135 | 2024-09-07T03:23:27.163Z | Compiling base64ct v1.6.0 |
1136 | 2024-09-07T03:23:27.237Z | Compiling flagset v0.4.5 |
1137 | 2024-09-07T03:23:27.286Z | Compiling ppv-lite86 v0.2.17 |
1138 | 2024-09-07T03:23:27.315Z | Compiling ring v0.17.8 |
1139 | 2024-09-07T03:23:27.434Z | Compiling percent-encoding v2.3.1 |
1140 | 2024-09-07T03:23:27.751Z | Compiling pem-rfc7468 v0.7.0 |
1141 | 2024-09-07T03:23:27.781Z | Compiling tracing-core v0.1.32 |
1142 | 2024-09-07T03:23:27.826Z | Compiling untrusted v0.9.0 |
1143 | 2024-09-07T03:23:28.001Z | Compiling rustix v0.38.34 |
1144 | 2024-09-07T03:23:28.073Z | Compiling rand_chacha v0.3.1 |
1145 | 2024-09-07T03:23:28.576Z | Compiling time-core v0.1.2 |
1146 | 2024-09-07T03:23:28.736Z | Compiling rand v0.8.5 |
1147 | 2024-09-07T03:23:28.906Z | Compiling num-conv v0.1.0 |
1148 | 2024-09-07T03:23:28.960Z | Compiling rustversion v1.0.17 |
1149 | 2024-09-07T03:23:29.035Z | Compiling openssl-sys v0.9.103 |
1150 | 2024-09-07T03:23:29.145Z | Compiling powerfmt v0.2.0 |
1151 | 2024-09-07T03:23:29.165Z | Compiling httparse v1.8.0 |
1152 | 2024-09-07T03:23:29.491Z | Compiling openssl v0.10.66 |
1153 | 2024-09-07T03:23:29.601Z | Compiling foreign-types-shared v0.1.1 |
1154 | 2024-09-07T03:23:29.700Z | Compiling foreign-types v0.3.2 |
1155 | 2024-09-07T03:23:29.772Z | Compiling deranged v0.3.11 |
1156 | 2024-09-07T03:23:29.791Z | Compiling time-macros v0.2.18 |
1157 | 2024-09-07T03:23:29.902Z | Compiling form_urlencoded v1.2.1 |
1158 | 2024-09-07T03:23:30.197Z | Compiling aho-corasick v1.1.3 |
1159 | 2024-09-07T03:23:30.328Z | Compiling rustls v0.21.12 |
1160 | 2024-09-07T03:23:30.480Z | Compiling syn v1.0.109 |
1161 | 2024-09-07T03:23:30.574Z | Compiling siphasher v0.3.11 |
1162 | 2024-09-07T03:23:30.940Z | Compiling crossbeam-utils v0.8.19 |
1163 | 2024-09-07T03:23:31.020Z | Compiling native-tls v0.2.11 |
1164 | 2024-09-07T03:23:31.380Z | Compiling try-lock v0.2.5 |
1165 | 2024-09-07T03:23:31.494Z | Compiling regex-syntax v0.8.4 |
1166 | 2024-09-07T03:23:31.523Z | Compiling num_threads v0.1.7 |
1167 | 2024-09-07T03:23:31.569Z | Compiling want v0.3.1 |
1168 | 2024-09-07T03:23:32.415Z | Compiling idna v0.5.0 |
1169 | 2024-09-07T03:23:32.591Z | Compiling cookie v0.17.0 |
1170 | 2024-09-07T03:23:32.706Z | Compiling time v0.3.36 |
1171 | 2024-09-07T03:23:32.859Z | Compiling httpdate v1.0.3 |
1172 | 2024-09-07T03:23:33.212Z | Compiling openssl-probe v0.1.5 |
1173 | 2024-09-07T03:23:33.278Z | Compiling tower-service v0.3.2 |
1174 | 2024-09-07T03:23:33.387Z | Compiling iana-time-zone v0.1.60 |
1175 | 2024-09-07T03:23:33.547Z | Compiling finl_unicode v1.2.0 |
1176 | 2024-09-07T03:23:33.834Z | Compiling slog v2.7.0 |
1177 | 2024-09-07T03:23:33.913Z | Compiling url v2.5.2 |
1178 | 2024-09-07T03:23:34.119Z | Compiling stringprep v0.1.4 |
1179 | 2024-09-07T03:23:35.162Z | Compiling regex-automata v0.4.6 |
1180 | 2024-09-07T03:23:35.674Z | Compiling num-integer v0.1.46 |
1181 | 2024-09-07T03:23:36.419Z | Compiling backtrace v0.3.71 |
1182 | 2024-09-07T03:23:36.508Z | Compiling serde_derive v1.0.208 |
1183 | 2024-09-07T03:23:36.540Z | Compiling zeroize_derive v1.4.2 |
1184 | 2024-09-07T03:23:36.873Z | Compiling zerocopy-derive v0.7.34 |
1185 | 2024-09-07T03:23:37.757Z | Compiling tokio-macros v2.4.0 |
1186 | 2024-09-07T03:23:37.793Z | Compiling thiserror-impl v1.0.63 |
1187 | 2024-09-07T03:23:38.155Z | Compiling zeroize v1.7.0 |
1188 | 2024-09-07T03:23:38.689Z | Compiling futures-macro v0.3.30 |
1189 | 2024-09-07T03:23:39.097Z | Compiling zerocopy v0.7.34 |
1190 | 2024-09-07T03:23:39.364Z | Compiling der_derive v0.7.2 |
1191 | 2024-09-07T03:23:39.956Z | Compiling crypto-common v0.1.6 |
1192 | 2024-09-07T03:23:40.190Z | Compiling block-buffer v0.10.4 |
1193 | 2024-09-07T03:23:40.445Z | Compiling digest v0.10.7 |
1194 | 2024-09-07T03:23:40.665Z | Compiling block-padding v0.3.3 |
1195 | 2024-09-07T03:23:40.907Z | Compiling hmac v0.12.1 |
1196 | 2024-09-07T03:23:40.931Z | Compiling inout v0.1.3 |
1197 | 2024-09-07T03:23:41.061Z | Compiling thiserror v1.0.63 |
1198 | 2024-09-07T03:23:41.147Z | Compiling sha2 v0.10.8 |
1199 | 2024-09-07T03:23:41.197Z | Compiling hashbrown v0.14.5 |
1200 | 2024-09-07T03:23:41.229Z | Compiling cipher v0.4.4 |
1201 | 2024-09-07T03:23:41.263Z | Compiling futures-util v0.3.30 |
1202 | 2024-09-07T03:23:41.720Z | Compiling pest v2.7.10 |
1203 | 2024-09-07T03:23:41.844Z | Compiling der v0.7.9 |
1204 | 2024-09-07T03:23:42.664Z | Compiling salsa20 v0.10.2 |
1205 | 2024-09-07T03:23:42.883Z | Compiling pbkdf2 v0.12.2 |
1206 | 2024-09-07T03:23:43.061Z | Compiling tracing-attributes v0.1.27 |
1207 | 2024-09-07T03:23:44.793Z | Compiling pest_meta v2.7.10 |
1208 | 2024-09-07T03:23:44.816Z | Compiling scroll_derive v0.12.0 |
1209 | 2024-09-07T03:23:45.237Z | Compiling spki v0.7.3 |
1210 | 2024-09-07T03:23:45.623Z | Compiling scrypt v0.11.0 |
1211 | 2024-09-07T03:23:46.203Z | Compiling pest_generator v2.7.10 |
1212 | 2024-09-07T03:23:46.287Z | Compiling scroll v0.12.0 |
1213 | 2024-09-07T03:23:46.845Z | Compiling aes v0.8.4 |
1214 | 2024-09-07T03:23:46.893Z | Compiling tracing v0.1.40 |
1215 | 2024-09-07T03:23:47.431Z | Compiling cbc v0.1.2 |
1216 | 2024-09-07T03:23:47.665Z | Compiling goblin v0.8.2 |
1217 | 2024-09-07T03:23:48.018Z | Compiling pkcs5 v0.7.1 |
1218 | 2024-09-07T03:23:48.194Z | Compiling openssl-macros v0.1.1 |
1219 | 2024-09-07T03:23:48.404Z | Compiling md-5 v0.10.6 |
1220 | 2024-09-07T03:23:48.666Z | Compiling pkcs8 v0.10.2 |
1221 | 2024-09-07T03:23:48.974Z | Compiling idna v0.3.0 |
1222 | 2024-09-07T03:23:49.267Z | Compiling lazy_static v1.5.0 |
1223 | 2024-09-07T03:23:49.386Z | Compiling hash32 v0.2.1 |
1224 | 2024-09-07T03:23:49.408Z | Compiling base64 v0.22.1 |
1225 | 2024-09-07T03:23:49.594Z | Compiling sct v0.7.1 |
1226 | 2024-09-07T03:23:49.735Z | Compiling rustls-webpki v0.101.7 |
1227 | 2024-09-07T03:23:49.827Z | Compiling pest_derive v2.7.10 |
1228 | 2024-09-07T03:23:49.897Z | Compiling adler v1.0.2 |
1229 | 2024-09-07T03:23:50.119Z | Compiling fallible-iterator v0.2.0 |
1230 | 2024-09-07T03:23:50.156Z | Compiling gimli v0.28.1 |
1231 | 2024-09-07T03:23:50.640Z | Compiling dtrace-parser v0.2.0 |
1232 | 2024-09-07T03:23:50.803Z | Compiling bytes v1.7.1 |
1233 | 2024-09-07T03:23:51.090Z | Compiling bitflags v2.6.0 |
1234 | 2024-09-07T03:23:51.552Z | Compiling indexmap v2.4.0 |
1235 | 2024-09-07T03:23:51.648Z | Compiling semver v1.0.23 |
1236 | 2024-09-07T03:23:52.172Z | Compiling tokio v1.39.3 |
1237 | 2024-09-07T03:23:52.457Z | Compiling http v0.2.12 |
1238 | 2024-09-07T03:23:52.813Z | Compiling rustc_version v0.4.0 |
1239 | 2024-09-07T03:23:53.558Z | Compiling heapless v0.7.17 |
1240 | 2024-09-07T03:23:54.001Z | Compiling http-body v0.4.6 |
1241 | 2024-09-07T03:23:54.356Z | Compiling dof v0.3.0 |
1242 | 2024-09-07T03:23:54.943Z | Compiling uuid v1.10.0 |
1243 | 2024-09-07T03:23:55.160Z | Compiling usdt-impl v0.5.0 |
1244 | 2024-09-07T03:23:56.166Z | Compiling serde_tokenstream v0.2.2 |
1245 | 2024-09-07T03:23:56.394Z | Compiling chrono v0.4.38 |
1246 | 2024-09-07T03:23:56.539Z | Compiling toml_datetime v0.6.8 |
1247 | 2024-09-07T03:23:56.754Z | Compiling serde_spanned v0.6.7 |
1248 | 2024-09-07T03:23:56.793Z | Compiling signal-hook v0.3.17 |
1249 | 2024-09-07T03:23:57.024Z | Compiling stable_deref_trait v1.2.0 |
1250 | 2024-09-07T03:23:57.076Z | Compiling crc32fast v1.4.0 |
1251 | 2024-09-07T03:23:57.099Z | Compiling smoltcp v0.9.1 |
1252 | 2024-09-07T03:23:57.133Z | Compiling num-bigint-dig v0.8.4 |
1253 | 2024-09-07T03:23:57.441Z | Compiling psl-types v2.0.11 |
1254 | 2024-09-07T03:23:57.613Z | Compiling publicsuffix v2.2.3 |
1255 | 2024-09-07T03:23:57.888Z | Compiling terminal_size v0.3.0 |
1256 | 2024-09-07T03:23:57.910Z | Compiling addr2line v0.21.0 |
1257 | 2024-09-07T03:23:58.085Z | Compiling postgres-protocol v0.6.7 |
1258 | 2024-09-07T03:23:58.089Z | Compiling miniz_oxide v0.7.2 |
1259 | 2024-09-07T03:23:58.528Z | Compiling hubpack_derive v0.1.1 |
1260 | 2024-09-07T03:23:58.915Z | Compiling async-trait v0.1.81 |
1261 | 2024-09-07T03:23:58.932Z | Compiling zerocopy-derive v0.6.6 |
1262 | 2024-09-07T03:23:59.414Z | Compiling num-iter v0.1.45 |
1263 | 2024-09-07T03:23:59.589Z | Compiling phf_shared v0.11.2 |
1264 | 2024-09-07T03:23:59.969Z | Compiling serde_derive_internals v0.29.1 |
1265 | 2024-09-07T03:24:00.097Z | Compiling ff v0.13.0 |
1266 | 2024-09-07T03:24:00.314Z | Compiling tokio-util v0.7.11 |
1267 | 2024-09-07T03:24:00.332Z | Compiling tokio-rustls v0.24.1 |
1268 | 2024-09-07T03:24:00.711Z | Compiling object v0.32.2 |
1269 | 2024-09-07T03:24:01.037Z | Compiling tokio-native-tls v0.3.1 |
1270 | 2024-09-07T03:24:01.107Z | Compiling fs-err v2.11.0 |
1271 | 2024-09-07T03:24:01.298Z | Compiling h2 v0.3.26 |
1272 | 2024-09-07T03:24:01.412Z | Compiling base64 v0.21.7 |
1273 | 2024-09-07T03:24:01.675Z | Compiling base16ct v0.2.0 |
1274 | 2024-09-07T03:24:01.675Z | Compiling ipnet v2.9.0 |
1275 | 2024-09-07T03:24:02.080Z | Compiling adler2 v2.0.0 |
1276 | 2024-09-07T03:24:02.219Z | Compiling rustc-demangle v0.1.24 |
1277 | 2024-09-07T03:24:02.294Z | Compiling schemars v0.8.21 |
1278 | 2024-09-07T03:24:02.661Z | Compiling anyhow v1.0.86 |
1279 | 2024-09-07T03:24:02.731Z | Compiling bitflags v1.3.2 |
1280 | 2024-09-07T03:24:02.834Z | Compiling either v1.13.0 |
1281 | 2024-09-07T03:24:02.913Z | Compiling managed v0.8.0 |
1282 | 2024-09-07T03:24:03.190Z | Compiling winnow v0.5.40 |
1283 | 2024-09-07T03:24:03.254Z | Compiling schemars_derive v0.8.21 |
1284 | 2024-09-07T03:24:03.346Z | Compiling clap_builder v4.5.15 |
1285 | 2024-09-07T03:24:03.483Z | Compiling miniz_oxide v0.8.0 |
1286 | 2024-09-07T03:24:05.044Z | Compiling sec1 v0.7.3 |
1287 | 2024-09-07T03:24:05.401Z | Compiling rustls-pemfile v1.0.4 |
1288 | 2024-09-07T03:24:05.749Z | Compiling zerocopy v0.6.6 |
1289 | 2024-09-07T03:24:05.848Z | Compiling group v0.13.0 |
1290 | 2024-09-07T03:24:06.166Z | Compiling cookie_store v0.20.0 |
1291 | 2024-09-07T03:24:06.575Z | Compiling toml_edit v0.19.15 |
1292 | 2024-09-07T03:24:06.614Z | Compiling phf v0.11.2 |
1293 | 2024-09-07T03:24:06.986Z | Compiling hubpack v0.1.2 |
1294 | 2024-09-07T03:24:07.425Z | Compiling postgres-types v0.2.7 |
1295 | 2024-09-07T03:24:07.700Z | Compiling usdt-macro v0.5.0 |
1296 | 2024-09-07T03:24:07.994Z | Compiling usdt-attr-macro v0.5.0 |
1297 | 2024-09-07T03:24:08.937Z | Compiling hyper v0.14.30 |
1298 | 2024-09-07T03:24:09.957Z | Compiling serde_urlencoded v0.7.1 |
1299 | 2024-09-07T03:24:10.205Z | Compiling pkcs1 v0.7.5 |
1300 | 2024-09-07T03:24:10.494Z | Compiling futures-executor v0.3.30 |
1301 | 2024-09-07T03:24:10.954Z | Compiling hkdf v0.12.4 |
1302 | 2024-09-07T03:24:11.070Z | Compiling signature v2.2.0 |
1303 | 2024-09-07T03:24:11.213Z | Compiling bstr v1.9.1 |
1304 | 2024-09-07T03:24:11.242Z | Compiling regex v1.10.6 |
1305 | 2024-09-07T03:24:11.357Z | Compiling crypto-bigint v0.5.5 |
1306 | 2024-09-07T03:24:11.884Z | Compiling clap_derive v4.5.13 |
1307 | 2024-09-07T03:24:12.390Z | Compiling strum_macros v0.25.3 |
1308 | 2024-09-07T03:24:12.619Z | Compiling enum-as-inner v0.6.0 |
1309 | 2024-09-07T03:24:13.091Z | Compiling serde_repr v0.1.19 |
1310 | 2024-09-07T03:24:13.728Z | Compiling phf_shared v0.10.0 |
1311 | 2024-09-07T03:24:14.137Z | Compiling float-cmp v0.9.0 |
1312 | 2024-09-07T03:24:14.301Z | Compiling idna v0.4.0 |
1313 | 2024-09-07T03:24:14.363Z | Compiling mio v0.8.11 |
1314 | 2024-09-07T03:24:14.646Z | Compiling encoding_rs v0.8.34 |
1315 | 2024-09-07T03:24:15.664Z | Compiling hyper-rustls v0.24.2 |
1316 | 2024-09-07T03:24:15.879Z | Compiling hyper-tls v0.5.0 |
1317 | 2024-09-07T03:24:16.042Z | Compiling fixedbitset v0.4.2 |
1318 | 2024-09-07T03:24:16.229Z | Compiling difflib v0.4.0 |
1319 | 2024-09-07T03:24:16.471Z | Compiling minimal-lexical v0.2.1 |
1320 | 2024-09-07T03:24:16.513Z | Compiling new_debug_unreachable v1.0.6 |
1321 | 2024-09-07T03:24:16.611Z | Compiling bit-vec v0.6.3 |
1322 | 2024-09-07T03:24:16.893Z | Compiling static_assertions v1.1.0 |
1323 | 2024-09-07T03:24:17.014Z | Compiling normalize-line-endings v0.3.0 |
1324 | 2024-09-07T03:24:17.033Z | Compiling predicates-core v1.0.6 |
1325 | 2024-09-07T03:24:17.055Z | Compiling mime v0.3.17 |
1326 | 2024-09-07T03:24:17.146Z | Compiling precomputed-hash v0.1.1 |
1327 | 2024-09-07T03:24:17.269Z | Compiling webpki-roots v0.25.4 |
1328 | 2024-09-07T03:24:17.397Z | Compiling whoami v1.5.1 |
1329 | 2024-09-07T03:24:17.443Z | Compiling dyn-clone v1.0.17 |
1330 | 2024-09-07T03:24:17.550Z | Compiling unicode-segmentation v1.11.0 |
1331 | 2024-09-07T03:24:17.652Z | Compiling data-encoding v2.6.0 |
1332 | 2024-09-07T03:24:17.669Z | Compiling sync_wrapper v0.1.2 |
1333 | 2024-09-07T03:24:17.801Z | Compiling reqwest v0.11.27 |
1334 | 2024-09-07T03:24:17.803Z | Compiling tokio-postgres v0.7.11 |
1335 | 2024-09-07T03:24:18.403Z | Compiling hickory-proto v0.24.1 |
1336 | 2024-09-07T03:24:18.801Z | Compiling similar v2.6.0 |
1337 | 2024-09-07T03:24:19.149Z | Compiling string_cache v0.8.7 |
1338 | 2024-09-07T03:24:19.621Z | Compiling predicates v3.1.2 |
1339 | 2024-09-07T03:24:20.555Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1340 | 2024-09-07T03:24:21.174Z | Compiling bit-set v0.5.3 |
1341 | 2024-09-07T03:24:21.387Z | Compiling clap v4.5.16 |
1342 | 2024-09-07T03:24:21.462Z | Compiling nom v7.1.3 |
1343 | 2024-09-07T03:24:21.495Z | Compiling console v0.15.8 |
1344 | 2024-09-07T03:24:21.626Z | Compiling toml_edit v0.22.20 |
1345 | 2024-09-07T03:24:21.855Z | Compiling petgraph v0.6.5 |
1346 | 2024-09-07T03:24:23.035Z | Compiling signal-hook-mio v0.2.4 |
1347 | 2024-09-07T03:24:23.216Z | Compiling usdt v0.5.0 |
1348 | 2024-09-07T03:24:23.440Z | Compiling elliptic-curve v0.13.8 |
1349 | 2024-09-07T03:24:23.728Z | Compiling rsa v0.9.6 |
1350 | 2024-09-07T03:24:24.277Z | Compiling futures v0.3.30 |
1351 | 2024-09-07T03:24:24.393Z | Compiling flate2 v1.0.33 |
1352 | 2024-09-07T03:24:25.190Z | Compiling toml v0.7.8 |
1353 | 2024-09-07T03:24:26.211Z | Compiling itertools v0.10.5 |
1354 | 2024-09-07T03:24:26.329Z | Compiling itertools v0.12.1 |
1355 | 2024-09-07T03:24:26.736Z | Compiling tokio-stream v0.1.15 |
1356 | 2024-09-07T03:24:26.881Z | Compiling openapiv3 v2.0.0 |
1357 | 2024-09-07T03:24:27.843Z | Compiling hex v0.4.3 |
1358 | 2024-09-07T03:24:28.472Z | Compiling sha1 v0.10.6 |
1359 | 2024-09-07T03:24:28.721Z | Compiling crossbeam-epoch v0.9.18 |
1360 | 2024-09-07T03:24:28.860Z | Compiling dirs-sys-next v0.1.2 |
1361 | 2024-09-07T03:24:29.048Z | Compiling peg-runtime v0.8.3 |
1362 | 2024-09-07T03:24:29.481Z | Compiling lalrpop-util v0.19.12 |
1363 | 2024-09-07T03:24:29.508Z | Compiling unicode-xid v0.2.4 |
1364 | 2024-09-07T03:24:29.511Z | Compiling dirs-next v2.0.0 |
1365 | 2024-09-07T03:24:29.680Z | Compiling thread_local v1.1.8 |
1366 | 2024-09-07T03:24:29.696Z | Compiling slog-async v2.8.0 |
1367 | 2024-09-07T03:24:29.725Z | Compiling term v0.7.0 |
1368 | 2024-09-07T03:24:29.822Z | Compiling xattr v1.3.1 |
1369 | 2024-09-07T03:24:30.041Z | Compiling strum_macros v0.26.4 |
1370 | 2024-09-07T03:24:30.094Z | Compiling crossbeam-channel v0.5.12 |
1371 | 2024-09-07T03:24:30.213Z | Compiling filetime v0.2.25 |
1372 | 2024-09-07T03:24:30.298Z | Compiling is-terminal v0.4.12 |
1373 | 2024-09-07T03:24:30.423Z | Compiling take_mut v0.2.2 |
1374 | 2024-09-07T03:24:30.527Z | Compiling tar v0.4.41 |
1375 | 2024-09-07T03:24:30.579Z | Compiling slog-term v2.9.1 |
1376 | 2024-09-07T03:24:31.210Z | Compiling camino v1.1.9 |
1377 | 2024-09-07T03:24:32.390Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1378 | 2024-09-07T03:24:33.218Z | Compiling strum v0.26.3 |
1379 | 2024-09-07T03:24:33.296Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1380 | 2024-09-07T03:24:38.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
1381 | 2024-09-07T03:24:38.406Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1382 | 2024-09-07T03:24:38.454Z | Sep 07 03:24:37.417 INFO Starting download, target: Clickhouse |
1383 | 2024-09-07T03:24:38.454Z | Sep 07 03:24:37.417 INFO Starting download, target: Console |
1384 | 2024-09-07T03:24:38.454Z | Sep 07 03:24:37.417 INFO Starting download, target: DendriteOpenapi |
1385 | 2024-09-07T03:24:38.454Z | Sep 07 03:24:37.417 INFO Starting download, target: Cockroach |
1386 | 2024-09-07T03:24:38.456Z | Sep 07 03:24:37.417 INFO Starting download, target: DendriteStub |
1387 | 2024-09-07T03:24:38.456Z | Sep 07 03:24:37.417 INFO Starting download, target: MaghemiteMgd |
1388 | 2024-09-07T03:24:38.456Z | Sep 07 03:24:37.417 INFO Starting download, target: TransceiverControl |
1389 | 2024-09-07T03:24:38.456Z | Sep 07 03:24:37.418 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1390 | 2024-09-07T03:24:38.456Z | Sep 07 03:24:37.418 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1391 | 2024-09-07T03:24:38.456Z | Sep 07 03:24:37.418 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1392 | 2024-09-07T03:24:38.456Z | Sep 07 03:24:37.418 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1393 | 2024-09-07T03:24:38.456Z | Sep 07 03:24:37.418 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1394 | 2024-09-07T03:24:38.456Z | Sep 07 03:24:37.418 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1395 | 2024-09-07T03:24:38.456Z | Sep 07 03:24:37.418 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1396 | 2024-09-07T03:24:38.591Z | Sep 07 03:24:37.554 INFO Download complete, target: DendriteOpenapi |
1397 | 2024-09-07T03:24:38.788Z | Sep 07 03:24:37.732 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1398 | 2024-09-07T03:24:39.080Z | Sep 07 03:24:38.042 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1399 | 2024-09-07T03:24:39.110Z | Sep 07 03:24:38.071 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1400 | 2024-09-07T03:24:39.153Z | Sep 07 03:24:38.116 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1401 | 2024-09-07T03:24:39.500Z | Sep 07 03:24:38.464 INFO Download complete, target: Console |
1402 | 2024-09-07T03:24:39.583Z | Sep 07 03:24:38.546 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1403 | 2024-09-07T03:24:39.583Z | Sep 07 03:24:38.546 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1404 | 2024-09-07T03:24:39.587Z | Sep 07 03:24:38.551 INFO Download complete, target: TransceiverControl |
1405 | 2024-09-07T03:24:40.307Z | Sep 07 03:24:39.270 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1406 | 2024-09-07T03:24:42.144Z | Sep 07 03:24:41.106 INFO Download complete, target: DendriteStub |
1407 | 2024-09-07T03:24:42.437Z | Sep 07 03:24:41.399 INFO Download complete, target: MaghemiteMgd |
1408 | 2024-09-07T03:24:47.911Z | Sep 07 03:24:46.873 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1409 | 2024-09-07T03:24:48.234Z | Sep 07 03:24:47.195 INFO Checking that binary works, target: Cockroach |
1410 | 2024-09-07T03:24:48.392Z | Sep 07 03:24:47.354 INFO Download complete, target: Cockroach |
1411 | 2024-09-07T03:24:54.286Z | Sep 07 03:24:53.247 INFO Checking that binary works, target: Clickhouse |
1412 | 2024-09-07T03:24:54.856Z | Sep 07 03:24:53.814 INFO Download complete, target: Clickhouse |
1413 | 2024-09-07T03:24:54.862Z | All prerequisites installed successfully |
1414 | 2024-09-07T03:24:54.866Z | |
1415 | 2024-09-07T03:24:54.866Z | real 6:23.185906137 |
1416 | 2024-09-07T03:24:54.866Z | user 11:19.865463585 |
1417 | 2024-09-07T03:24:54.866Z | sys 2:25.164763402 |
1418 | 2024-09-07T03:24:54.866Z | trap 0.393592180 |
1419 | 2024-09-07T03:24:54.866Z | tflt 4.661366956 |
1420 | 2024-09-07T03:24:54.866Z | dflt 3.558976854 |
1421 | 2024-09-07T03:24:54.866Z | kflt 0.229345877 |
1422 | 2024-09-07T03:24:54.866Z | lock 23:14.044268710 |
1423 | 2024-09-07T03:24:54.866Z | slp 49:15.316584433 |
1424 | 2024-09-07T03:24:54.866Z | lat 39.919853827 |
1425 | 2024-09-07T03:24:54.866Z | stop 1:50.734061543 |
1426 | 2024-09-07T03:24:54.866Z | + source ./tools/include/force-git-over-https.sh |
1427 | 2024-09-07T03:24:54.866Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1428 | 2024-09-07T03:24:54.866Z | ++ (( i = 0 )) |
1429 | 2024-09-07T03:24:54.866Z | ++ (( i < 5 )) |
1430 | 2024-09-07T03:24:54.866Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1431 | 2024-09-07T03:24:54.872Z | ++ (( i++ )) |
1432 | 2024-09-07T03:24:54.872Z | ++ (( i < 5 )) |
1433 | 2024-09-07T03:24:54.872Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1434 | 2024-09-07T03:24:54.876Z | ++ (( i++ )) |
1435 | 2024-09-07T03:24:54.876Z | ++ (( i < 5 )) |
1436 | 2024-09-07T03:24:54.876Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1437 | 2024-09-07T03:24:54.876Z | ++ (( i++ )) |
1438 | 2024-09-07T03:24:54.876Z | ++ (( i < 5 )) |
1439 | 2024-09-07T03:24:54.876Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1440 | 2024-09-07T03:24:54.879Z | ++ (( i++ )) |
1441 | 2024-09-07T03:24:54.879Z | ++ (( i < 5 )) |
1442 | 2024-09-07T03:24:54.879Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1443 | 2024-09-07T03:24:54.882Z | ++ (( i++ )) |
1444 | 2024-09-07T03:24:54.882Z | ++ (( i < 5 )) |
1445 | 2024-09-07T03:24:54.882Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1446 | 2024-09-07T03:24:54.882Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1447 | 2024-09-07T03:24:54.882Z | + rc=0 |
1448 | 2024-09-07T03:24:54.882Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1449 | 2024-09-07T03:25:16.407Z | + case $rc in |
1450 | 2024-09-07T03:25:16.407Z | + pfexec zfs create -p rpool/images/build/host |
1451 | 2024-09-07T03:25:16.648Z | + pfexec zfs create -p rpool/images/build/recovery |
1452 | 2024-09-07T03:25:16.705Z | + cargo xtask releng --output-dir /work |
1453 | 2024-09-07T03:25:17.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1454 | 2024-09-07T03:25:17.307Z | Running `target/debug/xtask releng --output-dir /work` |
1455 | 2024-09-07T03:25:18.229Z | Compiling proc-macro2 v1.0.86 |
1456 | 2024-09-07T03:25:18.229Z | Compiling unicode-ident v1.0.12 |
1457 | 2024-09-07T03:25:18.237Z | Compiling libc v0.2.158 |
1458 | 2024-09-07T03:25:18.237Z | Compiling serde v1.0.208 |
1459 | 2024-09-07T03:25:18.237Z | Compiling version_check v0.9.5 |
1460 | 2024-09-07T03:25:18.237Z | Compiling autocfg v1.3.0 |
1461 | 2024-09-07T03:25:18.237Z | Compiling cfg-if v1.0.0 |
1462 | 2024-09-07T03:25:18.237Z | Compiling once_cell v1.19.0 |
1463 | 2024-09-07T03:25:18.573Z | Compiling typenum v1.17.0 |
1464 | 2024-09-07T03:25:18.636Z | Compiling memchr v2.7.2 |
1465 | 2024-09-07T03:25:19.060Z | Compiling generic-array v0.14.7 |
1466 | 2024-09-07T03:25:19.077Z | Compiling lock_api v0.4.12 |
1467 | 2024-09-07T03:25:19.365Z | Compiling ahash v0.8.11 |
1468 | 2024-09-07T03:25:19.393Z | Compiling serde_json v1.0.125 |
1469 | 2024-09-07T03:25:19.513Z | Compiling libm v0.2.8 |
1470 | 2024-09-07T03:25:19.715Z | Compiling num-traits v0.2.19 |
1471 | 2024-09-07T03:25:19.734Z | Compiling parking_lot_core v0.9.10 |
1472 | 2024-09-07T03:25:19.865Z | Compiling byteorder v1.5.0 |
1473 | 2024-09-07T03:25:20.138Z | Compiling quote v1.0.36 |
1474 | 2024-09-07T03:25:20.186Z | Compiling log v0.4.21 |
1475 | 2024-09-07T03:25:20.327Z | Compiling scopeguard v1.2.0 |
1476 | 2024-09-07T03:25:20.491Z | Compiling getrandom v0.2.14 |
1477 | 2024-09-07T03:25:20.523Z | Compiling syn v2.0.74 |
1478 | 2024-09-07T03:25:20.615Z | Compiling jobserver v0.1.32 |
1479 | 2024-09-07T03:25:20.908Z | Compiling thiserror v1.0.63 |
1480 | 2024-09-07T03:25:20.974Z | Compiling cc v1.0.97 |
1481 | 2024-09-07T03:25:21.084Z | Compiling itoa v1.0.11 |
1482 | 2024-09-07T03:25:21.317Z | Compiling slab v0.4.9 |
1483 | 2024-09-07T03:25:21.388Z | Compiling rand_core v0.6.4 |
1484 | 2024-09-07T03:25:21.432Z | Compiling pkg-config v0.3.30 |
1485 | 2024-09-07T03:25:21.990Z | Compiling semver v1.0.23 |
1486 | 2024-09-07T03:25:22.236Z | Compiling ryu v1.0.18 |
1487 | 2024-09-07T03:25:22.532Z | Compiling smallvec v1.13.2 |
1488 | 2024-09-07T03:25:22.560Z | Compiling vcpkg v0.2.15 |
1489 | 2024-09-07T03:25:22.577Z | Compiling pin-project-lite v0.2.14 |
1490 | 2024-09-07T03:25:22.735Z | Compiling allocator-api2 v0.2.18 |
1491 | 2024-09-07T03:25:23.182Z | Compiling spin v0.9.8 |
1492 | 2024-09-07T03:25:23.361Z | Compiling subtle v2.5.0 |
1493 | 2024-09-07T03:25:23.846Z | Compiling const-oid v0.9.6 |
1494 | 2024-09-07T03:25:24.060Z | Compiling signal-hook-registry v1.4.2 |
1495 | 2024-09-07T03:25:24.247Z | Compiling schemars v0.8.21 |
1496 | 2024-09-07T03:25:24.322Z | Compiling ring v0.17.8 |
1497 | 2024-09-07T03:25:24.605Z | Compiling openssl-sys v0.9.103 |
1498 | 2024-09-07T03:25:25.557Z | Compiling heck v0.5.0 |
1499 | 2024-09-07T03:25:25.694Z | Compiling rustix v0.38.34 |
1500 | 2024-09-07T03:25:25.831Z | Compiling httparse v1.8.0 |
1501 | 2024-09-07T03:25:26.259Z | Compiling parking_lot v0.12.2 |
1502 | 2024-09-07T03:25:26.440Z | Compiling mio v1.0.2 |
1503 | 2024-09-07T03:25:26.480Z | Compiling futures-core v0.3.30 |
1504 | 2024-09-07T03:25:26.953Z | Compiling num-conv v0.1.0 |
1505 | 2024-09-07T03:25:26.956Z | Compiling time-core v0.1.2 |
1506 | 2024-09-07T03:25:27.125Z | Compiling socket2 v0.5.7 |
1507 | 2024-09-07T03:25:27.317Z | Compiling time-macros v0.2.18 |
1508 | 2024-09-07T03:25:27.490Z | Compiling openssl v0.10.66 |
1509 | 2024-09-07T03:25:27.781Z | Compiling equivalent v1.0.1 |
1510 | 2024-09-07T03:25:27.907Z | Compiling fnv v1.0.7 |
1511 | 2024-09-07T03:25:28.227Z | Compiling futures-sink v0.3.30 |
1512 | 2024-09-07T03:25:28.253Z | Compiling serde_derive_internals v0.29.1 |
1513 | 2024-09-07T03:25:28.253Z | Compiling tinyvec_macros v0.1.1 |
1514 | 2024-09-07T03:25:28.373Z | Compiling native-tls v0.2.11 |
1515 | 2024-09-07T03:25:28.402Z | Compiling rustls v0.21.12 |
1516 | 2024-09-07T03:25:28.498Z | Compiling tinyvec v1.6.0 |
1517 | 2024-09-07T03:25:29.476Z | Compiling crossbeam-utils v0.8.19 |
1518 | 2024-09-07T03:25:30.138Z | Compiling unicode-normalization v0.1.23 |
1519 | 2024-09-07T03:25:30.277Z | Compiling cookie v0.17.0 |
1520 | 2024-09-07T03:25:30.544Z | Compiling cpufeatures v0.2.12 |
1521 | 2024-09-07T03:25:30.661Z | Compiling iana-time-zone v0.1.60 |
1522 | 2024-09-07T03:25:30.663Z | Compiling ucd-trie v0.1.6 |
1523 | 2024-09-07T03:25:31.028Z | Compiling futures-channel v0.3.30 |
1524 | 2024-09-07T03:25:31.286Z | Compiling unicode-bidi v0.3.15 |
1525 | 2024-09-07T03:25:31.330Z | Compiling slog v2.7.0 |
1526 | 2024-09-07T03:25:31.491Z | Compiling futures-io v0.3.30 |
1527 | 2024-09-07T03:25:31.518Z | Compiling syn v1.0.109 |
1528 | 2024-09-07T03:25:31.863Z | Compiling pin-utils v0.1.0 |
1529 | 2024-09-07T03:25:31.994Z | Compiling futures-task v0.3.30 |
1530 | 2024-09-07T03:25:32.265Z | Compiling aho-corasick v1.1.3 |
1531 | 2024-09-07T03:25:32.341Z | Compiling regex-syntax v0.8.4 |
1532 | 2024-09-07T03:25:32.437Z | Compiling untrusted v0.9.0 |
1533 | 2024-09-07T03:25:33.585Z | Compiling dyn-clone v1.0.17 |
1534 | 2024-09-07T03:25:33.696Z | Compiling crc32fast v1.4.0 |
1535 | 2024-09-07T03:25:33.767Z | Compiling serde_derive v1.0.208 |
1536 | 2024-09-07T03:25:33.811Z | Compiling zeroize_derive v1.4.2 |
1537 | 2024-09-07T03:25:34.152Z | Compiling zerocopy-derive v0.7.34 |
1538 | 2024-09-07T03:25:34.327Z | Compiling tokio-macros v2.4.0 |
1539 | 2024-09-07T03:25:35.297Z | Compiling thiserror-impl v1.0.63 |
1540 | 2024-09-07T03:25:35.910Z | Compiling zeroize v1.7.0 |
1541 | 2024-09-07T03:25:36.413Z | Compiling zerocopy v0.7.34 |
1542 | 2024-09-07T03:25:36.806Z | Compiling futures-macro v0.3.30 |
1543 | 2024-09-07T03:25:38.728Z | Compiling crypto-common v0.1.6 |
1544 | 2024-09-07T03:25:38.761Z | Compiling tracing-attributes v0.1.27 |
1545 | 2024-09-07T03:25:38.968Z | Compiling der_derive v0.7.2 |
1546 | 2024-09-07T03:25:39.148Z | Compiling hashbrown v0.14.5 |
1547 | 2024-09-07T03:25:40.288Z | Compiling block-buffer v0.10.4 |
1548 | 2024-09-07T03:25:40.549Z | Compiling digest v0.10.7 |
1549 | 2024-09-07T03:25:40.765Z | Compiling schemars_derive v0.8.21 |
1550 | 2024-09-07T03:25:41.276Z | Compiling openssl-macros v0.1.1 |
1551 | 2024-09-07T03:25:41.875Z | Compiling scroll_derive v0.12.0 |
1552 | 2024-09-07T03:25:42.126Z | Compiling hmac v0.12.1 |
1553 | 2024-09-07T03:25:42.230Z | Compiling pest v2.7.10 |
1554 | 2024-09-07T03:25:42.313Z | Compiling block-padding v0.3.3 |
1555 | 2024-09-07T03:25:42.369Z | Compiling futures-util v0.3.30 |
1556 | 2024-09-07T03:25:42.750Z | Compiling inout v0.1.3 |
1557 | 2024-09-07T03:25:43.218Z | Compiling cipher v0.4.4 |
1558 | 2024-09-07T03:25:43.776Z | Compiling sha2 v0.10.8 |
1559 | 2024-09-07T03:25:43.971Z | Compiling regex-automata v0.4.6 |
1560 | 2024-09-07T03:25:45.159Z | Compiling pest_meta v2.7.10 |
1561 | 2024-09-07T03:25:46.964Z | Compiling pest_generator v2.7.10 |
1562 | 2024-09-07T03:25:48.382Z | Compiling bytes v1.7.1 |
1563 | 2024-09-07T03:25:50.109Z | Compiling bitflags v2.6.0 |
1564 | 2024-09-07T03:25:50.562Z | Compiling tokio v1.39.3 |
1565 | 2024-09-07T03:25:50.732Z | Compiling indexmap v2.4.0 |
1566 | 2024-09-07T03:25:51.964Z | Compiling serde_tokenstream v0.2.2 |
1567 | 2024-09-07T03:25:51.985Z | Compiling uuid v1.10.0 |
1568 | 2024-09-07T03:25:52.358Z | Compiling chrono v0.4.38 |
1569 | 2024-09-07T03:25:52.728Z | Compiling http v0.2.12 |
1570 | 2024-09-07T03:25:53.643Z | Compiling rustc_version v0.4.0 |
1571 | 2024-09-07T03:25:54.344Z | Compiling pest_derive v2.7.10 |
1572 | 2024-09-07T03:25:56.220Z | Compiling usdt-impl v0.5.0 |
1573 | 2024-09-07T03:25:56.412Z | Compiling base64ct v1.6.0 |
1574 | 2024-09-07T03:25:56.650Z | Compiling percent-encoding v2.3.1 |
1575 | 2024-09-07T03:25:56.719Z | Compiling powerfmt v0.2.0 |
1576 | 2024-09-07T03:25:58.154Z | Compiling heck v0.4.1 |
1577 | 2024-09-07T03:25:58.185Z | Compiling deranged v0.3.11 |
1578 | 2024-09-07T03:25:58.185Z | Compiling pem-rfc7468 v0.7.0 |
1579 | 2024-09-07T03:25:58.185Z | Compiling heapless v0.7.17 |
1580 | 2024-09-07T03:25:58.185Z | Compiling scroll v0.12.0 |
1581 | 2024-09-07T03:25:58.185Z | Compiling zerocopy-derive v0.6.6 |
1582 | 2024-09-07T03:25:59.012Z | Compiling backtrace v0.3.71 |
1583 | 2024-09-07T03:25:59.540Z | Compiling tracing-core v0.1.32 |
1584 | 2024-09-07T03:25:59.586Z | Compiling errno v0.3.9 |
1585 | 2024-09-07T03:26:00.186Z | Compiling tokio-util v0.7.11 |
1586 | 2024-09-07T03:26:00.354Z | Compiling ppv-lite86 v0.2.17 |
1587 | 2024-09-07T03:26:01.214Z | Compiling num_threads v0.1.7 |
1588 | 2024-09-07T03:26:01.352Z | Compiling flagset v0.4.5 |
1589 | 2024-09-07T03:26:01.576Z | Compiling num-bigint-dig v0.8.4 |
1590 | 2024-09-07T03:26:02.032Z | Compiling plain v0.2.3 |
1591 | 2024-09-07T03:26:02.104Z | Compiling der v0.7.9 |
1592 | 2024-09-07T03:26:02.202Z | Compiling goblin v0.8.2 |
1593 | 2024-09-07T03:26:02.227Z | Compiling time v0.3.36 |
1594 | 2024-09-07T03:26:02.243Z | Compiling rand_chacha v0.3.1 |
1595 | 2024-09-07T03:26:03.259Z | Compiling tracing v0.1.40 |
1596 | 2024-09-07T03:26:04.705Z | Compiling regex v1.10.6 |
1597 | 2024-09-07T03:26:04.770Z | Compiling salsa20 v0.10.2 |
1598 | 2024-09-07T03:26:05.063Z | Compiling pbkdf2 v0.12.2 |
1599 | 2024-09-07T03:26:05.261Z | Compiling async-trait v0.1.81 |
1600 | 2024-09-07T03:26:06.172Z | Compiling strsim v0.11.1 |
1601 | 2024-09-07T03:26:07.202Z | Compiling pretty-hex v0.4.1 |
1602 | 2024-09-07T03:26:07.424Z | Compiling rustversion v1.0.17 |
1603 | 2024-09-07T03:26:08.480Z | Compiling dof v0.3.0 |
1604 | 2024-09-07T03:26:08.796Z | Compiling scrypt v0.11.0 |
1605 | 2024-09-07T03:26:09.299Z | Compiling spki v0.7.3 |
1606 | 2024-09-07T03:26:09.460Z | Compiling rand v0.8.5 |
1607 | 2024-09-07T03:26:09.758Z | Compiling form_urlencoded v1.2.1 |
1608 | 2024-09-07T03:26:09.968Z | Compiling dtrace-parser v0.2.0 |
1609 | 2024-09-07T03:26:10.402Z | Compiling aes v0.8.4 |
1610 | 2024-09-07T03:26:10.462Z | Compiling cbc v0.1.2 |
1611 | 2024-09-07T03:26:10.727Z | Compiling thread-id v4.2.1 |
1612 | 2024-09-07T03:26:11.597Z | Compiling unicode-width v0.1.13 |
1613 | 2024-09-07T03:26:11.890Z | Compiling try-lock v0.2.5 |
1614 | 2024-09-07T03:26:11.911Z | Compiling foreign-types-shared v0.1.1 |
1615 | 2024-09-07T03:26:12.090Z | Compiling anyhow v1.0.86 |
1616 | 2024-09-07T03:26:12.166Z | Compiling signal-hook v0.3.17 |
1617 | 2024-09-07T03:26:12.250Z | Compiling smoltcp v0.9.1 |
1618 | 2024-09-07T03:26:13.023Z | Compiling want v0.3.1 |
1619 | 2024-09-07T03:26:13.369Z | Compiling foreign-types v0.3.2 |
1620 | 2024-09-07T03:26:13.609Z | Compiling pkcs5 v0.7.1 |
1621 | 2024-09-07T03:26:16.889Z | Compiling h2 v0.3.26 |
1622 | 2024-09-07T03:26:18.464Z | Compiling http-body v0.4.6 |
1623 | 2024-09-07T03:26:20.441Z | Compiling clap_derive v4.5.13 |
1624 | 2024-09-07T03:26:20.627Z | Compiling httpdate v1.0.3 |
1625 | 2024-09-07T03:26:20.761Z | Compiling tower-service v0.3.2 |
1626 | 2024-09-07T03:26:21.327Z | Compiling siphasher v0.3.11 |
1627 | 2024-09-07T03:26:21.418Z | Compiling base64 v0.21.7 |
1628 | 2024-09-07T03:26:25.133Z | Compiling hyper v0.14.30 |
1629 | 2024-09-07T03:26:26.237Z | Compiling pkcs8 v0.10.2 |
1630 | 2024-09-07T03:26:28.304Z | Compiling rustls-webpki v0.101.7 |
1631 | 2024-09-07T03:26:28.360Z | Compiling sct v0.7.1 |
1632 | 2024-09-07T03:26:30.060Z | Compiling openapiv3 v2.0.0 |
1633 | 2024-09-07T03:26:30.360Z | Compiling hubpack_derive v0.1.1 |
1634 | 2024-09-07T03:26:32.585Z | Compiling idna v0.5.0 |
1635 | 2024-09-07T03:26:36.048Z | Compiling fs-err v2.11.0 |
1636 | 2024-09-07T03:26:36.216Z | Compiling openssl-probe v0.1.5 |
1637 | 2024-09-07T03:26:36.442Z | Compiling finl_unicode v1.2.0 |
1638 | 2024-09-07T03:26:36.825Z | Compiling utf8parse v0.2.1 |
1639 | 2024-09-07T03:26:37.077Z | Compiling anstyle v1.0.8 |
1640 | 2024-09-07T03:26:37.593Z | Compiling stringprep v0.1.4 |
1641 | 2024-09-07T03:26:37.777Z | Compiling anstyle-parse v0.2.4 |
1642 | 2024-09-07T03:26:39.376Z | Compiling url v2.5.2 |
1643 | 2024-09-07T03:26:43.446Z | Compiling usdt-attr-macro v0.5.0 |
1644 | 2024-09-07T03:26:45.156Z | Compiling usdt-macro v0.5.0 |
1645 | 2024-09-07T03:26:46.887Z | Compiling toml_datetime v0.6.8 |
1646 | 2024-09-07T03:26:46.955Z | Compiling serde_spanned v0.6.7 |
1647 | 2024-09-07T03:26:47.180Z | Compiling md-5 v0.10.6 |
1648 | 2024-09-07T03:26:47.418Z | Compiling regress v0.9.1 |
1649 | 2024-09-07T03:26:47.525Z | Compiling idna v0.3.0 |
1650 | 2024-09-07T03:26:48.996Z | Compiling lazy_static v1.5.0 |
1651 | 2024-09-07T03:26:49.137Z | Compiling num-integer v0.1.46 |
1652 | 2024-09-07T03:26:49.312Z | Compiling hash32 v0.2.1 |
1653 | 2024-09-07T03:26:49.874Z | Compiling encoding_rs v0.8.34 |
1654 | 2024-09-07T03:26:49.931Z | Compiling anstyle-query v1.0.3 |
1655 | 2024-09-07T03:26:50.123Z | Compiling fallible-iterator v0.2.0 |
1656 | 2024-09-07T03:26:50.980Z | Compiling mime v0.3.17 |
1657 | 2024-09-07T03:26:51.063Z | Compiling colorchoice v1.0.1 |
1658 | 2024-09-07T03:26:51.223Z | Compiling adler v1.0.2 |
1659 | 2024-09-07T03:26:51.294Z | Compiling is_terminal_polyfill v1.70.0 |
1660 | 2024-09-07T03:26:51.474Z | Compiling psl-types v2.0.11 |
1661 | 2024-09-07T03:26:51.698Z | Compiling gimli v0.28.1 |
1662 | 2024-09-07T03:26:51.782Z | Compiling base64 v0.22.1 |
1663 | 2024-09-07T03:26:52.180Z | Compiling stable_deref_trait v1.2.0 |
1664 | 2024-09-07T03:26:52.599Z | Compiling postgres-protocol v0.6.7 |
1665 | 2024-09-07T03:26:52.638Z | Compiling publicsuffix v2.2.3 |
1666 | 2024-09-07T03:26:53.248Z | Compiling anstream v0.6.14 |
1667 | 2024-09-07T03:26:53.585Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1668 | 2024-09-07T03:26:53.807Z | Compiling miniz_oxide v0.7.2 |
1669 | 2024-09-07T03:26:53.896Z | Compiling num-iter v0.1.45 |
1670 | 2024-09-07T03:26:56.544Z | Compiling addr2line v0.21.0 |
1671 | 2024-09-07T03:26:56.618Z | Compiling tokio-rustls v0.24.1 |
1672 | 2024-09-07T03:26:57.413Z | Compiling terminal_size v0.3.0 |
1673 | 2024-09-07T03:26:57.617Z | Compiling tokio-native-tls v0.3.1 |
1674 | 2024-09-07T03:26:57.928Z | Compiling phf_shared v0.11.2 |
1675 | 2024-09-07T03:26:57.947Z | Compiling strum_macros v0.25.3 |
1676 | 2024-09-07T03:26:58.361Z | Compiling serde_urlencoded v0.7.1 |
1677 | 2024-09-07T03:26:59.020Z | Compiling enum-as-inner v0.6.0 |
1678 | 2024-09-07T03:27:00.549Z | Compiling serde_repr v0.1.19 |
1679 | 2024-09-07T03:27:00.741Z | Compiling ff v0.13.0 |
1680 | 2024-09-07T03:27:00.774Z | Compiling object v0.32.2 |
1681 | 2024-09-07T03:27:00.980Z | Compiling adler2 v2.0.0 |
1682 | 2024-09-07T03:27:01.180Z | Compiling base16ct v0.2.0 |
1683 | 2024-09-07T03:27:01.447Z | Compiling managed v0.8.0 |
1684 | 2024-09-07T03:27:01.557Z | Compiling bitflags v1.3.2 |
1685 | 2024-09-07T03:27:01.613Z | Compiling rustc-demangle v0.1.24 |
1686 | 2024-09-07T03:27:01.660Z | Compiling ipnet v2.9.0 |
1687 | 2024-09-07T03:27:02.420Z | Compiling clap_lex v0.7.0 |
1688 | 2024-09-07T03:27:02.699Z | Compiling either v1.13.0 |
1689 | 2024-09-07T03:27:02.775Z | Compiling winnow v0.5.40 |
1690 | 2024-09-07T03:27:03.168Z | Compiling rustls-pemfile v1.0.4 |
1691 | 2024-09-07T03:27:03.192Z | Compiling clap_builder v4.5.15 |
1692 | 2024-09-07T03:27:05.523Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1693 | 2024-09-07T03:27:05.548Z | Compiling sec1 v0.7.3 |
1694 | 2024-09-07T03:27:05.867Z | Compiling miniz_oxide v0.8.0 |
1695 | 2024-09-07T03:27:06.103Z | Compiling group v0.13.0 |
1696 | 2024-09-07T03:27:06.402Z | Compiling toml_edit v0.19.15 |
1697 | 2024-09-07T03:27:08.545Z | Compiling phf v0.11.2 |
1698 | 2024-09-07T03:27:08.812Z | Compiling hyper-tls v0.5.0 |
1699 | 2024-09-07T03:27:09.208Z | Compiling hyper-rustls v0.24.2 |
1700 | 2024-09-07T03:27:09.569Z | Compiling cookie_store v0.20.0 |
1701 | 2024-09-07T03:27:10.205Z | Compiling postgres-types v0.2.7 |
1702 | 2024-09-07T03:27:10.529Z | Compiling hubpack v0.1.2 |
1703 | 2024-09-07T03:27:10.777Z | Compiling pkcs1 v0.7.5 |
1704 | 2024-09-07T03:27:10.964Z | Compiling phf_shared v0.10.0 |
1705 | 2024-09-07T03:27:11.627Z | Compiling zerocopy v0.6.6 |
1706 | 2024-09-07T03:27:11.647Z | Compiling futures-executor v0.3.30 |
1707 | 2024-09-07T03:27:11.701Z | Compiling bstr v1.9.1 |
1708 | 2024-09-07T03:27:11.807Z | Compiling hkdf v0.12.4 |
1709 | 2024-09-07T03:27:11.862Z | Compiling signature v2.2.0 |
1710 | 2024-09-07T03:27:12.044Z | Compiling crypto-bigint v0.5.5 |
1711 | 2024-09-07T03:27:12.118Z | Compiling idna v0.4.0 |
1712 | 2024-09-07T03:27:12.238Z | Compiling float-cmp v0.9.0 |
1713 | 2024-09-07T03:27:12.468Z | Compiling mio v0.8.11 |
1714 | 2024-09-07T03:27:12.508Z | Compiling memmap v0.7.0 |
1715 | 2024-09-07T03:27:13.215Z | Compiling sync_wrapper v0.1.2 |
1716 | 2024-09-07T03:27:13.342Z | Compiling data-encoding v2.6.0 |
1717 | 2024-09-07T03:27:13.476Z | Compiling new_debug_unreachable v1.0.6 |
1718 | 2024-09-07T03:27:13.552Z | Compiling static_assertions v1.1.0 |
1719 | 2024-09-07T03:27:13.572Z | Compiling minimal-lexical v0.2.1 |
1720 | 2024-09-07T03:27:13.655Z | Compiling bit-vec v0.6.3 |
1721 | 2024-09-07T03:27:13.673Z | Compiling fixedbitset v0.4.2 |
1722 | 2024-09-07T03:27:14.023Z | Compiling whoami v1.5.1 |
1723 | 2024-09-07T03:27:14.077Z | Compiling unicode-segmentation v1.11.0 |
1724 | 2024-09-07T03:27:14.080Z | Compiling predicates-core v1.0.6 |
1725 | 2024-09-07T03:27:14.246Z | Compiling winnow v0.6.18 |
1726 | 2024-09-07T03:27:14.552Z | Compiling difflib v0.4.0 |
1727 | 2024-09-07T03:27:14.566Z | Compiling normalize-line-endings v0.3.0 |
1728 | 2024-09-07T03:27:14.978Z | Compiling precomputed-hash v0.1.1 |
1729 | 2024-09-07T03:27:15.002Z | Compiling webpki-roots v0.25.4 |
1730 | 2024-09-07T03:27:15.087Z | Compiling string_cache v0.8.7 |
1731 | 2024-09-07T03:27:15.174Z | Compiling reqwest v0.11.27 |
1732 | 2024-09-07T03:27:15.499Z | Compiling predicates v3.1.2 |
1733 | 2024-09-07T03:27:15.740Z | Compiling elliptic-curve v0.13.8 |
1734 | 2024-09-07T03:27:16.309Z | Compiling similar v2.6.0 |
1735 | 2024-09-07T03:27:16.474Z | Compiling tokio-postgres v0.7.11 |
1736 | 2024-09-07T03:27:16.515Z | Compiling hickory-proto v0.24.1 |
1737 | 2024-09-07T03:27:16.979Z | Compiling bit-set v0.5.3 |
1738 | 2024-09-07T03:27:17.265Z | Compiling petgraph v0.6.5 |
1739 | 2024-09-07T03:27:17.810Z | Compiling toml_edit v0.22.20 |
1740 | 2024-09-07T03:27:18.312Z | Compiling nom v7.1.3 |
1741 | 2024-09-07T03:27:21.248Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1742 | 2024-09-07T03:27:21.604Z | Compiling signal-hook-mio v0.2.4 |
1743 | 2024-09-07T03:27:21.813Z | Compiling usdt v0.5.0 |
1744 | 2024-09-07T03:27:22.679Z | Compiling rsa v0.9.6 |
1745 | 2024-09-07T03:27:22.765Z | Compiling futures v0.3.30 |
1746 | 2024-09-07T03:27:24.298Z | Compiling toml v0.7.8 |
1747 | 2024-09-07T03:27:24.463Z | Compiling flate2 v1.0.33 |
1748 | 2024-09-07T03:27:24.979Z | Compiling crossbeam-epoch v0.9.18 |
1749 | 2024-09-07T03:27:25.382Z | Compiling clap v4.5.16 |
1750 | 2024-09-07T03:27:25.515Z | Compiling itertools v0.10.5 |
1751 | 2024-09-07T03:27:25.559Z | Compiling itertools v0.12.1 |
1752 | 2024-09-07T03:27:25.641Z | Compiling console v0.15.8 |
1753 | 2024-09-07T03:27:27.022Z | Compiling tokio-stream v0.1.15 |
1754 | 2024-09-07T03:27:27.587Z | Compiling hex v0.4.3 |
1755 | 2024-09-07T03:27:28.269Z | Compiling sha1 v0.10.6 |
1756 | 2024-09-07T03:27:28.681Z | Compiling unicode-xid v0.2.4 |
1757 | 2024-09-07T03:27:28.850Z | Compiling camino v1.1.9 |
1758 | 2024-09-07T03:27:28.902Z | Compiling peg-runtime v0.8.3 |
1759 | 2024-09-07T03:27:29.408Z | Compiling radium v0.7.0 |
1760 | 2024-09-07T03:27:29.683Z | Compiling lalrpop-util v0.19.12 |
1761 | 2024-09-07T03:27:30.018Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1762 | 2024-09-07T03:27:35.770Z | Compiling is-terminal v0.4.12 |
1763 | 2024-09-07T03:27:37.506Z | Compiling maybe-uninit v2.0.0 |
1764 | 2024-09-07T03:27:38.240Z | Compiling tap v1.0.1 |
1765 | 2024-09-07T03:27:39.317Z | Compiling rustls-pki-types v1.7.0 |
1766 | 2024-09-07T03:27:40.672Z | Compiling ident_case v1.0.1 |
1767 | 2024-09-07T03:27:40.789Z | Compiling wyz v0.5.1 |
1768 | 2024-09-07T03:27:40.846Z | Compiling darling_core v0.20.9 |
1769 | 2024-09-07T03:27:54.808Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1770 | 2024-09-07T03:27:55.160Z | Compiling getopts v0.2.21 |
1771 | 2024-09-07T03:27:56.176Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1772 | 2024-09-07T03:27:56.309Z | Compiling dirs-sys-next v0.1.2 |
1773 | 2024-09-07T03:27:57.229Z | Compiling funty v2.0.0 |
1774 | 2024-09-07T03:27:58.377Z | Compiling rustls v0.22.4 |
1775 | 2024-09-07T03:27:58.519Z | Compiling unsafe-libyaml v0.2.11 |
1776 | 2024-09-07T03:27:59.468Z | Compiling paste v1.0.15 |
1777 | 2024-09-07T03:27:59.717Z | Compiling packed_struct v0.10.1 |
1778 | 2024-09-07T03:28:00.231Z | Compiling serde_yaml v0.9.34+deprecated |
1779 | 2024-09-07T03:28:01.709Z | Compiling bitvec v1.0.1 |
1780 | 2024-09-07T03:28:03.205Z | Compiling dirs-next v2.0.0 |
1781 | 2024-09-07T03:28:03.456Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1782 | 2024-09-07T03:28:05.610Z | Compiling darling_macro v0.20.9 |
1783 | 2024-09-07T03:28:06.481Z | Compiling rustls-webpki v0.102.4 |
1784 | 2024-09-07T03:28:09.668Z | Compiling packed_struct_codegen v0.10.1 |
1785 | 2024-09-07T03:28:09.991Z | Compiling structmeta-derive v0.3.0 |
1786 | 2024-09-07T03:28:10.904Z | Compiling thread_local v1.1.8 |
1787 | 2024-09-07T03:28:11.602Z | Compiling indexmap v1.9.3 |
1788 | 2024-09-07T03:28:11.639Z | Compiling multer v3.1.0 |
1789 | 2024-09-07T03:28:11.942Z | Compiling rayon-core v1.12.1 |
1790 | 2024-09-07T03:28:12.039Z | Compiling crc-catalog v2.4.0 |
1791 | 2024-09-07T03:28:12.149Z | Compiling nodrop v0.1.14 |
1792 | 2024-09-07T03:28:12.177Z | Compiling slog-async v2.8.0 |
1793 | 2024-09-07T03:28:12.196Z | Compiling fastrand v2.1.0 |
1794 | 2024-09-07T03:28:12.198Z | Compiling match_cfg v0.1.0 |
1795 | 2024-09-07T03:28:12.271Z | Compiling array-init v0.0.4 |
1796 | 2024-09-07T03:28:12.291Z | Compiling hostname v0.3.1 |
1797 | 2024-09-07T03:28:12.315Z | Compiling crc v3.2.1 |
1798 | 2024-09-07T03:28:12.562Z | Compiling tempfile v3.10.1 |
1799 | 2024-09-07T03:28:12.639Z | Compiling structmeta v0.3.0 |
1800 | 2024-09-07T03:28:14.239Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1801 | 2024-09-07T03:28:15.644Z | Compiling darling v0.20.9 |
1802 | 2024-09-07T03:28:15.771Z | Compiling smallvec v0.6.14 |
1803 | 2024-09-07T03:28:16.275Z | Compiling term v0.7.0 |
1804 | 2024-09-07T03:28:18.953Z | Compiling crossbeam-deque v0.8.5 |
1805 | 2024-09-07T03:28:19.344Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1806 | 2024-09-07T03:28:20.606Z | Compiling slog-json v2.6.1 |
1807 | 2024-09-07T03:28:21.044Z | Compiling crossbeam-channel v0.5.12 |
1808 | 2024-09-07T03:28:21.504Z | Compiling http v1.1.0 |
1809 | 2024-09-07T03:28:23.074Z | Compiling pin-project-internal v1.1.5 |
1810 | 2024-09-07T03:28:23.556Z | Compiling async-stream-impl v0.3.5 |
1811 | 2024-09-07T03:28:26.164Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1812 | 2024-09-07T03:28:28.003Z | Compiling take_mut v0.2.2 |
1813 | 2024-09-07T03:28:28.064Z | Compiling atomic-waker v1.1.2 |
1814 | 2024-09-07T03:28:28.166Z | Compiling hashbrown v0.12.3 |
1815 | 2024-09-07T03:28:28.272Z | Compiling same-file v1.0.6 |
1816 | 2024-09-07T03:28:29.137Z | Compiling termcolor v1.4.1 |
1817 | 2024-09-07T03:28:30.204Z | Compiling bitfield v0.14.0 |
1818 | 2024-09-07T03:28:30.495Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1819 | 2024-09-07T03:28:35.459Z | Compiling env_logger v0.10.2 |
1820 | 2024-09-07T03:28:37.668Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1821 | 2024-09-07T03:28:42.150Z | Compiling walkdir v2.5.0 |
1822 | 2024-09-07T03:28:43.538Z | Compiling waitgroup v0.1.2 |
1823 | 2024-09-07T03:28:45.784Z | Compiling pin-project v1.1.5 |
1824 | 2024-09-07T03:28:45.924Z | Compiling async-stream v0.3.5 |
1825 | 2024-09-07T03:28:46.676Z | Compiling slog-bunyan v2.5.0 |
1826 | 2024-09-07T03:28:46.806Z | Compiling tokio-rustls v0.25.0 |
1827 | 2024-09-07T03:28:47.400Z | Compiling slog-term v2.9.1 |
1828 | 2024-09-07T03:28:47.560Z | Compiling serde-hex v0.1.0 |
1829 | 2024-09-07T03:28:48.972Z | Compiling serde_with_macros v3.9.0 |
1830 | 2024-09-07T03:28:49.966Z | Compiling bzip2 v0.4.4 |
1831 | 2024-09-07T03:28:50.415Z | Compiling parse-display-derive v0.10.0 |
1832 | 2024-09-07T03:28:50.438Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1833 | 2024-09-07T03:28:50.737Z | Compiling toml v0.8.19 |
1834 | 2024-09-07T03:28:51.557Z | Compiling rustls-pemfile v2.1.3 |
1835 | 2024-09-07T03:28:54.276Z | Compiling x509-cert v0.2.5 |
1836 | 2024-09-07T03:28:55.217Z | Compiling ron v0.8.1 |
1837 | 2024-09-07T03:28:55.745Z | Compiling ipnetwork v0.20.0 |
1838 | 2024-09-07T03:28:56.440Z | Compiling newtype-uuid v1.1.0 |
1839 | 2024-09-07T03:28:56.800Z | Compiling strum_macros v0.26.4 |
1840 | 2024-09-07T03:28:57.012Z | Compiling xattr v1.3.1 |
1841 | 2024-09-07T03:28:57.661Z | Compiling snafu-derive v0.8.2 |
1842 | 2024-09-07T03:28:57.805Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1843 | 2024-09-07T03:28:58.626Z | Compiling serde_path_to_error v0.1.16 |
1844 | 2024-09-07T03:28:59.418Z | Compiling hashbrown v0.13.2 |
1845 | 2024-09-07T03:28:59.653Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1846 | 2024-09-07T03:29:00.400Z | Compiling ring v0.16.20 |
1847 | 2024-09-07T03:29:00.774Z | Compiling blake3 v1.5.1 |
1848 | 2024-09-07T03:29:01.141Z | Compiling filetime v0.2.25 |
1849 | 2024-09-07T03:29:01.351Z | Compiling hostname v0.4.0 |
1850 | 2024-09-07T03:29:01.381Z | Compiling instant v0.1.12 |
1851 | 2024-09-07T03:29:01.454Z | Compiling buf-list v1.0.3 |
1852 | 2024-09-07T03:29:01.539Z | Compiling crc-any v2.5.0 |
1853 | 2024-09-07T03:29:01.832Z | Compiling debug-ignore v1.0.5 |
1854 | 2024-09-07T03:29:02.134Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1855 | 2024-09-07T03:29:02.154Z | Compiling backoff v0.4.0 |
1856 | 2024-09-07T03:29:02.412Z | Compiling snafu v0.8.2 |
1857 | 2024-09-07T03:29:02.503Z | Compiling strum v0.26.3 |
1858 | 2024-09-07T03:29:02.687Z | Compiling tar v0.4.41 |
1859 | 2024-09-07T03:29:03.070Z | Compiling object v0.30.4 |
1860 | 2024-09-07T03:29:03.622Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1861 | 2024-09-07T03:29:03.822Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1862 | 2024-09-07T03:29:05.483Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1863 | 2024-09-07T03:29:05.784Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1864 | 2024-09-07T03:29:06.021Z | Compiling parse-display v0.10.0 |
1865 | 2024-09-07T03:29:07.811Z | Compiling serde_with v3.9.0 |
1866 | 2024-09-07T03:29:07.953Z | Compiling zip v0.6.6 |
1867 | 2024-09-07T03:29:08.180Z | Compiling rayon v1.10.0 |
1868 | 2024-09-07T03:29:09.404Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1869 | 2024-09-07T03:29:10.163Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1870 | 2024-09-07T03:29:10.667Z | Compiling camino-tempfile v1.1.1 |
1871 | 2024-09-07T03:29:11.420Z | Compiling globset v0.4.14 |
1872 | 2024-09-07T03:29:12.160Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1873 | 2024-09-07T03:29:12.357Z | Compiling pem v3.0.4 |
1874 | 2024-09-07T03:29:13.193Z | Compiling olpc-cjson v0.1.3 |
1875 | 2024-09-07T03:29:13.534Z | Compiling macaddr v1.0.1 |
1876 | 2024-09-07T03:29:13.706Z | Compiling serde_plain v1.0.2 |
1877 | 2024-09-07T03:29:13.823Z | Compiling async-recursion v1.1.1 |
1878 | 2024-09-07T03:29:14.155Z | Compiling memmap2 v0.9.4 |
1879 | 2024-09-07T03:29:14.237Z | Compiling arrayvec v0.7.4 |
1880 | 2024-09-07T03:29:14.722Z | Compiling arrayref v0.3.7 |
1881 | 2024-09-07T03:29:14.740Z | Compiling path-slash v0.1.5 |
1882 | 2024-09-07T03:29:14.834Z | Compiling constant_time_eq v0.3.0 |
1883 | 2024-09-07T03:29:14.968Z | Compiling spin v0.5.2 |
1884 | 2024-09-07T03:29:15.007Z | Compiling typed-path v0.7.1 |
1885 | 2024-09-07T03:29:15.238Z | Compiling untrusted v0.7.1 |
1886 | 2024-09-07T03:29:16.082Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1887 | 2024-09-07T03:29:17.937Z | Compiling tough v0.17.1 |
1888 | 2024-09-07T03:29:18.946Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1889 | 2024-09-07T03:29:20.449Z | Compiling itertools v0.13.0 |
1890 | 2024-09-07T03:29:21.748Z | Compiling cargo-platform v0.1.8 |
1891 | 2024-09-07T03:29:22.766Z | Compiling parse-size v1.0.0 |
1892 | 2024-09-07T03:29:22.854Z | Compiling topological-sort v0.2.2 |
1893 | 2024-09-07T03:29:23.064Z | Compiling cargo_metadata v0.18.1 |
1894 | 2024-09-07T03:29:23.133Z | Compiling omicron-zone-package v0.11.0 |
1895 | 2024-09-07T03:29:24.213Z | Compiling shell-words v1.1.0 |
1896 | 2024-09-07T03:29:28.461Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1897 | 2024-09-07T03:29:43.530Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
1898 | 2024-09-07T03:29:57.473Z | Finished `release` profile [optimized] target(s) in 4m 40s |
1899 | 2024-09-07T03:29:57.621Z | Running `target/release/omicron-releng --output-dir /work` |
1900 | 2024-09-07T03:29:57.663Z | Sep 07 03:29:56.571 DEBG changing working directory to /work/oxidecomputer/omicron |
1901 | 2024-09-07T03:29:57.757Z | Sep 07 03:29:56.665 DEBG running: git rev-parse HEAD |
1902 | 2024-09-07T03:29:57.762Z | Sep 07 03:29:56.672 DEBG process exited with exit status: 0 (6.480937ms) |
1903 | 2024-09-07T03:29:57.762Z | Sep 07 03:29:56.672 INFO version: 10.0.0-0.ci+git896ab96a5d5 |
1904 | 2024-09-07T03:29:57.802Z | Sep 07 03:29:56.712 INFO cloning helios to /work/oxidecomputer/helios |
1905 | 2024-09-07T03:29:57.802Z | Sep 07 03:29:56.712 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
1906 | 2024-09-07T03:29:57.807Z | Cloning into '/work/oxidecomputer/helios'... |
1907 | 2024-09-07T03:29:58.292Z | Sep 07 03:29:57.202 DEBG process exited with exit status: 0 (490.224826ms) |
1908 | 2024-09-07T03:29:58.292Z | Sep 07 03:29:57.202 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
1909 | 2024-09-07T03:29:58.300Z | # branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9 |
1910 | 2024-09-07T03:29:58.300Z | # branch.head master |
1911 | 2024-09-07T03:29:58.300Z | # branch.upstream origin/master |
1912 | 2024-09-07T03:29:58.300Z | # branch.ab +0 -0 |
1913 | 2024-09-07T03:29:58.302Z | Sep 07 03:29:57.210 DEBG process exited with exit status: 0 (8.174984ms) |
1914 | 2024-09-07T03:29:58.302Z | Sep 07 03:29:57.210 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
1915 | 2024-09-07T03:29:59.012Z | Sep 07 03:29:57.922 DEBG process exited with exit status: 0 (711.179707ms) |
1916 | 2024-09-07T03:29:59.012Z | Sep 07 03:29:57.922 DEBG running: zfs list rpool/images/build/host |
1917 | 2024-09-07T03:29:59.019Z | NAME USED AVAIL REFER MOUNTPOINT |
1918 | 2024-09-07T03:29:59.019Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
1919 | 2024-09-07T03:29:59.021Z | Sep 07 03:29:57.929 DEBG process exited with exit status: 0 (7.312483ms) |
1920 | 2024-09-07T03:29:59.021Z | Sep 07 03:29:57.929 DEBG running: zfs list rpool/images/build/recovery |
1921 | 2024-09-07T03:29:59.025Z | NAME USED AVAIL REFER MOUNTPOINT |
1922 | 2024-09-07T03:29:59.025Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
1923 | 2024-09-07T03:29:59.029Z | Sep 07 03:29:57.935 DEBG process exited with exit status: 0 (6.214474ms) |
1924 | 2024-09-07T03:29:59.029Z | Sep 07 03:29:57.936 INFO [hubris-production] running task |
1925 | 2024-09-07T03:29:59.029Z | Sep 07 03:29:57.936 INFO [hubris-staging] running task |
1926 | 2024-09-07T03:29:59.029Z | Sep 07 03:29:57.937 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
1927 | 2024-09-07T03:29:59.031Z | Sep 07 03:29:57.940 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
1928 | 2024-09-07T03:29:59.186Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
1929 | 2024-09-07T03:29:59.563Z | [ omicron-package] Blocking waiting for file lock on package cache |
1930 | 2024-09-07T03:30:00.235Z | [ omicron-package] Blocking waiting for file lock on package cache |
1931 | 2024-09-07T03:30:00.512Z | [ omicron-package] Blocking waiting for file lock on package cache |
1932 | 2024-09-07T03:30:00.794Z | Sep 07 03:29:59.703 INFO [hubris-production] task succeeded (1.76678774s) |
1933 | 2024-09-07T03:30:01.309Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
1934 | 2024-09-07T03:30:01.312Z | [ omicron-package] Compiling heapless v0.8.0 |
1935 | 2024-09-07T03:30:01.312Z | [ omicron-package] Compiling hash32 v0.3.1 |
1936 | 2024-09-07T03:30:01.312Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1937 | 2024-09-07T03:30:01.312Z | [ omicron-package] Compiling smoltcp v0.11.0 |
1938 | 2024-09-07T03:30:01.312Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
1939 | 2024-09-07T03:30:01.312Z | [ omicron-package] Compiling cobs v0.2.3 |
1940 | 2024-09-07T03:30:01.312Z | [ omicron-package] Compiling embedded-io v0.4.0 |
1941 | 2024-09-07T03:30:02.069Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1942 | 2024-09-07T03:30:02.298Z | [ omicron-package] Compiling postcard v1.0.8 |
1943 | 2024-09-07T03:30:02.513Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
1944 | 2024-09-07T03:30:02.882Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1945 | 2024-09-07T03:30:02.889Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
1946 | 2024-09-07T03:30:02.983Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
1947 | 2024-09-07T03:30:03.435Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1948 | 2024-09-07T03:30:03.437Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1949 | 2024-09-07T03:30:03.821Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
1950 | 2024-09-07T03:30:04.501Z | [ omicron-package] Compiling tabwriter v1.4.0 |
1951 | 2024-09-07T03:30:04.533Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1952 | 2024-09-07T03:30:04.981Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
1953 | 2024-09-07T03:30:05.213Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1954 | 2024-09-07T03:30:05.414Z | [ omicron-package] Compiling foreign-types v0.5.0 |
1955 | 2024-09-07T03:30:05.691Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1956 | 2024-09-07T03:30:05.781Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
1957 | 2024-09-07T03:30:05.994Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
1958 | 2024-09-07T03:30:06.416Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1959 | 2024-09-07T03:30:06.549Z | [ omicron-package] Compiling colored v2.1.0 |
1960 | 2024-09-07T03:30:06.854Z | [ omicron-package] Compiling socket2 v0.4.10 |
1961 | 2024-09-07T03:30:06.999Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1962 | 2024-09-07T03:30:07.187Z | [ omicron-package] Compiling num_enum v0.5.11 |
1963 | 2024-09-07T03:30:07.654Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1964 | 2024-09-07T03:30:07.967Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
1965 | 2024-09-07T03:30:08.147Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1966 | 2024-09-07T03:30:08.371Z | [ omicron-package] Compiling sigpipe v0.1.3 |
1967 | 2024-09-07T03:30:08.484Z | [ omicron-package] Compiling num-derive v0.4.2 |
1968 | 2024-09-07T03:30:08.750Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
1969 | 2024-09-07T03:30:09.296Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1970 | 2024-09-07T03:30:09.458Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1971 | 2024-09-07T03:30:09.519Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1972 | 2024-09-07T03:30:09.752Z | [ omicron-package] Compiling smf v0.2.3 |
1973 | 2024-09-07T03:30:10.225Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1974 | 2024-09-07T03:30:10.572Z | Sep 07 03:30:09.480 INFO [hubris-staging] task succeeded (11.543157005s) |
1975 | 2024-09-07T03:30:10.681Z | [ omicron-package] Compiling bitfield-struct v0.6.1 |
1976 | 2024-09-07T03:30:10.954Z | [ omicron-package] Compiling zone v0.3.0 |
1977 | 2024-09-07T03:30:11.438Z | [ omicron-package] Compiling portable-atomic v1.6.0 |
1978 | 2024-09-07T03:30:12.453Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
1979 | 2024-09-07T03:30:13.877Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1980 | 2024-09-07T03:30:14.235Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1981 | 2024-09-07T03:30:15.577Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1982 | 2024-09-07T03:30:15.614Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1983 | 2024-09-07T03:30:15.773Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1984 | 2024-09-07T03:30:15.836Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1985 | 2024-09-07T03:30:17.088Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1986 | 2024-09-07T03:30:17.246Z | [ omicron-package] Compiling gethostname v0.5.0 |
1987 | 2024-09-07T03:30:17.889Z | [ omicron-package] Compiling number_prefix v0.4.0 |
1988 | 2024-09-07T03:30:18.264Z | [ omicron-package] Compiling indicatif v0.17.8 |
1989 | 2024-09-07T03:30:19.849Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1990 | 2024-09-07T03:30:23.273Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1991 | 2024-09-07T03:30:23.790Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1992 | 2024-09-07T03:30:25.317Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1993 | 2024-09-07T03:30:41.977Z | [ helios-setup] Sep 07 03:30:40.879 INFO helios repository root is: /work/oxidecomputer/helios |
1994 | 2024-09-07T03:30:41.979Z | [ helios-setup] Sep 07 03:30:40.881 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
1995 | 2024-09-07T03:30:41.979Z | [ helios-setup] Sep 07 03:30:40.881 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
1996 | 2024-09-07T03:30:41.981Z | [ helios-setup] Sep 07 03:30:40.881 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: bootserver |
1997 | 2024-09-07T03:30:41.982Z | [ helios-setup] Sep 07 03:30:40.882 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
1998 | 2024-09-07T03:30:41.985Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
1999 | 2024-09-07T03:30:42.696Z | [ helios-setup] Sep 07 03:30:41.598 INFO clone ok!, project: bootserver |
2000 | 2024-09-07T03:30:42.698Z | [ helios-setup] Sep 07 03:30:41.599 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick |
2001 | 2024-09-07T03:30:42.698Z | [ helios-setup] Sep 07 03:30:41.599 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2002 | 2024-09-07T03:30:42.701Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2003 | 2024-09-07T03:30:43.257Z | [ helios-setup] Sep 07 03:30:42.159 INFO clone ok!, project: pinprick |
2004 | 2024-09-07T03:30:43.260Z | [ helios-setup] Sep 07 03:30:42.160 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl |
2005 | 2024-09-07T03:30:43.260Z | [ helios-setup] Sep 07 03:30:42.160 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2006 | 2024-09-07T03:30:43.262Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2007 | 2024-09-07T03:30:43.754Z | [ helios-setup] Sep 07 03:30:42.656 INFO clone ok!, project: phbl |
2008 | 2024-09-07T03:30:43.758Z | [ helios-setup] Sep 07 03:30:42.656 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder |
2009 | 2024-09-07T03:30:43.758Z | [ helios-setup] Sep 07 03:30:42.656 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2010 | 2024-09-07T03:30:43.760Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2011 | 2024-09-07T03:30:44.242Z | [ helios-setup] Sep 07 03:30:43.144 INFO clone ok!, project: image-builder |
2012 | 2024-09-07T03:30:44.245Z | [ helios-setup] Sep 07 03:30:43.144 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware |
2013 | 2024-09-07T03:30:44.245Z | [ helios-setup] Sep 07 03:30:43.144 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2014 | 2024-09-07T03:30:44.247Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2015 | 2024-09-07T03:30:44.522Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 45.47s |
2016 | 2024-09-07T03:30:44.746Z | [ omicron-package] |
2017 | 2024-09-07T03:30:44.746Z | [ omicron-package] real 45.667765251 |
2018 | 2024-09-07T03:30:44.750Z | [ omicron-package] user 2:45.676073306 |
2019 | 2024-09-07T03:30:44.750Z | [ omicron-package] sys 21.929931005 |
2020 | 2024-09-07T03:30:44.750Z | [ omicron-package] trap 0.173732981 |
2021 | 2024-09-07T03:30:44.750Z | [ omicron-package] tflt 0.511047190 |
2022 | 2024-09-07T03:30:44.750Z | [ omicron-package] dflt 0.615825380 |
2023 | 2024-09-07T03:30:44.750Z | [ omicron-package] kflt 0.000023906 |
2024 | 2024-09-07T03:30:44.750Z | [ omicron-package] lock 5:44.607186706 |
2025 | 2024-09-07T03:30:44.750Z | [ omicron-package] slp 9:04.376493048 |
2026 | 2024-09-07T03:30:44.750Z | [ omicron-package] lat 1:37.927957129 |
2027 | 2024-09-07T03:30:44.750Z | [ omicron-package] stop 57.529793495 |
2028 | 2024-09-07T03:30:44.750Z | Sep 07 03:30:43.648 INFO [omicron-package] process exited with exit status: 0 (45.708232167s) |
2029 | 2024-09-07T03:30:44.750Z | Sep 07 03:30:43.649 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --image standard --machine gimlet --switch asic --rack-topology multi-sled |
2030 | 2024-09-07T03:30:44.790Z | Sep 07 03:30:43.690 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2031 | 2024-09-07T03:30:44.799Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2032 | 2024-09-07T03:30:44.802Z | [ host-target] Created new build target 'host' and set it as active |
2033 | 2024-09-07T03:30:44.802Z | Sep 07 03:30:43.703 INFO [host-target] process exited with exit status: 0 (54.509363ms) |
2034 | 2024-09-07T03:30:44.802Z | Sep 07 03:30:43.703 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2035 | 2024-09-07T03:30:44.811Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2036 | 2024-09-07T03:30:44.811Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2037 | 2024-09-07T03:30:44.814Z | Sep 07 03:30:43.709 INFO [recovery-target] process exited with exit status: 0 (18.677218ms) |
2038 | 2024-09-07T03:30:44.816Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2039 | 2024-09-07T03:30:45.973Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2040 | 2024-09-07T03:30:45.973Z | [ host-package] Compiling convert_case v0.4.0 |
2041 | 2024-09-07T03:30:45.975Z | [ host-package] Compiling camino v1.1.9 |
2042 | 2024-09-07T03:30:45.975Z | [ host-package] Compiling newline-converter v0.3.0 |
2043 | 2024-09-07T03:30:45.975Z | [ host-package] Compiling password-hash v0.5.0 |
2044 | 2024-09-07T03:30:45.975Z | [ host-package] Compiling blake2 v0.10.6 |
2045 | 2024-09-07T03:30:45.975Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2046 | 2024-09-07T03:30:45.975Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2047 | 2024-09-07T03:30:46.302Z | [ host-package] Compiling expectorate v1.1.0 |
2048 | 2024-09-07T03:30:46.371Z | [ host-package] Compiling derive-where v1.2.7 |
2049 | 2024-09-07T03:30:46.504Z | [ host-package] Compiling libsw v3.3.1 |
2050 | 2024-09-07T03:30:46.820Z | [ host-package] Compiling derive_more v0.99.18 |
2051 | 2024-09-07T03:30:46.878Z | [ host-package] Compiling argon2 v0.5.3 |
2052 | 2024-09-07T03:30:47.221Z | [ host-package] Compiling owo-colors v4.0.0 |
2053 | 2024-09-07T03:30:47.340Z | [ host-package] Compiling indent_write v2.2.0 |
2054 | 2024-09-07T03:30:47.464Z | [ host-package] Compiling swrite v0.1.0 |
2055 | 2024-09-07T03:30:47.485Z | [ host-package] Compiling linear-map v1.2.0 |
2056 | 2024-09-07T03:30:47.586Z | [ host-package] Compiling humantime v2.1.0 |
2057 | 2024-09-07T03:30:47.636Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2058 | 2024-09-07T03:30:47.936Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2059 | 2024-09-07T03:30:48.215Z | [ host-package] Compiling toml v0.8.19 |
2060 | 2024-09-07T03:30:48.388Z | [ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2061 | 2024-09-07T03:30:48.433Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2062 | 2024-09-07T03:30:48.862Z | [ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2063 | 2024-09-07T03:30:49.099Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2064 | 2024-09-07T03:30:49.427Z | [ host-package] Compiling num-rational v0.4.2 |
2065 | 2024-09-07T03:30:49.727Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2066 | 2024-09-07T03:30:49.866Z | [ host-package] Compiling num-complex v0.4.6 |
2067 | 2024-09-07T03:30:50.079Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
2068 | 2024-09-07T03:30:50.630Z | [ helios-setup] Sep 07 03:30:49.531 INFO clone ok!, project: amd-firmware |
2069 | 2024-09-07T03:30:50.632Z | [ helios-setup] Sep 07 03:30:49.531 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot |
2070 | 2024-09-07T03:30:50.632Z | [ helios-setup] Sep 07 03:30:49.531 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2071 | 2024-09-07T03:30:50.635Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2072 | 2024-09-07T03:30:50.765Z | [ host-package] Compiling dirs-next v2.0.0 |
2073 | 2024-09-07T03:30:50.966Z | [ host-package] Compiling float-ord v0.3.2 |
2074 | 2024-09-07T03:30:51.141Z | [ host-package] Compiling num v0.4.3 |
2075 | 2024-09-07T03:30:51.260Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2076 | 2024-09-07T03:30:51.359Z | [ host-package] Compiling term v0.7.0 |
2077 | 2024-09-07T03:30:51.863Z | [ helios-setup] Sep 07 03:30:50.763 INFO clone ok!, project: pilot |
2078 | 2024-09-07T03:30:52.869Z | [ helios-setup] Sep 07 03:30:50.764 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: true, unless_env: Some("OXIDE_STAFF"), fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder |
2079 | 2024-09-07T03:30:52.869Z | [ helios-setup] Sep 07 03:30:50.764 INFO cloning git@github.com:oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder |
2080 | 2024-09-07T03:30:52.873Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2081 | 2024-09-07T03:30:52.873Z | [ host-package] Compiling semver v0.1.20 |
2082 | 2024-09-07T03:30:52.873Z | [ host-package] Compiling prettyplease v0.2.20 |
2083 | 2024-09-07T03:30:52.881Z | [ host-package] Compiling utf-8 v0.7.6 |
2084 | 2024-09-07T03:30:52.894Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2085 | 2024-09-07T03:30:52.912Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2086 | 2024-09-07T03:30:53.074Z | [ host-package] Compiling rustc_version v0.1.7 |
2087 | 2024-09-07T03:30:53.263Z | [ host-package] Compiling is-terminal v0.4.12 |
2088 | 2024-09-07T03:30:53.403Z | [ host-package] Compiling cookie v0.18.1 |
2089 | 2024-09-07T03:30:53.483Z | [ host-package] Compiling newtype_derive v0.1.6 |
2090 | 2024-09-07T03:30:53.697Z | [ host-package] Compiling highway v1.2.0 |
2091 | 2024-09-07T03:30:53.839Z | [ host-package] Compiling linked-hash-map v0.5.6 |
2092 | 2024-09-07T03:30:53.983Z | [ host-package] Compiling rustls-pki-types v1.7.0 |
2093 | 2024-09-07T03:30:54.239Z | [ host-package] Compiling lru-cache v0.1.2 |
2094 | 2024-09-07T03:30:54.500Z | [ host-package] Compiling steno v0.4.1 |
2095 | 2024-09-07T03:30:54.809Z | [ host-package] Compiling home v0.5.9 |
2096 | 2024-09-07T03:30:55.090Z | [ host-package] Compiling quick-error v1.2.3 |
2097 | 2024-09-07T03:30:55.143Z | [ host-package] Compiling rustls-webpki v0.102.4 |
2098 | 2024-09-07T03:30:55.259Z | [ host-package] Compiling resolv-conf v0.7.0 |
2099 | 2024-09-07T03:30:56.869Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2100 | 2024-09-07T03:30:57.449Z | [ host-package] Compiling rustls v0.22.4 |
2101 | 2024-09-07T03:30:57.470Z | [ host-package] Compiling thread_local v1.1.8 |
2102 | 2024-09-07T03:30:57.502Z | [ host-package] Compiling match_cfg v0.1.0 |
2103 | 2024-09-07T03:30:57.610Z | [ host-package] Compiling hostname v0.3.1 |
2104 | 2024-09-07T03:30:57.987Z | [ host-package] Compiling hickory-resolver v0.24.1 |
2105 | 2024-09-07T03:30:58.222Z | [ host-package] Compiling multer v3.1.0 |
2106 | 2024-09-07T03:30:58.306Z | [ host-package] Compiling slog-async v2.8.0 |
2107 | 2024-09-07T03:30:58.392Z | [ host-package] Compiling slog-json v2.6.1 |
2108 | 2024-09-07T03:30:58.543Z | [ host-package] Compiling crossbeam-channel v0.5.12 |
2109 | 2024-09-07T03:30:58.753Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2110 | 2024-09-07T03:30:59.640Z | [ host-package] Compiling http v1.1.0 |
2111 | 2024-09-07T03:31:00.303Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
2112 | 2024-09-07T03:31:00.317Z | [ helios-setup] Sep 07 03:30:59.216 INFO clone ok!, project: amd-host-image-builder |
2113 | 2024-09-07T03:31:00.320Z | [ helios-setup] Sep 07 03:30:59.216 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms |
2114 | 2024-09-07T03:31:00.320Z | [ helios-setup] Sep 07 03:30:59.216 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2115 | 2024-09-07T03:31:00.322Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2116 | 2024-09-07T03:31:01.584Z | [ helios-setup] Sep 07 03:31:00.483 INFO clone ok!, project: chelsio-t6-roms |
2117 | 2024-09-07T03:31:01.586Z | [ helios-setup] Sep 07 03:31:00.483 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2118 | 2024-09-07T03:31:01.586Z | [ helios-setup] Sep 07 03:31:00.483 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2119 | 2024-09-07T03:31:02.067Z | [ host-package] Compiling atomic-waker v1.1.2 |
2120 | 2024-09-07T03:31:02.286Z | [ host-package] Compiling take_mut v0.2.2 |
2121 | 2024-09-07T03:31:02.584Z | [ helios-setup] Sep 07 03:31:01.483 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2122 | 2024-09-07T03:31:03.220Z | [ helios-setup] Sep 07 03:31:02.118 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2123 | 2024-09-07T03:31:03.220Z | [ helios-setup] Sep 07 03:31:02.119 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2124 | 2024-09-07T03:31:03.771Z | [ host-package] Compiling tokio-rustls v0.25.0 |
2125 | 2024-09-07T03:31:03.887Z | [ helios-setup] Sep 07 03:31:02.786 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2126 | 2024-09-07T03:31:03.972Z | [ host-package] Compiling waitgroup v0.1.2 |
2127 | 2024-09-07T03:31:04.246Z | [ host-package] Compiling slog-bunyan v2.5.0 |
2128 | 2024-09-07T03:31:04.482Z | [ helios-setup] Sep 07 03:31:03.380 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2129 | 2024-09-07T03:31:04.482Z | [ helios-setup] Sep 07 03:31:03.381 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2130 | 2024-09-07T03:31:04.490Z | [ host-package] Compiling slog-term v2.9.1 |
2131 | 2024-09-07T03:31:05.039Z | [ helios-setup] Sep 07 03:31:03.937 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2132 | 2024-09-07T03:31:05.227Z | [ host-package] Compiling rustls-pemfile v2.1.3 |
2133 | 2024-09-07T03:31:05.617Z | [ helios-setup] Sep 07 03:31:04.515 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2134 | 2024-09-07T03:31:05.617Z | [ helios-setup] Sep 07 03:31:04.516 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2135 | 2024-09-07T03:31:05.620Z | [ helios-setup] Sep 07 03:31:04.516 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2136 | 2024-09-07T03:31:05.620Z | [ helios-setup] Sep 07 03:31:04.516 INFO ok! |
2137 | 2024-09-07T03:31:05.620Z | [ helios-setup] Sep 07 03:31:04.516 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2138 | 2024-09-07T03:31:05.620Z | [ helios-setup] Sep 07 03:31:04.516 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2139 | 2024-09-07T03:31:05.620Z | [ helios-setup] Sep 07 03:31:04.516 INFO ok! |
2140 | 2024-09-07T03:31:05.620Z | [ helios-setup] Sep 07 03:31:04.516 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2141 | 2024-09-07T03:31:05.620Z | [ helios-setup] Sep 07 03:31:04.516 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2142 | 2024-09-07T03:31:05.620Z | [ helios-setup] Sep 07 03:31:04.516 INFO ok! |
2143 | 2024-09-07T03:31:05.620Z | [ helios-setup] Sep 07 03:31:04.516 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2144 | 2024-09-07T03:31:05.620Z | [ helios-setup] Sep 07 03:31:04.516 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2145 | 2024-09-07T03:31:05.763Z | [ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2146 | 2024-09-07T03:31:05.790Z | [ host-package] Compiling async-stream v0.3.5 |
2147 | 2024-09-07T03:31:05.840Z | [ host-package] Compiling ipnetwork v0.20.0 |
2148 | 2024-09-07T03:31:05.936Z | [ helios-setup] Sep 07 03:31:04.834 INFO E| Downloading crates ... |
2149 | 2024-09-07T03:31:06.125Z | [ helios-setup] Sep 07 03:31:05.023 INFO E| Downloaded unicode-width v0.1.10 |
2150 | 2024-09-07T03:31:06.135Z | [ helios-setup] Sep 07 03:31:05.026 INFO E| Downloaded generic-array v0.14.6 |
2151 | 2024-09-07T03:31:06.135Z | [ helios-setup] Sep 07 03:31:05.029 INFO E| Downloaded typenum v1.15.0 |
2152 | 2024-09-07T03:31:06.135Z | [ host-package] Compiling newtype-uuid v1.1.0 |
2153 | 2024-09-07T03:31:06.135Z | [ helios-setup] Sep 07 03:31:05.032 INFO E| Downloaded sha2 v0.10.5 |
2154 | 2024-09-07T03:31:06.142Z | [ helios-setup] Sep 07 03:31:05.037 INFO E| Downloaded digest v0.10.3 |
2155 | 2024-09-07T03:31:06.145Z | [ helios-setup] Sep 07 03:31:05.039 INFO E| Downloaded miniz_oxide v0.6.2 |
2156 | 2024-09-07T03:31:06.145Z | [ helios-setup] Sep 07 03:31:05.043 INFO E| Downloaded flate2 v1.0.25 |
2157 | 2024-09-07T03:31:06.152Z | [ helios-setup] Sep 07 03:31:05.050 INFO E| Downloaded bytes v1.2.1 |
2158 | 2024-09-07T03:31:06.158Z | [ helios-setup] Sep 07 03:31:05.056 INFO E| Downloaded cpufeatures v0.2.5 |
2159 | 2024-09-07T03:31:06.160Z | [ helios-setup] Sep 07 03:31:05.058 INFO E| Downloaded block-buffer v0.10.3 |
2160 | 2024-09-07T03:31:06.162Z | [ helios-setup] Sep 07 03:31:05.059 INFO E| Downloaded anyhow v1.0.62 |
2161 | 2024-09-07T03:31:06.354Z | [ helios-setup] Sep 07 03:31:05.251 INFO E| Compiling version_check v0.9.4 |
2162 | 2024-09-07T03:31:06.354Z | [ helios-setup] Sep 07 03:31:05.251 INFO E| Compiling typenum v1.15.0 |
2163 | 2024-09-07T03:31:06.356Z | [ helios-setup] Sep 07 03:31:05.251 INFO E| Compiling crc32fast v1.3.2 |
2164 | 2024-09-07T03:31:06.356Z | [ helios-setup] Sep 07 03:31:05.251 INFO E| Compiling cfg-if v1.0.0 |
2165 | 2024-09-07T03:31:06.359Z | [ helios-setup] Sep 07 03:31:05.255 INFO E| Compiling adler v1.0.2 |
2166 | 2024-09-07T03:31:06.359Z | [ helios-setup] Sep 07 03:31:05.256 INFO E| Compiling anyhow v1.0.62 |
2167 | 2024-09-07T03:31:06.359Z | [ helios-setup] Sep 07 03:31:05.256 INFO E| Compiling cpufeatures v0.2.5 |
2168 | 2024-09-07T03:31:06.359Z | [ helios-setup] Sep 07 03:31:05.256 INFO E| Compiling unicode-width v0.1.10 |
2169 | 2024-09-07T03:31:06.519Z | [ host-package] Compiling serde_path_to_error v0.1.16 |
2170 | 2024-09-07T03:31:06.742Z | [ host-package] Compiling hostname v0.4.0 |
2171 | 2024-09-07T03:31:06.931Z | [ helios-setup] Sep 07 03:31:05.829 INFO E| Compiling miniz_oxide v0.6.2 |
2172 | 2024-09-07T03:31:07.077Z | [ helios-setup] Sep 07 03:31:05.975 INFO E| Compiling getopts v0.2.21 |
2173 | 2024-09-07T03:31:07.221Z | [ helios-setup] Sep 07 03:31:06.119 INFO E| Compiling bitflags v1.3.2 |
2174 | 2024-09-07T03:31:07.292Z | [ helios-setup] Sep 07 03:31:06.190 INFO E| Compiling bytes v1.2.1 |
2175 | 2024-09-07T03:31:07.313Z | [ host-package] Compiling instant v0.1.12 |
2176 | 2024-09-07T03:31:07.551Z | [ helios-setup] Sep 07 03:31:06.449 INFO E| Compiling generic-array v0.14.6 |
2177 | 2024-09-07T03:31:07.870Z | [ host-package] Compiling debug-ignore v1.0.5 |
2178 | 2024-09-07T03:31:08.042Z | [ host-package] Compiling backoff v0.4.0 |
2179 | 2024-09-07T03:31:08.102Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2180 | 2024-09-07T03:31:08.400Z | [ helios-setup] Sep 07 03:31:07.286 INFO E| Compiling flate2 v1.0.25 |
2181 | 2024-09-07T03:31:08.917Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2182 | 2024-09-07T03:31:09.016Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2183 | 2024-09-07T03:31:10.199Z | [ host-package] Compiling parse-display v0.10.0 |
2184 | 2024-09-07T03:31:11.028Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2185 | 2024-09-07T03:31:11.273Z | [ host-package] Compiling serde_with v3.9.0 |
2186 | 2024-09-07T03:31:12.964Z | [ helios-setup] Sep 07 03:31:11.861 INFO E| Compiling crypto-common v0.1.6 |
2187 | 2024-09-07T03:31:12.964Z | [ helios-setup] Sep 07 03:31:11.861 INFO E| Compiling block-buffer v0.10.3 |
2188 | 2024-09-07T03:31:13.163Z | [ helios-setup] Sep 07 03:31:12.060 INFO E| Compiling digest v0.10.3 |
2189 | 2024-09-07T03:31:13.538Z | [ helios-setup] Sep 07 03:31:12.435 INFO E| Compiling sha2 v0.10.5 |
2190 | 2024-09-07T03:31:14.047Z | [ helios-setup] Sep 07 03:31:12.943 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2191 | 2024-09-07T03:31:15.174Z | [ host-package] Compiling strum v0.26.3 |
2192 | 2024-09-07T03:31:15.478Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2193 | 2024-09-07T03:31:17.582Z | [ host-package] Compiling macaddr v1.0.1 |
2194 | 2024-09-07T03:31:17.986Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2195 | 2024-09-07T03:31:18.683Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2196 | 2024-09-07T03:31:19.130Z | [ helios-setup] Sep 07 03:31:18.020 INFO E| Finished `release` profile [optimized] target(s) in 13.40s |
2197 | 2024-09-07T03:31:19.141Z | [ helios-setup] Sep 07 03:31:18.035 INFO building project "bootserver" ok (13 seconds) |
2198 | 2024-09-07T03:31:19.141Z | [ helios-setup] Sep 07 03:31:18.036 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2199 | 2024-09-07T03:31:19.141Z | [ helios-setup] Sep 07 03:31:18.036 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2200 | 2024-09-07T03:31:19.390Z | [ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2201 | 2024-09-07T03:31:19.436Z | [ helios-setup] Sep 07 03:31:18.332 INFO E| Compiling adler v1.0.2 |
2202 | 2024-09-07T03:31:19.572Z | [ helios-setup] Sep 07 03:31:18.468 INFO E| Compiling miniz_oxide v0.7.2 |
2203 | 2024-09-07T03:31:20.983Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2204 | 2024-09-07T03:31:21.240Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2205 | 2024-09-07T03:31:21.279Z | [ host-package] Compiling half v2.4.1 |
2206 | 2024-09-07T03:31:22.255Z | [ host-package] Compiling ciborium-io v0.2.2 |
2207 | 2024-09-07T03:31:22.434Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2208 | 2024-09-07T03:31:22.486Z | [ helios-setup] Sep 07 03:31:21.381 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2209 | 2024-09-07T03:31:22.707Z | [ host-package] Compiling tungstenite v0.21.0 |
2210 | 2024-09-07T03:31:23.057Z | [ host-package] Compiling ciborium v0.2.2 |
2211 | 2024-09-07T03:31:23.586Z | [ helios-setup] Sep 07 03:31:22.482 INFO E| Finished `release` profile [optimized] target(s) in 4.36s |
2212 | 2024-09-07T03:31:23.593Z | [ helios-setup] Sep 07 03:31:22.489 INFO building project "pinprick" ok (4 seconds) |
2213 | 2024-09-07T03:31:23.593Z | [ helios-setup] Sep 07 03:31:22.489 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2214 | 2024-09-07T03:31:23.593Z | [ helios-setup] Sep 07 03:31:22.489 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2215 | 2024-09-07T03:31:23.912Z | [ helios-setup] Sep 07 03:31:22.807 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2216 | 2024-09-07T03:31:24.522Z | [ helios-setup] Sep 07 03:31:23.416 INFO E| From https://github.com/jclulow/rust-jmclib |
2217 | 2024-09-07T03:31:24.522Z | [ helios-setup] Sep 07 03:31:23.416 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2218 | 2024-09-07T03:31:24.543Z | [ helios-setup] Sep 07 03:31:23.438 INFO E| Updating crates.io index |
2219 | 2024-09-07T03:31:24.650Z | [ helios-setup] Sep 07 03:31:23.545 INFO E| Downloading crates ... |
2220 | 2024-09-07T03:31:24.754Z | [ helios-setup] Sep 07 03:31:23.649 INFO E| Downloaded cpufeatures v0.2.9 |
2221 | 2024-09-07T03:31:24.758Z | [ helios-setup] Sep 07 03:31:23.653 INFO E| Downloaded bitflags v2.3.3 |
2222 | 2024-09-07T03:31:24.771Z | [ helios-setup] Sep 07 03:31:23.666 INFO E| Downloaded unicode-ident v1.0.11 |
2223 | 2024-09-07T03:31:24.775Z | [ helios-setup] Sep 07 03:31:23.670 INFO E| Downloaded toml v0.5.11 |
2224 | 2024-09-07T03:31:24.779Z | [ helios-setup] Sep 07 03:31:23.675 INFO E| Downloaded block-buffer v0.9.0 |
2225 | 2024-09-07T03:31:24.783Z | [ helios-setup] Sep 07 03:31:23.676 INFO E| Downloaded md-5 v0.9.1 |
2226 | 2024-09-07T03:31:24.785Z | [ helios-setup] Sep 07 03:31:23.678 INFO E| Downloaded fastrand v2.0.0 |
2227 | 2024-09-07T03:31:24.788Z | [ helios-setup] Sep 07 03:31:23.681 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2228 | 2024-09-07T03:31:24.788Z | [ helios-setup] Sep 07 03:31:23.682 INFO E| Downloaded walkdir v2.3.3 |
2229 | 2024-09-07T03:31:24.792Z | [ helios-setup] Sep 07 03:31:23.687 INFO E| Downloaded errno v0.3.1 |
2230 | 2024-09-07T03:31:24.794Z | [ helios-setup] Sep 07 03:31:23.689 INFO E| Downloaded digest v0.9.0 |
2231 | 2024-09-07T03:31:24.815Z | [ helios-setup] Sep 07 03:31:23.710 INFO E| Downloaded sha-1 v0.9.8 |
2232 | 2024-09-07T03:31:24.818Z | [ helios-setup] Sep 07 03:31:23.713 INFO E| Downloaded once_cell v1.18.0 |
2233 | 2024-09-07T03:31:24.822Z | [ helios-setup] Sep 07 03:31:23.717 INFO E| Downloaded quote v1.0.31 |
2234 | 2024-09-07T03:31:24.826Z | [ helios-setup] Sep 07 03:31:23.722 INFO E| Downloaded tempfile v3.7.0 |
2235 | 2024-09-07T03:31:24.830Z | [ helios-setup] Sep 07 03:31:23.725 INFO E| Downloaded uuid v0.8.2 |
2236 | 2024-09-07T03:31:24.836Z | [ helios-setup] Sep 07 03:31:23.731 INFO E| Downloaded serde_derive v1.0.193 |
2237 | 2024-09-07T03:31:24.841Z | [ helios-setup] Sep 07 03:31:23.736 INFO E| Downloaded typenum v1.16.0 |
2238 | 2024-09-07T03:31:24.846Z | [ helios-setup] Sep 07 03:31:23.740 INFO E| Downloaded serde v1.0.193 |
2239 | 2024-09-07T03:31:24.851Z | [ helios-setup] Sep 07 03:31:23.746 INFO E| Downloaded getrandom v0.2.10 |
2240 | 2024-09-07T03:31:24.857Z | [ helios-setup] Sep 07 03:31:23.752 INFO E| Downloaded anyhow v1.0.72 |
2241 | 2024-09-07T03:31:24.864Z | [ helios-setup] Sep 07 03:31:23.759 INFO E| Downloaded ryu v1.0.15 |
2242 | 2024-09-07T03:31:24.870Z | [ helios-setup] Sep 07 03:31:23.765 INFO E| Downloaded serde_json v1.0.103 |
2243 | 2024-09-07T03:31:24.883Z | [ helios-setup] Sep 07 03:31:23.778 INFO E| Downloaded proc-macro2 v1.0.66 |
2244 | 2024-09-07T03:31:24.915Z | [ helios-setup] Sep 07 03:31:23.810 INFO E| Downloaded syn v2.0.32 |
2245 | 2024-09-07T03:31:24.933Z | [ helios-setup] Sep 07 03:31:23.828 INFO E| Downloaded rustix v0.38.4 |
2246 | 2024-09-07T03:31:24.970Z | [ helios-setup] Sep 07 03:31:23.864 INFO E| Downloaded opaque-debug v0.3.0 |
2247 | 2024-09-07T03:31:24.974Z | [ helios-setup] Sep 07 03:31:23.866 INFO E| Downloaded libc v0.2.147 |
2248 | 2024-09-07T03:31:25.012Z | [ helios-setup] Sep 07 03:31:23.906 INFO E| Downloaded itoa v1.0.9 |
2249 | 2024-09-07T03:31:25.223Z | [ helios-setup] Sep 07 03:31:24.118 INFO E| Compiling libc v0.2.147 |
2250 | 2024-09-07T03:31:25.226Z | [ helios-setup] Sep 07 03:31:24.119 INFO E| Compiling proc-macro2 v1.0.66 |
2251 | 2024-09-07T03:31:25.226Z | [ helios-setup] Sep 07 03:31:24.119 INFO E| Compiling cfg-if v1.0.0 |
2252 | 2024-09-07T03:31:25.226Z | [ helios-setup] Sep 07 03:31:24.119 INFO E| Compiling unicode-ident v1.0.11 |
2253 | 2024-09-07T03:31:25.226Z | [ helios-setup] Sep 07 03:31:24.119 INFO E| Compiling version_check v0.9.4 |
2254 | 2024-09-07T03:31:25.226Z | [ helios-setup] Sep 07 03:31:24.119 INFO E| Compiling typenum v1.16.0 |
2255 | 2024-09-07T03:31:25.226Z | [ helios-setup] Sep 07 03:31:24.119 INFO E| Compiling serde v1.0.193 |
2256 | 2024-09-07T03:31:25.226Z | [ helios-setup] Sep 07 03:31:24.119 INFO E| Compiling slog v2.7.0 |
2257 | 2024-09-07T03:31:25.432Z | [ helios-setup] Sep 07 03:31:24.327 INFO E| Compiling itoa v1.0.9 |
2258 | 2024-09-07T03:31:25.510Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2259 | 2024-09-07T03:31:25.555Z | [ host-package] Compiling rayon-core v1.12.1 |
2260 | 2024-09-07T03:31:25.632Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2261 | 2024-09-07T03:31:25.659Z | [ helios-setup] Sep 07 03:31:24.554 INFO E| Compiling rustix v0.38.4 |
2262 | 2024-09-07T03:31:25.924Z | [ helios-setup] Sep 07 03:31:24.818 INFO E| Compiling num-conv v0.1.0 |
2263 | 2024-09-07T03:31:26.383Z | [ helios-setup] Sep 07 03:31:25.277 INFO E| Compiling powerfmt v0.2.0 |
2264 | 2024-09-07T03:31:26.498Z | [ host-package] Compiling crossbeam-deque v0.8.5 |
2265 | 2024-09-07T03:31:26.631Z | [ helios-setup] Sep 07 03:31:25.526 INFO E| Compiling generic-array v0.14.7 |
2266 | 2024-09-07T03:31:26.954Z | [ helios-setup] Sep 07 03:31:25.849 INFO E| Compiling time-core v0.1.2 |
2267 | 2024-09-07T03:31:27.239Z | [ helios-setup] Sep 07 03:31:26.133 INFO E| Compiling deranged v0.3.11 |
2268 | 2024-09-07T03:31:27.251Z | [ helios-setup] Sep 07 03:31:26.145 INFO E| Compiling bitflags v2.3.3 |
2269 | 2024-09-07T03:31:27.278Z | [ helios-setup] Sep 07 03:31:26.173 INFO E| Compiling once_cell v1.18.0 |
2270 | 2024-09-07T03:31:27.341Z | [ helios-setup] Sep 07 03:31:26.235 INFO E| Compiling time-macros v0.2.18 |
2271 | 2024-09-07T03:31:27.417Z | [ host-package] Compiling same-file v1.0.6 |
2272 | 2024-09-07T03:31:27.465Z | [ helios-setup] Sep 07 03:31:26.352 INFO E| Compiling num_threads v0.1.6 |
2273 | 2024-09-07T03:31:27.959Z | [ helios-setup] Sep 07 03:31:26.853 INFO E| Compiling thread_local v1.1.7 |
2274 | 2024-09-07T03:31:28.027Z | [ host-package] Compiling display-error-chain v0.2.1 |
2275 | 2024-09-07T03:31:28.266Z | [ helios-setup] Sep 07 03:31:27.160 INFO E| Compiling serde_json v1.0.103 |
2276 | 2024-09-07T03:31:28.440Z | [ host-package] Compiling fastrand v2.1.0 |
2277 | 2024-09-07T03:31:29.251Z | [ helios-setup] Sep 07 03:31:28.145 INFO E| Compiling quote v1.0.31 |
2278 | 2024-09-07T03:31:29.561Z | [ helios-setup] Sep 07 03:31:28.455 INFO E| Compiling dirs-sys-next v0.1.2 |
2279 | 2024-09-07T03:31:29.561Z | [ helios-setup] Sep 07 03:31:28.455 INFO E| Compiling errno v0.3.1 |
2280 | 2024-09-07T03:31:29.646Z | [ host-package] Compiling tempfile v3.10.1 |
2281 | 2024-09-07T03:31:29.697Z | [ host-package] Compiling walkdir v2.5.0 |
2282 | 2024-09-07T03:31:29.975Z | [ helios-setup] Sep 07 03:31:28.869 INFO E| Compiling dirs-next v2.0.0 |
2283 | 2024-09-07T03:31:30.045Z | [ helios-setup] Sep 07 03:31:28.939 INFO E| Compiling syn v2.0.32 |
2284 | 2024-09-07T03:31:30.345Z | [ helios-setup] Sep 07 03:31:29.240 INFO E| Compiling term v0.7.0 |
2285 | 2024-09-07T03:31:30.568Z | [ helios-setup] Sep 07 03:31:29.461 INFO E| Compiling atty v0.2.14 |
2286 | 2024-09-07T03:31:30.894Z | [ helios-setup] Sep 07 03:31:29.786 INFO E| Compiling fastrand v2.0.0 |
2287 | 2024-09-07T03:31:30.992Z | [ helios-setup] Sep 07 03:31:29.886 INFO E| Compiling anyhow v1.0.72 |
2288 | 2024-09-07T03:31:31.048Z | [ helios-setup] Sep 07 03:31:29.941 INFO E| Compiling opaque-debug v0.3.0 |
2289 | 2024-09-07T03:31:31.189Z | [ helios-setup] Sep 07 03:31:30.082 INFO E| Compiling getrandom v0.2.10 |
2290 | 2024-09-07T03:31:31.480Z | [ helios-setup] Sep 07 03:31:30.374 INFO E| Compiling digest v0.9.0 |
2291 | 2024-09-07T03:31:31.582Z | [ host-package] Compiling blake3 v1.5.1 |
2292 | 2024-09-07T03:31:31.966Z | [ helios-setup] Sep 07 03:31:30.785 INFO E| Compiling block-buffer v0.9.0 |
2293 | 2024-09-07T03:31:31.984Z | [ helios-setup] Sep 07 03:31:30.878 INFO E| Compiling ryu v1.0.15 |
2294 | 2024-09-07T03:31:32.030Z | [ helios-setup] Sep 07 03:31:30.924 INFO E| Compiling cpufeatures v0.2.9 |
2295 | 2024-09-07T03:31:32.120Z | [ helios-setup] Sep 07 03:31:31.014 INFO E| Compiling same-file v1.0.6 |
2296 | 2024-09-07T03:31:32.233Z | [ helios-setup] Sep 07 03:31:31.127 INFO E| Compiling unicode-width v0.1.10 |
2297 | 2024-09-07T03:31:32.498Z | [ helios-setup] Sep 07 03:31:31.391 INFO E| Compiling getopts v0.2.21 |
2298 | 2024-09-07T03:31:32.623Z | [ helios-setup] Sep 07 03:31:31.517 INFO E| Compiling walkdir v2.3.3 |
2299 | 2024-09-07T03:31:32.709Z | [ host-package] Compiling ring v0.16.20 |
2300 | 2024-09-07T03:31:32.809Z | [ helios-setup] Sep 07 03:31:31.703 INFO E| Compiling md-5 v0.9.1 |
2301 | 2024-09-07T03:31:33.225Z | [ helios-setup] Sep 07 03:31:32.118 INFO E| Compiling time v0.3.36 |
2302 | 2024-09-07T03:31:33.894Z | [ helios-setup] Sep 07 03:31:32.787 INFO E| Compiling tempfile v3.7.0 |
2303 | 2024-09-07T03:31:34.029Z | [ helios-setup] Sep 07 03:31:32.922 INFO E| Compiling sha-1 v0.9.8 |
2304 | 2024-09-07T03:31:34.253Z | [ host-package] Compiling rayon v1.10.0 |
2305 | 2024-09-07T03:31:34.326Z | [ helios-setup] Sep 07 03:31:33.219 INFO E| Compiling libdevinfo-sys v1.0.0 |
2306 | 2024-09-07T03:31:34.499Z | [ helios-setup] Sep 07 03:31:33.392 INFO E| Compiling glob v0.3.1 |
2307 | 2024-09-07T03:31:36.474Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2308 | 2024-09-07T03:31:36.800Z | [ helios-setup] Sep 07 03:31:35.693 INFO E| Compiling slog-term v2.9.0 |
2309 | 2024-09-07T03:31:39.434Z | [ helios-setup] Sep 07 03:31:38.326 INFO E| Compiling serde_derive v1.0.193 |
2310 | 2024-09-07T03:31:41.129Z | [ host-package] Compiling xattr v1.3.1 |
2311 | 2024-09-07T03:31:41.530Z | [ host-package] Compiling memmap2 v0.9.4 |
2312 | 2024-09-07T03:31:42.067Z | [ host-package] Compiling filetime v0.2.25 |
2313 | 2024-09-07T03:31:42.400Z | [ host-package] Compiling arrayref v0.3.7 |
2314 | 2024-09-07T03:31:42.515Z | [ host-package] Compiling constant_time_eq v0.3.0 |
2315 | 2024-09-07T03:31:42.552Z | [ host-package] Compiling spin v0.5.2 |
2316 | 2024-09-07T03:31:42.834Z | [ host-package] Compiling arrayvec v0.7.4 |
2317 | 2024-09-07T03:31:42.837Z | [ host-package] Compiling untrusted v0.7.1 |
2318 | 2024-09-07T03:31:44.604Z | [ host-package] Compiling tar v0.4.41 |
2319 | 2024-09-07T03:31:46.212Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2320 | 2024-09-07T03:31:46.676Z | [ host-package] Compiling toolchain_find v0.4.0 |
2321 | 2024-09-07T03:31:46.771Z | [ host-package] Compiling nibble_vec v0.1.0 |
2322 | 2024-09-07T03:31:46.845Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2323 | 2024-09-07T03:31:46.930Z | [ host-package] Compiling atty v0.2.14 |
2324 | 2024-09-07T03:31:47.179Z | [ host-package] Compiling glob v0.3.1 |
2325 | 2024-09-07T03:31:47.226Z | [ host-package] Compiling endian-type v0.1.2 |
2326 | 2024-09-07T03:31:47.226Z | [ host-package] Compiling crunchy v0.2.2 |
2327 | 2024-09-07T03:31:47.661Z | [ host-package] Compiling maplit v1.0.2 |
2328 | 2024-09-07T03:31:47.721Z | [ host-package] Compiling topological-sort v0.2.2 |
2329 | 2024-09-07T03:31:47.895Z | [ host-package] Compiling radix_trie v0.2.1 |
2330 | 2024-09-07T03:31:47.929Z | [ host-package] Compiling omicron-zone-package v0.11.0 |
2331 | 2024-09-07T03:31:47.978Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2332 | 2024-09-07T03:31:48.080Z | [ host-package] Compiling clang-sys v1.7.0 |
2333 | 2024-09-07T03:31:48.721Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2334 | 2024-09-07T03:31:49.010Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2335 | 2024-09-07T03:31:49.056Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2336 | 2024-09-07T03:31:49.195Z | [ host-package] Compiling curve25519-dalek v4.1.3 |
2337 | 2024-09-07T03:31:49.543Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2338 | 2024-09-07T03:31:49.690Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2339 | 2024-09-07T03:31:50.241Z | [ host-package] Compiling arc-swap v1.7.1 |
2340 | 2024-09-07T03:31:50.656Z | [ host-package] Compiling keccak v0.1.5 |
2341 | 2024-09-07T03:31:50.970Z | [ host-package] Compiling slog-scope v4.4.0 |
2342 | 2024-09-07T03:31:51.009Z | [ host-package] Compiling diesel_derives v2.2.2 |
2343 | 2024-09-07T03:31:51.708Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2344 | 2024-09-07T03:31:51.852Z | [ host-package] Compiling sha3 v0.10.8 |
2345 | 2024-09-07T03:31:52.009Z | [ host-package] Compiling r2d2 v0.8.10 |
2346 | 2024-09-07T03:31:52.759Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2347 | 2024-09-07T03:31:52.797Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2348 | 2024-09-07T03:31:52.936Z | [ host-package] Compiling universal-hash v0.5.1 |
2349 | 2024-09-07T03:31:53.313Z | [ host-package] Compiling secrecy v0.8.0 |
2350 | 2024-09-07T03:31:53.478Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2351 | 2024-09-07T03:31:53.661Z | [ host-package] Compiling ena v0.14.3 |
2352 | 2024-09-07T03:31:53.742Z | [ helios-setup] Sep 07 03:31:52.631 INFO E| Compiling toml v0.5.11 |
2353 | 2024-09-07T03:31:53.742Z | [ helios-setup] Sep 07 03:31:52.631 INFO E| Compiling uuid v0.8.2 |
2354 | 2024-09-07T03:31:54.015Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2355 | 2024-09-07T03:31:54.237Z | [ host-package] Compiling curve25519-dalek-derive v0.1.1 |
2356 | 2024-09-07T03:31:55.692Z | [ helios-setup] Sep 07 03:31:54.582 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2357 | 2024-09-07T03:31:56.125Z | [ host-package] Compiling libloading v0.8.3 |
2358 | 2024-09-07T03:31:56.593Z | [ host-package] Compiling diff v0.1.13 |
2359 | 2024-09-07T03:31:57.143Z | [ host-package] Compiling regex-syntax v0.6.29 |
2360 | 2024-09-07T03:31:57.415Z | [ host-package] Compiling opaque-debug v0.3.1 |
2361 | 2024-09-07T03:31:57.555Z | [ host-package] Compiling bindgen v0.69.4 |
2362 | 2024-09-07T03:31:58.430Z | [ host-package] Compiling poly1305 v0.8.0 |
2363 | 2024-09-07T03:31:58.675Z | [ helios-setup] Sep 07 03:31:57.564 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2364 | 2024-09-07T03:32:00.358Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2365 | 2024-09-07T03:32:03.204Z | [ host-package] Compiling lalrpop v0.19.12 |
2366 | 2024-09-07T03:32:04.468Z | [ host-package] Compiling diesel v2.2.3 |
2367 | 2024-09-07T03:32:13.434Z | [ helios-setup] Sep 07 03:32:12.321 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.73s |
2368 | 2024-09-07T03:32:13.468Z | [ helios-setup] Sep 07 03:32:12.355 INFO building project "image-builder" ok (49 seconds) |
2369 | 2024-09-07T03:32:13.468Z | [ helios-setup] Sep 07 03:32:12.355 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2370 | 2024-09-07T03:32:13.471Z | [ helios-setup] Sep 07 03:32:12.355 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2371 | 2024-09-07T03:32:13.918Z | [ helios-setup] Sep 07 03:32:12.805 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2372 | 2024-09-07T03:32:13.961Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2373 | 2024-09-07T03:32:14.505Z | [ helios-setup] Sep 07 03:32:13.392 INFO E| From https://github.com/jclulow/hiercmd |
2374 | 2024-09-07T03:32:14.505Z | [ helios-setup] Sep 07 03:32:13.392 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2375 | 2024-09-07T03:32:14.527Z | [ helios-setup] Sep 07 03:32:13.414 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2376 | 2024-09-07T03:32:14.758Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2377 | 2024-09-07T03:32:15.029Z | [ helios-setup] Sep 07 03:32:13.916 INFO E| From https://github.com/jclulow/network-interface |
2378 | 2024-09-07T03:32:15.029Z | [ helios-setup] Sep 07 03:32:13.916 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2379 | 2024-09-07T03:32:15.052Z | [ helios-setup] Sep 07 03:32:13.939 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2380 | 2024-09-07T03:32:15.534Z | [ helios-setup] Sep 07 03:32:14.421 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2381 | 2024-09-07T03:32:15.534Z | [ helios-setup] Sep 07 03:32:14.421 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2382 | 2024-09-07T03:32:15.571Z | [ helios-setup] Sep 07 03:32:14.457 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2383 | 2024-09-07T03:32:15.911Z | [ host-package] Compiling which v4.4.2 |
2384 | 2024-09-07T03:32:16.418Z | [ helios-setup] Sep 07 03:32:15.304 INFO E| From https://github.com/oxidecomputer/facade |
2385 | 2024-09-07T03:32:16.418Z | [ helios-setup] Sep 07 03:32:15.304 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2386 | 2024-09-07T03:32:16.482Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2387 | 2024-09-07T03:32:16.500Z | [ helios-setup] Sep 07 03:32:15.386 INFO E| Updating crates.io index |
2388 | 2024-09-07T03:32:16.889Z | [ host-package] Compiling chacha20 v0.9.1 |
2389 | 2024-09-07T03:32:17.105Z | [ helios-setup] Sep 07 03:32:15.991 INFO E| Downloading crates ... |
2390 | 2024-09-07T03:32:17.316Z | [ helios-setup] Sep 07 03:32:16.202 INFO E| Downloaded anstyle-parse v0.1.1 |
2391 | 2024-09-07T03:32:17.333Z | [ helios-setup] Sep 07 03:32:16.219 INFO E| Downloaded futures-task v0.3.28 |
2392 | 2024-09-07T03:32:17.351Z | [ helios-setup] Sep 07 03:32:16.237 INFO E| Downloaded digest v0.10.6 |
2393 | 2024-09-07T03:32:17.356Z | [ helios-setup] Sep 07 03:32:16.242 INFO E| Downloaded fastrand v1.9.0 |
2394 | 2024-09-07T03:32:17.358Z | [ helios-setup] Sep 07 03:32:16.244 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2395 | 2024-09-07T03:32:17.361Z | [ helios-setup] Sep 07 03:32:16.248 INFO E| Downloaded pkg-config v0.3.26 |
2396 | 2024-09-07T03:32:17.365Z | [ helios-setup] Sep 07 03:32:16.250 INFO E| Downloaded num_enum_derive v0.5.7 |
2397 | 2024-09-07T03:32:17.368Z | [ helios-setup] Sep 07 03:32:16.252 INFO E| Downloaded rustls-pemfile v1.0.2 |
2398 | 2024-09-07T03:32:17.370Z | [ helios-setup] Sep 07 03:32:16.256 INFO E| Downloaded num-integer v0.1.45 |
2399 | 2024-09-07T03:32:17.372Z | [ helios-setup] Sep 07 03:32:16.259 INFO E| Downloaded httpdate v1.0.2 |
2400 | 2024-09-07T03:32:17.384Z | [ helios-setup] Sep 07 03:32:16.261 INFO E| Downloaded schemars_derive v0.8.12 |
2401 | 2024-09-07T03:32:17.386Z | [ helios-setup] Sep 07 03:32:16.264 INFO E| Downloaded byteorder v1.4.3 |
2402 | 2024-09-07T03:32:17.386Z | [ helios-setup] Sep 07 03:32:16.267 INFO E| Downloaded num_cpus v1.15.0 |
2403 | 2024-09-07T03:32:17.386Z | [ helios-setup] Sep 07 03:32:16.272 INFO E| Downloaded pin-project-lite v0.2.9 |
2404 | 2024-09-07T03:32:17.395Z | [ helios-setup] Sep 07 03:32:16.281 INFO E| Downloaded anyhow v1.0.68 |
2405 | 2024-09-07T03:32:17.402Z | [ helios-setup] Sep 07 03:32:16.288 INFO E| Downloaded project-root v0.2.2 |
2406 | 2024-09-07T03:32:17.404Z | [ helios-setup] Sep 07 03:32:16.290 INFO E| Downloaded clap_derive v4.2.0 |
2407 | 2024-09-07T03:32:17.407Z | [ helios-setup] Sep 07 03:32:16.294 INFO E| Downloaded want v0.3.0 |
2408 | 2024-09-07T03:32:17.410Z | [ helios-setup] Sep 07 03:32:16.296 INFO E| Downloaded rhai_codegen v1.5.0 |
2409 | 2024-09-07T03:32:17.422Z | [ helios-setup] Sep 07 03:32:16.309 INFO E| Downloaded lock_api v0.4.9 |
2410 | 2024-09-07T03:32:17.425Z | [ helios-setup] Sep 07 03:32:16.311 INFO E| Downloaded try-lock v0.2.4 |
2411 | 2024-09-07T03:32:17.427Z | [ helios-setup] Sep 07 03:32:16.312 INFO E| Downloaded thiserror v1.0.38 |
2412 | 2024-09-07T03:32:17.432Z | [ helios-setup] Sep 07 03:32:16.319 INFO E| Downloaded semver v0.11.0 |
2413 | 2024-09-07T03:32:17.435Z | [ helios-setup] Sep 07 03:32:16.321 INFO E| Downloaded semver-parser v0.10.2 |
2414 | 2024-09-07T03:32:17.438Z | [ helios-setup] Sep 07 03:32:16.324 INFO E| Downloaded slog-async v2.7.0 |
2415 | 2024-09-07T03:32:17.440Z | [ helios-setup] Sep 07 03:32:16.326 INFO E| Downloaded smawk v0.3.1 |
2416 | 2024-09-07T03:32:17.442Z | [ helios-setup] Sep 07 03:32:16.329 INFO E| Downloaded terminal_size v0.2.6 |
2417 | 2024-09-07T03:32:17.444Z | [ helios-setup] Sep 07 03:32:16.331 INFO E| Downloaded memoffset v0.7.1 |
2418 | 2024-09-07T03:32:17.447Z | [ helios-setup] Sep 07 03:32:16.332 INFO E| Downloaded is-terminal v0.4.7 |
2419 | 2024-09-07T03:32:17.449Z | [ helios-setup] Sep 07 03:32:16.334 INFO E| Downloaded tokio-macros v2.0.0 |
2420 | 2024-09-07T03:32:17.451Z | [ helios-setup] Sep 07 03:32:16.336 INFO E| Downloaded thiserror-impl v1.0.38 |
2421 | 2024-09-07T03:32:17.451Z | [ helios-setup] Sep 07 03:32:16.337 INFO E| Downloaded slog-bunyan v2.4.0 |
2422 | 2024-09-07T03:32:17.454Z | [ helios-setup] Sep 07 03:32:16.339 INFO E| Downloaded async-trait v0.1.68 |
2423 | 2024-09-07T03:32:17.457Z | [ helios-setup] Sep 07 03:32:16.344 INFO E| Downloaded ahash v0.7.6 |
2424 | 2024-09-07T03:32:17.461Z | [ helios-setup] Sep 07 03:32:16.348 INFO E| Downloaded ipnet v2.7.2 |
2425 | 2024-09-07T03:32:17.464Z | [ helios-setup] Sep 07 03:32:16.350 INFO E| Downloaded toml_datetime v0.6.1 |
2426 | 2024-09-07T03:32:17.466Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2427 | 2024-09-07T03:32:17.466Z | [ helios-setup] Sep 07 03:32:16.352 INFO E| Downloaded paste v1.0.12 |
2428 | 2024-09-07T03:32:17.475Z | [ helios-setup] Sep 07 03:32:16.362 INFO E| Downloaded serde_path_to_error v0.1.11 |
2429 | 2024-09-07T03:32:17.478Z | [ helios-setup] Sep 07 03:32:16.365 INFO E| Downloaded time v0.1.45 |
2430 | 2024-09-07T03:32:17.481Z | [ helios-setup] Sep 07 03:32:16.367 INFO E| Downloaded camino v1.1.4 |
2431 | 2024-09-07T03:32:17.484Z | [ helios-setup] Sep 07 03:32:16.370 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2432 | 2024-09-07T03:32:17.487Z | [ helios-setup] Sep 07 03:32:16.374 INFO E| Downloaded tempfile v3.5.0 |
2433 | 2024-09-07T03:32:17.490Z | [ helios-setup] Sep 07 03:32:16.377 INFO E| Downloaded smallvec v1.10.0 |
2434 | 2024-09-07T03:32:17.493Z | [ helios-setup] Sep 07 03:32:16.380 INFO E| Downloaded semver v1.0.17 |
2435 | 2024-09-07T03:32:17.497Z | [ helios-setup] Sep 07 03:32:16.383 INFO E| Downloaded socket2 v0.4.9 |
2436 | 2024-09-07T03:32:17.501Z | [ helios-setup] Sep 07 03:32:16.386 INFO E| Downloaded toml v0.7.3 |
2437 | 2024-09-07T03:32:17.506Z | [ helios-setup] Sep 07 03:32:16.392 INFO E| Downloaded unicode-ident v1.0.8 |
2438 | 2024-09-07T03:32:17.510Z | [ helios-setup] Sep 07 03:32:16.396 INFO E| Downloaded unicode-bidi v0.3.13 |
2439 | 2024-09-07T03:32:17.514Z | [ helios-setup] Sep 07 03:32:16.401 INFO E| Downloaded clap v4.2.1 |
2440 | 2024-09-07T03:32:17.528Z | [ helios-setup] Sep 07 03:32:16.414 INFO E| Downloaded serde_yaml v0.9.21 |
2441 | 2024-09-07T03:32:17.533Z | [ helios-setup] Sep 07 03:32:16.419 INFO E| Downloaded uuid v1.3.0 |
2442 | 2024-09-07T03:32:17.540Z | [ helios-setup] Sep 07 03:32:16.426 INFO E| Downloaded serde v1.0.204 |
2443 | 2024-09-07T03:32:17.545Z | [ helios-setup] Sep 07 03:32:16.432 INFO E| Downloaded tracing v0.1.37 |
2444 | 2024-09-07T03:32:17.553Z | [ helios-setup] Sep 07 03:32:16.439 INFO E| Downloaded rustls-webpki v0.100.1 |
2445 | 2024-09-07T03:32:17.562Z | [ helios-setup] Sep 07 03:32:16.449 INFO E| Downloaded unicode-normalization v0.1.22 |
2446 | 2024-09-07T03:32:17.568Z | [ helios-setup] Sep 07 03:32:16.454 INFO E| Downloaded winnow v0.4.1 |
2447 | 2024-09-07T03:32:17.583Z | [ helios-setup] Sep 07 03:32:16.468 INFO E| Downloaded syn v1.0.107 |
2448 | 2024-09-07T03:32:17.608Z | [ helios-setup] Sep 07 03:32:16.484 INFO E| Downloaded syn v2.0.72 |
2449 | 2024-09-07T03:32:17.615Z | [ helios-setup] Sep 07 03:32:16.502 INFO E| Downloaded http v0.2.9 |
2450 | 2024-09-07T03:32:17.621Z | [ helios-setup] Sep 07 03:32:16.507 INFO E| Downloaded tokio v1.27.0 |
2451 | 2024-09-07T03:32:17.678Z | [ helios-setup] Sep 07 03:32:16.564 INFO E| Downloaded aho-corasick v0.7.20 |
2452 | 2024-09-07T03:32:17.683Z | [ helios-setup] Sep 07 03:32:16.570 INFO E| Downloaded pest v2.5.7 |
2453 | 2024-09-07T03:32:17.691Z | [ helios-setup] Sep 07 03:32:16.577 INFO E| Downloaded reqwest v0.11.16 |
2454 | 2024-09-07T03:32:17.704Z | [ helios-setup] Sep 07 03:32:16.590 INFO E| Downloaded rayon v1.6.1 |
2455 | 2024-09-07T03:32:17.720Z | [ helios-setup] Sep 07 03:32:16.606 INFO E| Downloaded h2 v0.3.16 |
2456 | 2024-09-07T03:32:17.731Z | [ helios-setup] Sep 07 03:32:16.617 INFO E| Downloaded futures-util v0.3.28 |
2457 | 2024-09-07T03:32:17.766Z | [ helios-setup] Sep 07 03:32:16.652 INFO E| Downloaded serde_json v1.0.95 |
2458 | 2024-09-07T03:32:17.777Z | [ helios-setup] Sep 07 03:32:16.663 INFO E| Downloaded regex v1.7.3 |
2459 | 2024-09-07T03:32:17.790Z | [ helios-setup] Sep 07 03:32:16.677 INFO E| Downloaded hyper v0.14.25 |
2460 | 2024-09-07T03:32:17.808Z | [ helios-setup] Sep 07 03:32:16.694 INFO E| Downloaded regress v0.5.0 |
2461 | 2024-09-07T03:32:17.819Z | [ helios-setup] Sep 07 03:32:16.705 INFO E| Downloaded rustix v0.37.3 |
2462 | 2024-09-07T03:32:17.833Z | [ host-package] Compiling cexpr v0.6.0 |
2463 | 2024-09-07T03:32:17.846Z | [ helios-setup] Sep 07 03:32:16.732 INFO E| Downloaded rustls v0.21.0 |
2464 | 2024-09-07T03:32:17.862Z | [ helios-setup] Sep 07 03:32:16.748 INFO E| Downloaded git2 v0.16.1 |
2465 | 2024-09-07T03:32:17.876Z | [ helios-setup] Sep 07 03:32:16.761 INFO E| Downloaded rhai v1.14.0 |
2466 | 2024-09-07T03:32:17.940Z | [ helios-setup] Sep 07 03:32:16.827 INFO E| Downloaded openapiv3 v1.0.2 |
2467 | 2024-09-07T03:32:17.958Z | [ helios-setup] Sep 07 03:32:16.845 INFO E| Downloaded chrono v0.4.24 |
2468 | 2024-09-07T03:32:17.970Z | [ helios-setup] Sep 07 03:32:16.856 INFO E| Downloaded clap_builder v4.2.1 |
2469 | 2024-09-07T03:32:17.980Z | [ helios-setup] Sep 07 03:32:16.866 INFO E| Downloaded serde_derive v1.0.204 |
2470 | 2024-09-07T03:32:17.985Z | [ helios-setup] Sep 07 03:32:16.871 INFO E| Downloaded crossbeam-channel v0.5.6 |
2471 | 2024-09-07T03:32:17.992Z | [ helios-setup] Sep 07 03:32:16.878 INFO E| Downloaded schemars v0.8.12 |
2472 | 2024-09-07T03:32:18.014Z | [ helios-setup] Sep 07 03:32:16.900 INFO E| Downloaded libc v0.2.139 |
2473 | 2024-09-07T03:32:18.049Z | [ helios-setup] Sep 07 03:32:16.936 INFO E| Downloaded rayon-core v1.10.2 |
2474 | 2024-09-07T03:32:18.055Z | [ helios-setup] Sep 07 03:32:16.941 INFO E| Downloaded mio v0.8.5 |
2475 | 2024-09-07T03:32:18.064Z | [ helios-setup] Sep 07 03:32:16.950 INFO E| Downloaded base64 v0.21.0 |
2476 | 2024-09-07T03:32:18.069Z | [ helios-setup] Sep 07 03:32:16.956 INFO E| Downloaded toml_edit v0.19.8 |
2477 | 2024-09-07T03:32:18.098Z | [ helios-setup] Sep 07 03:32:16.985 INFO E| Downloaded tokio-util v0.7.7 |
2478 | 2024-09-07T03:32:18.109Z | [ helios-setup] Sep 07 03:32:16.996 INFO E| Downloaded cc v1.0.78 |
2479 | 2024-09-07T03:32:18.113Z | [ helios-setup] Sep 07 03:32:16.999 INFO E| Downloaded unicode-linebreak v0.1.4 |
2480 | 2024-09-07T03:32:18.116Z | [ helios-setup] Sep 07 03:32:17.002 INFO E| Downloaded tracing-core v0.1.30 |
2481 | 2024-09-07T03:32:18.120Z | [ helios-setup] Sep 07 03:32:17.007 INFO E| Downloaded url v2.3.1 |
2482 | 2024-09-07T03:32:18.125Z | [ helios-setup] Sep 07 03:32:17.011 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2483 | 2024-09-07T03:32:18.130Z | [ helios-setup] Sep 07 03:32:17.017 INFO E| Downloaded tungstenite v0.18.0 |
2484 | 2024-09-07T03:32:18.135Z | [ helios-setup] Sep 07 03:32:17.021 INFO E| Downloaded num-traits v0.2.15 |
2485 | 2024-09-07T03:32:18.139Z | [ helios-setup] Sep 07 03:32:17.025 INFO E| Downloaded bytes v1.4.0 |
2486 | 2024-09-07T03:32:18.151Z | [ helios-setup] Sep 07 03:32:17.036 INFO E| Downloaded parking_lot v0.12.1 |
2487 | 2024-09-07T03:32:18.154Z | [ helios-setup] Sep 07 03:32:17.040 INFO E| Downloaded once_cell v1.17.0 |
2488 | 2024-09-07T03:32:18.157Z | [ helios-setup] Sep 07 03:32:17.044 INFO E| Downloaded crossbeam-utils v0.8.14 |
2489 | 2024-09-07T03:32:18.162Z | [ helios-setup] Sep 07 03:32:17.048 INFO E| Downloaded ucd-trie v0.1.5 |
2490 | 2024-09-07T03:32:18.164Z | [ helios-setup] Sep 07 03:32:17.051 INFO E| Downloaded encoding_rs v0.8.32 |
2491 | 2024-09-07T03:32:18.199Z | [ helios-setup] Sep 07 03:32:17.086 INFO E| Downloaded tokio-rustls v0.24.0 |
2492 | 2024-09-07T03:32:18.202Z | [ helios-setup] Sep 07 03:32:17.088 INFO E| Downloaded textwrap v0.16.0 |
2493 | 2024-09-07T03:32:18.206Z | [ helios-setup] Sep 07 03:32:17.092 INFO E| Downloaded memchr v2.5.0 |
2494 | 2024-09-07T03:32:18.213Z | [ helios-setup] Sep 07 03:32:17.099 INFO E| Downloaded log v0.4.17 |
2495 | 2024-09-07T03:32:18.217Z | [ helios-setup] Sep 07 03:32:17.103 INFO E| Downloaded smartstring v1.0.1 |
2496 | 2024-09-07T03:32:18.220Z | [ helios-setup] Sep 07 03:32:17.107 INFO E| Downloaded io-lifetimes v1.0.10 |
2497 | 2024-09-07T03:32:18.224Z | [ helios-setup] Sep 07 03:32:17.111 INFO E| Downloaded ryu v1.0.13 |
2498 | 2024-09-07T03:32:18.229Z | [ helios-setup] Sep 07 03:32:17.115 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2499 | 2024-09-07T03:32:18.262Z | [ helios-setup] Sep 07 03:32:17.148 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2500 | 2024-09-07T03:32:18.360Z | [ helios-setup] Sep 07 03:32:17.245 INFO E| Downloaded serde_derive_internals v0.26.0 |
2501 | 2024-09-07T03:32:18.363Z | [ helios-setup] Sep 07 03:32:17.248 INFO E| Downloaded sct v0.7.0 |
2502 | 2024-09-07T03:32:18.368Z | [ helios-setup] Sep 07 03:32:17.254 INFO E| Downloaded jobserver v0.1.26 |
2503 | 2024-09-07T03:32:18.371Z | [ helios-setup] Sep 07 03:32:17.257 INFO E| Downloaded futures-channel v0.3.28 |
2504 | 2024-09-07T03:32:18.376Z | [ helios-setup] Sep 07 03:32:17.261 INFO E| Downloaded clap_lex v0.4.1 |
2505 | 2024-09-07T03:32:18.379Z | [ helios-setup] Sep 07 03:32:17.263 INFO E| Downloaded strsim v0.10.0 |
2506 | 2024-09-07T03:32:18.382Z | [ helios-setup] Sep 07 03:32:17.266 INFO E| Downloaded signal-hook-registry v1.4.0 |
2507 | 2024-09-07T03:32:18.385Z | [ helios-setup] Sep 07 03:32:17.268 INFO E| Downloaded home v0.5.4 |
2508 | 2024-09-07T03:32:18.385Z | [ helios-setup] Sep 07 03:32:17.270 INFO E| Downloaded libz-sys v1.1.8 |
2509 | 2024-09-07T03:32:18.474Z | [ helios-setup] Sep 07 03:32:17.359 INFO E| Downloaded slab v0.4.7 |
2510 | 2024-09-07T03:32:18.477Z | [ helios-setup] Sep 07 03:32:17.362 INFO E| Downloaded futures-macro v0.3.28 |
2511 | 2024-09-07T03:32:18.480Z | [ helios-setup] Sep 07 03:32:17.363 INFO E| Downloaded futures-executor v0.3.28 |
2512 | 2024-09-07T03:32:18.480Z | [ helios-setup] Sep 07 03:32:17.366 INFO E| Downloaded form_urlencoded v1.1.0 |
2513 | 2024-09-07T03:32:18.482Z | [ helios-setup] Sep 07 03:32:17.367 INFO E| Downloaded dyn-clone v1.0.11 |
2514 | 2024-09-07T03:32:18.484Z | [ helios-setup] Sep 07 03:32:17.369 INFO E| Downloaded crossbeam-deque v0.8.2 |
2515 | 2024-09-07T03:32:18.487Z | [ helios-setup] Sep 07 03:32:17.372 INFO E| Downloaded concolor-query v0.3.3 |
2516 | 2024-09-07T03:32:18.489Z | [ helios-setup] Sep 07 03:32:17.373 INFO E| Downloaded sha2 v0.10.6 |
2517 | 2024-09-07T03:32:18.491Z | [ helios-setup] Sep 07 03:32:17.376 INFO E| Downloaded serde_spanned v0.6.1 |
2518 | 2024-09-07T03:32:18.495Z | [ helios-setup] Sep 07 03:32:17.378 INFO E| Downloaded futures v0.3.28 |
2519 | 2024-09-07T03:32:18.500Z | [ helios-setup] Sep 07 03:32:17.386 INFO E| Downloaded const-random-macro v0.1.15 |
2520 | 2024-09-07T03:32:18.502Z | [ helios-setup] Sep 07 03:32:17.387 INFO E| Downloaded toolchain_find v0.2.0 |
2521 | 2024-09-07T03:32:18.506Z | [ helios-setup] Sep 07 03:32:17.389 INFO E| Downloaded sha1 v0.10.5 |
2522 | 2024-09-07T03:32:18.510Z | [ helios-setup] Sep 07 03:32:17.392 INFO E| Downloaded serde_tokenstream v0.2.0 |
2523 | 2024-09-07T03:32:18.514Z | [ helios-setup] Sep 07 03:32:17.397 INFO E| Downloaded scopeguard v1.1.0 |
2524 | 2024-09-07T03:32:18.518Z | [ helios-setup] Sep 07 03:32:17.399 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2525 | 2024-09-07T03:32:18.518Z | [ helios-setup] Sep 07 03:32:17.401 INFO E| Downloaded proc-macro-crate v1.2.1 |
2526 | 2024-09-07T03:32:18.525Z | [ helios-setup] Sep 07 03:32:17.411 INFO E| Downloaded parking_lot_core v0.9.6 |
2527 | 2024-09-07T03:32:18.528Z | [ helios-setup] Sep 07 03:32:17.414 INFO E| Downloaded num_enum v0.5.7 |
2528 | 2024-09-07T03:32:18.535Z | [ helios-setup] Sep 07 03:32:17.421 INFO E| Downloaded lazy_static v1.4.0 |
2529 | 2024-09-07T03:32:18.539Z | [ helios-setup] Sep 07 03:32:17.423 INFO E| Downloaded ahash v0.8.3 |
2530 | 2024-09-07T03:32:18.543Z | [ helios-setup] Sep 07 03:32:17.428 INFO E| Downloaded http-body v0.4.5 |
2531 | 2024-09-07T03:32:18.546Z | [ helios-setup] Sep 07 03:32:17.430 INFO E| Downloaded futures-sink v0.3.28 |
2532 | 2024-09-07T03:32:18.549Z | [ helios-setup] Sep 07 03:32:17.431 INFO E| Downloaded built v0.6.0 |
2533 | 2024-09-07T03:32:18.553Z | [ helios-setup] Sep 07 03:32:17.434 INFO E| Downloaded anstyle v0.3.5 |
2534 | 2024-09-07T03:32:18.553Z | [ helios-setup] Sep 07 03:32:17.436 INFO E| Downloaded getrandom v0.2.8 |
2535 | 2024-09-07T03:32:18.561Z | [ helios-setup] Sep 07 03:32:17.441 INFO E| Downloaded cargo-lock v8.0.3 |
2536 | 2024-09-07T03:32:18.564Z | [ helios-setup] Sep 07 03:32:17.445 INFO E| Downloaded futures-core v0.3.28 |
2537 | 2024-09-07T03:32:18.564Z | [ helios-setup] Sep 07 03:32:17.448 INFO E| Downloaded anstream v0.2.6 |
2538 | 2024-09-07T03:32:18.568Z | [ helios-setup] Sep 07 03:32:17.451 INFO E| Downloaded percent-encoding v2.2.0 |
2539 | 2024-09-07T03:32:18.568Z | [ helios-setup] Sep 07 03:32:17.452 INFO E| Downloaded futures-io v0.3.28 |
2540 | 2024-09-07T03:32:18.571Z | [ helios-setup] Sep 07 03:32:17.453 INFO E| Downloaded itoa v1.0.6 |
2541 | 2024-09-07T03:32:18.571Z | [ helios-setup] Sep 07 03:32:17.455 INFO E| Downloaded iana-time-zone v0.1.56 |
2542 | 2024-09-07T03:32:18.573Z | [ helios-setup] Sep 07 03:32:17.459 INFO E| Downloaded either v1.8.0 |
2543 | 2024-09-07T03:32:18.584Z | [ helios-setup] Sep 07 03:32:17.461 INFO E| Downloaded const-random v0.1.15 |
2544 | 2024-09-07T03:32:18.584Z | [ helios-setup] Sep 07 03:32:17.463 INFO E| Downloaded concolor-override v1.0.0 |
2545 | 2024-09-07T03:32:18.590Z | [ helios-setup] Sep 07 03:32:17.464 INFO E| Downloaded bincode v1.3.3 |
2546 | 2024-09-07T03:32:18.590Z | [ helios-setup] Sep 07 03:32:17.467 INFO E| Downloaded autocfg v1.1.0 |
2547 | 2024-09-07T03:32:18.954Z | [ helios-setup] Sep 07 03:32:17.840 INFO E| Compiling proc-macro2 v1.0.86 |
2548 | 2024-09-07T03:32:19.021Z | [ helios-setup] Sep 07 03:32:17.907 INFO E| Compiling libc v0.2.139 |
2549 | 2024-09-07T03:32:19.021Z | [ helios-setup] Sep 07 03:32:17.907 INFO E| Compiling unicode-ident v1.0.8 |
2550 | 2024-09-07T03:32:19.023Z | [ helios-setup] Sep 07 03:32:17.907 INFO E| Compiling autocfg v1.1.0 |
2551 | 2024-09-07T03:32:19.023Z | [ helios-setup] Sep 07 03:32:17.907 INFO E| Compiling cfg-if v1.0.0 |
2552 | 2024-09-07T03:32:19.023Z | [ helios-setup] Sep 07 03:32:17.907 INFO E| Compiling version_check v0.9.4 |
2553 | 2024-09-07T03:32:19.023Z | [ helios-setup] Sep 07 03:32:17.907 INFO E| Compiling serde v1.0.204 |
2554 | 2024-09-07T03:32:19.023Z | [ helios-setup] Sep 07 03:32:17.908 INFO E| Compiling syn v1.0.107 |
2555 | 2024-09-07T03:32:19.695Z | [ helios-setup] Sep 07 03:32:18.581 INFO E| Compiling memchr v2.5.0 |
2556 | 2024-09-07T03:32:19.712Z | [ host-package] Compiling aead v0.5.2 |
2557 | 2024-09-07T03:32:20.432Z | [ host-package] Compiling shlex v1.3.0 |
2558 | 2024-09-07T03:32:20.712Z | [ helios-setup] Sep 07 03:32:19.597 INFO E| Compiling once_cell v1.17.0 |
2559 | 2024-09-07T03:32:20.715Z | [ helios-setup] Sep 07 03:32:19.597 INFO E| Compiling log v0.4.17 |
2560 | 2024-09-07T03:32:20.980Z | [ helios-setup] Sep 07 03:32:19.865 INFO E| Compiling thiserror v1.0.38 |
2561 | 2024-09-07T03:32:21.003Z | [ host-package] Compiling lazycell v1.3.0 |
2562 | 2024-09-07T03:32:21.338Z | [ host-package] Compiling rustc-hash v1.1.0 |
2563 | 2024-09-07T03:32:21.417Z | [ host-package] Compiling ref-cast v1.0.23 |
2564 | 2024-09-07T03:32:21.441Z | [ helios-setup] Sep 07 03:32:20.326 INFO E| Compiling itoa v1.0.6 |
2565 | 2024-09-07T03:32:21.494Z | [ helios-setup] Sep 07 03:32:20.379 INFO E| Compiling serde_json v1.0.95 |
2566 | 2024-09-07T03:32:21.972Z | [ helios-setup] Sep 07 03:32:20.858 INFO E| Compiling quote v1.0.36 |
2567 | 2024-09-07T03:32:22.861Z | [ helios-setup] Sep 07 03:32:21.746 INFO E| Compiling syn v2.0.72 |
2568 | 2024-09-07T03:32:23.195Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2569 | 2024-09-07T03:32:23.255Z | [ helios-setup] Sep 07 03:32:22.141 INFO E| Compiling getrandom v0.2.8 |
2570 | 2024-09-07T03:32:23.349Z | [ helios-setup] Sep 07 03:32:22.234 INFO E| Compiling jobserver v0.1.26 |
2571 | 2024-09-07T03:32:23.645Z | [ host-package] Compiling vsss-rs v3.3.4 |
2572 | 2024-09-07T03:32:23.897Z | [ helios-setup] Sep 07 03:32:22.783 INFO E| Compiling indexmap v1.9.3 |
2573 | 2024-09-07T03:32:24.083Z | [ helios-setup] Sep 07 03:32:22.968 INFO E| Compiling cc v1.0.78 |
2574 | 2024-09-07T03:32:24.366Z | [ helios-setup] Sep 07 03:32:23.252 INFO E| Compiling pin-project-lite v0.2.9 |
2575 | 2024-09-07T03:32:24.445Z | [ helios-setup] Sep 07 03:32:23.330 INFO E| Compiling scopeguard v1.1.0 |
2576 | 2024-09-07T03:32:24.728Z | [ helios-setup] Sep 07 03:32:23.613 INFO E| Compiling num-integer v0.1.45 |
2577 | 2024-09-07T03:32:24.730Z | [ helios-setup] Sep 07 03:32:23.613 INFO E| Compiling bytes v1.4.0 |
2578 | 2024-09-07T03:32:24.854Z | [ helios-setup] Sep 07 03:32:23.736 INFO E| Compiling futures-core v0.3.28 |
2579 | 2024-09-07T03:32:25.628Z | [ helios-setup] Sep 07 03:32:24.513 INFO E| Compiling ryu v1.0.13 |
2580 | 2024-09-07T03:32:26.736Z | [ helios-setup] Sep 07 03:32:25.621 INFO E| Compiling lock_api v0.4.9 |
2581 | 2024-09-07T03:32:27.024Z | [ helios-setup] Sep 07 03:32:25.909 INFO E| Compiling typenum v1.16.0 |
2582 | 2024-09-07T03:32:27.367Z | [ helios-setup] Sep 07 03:32:26.251 INFO E| Compiling parking_lot_core v0.9.6 |
2583 | 2024-09-07T03:32:27.469Z | [ helios-setup] Sep 07 03:32:26.354 INFO E| Compiling bitflags v1.3.2 |
2584 | 2024-09-07T03:32:27.842Z | [ helios-setup] Sep 07 03:32:26.724 INFO E| Compiling num_cpus v1.15.0 |
2585 | 2024-09-07T03:32:27.908Z | [ helios-setup] Sep 07 03:32:26.793 INFO E| Compiling generic-array v0.14.6 |
2586 | 2024-09-07T03:32:28.299Z | [ helios-setup] Sep 07 03:32:27.184 INFO E| Compiling slab v0.4.7 |
2587 | 2024-09-07T03:32:28.302Z | [ helios-setup] Sep 07 03:32:27.185 INFO E| Compiling futures-task v0.3.28 |
2588 | 2024-09-07T03:32:28.436Z | [ helios-setup] Sep 07 03:32:27.320 INFO E| Compiling futures-channel v0.3.28 |
2589 | 2024-09-07T03:32:28.754Z | [ helios-setup] Sep 07 03:32:27.638 INFO E| Compiling futures-sink v0.3.28 |
2590 | 2024-09-07T03:32:28.854Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2591 | 2024-09-07T03:32:29.299Z | [ helios-setup] Sep 07 03:32:28.183 INFO E| Compiling tokio v1.27.0 |
2592 | 2024-09-07T03:32:29.489Z | [ helios-setup] Sep 07 03:32:28.373 INFO E| Compiling futures-util v0.3.28 |
2593 | 2024-09-07T03:32:29.730Z | [ helios-setup] Sep 07 03:32:28.614 INFO E| Compiling schemars v0.8.12 |
2594 | 2024-09-07T03:32:30.718Z | [ helios-setup] Sep 07 03:32:29.602 INFO E| Compiling mio v0.8.5 |
2595 | 2024-09-07T03:32:30.788Z | [ helios-setup] Sep 07 03:32:29.672 INFO E| Compiling signal-hook-registry v1.4.0 |
2596 | 2024-09-07T03:32:30.895Z | [ helios-setup] Sep 07 03:32:29.779 INFO E| Compiling socket2 v0.4.9 |
2597 | 2024-09-07T03:32:31.293Z | [ helios-setup] Sep 07 03:32:30.177 INFO E| Compiling ahash v0.7.6 |
2598 | 2024-09-07T03:32:31.393Z | [ helios-setup] Sep 07 03:32:30.277 INFO E| Compiling num-traits v0.2.15 |
2599 | 2024-09-07T03:32:31.981Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2600 | 2024-09-07T03:32:32.347Z | [ helios-setup] Sep 07 03:32:31.230 INFO E| Compiling io-lifetimes v1.0.10 |
2601 | 2024-09-07T03:32:32.347Z | [ helios-setup] Sep 07 03:32:31.230 INFO E| Compiling pin-utils v0.1.0 |
2602 | 2024-09-07T03:32:32.421Z | [ host-package] Compiling derive_builder_core v0.20.0 |
2603 | 2024-09-07T03:32:32.801Z | [ host-package] Compiling headers-core v0.2.0 |
2604 | 2024-09-07T03:32:32.846Z | [ helios-setup] Sep 07 03:32:31.730 INFO E| Compiling crunchy v0.2.2 |
2605 | 2024-09-07T03:32:33.363Z | [ host-package] Compiling fxhash v0.2.1 |
2606 | 2024-09-07T03:32:33.674Z | [ helios-setup] Sep 07 03:32:32.558 INFO E| Compiling futures-io v0.3.28 |
2607 | 2024-09-07T03:32:33.889Z | [ host-package] Compiling libxml v0.3.3 |
2608 | 2024-09-07T03:32:33.977Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2609 | 2024-09-07T03:32:34.095Z | [ helios-setup] Sep 07 03:32:32.979 INFO E| Compiling serde_derive_internals v0.26.0 |
2610 | 2024-09-07T03:32:34.515Z | [ helios-setup] Sep 07 03:32:33.398 INFO E| Compiling ahash v0.8.3 |
2611 | 2024-09-07T03:32:34.806Z | [ host-package] Compiling headers v0.3.9 |
2612 | 2024-09-07T03:32:35.184Z | [ helios-setup] Sep 07 03:32:34.067 INFO E| Compiling rustix v0.37.3 |
2613 | 2024-09-07T03:32:35.539Z | [ helios-setup] Sep 07 03:32:34.420 INFO E| Compiling tiny-keccak v2.0.2 |
2614 | 2024-09-07T03:32:35.614Z | [ helios-setup] Sep 07 03:32:34.497 INFO E| Compiling hashbrown v0.12.3 |
2615 | 2024-09-07T03:32:35.969Z | [ helios-setup] Sep 07 03:32:34.846 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2616 | 2024-09-07T03:32:36.417Z | [ helios-setup] Sep 07 03:32:35.300 INFO E| Compiling crypto-common v0.1.6 |
2617 | 2024-09-07T03:32:36.603Z | [ host-package] Compiling derive_builder_macro v0.20.0 |
2618 | 2024-09-07T03:32:36.878Z | [ helios-setup] Sep 07 03:32:35.758 INFO E| Compiling block-buffer v0.10.3 |
2619 | 2024-09-07T03:32:37.780Z | [ helios-setup] Sep 07 03:32:36.663 INFO E| Compiling errno v0.3.1 |
2620 | 2024-09-07T03:32:38.242Z | [ helios-setup] Sep 07 03:32:37.125 INFO E| Compiling slog v2.7.0 |
2621 | 2024-09-07T03:32:38.400Z | [ helios-setup] Sep 07 03:32:37.282 INFO E| Compiling pkg-config v0.3.26 |
2622 | 2024-09-07T03:32:38.403Z | [ helios-setup] Sep 07 03:32:37.282 INFO E| Compiling crossbeam-utils v0.8.14 |
2623 | 2024-09-07T03:32:38.403Z | [ helios-setup] Sep 07 03:32:37.282 INFO E| Compiling fnv v1.0.7 |
2624 | 2024-09-07T03:32:38.474Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2625 | 2024-09-07T03:32:39.045Z | [ helios-setup] Sep 07 03:32:37.928 INFO E| Compiling http v0.2.9 |
2626 | 2024-09-07T03:32:41.202Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2627 | 2024-09-07T03:32:41.357Z | [ helios-setup] Sep 07 03:32:40.240 INFO E| Compiling digest v0.10.6 |
2628 | 2024-09-07T03:32:41.438Z | [ host-package] Compiling polar-core v0.27.3 |
2629 | 2024-09-07T03:32:42.124Z | [ helios-setup] Sep 07 03:32:41.006 INFO E| Compiling aho-corasick v0.7.20 |
2630 | 2024-09-07T03:32:42.162Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2631 | 2024-09-07T03:32:42.364Z | [ helios-setup] Sep 07 03:32:41.246 INFO E| Compiling regex-syntax v0.6.29 |
2632 | 2024-09-07T03:32:42.867Z | [ helios-setup] Sep 07 03:32:41.749 INFO E| Compiling heck v0.4.1 |
2633 | 2024-09-07T03:32:43.535Z | [ helios-setup] Sep 07 03:32:42.417 INFO E| Compiling cpufeatures v0.2.5 |
2634 | 2024-09-07T03:32:43.775Z | [ helios-setup] Sep 07 03:32:42.657 INFO E| Compiling tinyvec_macros v0.1.1 |
2635 | 2024-09-07T03:32:43.968Z | [ helios-setup] Sep 07 03:32:42.849 INFO E| Compiling httparse v1.8.0 |
2636 | 2024-09-07T03:32:44.310Z | [ helios-setup] Sep 07 03:32:43.191 INFO E| Compiling anyhow v1.0.68 |
2637 | 2024-09-07T03:32:44.378Z | [ helios-setup] Sep 07 03:32:43.259 INFO E| Compiling thiserror-impl v1.0.38 |
2638 | 2024-09-07T03:32:45.016Z | [ host-package] Compiling strum_macros v0.24.3 |
2639 | 2024-09-07T03:32:45.120Z | [ helios-setup] Sep 07 03:32:44.001 INFO E| Compiling schemars_derive v0.8.12 |
2640 | 2024-09-07T03:32:45.205Z | [ helios-setup] Sep 07 03:32:44.086 INFO E| Compiling unicode-width v0.1.10 |
2641 | 2024-09-07T03:32:45.546Z | [ helios-setup] Sep 07 03:32:44.428 INFO E| Compiling serde_derive v1.0.204 |
2642 | 2024-09-07T03:32:45.615Z | [ helios-setup] Sep 07 03:32:44.495 INFO E| Compiling tokio-macros v2.0.0 |
2643 | 2024-09-07T03:32:45.664Z | [ helios-setup] Sep 07 03:32:44.546 INFO E| Compiling futures-macro v0.3.28 |
2644 | 2024-09-07T03:32:46.835Z | [ helios-setup] Sep 07 03:32:45.717 INFO E| Compiling percent-encoding v2.2.0 |
2645 | 2024-09-07T03:32:47.823Z | [ host-package] Compiling samael v0.0.17 |
2646 | 2024-09-07T03:32:48.042Z | [ helios-setup] Sep 07 03:32:46.923 INFO E| Compiling tinyvec v1.6.0 |
2647 | 2024-09-07T03:32:48.152Z | [ helios-setup] Sep 07 03:32:47.033 INFO E| Compiling form_urlencoded v1.1.0 |
2648 | 2024-09-07T03:32:49.300Z | [ helios-setup] Sep 07 03:32:48.181 INFO E| Compiling regex v1.7.3 |
2649 | 2024-09-07T03:32:50.912Z | [ helios-setup] Sep 07 03:32:49.789 INFO E| Compiling const-random-macro v0.1.15 |
2650 | 2024-09-07T03:32:51.040Z | [ helios-setup] Sep 07 03:32:49.919 INFO E| Compiling hashbrown v0.13.2 |
2651 | 2024-09-07T03:32:51.503Z | [ host-package] Compiling kstat-rs v0.2.4 |
2652 | 2024-09-07T03:32:51.510Z | [ host-package] Compiling unicase v2.7.0 |
2653 | 2024-09-07T03:32:52.314Z | [ helios-setup] Sep 07 03:32:51.194 INFO E| Compiling chrono v0.4.24 |
2654 | 2024-09-07T03:32:52.336Z | [ host-package] Compiling dropshot v0.10.1 |
2655 | 2024-09-07T03:32:52.424Z | [ host-package] Compiling indoc v1.0.9 |
2656 | 2024-09-07T03:32:52.856Z | [ helios-setup] Sep 07 03:32:51.736 INFO E| Compiling libz-sys v1.1.8 |
2657 | 2024-09-07T03:32:52.952Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2658 | 2024-09-07T03:32:54.203Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2659 | 2024-09-07T03:32:55.489Z | [ helios-setup] Sep 07 03:32:54.369 INFO E| Compiling dyn-clone v1.0.11 |
2660 | 2024-09-07T03:32:55.601Z | [ helios-setup] Sep 07 03:32:54.481 INFO E| Compiling uuid v1.3.0 |
2661 | 2024-09-07T03:32:56.161Z | [ helios-setup] Sep 07 03:32:55.041 INFO E| Compiling regress v0.5.0 |
2662 | 2024-09-07T03:32:56.293Z | [ helios-setup] Sep 07 03:32:55.172 INFO E| Compiling unicode-normalization v0.1.22 |
2663 | 2024-09-07T03:32:56.348Z | [ helios-setup] Sep 07 03:32:55.228 INFO E| Compiling const-random v0.1.15 |
2664 | 2024-09-07T03:32:58.318Z | [ helios-setup] Sep 07 03:32:57.198 INFO E| Compiling getopts v0.2.21 |
2665 | 2024-09-07T03:32:58.969Z | [ helios-setup] Sep 07 03:32:57.848 INFO E| Compiling tracing-core v0.1.30 |
2666 | 2024-09-07T03:32:59.092Z | [ helios-setup] Sep 07 03:32:57.970 INFO E| Compiling memoffset v0.7.1 |
2667 | 2024-09-07T03:32:59.669Z | [ helios-setup] Sep 07 03:32:58.548 INFO E| Compiling powerfmt v0.2.0 |
2668 | 2024-09-07T03:32:59.794Z | [ helios-setup] Sep 07 03:32:58.673 INFO E| Compiling time-core v0.1.2 |
2669 | 2024-09-07T03:33:00.022Z | [ helios-setup] Sep 07 03:32:58.901 INFO E| Compiling unicode-bidi v0.3.13 |
2670 | 2024-09-07T03:33:02.229Z | [ helios-setup] Sep 07 03:33:01.108 INFO E| Compiling num-conv v0.1.0 |
2671 | 2024-09-07T03:33:02.975Z | [ helios-setup] Sep 07 03:33:01.853 INFO E| Compiling ucd-trie v0.1.5 |
2672 | 2024-09-07T03:33:02.977Z | [ host-package] Compiling derive_builder v0.20.0 |
2673 | 2024-09-07T03:33:03.987Z | [ helios-setup] Sep 07 03:33:02.866 INFO E| Compiling pest v2.5.7 |
2674 | 2024-09-07T03:33:04.902Z | [ helios-setup] Sep 07 03:33:03.780 INFO E| Compiling time-macros v0.2.18 |
2675 | 2024-09-07T03:33:05.005Z | [ helios-setup] Sep 07 03:33:03.884 INFO E| Compiling idna v0.3.0 |
2676 | 2024-09-07T03:33:06.804Z | [ helios-setup] Sep 07 03:33:05.682 INFO E| Compiling tracing v0.1.37 |
2677 | 2024-09-07T03:33:07.239Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2678 | 2024-09-07T03:33:08.090Z | [ helios-setup] Sep 07 03:33:06.968 INFO E| Compiling deranged v0.3.11 |
2679 | 2024-09-07T03:33:11.073Z | [ helios-setup] Sep 07 03:33:09.948 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2680 | 2024-09-07T03:33:11.378Z | [ helios-setup] Sep 07 03:33:10.255 INFO E| Compiling time v0.1.45 |
2681 | 2024-09-07T03:33:11.445Z | [ helios-setup] Sep 07 03:33:10.322 INFO E| Compiling crossbeam-epoch v0.9.13 |
2682 | 2024-09-07T03:33:11.521Z | [ host-package] Compiling tungstenite v0.23.0 |
2683 | 2024-09-07T03:33:11.866Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2684 | 2024-09-07T03:33:12.597Z | [ helios-setup] Sep 07 03:33:11.473 INFO E| Compiling semver v1.0.17 |
2685 | 2024-09-07T03:33:12.850Z | [ host-package] Compiling crossterm v0.28.1 |
2686 | 2024-09-07T03:33:12.886Z | [ helios-setup] Sep 07 03:33:11.763 INFO E| Compiling smallvec v1.10.0 |
2687 | 2024-09-07T03:33:13.437Z | [ helios-setup] Sep 07 03:33:12.314 INFO E| Compiling toml v0.5.11 |
2688 | 2024-09-07T03:33:14.059Z | [ helios-setup] Sep 07 03:33:12.936 INFO E| Compiling serde_tokenstream v0.2.0 |
2689 | 2024-09-07T03:33:14.294Z | [ host-package] Compiling oso-derive v0.27.3 |
2690 | 2024-09-07T03:33:14.964Z | [ helios-setup] Sep 07 03:33:13.841 INFO E| Compiling parking_lot v0.12.1 |
2691 | 2024-09-07T03:33:16.525Z | [ host-package] Compiling dropshot_endpoint v0.10.1 |
2692 | 2024-09-07T03:33:16.760Z | [ helios-setup] Sep 07 03:33:15.635 INFO E| Compiling num_threads v0.1.6 |
2693 | 2024-09-07T03:33:16.821Z | [ helios-setup] Sep 07 03:33:15.695 INFO E| Compiling iana-time-zone v0.1.56 |
2694 | 2024-09-07T03:33:17.956Z | [ helios-setup] Sep 07 03:33:16.832 INFO E| Compiling time v0.3.36 |
2695 | 2024-09-07T03:33:20.208Z | [ helios-setup] Sep 07 03:33:19.082 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2696 | 2024-09-07T03:33:21.768Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2697 | 2024-09-07T03:33:22.835Z | [ helios-setup] Sep 07 03:33:21.710 INFO E| Compiling semver-parser v0.10.2 |
2698 | 2024-09-07T03:33:24.052Z | [ host-package] Compiling libz-sys v1.1.16 |
2699 | 2024-09-07T03:33:24.967Z | [ helios-setup] Sep 07 03:33:23.842 INFO E| Compiling url v2.3.1 |
2700 | 2024-09-07T03:33:25.964Z | [ host-package] Compiling quick-xml v0.33.0 |
2701 | 2024-09-07T03:33:27.461Z | [ helios-setup] Sep 07 03:33:26.335 INFO E| Compiling crossbeam-channel v0.5.6 |
2702 | 2024-09-07T03:33:29.307Z | [ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2703 | 2024-09-07T03:33:29.351Z | [ helios-setup] Sep 07 03:33:28.225 INFO E| Compiling dirs-sys-next v0.1.2 |
2704 | 2024-09-07T03:33:30.353Z | [ host-package] Compiling cfg_aliases v0.1.1 |
2705 | 2024-09-07T03:33:30.877Z | [ helios-setup] Sep 07 03:33:29.751 INFO E| Compiling same-file v1.0.6 |
2706 | 2024-09-07T03:33:31.165Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2707 | 2024-09-07T03:33:31.214Z | [ helios-setup] Sep 07 03:33:30.088 INFO E| Compiling try-lock v0.2.4 |
2708 | 2024-09-07T03:33:31.339Z | [ helios-setup] Sep 07 03:33:30.213 INFO E| Compiling crc32fast v1.3.2 |
2709 | 2024-09-07T03:33:32.333Z | [ helios-setup] Sep 07 03:33:31.206 INFO E| Compiling want v0.3.0 |
2710 | 2024-09-07T03:33:32.670Z | [ host-package] Compiling nix v0.28.0 |
2711 | 2024-09-07T03:33:32.703Z | [ helios-setup] Sep 07 03:33:31.576 INFO E| Compiling walkdir v2.3.3 |
2712 | 2024-09-07T03:33:33.230Z | [ helios-setup] Sep 07 03:33:32.104 INFO E| Compiling dirs-next v2.0.0 |
2713 | 2024-09-07T03:33:34.127Z | [ helios-setup] Sep 07 03:33:33.001 INFO E| Compiling tokio-util v0.7.7 |
2714 | 2024-09-07T03:33:35.723Z | [ host-package] Compiling oso v0.27.3 |
2715 | 2024-09-07T03:33:36.548Z | [ helios-setup] Sep 07 03:33:35.421 INFO E| Compiling semver v0.11.0 |
2716 | 2024-09-07T03:33:36.808Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
2717 | 2024-09-07T03:33:37.430Z | [ helios-setup] Sep 07 03:33:36.303 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2718 | 2024-09-07T03:33:37.849Z | [ helios-setup] Sep 07 03:33:36.722 INFO E| Compiling h2 v0.3.16 |
2719 | 2024-09-07T03:33:38.469Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2720 | 2024-09-07T03:33:39.246Z | [ helios-setup] Sep 07 03:33:38.119 INFO E| Compiling proc-macro-crate v1.2.1 |
2721 | 2024-09-07T03:33:40.990Z | [ helios-setup] Sep 07 03:33:39.863 INFO E| Compiling futures-executor v0.3.28 |
2722 | 2024-09-07T03:33:41.750Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2723 | 2024-09-07T03:33:43.071Z | [ helios-setup] Sep 07 03:33:41.943 INFO E| Compiling http-body v0.4.5 |
2724 | 2024-09-07T03:33:43.539Z | [ helios-setup] Sep 07 03:33:42.411 INFO E| Compiling ring v0.16.20 |
2725 | 2024-09-07T03:33:44.211Z | [ helios-setup] Sep 07 03:33:43.082 INFO E| Compiling rand_core v0.6.4 |
2726 | 2024-09-07T03:33:45.342Z | [ helios-setup] Sep 07 03:33:44.213 INFO E| Compiling thread_local v1.1.7 |
2727 | 2024-09-07T03:33:45.827Z | [ helios-setup] Sep 07 03:33:44.698 INFO E| Compiling tower-service v0.3.2 |
2728 | 2024-09-07T03:33:46.154Z | [ helios-setup] Sep 07 03:33:45.025 INFO E| Compiling home v0.5.4 |
2729 | 2024-09-07T03:33:46.790Z | [ helios-setup] Sep 07 03:33:45.662 INFO E| Compiling httpdate v1.0.2 |
2730 | 2024-09-07T03:33:46.975Z | [ helios-setup] Sep 07 03:33:45.847 INFO E| Compiling fastrand v1.9.0 |
2731 | 2024-09-07T03:33:47.138Z | [ helios-setup] Sep 07 03:33:46.009 INFO E| Compiling lazy_static v1.4.0 |
2732 | 2024-09-07T03:33:47.848Z | [ helios-setup] Sep 07 03:33:46.719 INFO E| Compiling rayon-core v1.10.2 |
2733 | 2024-09-07T03:33:48.174Z | [ helios-setup] Sep 07 03:33:47.045 INFO E| Compiling ppv-lite86 v0.2.17 |
2734 | 2024-09-07T03:33:48.746Z | [ helios-setup] Sep 07 03:33:47.614 INFO E| Compiling base64 v0.21.0 |
2735 | 2024-09-07T03:33:49.137Z | [ helios-setup] Sep 07 03:33:48.008 INFO E| Compiling adler v1.0.2 |
2736 | 2024-09-07T03:33:50.083Z | [ helios-setup] Sep 07 03:33:48.954 INFO E| Compiling utf8parse v0.2.1 |
2737 | 2024-09-07T03:33:50.147Z | [ helios-setup] Sep 07 03:33:49.018 INFO E| Compiling rand_chacha v0.3.1 |
2738 | 2024-09-07T03:33:50.473Z | [ helios-setup] Sep 07 03:33:49.343 INFO E| Compiling anstyle-parse v0.1.1 |
2739 | 2024-09-07T03:33:51.061Z | [ helios-setup] Sep 07 03:33:49.931 INFO E| Compiling miniz_oxide v0.6.2 |
2740 | 2024-09-07T03:33:51.483Z | [ helios-setup] Sep 07 03:33:50.353 INFO E| Compiling hyper v0.14.25 |
2741 | 2024-09-07T03:33:52.406Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2742 | 2024-09-07T03:33:53.378Z | [ host-package] Compiling bb8 v0.8.5 |
2743 | 2024-09-07T03:33:53.950Z | [ helios-setup] Sep 07 03:33:52.821 INFO E| Compiling tempfile v3.5.0 |
2744 | 2024-09-07T03:33:54.324Z | [ helios-setup] Sep 07 03:33:53.194 INFO E| Compiling toolchain_find v0.2.0 |
2745 | 2024-09-07T03:33:55.385Z | [ host-package] Compiling const_format_proc_macros v0.2.32 |
2746 | 2024-09-07T03:33:58.142Z | [ helios-setup] Sep 07 03:33:57.012 INFO E| Compiling futures v0.3.28 |
2747 | 2024-09-07T03:33:59.330Z | [ host-package] Compiling vte_generate_state_changes v0.1.1 |
2748 | 2024-09-07T03:34:00.905Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2749 | 2024-09-07T03:34:01.731Z | [ host-package] Compiling vte v0.11.1 |
2750 | 2024-09-07T03:34:05.097Z | [ host-package] Compiling const_format v0.2.32 |
2751 | 2024-09-07T03:34:07.794Z | [ helios-setup] Sep 07 03:34:06.662 INFO E| Compiling num_enum_derive v0.5.7 |
2752 | 2024-09-07T03:34:07.849Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2753 | 2024-09-07T03:34:09.604Z | [ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2754 | 2024-09-07T03:34:13.053Z | [ helios-setup] Sep 07 03:34:11.919 INFO E| Compiling cargo-lock v8.0.3 |
2755 | 2024-09-07T03:34:13.313Z | [ host-package] Compiling fd-lock v4.0.2 |
2756 | 2024-09-07T03:34:13.930Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2757 | 2024-09-07T03:34:15.830Z | [ helios-setup] Sep 07 03:34:14.696 INFO E| Compiling crossbeam-deque v0.8.2 |
2758 | 2024-09-07T03:34:16.202Z | [ host-package] Compiling bytecount v0.6.8 |
2759 | 2024-09-07T03:34:16.809Z | [ helios-setup] Sep 07 03:34:15.675 INFO E| Compiling term v0.7.0 |
2760 | 2024-09-07T03:34:17.066Z | [ host-package] Compiling papergrid v0.11.0 |
2761 | 2024-09-07T03:34:17.297Z | [ helios-setup] Sep 07 03:34:16.163 INFO E| Compiling serde_urlencoded v0.7.1 |
2762 | 2024-09-07T03:34:18.346Z | [ helios-setup] Sep 07 03:34:17.212 INFO E| Compiling is-terminal v0.4.7 |
2763 | 2024-09-07T03:34:18.431Z | [ helios-setup] Sep 07 03:34:17.296 INFO E| Compiling sha2 v0.10.6 |
2764 | 2024-09-07T03:34:19.130Z | [ helios-setup] Sep 07 03:34:17.995 INFO E| Compiling sha1 v0.10.5 |
2765 | 2024-09-07T03:34:19.513Z | [ helios-setup] Sep 07 03:34:18.379 INFO E| Compiling atty v0.2.14 |
2766 | 2024-09-07T03:34:19.929Z | [ helios-setup] Sep 07 03:34:18.794 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2767 | 2024-09-07T03:34:21.045Z | [ helios-setup] Sep 07 03:34:19.910 INFO E| Compiling concolor-override v1.0.0 |
2768 | 2024-09-07T03:34:23.339Z | [ helios-setup] Sep 07 03:34:22.204 INFO E| Compiling concolor-query v0.3.3 |
2769 | 2024-09-07T03:34:23.705Z | [ helios-setup] Sep 07 03:34:22.569 INFO E| Compiling anstyle v0.3.5 |
2770 | 2024-09-07T03:34:24.586Z | [ helios-setup] Sep 07 03:34:23.451 INFO E| Compiling anstream v0.2.6 |
2771 | 2024-09-07T03:34:26.258Z | [ helios-setup] Sep 07 03:34:25.123 INFO E| Compiling slog-term v2.9.0 |
2772 | 2024-09-07T03:34:26.602Z | [ helios-setup] Sep 07 03:34:25.467 INFO E| Compiling flate2 v1.0.25 |
2773 | 2024-09-07T03:34:28.090Z | [ helios-setup] Sep 07 03:34:26.954 INFO E| Compiling num_enum v0.5.7 |
2774 | 2024-09-07T03:34:28.422Z | [ helios-setup] Sep 07 03:34:27.286 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2775 | 2024-09-07T03:34:29.484Z | [ helios-setup] Sep 07 03:34:28.349 INFO E| Compiling rand v0.8.5 |
2776 | 2024-09-07T03:34:29.630Z | [ helios-setup] Sep 07 03:34:28.494 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2777 | 2024-09-07T03:34:29.857Z | [ helios-setup] Sep 07 03:34:28.721 INFO E| Compiling openapiv3 v1.0.2 |
2778 | 2024-09-07T03:34:31.355Z | [ helios-setup] Sep 07 03:34:30.218 INFO E| Compiling encoding_rs v0.8.32 |
2779 | 2024-09-07T03:34:31.507Z | [ helios-setup] Sep 07 03:34:30.371 INFO E| Compiling byteorder v1.4.3 |
2780 | 2024-09-07T03:34:33.388Z | [ helios-setup] Sep 07 03:34:32.250 INFO E| Compiling utf-8 v0.7.6 |
2781 | 2024-09-07T03:34:34.341Z | [ helios-setup] Sep 07 03:34:33.205 INFO E| Compiling mime v0.3.17 |
2782 | 2024-09-07T03:34:34.387Z | [ helios-setup] Sep 07 03:34:33.250 INFO E| Compiling clap_lex v0.4.1 |
2783 | 2024-09-07T03:34:35.907Z | [ helios-setup] Sep 07 03:34:34.770 INFO E| Compiling spin v0.5.2 |
2784 | 2024-09-07T03:34:36.673Z | [ helios-setup] Sep 07 03:34:35.536 INFO E| Compiling project-root v0.2.2 |
2785 | 2024-09-07T03:34:36.675Z | [ helios-setup] Sep 07 03:34:35.537 INFO E| Compiling base64 v0.13.1 |
2786 | 2024-09-07T03:34:37.077Z | [ helios-setup] Sep 07 03:34:35.940 INFO E| Compiling unsafe-libyaml v0.2.8 |
2787 | 2024-09-07T03:34:38.115Z | [ helios-setup] Sep 07 03:34:36.978 INFO E| Compiling strsim v0.10.0 |
2788 | 2024-09-07T03:34:38.595Z | [ helios-setup] Sep 07 03:34:37.458 INFO E| Compiling either v1.8.0 |
2789 | 2024-09-07T03:34:39.341Z | [ helios-setup] Sep 07 03:34:38.204 INFO E| Compiling untrusted v0.7.1 |
2790 | 2024-09-07T03:34:39.859Z | [ helios-setup] Sep 07 03:34:38.720 INFO E| Compiling ipnet v2.7.2 |
2791 | 2024-09-07T03:34:40.809Z | [ helios-setup] Sep 07 03:34:39.672 INFO E| Compiling serde_yaml v0.9.21 |
2792 | 2024-09-07T03:34:41.022Z | [ host-package] Compiling parking_lot v0.11.2 |
2793 | 2024-09-07T03:34:41.688Z | [ helios-setup] Sep 07 03:34:40.550 INFO E| Compiling reqwest v0.11.16 |
2794 | 2024-09-07T03:34:44.012Z | [ helios-setup] Sep 07 03:34:42.873 INFO E| Compiling rayon v1.6.1 |
2795 | 2024-09-07T03:34:44.767Z | [ helios-setup] Sep 07 03:34:43.629 INFO E| Compiling clap_builder v4.2.1 |
2796 | 2024-09-07T03:34:48.306Z | [ helios-setup] Sep 07 03:34:47.167 INFO E| Compiling tungstenite v0.18.0 |
2797 | 2024-09-07T03:34:51.458Z | [ helios-setup] Sep 07 03:34:50.319 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2798 | 2024-09-07T03:34:54.059Z | [ helios-setup] Sep 07 03:34:52.919 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2799 | 2024-09-07T03:34:55.329Z | [ helios-setup] Sep 07 03:34:54.189 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2800 | 2024-09-07T03:34:56.892Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2801 | 2024-09-07T03:34:58.789Z | [ helios-setup] Sep 07 03:34:57.648 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2802 | 2024-09-07T03:34:59.229Z | [ helios-setup] Sep 07 03:34:58.088 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2803 | 2024-09-07T03:34:59.871Z | [ helios-setup] Sep 07 03:34:58.730 INFO E| Compiling clap_derive v4.2.0 |
2804 | 2024-09-07T03:35:00.347Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2805 | 2024-09-07T03:35:02.362Z | [ helios-setup] Sep 07 03:35:01.220 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2806 | 2024-09-07T03:35:03.506Z | [ helios-setup] Sep 07 03:35:02.365 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2807 | 2024-09-07T03:35:03.644Z | [ host-package] Compiling tabled_derive v0.7.0 |
2808 | 2024-09-07T03:35:07.713Z | [ host-package] Compiling crossterm v0.27.0 |
2809 | 2024-09-07T03:35:09.038Z | [ host-package] Compiling peg-macros v0.8.4 |
2810 | 2024-09-07T03:35:09.242Z | [ helios-setup] Sep 07 03:35:08.099 INFO E| Compiling clap v4.2.1 |
2811 | 2024-09-07T03:35:15.843Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2812 | 2024-09-07T03:35:17.935Z | [ host-package] Compiling nu-ansi-term v0.50.0 |
2813 | 2024-09-07T03:35:18.537Z | [ host-package] Compiling unicode_categories v0.1.1 |
2814 | 2024-09-07T03:35:19.471Z | [ host-package] Compiling sqlformat v0.2.4 |
2815 | 2024-09-07T03:35:20.354Z | [ host-package] Compiling rustyline v14.0.0 |
2816 | 2024-09-07T03:35:20.565Z | [ host-package] Compiling reedline v0.33.0 |
2817 | 2024-09-07T03:35:21.665Z | [ host-package] Compiling sqlparser v0.45.0 |
2818 | 2024-09-07T03:35:26.152Z | [ helios-setup] Sep 07 03:35:25.007 INFO E| Compiling tokio-tungstenite v0.18.0 |
2819 | 2024-09-07T03:35:26.344Z | [ host-package] Compiling peg v0.8.4 |
2820 | 2024-09-07T03:35:27.003Z | [ host-package] Compiling tabled v0.15.0 |
2821 | 2024-09-07T03:35:27.406Z | [ helios-setup] Sep 07 03:35:26.260 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2822 | 2024-09-07T03:35:30.566Z | [ helios-setup] Sep 07 03:35:29.420 INFO E| Compiling smartstring v1.0.1 |
2823 | 2024-09-07T03:35:31.473Z | [ helios-setup] Sep 07 03:35:30.327 INFO E| Compiling rustls v0.21.0 |
2824 | 2024-09-07T03:35:33.714Z | [ helios-setup] Sep 07 03:35:32.567 INFO E| Compiling sct v0.7.0 |
2825 | 2024-09-07T03:35:34.655Z | [ helios-setup] Sep 07 03:35:33.508 INFO E| Compiling rustls-webpki v0.100.1 |
2826 | 2024-09-07T03:35:37.305Z | [ helios-setup] Sep 07 03:35:36.157 INFO E| Compiling serde_spanned v0.6.1 |
2827 | 2024-09-07T03:35:37.703Z | [ helios-setup] Sep 07 03:35:36.556 INFO E| Compiling toml_datetime v0.6.1 |
2828 | 2024-09-07T03:35:38.046Z | [ helios-setup] Sep 07 03:35:36.899 INFO E| Compiling paste v1.0.12 |
2829 | 2024-09-07T03:35:38.679Z | [ helios-setup] Sep 07 03:35:37.531 INFO E| Compiling winnow v0.4.1 |
2830 | 2024-09-07T03:35:39.276Z | [ helios-setup] Sep 07 03:35:38.129 INFO E| Compiling slog-async v2.7.0 |
2831 | 2024-09-07T03:35:39.419Z | [ helios-setup] Sep 07 03:35:38.272 INFO E| Compiling static_assertions v1.1.0 |
2832 | 2024-09-07T03:35:39.806Z | [ helios-setup] Sep 07 03:35:38.658 INFO E| Compiling match_cfg v0.1.0 |
2833 | 2024-09-07T03:35:40.005Z | [ helios-setup] Sep 07 03:35:38.857 INFO E| Compiling async-trait v0.1.68 |
2834 | 2024-09-07T03:35:40.368Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2835 | 2024-09-07T03:35:40.390Z | [ helios-setup] Sep 07 03:35:39.241 INFO E| Compiling camino v1.1.4 |
2836 | 2024-09-07T03:35:41.849Z | [ helios-setup] Sep 07 03:35:40.701 INFO E| Compiling hostname v0.3.1 |
2837 | 2024-09-07T03:35:43.243Z | [ host-package] Compiling sled v0.34.7 |
2838 | 2024-09-07T03:35:43.435Z | [ helios-setup] Sep 07 03:35:42.287 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
2839 | 2024-09-07T03:35:44.581Z | [ host-package] Compiling mime_guess v2.0.4 |
2840 | 2024-09-07T03:35:45.419Z | [ host-package] Compiling hickory-client v0.24.1 |
2841 | 2024-09-07T03:35:46.038Z | [ helios-setup] Sep 07 03:35:44.889 INFO E| Compiling toml_edit v0.19.8 |
2842 | 2024-09-07T03:35:47.338Z | [ host-package] Compiling env_logger v0.9.3 |
2843 | 2024-09-07T03:35:47.989Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2844 | 2024-09-07T03:35:51.560Z | [ helios-setup] Sep 07 03:35:50.411 INFO E| Compiling slog-json v2.6.1 |
2845 | 2024-09-07T03:35:52.499Z | [ helios-setup] Sep 07 03:35:51.349 INFO E| Compiling unicode-linebreak v0.1.4 |
2846 | 2024-09-07T03:35:53.929Z | [ helios-setup] Sep 07 03:35:52.779 INFO E| Compiling async-stream-impl v0.3.5 |
2847 | 2024-09-07T03:35:54.488Z | [ host-package] Compiling tungstenite v0.20.1 |
2848 | 2024-09-07T03:35:55.329Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2849 | 2024-09-07T03:35:56.770Z | [ helios-setup] Sep 07 03:35:55.619 INFO E| Compiling rhai_codegen v1.5.0 |
2850 | 2024-09-07T03:35:57.538Z | [ helios-setup] Sep 07 03:35:56.388 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2851 | 2024-09-07T03:35:57.884Z | [ helios-setup] Sep 07 03:35:56.733 INFO E| Compiling take_mut v0.2.2 |
2852 | 2024-09-07T03:35:58.810Z | [ helios-setup] Sep 07 03:35:57.659 INFO E| Compiling async-stream v0.3.5 |
2853 | 2024-09-07T03:35:59.527Z | [ helios-setup] Sep 07 03:35:58.374 INFO E| Compiling toml v0.7.3 |
2854 | 2024-09-07T03:35:59.664Z | [ helios-setup] Sep 07 03:35:58.513 INFO E| Compiling slog-bunyan v2.4.0 |
2855 | 2024-09-07T03:36:00.501Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2856 | 2024-09-07T03:36:00.517Z | [ helios-setup] Sep 07 03:35:59.290 INFO E| Compiling tokio-rustls v0.24.0 |
2857 | 2024-09-07T03:36:01.925Z | [ helios-setup] Sep 07 03:36:00.774 INFO E| Compiling rhai v1.14.0 |
2858 | 2024-09-07T03:36:04.031Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2859 | 2024-09-07T03:36:06.155Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2860 | 2024-09-07T03:36:06.614Z | [ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2861 | 2024-09-07T03:36:06.711Z | [ host-package] Compiling hickory-server v0.24.1 |
2862 | 2024-09-07T03:36:07.515Z | [ host-package] Compiling bcs v0.1.6 |
2863 | 2024-09-07T03:36:07.743Z | [ helios-setup] Sep 07 03:36:06.591 INFO E| Compiling rustls-pemfile v1.0.2 |
2864 | 2024-09-07T03:36:08.819Z | [ helios-setup] Sep 07 03:36:07.667 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2865 | 2024-09-07T03:36:08.960Z | [ helios-setup] Sep 07 03:36:07.808 INFO E| Compiling bincode v1.3.3 |
2866 | 2024-09-07T03:36:09.575Z | [ helios-setup] Sep 07 03:36:08.423 INFO E| Compiling serde_path_to_error v0.1.11 |
2867 | 2024-09-07T03:36:09.765Z | [ host-package] Compiling vergen v8.3.2 |
2868 | 2024-09-07T03:36:10.655Z | [ host-package] Compiling bitstruct_derive v0.1.0 |
2869 | 2024-09-07T03:36:11.867Z | [ helios-setup] Sep 07 03:36:10.714 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
2870 | 2024-09-07T03:36:12.174Z | [ helios-setup] Sep 07 03:36:11.021 INFO E| Compiling terminal_size v0.2.6 |
2871 | 2024-09-07T03:36:12.399Z | [ helios-setup] Sep 07 03:36:11.246 INFO E| Compiling smawk v0.3.1 |
2872 | 2024-09-07T03:36:12.922Z | [ helios-setup] Sep 07 03:36:11.769 INFO E| Compiling textwrap v0.16.0 |
2873 | 2024-09-07T03:36:13.622Z | [ host-package] Compiling cargo-platform v0.1.8 |
2874 | 2024-09-07T03:36:14.672Z | [ host-package] Compiling nanorand v0.7.0 |
2875 | 2024-09-07T03:36:16.022Z | [ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2876 | 2024-09-07T03:36:16.382Z | [ host-package] Compiling memoffset v0.9.1 |
2877 | 2024-09-07T03:36:16.593Z | [ host-package] Compiling ascii v1.1.0 |
2878 | 2024-09-07T03:36:17.956Z | [ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2879 | 2024-09-07T03:36:18.148Z | [ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2880 | 2024-09-07T03:36:19.054Z | [ host-package] Compiling flume v0.11.0 |
2881 | 2024-09-07T03:36:20.507Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2882 | 2024-09-07T03:36:20.539Z | [ host-package] Compiling bitstruct v0.1.1 |
2883 | 2024-09-07T03:36:21.189Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2884 | 2024-09-07T03:36:27.179Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2885 | 2024-09-07T03:36:28.992Z | [ host-package] error[E0308]: mismatched types |
2886 | 2024-09-07T03:36:28.992Z | [ host-package] --> nexus/auth/src/authn/silos.rs:110:65 |
2887 | 2024-09-07T03:36:28.994Z | [ host-package] | |
2888 | 2024-09-07T03:36:28.994Z | [ host-package] 110 | authn_request.signed_redirect(&encoded_relay_state, &key) |
2889 | 2024-09-07T03:36:28.994Z | [ host-package] | --------------- ^^^^ expected `PKey<Private>`, found `&Vec<u8>` |
2890 | 2024-09-07T03:36:28.994Z | [ host-package] | | |
2891 | 2024-09-07T03:36:28.994Z | [ host-package] | arguments to this method are incorrect |
2892 | 2024-09-07T03:36:28.995Z | [ host-package] | |
2893 | 2024-09-07T03:36:28.995Z | [ host-package] = note: expected struct `PKey<Private>` |
2894 | 2024-09-07T03:36:28.995Z | [ host-package] found reference `&Vec<u8>` |
2895 | 2024-09-07T03:36:28.995Z | [ host-package] note: method defined here |
2896 | 2024-09-07T03:36:28.995Z | [ host-package] --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.17/src/service_provider/mod.rs:555:12 |
2897 | 2024-09-07T03:36:28.995Z | [ host-package] | |
2898 | 2024-09-07T03:36:28.995Z | [ host-package] 555 | pub fn signed_redirect( |
2899 | 2024-09-07T03:36:28.995Z | [ host-package] | ^^^^^^^^^^^^^^^ |
2900 | 2024-09-07T03:36:28.995Z | [ host-package] |
2901 | 2024-09-07T03:36:29.046Z | [ host-package] error[E0308]: mismatched types |
2902 | 2024-09-07T03:36:29.046Z | [ host-package] --> nexus/auth/src/authn/silos.rs:298:13 |
2903 | 2024-09-07T03:36:29.048Z | [ host-package] | |
2904 | 2024-09-07T03:36:29.048Z | [ host-package] 297 | let signature_algorithm: String = |
2905 | 2024-09-07T03:36:29.048Z | [ host-package] | ------ expected due to this |
2906 | 2024-09-07T03:36:29.048Z | [ host-package] 298 | assertion_signature.signed_info.signature_method.algorithm; |
2907 | 2024-09-07T03:36:29.048Z | [ host-package] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `String`, found `SignatureAlgorithm` |
2908 | 2024-09-07T03:36:29.048Z | [ host-package] |
2909 | 2024-09-07T03:36:29.941Z | [ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2910 | 2024-09-07T03:36:31.210Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2911 | 2024-09-07T03:36:32.960Z | [ host-package] For more information about this error, try `rustc --explain E0308`. |
2912 | 2024-09-07T03:36:33.060Z | [ host-package] error: could not compile `nexus-auth` (lib) due to 2 previous errors |
2913 | 2024-09-07T03:36:33.060Z | [ host-package] warning: build failed, waiting for other jobs to finish... |
2914 | 2024-09-07T03:36:41.617Z | [ helios-setup] Sep 07 03:36:40.459 INFO E| Compiling git2 v0.16.1 |
2915 | 2024-09-07T03:36:47.049Z | [ helios-setup] Sep 07 03:36:45.890 INFO E| Compiling built v0.6.0 |
2916 | 2024-09-07T03:36:50.653Z | [ helios-setup] Sep 07 03:36:49.494 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2917 | 2024-09-07T03:36:52.240Z | [ helios-setup] Sep 07 03:36:51.080 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
2918 | 2024-09-07T03:36:52.929Z | [ helios-setup] Sep 07 03:36:51.769 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
2919 | 2024-09-07T03:37:10.425Z | [ helios-setup] Sep 07 03:37:09.263 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
2920 | 2024-09-07T03:37:10.842Z | [ host-package] Error: Failed to build packages |
2921 | 2024-09-07T03:37:10.845Z | Sep 07 03:37:09.683 ERRO [host-package] process exited with exit status: 1 (385.979334048s) |
2922 | 2024-09-07T03:37:10.849Z | Error: command `/work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package` exited with exit status: 1 |
2923 | 2024-09-07T03:37:10.867Z | process exited: duration 1119191 ms, exit code 1 |
|
2924 | 2024-09-07T03:37:10.876Z | found 5 output files |
2925 | 2024-09-07T03:37:10.876Z | uploading: /work/helios-setup.log (40531 bytes) |
2926 | 2024-09-07T03:37:11.886Z | uploaded: /work/helios-setup.log |
2927 | 2024-09-07T03:37:11.886Z | uploading: /work/host-package.log (13814 bytes) |
2928 | 2024-09-07T03:37:12.899Z | uploaded: /work/host-package.log |
2929 | 2024-09-07T03:37:12.899Z | uploading: /work/host-target.log (101 bytes) |
2930 | 2024-09-07T03:37:13.906Z | uploaded: /work/host-target.log |
2931 | 2024-09-07T03:37:13.906Z | uploading: /work/omicron-package.log (4418 bytes) |
2932 | 2024-09-07T03:37:14.914Z | uploaded: /work/omicron-package.log |
2933 | 2024-09-07T03:37:14.914Z | uploading: /work/recovery-target.log (98 bytes) |
2934 | 2024-09-07T03:37:15.922Z | uploaded: /work/recovery-target.log |
2935 | 2024-09-07T03:37:15.922Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
2936 | 2024-09-07T03:37:15.922Z | upload error: rule "/work/repo.zip" required a match, but was not used |
2937 | 2024-09-07T03:37:15.922Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |