|
|
|
1 | 2024-08-07T03:17:47.958Z | job assigned to worker 01J4NDDNAGQGK4FMTE4TAJX0VB (queued for 1 m 6 s) |
|
2 | 2024-08-07T03:17:56.302Z | starting task 0: "setup" |
3 | 2024-08-07T03:17:56.404Z | ++ uname -s |
4 | 2024-08-07T03:17:56.414Z | + kern=SunOS |
5 | 2024-08-07T03:17:56.414Z | + case "$kern" in |
6 | 2024-08-07T03:17:56.414Z | + groupadd -g 12345 build |
7 | 2024-08-07T03:17:56.414Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-07T03:17:58.482Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-07T03:17:58.618Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-07T03:17:58.621Z | + home_fs=zfs |
11 | 2024-08-07T03:17:58.622Z | + [[ zfs == autofs ]] |
12 | 2024-08-07T03:17:58.622Z | + mkdir -p /home/build |
13 | 2024-08-07T03:17:58.624Z | + chown build:build /home/build /work |
14 | 2024-08-07T03:18:00.625Z | + chmod 0700 /home/build /work |
15 | 2024-08-07T03:18:00.627Z | process exited: duration 4329 ms, exit code 0 |
|
16 | 2024-08-07T03:18:00.634Z | starting task 1: "rust-toolchain" |
17 | 2024-08-07T03:18:00.639Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-07T03:18:00.639Z | ' 1.80.0 |
19 | 2024-08-07T03:18:00.639Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-07T03:18:00.639Z | * toolchain channel = "1.80.0" |
21 | 2024-08-07T03:18:00.639Z | ' default |
22 | 2024-08-07T03:18:00.640Z | * toolchain profile = "default" |
23 | 2024-08-07T03:18:00.643Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-07T03:18:00.643Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-07T03:18:00.732Z | info: downloading installer |
26 | 2024-08-07T03:18:02.181Z | info: profile set to 'default' |
27 | 2024-08-07T03:18:02.182Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-07T03:18:02.188Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-07T03:18:02.326Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-07T03:18:02.327Z | info: downloading component 'cargo' |
31 | 2024-08-07T03:18:03.060Z | info: downloading component 'clippy' |
32 | 2024-08-07T03:18:03.321Z | info: downloading component 'rust-docs' |
33 | 2024-08-07T03:18:04.340Z | info: downloading component 'rust-std' |
34 | 2024-08-07T03:18:05.803Z | info: downloading component 'rustc' |
35 | 2024-08-07T03:18:09.832Z | info: downloading component 'rustfmt' |
36 | 2024-08-07T03:18:10.044Z | info: installing component 'cargo' |
37 | 2024-08-07T03:18:10.925Z | info: installing component 'clippy' |
38 | 2024-08-07T03:18:11.337Z | info: installing component 'rust-docs' |
39 | 2024-08-07T03:18:12.936Z | info: installing component 'rust-std' |
40 | 2024-08-07T03:18:14.664Z | info: installing component 'rustc' |
41 | 2024-08-07T03:18:19.336Z | info: installing component 'rustfmt' |
42 | 2024-08-07T03:18:19.694Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-07T03:18:19.694Z | |
44 | 2024-08-07T03:18:19.963Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-07T03:18:19.963Z | |
46 | 2024-08-07T03:18:19.966Z | |
47 | 2024-08-07T03:18:19.966Z | Rust is installed now. Great! |
48 | 2024-08-07T03:18:19.966Z | |
49 | 2024-08-07T03:18:19.966Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-07T03:18:19.966Z | environment variable. This has not been done automatically. |
51 | 2024-08-07T03:18:19.966Z | |
52 | 2024-08-07T03:18:19.966Z | To configure your current shell, you need to source |
53 | 2024-08-07T03:18:19.966Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-07T03:18:19.966Z | |
55 | 2024-08-07T03:18:19.966Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-07T03:18:19.966Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-07T03:18:19.966Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-07T03:18:20.039Z | + rustc --version |
59 | 2024-08-07T03:18:20.104Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-07T03:18:20.107Z | process exited: duration 19472 ms, exit code 0 |
|
61 | 2024-08-07T03:18:20.116Z | starting task 2: "authentication" |
62 | 2024-08-07T03:18:20.136Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-07T03:18:20.143Z | starting task 3: "clone repository" |
64 | 2024-08-07T03:18:20.148Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-07T03:18:20.153Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-07T03:18:20.776Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-07T03:18:27.335Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-07T03:18:27.335Z | + git fetch origin d40ca80bc48745139dcc233a1cf6ca33a484d3c7 |
69 | 2024-08-07T03:18:27.627Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-07T03:18:27.628Z | * branch d40ca80bc48745139dcc233a1cf6ca33a484d3c7 -> FETCH_HEAD |
71 | 2024-08-07T03:18:27.642Z | + [[ -n renovate/foreign-types-0.x ]] |
72 | 2024-08-07T03:18:27.642Z | ++ git branch --show-current |
73 | 2024-08-07T03:18:27.642Z | + current=main |
74 | 2024-08-07T03:18:27.643Z | + [[ main != renovate/foreign-types-0.x ]] |
75 | 2024-08-07T03:18:27.643Z | + git branch -f renovate/foreign-types-0.x d40ca80bc48745139dcc233a1cf6ca33a484d3c7 |
76 | 2024-08-07T03:18:27.643Z | + git checkout -f renovate/foreign-types-0.x |
77 | 2024-08-07T03:18:27.779Z | Switched to branch 'renovate/foreign-types-0.x' |
78 | 2024-08-07T03:18:27.788Z | + git reset --hard d40ca80bc48745139dcc233a1cf6ca33a484d3c7 |
79 | 2024-08-07T03:18:27.911Z | HEAD is now at d40ca80bc Update Rust crate foreign-types to 0.5.0 |
80 | 2024-08-07T03:18:27.918Z | process exited: duration 7766 ms, exit code 0 |
|
81 | 2024-08-07T03:18:27.928Z | starting task 4: "build" |
82 | 2024-08-07T03:18:27.937Z | + cargo --version |
83 | 2024-08-07T03:18:27.994Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-07T03:18:27.997Z | + rustc --version |
85 | 2024-08-07T03:18:28.049Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-07T03:18:28.052Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-08-07T03:18:45.566Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-08-07T03:18:47.739Z | Startup: Caching catalogs ... Done |
89 | 2024-08-07T03:18:51.538Z | Planning: Solver setup ... Done (3.219s) |
90 | 2024-08-07T03:18:51.598Z | Planning: Running solver ... Done (0.061s) |
91 | 2024-08-07T03:18:51.652Z | Planning: Finding local manifests ... Done (0.004s) |
92 | 2024-08-07T03:18:51.680Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2024-08-07T03:18:51.998Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2024-08-07T03:18:52.049Z | Planning: Package planning ... Done (0.051s) |
95 | 2024-08-07T03:18:52.099Z | Planning: Merging actions ... Done (0.050s) |
96 | 2024-08-07T03:18:52.860Z | Planning: Checking for conflicting actions ... Done (0.761s) |
97 | 2024-08-07T03:18:52.871Z | Planning: Consolidating action changes ... Done (0.011s) |
98 | 2024-08-07T03:18:57.408Z | Planning: Evaluating mediators ... Done (4.537s) |
99 | 2024-08-07T03:18:57.417Z | Planning: Planning completed in 9.61 seconds |
100 | 2024-08-07T03:18:58.055Z | Packages to install: 4 |
101 | 2024-08-07T03:18:58.056Z | Mediators to change: 2 |
102 | 2024-08-07T03:18:58.058Z | Services to change: 1 |
103 | 2024-08-07T03:18:58.058Z | Estimated space available: 155.76 GB |
104 | 2024-08-07T03:18:58.058Z | Estimated space to be consumed: 1.47 GB |
105 | 2024-08-07T03:18:58.058Z | Create boot environment: No |
106 | 2024-08-07T03:18:58.058Z | Create backup boot environment: No |
107 | 2024-08-07T03:18:58.058Z | Rebuild boot archive: No |
108 | 2024-08-07T03:18:58.058Z | |
109 | 2024-08-07T03:18:58.058Z | Changed mediators: |
110 | 2024-08-07T03:18:58.058Z | mediator clang: |
111 | 2024-08-07T03:18:58.059Z | version: None -> 15 (system default) |
112 | 2024-08-07T03:18:58.059Z | |
113 | 2024-08-07T03:18:58.059Z | mediator llvm: |
114 | 2024-08-07T03:18:58.059Z | version: 14 (system default) -> 15 (system default) |
115 | 2024-08-07T03:18:58.059Z | |
116 | 2024-08-07T03:18:58.059Z | Changed packages: |
117 | 2024-08-07T03:18:58.059Z | helios-dev |
118 | 2024-08-07T03:18:58.059Z | developer/build-essential |
119 | 2024-08-07T03:18:58.059Z | None -> 11-2.0 |
120 | 2024-08-07T03:18:58.059Z | library/libxmlsec1 |
121 | 2024-08-07T03:18:58.059Z | None -> 1.2.35-2.0 |
122 | 2024-08-07T03:18:58.059Z | ooce/developer/clang-15 |
123 | 2024-08-07T03:18:58.059Z | None -> 15.0.7-2.0 |
124 | 2024-08-07T03:18:58.059Z | ooce/developer/llvm-15 |
125 | 2024-08-07T03:18:58.059Z | None -> 15.0.7-2.0 |
126 | 2024-08-07T03:18:58.059Z | |
127 | 2024-08-07T03:18:58.059Z | Services: |
128 | 2024-08-07T03:18:58.059Z | restart_fmri: |
129 | 2024-08-07T03:18:58.059Z | svc:/system/update-man-index:default |
130 | 2024-08-07T03:18:58.197Z | |
131 | 2024-08-07T03:18:58.197Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2024-08-07T03:19:04.317Z | Download: 209/3290 items 1.3/212.6MB 0% complete (899k/s) |
133 | 2024-08-07T03:19:10.722Z | Download: 213/3290 items 1.3/212.6MB 0% complete (792k/s) |
134 | 2024-08-07T03:19:15.754Z | Download: 317/3290 items 16.3/212.6MB 7% complete (2.1M/s) |
135 | 2024-08-07T03:19:20.748Z | Download: 519/3290 items 17.3/212.6MB 8% complete (1.7M/s) |
136 | 2024-08-07T03:19:25.754Z | Download: 709/3290 items 18.0/212.6MB 8% complete (228k/s) |
137 | 2024-08-07T03:19:30.776Z | Download: 1101/3290 items 19.7/212.6MB 9% complete (251k/s) |
138 | 2024-08-07T03:19:35.967Z | Download: 1192/3290 items 83.4/212.6MB 39% complete (6.5M/s) |
139 | 2024-08-07T03:19:56.842Z | Download: 1196/3290 items 83.4/212.6MB 39% complete |
140 | 2024-08-07T03:20:01.853Z | Download: 1491/3290 items 116.8/212.6MB 54% complete (7.9M/s) |
141 | 2024-08-07T03:20:06.860Z | Download: 1837/3290 items 118.5/212.6MB 55% complete (3.7M/s) |
142 | 2024-08-07T03:20:11.877Z | Download: 2122/3290 items 118.9/212.6MB 55% complete (236k/s) |
143 | 2024-08-07T03:20:17.388Z | Download: 2219/3290 items 119.2/212.6MB 56% complete (155k/s) |
144 | 2024-08-07T03:20:24.491Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (137k/s) |
145 | 2024-08-07T03:20:29.904Z | Download: 2224/3290 items 119.2/212.6MB 56% complete |
146 | 2024-08-07T03:20:34.904Z | Download: 3247/3290 items 193.1/212.6MB 90% complete (14.7M/s) |
147 | 2024-08-07T03:20:41.383Z | Download: 3289/3290 items 212.6/212.6MB 100% complete (12.1M/s) |
148 | 2024-08-07T03:20:41.405Z | Download: Completed 212.60 MB in 103.21 seconds (2.1M/s) |
149 | 2024-08-07T03:20:41.609Z | Actions: 1/3689 actions (Installing new actions) |
150 | 2024-08-07T03:20:46.791Z | Actions: 3627/3689 actions (Installing new actions) |
151 | 2024-08-07T03:20:46.861Z | Actions: Completed 3689 actions in 5.25 seconds. |
152 | 2024-08-07T03:20:47.124Z | Done (0.258s) |
153 | 2024-08-07T03:20:47.124Z | Done (0.000s) |
154 | 2024-08-07T03:20:47.470Z | Done (0.346s) |
155 | 2024-08-07T03:20:52.657Z | Done (5.023s) |
156 | 2024-08-07T03:20:52.823Z | Done (0.097s) |
157 | 2024-08-07T03:20:52.826Z | Done (0.000s) |
158 | 2024-08-07T03:20:53.044Z | Done (0.000s) |
159 | 2024-08-07T03:20:53.624Z | Planning: Evaluating mediator changes ... Done |
160 | 2024-08-07T03:20:53.785Z | Planning: Checking for conflicting actions ... Done |
161 | 2024-08-07T03:20:53.788Z | Planning: Consolidating action changes ... Done |
162 | 2024-08-07T03:20:54.054Z | Planning: Evaluating mediators ... Done |
163 | 2024-08-07T03:20:54.057Z | Planning: Planning completed in 0.43 seconds |
164 | 2024-08-07T03:20:54.087Z | Mediators to change: 2 |
165 | 2024-08-07T03:20:54.087Z | Create boot environment: No |
166 | 2024-08-07T03:20:54.090Z | Create backup boot environment: No |
167 | 2024-08-07T03:20:54.171Z | Done |
168 | 2024-08-07T03:20:54.171Z | Done |
169 | 2024-08-07T03:20:54.391Z | Done |
170 | 2024-08-07T03:20:57.837Z | Done |
171 | 2024-08-07T03:20:57.918Z | Done |
172 | 2024-08-07T03:20:57.921Z | Done |
173 | 2024-08-07T03:20:58.090Z | Done |
174 | 2024-08-07T03:20:58.703Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-08-07T03:20:58.706Z | Planning: Merging actions ... Done |
176 | 2024-08-07T03:20:58.896Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-08-07T03:20:58.899Z | Planning: Consolidating action changes ... Done |
178 | 2024-08-07T03:20:59.161Z | Planning: Evaluating mediators ... Done |
179 | 2024-08-07T03:20:59.217Z | Planning: Planning completed in 0.76 seconds |
180 | 2024-08-07T03:20:59.253Z | Packages to change: 1 |
181 | 2024-08-07T03:20:59.253Z | Mediators to change: 1 |
182 | 2024-08-07T03:20:59.256Z | Services to change: 1 |
183 | 2024-08-07T03:20:59.256Z | Create boot environment: No |
184 | 2024-08-07T03:20:59.256Z | Create backup boot environment: Yes |
185 | 2024-08-07T03:21:01.359Z | Actions: 1/6 actions (Updating modified actions) |
186 | 2024-08-07T03:21:01.405Z | Actions: Completed 6 actions in 0.05 seconds. |
187 | 2024-08-07T03:21:01.408Z | Done |
188 | 2024-08-07T03:21:01.408Z | Done |
189 | 2024-08-07T03:21:01.480Z | Done |
190 | 2024-08-07T03:21:05.096Z | Done |
191 | 2024-08-07T03:21:05.183Z | Done |
192 | 2024-08-07T03:21:05.187Z | Done |
193 | 2024-08-07T03:21:05.359Z | Done |
194 | 2024-08-07T03:21:05.793Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
195 | 2024-08-07T03:21:05.793Z | clang system 15 system |
196 | 2024-08-07T03:21:05.793Z | csh system system illumos |
197 | 2024-08-07T03:21:05.793Z | ctags system system illumos |
198 | 2024-08-07T03:21:05.793Z | gcc vendor 12 vendor |
199 | 2024-08-07T03:21:05.793Z | gcc system 10 system |
200 | 2024-08-07T03:21:05.793Z | gcc system 7 system |
201 | 2024-08-07T03:21:05.793Z | go system 1.20 system |
202 | 2024-08-07T03:21:05.793Z | go system 1.19 system |
203 | 2024-08-07T03:21:05.793Z | llvm system 15 system |
204 | 2024-08-07T03:21:05.793Z | llvm system 14 system |
205 | 2024-08-07T03:21:05.793Z | mariadb system 10.6 system |
206 | 2024-08-07T03:21:05.793Z | mta vendor vendor dma |
207 | 2024-08-07T03:21:05.793Z | openjdk system 17 system |
208 | 2024-08-07T03:21:05.793Z | openjdk system 11 system |
209 | 2024-08-07T03:21:05.794Z | openjdk system 1.8 system |
210 | 2024-08-07T03:21:05.794Z | openssl vendor 3 vendor |
211 | 2024-08-07T03:21:05.794Z | perl system 5.36 system |
212 | 2024-08-07T03:21:05.794Z | postgresql system 15 system |
213 | 2024-08-07T03:21:05.794Z | postgresql system 13 system |
214 | 2024-08-07T03:21:05.794Z | python vendor 3 vendor |
215 | 2024-08-07T03:21:05.794Z | python system 2 system |
216 | 2024-08-07T03:21:05.794Z | python3 system 3.11 system |
217 | 2024-08-07T03:21:05.794Z | ruby system 3.0 system |
218 | 2024-08-07T03:21:05.794Z | words vendor vendor american-english |
219 | 2024-08-07T03:21:05.794Z | words system system australian-english |
220 | 2024-08-07T03:21:05.794Z | words system system british-english |
221 | 2024-08-07T03:21:05.794Z | words system system canadian-english |
222 | 2024-08-07T03:21:05.794Z | words system system french |
223 | 2024-08-07T03:21:05.794Z | words system system italian |
224 | 2024-08-07T03:21:05.794Z | words system system ngerman |
225 | 2024-08-07T03:21:05.794Z | words system system ogerman |
226 | 2024-08-07T03:21:05.794Z | words system system spanish |
227 | 2024-08-07T03:21:06.121Z | PUBLISHER TYPE STATUS P LOCATION |
228 | 2024-08-07T03:21:06.121Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
229 | 2024-08-07T03:21:07.763Z | FMRI IFO |
230 | 2024-08-07T03:21:07.763Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
231 | 2024-08-07T03:21:07.763Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
232 | 2024-08-07T03:21:07.763Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
233 | 2024-08-07T03:21:07.763Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
234 | 2024-08-07T03:21:07.764Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
235 | 2024-08-07T03:21:07.764Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2024-08-07T03:21:07.764Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
237 | 2024-08-07T03:21:07.764Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
238 | 2024-08-07T03:21:07.764Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
239 | 2024-08-07T03:21:07.764Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
240 | 2024-08-07T03:21:07.764Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
241 | 2024-08-07T03:21:07.764Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
242 | 2024-08-07T03:21:08.333Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
243 | 2024-08-07T03:21:08.561Z | Updating git repository `https://github.com/oxidecomputer/zone` |
244 | 2024-08-07T03:21:08.802Z | Updating crates.io index |
245 | 2024-08-07T03:21:08.835Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
246 | 2024-08-07T03:21:09.483Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
247 | 2024-08-07T03:21:10.184Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
248 | 2024-08-07T03:21:10.425Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
249 | 2024-08-07T03:21:11.943Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
250 | 2024-08-07T03:21:12.181Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
251 | 2024-08-07T03:21:12.438Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
252 | 2024-08-07T03:21:13.471Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
253 | 2024-08-07T03:21:15.275Z | Updating git repository `https://github.com/oxidecomputer/opte` |
254 | 2024-08-07T03:21:16.189Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
255 | 2024-08-07T03:21:16.930Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
256 | 2024-08-07T03:21:17.411Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
257 | 2024-08-07T03:21:17.675Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
258 | 2024-08-07T03:21:17.923Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
259 | 2024-08-07T03:21:18.257Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
260 | 2024-08-07T03:21:18.531Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
261 | 2024-08-07T03:21:18.774Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
262 | 2024-08-07T03:21:18.990Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
263 | 2024-08-07T03:21:19.237Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
264 | 2024-08-07T03:21:19.544Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
265 | 2024-08-07T03:21:19.805Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
266 | 2024-08-07T03:21:20.107Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
267 | 2024-08-07T03:21:20.422Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
268 | 2024-08-07T03:21:20.857Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
269 | 2024-08-07T03:21:21.260Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
270 | 2024-08-07T03:21:21.653Z | Updating git repository `https://github.com/oxidecomputer/typify` |
271 | 2024-08-07T03:21:23.584Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
272 | 2024-08-07T03:21:23.803Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
273 | 2024-08-07T03:21:24.064Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
274 | 2024-08-07T03:21:24.383Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
275 | 2024-08-07T03:21:25.613Z | Downloading crates ... |
276 | 2024-08-07T03:21:25.703Z | Downloaded cargo-platform v0.1.8 |
277 | 2024-08-07T03:21:25.706Z | Downloaded byteorder v1.5.0 |
278 | 2024-08-07T03:21:25.709Z | Downloaded anstyle-parse v0.2.4 |
279 | 2024-08-07T03:21:25.709Z | Downloaded block-buffer v0.10.4 |
280 | 2024-08-07T03:21:25.712Z | Downloaded autocfg v1.3.0 |
281 | 2024-08-07T03:21:25.712Z | Downloaded anstyle-query v1.0.3 |
282 | 2024-08-07T03:21:25.723Z | Downloaded swrite v0.1.0 |
283 | 2024-08-07T03:21:25.729Z | Downloaded dtrace-parser v0.2.0 |
284 | 2024-08-07T03:21:25.732Z | Downloaded anstream v0.6.14 |
285 | 2024-08-07T03:21:25.738Z | Downloaded serde_spanned v0.6.7 |
286 | 2024-08-07T03:21:25.741Z | Downloaded proc-macro-error-attr v1.0.4 |
287 | 2024-08-07T03:21:25.741Z | Downloaded bytecount v0.6.8 |
288 | 2024-08-07T03:21:25.744Z | Downloaded anstyle v1.0.8 |
289 | 2024-08-07T03:21:25.747Z | Downloaded fs-err v2.11.0 |
290 | 2024-08-07T03:21:25.750Z | Downloaded heck v0.4.1 |
291 | 2024-08-07T03:21:25.750Z | Downloaded errno v0.3.9 |
292 | 2024-08-07T03:21:25.752Z | Downloaded thread-id v4.2.1 |
293 | 2024-08-07T03:21:25.752Z | Downloaded terminal_size v0.3.0 |
294 | 2024-08-07T03:21:25.755Z | Downloaded usdt v0.5.0 |
295 | 2024-08-07T03:21:25.758Z | Downloaded scroll v0.12.0 |
296 | 2024-08-07T03:21:25.758Z | Downloaded thiserror v1.0.63 |
297 | 2024-08-07T03:21:25.762Z | Downloaded itoa v1.0.11 |
298 | 2024-08-07T03:21:25.765Z | Downloaded digest v0.10.7 |
299 | 2024-08-07T03:21:25.768Z | Downloaded cpufeatures v0.2.12 |
300 | 2024-08-07T03:21:25.768Z | Downloaded version_check v0.9.5 |
301 | 2024-08-07T03:21:25.768Z | Downloaded toml_datetime v0.6.8 |
302 | 2024-08-07T03:21:25.771Z | Downloaded utf8parse v0.2.1 |
303 | 2024-08-07T03:21:25.771Z | Downloaded cargo_metadata v0.18.1 |
304 | 2024-08-07T03:21:25.773Z | Downloaded colorchoice v1.0.1 |
305 | 2024-08-07T03:21:25.773Z | Downloaded pest_derive v2.7.10 |
306 | 2024-08-07T03:21:25.776Z | Downloaded pretty-hex v0.4.1 |
307 | 2024-08-07T03:21:25.780Z | Downloaded semver v1.0.23 |
308 | 2024-08-07T03:21:25.782Z | Downloaded equivalent v1.0.1 |
309 | 2024-08-07T03:21:25.785Z | Downloaded is_terminal_polyfill v1.70.0 |
310 | 2024-08-07T03:21:25.791Z | Downloaded usdt-macro v0.5.0 |
311 | 2024-08-07T03:21:25.794Z | Downloaded usdt-attr-macro v0.5.0 |
312 | 2024-08-07T03:21:25.799Z | Downloaded scroll_derive v0.12.0 |
313 | 2024-08-07T03:21:25.802Z | Downloaded bitflags v2.6.0 |
314 | 2024-08-07T03:21:25.806Z | Downloaded usdt-impl v0.5.0 |
315 | 2024-08-07T03:21:25.809Z | Downloaded camino v1.1.7 |
316 | 2024-08-07T03:21:25.809Z | Downloaded sha2 v0.10.8 |
317 | 2024-08-07T03:21:25.812Z | Downloaded log v0.4.21 |
318 | 2024-08-07T03:21:25.812Z | Downloaded unicode-ident v1.0.12 |
319 | 2024-08-07T03:21:25.815Z | Downloaded papergrid v0.11.0 |
320 | 2024-08-07T03:21:25.819Z | Downloaded clap v4.5.13 |
321 | 2024-08-07T03:21:25.827Z | Downloaded fnv v1.0.7 |
322 | 2024-08-07T03:21:25.830Z | Downloaded heck v0.5.0 |
323 | 2024-08-07T03:21:25.830Z | Downloaded generic-array v0.14.7 |
324 | 2024-08-07T03:21:25.834Z | Downloaded dof v0.3.0 |
325 | 2024-08-07T03:21:25.834Z | Downloaded clap_lex v0.7.0 |
326 | 2024-08-07T03:21:25.834Z | Downloaded anyhow v1.0.86 |
327 | 2024-08-07T03:21:25.837Z | Downloaded crypto-common v0.1.6 |
328 | 2024-08-07T03:21:25.837Z | Downloaded thiserror-impl v1.0.63 |
329 | 2024-08-07T03:21:25.841Z | Downloaded tabled_derive v0.7.0 |
330 | 2024-08-07T03:21:25.841Z | Downloaded strsim v0.11.1 |
331 | 2024-08-07T03:21:25.841Z | Downloaded plain v0.2.3 |
332 | 2024-08-07T03:21:25.844Z | Downloaded cfg-if v1.0.0 |
333 | 2024-08-07T03:21:25.844Z | Downloaded typenum v1.17.0 |
334 | 2024-08-07T03:21:25.847Z | Downloaded serde_tokenstream v0.2.1 |
335 | 2024-08-07T03:21:25.850Z | Downloaded pest_meta v2.7.10 |
336 | 2024-08-07T03:21:25.850Z | Downloaded proc-macro2 v1.0.86 |
337 | 2024-08-07T03:21:25.853Z | Downloaded clap_derive v4.5.13 |
338 | 2024-08-07T03:21:25.856Z | Downloaded pest_generator v2.7.10 |
339 | 2024-08-07T03:21:25.856Z | Downloaded quote v1.0.36 |
340 | 2024-08-07T03:21:25.859Z | Downloaded proc-macro-error v1.0.4 |
341 | 2024-08-07T03:21:25.861Z | Downloaded memmap v0.7.0 |
342 | 2024-08-07T03:21:25.864Z | Downloaded macaddr v1.0.1 |
343 | 2024-08-07T03:21:25.864Z | Downloaded zerocopy-derive v0.7.34 |
344 | 2024-08-07T03:21:25.867Z | Downloaded cargo_toml v0.20.4 |
345 | 2024-08-07T03:21:25.870Z | Downloaded once_cell v1.19.0 |
346 | 2024-08-07T03:21:25.877Z | Downloaded ryu v1.0.18 |
347 | 2024-08-07T03:21:25.880Z | Downloaded serde_derive v1.0.204 |
348 | 2024-08-07T03:21:25.886Z | Downloaded ucd-trie v0.1.6 |
349 | 2024-08-07T03:21:25.888Z | Downloaded toml v0.8.19 |
350 | 2024-08-07T03:21:25.891Z | Downloaded memchr v2.7.2 |
351 | 2024-08-07T03:21:25.896Z | Downloaded indexmap v2.3.0 |
352 | 2024-08-07T03:21:25.912Z | Downloaded serde v1.0.204 |
353 | 2024-08-07T03:21:25.947Z | Downloaded toml_edit v0.22.20 |
354 | 2024-08-07T03:21:25.968Z | Downloaded zerocopy v0.7.34 |
355 | 2024-08-07T03:21:25.982Z | Downloaded pest v2.7.10 |
356 | 2024-08-07T03:21:25.987Z | Downloaded hashbrown v0.14.5 |
357 | 2024-08-07T03:21:25.992Z | Downloaded serde_json v1.0.122 |
358 | 2024-08-07T03:21:25.998Z | Downloaded clap_builder v4.5.13 |
359 | 2024-08-07T03:21:26.005Z | Downloaded winnow v0.6.18 |
360 | 2024-08-07T03:21:26.014Z | Downloaded tabled v0.15.0 |
361 | 2024-08-07T03:21:26.028Z | Downloaded goblin v0.8.2 |
362 | 2024-08-07T03:21:26.034Z | Downloaded syn v2.0.72 |
363 | 2024-08-07T03:21:26.044Z | Downloaded syn v1.0.109 |
364 | 2024-08-07T03:21:26.055Z | Downloaded unicode-width v0.1.13 |
365 | 2024-08-07T03:21:26.062Z | Downloaded rustix v0.38.34 |
366 | 2024-08-07T03:21:26.083Z | Downloaded libc v0.2.155 |
367 | 2024-08-07T03:21:26.374Z | Compiling proc-macro2 v1.0.86 |
368 | 2024-08-07T03:21:26.374Z | Compiling unicode-ident v1.0.12 |
369 | 2024-08-07T03:21:26.377Z | Compiling version_check v0.9.5 |
370 | 2024-08-07T03:21:26.377Z | Compiling serde v1.0.204 |
371 | 2024-08-07T03:21:26.377Z | Compiling memchr v2.7.2 |
372 | 2024-08-07T03:21:26.377Z | Compiling thiserror v1.0.63 |
373 | 2024-08-07T03:21:26.377Z | Compiling libc v0.2.155 |
374 | 2024-08-07T03:21:26.377Z | Compiling ucd-trie v0.1.6 |
375 | 2024-08-07T03:21:26.649Z | Compiling ryu v1.0.18 |
376 | 2024-08-07T03:21:26.994Z | Compiling itoa v1.0.11 |
377 | 2024-08-07T03:21:27.175Z | Compiling once_cell v1.19.0 |
378 | 2024-08-07T03:21:27.191Z | Compiling byteorder v1.5.0 |
379 | 2024-08-07T03:21:27.535Z | Compiling serde_json v1.0.122 |
380 | 2024-08-07T03:21:28.511Z | Compiling usdt-impl v0.5.0 |
381 | 2024-08-07T03:21:28.511Z | Compiling proc-macro-error-attr v1.0.4 |
382 | 2024-08-07T03:21:28.547Z | Compiling rustix v0.38.34 |
383 | 2024-08-07T03:21:28.589Z | Compiling syn v1.0.109 |
384 | 2024-08-07T03:21:28.592Z | Compiling proc-macro-error v1.0.4 |
385 | 2024-08-07T03:21:28.854Z | Compiling log v0.4.21 |
386 | 2024-08-07T03:21:28.938Z | Compiling equivalent v1.0.1 |
387 | 2024-08-07T03:21:28.966Z | Compiling hashbrown v0.14.5 |
388 | 2024-08-07T03:21:29.047Z | Compiling bitflags v2.6.0 |
389 | 2024-08-07T03:21:29.230Z | Compiling thread-id v4.2.1 |
390 | 2024-08-07T03:21:29.270Z | Compiling plain v0.2.3 |
391 | 2024-08-07T03:21:29.301Z | Compiling utf8parse v0.2.1 |
392 | 2024-08-07T03:21:29.414Z | Compiling quote v1.0.36 |
393 | 2024-08-07T03:21:29.461Z | Compiling anstyle-parse v0.2.4 |
394 | 2024-08-07T03:21:29.506Z | Compiling semver v1.0.23 |
395 | 2024-08-07T03:21:29.563Z | Compiling pretty-hex v0.4.1 |
396 | 2024-08-07T03:21:29.772Z | Compiling syn v2.0.72 |
397 | 2024-08-07T03:21:29.797Z | Compiling errno v0.3.9 |
398 | 2024-08-07T03:21:30.054Z | Compiling colorchoice v1.0.1 |
399 | 2024-08-07T03:21:30.079Z | Compiling anstyle v1.0.8 |
400 | 2024-08-07T03:21:30.100Z | Compiling winnow v0.6.18 |
401 | 2024-08-07T03:21:30.203Z | Compiling indexmap v2.3.0 |
402 | 2024-08-07T03:21:30.338Z | Compiling autocfg v1.3.0 |
403 | 2024-08-07T03:21:30.599Z | Compiling camino v1.1.7 |
404 | 2024-08-07T03:21:31.279Z | Compiling anstyle-query v1.0.3 |
405 | 2024-08-07T03:21:31.313Z | Compiling is_terminal_polyfill v1.70.0 |
406 | 2024-08-07T03:21:31.411Z | Compiling fs-err v2.11.0 |
407 | 2024-08-07T03:21:31.436Z | Compiling terminal_size v0.3.0 |
408 | 2024-08-07T03:21:31.460Z | Compiling anstream v0.6.14 |
409 | 2024-08-07T03:21:31.678Z | Compiling bytecount v0.6.8 |
410 | 2024-08-07T03:21:31.704Z | Compiling clap_lex v0.7.0 |
411 | 2024-08-07T03:21:31.767Z | Compiling anyhow v1.0.86 |
412 | 2024-08-07T03:21:31.772Z | Compiling fnv v1.0.7 |
413 | 2024-08-07T03:21:31.888Z | Compiling unicode-width v0.1.13 |
414 | 2024-08-07T03:21:31.925Z | Compiling heck v0.4.1 |
415 | 2024-08-07T03:21:32.131Z | Compiling strsim v0.11.1 |
416 | 2024-08-07T03:21:32.182Z | Compiling heck v0.5.0 |
417 | 2024-08-07T03:21:32.209Z | Compiling papergrid v0.11.0 |
418 | 2024-08-07T03:21:32.569Z | Compiling clap_builder v4.5.13 |
419 | 2024-08-07T03:21:32.596Z | Compiling memmap v0.7.0 |
420 | 2024-08-07T03:21:33.523Z | Compiling swrite v0.1.0 |
421 | 2024-08-07T03:21:35.027Z | Compiling tabled_derive v0.7.0 |
422 | 2024-08-07T03:21:36.461Z | Compiling tabled v0.15.0 |
423 | 2024-08-07T03:21:38.282Z | Compiling serde_derive v1.0.204 |
424 | 2024-08-07T03:21:38.282Z | Compiling thiserror-impl v1.0.63 |
425 | 2024-08-07T03:21:38.285Z | Compiling zerocopy-derive v0.7.34 |
426 | 2024-08-07T03:21:38.285Z | Compiling scroll_derive v0.12.0 |
427 | 2024-08-07T03:21:38.285Z | Compiling clap_derive v4.5.13 |
428 | 2024-08-07T03:21:39.556Z | Compiling scroll v0.12.0 |
429 | 2024-08-07T03:21:40.086Z | Compiling goblin v0.8.2 |
430 | 2024-08-07T03:21:40.215Z | Compiling zerocopy v0.7.34 |
431 | 2024-08-07T03:21:40.972Z | Compiling pest v2.7.10 |
432 | 2024-08-07T03:21:41.847Z | Compiling clap v4.5.13 |
433 | 2024-08-07T03:21:43.133Z | Compiling pest_meta v2.7.10 |
434 | 2024-08-07T03:21:43.982Z | Compiling pest_generator v2.7.10 |
435 | 2024-08-07T03:21:46.006Z | Compiling pest_derive v2.7.10 |
436 | 2024-08-07T03:21:46.746Z | Compiling dtrace-parser v0.2.0 |
437 | 2024-08-07T03:21:48.262Z | Compiling toml_datetime v0.6.8 |
438 | 2024-08-07T03:21:48.262Z | Compiling serde_spanned v0.6.7 |
439 | 2024-08-07T03:21:48.265Z | Compiling cargo-platform v0.1.8 |
440 | 2024-08-07T03:21:48.646Z | Compiling serde_tokenstream v0.2.1 |
441 | 2024-08-07T03:21:48.774Z | Compiling toml_edit v0.22.20 |
442 | 2024-08-07T03:21:48.803Z | Compiling macaddr v1.0.1 |
443 | 2024-08-07T03:21:49.602Z | Compiling dof v0.3.0 |
444 | 2024-08-07T03:21:49.602Z | Compiling cargo_metadata v0.18.1 |
445 | 2024-08-07T03:21:51.559Z | Compiling toml v0.8.19 |
446 | 2024-08-07T03:21:51.613Z | Compiling usdt-macro v0.5.0 |
447 | 2024-08-07T03:21:51.616Z | Compiling usdt-attr-macro v0.5.0 |
448 | 2024-08-07T03:21:52.395Z | Compiling cargo_toml v0.20.4 |
449 | 2024-08-07T03:21:52.936Z | Compiling usdt v0.5.0 |
450 | 2024-08-07T03:21:56.171Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
451 | 2024-08-07T03:21:59.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.82s |
452 | 2024-08-07T03:22:00.175Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
453 | 2024-08-07T03:22:00.721Z | Downloading crates ... |
454 | 2024-08-07T03:22:00.867Z | Downloaded instant v0.1.12 |
455 | 2024-08-07T03:22:00.869Z | Downloaded is_ci v1.2.0 |
456 | 2024-08-07T03:22:00.872Z | Downloaded impl-trait-for-tuples v0.2.2 |
457 | 2024-08-07T03:22:00.876Z | Downloaded indexmap v1.9.3 |
458 | 2024-08-07T03:22:00.883Z | Downloaded match_cfg v0.1.0 |
459 | 2024-08-07T03:22:00.886Z | Downloaded newtype_derive v0.1.6 |
460 | 2024-08-07T03:22:00.889Z | Downloaded openssl-probe v0.1.5 |
461 | 2024-08-07T03:22:00.889Z | Downloaded async-stream-impl v0.3.5 |
462 | 2024-08-07T03:22:00.892Z | Downloaded arrayref v0.3.7 |
463 | 2024-08-07T03:22:00.892Z | Downloaded number_prefix v0.4.0 |
464 | 2024-08-07T03:22:00.895Z | Downloaded newline-converter v0.3.0 |
465 | 2024-08-07T03:22:00.895Z | Downloaded lazycell v1.3.0 |
466 | 2024-08-07T03:22:00.900Z | Downloaded opaque-debug v0.3.1 |
467 | 2024-08-07T03:22:00.903Z | Downloaded openssl-macros v0.1.1 |
468 | 2024-08-07T03:22:00.906Z | Downloaded indoc v1.0.9 |
469 | 2024-08-07T03:22:00.908Z | Downloaded lalrpop-util v0.19.12 |
470 | 2024-08-07T03:22:00.908Z | Downloaded crucible-workspace-hack v0.1.0 |
471 | 2024-08-07T03:22:00.911Z | Downloaded array-init v0.0.4 |
472 | 2024-08-07T03:22:00.911Z | Downloaded aead v0.5.2 |
473 | 2024-08-07T03:22:00.914Z | Downloaded num_enum v0.5.11 |
474 | 2024-08-07T03:22:00.917Z | Downloaded num-iter v0.1.45 |
475 | 2024-08-07T03:22:00.920Z | Downloaded mockall v0.12.1 |
476 | 2024-08-07T03:22:00.923Z | Downloaded multimap v0.10.0 |
477 | 2024-08-07T03:22:00.923Z | Downloaded md-5 v0.10.6 |
478 | 2024-08-07T03:22:00.926Z | Downloaded lock_api v0.4.12 |
479 | 2024-08-07T03:22:00.929Z | Downloaded argon2 v0.5.3 |
480 | 2024-08-07T03:22:00.929Z | Downloaded bitflags v1.3.2 |
481 | 2024-08-07T03:22:00.933Z | Downloaded parse-display-derive v0.9.1 |
482 | 2024-08-07T03:22:00.936Z | Downloaded owo-colors v4.0.0 |
483 | 2024-08-07T03:22:00.939Z | Downloaded num_enum_derive v0.5.11 |
484 | 2024-08-07T03:22:00.942Z | Downloaded native-tls v0.2.11 |
485 | 2024-08-07T03:22:00.942Z | Downloaded nu-ansi-term v0.50.0 |
486 | 2024-08-07T03:22:00.945Z | Downloaded mime_guess v2.0.4 |
487 | 2024-08-07T03:22:00.948Z | Downloaded indent_write v2.2.0 |
488 | 2024-08-07T03:22:00.952Z | Downloaded linked-hash-map v0.5.6 |
489 | 2024-08-07T03:22:00.952Z | Downloaded parking_lot_core v0.9.10 |
490 | 2024-08-07T03:22:00.955Z | Downloaded block-padding v0.3.3 |
491 | 2024-08-07T03:22:00.955Z | Downloaded castaway v0.2.2 |
492 | 2024-08-07T03:22:00.955Z | Downloaded password-hash v0.5.0 |
493 | 2024-08-07T03:22:00.958Z | Downloaded cipher v0.4.4 |
494 | 2024-08-07T03:22:00.962Z | Downloaded num-complex v0.4.6 |
495 | 2024-08-07T03:22:00.965Z | Downloaded lru v0.12.3 |
496 | 2024-08-07T03:22:00.965Z | Downloaded camino-tempfile v1.1.1 |
497 | 2024-08-07T03:22:00.968Z | Downloaded num-conv v0.1.0 |
498 | 2024-08-07T03:22:00.968Z | Downloaded signal-hook-tokio v0.3.1 |
499 | 2024-08-07T03:22:00.971Z | Downloaded bitstruct v0.1.1 |
500 | 2024-08-07T03:22:00.971Z | Downloaded shell-words v1.1.0 |
501 | 2024-08-07T03:22:00.974Z | Downloaded normalize-line-endings v0.3.0 |
502 | 2024-08-07T03:22:00.974Z | Downloaded oso v0.27.3 |
503 | 2024-08-07T03:22:00.977Z | Downloaded crunchy v0.2.2 |
504 | 2024-08-07T03:22:00.979Z | Downloaded cfg_aliases v0.1.1 |
505 | 2024-08-07T03:22:00.980Z | Downloaded atomicwrites v0.4.3 |
506 | 2024-08-07T03:22:00.982Z | Downloaded omicron-zone-package v0.11.0 |
507 | 2024-08-07T03:22:00.985Z | Downloaded sync_wrapper v0.1.2 |
508 | 2024-08-07T03:22:00.985Z | Downloaded nibble_vec v0.1.0 |
509 | 2024-08-07T03:22:00.988Z | Downloaded newtype-uuid v1.1.0 |
510 | 2024-08-07T03:22:00.988Z | Downloaded assert_matches v1.5.0 |
511 | 2024-08-07T03:22:00.992Z | Downloaded ahash v0.8.11 |
512 | 2024-08-07T03:22:00.995Z | Downloaded parse-display v0.9.1 |
513 | 2024-08-07T03:22:00.995Z | Downloaded debug-ignore v1.0.5 |
514 | 2024-08-07T03:22:00.998Z | Downloaded atomic-waker v1.1.2 |
515 | 2024-08-07T03:22:00.999Z | Downloaded async-recursion v1.1.1 |
516 | 2024-08-07T03:22:01.002Z | Downloaded try-lock v0.2.5 |
517 | 2024-08-07T03:22:01.007Z | Downloaded num-traits v0.2.19 |
518 | 2024-08-07T03:22:01.010Z | Downloaded miniz_oxide v0.7.2 |
519 | 2024-08-07T03:22:01.010Z | Downloaded managed v0.8.0 |
520 | 2024-08-07T03:22:01.013Z | Downloaded mime v0.3.17 |
521 | 2024-08-07T03:22:01.013Z | Downloaded maplit v1.0.2 |
522 | 2024-08-07T03:22:01.016Z | Downloaded cexpr v0.6.0 |
523 | 2024-08-07T03:22:01.019Z | Downloaded nanorand v0.7.0 |
524 | 2024-08-07T03:22:01.022Z | Downloaded display-error-chain v0.2.0 |
525 | 2024-08-07T03:22:01.022Z | Downloaded bb8 v0.8.5 |
526 | 2024-08-07T03:22:01.025Z | Downloaded data-encoding v2.6.0 |
527 | 2024-08-07T03:22:01.025Z | Downloaded chacha20 v0.9.1 |
528 | 2024-08-07T03:22:01.028Z | Downloaded parking_lot v0.12.2 |
529 | 2024-08-07T03:22:01.031Z | Downloaded foreign-types-shared v0.1.1 |
530 | 2024-08-07T03:22:01.031Z | Downloaded foreign-types-macros v0.2.3 |
531 | 2024-08-07T03:22:01.034Z | Downloaded foreign-types v0.5.0 |
532 | 2024-08-07T03:22:01.034Z | Downloaded colored v2.1.0 |
533 | 2024-08-07T03:22:01.037Z | Downloaded curve25519-dalek-derive v0.1.1 |
534 | 2024-08-07T03:22:01.040Z | Downloaded structmeta v0.3.0 |
535 | 2024-08-07T03:22:01.040Z | Downloaded olpc-cjson v0.1.3 |
536 | 2024-08-07T03:22:01.042Z | Downloaded slab v0.4.9 |
537 | 2024-08-07T03:22:01.042Z | Downloaded num_cpus v1.16.0 |
538 | 2024-08-07T03:22:01.045Z | Downloaded allocator-api2 v0.2.18 |
539 | 2024-08-07T03:22:01.049Z | Downloaded parking_lot_core v0.8.6 |
540 | 2024-08-07T03:22:01.052Z | Downloaded packed_struct v0.10.1 |
541 | 2024-08-07T03:22:01.055Z | Downloaded thread_local v1.1.8 |
542 | 2024-08-07T03:22:01.058Z | Downloaded strum_macros v0.24.3 |
543 | 2024-08-07T03:22:01.062Z | Downloaded slog-stdlog v4.1.1 |
544 | 2024-08-07T03:22:01.062Z | Downloaded tui-tree-widget v0.21.0 |
545 | 2024-08-07T03:22:01.065Z | Downloaded path-slash v0.1.5 |
546 | 2024-08-07T03:22:01.065Z | Downloaded crossbeam-utils v0.8.19 |
547 | 2024-08-07T03:22:01.068Z | Downloaded slog-dtrace v0.3.0 |
548 | 2024-08-07T03:22:01.068Z | Downloaded defmt v0.3.8 |
549 | 2024-08-07T03:22:01.073Z | Downloaded num-integer v0.1.46 |
550 | 2024-08-07T03:22:01.076Z | Downloaded difflib v0.4.0 |
551 | 2024-08-07T03:22:01.076Z | Downloaded arrayvec v0.7.4 |
552 | 2024-08-07T03:22:01.078Z | Downloaded dirs-sys-next v0.1.2 |
553 | 2024-08-07T03:22:01.081Z | Downloaded dirs-next v2.0.0 |
554 | 2024-08-07T03:22:01.081Z | Downloaded crc-any v2.5.0 |
555 | 2024-08-07T03:22:01.084Z | Downloaded zeroize v1.7.0 |
556 | 2024-08-07T03:22:01.087Z | Downloaded backoff v0.4.0 |
557 | 2024-08-07T03:22:01.090Z | Downloaded serde-big-array v0.5.1 |
558 | 2024-08-07T03:22:01.090Z | Downloaded futures-task v0.3.30 |
559 | 2024-08-07T03:22:01.093Z | Downloaded zeroize_derive v1.4.2 |
560 | 2024-08-07T03:22:01.093Z | Downloaded multer v3.1.0 |
561 | 2024-08-07T03:22:01.096Z | Downloaded group v0.13.0 |
562 | 2024-08-07T03:22:01.100Z | Downloaded tinyvec_macros v0.1.1 |
563 | 2024-08-07T03:22:01.103Z | Downloaded hex v0.4.3 |
564 | 2024-08-07T03:22:01.103Z | Downloaded filetime v0.2.23 |
565 | 2024-08-07T03:22:01.106Z | Downloaded take_mut v0.2.2 |
566 | 2024-08-07T03:22:01.106Z | Downloaded diesel_table_macro_syntax v0.1.0 |
567 | 2024-08-07T03:22:01.106Z | Downloaded utf-8 v0.7.6 |
568 | 2024-08-07T03:22:01.109Z | Downloaded untrusted v0.9.0 |
569 | 2024-08-07T03:22:01.109Z | Downloaded ipnet v2.9.0 |
570 | 2024-08-07T03:22:01.112Z | Downloaded csv-core v0.1.11 |
571 | 2024-08-07T03:22:01.115Z | Downloaded heck v0.3.3 |
572 | 2024-08-07T03:22:01.116Z | Downloaded pin-utils v0.1.0 |
573 | 2024-08-07T03:22:01.118Z | Downloaded peg v0.8.4 |
574 | 2024-08-07T03:22:01.122Z | Downloaded tempfile v3.10.1 |
575 | 2024-08-07T03:22:01.125Z | Downloaded want v0.3.1 |
576 | 2024-08-07T03:22:01.128Z | Downloaded console v0.15.8 |
577 | 2024-08-07T03:22:01.130Z | Downloaded cookie_store v0.20.0 |
578 | 2024-08-07T03:22:01.133Z | Downloaded radium v0.7.0 |
579 | 2024-08-07T03:22:01.133Z | Downloaded scheduled-thread-pool v0.2.7 |
580 | 2024-08-07T03:22:01.136Z | Downloaded predicates v3.1.2 |
581 | 2024-08-07T03:22:01.139Z | Downloaded arc-swap v1.7.1 |
582 | 2024-08-07T03:22:01.142Z | Downloaded sha1 v0.10.6 |
583 | 2024-08-07T03:22:01.145Z | Downloaded base64 v0.13.1 |
584 | 2024-08-07T03:22:01.148Z | Downloaded tokio-rustls v0.25.0 |
585 | 2024-08-07T03:22:01.150Z | Downloaded semver v0.1.20 |
586 | 2024-08-07T03:22:01.153Z | Downloaded tokio-tungstenite v0.20.1 |
587 | 2024-08-07T03:22:01.156Z | Downloaded clang-sys v1.7.0 |
588 | 2024-08-07T03:22:01.159Z | Downloaded spki v0.7.3 |
589 | 2024-08-07T03:22:01.162Z | Downloaded mockall_derive v0.12.1 |
590 | 2024-08-07T03:22:01.162Z | Downloaded slog-json v2.6.1 |
591 | 2024-08-07T03:22:01.165Z | Downloaded cookie v0.17.0 |
592 | 2024-08-07T03:22:01.167Z | Downloaded whoami v1.5.1 |
593 | 2024-08-07T03:22:01.170Z | Downloaded sigpipe v0.1.3 |
594 | 2024-08-07T03:22:01.170Z | Downloaded tap v1.0.1 |
595 | 2024-08-07T03:22:01.173Z | Downloaded vte_generate_state_changes v0.1.1 |
596 | 2024-08-07T03:22:01.173Z | Downloaded socket2 v0.4.10 |
597 | 2024-08-07T03:22:01.176Z | Downloaded which v4.4.2 |
598 | 2024-08-07T03:22:01.180Z | Downloaded compact_str v0.7.1 |
599 | 2024-08-07T03:22:01.183Z | Downloaded backtrace v0.3.71 |
600 | 2024-08-07T03:22:01.186Z | Downloaded hyper-rustls v0.24.2 |
601 | 2024-08-07T03:22:01.189Z | Downloaded hostname v0.4.0 |
602 | 2024-08-07T03:22:01.192Z | Downloaded downcast v0.11.0 |
603 | 2024-08-07T03:22:01.197Z | Downloaded peg-runtime v0.8.3 |
604 | 2024-08-07T03:22:01.197Z | Downloaded ident_case v1.0.1 |
605 | 2024-08-07T03:22:01.197Z | Downloaded phf v0.11.2 |
606 | 2024-08-07T03:22:01.203Z | Downloaded getopts v0.2.21 |
607 | 2024-08-07T03:22:01.203Z | Downloaded futures-core v0.3.30 |
608 | 2024-08-07T03:22:01.203Z | Downloaded pin-project-internal v1.1.5 |
609 | 2024-08-07T03:22:01.205Z | Downloaded pkg-config v0.3.30 |
610 | 2024-08-07T03:22:01.206Z | Downloaded http-body v0.4.6 |
611 | 2024-08-07T03:22:01.208Z | Downloaded spin v0.9.8 |
612 | 2024-08-07T03:22:01.211Z | Downloaded serde_with_macros v3.8.3 |
613 | 2024-08-07T03:22:01.214Z | Downloaded crypto-bigint v0.5.5 |
614 | 2024-08-07T03:22:01.218Z | Downloaded glob v0.3.1 |
615 | 2024-08-07T03:22:01.222Z | Downloaded futures-io v0.3.30 |
616 | 2024-08-07T03:22:01.222Z | Downloaded shlex v1.3.0 |
617 | 2024-08-07T03:22:01.225Z | Downloaded rustc_version v0.4.0 |
618 | 2024-08-07T03:22:01.225Z | Downloaded signal-hook-mio v0.2.3 |
619 | 2024-08-07T03:22:01.236Z | Downloaded serde_urlencoded v0.7.1 |
620 | 2024-08-07T03:22:01.243Z | Downloaded tokio-tungstenite v0.21.0 |
621 | 2024-08-07T03:22:01.243Z | Downloaded strum_macros v0.26.4 |
622 | 2024-08-07T03:22:01.243Z | Downloaded tiny-keccak v2.0.2 |
623 | 2024-08-07T03:22:01.246Z | Downloaded const-oid v0.9.6 |
624 | 2024-08-07T03:22:01.248Z | Downloaded unicase v2.7.0 |
625 | 2024-08-07T03:22:01.251Z | Downloaded signature v2.2.0 |
626 | 2024-08-07T03:22:01.254Z | Downloaded portpicker v0.1.1 |
627 | 2024-08-07T03:22:01.254Z | Downloaded foreign-types-shared v0.3.1 |
628 | 2024-08-07T03:22:01.254Z | Downloaded endian-type v0.1.2 |
629 | 2024-08-07T03:22:01.257Z | Downloaded pin-project-lite v0.2.14 |
630 | 2024-08-07T03:22:01.261Z | Downloaded rustls-pemfile v1.0.4 |
631 | 2024-08-07T03:22:01.265Z | Downloaded pem-rfc7468 v0.7.0 |
632 | 2024-08-07T03:22:01.268Z | Downloaded pem v3.0.4 |
633 | 2024-08-07T03:22:01.268Z | Downloaded pin-project v1.1.5 |
634 | 2024-08-07T03:22:01.279Z | Downloaded dyn-clone v1.0.17 |
635 | 2024-08-07T03:22:01.283Z | Downloaded signal-hook-registry v1.4.2 |
636 | 2024-08-07T03:22:01.285Z | Downloaded zerocopy v0.6.6 |
637 | 2024-08-07T03:22:01.288Z | Downloaded fastrand v2.1.0 |
638 | 2024-08-07T03:22:01.288Z | Downloaded toml v0.5.11 |
639 | 2024-08-07T03:22:01.291Z | Downloaded zone v0.1.8 |
640 | 2024-08-07T03:22:01.294Z | Downloaded futures-executor v0.3.30 |
641 | 2024-08-07T03:22:01.294Z | Downloaded home v0.5.9 |
642 | 2024-08-07T03:22:01.297Z | Downloaded futures-macro v0.3.30 |
643 | 2024-08-07T03:22:01.297Z | Downloaded peg-macros v0.8.4 |
644 | 2024-08-07T03:22:01.301Z | Downloaded const_format v0.2.32 |
645 | 2024-08-07T03:22:01.304Z | Downloaded zone_cfg_derive v0.1.2 |
646 | 2024-08-07T03:22:01.310Z | Downloaded same-file v1.0.6 |
647 | 2024-08-07T03:22:01.313Z | Downloaded poly1305 v0.8.0 |
648 | 2024-08-07T03:22:01.313Z | Downloaded tokio-macros v2.3.0 |
649 | 2024-08-07T03:22:01.313Z | Downloaded untrusted v0.7.1 |
650 | 2024-08-07T03:22:01.318Z | Downloaded universal-hash v0.5.1 |
651 | 2024-08-07T03:22:01.318Z | Downloaded predicates-tree v1.0.9 |
652 | 2024-08-07T03:22:01.320Z | Downloaded fxhash v0.2.1 |
653 | 2024-08-07T03:22:01.321Z | Downloaded siphasher v0.3.11 |
654 | 2024-08-07T03:22:01.324Z | Downloaded env_logger v0.10.2 |
655 | 2024-08-07T03:22:01.327Z | Downloaded env_logger v0.9.3 |
656 | 2024-08-07T03:22:01.330Z | Downloaded toml v0.7.8 |
657 | 2024-08-07T03:22:01.333Z | Downloaded schemars_derive v0.8.21 |
658 | 2024-08-07T03:22:01.336Z | Downloaded tracing-attributes v0.1.27 |
659 | 2024-08-07T03:22:01.340Z | Downloaded serde_yaml v0.9.34+deprecated |
660 | 2024-08-07T03:22:01.343Z | Downloaded trust-dns-server v0.22.1 |
661 | 2024-08-07T03:22:01.349Z | Downloaded pretty-hex v0.2.1 |
662 | 2024-08-07T03:22:01.352Z | Downloaded minimal-lexical v0.2.1 |
663 | 2024-08-07T03:22:01.355Z | Downloaded vte v0.11.1 |
664 | 2024-08-07T03:22:01.359Z | Downloaded serde_repr v0.1.19 |
665 | 2024-08-07T03:22:01.362Z | Downloaded wait-timeout v0.2.0 |
666 | 2024-08-07T03:22:01.362Z | Downloaded diesel_derives v2.1.4 |
667 | 2024-08-07T03:22:01.368Z | Downloaded httpdate v1.0.3 |
668 | 2024-08-07T03:22:01.373Z | Downloaded unarray v0.1.4 |
669 | 2024-08-07T03:22:01.373Z | Downloaded subtle v2.5.0 |
670 | 2024-08-07T03:22:01.373Z | Downloaded unicode-linebreak v0.1.5 |
671 | 2024-08-07T03:22:01.376Z | Downloaded strum_macros v0.25.3 |
672 | 2024-08-07T03:22:01.376Z | Downloaded derive_builder_macro v0.20.0 |
673 | 2024-08-07T03:22:01.379Z | Downloaded r2d2 v0.8.10 |
674 | 2024-08-07T03:22:01.379Z | Downloaded funty v2.0.0 |
675 | 2024-08-07T03:22:01.383Z | Downloaded tar v0.4.41 |
676 | 2024-08-07T03:22:01.386Z | Downloaded ena v0.14.3 |
677 | 2024-08-07T03:22:01.386Z | Downloaded heapless v0.8.0 |
678 | 2024-08-07T03:22:01.390Z | Downloaded proc-macro-crate v1.3.1 |
679 | 2024-08-07T03:22:01.393Z | Downloaded tower-service v0.3.2 |
680 | 2024-08-07T03:22:01.393Z | Downloaded sqlparser_derive v0.2.2 |
681 | 2024-08-07T03:22:01.393Z | Downloaded similar v2.5.0 |
682 | 2024-08-07T03:22:01.399Z | Downloaded supports-color v3.0.0 |
683 | 2024-08-07T03:22:01.401Z | Downloaded rand_core v0.6.4 |
684 | 2024-08-07T03:22:01.406Z | Downloaded psl-types v2.0.11 |
685 | 2024-08-07T03:22:01.406Z | Downloaded tinyvec v1.6.0 |
686 | 2024-08-07T03:22:01.410Z | Downloaded steno v0.4.1 |
687 | 2024-08-07T03:22:01.415Z | Downloaded thiserror-impl-no-std v2.0.2 |
688 | 2024-08-07T03:22:01.419Z | Downloaded rand v0.8.5 |
689 | 2024-08-07T03:22:01.419Z | Downloaded smawk v0.3.2 |
690 | 2024-08-07T03:22:01.422Z | Downloaded sec1 v0.7.3 |
691 | 2024-08-07T03:22:01.422Z | Downloaded libm v0.2.8 |
692 | 2024-08-07T03:22:01.430Z | Downloaded foreign-types v0.3.2 |
693 | 2024-08-07T03:22:01.433Z | Downloaded headers-core v0.2.0 |
694 | 2024-08-07T03:22:01.433Z | Downloaded stability v0.2.0 |
695 | 2024-08-07T03:22:01.436Z | Downloaded thiserror-no-std v2.0.2 |
696 | 2024-08-07T03:22:01.439Z | Downloaded erased-serde v0.3.31 |
697 | 2024-08-07T03:22:01.443Z | Downloaded secrecy v0.8.0 |
698 | 2024-08-07T03:22:01.443Z | Downloaded float-ord v0.3.2 |
699 | 2024-08-07T03:22:01.447Z | Downloaded slog-bunyan v2.5.0 |
700 | 2024-08-07T03:22:01.447Z | Downloaded ref-cast v1.0.23 |
701 | 2024-08-07T03:22:01.451Z | Downloaded postgres-protocol v0.6.7 |
702 | 2024-08-07T03:22:01.451Z | Downloaded predicates-core v1.0.6 |
703 | 2024-08-07T03:22:01.456Z | Downloaded smallvec v0.6.14 |
704 | 2024-08-07T03:22:01.456Z | Downloaded precomputed-hash v0.1.1 |
705 | 2024-08-07T03:22:01.456Z | Downloaded serde_arrays v0.1.0 |
706 | 2024-08-07T03:22:01.459Z | Downloaded ref-cast-impl v1.0.23 |
707 | 2024-08-07T03:22:01.459Z | Downloaded schemars v0.8.21 |
708 | 2024-08-07T03:22:01.468Z | Downloaded powerfmt v0.2.0 |
709 | 2024-08-07T03:22:01.471Z | Downloaded waitgroup v0.1.2 |
710 | 2024-08-07T03:22:01.471Z | Downloaded spin v0.5.2 |
711 | 2024-08-07T03:22:01.474Z | Downloaded smallvec v1.13.2 |
712 | 2024-08-07T03:22:01.478Z | Downloaded mio v0.8.11 |
713 | 2024-08-07T03:22:01.481Z | Downloaded nom v7.1.3 |
714 | 2024-08-07T03:22:01.487Z | Downloaded fd-lock v4.0.2 |
715 | 2024-08-07T03:22:01.490Z | Downloaded phf_shared v0.10.0 |
716 | 2024-08-07T03:22:01.493Z | Downloaded rand_xorshift v0.3.0 |
717 | 2024-08-07T03:22:01.493Z | Downloaded humantime v2.1.0 |
718 | 2024-08-07T03:22:01.496Z | Downloaded derive_builder v0.20.0 |
719 | 2024-08-07T03:22:01.500Z | Downloaded deranged v0.3.11 |
720 | 2024-08-07T03:22:01.503Z | Downloaded rustc_version v0.1.7 |
721 | 2024-08-07T03:22:01.503Z | Downloaded hash32 v0.3.1 |
722 | 2024-08-07T03:22:01.503Z | Downloaded embedded-io v0.4.0 |
723 | 2024-08-07T03:22:01.506Z | Downloaded unsafe-libyaml v0.2.11 |
724 | 2024-08-07T03:22:01.509Z | Downloaded tungstenite v0.21.0 |
725 | 2024-08-07T03:22:01.512Z | Downloaded hubpack_derive v0.1.1 |
726 | 2024-08-07T03:22:01.515Z | Downloaded termtree v0.4.1 |
727 | 2024-08-07T03:22:01.515Z | Downloaded float-cmp v0.9.0 |
728 | 2024-08-07T03:22:01.519Z | Downloaded structmeta-derive v0.2.0 |
729 | 2024-08-07T03:22:01.519Z | Downloaded unicode-xid v0.2.4 |
730 | 2024-08-07T03:22:01.519Z | Downloaded serde_path_to_error v0.1.16 |
731 | 2024-08-07T03:22:01.523Z | Downloaded futures-channel v0.3.30 |
732 | 2024-08-07T03:22:01.523Z | Downloaded socket2 v0.5.7 |
733 | 2024-08-07T03:22:01.525Z | Downloaded slog-async v2.8.0 |
734 | 2024-08-07T03:22:01.528Z | Downloaded toml_edit v0.19.15 |
735 | 2024-08-07T03:22:01.544Z | Downloaded http v0.2.12 |
736 | 2024-08-07T03:22:01.547Z | Downloaded toolchain_find v0.4.0 |
737 | 2024-08-07T03:22:01.551Z | Downloaded xattr v1.3.1 |
738 | 2024-08-07T03:22:01.551Z | Downloaded phf_shared v0.11.2 |
739 | 2024-08-07T03:22:01.553Z | Downloaded highway v1.1.0 |
740 | 2024-08-07T03:22:01.560Z | Downloaded wyz v0.5.1 |
741 | 2024-08-07T03:22:01.560Z | Downloaded either v1.12.0 |
742 | 2024-08-07T03:22:01.560Z | Downloaded rustc-demangle v0.1.24 |
743 | 2024-08-07T03:22:01.563Z | Downloaded tabwriter v1.4.0 |
744 | 2024-08-07T03:22:01.563Z | Downloaded serde-hex v0.1.0 |
745 | 2024-08-07T03:22:01.563Z | Downloaded rtoolbox v0.0.2 |
746 | 2024-08-07T03:22:01.563Z | Downloaded hash32 v0.2.1 |
747 | 2024-08-07T03:22:01.568Z | Downloaded hostname v0.3.1 |
748 | 2024-08-07T03:22:01.568Z | Downloaded postgres-types v0.2.7 |
749 | 2024-08-07T03:22:01.573Z | Downloaded pkcs1 v0.7.5 |
750 | 2024-08-07T03:22:01.573Z | Downloaded subprocess v0.2.9 |
751 | 2024-08-07T03:22:01.578Z | Downloaded rustversion v1.0.17 |
752 | 2024-08-07T03:22:01.578Z | Downloaded topological-sort v0.2.2 |
753 | 2024-08-07T03:22:01.578Z | Downloaded ff v0.13.0 |
754 | 2024-08-07T03:22:01.581Z | Downloaded rusty-fork v0.3.0 |
755 | 2024-08-07T03:22:01.581Z | Downloaded rustls-pki-types v1.7.0 |
756 | 2024-08-07T03:22:01.585Z | Downloaded snafu v0.8.2 |
757 | 2024-08-07T03:22:01.592Z | Downloaded blake3 v1.5.1 |
758 | 2024-08-07T03:22:01.598Z | Downloaded tls_codec v0.4.1 |
759 | 2024-08-07T03:22:01.602Z | Downloaded hubpack v0.1.2 |
760 | 2024-08-07T03:22:01.602Z | Downloaded termcolor v1.4.1 |
761 | 2024-08-07T03:22:01.602Z | Downloaded serde_derive_internals v0.29.1 |
762 | 2024-08-07T03:22:01.606Z | Downloaded tracing-core v0.1.32 |
763 | 2024-08-07T03:22:01.606Z | Downloaded derive-where v1.2.7 |
764 | 2024-08-07T03:22:01.609Z | Downloaded der_derive v0.7.2 |
765 | 2024-08-07T03:22:01.612Z | Downloaded headers v0.3.9 |
766 | 2024-08-07T03:22:01.616Z | Downloaded http v1.1.0 |
767 | 2024-08-07T03:22:01.620Z | Downloaded time-macros v0.2.18 |
768 | 2024-08-07T03:22:01.623Z | Downloaded httparse v1.8.0 |
769 | 2024-08-07T03:22:01.625Z | Downloaded serde_with v3.8.3 |
770 | 2024-08-07T03:22:01.633Z | Downloaded globset v0.4.14 |
771 | 2024-08-07T03:22:01.636Z | Downloaded trust-dns-resolver v0.22.0 |
772 | 2024-08-07T03:22:01.639Z | Downloaded rayon-core v1.12.1 |
773 | 2024-08-07T03:22:01.643Z | Downloaded aho-corasick v1.1.3 |
774 | 2024-08-07T03:22:01.649Z | Downloaded elliptic-curve v0.13.8 |
775 | 2024-08-07T03:22:01.653Z | Downloaded fatfs v0.3.6 |
776 | 2024-08-07T03:22:01.657Z | Downloaded samael v0.0.15 |
777 | 2024-08-07T03:22:01.662Z | Downloaded rcgen v0.12.1 |
778 | 2024-08-07T03:22:01.665Z | Downloaded derive_more v0.99.18 |
779 | 2024-08-07T03:22:01.672Z | Downloaded flate2 v1.0.31 |
780 | 2024-08-07T03:22:01.676Z | Downloaded ron v0.8.1 |
781 | 2024-08-07T03:22:01.681Z | Downloaded half v2.4.1 |
782 | 2024-08-07T03:22:01.684Z | Downloaded portable-atomic v1.6.0 |
783 | 2024-08-07T03:22:01.690Z | Downloaded flume v0.11.0 |
784 | 2024-08-07T03:22:01.695Z | Downloaded chrono v0.4.38 |
785 | 2024-08-07T03:22:01.702Z | Downloaded trust-dns-client v0.22.0 |
786 | 2024-08-07T03:22:01.708Z | Downloaded hashbrown v0.13.2 |
787 | 2024-08-07T03:22:01.712Z | Downloaded h2 v0.3.26 |
788 | 2024-08-07T03:22:01.720Z | Downloaded reqwest v0.11.27 |
789 | 2024-08-07T03:22:01.728Z | Downloaded typed-path v0.7.1 |
790 | 2024-08-07T03:22:01.735Z | Downloaded hashbrown v0.12.3 |
791 | 2024-08-07T03:22:01.739Z | Downloaded hyper v0.14.30 |
792 | 2024-08-07T03:22:01.747Z | Downloaded bindgen v0.69.4 |
793 | 2024-08-07T03:22:01.757Z | Downloaded tokio-postgres v0.7.11 |
794 | 2024-08-07T03:22:01.760Z | Downloaded x509-cert v0.2.5 |
795 | 2024-08-07T03:22:01.766Z | Downloaded unicode_categories v0.1.1 |
796 | 2024-08-07T03:22:01.769Z | Downloaded reedline v0.31.0 |
797 | 2024-08-07T03:22:01.776Z | Downloaded quick-xml v0.31.0 |
798 | 2024-08-07T03:22:01.784Z | Downloaded tough v0.17.1 |
799 | 2024-08-07T03:22:01.792Z | Downloaded rustyline v14.0.0 |
800 | 2024-08-07T03:22:01.798Z | Downloaded proptest v1.4.0 |
801 | 2024-08-07T03:22:01.807Z | Downloaded nix v0.27.1 |
802 | 2024-08-07T03:22:01.818Z | Downloaded object v0.32.2 |
803 | 2024-08-07T03:22:01.829Z | Downloaded hkdf v0.12.4 |
804 | 2024-08-07T03:22:01.835Z | Downloaded winnow v0.5.40 |
805 | 2024-08-07T03:22:01.841Z | Downloaded futures-util v0.3.30 |
806 | 2024-08-07T03:22:01.853Z | Downloaded rayon v1.10.0 |
807 | 2024-08-07T03:22:01.862Z | Downloaded rustls-webpki v0.102.4 |
808 | 2024-08-07T03:22:01.882Z | Downloaded openssl v0.10.66 |
809 | 2024-08-07T03:22:01.891Z | Downloaded idna v0.3.0 |
810 | 2024-08-07T03:22:01.898Z | Downloaded idna v0.5.0 |
811 | 2024-08-07T03:22:01.905Z | Downloaded regex v1.10.6 |
812 | 2024-08-07T03:22:01.918Z | Downloaded vcpkg v0.2.15 |
813 | 2024-08-07T03:22:01.957Z | Downloaded idna v0.2.3 |
814 | 2024-08-07T03:22:01.965Z | Downloaded rustls v0.21.12 |
815 | 2024-08-07T03:22:01.977Z | Downloaded regress v0.9.1 |
816 | 2024-08-07T03:22:01.985Z | Downloaded rustls v0.22.4 |
817 | 2024-08-07T03:22:02.001Z | Downloaded regex-syntax v0.8.3 |
818 | 2024-08-07T03:22:02.006Z | Downloaded smoltcp v0.11.0 |
819 | 2024-08-07T03:22:02.020Z | Downloaded trust-dns-proto v0.22.0 |
820 | 2024-08-07T03:22:02.031Z | Downloaded diesel v2.1.6 |
821 | 2024-08-07T03:22:02.049Z | Downloaded bstr v1.9.1 |
822 | 2024-08-07T03:22:02.059Z | Downloaded sled v0.34.7 |
823 | 2024-08-07T03:22:02.069Z | Downloaded zerocopy-derive v0.6.6 |
824 | 2024-08-07T03:22:02.080Z | Downloaded regex-syntax v0.6.29 |
825 | 2024-08-07T03:22:02.087Z | Downloaded ratatui v0.27.0 |
826 | 2024-08-07T03:22:02.106Z | Downloaded radix_trie v0.2.1 |
827 | 2024-08-07T03:22:02.110Z | Downloaded openapiv3 v2.0.0 |
828 | 2024-08-07T03:22:02.121Z | Downloaded gimli v0.28.1 |
829 | 2024-08-07T03:22:02.133Z | Downloaded regex-automata v0.4.6 |
830 | 2024-08-07T03:22:02.148Z | Downloaded petgraph v0.6.5 |
831 | 2024-08-07T03:22:02.167Z | Downloaded finl_unicode v1.2.0 |
832 | 2024-08-07T03:22:02.182Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
833 | 2024-08-07T03:22:02.194Z | Downloaded polar-core v0.27.3 |
834 | 2024-08-07T03:22:02.203Z | Downloaded tokio v1.38.1 |
835 | 2024-08-07T03:22:02.242Z | Downloaded sha3 v0.10.8 |
836 | 2024-08-07T03:22:02.245Z | Downloaded csv v1.3.0 |
837 | 2024-08-07T03:22:02.266Z | Downloaded nix v0.28.0 |
838 | 2024-08-07T03:22:02.278Z | Downloaded encoding_rs v0.8.34 |
839 | 2024-08-07T03:22:02.300Z | Downloaded bstr v0.2.17 |
840 | 2024-08-07T03:22:02.309Z | Downloaded webpki-roots v0.25.4 |
841 | 2024-08-07T03:22:02.313Z | Downloaded object v0.30.4 |
842 | 2024-08-07T03:22:02.323Z | Downloaded smoltcp v0.9.1 |
843 | 2024-08-07T03:22:02.334Z | Downloaded curve25519-dalek v4.1.3 |
844 | 2024-08-07T03:22:02.343Z | Downloaded rustls-webpki v0.101.7 |
845 | 2024-08-07T03:22:02.357Z | Downloaded sqlparser v0.45.0 |
846 | 2024-08-07T03:22:02.364Z | Downloaded lalrpop v0.19.12 |
847 | 2024-08-07T03:22:02.373Z | Downloaded bitvec v1.0.1 |
848 | 2024-08-07T03:22:02.388Z | Downloaded regex-automata v0.1.10 |
849 | 2024-08-07T03:22:02.394Z | Downloaded unicode-normalization v0.1.23 |
850 | 2024-08-07T03:22:02.399Z | Downloaded tokio-util v0.7.11 |
851 | 2024-08-07T03:22:02.407Z | Downloaded itertools v0.13.0 |
852 | 2024-08-07T03:22:02.418Z | Downloaded prettyplease v0.2.20 |
853 | 2024-08-07T03:22:02.434Z | Downloaded rpassword v7.3.1 |
854 | 2024-08-07T03:22:02.434Z | Downloaded ppv-lite86 v0.2.17 |
855 | 2024-08-07T03:22:02.434Z | Downloaded slog-term v2.9.1 |
856 | 2024-08-07T03:22:02.434Z | Downloaded gethostname v0.5.0 |
857 | 2024-08-07T03:22:02.434Z | Downloaded tokio-native-tls v0.3.1 |
858 | 2024-08-07T03:22:02.435Z | Downloaded scopeguard v1.2.0 |
859 | 2024-08-07T03:22:02.435Z | Downloaded textwrap v0.16.1 |
860 | 2024-08-07T03:22:02.435Z | Downloaded tracing v0.1.40 |
861 | 2024-08-07T03:22:02.440Z | Downloaded expectorate v1.1.0 |
862 | 2024-08-07T03:22:02.440Z | Downloaded unicode-segmentation v1.11.0 |
863 | 2024-08-07T03:22:02.440Z | Downloaded time v0.3.36 |
864 | 2024-08-07T03:22:02.446Z | Downloaded crossterm v0.27.0 |
865 | 2024-08-07T03:22:02.449Z | Downloaded num-bigint-dig v0.8.4 |
866 | 2024-08-07T03:22:02.452Z | Downloaded postcard v1.0.8 |
867 | 2024-08-07T03:22:02.455Z | Downloaded hmac v0.12.1 |
868 | 2024-08-07T03:22:02.463Z | Downloaded structmeta v0.2.0 |
869 | 2024-08-07T03:22:02.463Z | Downloaded static_assertions v1.1.0 |
870 | 2024-08-07T03:22:02.468Z | Downloaded stable_deref_trait v1.2.0 |
871 | 2024-08-07T03:22:02.468Z | Downloaded rand_seeder v0.3.0 |
872 | 2024-08-07T03:22:02.468Z | Downloaded hyper-tls v0.5.0 |
873 | 2024-08-07T03:22:02.468Z | Downloaded derive_builder_core v0.20.0 |
874 | 2024-08-07T03:22:02.468Z | Downloaded yasna v0.5.2 |
875 | 2024-08-07T03:22:02.472Z | Downloaded futures v0.3.30 |
876 | 2024-08-07T03:22:02.476Z | Downloaded publicsuffix v2.2.3 |
877 | 2024-08-07T03:22:02.476Z | Downloaded libxml v0.3.3 |
878 | 2024-08-07T03:22:02.481Z | Downloaded sct v0.7.1 |
879 | 2024-08-07T03:22:02.484Z | Downloaded slog v2.7.0 |
880 | 2024-08-07T03:22:02.490Z | Downloaded rsa v0.9.6 |
881 | 2024-08-07T03:22:02.495Z | Downloaded pkcs8 v0.10.2 |
882 | 2024-08-07T03:22:02.498Z | Downloaded zip v0.6.6 |
883 | 2024-08-07T03:22:02.498Z | Downloaded unicode-bidi v0.3.15 |
884 | 2024-08-07T03:22:02.502Z | Downloaded smf v0.2.3 |
885 | 2024-08-07T03:22:02.502Z | Downloaded vsss-rs v3.3.4 |
886 | 2024-08-07T03:22:02.507Z | Downloaded itertools v0.10.5 |
887 | 2024-08-07T03:22:02.513Z | Downloaded test-strategy v0.3.1 |
888 | 2024-08-07T03:22:02.516Z | Downloaded crossbeam-channel v0.5.12 |
889 | 2024-08-07T03:22:02.521Z | Downloaded cc v1.0.97 |
890 | 2024-08-07T03:22:02.527Z | Downloaded iana-time-zone v0.1.60 |
891 | 2024-08-07T03:22:02.532Z | Downloaded ron v0.7.1 |
892 | 2024-08-07T03:22:02.532Z | Downloaded hyper-staticfile v0.9.5 |
893 | 2024-08-07T03:22:02.535Z | Downloaded form_urlencoded v1.2.1 |
894 | 2024-08-07T03:22:02.535Z | Downloaded structmeta-derive v0.3.0 |
895 | 2024-08-07T03:22:02.535Z | Downloaded serde_plain v1.0.2 |
896 | 2024-08-07T03:22:02.535Z | Downloaded fragile v2.0.0 |
897 | 2024-08-07T03:22:02.539Z | Downloaded stringprep v0.1.4 |
898 | 2024-08-07T03:22:02.539Z | Downloaded snafu-derive v0.8.2 |
899 | 2024-08-07T03:22:02.548Z | Downloaded rustls-pemfile v2.1.3 |
900 | 2024-08-07T03:22:02.548Z | Downloaded heapless v0.7.17 |
901 | 2024-08-07T03:22:02.552Z | Downloaded base64 v0.22.1 |
902 | 2024-08-07T03:22:02.552Z | Downloaded signal-hook v0.3.17 |
903 | 2024-08-07T03:22:02.558Z | Downloaded url v2.5.2 |
904 | 2024-08-07T03:22:02.558Z | Downloaded diff v0.1.13 |
905 | 2024-08-07T03:22:02.561Z | Downloaded enum-as-inner v0.5.1 |
906 | 2024-08-07T03:22:02.562Z | Downloaded http-range v0.1.5 |
907 | 2024-08-07T03:22:02.562Z | Downloaded tls_codec_derive v0.4.1 |
908 | 2024-08-07T03:22:02.570Z | Downloaded termios v0.3.3 |
909 | 2024-08-07T03:22:02.570Z | Downloaded strip-ansi-escapes v0.2.0 |
910 | 2024-08-07T03:22:02.570Z | Downloaded string_cache v0.8.7 |
911 | 2024-08-07T03:22:02.574Z | Downloaded rustc-hash v1.1.0 |
912 | 2024-08-07T03:22:02.574Z | Downloaded percent-encoding v2.3.1 |
913 | 2024-08-07T03:22:02.574Z | Downloaded uuid v1.10.0 |
914 | 2024-08-07T03:22:02.574Z | Downloaded itertools v0.12.1 |
915 | 2024-08-07T03:22:02.578Z | Downloaded strum v0.26.3 |
916 | 2024-08-07T03:22:02.581Z | Downloaded base64 v0.21.7 |
917 | 2024-08-07T03:22:02.585Z | Downloaded tungstenite v0.20.1 |
918 | 2024-08-07T03:22:02.591Z | Downloaded getrandom v0.2.14 |
919 | 2024-08-07T03:22:02.597Z | Downloaded walkdir v2.5.0 |
920 | 2024-08-07T03:22:02.597Z | Downloaded openssl-sys v0.9.103 |
921 | 2024-08-07T03:22:02.602Z | Downloaded slog-scope v4.4.0 |
922 | 2024-08-07T03:22:02.602Z | Downloaded rustfmt-wrapper v0.2.1 |
923 | 2024-08-07T03:22:02.602Z | Downloaded quick-error v1.2.3 |
924 | 2024-08-07T03:22:02.602Z | Downloaded tokio-rustls v0.24.1 |
925 | 2024-08-07T03:22:02.606Z | Downloaded darling_core v0.20.9 |
926 | 2024-08-07T03:22:02.614Z | Downloaded chacha20poly1305 v0.10.1 |
927 | 2024-08-07T03:22:02.614Z | Downloaded num-bigint v0.4.5 |
928 | 2024-08-07T03:22:02.621Z | Downloaded flagset v0.4.5 |
929 | 2024-08-07T03:22:02.621Z | Downloaded fixedbitset v0.4.2 |
930 | 2024-08-07T03:22:02.621Z | Downloaded indicatif v0.17.8 |
931 | 2024-08-07T03:22:02.628Z | Downloaded term v0.7.0 |
932 | 2024-08-07T03:22:02.628Z | Downloaded bytes v1.7.1 |
933 | 2024-08-07T03:22:02.632Z | Downloaded unicode-truncate v1.0.0 |
934 | 2024-08-07T03:22:02.632Z | Downloaded der v0.7.9 |
935 | 2024-08-07T03:22:02.640Z | Downloaded parking_lot v0.11.2 |
936 | 2024-08-07T03:22:02.640Z | Downloaded slog-envlogger v2.2.0 |
937 | 2024-08-07T03:22:02.649Z | Downloaded fallible-iterator v0.2.0 |
938 | 2024-08-07T03:22:02.649Z | Downloaded tokio-stream v0.1.15 |
939 | 2024-08-07T03:22:02.649Z | Downloaded resolv-conf v0.7.0 |
940 | 2024-08-07T03:22:02.649Z | Downloaded rand_chacha v0.3.1 |
941 | 2024-08-07T03:22:02.654Z | Downloaded crossbeam-epoch v0.9.18 |
942 | 2024-08-07T03:22:02.654Z | Downloaded ciborium v0.2.2 |
943 | 2024-08-07T03:22:02.654Z | Downloaded blake2 v0.10.6 |
944 | 2024-08-07T03:22:02.654Z | Downloaded cookie v0.18.1 |
945 | 2024-08-07T03:22:02.659Z | Downloaded ascii v1.1.0 |
946 | 2024-08-07T03:22:02.659Z | Downloaded ring v0.17.8 |
947 | 2024-08-07T03:22:02.731Z | Downloaded futures-sink v0.3.30 |
948 | 2024-08-07T03:22:02.734Z | Downloaded paste v1.0.15 |
949 | 2024-08-07T03:22:02.734Z | Downloaded uzers v0.11.3 |
950 | 2024-08-07T03:22:02.734Z | Downloaded sqlformat v0.2.4 |
951 | 2024-08-07T03:22:02.734Z | Downloaded bcs v0.1.6 |
952 | 2024-08-07T03:22:02.738Z | Downloaded async-trait v0.1.81 |
953 | 2024-08-07T03:22:02.743Z | Downloaded memmap2 v0.9.4 |
954 | 2024-08-07T03:22:02.743Z | Downloaded cstr-argument v0.1.2 |
955 | 2024-08-07T03:22:02.748Z | Downloaded constant_time_eq v0.3.0 |
956 | 2024-08-07T03:22:02.748Z | Downloaded const_format_proc_macros v0.2.32 |
957 | 2024-08-07T03:22:02.748Z | Downloaded bitfield-struct v0.6.1 |
958 | 2024-08-07T03:22:02.748Z | Downloaded base16ct v0.2.0 |
959 | 2024-08-07T03:22:02.752Z | Downloaded oso-derive v0.27.3 |
960 | 2024-08-07T03:22:02.752Z | Downloaded num-rational v0.4.2 |
961 | 2024-08-07T03:22:02.752Z | Downloaded crc-catalog v2.4.0 |
962 | 2024-08-07T03:22:02.753Z | Downloaded ciborium-ll v0.2.2 |
963 | 2024-08-07T03:22:02.753Z | Downloaded crc v3.2.1 |
964 | 2024-08-07T03:22:02.756Z | Downloaded cassowary v0.3.0 |
965 | 2024-08-07T03:22:02.756Z | Downloaded async-stream v0.3.5 |
966 | 2024-08-07T03:22:02.762Z | Downloaded defmt-parser v0.3.4 |
967 | 2024-08-07T03:22:02.762Z | Downloaded bit-set v0.5.3 |
968 | 2024-08-07T03:22:02.762Z | Downloaded num v0.4.3 |
969 | 2024-08-07T03:22:02.762Z | Downloaded buf-list v1.0.3 |
970 | 2024-08-07T03:22:02.768Z | Downloaded bitfield v0.14.0 |
971 | 2024-08-07T03:22:02.768Z | Downloaded libefi-sys v0.1.0 |
972 | 2024-08-07T03:22:02.768Z | Downloaded kstat-rs v0.2.4 |
973 | 2024-08-07T03:22:02.768Z | Downloaded cancel-safe-futures v0.1.5 |
974 | 2024-08-07T03:22:02.774Z | Downloaded base64ct v1.6.0 |
975 | 2024-08-07T03:22:02.774Z | Downloaded darling v0.20.9 |
976 | 2024-08-07T03:22:02.780Z | Downloaded time-core v0.1.2 |
977 | 2024-08-07T03:22:02.780Z | Downloaded ring v0.16.20 |
978 | 2024-08-07T03:22:02.856Z | Downloaded crc32fast v1.4.0 |
979 | 2024-08-07T03:22:02.861Z | Downloaded bzip2 v0.4.4 |
980 | 2024-08-07T03:22:02.867Z | Downloaded addr2line v0.21.0 |
981 | 2024-08-07T03:22:02.867Z | Downloaded parse-size v1.0.0 |
982 | 2024-08-07T03:22:02.867Z | Downloaded num_threads v0.1.7 |
983 | 2024-08-07T03:22:02.867Z | Downloaded lazy_static v1.5.0 |
984 | 2024-08-07T03:22:02.873Z | Downloaded inout v0.1.3 |
985 | 2024-08-07T03:22:02.873Z | Downloaded convert_case v0.4.0 |
986 | 2024-08-07T03:22:02.873Z | Downloaded cobs v0.2.3 |
987 | 2024-08-07T03:22:02.873Z | Downloaded new_debug_unreachable v1.0.6 |
988 | 2024-08-07T03:22:02.873Z | Downloaded matches v0.1.10 |
989 | 2024-08-07T03:22:02.873Z | Downloaded defmt-macros v0.3.9 |
990 | 2024-08-07T03:22:02.878Z | Downloaded bit-vec v0.6.3 |
991 | 2024-08-07T03:22:02.878Z | Downloaded crossbeam-deque v0.8.5 |
992 | 2024-08-07T03:22:02.878Z | Downloaded is-terminal v0.4.12 |
993 | 2024-08-07T03:22:02.878Z | Downloaded packed_struct_codegen v0.10.1 |
994 | 2024-08-07T03:22:02.878Z | Downloaded num-derive v0.4.2 |
995 | 2024-08-07T03:22:02.884Z | Downloaded ascii-canvas v3.0.0 |
996 | 2024-08-07T03:22:02.884Z | Downloaded linear-map v1.2.0 |
997 | 2024-08-07T03:22:02.884Z | Downloaded libloading v0.8.3 |
998 | 2024-08-07T03:22:02.884Z | Downloaded darling_macro v0.20.9 |
999 | 2024-08-07T03:22:02.890Z | Downloaded maybe-uninit v2.0.0 |
1000 | 2024-08-07T03:22:02.890Z | Downloaded libsw v3.3.1 |
1001 | 2024-08-07T03:22:02.890Z | Downloaded memoffset v0.9.1 |
1002 | 2024-08-07T03:22:02.890Z | Downloaded ciborium-io v0.2.2 |
1003 | 2024-08-07T03:22:02.890Z | Downloaded bitstruct_derive v0.1.0 |
1004 | 2024-08-07T03:22:02.890Z | Downloaded atty v0.2.14 |
1005 | 2024-08-07T03:22:02.899Z | Downloaded nodrop v0.1.14 |
1006 | 2024-08-07T03:22:02.899Z | Downloaded lru-cache v0.1.2 |
1007 | 2024-08-07T03:22:02.899Z | Downloaded adler v1.0.2 |
1008 | 2024-08-07T03:22:02.899Z | Downloaded keccak v0.1.5 |
1009 | 2024-08-07T03:22:02.899Z | Downloaded ipnetwork v0.20.0 |
1010 | 2024-08-07T03:22:02.987Z | Compiling cfg-if v1.0.0 |
1011 | 2024-08-07T03:22:02.987Z | Compiling serde v1.0.204 |
1012 | 2024-08-07T03:22:02.999Z | Compiling lock_api v0.4.12 |
1013 | 2024-08-07T03:22:02.999Z | Compiling scopeguard v1.2.0 |
1014 | 2024-08-07T03:22:02.999Z | Compiling log v0.4.21 |
1015 | 2024-08-07T03:22:03.129Z | Compiling syn v2.0.72 |
1016 | 2024-08-07T03:22:03.139Z | Compiling cc v1.0.97 |
1017 | 2024-08-07T03:22:03.139Z | Compiling parking_lot_core v0.9.10 |
1018 | 2024-08-07T03:22:03.205Z | Compiling getrandom v0.2.14 |
1019 | 2024-08-07T03:22:03.249Z | Compiling smallvec v1.13.2 |
1020 | 2024-08-07T03:22:03.549Z | Compiling rand_core v0.6.4 |
1021 | 2024-08-07T03:22:03.632Z | Compiling typenum v1.17.0 |
1022 | 2024-08-07T03:22:03.687Z | Compiling generic-array v0.14.7 |
1023 | 2024-08-07T03:22:03.692Z | Compiling pin-project-lite v0.2.14 |
1024 | 2024-08-07T03:22:03.820Z | Compiling signal-hook-registry v1.4.2 |
1025 | 2024-08-07T03:22:03.993Z | Compiling parking_lot v0.12.2 |
1026 | 2024-08-07T03:22:04.060Z | Compiling spin v0.9.8 |
1027 | 2024-08-07T03:22:04.079Z | Compiling mio v0.8.11 |
1028 | 2024-08-07T03:22:04.262Z | Compiling libm v0.2.8 |
1029 | 2024-08-07T03:22:04.480Z | Compiling serde_json v1.0.122 |
1030 | 2024-08-07T03:22:04.584Z | Compiling ahash v0.8.11 |
1031 | 2024-08-07T03:22:04.655Z | Compiling num-traits v0.2.19 |
1032 | 2024-08-07T03:22:04.828Z | Compiling tinyvec_macros v0.1.1 |
1033 | 2024-08-07T03:22:04.886Z | Compiling futures-core v0.3.30 |
1034 | 2024-08-07T03:22:04.918Z | Compiling tinyvec v1.6.0 |
1035 | 2024-08-07T03:22:05.113Z | Compiling num_cpus v1.16.0 |
1036 | 2024-08-07T03:22:05.155Z | Compiling socket2 v0.5.7 |
1037 | 2024-08-07T03:22:05.267Z | Compiling subtle v2.5.0 |
1038 | 2024-08-07T03:22:05.465Z | Compiling const-oid v0.9.6 |
1039 | 2024-08-07T03:22:05.694Z | Compiling slab v0.4.9 |
1040 | 2024-08-07T03:22:06.013Z | Compiling futures-sink v0.3.30 |
1041 | 2024-08-07T03:22:06.214Z | Compiling unicode-bidi v0.3.15 |
1042 | 2024-08-07T03:22:06.484Z | Compiling unicode-normalization v0.1.23 |
1043 | 2024-08-07T03:22:06.538Z | Compiling allocator-api2 v0.2.18 |
1044 | 2024-08-07T03:22:06.810Z | Compiling futures-channel v0.3.30 |
1045 | 2024-08-07T03:22:06.979Z | Compiling futures-io v0.3.30 |
1046 | 2024-08-07T03:22:07.244Z | Compiling futures-task v0.3.30 |
1047 | 2024-08-07T03:22:07.321Z | Compiling pkg-config v0.3.30 |
1048 | 2024-08-07T03:22:07.354Z | Compiling vcpkg v0.2.15 |
1049 | 2024-08-07T03:22:07.566Z | Compiling pin-utils v0.1.0 |
1050 | 2024-08-07T03:22:07.600Z | Compiling ring v0.17.8 |
1051 | 2024-08-07T03:22:07.655Z | Compiling ppv-lite86 v0.2.17 |
1052 | 2024-08-07T03:22:07.672Z | Compiling percent-encoding v2.3.1 |
1053 | 2024-08-07T03:22:07.765Z | Compiling tracing-core v0.1.32 |
1054 | 2024-08-07T03:22:08.052Z | Compiling time-core v0.1.2 |
1055 | 2024-08-07T03:22:08.229Z | Compiling untrusted v0.9.0 |
1056 | 2024-08-07T03:22:08.333Z | Compiling syn v1.0.109 |
1057 | 2024-08-07T03:22:08.404Z | Compiling rustix v0.38.34 |
1058 | 2024-08-07T03:22:08.447Z | Compiling rand_chacha v0.3.1 |
1059 | 2024-08-07T03:22:08.886Z | Compiling powerfmt v0.2.0 |
1060 | 2024-08-07T03:22:08.947Z | Compiling num-conv v0.1.0 |
1061 | 2024-08-07T03:22:09.159Z | Compiling deranged v0.3.11 |
1062 | 2024-08-07T03:22:09.228Z | Compiling time-macros v0.2.18 |
1063 | 2024-08-07T03:22:09.338Z | Compiling rand v0.8.5 |
1064 | 2024-08-07T03:22:09.368Z | Compiling num_threads v0.1.7 |
1065 | 2024-08-07T03:22:09.481Z | Compiling httparse v1.8.0 |
1066 | 2024-08-07T03:22:09.525Z | Compiling openssl-sys v0.9.103 |
1067 | 2024-08-07T03:22:09.920Z | Compiling foreign-types-shared v0.1.1 |
1068 | 2024-08-07T03:22:10.024Z | Compiling iana-time-zone v0.1.60 |
1069 | 2024-08-07T03:22:10.499Z | Compiling openssl v0.10.66 |
1070 | 2024-08-07T03:22:10.651Z | Compiling rustversion v1.0.17 |
1071 | 2024-08-07T03:22:10.892Z | Compiling base64ct v1.6.0 |
1072 | 2024-08-07T03:22:11.003Z | Compiling foreign-types v0.3.2 |
1073 | 2024-08-07T03:22:11.122Z | Compiling form_urlencoded v1.2.1 |
1074 | 2024-08-07T03:22:11.341Z | Compiling pem-rfc7468 v0.7.0 |
1075 | 2024-08-07T03:22:11.365Z | Compiling crossbeam-utils v0.8.19 |
1076 | 2024-08-07T03:22:11.415Z | Compiling rustls v0.21.12 |
1077 | 2024-08-07T03:22:11.682Z | Compiling native-tls v0.2.11 |
1078 | 2024-08-07T03:22:11.955Z | Compiling siphasher v0.3.11 |
1079 | 2024-08-07T03:22:11.991Z | Compiling flagset v0.4.5 |
1080 | 2024-08-07T03:22:12.011Z | Compiling try-lock v0.2.5 |
1081 | 2024-08-07T03:22:12.151Z | Compiling want v0.3.1 |
1082 | 2024-08-07T03:22:12.376Z | Compiling time v0.3.36 |
1083 | 2024-08-07T03:22:12.413Z | Compiling serde_derive_internals v0.29.1 |
1084 | 2024-08-07T03:22:12.930Z | Compiling idna v0.5.0 |
1085 | 2024-08-07T03:22:12.948Z | Compiling lazy_static v1.5.0 |
1086 | 2024-08-07T03:22:13.058Z | Compiling aho-corasick v1.1.3 |
1087 | 2024-08-07T03:22:13.566Z | Compiling cookie v0.17.0 |
1088 | 2024-08-07T03:22:13.857Z | Compiling openssl-probe v0.1.5 |
1089 | 2024-08-07T03:22:14.171Z | Compiling adler v1.0.2 |
1090 | 2024-08-07T03:22:14.384Z | Compiling signal-hook v0.3.17 |
1091 | 2024-08-07T03:22:14.543Z | Compiling httpdate v1.0.3 |
1092 | 2024-08-07T03:22:14.655Z | Compiling regex-syntax v0.8.3 |
1093 | 2024-08-07T03:22:15.011Z | Compiling cpufeatures v0.2.12 |
1094 | 2024-08-07T03:22:15.109Z | Compiling schemars v0.8.21 |
1095 | 2024-08-07T03:22:15.132Z | Compiling finl_unicode v1.2.0 |
1096 | 2024-08-07T03:22:15.478Z | Compiling tower-service v0.3.2 |
1097 | 2024-08-07T03:22:15.608Z | Compiling slog v2.7.0 |
1098 | 2024-08-07T03:22:15.771Z | Compiling stringprep v0.1.4 |
1099 | 2024-08-07T03:22:16.257Z | Compiling miniz_oxide v0.7.2 |
1100 | 2024-08-07T03:22:16.977Z | Compiling serde_derive v1.0.204 |
1101 | 2024-08-07T03:22:16.995Z | Compiling zeroize_derive v1.4.2 |
1102 | 2024-08-07T03:22:17.621Z | Compiling zerocopy-derive v0.7.34 |
1103 | 2024-08-07T03:22:17.803Z | Compiling tokio-macros v2.3.0 |
1104 | 2024-08-07T03:22:18.455Z | Compiling thiserror-impl v1.0.63 |
1105 | 2024-08-07T03:22:18.574Z | Compiling zeroize v1.7.0 |
1106 | 2024-08-07T03:22:19.422Z | Compiling futures-macro v0.3.30 |
1107 | 2024-08-07T03:22:19.845Z | Compiling zerocopy v0.7.34 |
1108 | 2024-08-07T03:22:20.153Z | Compiling tracing-attributes v0.1.27 |
1109 | 2024-08-07T03:22:20.438Z | Compiling crypto-common v0.1.6 |
1110 | 2024-08-07T03:22:20.683Z | Compiling block-buffer v0.10.4 |
1111 | 2024-08-07T03:22:20.957Z | Compiling digest v0.10.7 |
1112 | 2024-08-07T03:22:21.280Z | Compiling scroll_derive v0.12.0 |
1113 | 2024-08-07T03:22:21.452Z | Compiling futures-util v0.3.30 |
1114 | 2024-08-07T03:22:21.456Z | Compiling hmac v0.12.1 |
1115 | 2024-08-07T03:22:21.709Z | Compiling openssl-macros v0.1.1 |
1116 | 2024-08-07T03:22:21.764Z | Compiling thiserror v1.0.63 |
1117 | 2024-08-07T03:22:21.905Z | Compiling pest v2.7.10 |
1118 | 2024-08-07T03:22:22.044Z | Compiling hashbrown v0.14.5 |
1119 | 2024-08-07T03:22:22.507Z | Compiling der_derive v0.7.2 |
1120 | 2024-08-07T03:22:22.776Z | Compiling scroll v0.12.0 |
1121 | 2024-08-07T03:22:23.321Z | Compiling goblin v0.8.2 |
1122 | 2024-08-07T03:22:23.419Z | Compiling sct v0.7.1 |
1123 | 2024-08-07T03:22:23.739Z | Compiling rustls-webpki v0.101.7 |
1124 | 2024-08-07T03:22:24.038Z | Compiling tracing v0.1.40 |
1125 | 2024-08-07T03:22:24.526Z | Compiling pest_meta v2.7.10 |
1126 | 2024-08-07T03:22:29.121Z | Compiling sha2 v0.10.8 |
1127 | 2024-08-07T03:22:29.189Z | Compiling der v0.7.9 |
1128 | 2024-08-07T03:22:29.189Z | Compiling md-5 v0.10.6 |
1129 | 2024-08-07T03:22:29.189Z | Compiling pest_generator v2.7.10 |
1130 | 2024-08-07T03:22:29.190Z | Compiling spki v0.7.3 |
1131 | 2024-08-07T03:22:29.190Z | Compiling regex-automata v0.4.6 |
1132 | 2024-08-07T03:22:29.190Z | Compiling schemars_derive v0.8.21 |
1133 | 2024-08-07T03:22:29.190Z | Compiling url v2.5.2 |
1134 | 2024-08-07T03:22:29.682Z | Compiling pest_derive v2.7.10 |
1135 | 2024-08-07T03:22:29.905Z | Compiling num-integer v0.1.46 |
1136 | 2024-08-07T03:22:30.288Z | Compiling idna v0.3.0 |
1137 | 2024-08-07T03:22:30.476Z | Compiling dtrace-parser v0.2.0 |
1138 | 2024-08-07T03:22:30.663Z | Compiling backtrace v0.3.71 |
1139 | 2024-08-07T03:22:31.102Z | Compiling hash32 v0.2.1 |
1140 | 2024-08-07T03:22:31.405Z | Compiling bytes v1.7.1 |
1141 | 2024-08-07T03:22:31.484Z | Compiling bitflags v2.6.0 |
1142 | 2024-08-07T03:22:31.834Z | Compiling indexmap v2.3.0 |
1143 | 2024-08-07T03:22:31.926Z | Compiling uuid v1.10.0 |
1144 | 2024-08-07T03:22:32.605Z | Compiling tokio v1.38.1 |
1145 | 2024-08-07T03:22:32.669Z | Compiling http v0.2.12 |
1146 | 2024-08-07T03:22:33.274Z | Compiling semver v1.0.23 |
1147 | 2024-08-07T03:22:33.700Z | Compiling rustc_version v0.4.0 |
1148 | 2024-08-07T03:22:33.852Z | Compiling chrono v0.4.38 |
1149 | 2024-08-07T03:22:34.013Z | Compiling dof v0.3.0 |
1150 | 2024-08-07T03:22:34.483Z | Compiling heapless v0.7.17 |
1151 | 2024-08-07T03:22:34.797Z | Compiling http-body v0.4.6 |
1152 | 2024-08-07T03:22:35.272Z | Compiling usdt-impl v0.5.0 |
1153 | 2024-08-07T03:22:35.291Z | Compiling toml_datetime v0.6.8 |
1154 | 2024-08-07T03:22:35.823Z | Compiling serde_spanned v0.6.7 |
1155 | 2024-08-07T03:22:36.052Z | Compiling serde_tokenstream v0.2.1 |
1156 | 2024-08-07T03:22:36.290Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1157 | 2024-08-07T03:22:36.380Z | Compiling crc32fast v1.4.0 |
1158 | 2024-08-07T03:22:36.589Z | Compiling fallible-iterator v0.2.0 |
1159 | 2024-08-07T03:22:36.855Z | Compiling psl-types v2.0.11 |
1160 | 2024-08-07T03:22:36.910Z | Compiling smoltcp v0.9.1 |
1161 | 2024-08-07T03:22:37.054Z | Compiling gimli v0.28.1 |
1162 | 2024-08-07T03:22:37.141Z | Compiling dyn-clone v1.0.17 |
1163 | 2024-08-07T03:22:37.278Z | Compiling base64 v0.22.1 |
1164 | 2024-08-07T03:22:37.349Z | Compiling stable_deref_trait v1.2.0 |
1165 | 2024-08-07T03:22:38.043Z | Compiling postgres-protocol v0.6.7 |
1166 | 2024-08-07T03:22:38.061Z | Compiling publicsuffix v2.2.3 |
1167 | 2024-08-07T03:22:38.383Z | Compiling terminal_size v0.3.0 |
1168 | 2024-08-07T03:22:38.610Z | Compiling pkcs8 v0.10.2 |
1169 | 2024-08-07T03:22:38.627Z | Compiling hubpack_derive v0.1.1 |
1170 | 2024-08-07T03:22:39.142Z | Compiling block-padding v0.3.3 |
1171 | 2024-08-07T03:22:39.445Z | Compiling zerocopy-derive v0.6.6 |
1172 | 2024-08-07T03:22:39.550Z | Compiling async-trait v0.1.81 |
1173 | 2024-08-07T03:22:40.906Z | Compiling tokio-util v0.7.11 |
1174 | 2024-08-07T03:22:41.496Z | Compiling addr2line v0.21.0 |
1175 | 2024-08-07T03:22:41.658Z | Compiling tokio-rustls v0.24.1 |
1176 | 2024-08-07T03:22:41.940Z | Compiling h2 v0.3.26 |
1177 | 2024-08-07T03:22:42.015Z | Compiling tokio-native-tls v0.3.1 |
1178 | 2024-08-07T03:22:42.177Z | Compiling phf_shared v0.11.2 |
1179 | 2024-08-07T03:22:42.273Z | Compiling diesel_table_macro_syntax v0.1.0 |
1180 | 2024-08-07T03:22:42.276Z | Compiling ff v0.13.0 |
1181 | 2024-08-07T03:22:42.276Z | Compiling scheduled-thread-pool v0.2.7 |
1182 | 2024-08-07T03:22:42.493Z | Compiling object v0.32.2 |
1183 | 2024-08-07T03:22:42.556Z | Compiling fs-err v2.11.0 |
1184 | 2024-08-07T03:22:42.657Z | Compiling base64 v0.21.7 |
1185 | 2024-08-07T03:22:42.840Z | Compiling ipnet v2.9.0 |
1186 | 2024-08-07T03:22:42.860Z | Compiling base16ct v0.2.0 |
1187 | 2024-08-07T03:22:42.904Z | Compiling matches v0.1.10 |
1188 | 2024-08-07T03:22:43.000Z | Compiling regex-automata v0.1.10 |
1189 | 2024-08-07T03:22:43.182Z | Compiling bit-vec v0.6.3 |
1190 | 2024-08-07T03:22:43.398Z | Compiling winnow v0.5.40 |
1191 | 2024-08-07T03:22:43.513Z | Compiling either v1.12.0 |
1192 | 2024-08-07T03:22:43.620Z | Compiling managed v0.8.0 |
1193 | 2024-08-07T03:22:43.695Z | Compiling bitflags v1.3.2 |
1194 | 2024-08-07T03:22:43.794Z | Compiling rustc-demangle v0.1.24 |
1195 | 2024-08-07T03:22:43.940Z | Compiling anyhow v1.0.86 |
1196 | 2024-08-07T03:22:44.048Z | Compiling clap_builder v4.5.13 |
1197 | 2024-08-07T03:22:44.726Z | Compiling bstr v0.2.17 |
1198 | 2024-08-07T03:22:44.799Z | Compiling rustls-pemfile v1.0.4 |
1199 | 2024-08-07T03:22:45.250Z | Compiling sec1 v0.7.3 |
1200 | 2024-08-07T03:22:45.869Z | Compiling idna v0.2.3 |
1201 | 2024-08-07T03:22:46.186Z | Compiling diesel_derives v2.1.4 |
1202 | 2024-08-07T03:22:46.278Z | Compiling r2d2 v0.8.10 |
1203 | 2024-08-07T03:22:46.661Z | Compiling group v0.13.0 |
1204 | 2024-08-07T03:22:46.999Z | Compiling toml_edit v0.19.15 |
1205 | 2024-08-07T03:22:47.225Z | Compiling phf v0.11.2 |
1206 | 2024-08-07T03:22:47.466Z | Compiling zerocopy v0.6.6 |
1207 | 2024-08-07T03:22:47.508Z | Compiling signal-hook-mio v0.2.3 |
1208 | 2024-08-07T03:22:47.660Z | Compiling cookie_store v0.20.0 |
1209 | 2024-08-07T03:22:47.707Z | Compiling hubpack v0.1.2 |
1210 | 2024-08-07T03:22:48.142Z | Compiling ipnetwork v0.20.0 |
1211 | 2024-08-07T03:22:48.326Z | Compiling inout v0.1.3 |
1212 | 2024-08-07T03:22:48.608Z | Compiling postgres-types v0.2.7 |
1213 | 2024-08-07T03:22:49.043Z | Compiling hyper v0.14.30 |
1214 | 2024-08-07T03:22:50.093Z | Compiling usdt-attr-macro v0.5.0 |
1215 | 2024-08-07T03:22:50.171Z | Compiling usdt-macro v0.5.0 |
1216 | 2024-08-07T03:22:51.728Z | Compiling regex v1.10.6 |
1217 | 2024-08-07T03:22:51.747Z | Compiling serde_urlencoded v0.7.1 |
1218 | 2024-08-07T03:22:52.268Z | Compiling num-bigint v0.4.5 |
1219 | 2024-08-07T03:22:52.349Z | Compiling futures-executor v0.3.30 |
1220 | 2024-08-07T03:22:52.675Z | Compiling enum-as-inner v0.5.1 |
1221 | 2024-08-07T03:22:52.812Z | Compiling hkdf v0.12.4 |
1222 | 2024-08-07T03:22:52.903Z | Compiling crypto-bigint v0.5.5 |
1223 | 2024-08-07T03:22:53.084Z | Compiling clap_derive v4.5.13 |
1224 | 2024-08-07T03:22:53.310Z | Compiling strum_macros v0.25.3 |
1225 | 2024-08-07T03:22:53.723Z | Compiling serde_repr v0.1.19 |
1226 | 2024-08-07T03:22:54.911Z | Compiling phf_shared v0.10.0 |
1227 | 2024-08-07T03:22:54.931Z | Compiling float-cmp v0.9.0 |
1228 | 2024-08-07T03:22:55.145Z | Compiling encoding_rs v0.8.34 |
1229 | 2024-08-07T03:22:55.285Z | Compiling static_assertions v1.1.0 |
1230 | 2024-08-07T03:22:55.381Z | Compiling data-encoding v2.6.0 |
1231 | 2024-08-07T03:22:57.457Z | Compiling hyper-tls v0.5.0 |
1232 | 2024-08-07T03:22:57.796Z | Compiling hyper-rustls v0.24.2 |
1233 | 2024-08-07T03:22:57.812Z | Compiling minimal-lexical v0.2.1 |
1234 | 2024-08-07T03:22:58.095Z | Compiling mime v0.3.17 |
1235 | 2024-08-07T03:22:58.157Z | Compiling difflib v0.4.0 |
1236 | 2024-08-07T03:22:58.294Z | Compiling unicode-segmentation v1.11.0 |
1237 | 2024-08-07T03:22:58.646Z | Compiling fixedbitset v0.4.2 |
1238 | 2024-08-07T03:22:58.702Z | Compiling predicates-core v1.0.6 |
1239 | 2024-08-07T03:22:58.905Z | Compiling precomputed-hash v0.1.1 |
1240 | 2024-08-07T03:22:58.953Z | Compiling webpki-roots v0.25.4 |
1241 | 2024-08-07T03:22:59.021Z | Compiling new_debug_unreachable v1.0.6 |
1242 | 2024-08-07T03:22:59.051Z | Compiling whoami v1.5.1 |
1243 | 2024-08-07T03:22:59.106Z | Compiling sync_wrapper v0.1.2 |
1244 | 2024-08-07T03:22:59.109Z | Compiling normalize-line-endings v0.3.0 |
1245 | 2024-08-07T03:22:59.123Z | Compiling string_cache v0.8.7 |
1246 | 2024-08-07T03:22:59.154Z | Compiling similar v2.5.0 |
1247 | 2024-08-07T03:22:59.225Z | Compiling predicates v3.1.2 |
1248 | 2024-08-07T03:22:59.242Z | Compiling reqwest v0.11.27 |
1249 | 2024-08-07T03:22:59.609Z | Compiling tokio-postgres v0.7.11 |
1250 | 2024-08-07T03:22:59.650Z | Compiling petgraph v0.6.5 |
1251 | 2024-08-07T03:22:59.699Z | Compiling toml_edit v0.22.20 |
1252 | 2024-08-07T03:22:59.718Z | Compiling diesel v2.1.6 |
1253 | 2024-08-07T03:23:00.979Z | Compiling console v0.15.8 |
1254 | 2024-08-07T03:23:01.843Z | Compiling nom v7.1.3 |
1255 | 2024-08-07T03:23:02.436Z | Compiling clap v4.5.13 |
1256 | 2024-08-07T03:23:02.561Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1257 | 2024-08-07T03:23:03.211Z | Compiling trust-dns-proto v0.22.0 |
1258 | 2024-08-07T03:23:03.686Z | Compiling elliptic-curve v0.13.8 |
1259 | 2024-08-07T03:23:04.535Z | Compiling yasna v0.5.2 |
1260 | 2024-08-07T03:23:05.105Z | Compiling usdt v0.5.0 |
1261 | 2024-08-07T03:23:05.619Z | Compiling futures v0.3.30 |
1262 | 2024-08-07T03:23:05.634Z | Compiling toml v0.7.8 |
1263 | 2024-08-07T03:23:06.461Z | Compiling flate2 v1.0.31 |
1264 | 2024-08-07T03:23:06.637Z | Compiling cipher v0.4.4 |
1265 | 2024-08-07T03:23:07.167Z | Compiling crossterm v0.27.0 |
1266 | 2024-08-07T03:23:07.410Z | Compiling itertools v0.10.5 |
1267 | 2024-08-07T03:23:08.209Z | Compiling itertools v0.12.1 |
1268 | 2024-08-07T03:23:08.244Z | Compiling bit-set v0.5.3 |
1269 | 2024-08-07T03:23:08.540Z | Compiling tokio-stream v0.1.15 |
1270 | 2024-08-07T03:23:08.949Z | Compiling openapiv3 v2.0.0 |
1271 | 2024-08-07T03:23:09.527Z | Compiling bstr v1.9.1 |
1272 | 2024-08-07T03:23:10.127Z | Compiling hex v0.4.3 |
1273 | 2024-08-07T03:23:10.755Z | Compiling num-iter v0.1.45 |
1274 | 2024-08-07T03:23:10.941Z | Compiling crossbeam-epoch v0.9.18 |
1275 | 2024-08-07T03:23:10.989Z | Compiling dirs-sys-next v0.1.2 |
1276 | 2024-08-07T03:23:11.338Z | Compiling unicode-xid v0.2.4 |
1277 | 2024-08-07T03:23:11.357Z | Compiling lalrpop-util v0.19.12 |
1278 | 2024-08-07T03:23:11.513Z | Compiling peg-runtime v0.8.3 |
1279 | 2024-08-07T03:23:11.538Z | Compiling dirs-next v2.0.0 |
1280 | 2024-08-07T03:23:11.607Z | Compiling thread_local v1.1.8 |
1281 | 2024-08-07T03:23:11.700Z | Compiling slog-async v2.8.0 |
1282 | 2024-08-07T03:23:11.717Z | Compiling term v0.7.0 |
1283 | 2024-08-07T03:23:11.720Z | Compiling xattr v1.3.1 |
1284 | 2024-08-07T03:23:12.001Z | Compiling crossbeam-channel v0.5.12 |
1285 | 2024-08-07T03:23:12.148Z | Compiling strum_macros v0.26.4 |
1286 | 2024-08-07T03:23:12.166Z | Compiling filetime v0.2.23 |
1287 | 2024-08-07T03:23:12.316Z | Compiling is-terminal v0.4.12 |
1288 | 2024-08-07T03:23:12.442Z | Compiling take_mut v0.2.2 |
1289 | 2024-08-07T03:23:12.478Z | Compiling slog-term v2.9.1 |
1290 | 2024-08-07T03:23:12.591Z | Compiling tar v0.4.41 |
1291 | 2024-08-07T03:23:13.266Z | Compiling camino v1.1.7 |
1292 | 2024-08-07T03:23:15.245Z | Compiling strum v0.26.3 |
1293 | 2024-08-07T03:23:25.857Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1294 | 2024-08-07T03:23:26.105Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1295 | 2024-08-07T03:23:31.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
1296 | 2024-08-07T03:23:31.501Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1297 | 2024-08-07T03:23:31.544Z | Aug 07 03:23:29.601 INFO Starting download, target: Cockroach |
1298 | 2024-08-07T03:23:31.544Z | Aug 07 03:23:29.601 INFO Starting download, target: Clickhouse |
1299 | 2024-08-07T03:23:31.547Z | Aug 07 03:23:29.601 INFO Starting download, target: Console |
1300 | 2024-08-07T03:23:31.547Z | Aug 07 03:23:29.601 INFO Starting download, target: DendriteOpenapi |
1301 | 2024-08-07T03:23:31.547Z | Aug 07 03:23:29.601 INFO Starting download, target: DendriteStub |
1302 | 2024-08-07T03:23:31.547Z | Aug 07 03:23:29.601 INFO Starting download, target: MaghemiteMgd |
1303 | 2024-08-07T03:23:31.547Z | Aug 07 03:23:29.601 INFO Starting download, target: TransceiverControl |
1304 | 2024-08-07T03:23:31.547Z | Aug 07 03:23:29.601 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1305 | 2024-08-07T03:23:31.547Z | Aug 07 03:23:29.601 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1306 | 2024-08-07T03:23:31.547Z | Aug 07 03:23:29.601 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1307 | 2024-08-07T03:23:31.547Z | Aug 07 03:23:29.602 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1308 | 2024-08-07T03:23:31.547Z | Aug 07 03:23:29.602 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1309 | 2024-08-07T03:23:31.547Z | Aug 07 03:23:29.602 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1310 | 2024-08-07T03:23:31.547Z | Aug 07 03:23:29.602 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1311 | 2024-08-07T03:23:31.687Z | Aug 07 03:23:29.741 INFO Download complete, target: DendriteOpenapi |
1312 | 2024-08-07T03:23:31.839Z | Aug 07 03:23:29.886 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1313 | 2024-08-07T03:23:32.034Z | Aug 07 03:23:30.087 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1314 | 2024-08-07T03:23:32.430Z | Aug 07 03:23:30.468 INFO Download complete, target: Console |
1315 | 2024-08-07T03:23:32.451Z | Aug 07 03:23:30.505 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1316 | 2024-08-07T03:23:32.457Z | Aug 07 03:23:30.508 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1317 | 2024-08-07T03:23:32.606Z | Aug 07 03:23:30.657 INFO Download complete, target: TransceiverControl |
1318 | 2024-08-07T03:23:33.384Z | Aug 07 03:23:31.440 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1319 | 2024-08-07T03:23:35.079Z | Aug 07 03:23:33.135 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1320 | 2024-08-07T03:23:35.079Z | Aug 07 03:23:33.135 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1321 | 2024-08-07T03:23:35.431Z | Aug 07 03:23:33.487 INFO Download complete, target: DendriteStub |
1322 | 2024-08-07T03:23:35.487Z | Aug 07 03:23:33.543 INFO Download complete, target: MaghemiteMgd |
1323 | 2024-08-07T03:23:43.333Z | Aug 07 03:23:41.389 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1324 | 2024-08-07T03:23:43.653Z | Aug 07 03:23:41.706 INFO Checking that binary works, target: Cockroach |
1325 | 2024-08-07T03:23:43.857Z | Aug 07 03:23:41.912 INFO Download complete, target: Cockroach |
1326 | 2024-08-07T03:23:47.656Z | Aug 07 03:23:45.712 INFO Checking that binary works, target: Clickhouse |
1327 | 2024-08-07T03:23:47.942Z | Aug 07 03:23:45.997 INFO Download complete, target: Clickhouse |
1328 | 2024-08-07T03:23:47.949Z | All prerequisites installed successfully |
1329 | 2024-08-07T03:23:47.952Z | |
1330 | 2024-08-07T03:23:47.952Z | real 5:19.658277315 |
1331 | 2024-08-07T03:23:47.952Z | user 11:35.119323121 |
1332 | 2024-08-07T03:23:47.952Z | sys 2:25.765041985 |
1333 | 2024-08-07T03:23:47.952Z | trap 0.414154725 |
1334 | 2024-08-07T03:23:47.952Z | tflt 5.556377560 |
1335 | 2024-08-07T03:23:47.952Z | dflt 5.913351110 |
1336 | 2024-08-07T03:23:47.952Z | kflt 0.182675307 |
1337 | 2024-08-07T03:23:47.952Z | lock 22:16.757682559 |
1338 | 2024-08-07T03:23:47.952Z | slp 48:06.428452367 |
1339 | 2024-08-07T03:23:47.952Z | lat 38.841744403 |
1340 | 2024-08-07T03:23:47.952Z | stop 1:40.108558634 |
1341 | 2024-08-07T03:23:47.952Z | + source ./tools/include/force-git-over-https.sh |
1342 | 2024-08-07T03:23:47.952Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1343 | 2024-08-07T03:23:47.952Z | ++ (( i = 0 )) |
1344 | 2024-08-07T03:23:47.952Z | ++ (( i < 5 )) |
1345 | 2024-08-07T03:23:47.952Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1346 | 2024-08-07T03:23:47.955Z | ++ (( i++ )) |
1347 | 2024-08-07T03:23:47.955Z | ++ (( i < 5 )) |
1348 | 2024-08-07T03:23:47.955Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1349 | 2024-08-07T03:23:47.959Z | ++ (( i++ )) |
1350 | 2024-08-07T03:23:47.959Z | ++ (( i < 5 )) |
1351 | 2024-08-07T03:23:47.959Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1352 | 2024-08-07T03:23:47.962Z | ++ (( i++ )) |
1353 | 2024-08-07T03:23:47.962Z | ++ (( i < 5 )) |
1354 | 2024-08-07T03:23:47.962Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1355 | 2024-08-07T03:23:47.965Z | ++ (( i++ )) |
1356 | 2024-08-07T03:23:47.965Z | ++ (( i < 5 )) |
1357 | 2024-08-07T03:23:47.965Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1358 | 2024-08-07T03:23:47.968Z | ++ (( i++ )) |
1359 | 2024-08-07T03:23:47.968Z | ++ (( i < 5 )) |
1360 | 2024-08-07T03:23:47.968Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1361 | 2024-08-07T03:23:47.968Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1362 | 2024-08-07T03:23:47.968Z | + rc=0 |
1363 | 2024-08-07T03:23:47.968Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1364 | 2024-08-07T03:24:21.183Z | + case $rc in |
1365 | 2024-08-07T03:24:21.183Z | + pfexec zfs create -p rpool/images/build/host |
1366 | 2024-08-07T03:24:21.411Z | + pfexec zfs create -p rpool/images/build/recovery |
1367 | 2024-08-07T03:24:21.495Z | + cargo xtask releng --output-dir /work |
1368 | 2024-08-07T03:24:22.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1369 | 2024-08-07T03:24:22.044Z | Running `target/debug/xtask releng --output-dir /work` |
1370 | 2024-08-07T03:24:22.884Z | Compiling proc-macro2 v1.0.86 |
1371 | 2024-08-07T03:24:22.884Z | Compiling unicode-ident v1.0.12 |
1372 | 2024-08-07T03:24:22.887Z | Compiling libc v0.2.155 |
1373 | 2024-08-07T03:24:22.887Z | Compiling serde v1.0.204 |
1374 | 2024-08-07T03:24:22.887Z | Compiling autocfg v1.3.0 |
1375 | 2024-08-07T03:24:22.887Z | Compiling version_check v0.9.5 |
1376 | 2024-08-07T03:24:22.887Z | Compiling cfg-if v1.0.0 |
1377 | 2024-08-07T03:24:23.125Z | Compiling cc v1.0.97 |
1378 | 2024-08-07T03:24:23.150Z | Compiling memchr v2.7.2 |
1379 | 2024-08-07T03:24:23.777Z | Compiling lock_api v0.4.12 |
1380 | 2024-08-07T03:24:23.889Z | Compiling parking_lot_core v0.9.10 |
1381 | 2024-08-07T03:24:24.130Z | Compiling libm v0.2.8 |
1382 | 2024-08-07T03:24:24.433Z | Compiling ahash v0.8.11 |
1383 | 2024-08-07T03:24:24.480Z | Compiling serde_json v1.0.122 |
1384 | 2024-08-07T03:24:24.559Z | Compiling num-traits v0.2.19 |
1385 | 2024-08-07T03:24:24.788Z | Compiling quote v1.0.36 |
1386 | 2024-08-07T03:24:24.818Z | Compiling typenum v1.17.0 |
1387 | 2024-08-07T03:24:25.034Z | Compiling getrandom v0.2.14 |
1388 | 2024-08-07T03:24:25.319Z | Compiling syn v2.0.72 |
1389 | 2024-08-07T03:24:25.424Z | Compiling scopeguard v1.2.0 |
1390 | 2024-08-07T03:24:25.466Z | Compiling once_cell v1.19.0 |
1391 | 2024-08-07T03:24:25.593Z | Compiling generic-array v0.14.7 |
1392 | 2024-08-07T03:24:25.717Z | Compiling byteorder v1.5.0 |
1393 | 2024-08-07T03:24:25.871Z | Compiling log v0.4.21 |
1394 | 2024-08-07T03:24:25.917Z | Compiling itoa v1.0.11 |
1395 | 2024-08-07T03:24:26.081Z | Compiling thiserror v1.0.63 |
1396 | 2024-08-07T03:24:26.231Z | Compiling slab v0.4.9 |
1397 | 2024-08-07T03:24:26.268Z | Compiling pkg-config v0.3.30 |
1398 | 2024-08-07T03:24:26.322Z | Compiling ring v0.17.8 |
1399 | 2024-08-07T03:24:26.417Z | Compiling smallvec v1.13.2 |
1400 | 2024-08-07T03:24:26.562Z | Compiling ryu v1.0.18 |
1401 | 2024-08-07T03:24:26.603Z | Compiling semver v1.0.23 |
1402 | 2024-08-07T03:24:26.817Z | Compiling spin v0.9.8 |
1403 | 2024-08-07T03:24:26.993Z | Compiling pin-project-lite v0.2.14 |
1404 | 2024-08-07T03:24:27.036Z | Compiling vcpkg v0.2.15 |
1405 | 2024-08-07T03:24:27.471Z | Compiling allocator-api2 v0.2.18 |
1406 | 2024-08-07T03:24:27.516Z | Compiling parking_lot v0.12.2 |
1407 | 2024-08-07T03:24:27.570Z | Compiling rand_core v0.6.4 |
1408 | 2024-08-07T03:24:28.212Z | Compiling schemars v0.8.21 |
1409 | 2024-08-07T03:24:28.456Z | Compiling signal-hook-registry v1.4.2 |
1410 | 2024-08-07T03:24:28.778Z | Compiling openssl-sys v0.9.103 |
1411 | 2024-08-07T03:24:28.837Z | Compiling time-core v0.1.2 |
1412 | 2024-08-07T03:24:29.440Z | Compiling num-conv v0.1.0 |
1413 | 2024-08-07T03:24:29.714Z | Compiling mio v0.8.11 |
1414 | 2024-08-07T03:24:29.728Z | Compiling time-macros v0.2.18 |
1415 | 2024-08-07T03:24:30.158Z | Compiling rustix v0.38.34 |
1416 | 2024-08-07T03:24:30.198Z | Compiling httparse v1.8.0 |
1417 | 2024-08-07T03:24:30.622Z | Compiling futures-core v0.3.30 |
1418 | 2024-08-07T03:24:30.711Z | Compiling heck v0.5.0 |
1419 | 2024-08-07T03:24:31.340Z | Compiling socket2 v0.5.7 |
1420 | 2024-08-07T03:24:31.382Z | Compiling num_cpus v1.16.0 |
1421 | 2024-08-07T03:24:31.558Z | Compiling openssl v0.10.66 |
1422 | 2024-08-07T03:24:31.671Z | Compiling fnv v1.0.7 |
1423 | 2024-08-07T03:24:31.865Z | Compiling equivalent v1.0.1 |
1424 | 2024-08-07T03:24:32.040Z | Compiling const-oid v0.9.6 |
1425 | 2024-08-07T03:24:32.078Z | Compiling subtle v2.5.0 |
1426 | 2024-08-07T03:24:32.544Z | Compiling tinyvec_macros v0.1.1 |
1427 | 2024-08-07T03:24:32.754Z | Compiling iana-time-zone v0.1.60 |
1428 | 2024-08-07T03:24:32.771Z | Compiling rustls v0.21.12 |
1429 | 2024-08-07T03:24:32.857Z | Compiling native-tls v0.2.11 |
1430 | 2024-08-07T03:24:32.875Z | Compiling syn v1.0.109 |
1431 | 2024-08-07T03:24:32.998Z | Compiling serde_derive_internals v0.29.1 |
1432 | 2024-08-07T03:24:33.092Z | Compiling tinyvec v1.6.0 |
1433 | 2024-08-07T03:24:33.240Z | Compiling crossbeam-utils v0.8.19 |
1434 | 2024-08-07T03:24:33.553Z | Compiling futures-sink v0.3.30 |
1435 | 2024-08-07T03:24:34.354Z | Compiling cookie v0.17.0 |
1436 | 2024-08-07T03:24:34.771Z | Compiling unicode-normalization v0.1.23 |
1437 | 2024-08-07T03:24:34.831Z | Compiling ucd-trie v0.1.6 |
1438 | 2024-08-07T03:24:35.459Z | Compiling futures-channel v0.3.30 |
1439 | 2024-08-07T03:24:36.303Z | Compiling unicode-bidi v0.3.15 |
1440 | 2024-08-07T03:24:36.326Z | Compiling futures-task v0.3.30 |
1441 | 2024-08-07T03:24:36.651Z | Compiling slog v2.7.0 |
1442 | 2024-08-07T03:24:36.769Z | Compiling futures-io v0.3.30 |
1443 | 2024-08-07T03:24:37.239Z | Compiling dyn-clone v1.0.17 |
1444 | 2024-08-07T03:24:37.290Z | Compiling pin-utils v0.1.0 |
1445 | 2024-08-07T03:24:37.411Z | Compiling untrusted v0.9.0 |
1446 | 2024-08-07T03:24:37.677Z | Compiling aho-corasick v1.1.3 |
1447 | 2024-08-07T03:24:38.124Z | Compiling powerfmt v0.2.0 |
1448 | 2024-08-07T03:24:38.298Z | Compiling crc32fast v1.4.0 |
1449 | 2024-08-07T03:24:38.650Z | Compiling regex-syntax v0.8.3 |
1450 | 2024-08-07T03:24:38.668Z | Compiling deranged v0.3.11 |
1451 | 2024-08-07T03:24:38.704Z | Compiling serde_derive v1.0.204 |
1452 | 2024-08-07T03:24:38.868Z | Compiling zerocopy-derive v0.7.34 |
1453 | 2024-08-07T03:24:39.419Z | Compiling zeroize_derive v1.4.2 |
1454 | 2024-08-07T03:24:40.971Z | Compiling tokio-macros v2.3.0 |
1455 | 2024-08-07T03:24:41.111Z | Compiling thiserror-impl v1.0.63 |
1456 | 2024-08-07T03:24:41.131Z | Compiling zerocopy v0.7.34 |
1457 | 2024-08-07T03:24:42.624Z | Compiling futures-macro v0.3.30 |
1458 | 2024-08-07T03:24:42.663Z | Compiling zeroize v1.7.0 |
1459 | 2024-08-07T03:24:43.947Z | Compiling hashbrown v0.14.5 |
1460 | 2024-08-07T03:24:44.428Z | Compiling schemars_derive v0.8.21 |
1461 | 2024-08-07T03:24:44.431Z | Compiling tracing-attributes v0.1.27 |
1462 | 2024-08-07T03:24:45.564Z | Compiling der_derive v0.7.2 |
1463 | 2024-08-07T03:24:46.201Z | Compiling openssl-macros v0.1.1 |
1464 | 2024-08-07T03:24:47.240Z | Compiling scroll_derive v0.12.0 |
1465 | 2024-08-07T03:24:47.335Z | Compiling pest v2.7.10 |
1466 | 2024-08-07T03:24:47.584Z | Compiling crypto-common v0.1.6 |
1467 | 2024-08-07T03:24:47.785Z | Compiling futures-util v0.3.30 |
1468 | 2024-08-07T03:24:48.074Z | Compiling block-buffer v0.10.4 |
1469 | 2024-08-07T03:24:48.367Z | Compiling digest v0.10.7 |
1470 | 2024-08-07T03:24:48.745Z | Compiling regex-automata v0.4.6 |
1471 | 2024-08-07T03:24:48.912Z | Compiling usdt-impl v0.5.0 |
1472 | 2024-08-07T03:24:49.601Z | Compiling percent-encoding v2.3.1 |
1473 | 2024-08-07T03:24:50.427Z | Compiling pest_meta v2.7.10 |
1474 | 2024-08-07T03:24:51.251Z | Compiling heck v0.4.1 |
1475 | 2024-08-07T03:24:51.682Z | Compiling num_threads v0.1.7 |
1476 | 2024-08-07T03:24:51.843Z | Compiling time v0.3.36 |
1477 | 2024-08-07T03:24:53.434Z | Compiling bytes v1.7.1 |
1478 | 2024-08-07T03:24:55.256Z | Compiling bitflags v2.6.0 |
1479 | 2024-08-07T03:24:55.990Z | Compiling tokio v1.38.1 |
1480 | 2024-08-07T03:24:56.232Z | Compiling indexmap v2.3.0 |
1481 | 2024-08-07T03:24:56.264Z | Compiling uuid v1.10.0 |
1482 | 2024-08-07T03:24:57.222Z | Compiling chrono v0.4.38 |
1483 | 2024-08-07T03:24:57.875Z | Compiling serde_tokenstream v0.2.1 |
1484 | 2024-08-07T03:24:58.986Z | Compiling http v0.2.12 |
1485 | 2024-08-07T03:25:01.555Z | Compiling pest_generator v2.7.10 |
1486 | 2024-08-07T03:25:02.556Z | Compiling rustc_version v0.4.0 |
1487 | 2024-08-07T03:25:03.284Z | Compiling heapless v0.7.17 |
1488 | 2024-08-07T03:25:03.410Z | Compiling pest_derive v2.7.10 |
1489 | 2024-08-07T03:25:03.818Z | Compiling scroll v0.12.0 |
1490 | 2024-08-07T03:25:04.503Z | Compiling zerocopy-derive v0.6.6 |
1491 | 2024-08-07T03:25:04.876Z | Compiling tracing-core v0.1.32 |
1492 | 2024-08-07T03:25:05.983Z | Compiling backtrace v0.3.71 |
1493 | 2024-08-07T03:25:06.498Z | Compiling errno v0.3.9 |
1494 | 2024-08-07T03:25:06.827Z | Compiling plain v0.2.3 |
1495 | 2024-08-07T03:25:07.004Z | Compiling ppv-lite86 v0.2.17 |
1496 | 2024-08-07T03:25:07.317Z | Compiling signal-hook v0.3.17 |
1497 | 2024-08-07T03:25:07.609Z | Compiling goblin v0.8.2 |
1498 | 2024-08-07T03:25:07.828Z | Compiling rand_chacha v0.3.1 |
1499 | 2024-08-07T03:25:07.957Z | Compiling tracing v0.1.40 |
1500 | 2024-08-07T03:25:07.972Z | Compiling tokio-util v0.7.11 |
1501 | 2024-08-07T03:25:08.805Z | Compiling regex v1.10.6 |
1502 | 2024-08-07T03:25:08.827Z | Compiling async-trait v0.1.81 |
1503 | 2024-08-07T03:25:10.039Z | Compiling rustversion v1.0.17 |
1504 | 2024-08-07T03:25:10.428Z | Compiling pretty-hex v0.4.1 |
1505 | 2024-08-07T03:25:10.872Z | Compiling strsim v0.11.1 |
1506 | 2024-08-07T03:25:11.755Z | Compiling rand v0.8.5 |
1507 | 2024-08-07T03:25:12.916Z | Compiling dtrace-parser v0.2.0 |
1508 | 2024-08-07T03:25:13.813Z | Compiling form_urlencoded v1.2.1 |
1509 | 2024-08-07T03:25:14.125Z | Compiling dof v0.3.0 |
1510 | 2024-08-07T03:25:14.485Z | Compiling thread-id v4.2.1 |
1511 | 2024-08-07T03:25:14.605Z | Compiling smoltcp v0.9.1 |
1512 | 2024-08-07T03:25:14.718Z | Compiling unicode-width v0.1.13 |
1513 | 2024-08-07T03:25:14.721Z | Compiling base64ct v1.6.0 |
1514 | 2024-08-07T03:25:14.953Z | Compiling foreign-types-shared v0.1.1 |
1515 | 2024-08-07T03:25:14.977Z | Compiling anyhow v1.0.86 |
1516 | 2024-08-07T03:25:15.471Z | Compiling try-lock v0.2.5 |
1517 | 2024-08-07T03:25:15.662Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1518 | 2024-08-07T03:25:15.718Z | Compiling want v0.3.1 |
1519 | 2024-08-07T03:25:15.740Z | Compiling foreign-types v0.3.2 |
1520 | 2024-08-07T03:25:15.977Z | Compiling pem-rfc7468 v0.7.0 |
1521 | 2024-08-07T03:25:17.599Z | Compiling h2 v0.3.26 |
1522 | 2024-08-07T03:25:17.996Z | Compiling http-body v0.4.6 |
1523 | 2024-08-07T03:25:18.062Z | Compiling hmac v0.12.1 |
1524 | 2024-08-07T03:25:18.279Z | Compiling clap_derive v4.5.13 |
1525 | 2024-08-07T03:25:19.182Z | Compiling base64 v0.21.7 |
1526 | 2024-08-07T03:25:19.385Z | Compiling httpdate v1.0.3 |
1527 | 2024-08-07T03:25:20.175Z | Compiling flagset v0.4.5 |
1528 | 2024-08-07T03:25:20.313Z | Compiling siphasher v0.3.11 |
1529 | 2024-08-07T03:25:21.243Z | Compiling tower-service v0.3.2 |
1530 | 2024-08-07T03:25:21.621Z | Compiling der v0.7.9 |
1531 | 2024-08-07T03:25:26.011Z | Compiling hyper v0.14.30 |
1532 | 2024-08-07T03:25:33.071Z | Compiling sct v0.7.1 |
1533 | 2024-08-07T03:25:33.092Z | Compiling rustls-webpki v0.101.7 |
1534 | 2024-08-07T03:25:33.898Z | Compiling openapiv3 v2.0.0 |
1535 | 2024-08-07T03:25:36.798Z | Compiling hubpack_derive v0.1.1 |
1536 | 2024-08-07T03:25:37.795Z | Compiling idna v0.5.0 |
1537 | 2024-08-07T03:25:38.225Z | Compiling lazy_static v1.5.0 |
1538 | 2024-08-07T03:25:38.728Z | Compiling fs-err v2.11.0 |
1539 | 2024-08-07T03:25:38.887Z | Compiling cpufeatures v0.2.12 |
1540 | 2024-08-07T03:25:38.995Z | Compiling openssl-probe v0.1.5 |
1541 | 2024-08-07T03:25:39.051Z | Compiling utf8parse v0.2.1 |
1542 | 2024-08-07T03:25:39.306Z | Compiling anstyle v1.0.8 |
1543 | 2024-08-07T03:25:39.611Z | Compiling adler v1.0.2 |
1544 | 2024-08-07T03:25:39.767Z | Compiling finl_unicode v1.2.0 |
1545 | 2024-08-07T03:25:39.821Z | Compiling miniz_oxide v0.7.2 |
1546 | 2024-08-07T03:25:40.392Z | Compiling stringprep v0.1.4 |
1547 | 2024-08-07T03:25:41.103Z | Compiling anstyle-parse v0.2.4 |
1548 | 2024-08-07T03:25:41.168Z | Compiling sha2 v0.10.8 |
1549 | 2024-08-07T03:25:41.440Z | Compiling url v2.5.2 |
1550 | 2024-08-07T03:25:45.061Z | Compiling spki v0.7.3 |
1551 | 2024-08-07T03:25:45.548Z | Compiling usdt-attr-macro v0.5.0 |
1552 | 2024-08-07T03:25:45.690Z | Compiling usdt-macro v0.5.0 |
1553 | 2024-08-07T03:25:47.368Z | Compiling md-5 v0.10.6 |
1554 | 2024-08-07T03:25:47.492Z | Compiling toml_datetime v0.6.8 |
1555 | 2024-08-07T03:25:47.606Z | Compiling serde_spanned v0.6.7 |
1556 | 2024-08-07T03:25:47.643Z | Compiling regress v0.9.1 |
1557 | 2024-08-07T03:25:47.930Z | Compiling idna v0.3.0 |
1558 | 2024-08-07T03:25:49.695Z | Compiling diesel_table_macro_syntax v0.1.0 |
1559 | 2024-08-07T03:25:49.866Z | Compiling num-integer v0.1.46 |
1560 | 2024-08-07T03:25:50.396Z | Compiling hash32 v0.2.1 |
1561 | 2024-08-07T03:25:50.758Z | Compiling encoding_rs v0.8.34 |
1562 | 2024-08-07T03:25:50.813Z | Compiling gimli v0.28.1 |
1563 | 2024-08-07T03:25:51.666Z | Compiling colorchoice v1.0.1 |
1564 | 2024-08-07T03:25:51.805Z | Compiling is_terminal_polyfill v1.70.0 |
1565 | 2024-08-07T03:25:51.862Z | Compiling mime v0.3.17 |
1566 | 2024-08-07T03:25:52.002Z | Compiling base64 v0.22.1 |
1567 | 2024-08-07T03:25:52.768Z | Compiling fallible-iterator v0.2.0 |
1568 | 2024-08-07T03:25:53.043Z | Compiling psl-types v2.0.11 |
1569 | 2024-08-07T03:25:53.391Z | Compiling stable_deref_trait v1.2.0 |
1570 | 2024-08-07T03:25:53.575Z | Compiling anstyle-query v1.0.3 |
1571 | 2024-08-07T03:25:53.618Z | Compiling postgres-protocol v0.6.7 |
1572 | 2024-08-07T03:25:53.655Z | Compiling publicsuffix v2.2.3 |
1573 | 2024-08-07T03:25:53.768Z | Compiling anstream v0.6.14 |
1574 | 2024-08-07T03:25:54.933Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1575 | 2024-08-07T03:25:56.667Z | Compiling addr2line v0.21.0 |
1576 | 2024-08-07T03:25:56.822Z | Compiling diesel_derives v2.1.4 |
1577 | 2024-08-07T03:25:58.606Z | Compiling tokio-rustls v0.24.1 |
1578 | 2024-08-07T03:26:00.798Z | Compiling pkcs8 v0.10.2 |
1579 | 2024-08-07T03:26:01.459Z | Compiling terminal_size v0.3.0 |
1580 | 2024-08-07T03:26:01.578Z | Compiling tokio-native-tls v0.3.1 |
1581 | 2024-08-07T03:26:01.938Z | Compiling phf_shared v0.11.2 |
1582 | 2024-08-07T03:26:02.135Z | Compiling strum_macros v0.25.3 |
1583 | 2024-08-07T03:26:02.461Z | Compiling serde_urlencoded v0.7.1 |
1584 | 2024-08-07T03:26:03.429Z | Compiling enum-as-inner v0.5.1 |
1585 | 2024-08-07T03:26:03.599Z | Compiling block-padding v0.3.3 |
1586 | 2024-08-07T03:26:04.011Z | Compiling serde_repr v0.1.19 |
1587 | 2024-08-07T03:26:04.501Z | Compiling ff v0.13.0 |
1588 | 2024-08-07T03:26:04.814Z | Compiling scheduled-thread-pool v0.2.7 |
1589 | 2024-08-07T03:26:05.429Z | Compiling object v0.32.2 |
1590 | 2024-08-07T03:26:06.264Z | Compiling base16ct v0.2.0 |
1591 | 2024-08-07T03:26:06.600Z | Compiling ipnet v2.9.0 |
1592 | 2024-08-07T03:26:07.683Z | Compiling rustc-demangle v0.1.24 |
1593 | 2024-08-07T03:26:07.751Z | Compiling bit-vec v0.6.3 |
1594 | 2024-08-07T03:26:08.190Z | Compiling winnow v0.5.40 |
1595 | 2024-08-07T03:26:08.532Z | Compiling managed v0.8.0 |
1596 | 2024-08-07T03:26:09.075Z | Compiling bitflags v1.3.2 |
1597 | 2024-08-07T03:26:09.186Z | Compiling either v1.12.0 |
1598 | 2024-08-07T03:26:09.279Z | Compiling regex-automata v0.1.10 |
1599 | 2024-08-07T03:26:09.606Z | Compiling clap_lex v0.7.0 |
1600 | 2024-08-07T03:26:09.625Z | Compiling matches v0.1.10 |
1601 | 2024-08-07T03:26:09.742Z | Compiling idna v0.2.3 |
1602 | 2024-08-07T03:26:09.817Z | Compiling bstr v0.2.17 |
1603 | 2024-08-07T03:26:10.059Z | Compiling clap_builder v4.5.13 |
1604 | 2024-08-07T03:26:10.851Z | Compiling rustls-pemfile v1.0.4 |
1605 | 2024-08-07T03:26:11.163Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1606 | 2024-08-07T03:26:11.211Z | Compiling sec1 v0.7.3 |
1607 | 2024-08-07T03:26:11.494Z | Compiling r2d2 v0.8.10 |
1608 | 2024-08-07T03:26:11.761Z | Compiling toml_edit v0.19.15 |
1609 | 2024-08-07T03:26:11.890Z | Compiling group v0.13.0 |
1610 | 2024-08-07T03:26:12.771Z | Compiling inout v0.1.3 |
1611 | 2024-08-07T03:26:13.012Z | Compiling phf v0.11.2 |
1612 | 2024-08-07T03:26:13.036Z | Compiling hyper-tls v0.5.0 |
1613 | 2024-08-07T03:26:13.311Z | Compiling hyper-rustls v0.24.2 |
1614 | 2024-08-07T03:26:13.452Z | Compiling signal-hook-mio v0.2.3 |
1615 | 2024-08-07T03:26:13.616Z | Compiling cookie_store v0.20.0 |
1616 | 2024-08-07T03:26:13.882Z | Compiling postgres-types v0.2.7 |
1617 | 2024-08-07T03:26:14.990Z | Compiling num-bigint v0.4.5 |
1618 | 2024-08-07T03:26:15.374Z | Compiling hubpack v0.1.2 |
1619 | 2024-08-07T03:26:15.822Z | Compiling phf_shared v0.10.0 |
1620 | 2024-08-07T03:26:16.858Z | Compiling hkdf v0.12.4 |
1621 | 2024-08-07T03:26:17.286Z | Compiling zerocopy v0.6.6 |
1622 | 2024-08-07T03:26:17.304Z | Compiling ipnetwork v0.20.0 |
1623 | 2024-08-07T03:26:17.488Z | Compiling futures-executor v0.3.30 |
1624 | 2024-08-07T03:26:17.753Z | Compiling crypto-bigint v0.5.5 |
1625 | 2024-08-07T03:26:18.027Z | Compiling float-cmp v0.9.0 |
1626 | 2024-08-07T03:26:18.097Z | Compiling memmap v0.7.0 |
1627 | 2024-08-07T03:26:18.244Z | Compiling precomputed-hash v0.1.1 |
1628 | 2024-08-07T03:26:18.417Z | Compiling static_assertions v1.1.0 |
1629 | 2024-08-07T03:26:18.482Z | Compiling fixedbitset v0.4.2 |
1630 | 2024-08-07T03:26:18.509Z | Compiling sync_wrapper v0.1.2 |
1631 | 2024-08-07T03:26:18.526Z | Compiling new_debug_unreachable v1.0.6 |
1632 | 2024-08-07T03:26:18.616Z | Compiling minimal-lexical v0.2.1 |
1633 | 2024-08-07T03:26:18.634Z | Compiling whoami v1.5.1 |
1634 | 2024-08-07T03:26:18.650Z | Compiling winnow v0.6.18 |
1635 | 2024-08-07T03:26:18.700Z | Compiling webpki-roots v0.25.4 |
1636 | 2024-08-07T03:26:18.849Z | Compiling difflib v0.4.0 |
1637 | 2024-08-07T03:26:19.047Z | Compiling data-encoding v2.6.0 |
1638 | 2024-08-07T03:26:19.092Z | Compiling normalize-line-endings v0.3.0 |
1639 | 2024-08-07T03:26:19.197Z | Compiling predicates-core v1.0.6 |
1640 | 2024-08-07T03:26:19.491Z | Compiling unicode-segmentation v1.11.0 |
1641 | 2024-08-07T03:26:20.074Z | Compiling reqwest v0.11.27 |
1642 | 2024-08-07T03:26:20.099Z | Compiling trust-dns-proto v0.22.0 |
1643 | 2024-08-07T03:26:20.296Z | Compiling similar v2.5.0 |
1644 | 2024-08-07T03:26:20.737Z | Compiling elliptic-curve v0.13.8 |
1645 | 2024-08-07T03:26:21.503Z | Compiling predicates v3.1.2 |
1646 | 2024-08-07T03:26:22.292Z | Compiling toml_edit v0.22.20 |
1647 | 2024-08-07T03:26:22.370Z | Compiling nom v7.1.3 |
1648 | 2024-08-07T03:26:22.726Z | Compiling tokio-postgres v0.7.11 |
1649 | 2024-08-07T03:26:22.994Z | Compiling petgraph v0.6.5 |
1650 | 2024-08-07T03:26:26.001Z | Compiling string_cache v0.8.7 |
1651 | 2024-08-07T03:26:26.420Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1652 | 2024-08-07T03:26:27.005Z | Compiling usdt v0.5.0 |
1653 | 2024-08-07T03:26:27.866Z | Compiling yasna v0.5.2 |
1654 | 2024-08-07T03:26:27.975Z | Compiling futures v0.3.30 |
1655 | 2024-08-07T03:26:28.100Z | Compiling diesel v2.1.6 |
1656 | 2024-08-07T03:26:29.458Z | Compiling toml v0.7.8 |
1657 | 2024-08-07T03:26:29.474Z | Compiling clap v4.5.13 |
1658 | 2024-08-07T03:26:29.601Z | Compiling crossterm v0.27.0 |
1659 | 2024-08-07T03:26:29.723Z | Compiling cipher v0.4.4 |
1660 | 2024-08-07T03:26:30.193Z | Compiling crossbeam-epoch v0.9.18 |
1661 | 2024-08-07T03:26:30.876Z | Compiling flate2 v1.0.31 |
1662 | 2024-08-07T03:26:30.958Z | Compiling itertools v0.10.5 |
1663 | 2024-08-07T03:26:31.805Z | Compiling itertools v0.12.1 |
1664 | 2024-08-07T03:26:32.256Z | Compiling bit-set v0.5.3 |
1665 | 2024-08-07T03:26:32.514Z | Compiling num-iter v0.1.45 |
1666 | 2024-08-07T03:26:32.562Z | Compiling console v0.15.8 |
1667 | 2024-08-07T03:26:33.827Z | Compiling tokio-stream v0.1.15 |
1668 | 2024-08-07T03:26:33.951Z | Compiling bstr v1.9.1 |
1669 | 2024-08-07T03:26:34.813Z | Compiling hex v0.4.3 |
1670 | 2024-08-07T03:26:35.673Z | Compiling peg-runtime v0.8.3 |
1671 | 2024-08-07T03:26:35.790Z | Compiling unicode-xid v0.2.4 |
1672 | 2024-08-07T03:26:35.965Z | Compiling lalrpop-util v0.19.12 |
1673 | 2024-08-07T03:26:36.341Z | Compiling radium v0.7.0 |
1674 | 2024-08-07T03:26:36.757Z | Compiling camino v1.1.7 |
1675 | 2024-08-07T03:26:40.829Z | Compiling is-terminal v0.4.12 |
1676 | 2024-08-07T03:26:43.866Z | Compiling tap v1.0.1 |
1677 | 2024-08-07T03:26:47.336Z | Compiling maybe-uninit v2.0.0 |
1678 | 2024-08-07T03:26:47.795Z | Compiling ident_case v1.0.1 |
1679 | 2024-08-07T03:26:48.211Z | Compiling rustls-pki-types v1.7.0 |
1680 | 2024-08-07T03:26:49.710Z | Compiling darling_core v0.20.9 |
1681 | 2024-08-07T03:26:59.318Z | Compiling wyz v0.5.1 |
1682 | 2024-08-07T03:27:01.328Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1683 | 2024-08-07T03:27:01.705Z | Compiling getopts v0.2.21 |
1684 | 2024-08-07T03:27:02.243Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1685 | 2024-08-07T03:27:02.448Z | Compiling dirs-sys-next v0.1.2 |
1686 | 2024-08-07T03:27:02.835Z | Compiling packed_struct v0.10.1 |
1687 | 2024-08-07T03:27:02.851Z | Compiling funty v2.0.0 |
1688 | 2024-08-07T03:27:03.483Z | Compiling rustls v0.22.4 |
1689 | 2024-08-07T03:27:03.788Z | Compiling paste v1.0.15 |
1690 | 2024-08-07T03:27:04.044Z | Compiling num-bigint-dig v0.8.4 |
1691 | 2024-08-07T03:27:04.248Z | Compiling unsafe-libyaml v0.2.11 |
1692 | 2024-08-07T03:27:05.422Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1693 | 2024-08-07T03:27:05.667Z | Compiling serde_yaml v0.9.34+deprecated |
1694 | 2024-08-07T03:27:06.023Z | Compiling bitvec v1.0.1 |
1695 | 2024-08-07T03:27:08.782Z | Compiling dirs-next v2.0.0 |
1696 | 2024-08-07T03:27:09.045Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1697 | 2024-08-07T03:27:10.754Z | Compiling darling_macro v0.20.9 |
1698 | 2024-08-07T03:27:11.712Z | Compiling rustls-webpki v0.102.4 |
1699 | 2024-08-07T03:27:15.715Z | Compiling packed_struct_codegen v0.10.1 |
1700 | 2024-08-07T03:27:16.161Z | Compiling structmeta-derive v0.3.0 |
1701 | 2024-08-07T03:27:17.244Z | Compiling thread_local v1.1.8 |
1702 | 2024-08-07T03:27:17.768Z | Compiling indexmap v1.9.3 |
1703 | 2024-08-07T03:27:17.768Z | Compiling multer v3.1.0 |
1704 | 2024-08-07T03:27:18.094Z | Compiling fastrand v2.1.0 |
1705 | 2024-08-07T03:27:18.111Z | Compiling slog-async v2.8.0 |
1706 | 2024-08-07T03:27:18.246Z | Compiling match_cfg v0.1.0 |
1707 | 2024-08-07T03:27:18.344Z | Compiling rayon-core v1.12.1 |
1708 | 2024-08-07T03:27:18.531Z | Compiling crc-catalog v2.4.0 |
1709 | 2024-08-07T03:27:18.579Z | Compiling nodrop v0.1.14 |
1710 | 2024-08-07T03:27:18.713Z | Compiling array-init v0.0.4 |
1711 | 2024-08-07T03:27:18.750Z | Compiling structmeta v0.3.0 |
1712 | 2024-08-07T03:27:18.753Z | Compiling crc v3.2.1 |
1713 | 2024-08-07T03:27:19.221Z | Compiling tempfile v3.10.1 |
1714 | 2024-08-07T03:27:19.971Z | Compiling hostname v0.3.1 |
1715 | 2024-08-07T03:27:21.902Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1716 | 2024-08-07T03:27:22.567Z | Compiling smallvec v0.6.14 |
1717 | 2024-08-07T03:27:22.695Z | Compiling darling v0.20.9 |
1718 | 2024-08-07T03:27:23.001Z | Compiling term v0.7.0 |
1719 | 2024-08-07T03:27:28.252Z | Compiling crossbeam-deque v0.8.5 |
1720 | 2024-08-07T03:27:28.255Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1721 | 2024-08-07T03:27:28.651Z | Compiling pkcs1 v0.7.5 |
1722 | 2024-08-07T03:27:30.680Z | Compiling slog-json v2.6.1 |
1723 | 2024-08-07T03:27:31.786Z | Compiling crossbeam-channel v0.5.12 |
1724 | 2024-08-07T03:27:32.526Z | Compiling http v1.1.0 |
1725 | 2024-08-07T03:27:33.370Z | Compiling signature v2.2.0 |
1726 | 2024-08-07T03:27:36.152Z | Compiling async-stream-impl v0.3.5 |
1727 | 2024-08-07T03:27:36.825Z | Compiling pin-project-internal v1.1.5 |
1728 | 2024-08-07T03:27:37.339Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1729 | 2024-08-07T03:27:37.445Z | Compiling atomic-waker v1.1.2 |
1730 | 2024-08-07T03:27:37.642Z | Compiling bitfield v0.14.0 |
1731 | 2024-08-07T03:27:38.616Z | Compiling termcolor v1.4.1 |
1732 | 2024-08-07T03:27:38.705Z | Compiling same-file v1.0.6 |
1733 | 2024-08-07T03:27:39.255Z | Compiling hashbrown v0.12.3 |
1734 | 2024-08-07T03:27:39.619Z | Compiling take_mut v0.2.2 |
1735 | 2024-08-07T03:27:48.073Z | Compiling pin-project v1.1.5 |
1736 | 2024-08-07T03:27:51.027Z | Compiling env_logger v0.10.2 |
1737 | 2024-08-07T03:27:51.296Z | Compiling walkdir v2.5.0 |
1738 | 2024-08-07T03:27:52.540Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1739 | 2024-08-07T03:27:52.701Z | Compiling waitgroup v0.1.2 |
1740 | 2024-08-07T03:27:52.737Z | Compiling async-stream v0.3.5 |
1741 | 2024-08-07T03:27:52.989Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1742 | 2024-08-07T03:27:53.886Z | Compiling rsa v0.9.6 |
1743 | 2024-08-07T03:27:56.938Z | Compiling slog-bunyan v2.5.0 |
1744 | 2024-08-07T03:27:57.984Z | Compiling tokio-rustls v0.25.0 |
1745 | 2024-08-07T03:27:58.456Z | Compiling slog-term v2.9.1 |
1746 | 2024-08-07T03:27:59.338Z | Compiling serde-hex v0.1.0 |
1747 | 2024-08-07T03:28:00.615Z | Compiling serde_with_macros v3.8.3 |
1748 | 2024-08-07T03:28:00.751Z | Compiling bzip2 v0.4.4 |
1749 | 2024-08-07T03:28:01.762Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1750 | 2024-08-07T03:28:01.879Z | Compiling parse-display-derive v0.9.1 |
1751 | 2024-08-07T03:28:02.440Z | Compiling toml v0.8.19 |
1752 | 2024-08-07T03:28:03.191Z | Compiling rustls-pemfile v2.1.3 |
1753 | 2024-08-07T03:28:05.812Z | Compiling x509-cert v0.2.5 |
1754 | 2024-08-07T03:28:07.080Z | Compiling sha1 v0.10.6 |
1755 | 2024-08-07T03:28:07.867Z | Compiling ron v0.8.1 |
1756 | 2024-08-07T03:28:07.883Z | Compiling strum_macros v0.26.4 |
1757 | 2024-08-07T03:28:08.292Z | Compiling newtype-uuid v1.1.0 |
1758 | 2024-08-07T03:28:08.334Z | Compiling xattr v1.3.1 |
1759 | 2024-08-07T03:28:08.653Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1760 | 2024-08-07T03:28:09.324Z | Compiling serde_path_to_error v0.1.16 |
1761 | 2024-08-07T03:28:09.831Z | Compiling snafu-derive v0.8.2 |
1762 | 2024-08-07T03:28:10.293Z | Compiling hashbrown v0.13.2 |
1763 | 2024-08-07T03:28:11.637Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1764 | 2024-08-07T03:28:12.282Z | Compiling ring v0.16.20 |
1765 | 2024-08-07T03:28:12.377Z | Compiling blake3 v1.5.1 |
1766 | 2024-08-07T03:28:12.402Z | Compiling hostname v0.4.0 |
1767 | 2024-08-07T03:28:12.650Z | Compiling filetime v0.2.23 |
1768 | 2024-08-07T03:28:12.942Z | Compiling instant v0.1.12 |
1769 | 2024-08-07T03:28:12.996Z | Compiling debug-ignore v1.0.5 |
1770 | 2024-08-07T03:28:13.252Z | Compiling crc-any v2.5.0 |
1771 | 2024-08-07T03:28:13.551Z | Compiling buf-list v1.0.3 |
1772 | 2024-08-07T03:28:13.802Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1773 | 2024-08-07T03:28:14.203Z | Compiling backoff v0.4.0 |
1774 | 2024-08-07T03:28:14.658Z | Compiling snafu v0.8.2 |
1775 | 2024-08-07T03:28:14.925Z | Compiling tar v0.4.41 |
1776 | 2024-08-07T03:28:15.915Z | Compiling strum v0.26.3 |
1777 | 2024-08-07T03:28:16.119Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1778 | 2024-08-07T03:28:16.336Z | Compiling object v0.30.4 |
1779 | 2024-08-07T03:28:17.301Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1780 | 2024-08-07T03:28:18.991Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1781 | 2024-08-07T03:28:19.503Z | Compiling parse-display v0.9.1 |
1782 | 2024-08-07T03:28:19.973Z | Compiling serde_with v3.8.3 |
1783 | 2024-08-07T03:28:19.990Z | Compiling zip v0.6.6 |
1784 | 2024-08-07T03:28:21.241Z | Compiling rayon v1.10.0 |
1785 | 2024-08-07T03:28:22.664Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1786 | 2024-08-07T03:28:23.381Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1787 | 2024-08-07T03:28:24.141Z | Compiling camino-tempfile v1.1.1 |
1788 | 2024-08-07T03:28:24.877Z | Compiling globset v0.4.14 |
1789 | 2024-08-07T03:28:26.850Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1790 | 2024-08-07T03:28:29.217Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1791 | 2024-08-07T03:28:29.408Z | Compiling pem v3.0.4 |
1792 | 2024-08-07T03:28:30.647Z | Compiling olpc-cjson v0.1.3 |
1793 | 2024-08-07T03:28:30.880Z | Compiling macaddr v1.0.1 |
1794 | 2024-08-07T03:28:30.985Z | Compiling serde_plain v1.0.2 |
1795 | 2024-08-07T03:28:31.003Z | Compiling async-recursion v1.1.1 |
1796 | 2024-08-07T03:28:31.509Z | Compiling memmap2 v0.9.4 |
1797 | 2024-08-07T03:28:31.524Z | Compiling arrayvec v0.7.4 |
1798 | 2024-08-07T03:28:32.005Z | Compiling path-slash v0.1.5 |
1799 | 2024-08-07T03:28:32.075Z | Compiling untrusted v0.7.1 |
1800 | 2024-08-07T03:28:32.232Z | Compiling spin v0.5.2 |
1801 | 2024-08-07T03:28:32.263Z | Compiling typed-path v0.7.1 |
1802 | 2024-08-07T03:28:32.363Z | Compiling constant_time_eq v0.3.0 |
1803 | 2024-08-07T03:28:32.489Z | Compiling arrayref v0.3.7 |
1804 | 2024-08-07T03:28:32.536Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1805 | 2024-08-07T03:28:35.129Z | Compiling tough v0.17.1 |
1806 | 2024-08-07T03:28:36.006Z | Compiling cargo-platform v0.1.8 |
1807 | 2024-08-07T03:28:37.139Z | Compiling parse-size v1.0.0 |
1808 | 2024-08-07T03:28:37.432Z | Compiling topological-sort v0.2.2 |
1809 | 2024-08-07T03:28:37.708Z | Compiling omicron-zone-package v0.11.0 |
1810 | 2024-08-07T03:28:38.738Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1811 | 2024-08-07T03:28:39.742Z | Compiling cargo_metadata v0.18.1 |
1812 | 2024-08-07T03:28:41.570Z | Compiling shell-words v1.1.0 |
1813 | 2024-08-07T03:28:50.890Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1814 | 2024-08-07T03:28:59.634Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
1815 | 2024-08-07T03:29:13.434Z | Finished `release` profile [optimized] target(s) in 4m 51s |
1816 | 2024-08-07T03:29:13.569Z | Running `target/release/omicron-releng --output-dir /work` |
1817 | 2024-08-07T03:29:13.607Z | Aug 07 03:29:11.652 DEBG changing working directory to /work/oxidecomputer/omicron |
1818 | 2024-08-07T03:29:13.690Z | Aug 07 03:29:11.735 DEBG running: git rev-parse HEAD |
1819 | 2024-08-07T03:29:13.696Z | Aug 07 03:29:11.741 DEBG process exited with exit status: 0 (6.12171ms) |
1820 | 2024-08-07T03:29:13.696Z | Aug 07 03:29:11.741 INFO version: 10.0.0-0.ci+gitd40ca80bc48 |
1821 | 2024-08-07T03:29:13.735Z | Aug 07 03:29:11.780 INFO cloning helios to /work/oxidecomputer/helios |
1822 | 2024-08-07T03:29:13.735Z | Aug 07 03:29:11.780 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
1823 | 2024-08-07T03:29:13.740Z | Cloning into '/work/oxidecomputer/helios'... |
1824 | 2024-08-07T03:29:14.160Z | Aug 07 03:29:12.205 DEBG process exited with exit status: 0 (424.383134ms) |
1825 | 2024-08-07T03:29:14.160Z | Aug 07 03:29:12.205 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
1826 | 2024-08-07T03:29:14.167Z | # branch.oid a5ccc5c4a6b6ddc3bebf9b1734b1b844350e0f70 |
1827 | 2024-08-07T03:29:14.167Z | # branch.head master |
1828 | 2024-08-07T03:29:14.167Z | # branch.upstream origin/master |
1829 | 2024-08-07T03:29:14.167Z | # branch.ab +0 -0 |
1830 | 2024-08-07T03:29:14.170Z | Aug 07 03:29:12.213 DEBG process exited with exit status: 0 (7.896305ms) |
1831 | 2024-08-07T03:29:14.170Z | Aug 07 03:29:12.213 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
1832 | 2024-08-07T03:29:14.850Z | Aug 07 03:29:12.894 DEBG process exited with exit status: 0 (681.508875ms) |
1833 | 2024-08-07T03:29:14.850Z | Aug 07 03:29:12.894 DEBG running: zfs list rpool/images/build/host |
1834 | 2024-08-07T03:29:14.856Z | NAME USED AVAIL REFER MOUNTPOINT |
1835 | 2024-08-07T03:29:14.856Z | rpool/images/build/host 24K 153G 24K /rpool/images/build/host |
1836 | 2024-08-07T03:29:14.859Z | Aug 07 03:29:12.902 DEBG process exited with exit status: 0 (7.24849ms) |
1837 | 2024-08-07T03:29:14.859Z | Aug 07 03:29:12.902 DEBG running: zfs list rpool/images/build/recovery |
1838 | 2024-08-07T03:29:14.863Z | NAME USED AVAIL REFER MOUNTPOINT |
1839 | 2024-08-07T03:29:14.863Z | rpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery |
1840 | 2024-08-07T03:29:14.865Z | Aug 07 03:29:12.908 DEBG process exited with exit status: 0 (6.219749ms) |
1841 | 2024-08-07T03:29:14.865Z | Aug 07 03:29:12.909 INFO [hubris-staging] running task |
1842 | 2024-08-07T03:29:14.865Z | Aug 07 03:29:12.909 INFO [hubris-production] running task |
1843 | 2024-08-07T03:29:14.866Z | Aug 07 03:29:12.909 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
1844 | 2024-08-07T03:29:14.868Z | Aug 07 03:29:12.912 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
1845 | 2024-08-07T03:29:15.129Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
1846 | 2024-08-07T03:29:15.357Z | [ omicron-package] Blocking waiting for file lock on package cache |
1847 | 2024-08-07T03:29:15.917Z | [ omicron-package] Blocking waiting for file lock on package cache |
1848 | 2024-08-07T03:29:16.147Z | [ omicron-package] Blocking waiting for file lock on package cache |
1849 | 2024-08-07T03:29:16.196Z | Aug 07 03:29:14.241 INFO [hubris-production] task succeeded (1.331956886s) |
1850 | 2024-08-07T03:29:16.877Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
1851 | 2024-08-07T03:29:16.880Z | [ omicron-package] Compiling heapless v0.8.0 |
1852 | 2024-08-07T03:29:16.880Z | [ omicron-package] Compiling hash32 v0.3.1 |
1853 | 2024-08-07T03:29:16.880Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1854 | 2024-08-07T03:29:16.881Z | [ omicron-package] Compiling smoltcp v0.11.0 |
1855 | 2024-08-07T03:29:17.043Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
1856 | 2024-08-07T03:29:17.051Z | [ omicron-package] Compiling embedded-io v0.4.0 |
1857 | 2024-08-07T03:29:17.051Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1858 | 2024-08-07T03:29:17.611Z | [ omicron-package] Compiling cobs v0.2.3 |
1859 | 2024-08-07T03:29:17.940Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
1860 | 2024-08-07T03:29:18.194Z | [ omicron-package] Compiling postcard v1.0.8 |
1861 | 2024-08-07T03:29:18.352Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
1862 | 2024-08-07T03:29:18.466Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1863 | 2024-08-07T03:29:18.513Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1864 | 2024-08-07T03:29:18.584Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1865 | 2024-08-07T03:29:19.048Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
1866 | 2024-08-07T03:29:19.345Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
1867 | 2024-08-07T03:29:19.935Z | [ omicron-package] Compiling tabwriter v1.4.0 |
1868 | 2024-08-07T03:29:20.039Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1869 | 2024-08-07T03:29:20.219Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1870 | 2024-08-07T03:29:20.676Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
1871 | 2024-08-07T03:29:20.829Z | [ omicron-package] Compiling foreign-types v0.5.0 |
1872 | 2024-08-07T03:29:21.146Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
1873 | 2024-08-07T03:29:21.376Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
1874 | 2024-08-07T03:29:21.564Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1875 | 2024-08-07T03:29:21.946Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1876 | 2024-08-07T03:29:22.258Z | [ omicron-package] Compiling colored v2.1.0 |
1877 | 2024-08-07T03:29:22.458Z | [ omicron-package] Compiling socket2 v0.4.10 |
1878 | 2024-08-07T03:29:22.711Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1879 | 2024-08-07T03:29:23.203Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1880 | 2024-08-07T03:29:23.203Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1881 | 2024-08-07T03:29:23.415Z | [ omicron-package] Compiling num_enum v0.5.11 |
1882 | 2024-08-07T03:29:23.610Z | [ omicron-package] Compiling num-derive v0.4.2 |
1883 | 2024-08-07T03:29:23.813Z | [ omicron-package] Compiling sigpipe v0.1.3 |
1884 | 2024-08-07T03:29:24.027Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1885 | 2024-08-07T03:29:24.230Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1886 | 2024-08-07T03:29:24.399Z | Aug 07 03:29:22.443 INFO [hubris-staging] task succeeded (9.534600506s) |
1887 | 2024-08-07T03:29:24.688Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
1888 | 2024-08-07T03:29:24.783Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1889 | 2024-08-07T03:29:25.389Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1890 | 2024-08-07T03:29:25.679Z | [ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1891 | 2024-08-07T03:29:25.771Z | [ omicron-package] Compiling smf v0.2.3 |
1892 | 2024-08-07T03:29:25.875Z | [ omicron-package] Compiling bitfield-struct v0.6.1 |
1893 | 2024-08-07T03:29:26.859Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1894 | 2024-08-07T03:29:27.610Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1895 | 2024-08-07T03:29:28.393Z | [ omicron-package] Compiling portable-atomic v1.6.0 |
1896 | 2024-08-07T03:29:29.316Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1897 | 2024-08-07T03:29:30.114Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1898 | 2024-08-07T03:29:30.711Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1899 | 2024-08-07T03:29:30.804Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1900 | 2024-08-07T03:29:31.069Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1901 | 2024-08-07T03:29:31.259Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1902 | 2024-08-07T03:29:31.726Z | [ omicron-package] Compiling gethostname v0.5.0 |
1903 | 2024-08-07T03:29:32.227Z | [ omicron-package] Compiling number_prefix v0.4.0 |
1904 | 2024-08-07T03:29:33.708Z | [ omicron-package] Compiling indicatif v0.17.8 |
1905 | 2024-08-07T03:29:33.741Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1906 | 2024-08-07T03:29:36.217Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1907 | 2024-08-07T03:29:39.129Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1908 | 2024-08-07T03:29:39.646Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1909 | 2024-08-07T03:29:41.191Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1910 | 2024-08-07T03:29:55.921Z | [ helios-setup] Aug 07 03:29:53.964 INFO helios repository root is: /work/oxidecomputer/helios |
1911 | 2024-08-07T03:29:55.924Z | [ helios-setup] Aug 07 03:29:53.967 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
1912 | 2024-08-07T03:29:55.924Z | [ helios-setup] Aug 07 03:29:53.967 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 |
1913 | 2024-08-07T03:29:55.925Z | [ helios-setup] Aug 07 03:29:53.967 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
1914 | 2024-08-07T03:29:55.929Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
1915 | 2024-08-07T03:29:56.717Z | [ helios-setup] Aug 07 03:29:54.760 INFO clone ok!, project: bootserver |
1916 | 2024-08-07T03:29:56.720Z | [ helios-setup] Aug 07 03:29:54.760 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 |
1917 | 2024-08-07T03:29:56.720Z | [ helios-setup] Aug 07 03:29:54.760 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 |
1918 | 2024-08-07T03:29:56.722Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
1919 | 2024-08-07T03:29:57.885Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
1920 | 2024-08-07T03:29:57.907Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
1921 | 2024-08-07T03:30:01.139Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 46.26s |
1922 | 2024-08-07T03:30:01.347Z | [ omicron-package] |
1923 | 2024-08-07T03:30:01.347Z | [ omicron-package] real 46.441518896 |
1924 | 2024-08-07T03:30:01.350Z | [ omicron-package] user 2:46.923173876 |
1925 | 2024-08-07T03:30:01.350Z | [ omicron-package] sys 22.669520118 |
1926 | 2024-08-07T03:30:01.350Z | [ omicron-package] trap 0.171782819 |
1927 | 2024-08-07T03:30:01.350Z | [ omicron-package] tflt 0.354111262 |
1928 | 2024-08-07T03:30:01.350Z | [ omicron-package] dflt 0.583879410 |
1929 | 2024-08-07T03:30:01.350Z | [ omicron-package] kflt 0.009659208 |
1930 | 2024-08-07T03:30:01.350Z | [ omicron-package] lock 5:37.806754306 |
1931 | 2024-08-07T03:30:01.350Z | [ omicron-package] slp 9:03.955966987 |
1932 | 2024-08-07T03:30:01.350Z | [ omicron-package] lat 1:37.421951038 |
1933 | 2024-08-07T03:30:01.350Z | Aug 07 03:29:59.391 INFO [ omicron-package] stop 56.245963165 |
1934 | 2024-08-07T03:30:01.350Z | [omicron-package] process exited with exit status: 0 (46.481628056s) |
1935 | 2024-08-07T03:30:01.350Z | Aug 07 03:29:59.391 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 |
1936 | 2024-08-07T03:30:01.391Z | Aug 07 03:29:59.434 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
1937 | 2024-08-07T03:30:01.403Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
1938 | 2024-08-07T03:30:01.406Z | [ host-target] Created new build target 'host' and set it as active |
1939 | 2024-08-07T03:30:01.408Z | Aug 07 03:29:59.449 INFO [host-target] process exited with exit status: 0 (57.589986ms) |
1940 | 2024-08-07T03:30:01.408Z | Aug 07 03:29:59.449 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
1941 | 2024-08-07T03:30:01.412Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
1942 | 2024-08-07T03:30:01.412Z | [ recovery-target] Created new build target 'recovery' and set it as active |
1943 | 2024-08-07T03:30:01.414Z | Aug 07 03:29:59.455 INFO [recovery-target] process exited with exit status: 0 (21.91908ms) |
1944 | 2024-08-07T03:30:01.420Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
1945 | 2024-08-07T03:30:01.983Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
1946 | 2024-08-07T03:30:01.993Z | [ helios-setup] Aug 07 03:30:00.036 INFO clone ok!, project: amd-host-image-builder |
1947 | 2024-08-07T03:30:01.996Z | [ helios-setup] Aug 07 03:30:00.036 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
1948 | 2024-08-07T03:30:01.996Z | [ helios-setup] Aug 07 03:30:00.036 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 |
1949 | 2024-08-07T03:30:01.996Z | [ helios-setup] Aug 07 03:30:00.036 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
1950 | 2024-08-07T03:30:01.999Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
1951 | 2024-08-07T03:30:02.517Z | [ helios-setup] Aug 07 03:30:00.559 INFO clone ok!, project: pinprick |
1952 | 2024-08-07T03:30:02.519Z | [ helios-setup] Aug 07 03:30:00.560 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 |
1953 | 2024-08-07T03:30:02.519Z | [ helios-setup] Aug 07 03:30:00.560 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
1954 | 2024-08-07T03:30:02.522Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
1955 | 2024-08-07T03:30:02.576Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1956 | 2024-08-07T03:30:02.579Z | [ host-package] Compiling camino v1.1.7 |
1957 | 2024-08-07T03:30:02.579Z | [ host-package] Compiling password-hash v0.5.0 |
1958 | 2024-08-07T03:30:02.579Z | [ host-package] Compiling blake2 v0.10.6 |
1959 | 2024-08-07T03:30:02.579Z | [ host-package] Compiling derive-where v1.2.7 |
1960 | 2024-08-07T03:30:02.579Z | [ host-package] Compiling humantime v2.1.0 |
1961 | 2024-08-07T03:30:02.579Z | [ host-package] Compiling newline-converter v0.3.0 |
1962 | 2024-08-07T03:30:02.715Z | [ host-package] Compiling toml v0.8.19 |
1963 | 2024-08-07T03:30:02.891Z | [ host-package] Compiling expectorate v1.1.0 |
1964 | 2024-08-07T03:30:02.916Z | [ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1965 | 2024-08-07T03:30:03.087Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1966 | 2024-08-07T03:30:03.393Z | [ host-package] Compiling argon2 v0.5.3 |
1967 | 2024-08-07T03:30:03.519Z | [ helios-setup] Aug 07 03:30:01.562 INFO clone ok!, project: chelsio-t6-roms |
1968 | 2024-08-07T03:30:03.522Z | [ helios-setup] Aug 07 03:30:01.562 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 |
1969 | 2024-08-07T03:30:03.523Z | [ helios-setup] Aug 07 03:30:01.563 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
1970 | 2024-08-07T03:30:03.525Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
1971 | 2024-08-07T03:30:03.675Z | [ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1972 | 2024-08-07T03:30:03.692Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1973 | 2024-08-07T03:30:03.908Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
1974 | 2024-08-07T03:30:04.079Z | [ host-package] Compiling prettyplease v0.2.20 |
1975 | 2024-08-07T03:30:04.143Z | [ helios-setup] Aug 07 03:30:02.185 INFO clone ok!, project: phbl |
1976 | 2024-08-07T03:30:04.146Z | [ helios-setup] Aug 07 03:30:02.186 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
1977 | 2024-08-07T03:30:04.146Z | [ helios-setup] Aug 07 03:30:02.186 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 |
1978 | 2024-08-07T03:30:04.146Z | [ helios-setup] Aug 07 03:30:02.186 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
1979 | 2024-08-07T03:30:04.150Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
1980 | 2024-08-07T03:30:04.370Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1981 | 2024-08-07T03:30:04.421Z | [ host-package] Compiling dirs-next v2.0.0 |
1982 | 2024-08-07T03:30:04.458Z | [ host-package] Compiling convert_case v0.4.0 |
1983 | 2024-08-07T03:30:04.615Z | [ host-package] Compiling term v0.7.0 |
1984 | 2024-08-07T03:30:04.804Z | [ host-package] Compiling semver v0.1.20 |
1985 | 2024-08-07T03:30:04.848Z | [ helios-setup] Aug 07 03:30:02.891 INFO clone ok!, project: image-builder |
1986 | 2024-08-07T03:30:04.851Z | [ helios-setup] Aug 07 03:30:02.891 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 |
1987 | 2024-08-07T03:30:04.851Z | [ helios-setup] Aug 07 03:30:02.891 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
1988 | 2024-08-07T03:30:04.855Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
1989 | 2024-08-07T03:30:04.958Z | [ host-package] Compiling is-terminal v0.4.12 |
1990 | 2024-08-07T03:30:05.095Z | [ host-package] Compiling home v0.5.9 |
1991 | 2024-08-07T03:30:05.340Z | [ host-package] Compiling rustc_version v0.1.7 |
1992 | 2024-08-07T03:30:05.391Z | [ host-package] Compiling derive_more v0.99.18 |
1993 | 2024-08-07T03:30:05.437Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1994 | 2024-08-07T03:30:05.759Z | [ host-package] Compiling newtype_derive v0.1.6 |
1995 | 2024-08-07T03:30:05.836Z | [ host-package] Compiling rustls-pki-types v1.7.0 |
1996 | 2024-08-07T03:30:06.021Z | [ host-package] Compiling rustls v0.22.4 |
1997 | 2024-08-07T03:30:06.054Z | [ host-package] Compiling thread_local v1.1.8 |
1998 | 2024-08-07T03:30:06.300Z | [ host-package] Compiling steno v0.4.1 |
1999 | 2024-08-07T03:30:06.627Z | [ host-package] Compiling rustls-webpki v0.102.4 |
2000 | 2024-08-07T03:30:06.645Z | [ host-package] Compiling linked-hash-map v0.5.6 |
2001 | 2024-08-07T03:30:07.115Z | [ host-package] Compiling match_cfg v0.1.0 |
2002 | 2024-08-07T03:30:07.229Z | [ host-package] Compiling hostname v0.3.1 |
2003 | 2024-08-07T03:30:07.515Z | [ host-package] Compiling lru-cache v0.1.2 |
2004 | 2024-08-07T03:30:08.535Z | [ host-package] Compiling multer v3.1.0 |
2005 | 2024-08-07T03:30:08.631Z | [ host-package] Compiling slog-async v2.8.0 |
2006 | 2024-08-07T03:30:08.707Z | [ host-package] Compiling slog-json v2.6.1 |
2007 | 2024-08-07T03:30:08.742Z | [ host-package] Compiling crossbeam-channel v0.5.12 |
2008 | 2024-08-07T03:30:09.126Z | [ host-package] Compiling http v1.1.0 |
2009 | 2024-08-07T03:30:09.270Z | [ host-package] Compiling atomic-waker v1.1.2 |
2010 | 2024-08-07T03:30:09.488Z | [ host-package] Compiling take_mut v0.2.2 |
2011 | 2024-08-07T03:30:09.895Z | [ host-package] Compiling waitgroup v0.1.2 |
2012 | 2024-08-07T03:30:10.118Z | [ host-package] Compiling slog-bunyan v2.5.0 |
2013 | 2024-08-07T03:30:10.335Z | [ host-package] Compiling slog-term v2.9.1 |
2014 | 2024-08-07T03:30:10.726Z | [ host-package] Compiling rustls-pemfile v2.1.3 |
2015 | 2024-08-07T03:30:11.643Z | [ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2016 | 2024-08-07T03:30:11.700Z | [ helios-setup] Aug 07 03:30:09.741 INFO clone ok!, project: amd-firmware |
2017 | 2024-08-07T03:30:11.700Z | [ helios-setup] Aug 07 03:30:09.741 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 |
2018 | 2024-08-07T03:30:11.703Z | [ helios-setup] Aug 07 03:30:09.741 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2019 | 2024-08-07T03:30:11.705Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2020 | 2024-08-07T03:30:11.763Z | [ host-package] Compiling async-stream v0.3.5 |
2021 | 2024-08-07T03:30:11.803Z | [ host-package] Compiling sha1 v0.10.6 |
2022 | 2024-08-07T03:30:12.041Z | [ host-package] Compiling newtype-uuid v1.1.0 |
2023 | 2024-08-07T03:30:12.229Z | [ host-package] Compiling serde_path_to_error v0.1.16 |
2024 | 2024-08-07T03:30:12.250Z | [ host-package] Compiling hostname v0.4.0 |
2025 | 2024-08-07T03:30:12.380Z | [ host-package] Compiling tokio-rustls v0.25.0 |
2026 | 2024-08-07T03:30:12.403Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2027 | 2024-08-07T03:30:12.510Z | [ host-package] Compiling instant v0.1.12 |
2028 | 2024-08-07T03:30:12.550Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2029 | 2024-08-07T03:30:12.683Z | [ host-package] Compiling debug-ignore v1.0.5 |
2030 | 2024-08-07T03:30:12.720Z | [ helios-setup] Aug 07 03:30:10.763 INFO clone ok!, project: pilot |
2031 | 2024-08-07T03:30:12.723Z | [ helios-setup] Aug 07 03:30:10.763 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2032 | 2024-08-07T03:30:12.838Z | [ host-package] Compiling backoff v0.4.0 |
2033 | 2024-08-07T03:30:12.876Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2034 | 2024-08-07T03:30:13.160Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2035 | 2024-08-07T03:30:13.183Z | [ host-package] Compiling parse-display v0.9.1 |
2036 | 2024-08-07T03:30:13.226Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2037 | 2024-08-07T03:30:13.426Z | [ host-package] Compiling serde_with v3.8.3 |
2038 | 2024-08-07T03:30:13.733Z | [ host-package] Compiling strum v0.26.3 |
2039 | 2024-08-07T03:30:13.791Z | [ helios-setup] Aug 07 03:30:11.833 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2040 | 2024-08-07T03:30:14.038Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2041 | 2024-08-07T03:30:14.439Z | [ helios-setup] Aug 07 03:30:12.481 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2042 | 2024-08-07T03:30:14.442Z | [ helios-setup] Aug 07 03:30:12.481 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2043 | 2024-08-07T03:30:14.985Z | [ helios-setup] Aug 07 03:30:13.027 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2044 | 2024-08-07T03:30:15.311Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2045 | 2024-08-07T03:30:15.566Z | [ helios-setup] Aug 07 03:30:13.609 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2046 | 2024-08-07T03:30:15.569Z | [ helios-setup] Aug 07 03:30:13.609 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2047 | 2024-08-07T03:30:16.090Z | [ helios-setup] Aug 07 03:30:14.132 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2048 | 2024-08-07T03:30:16.198Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2049 | 2024-08-07T03:30:16.412Z | [ host-package] Compiling num-rational v0.4.2 |
2050 | 2024-08-07T03:30:16.665Z | [ helios-setup] Aug 07 03:30:14.707 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2051 | 2024-08-07T03:30:16.668Z | [ helios-setup] Aug 07 03:30:14.708 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2052 | 2024-08-07T03:30:16.668Z | [ helios-setup] Aug 07 03:30:14.708 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2053 | 2024-08-07T03:30:16.668Z | [ helios-setup] Aug 07 03:30:14.708 INFO ok! |
2054 | 2024-08-07T03:30:16.668Z | [ helios-setup] Aug 07 03:30:14.708 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2055 | 2024-08-07T03:30:16.668Z | [ helios-setup] Aug 07 03:30:14.708 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2056 | 2024-08-07T03:30:16.669Z | [ helios-setup] Aug 07 03:30:14.708 INFO ok! |
2057 | 2024-08-07T03:30:16.669Z | [ helios-setup] Aug 07 03:30:14.708 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2058 | 2024-08-07T03:30:16.669Z | [ helios-setup] Aug 07 03:30:14.708 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2059 | 2024-08-07T03:30:16.669Z | [ helios-setup] Aug 07 03:30:14.708 INFO ok! |
2060 | 2024-08-07T03:30:16.669Z | [ helios-setup] Aug 07 03:30:14.708 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2061 | 2024-08-07T03:30:16.669Z | [ helios-setup] Aug 07 03:30:14.708 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2062 | 2024-08-07T03:30:16.995Z | [ helios-setup] Aug 07 03:30:15.037 INFO E| Downloading crates ... |
2063 | 2024-08-07T03:30:17.110Z | [ host-package] Compiling num-complex v0.4.6 |
2064 | 2024-08-07T03:30:17.141Z | [ helios-setup] Aug 07 03:30:15.183 INFO E| Downloaded unicode-width v0.1.10 |
2065 | 2024-08-07T03:30:17.143Z | [ helios-setup] Aug 07 03:30:15.186 INFO E| Downloaded sha2 v0.10.5 |
2066 | 2024-08-07T03:30:17.146Z | [ helios-setup] Aug 07 03:30:15.189 INFO E| Downloaded generic-array v0.14.6 |
2067 | 2024-08-07T03:30:17.154Z | [ helios-setup] Aug 07 03:30:15.197 INFO E| Downloaded flate2 v1.0.25 |
2068 | 2024-08-07T03:30:17.161Z | [ helios-setup] Aug 07 03:30:15.204 INFO E| Downloaded typenum v1.15.0 |
2069 | 2024-08-07T03:30:17.165Z | [ helios-setup] Aug 07 03:30:15.207 INFO E| Downloaded miniz_oxide v0.6.2 |
2070 | 2024-08-07T03:30:17.168Z | [ helios-setup] Aug 07 03:30:15.210 INFO E| Downloaded bytes v1.2.1 |
2071 | 2024-08-07T03:30:17.174Z | [ helios-setup] Aug 07 03:30:15.216 INFO E| Downloaded digest v0.10.3 |
2072 | 2024-08-07T03:30:17.177Z | [ helios-setup] Aug 07 03:30:15.218 INFO E| Downloaded cpufeatures v0.2.5 |
2073 | 2024-08-07T03:30:17.180Z | [ helios-setup] Aug 07 03:30:15.220 INFO E| Downloaded block-buffer v0.10.3 |
2074 | 2024-08-07T03:30:17.180Z | [ helios-setup] Aug 07 03:30:15.221 INFO E| Downloaded anyhow v1.0.62 |
2075 | 2024-08-07T03:30:17.371Z | [ helios-setup] Aug 07 03:30:15.413 INFO E| Compiling typenum v1.15.0 |
2076 | 2024-08-07T03:30:17.371Z | [ helios-setup] Aug 07 03:30:15.413 INFO E| Compiling version_check v0.9.4 |
2077 | 2024-08-07T03:30:17.374Z | [ helios-setup] Aug 07 03:30:15.413 INFO E| Compiling crc32fast v1.3.2 |
2078 | 2024-08-07T03:30:17.374Z | [ helios-setup] Aug 07 03:30:15.413 INFO E| Compiling cfg-if v1.0.0 |
2079 | 2024-08-07T03:30:17.374Z | [ helios-setup] Aug 07 03:30:15.413 INFO E| Compiling anyhow v1.0.62 |
2080 | 2024-08-07T03:30:17.374Z | [ helios-setup] Aug 07 03:30:15.413 INFO E| Compiling adler v1.0.2 |
2081 | 2024-08-07T03:30:17.374Z | [ helios-setup] Aug 07 03:30:15.413 INFO E| Compiling unicode-width v0.1.10 |
2082 | 2024-08-07T03:30:17.374Z | [ helios-setup] Aug 07 03:30:15.413 INFO E| Compiling cpufeatures v0.2.5 |
2083 | 2024-08-07T03:30:17.588Z | [ helios-setup] Aug 07 03:30:15.630 INFO E| Compiling bitflags v1.3.2 |
2084 | 2024-08-07T03:30:17.683Z | [ host-package] Compiling macaddr v1.0.1 |
2085 | 2024-08-07T03:30:17.756Z | [ helios-setup] Aug 07 03:30:15.799 INFO E| Compiling bytes v1.2.1 |
2086 | 2024-08-07T03:30:17.990Z | [ helios-setup] Aug 07 03:30:16.033 INFO E| Compiling miniz_oxide v0.6.2 |
2087 | 2024-08-07T03:30:18.013Z | [ helios-setup] Aug 07 03:30:16.055 INFO E| Compiling getopts v0.2.21 |
2088 | 2024-08-07T03:30:18.461Z | [ host-package] Compiling swrite v0.1.0 |
2089 | 2024-08-07T03:30:18.832Z | [ helios-setup] Aug 07 03:30:16.874 INFO E| Compiling generic-array v0.14.6 |
2090 | 2024-08-07T03:30:18.894Z | [ host-package] Compiling num v0.4.3 |
2091 | 2024-08-07T03:30:19.278Z | [ host-package] Compiling float-ord v0.3.2 |
2092 | 2024-08-07T03:30:19.681Z | [ host-package] Compiling quick-error v1.2.3 |
2093 | 2024-08-07T03:30:19.698Z | [ helios-setup] Aug 07 03:30:17.733 INFO E| Compiling flate2 v1.0.25 |
2094 | 2024-08-07T03:30:20.295Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2095 | 2024-08-07T03:30:21.314Z | [ host-package] Compiling resolv-conf v0.7.0 |
2096 | 2024-08-07T03:30:23.118Z | [ host-package] Compiling trust-dns-resolver v0.22.0 |
2097 | 2024-08-07T03:30:23.265Z | [ host-package] Compiling rayon-core v1.12.1 |
2098 | 2024-08-07T03:30:23.314Z | [ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2099 | 2024-08-07T03:30:23.369Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2100 | 2024-08-07T03:30:23.369Z | [ host-package] Compiling crossbeam-deque v0.8.5 |
2101 | 2024-08-07T03:30:23.451Z | [ helios-setup] Aug 07 03:30:21.493 INFO E| Compiling block-buffer v0.10.3 |
2102 | 2024-08-07T03:30:23.451Z | [ helios-setup] Aug 07 03:30:21.493 INFO E| Compiling crypto-common v0.1.6 |
2103 | 2024-08-07T03:30:23.682Z | [ helios-setup] Aug 07 03:30:21.724 INFO E| Compiling digest v0.10.3 |
2104 | 2024-08-07T03:30:23.803Z | [ host-package] Compiling display-error-chain v0.2.0 |
2105 | 2024-08-07T03:30:24.018Z | [ helios-setup] Aug 07 03:30:22.060 INFO E| Compiling sha2 v0.10.5 |
2106 | 2024-08-07T03:30:24.476Z | [ host-package] Compiling same-file v1.0.6 |
2107 | 2024-08-07T03:30:24.504Z | [ helios-setup] Aug 07 03:30:22.546 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2108 | 2024-08-07T03:30:24.838Z | [ host-package] Compiling fastrand v2.1.0 |
2109 | 2024-08-07T03:30:25.550Z | [ host-package] Compiling tempfile v3.10.1 |
2110 | 2024-08-07T03:30:26.804Z | [ host-package] Compiling walkdir v2.5.0 |
2111 | 2024-08-07T03:30:29.841Z | [ helios-setup] Aug 07 03:30:27.881 INFO E| Finished `release` profile [optimized] target(s) in 13.06s |
2112 | 2024-08-07T03:30:29.855Z | [ helios-setup] Aug 07 03:30:27.897 INFO building project "bootserver" ok (13 seconds) |
2113 | 2024-08-07T03:30:29.855Z | [ helios-setup] Aug 07 03:30:27.897 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2114 | 2024-08-07T03:30:29.855Z | [ helios-setup] Aug 07 03:30:27.897 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2115 | 2024-08-07T03:30:29.864Z | [ helios-setup] Aug 07 03:30:27.906 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2116 | 2024-08-07T03:30:30.091Z | [ helios-setup] Aug 07 03:30:28.133 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2117 | 2024-08-07T03:30:30.091Z | [ helios-setup] Aug 07 03:30:28.133 INFO E| info: downloading component 'cargo' |
2118 | 2024-08-07T03:30:30.150Z | [ host-package] Compiling half v2.4.1 |
2119 | 2024-08-07T03:30:30.932Z | [ host-package] Compiling ciborium-io v0.2.2 |
2120 | 2024-08-07T03:30:31.066Z | [ host-package] Compiling utf-8 v0.7.6 |
2121 | 2024-08-07T03:30:31.098Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2122 | 2024-08-07T03:30:31.443Z | [ host-package] Compiling blake3 v1.5.1 |
2123 | 2024-08-07T03:30:31.677Z | [ host-package] Compiling ring v0.16.20 |
2124 | 2024-08-07T03:30:31.695Z | [ helios-setup] Aug 07 03:30:29.735 INFO E| info: downloading component 'clippy' |
2125 | 2024-08-07T03:30:31.873Z | [ host-package] Compiling rayon v1.10.0 |
2126 | 2024-08-07T03:30:31.935Z | [ helios-setup] Aug 07 03:30:29.976 INFO E| info: downloading component 'rust-docs' |
2127 | 2024-08-07T03:30:32.995Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2128 | 2024-08-07T03:30:33.191Z | [ helios-setup] Aug 07 03:30:31.233 INFO E| info: downloading component 'rust-src' |
2129 | 2024-08-07T03:30:33.375Z | [ helios-setup] Aug 07 03:30:31.417 INFO E| info: downloading component 'rust-std' |
2130 | 2024-08-07T03:30:35.049Z | [ helios-setup] Aug 07 03:30:33.090 INFO E| info: downloading component 'rustc' |
2131 | 2024-08-07T03:30:36.847Z | [ host-package] Compiling xattr v1.3.1 |
2132 | 2024-08-07T03:30:37.124Z | [ host-package] Compiling nibble_vec v0.1.0 |
2133 | 2024-08-07T03:30:37.393Z | [ host-package] Compiling memmap2 v0.9.4 |
2134 | 2024-08-07T03:30:37.855Z | [ host-package] Compiling filetime v0.2.23 |
2135 | 2024-08-07T03:30:38.175Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2136 | 2024-08-07T03:30:38.268Z | [ host-package] Compiling constant_time_eq v0.3.0 |
2137 | 2024-08-07T03:30:38.445Z | [ host-package] Compiling arrayref v0.3.7 |
2138 | 2024-08-07T03:30:38.564Z | [ host-package] Compiling untrusted v0.7.1 |
2139 | 2024-08-07T03:30:38.584Z | [ host-package] Compiling arrayvec v0.7.4 |
2140 | 2024-08-07T03:30:38.787Z | [ host-package] Compiling spin v0.5.2 |
2141 | 2024-08-07T03:30:39.041Z | [ host-package] Compiling endian-type v0.1.2 |
2142 | 2024-08-07T03:30:39.329Z | [ host-package] Compiling radix_trie v0.2.1 |
2143 | 2024-08-07T03:30:40.195Z | [ helios-setup] Aug 07 03:30:38.237 INFO E| info: downloading component 'rustfmt' |
2144 | 2024-08-07T03:30:40.732Z | [ helios-setup] Aug 07 03:30:38.773 INFO E| info: installing component 'cargo' |
2145 | 2024-08-07T03:30:41.737Z | [ host-package] Compiling tar v0.4.41 |
2146 | 2024-08-07T03:30:42.240Z | [ helios-setup] Aug 07 03:30:40.282 INFO E| info: installing component 'clippy' |
2147 | 2024-08-07T03:30:42.657Z | [ host-package] Compiling ciborium v0.2.2 |
2148 | 2024-08-07T03:30:42.842Z | [ helios-setup] Aug 07 03:30:40.884 INFO E| info: installing component 'rust-docs' |
2149 | 2024-08-07T03:30:43.877Z | [ host-package] Compiling toolchain_find v0.4.0 |
2150 | 2024-08-07T03:30:44.617Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2151 | 2024-08-07T03:30:45.131Z | [ host-package] Compiling maplit v1.0.2 |
2152 | 2024-08-07T03:30:45.211Z | [ host-package] Compiling glob v0.3.1 |
2153 | 2024-08-07T03:30:45.288Z | [ host-package] Compiling crunchy v0.2.2 |
2154 | 2024-08-07T03:30:45.907Z | [ host-package] Compiling topological-sort v0.2.2 |
2155 | 2024-08-07T03:30:46.205Z | [ host-package] Compiling clang-sys v1.7.0 |
2156 | 2024-08-07T03:30:46.208Z | [ host-package] Compiling omicron-zone-package v0.11.0 |
2157 | 2024-08-07T03:30:46.368Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2158 | 2024-08-07T03:30:46.683Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2159 | 2024-08-07T03:30:47.584Z | [ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2160 | 2024-08-07T03:30:47.672Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2161 | 2024-08-07T03:30:48.123Z | [ host-package] Compiling arc-swap v1.7.1 |
2162 | 2024-08-07T03:30:48.228Z | [ helios-setup] Aug 07 03:30:46.268 INFO E| info: installing component 'rust-src' |
2163 | 2024-08-07T03:30:48.723Z | [ host-package] Compiling slog-scope v4.4.0 |
2164 | 2024-08-07T03:30:48.899Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2165 | 2024-08-07T03:30:48.933Z | [ helios-setup] Aug 07 03:30:46.974 INFO E| info: installing component 'rust-std' |
2166 | 2024-08-07T03:30:49.586Z | [ host-package] Compiling ena v0.14.3 |
2167 | 2024-08-07T03:30:49.656Z | [ host-package] Compiling libloading v0.8.3 |
2168 | 2024-08-07T03:30:50.114Z | [ host-package] Compiling regex-syntax v0.6.29 |
2169 | 2024-08-07T03:30:50.190Z | [ host-package] Compiling diff v0.1.13 |
2170 | 2024-08-07T03:30:50.881Z | [ host-package] Compiling bindgen v0.69.4 |
2171 | 2024-08-07T03:30:51.804Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2172 | 2024-08-07T03:30:52.134Z | [ helios-setup] Aug 07 03:30:50.175 INFO E| info: installing component 'rustc' |
2173 | 2024-08-07T03:30:52.337Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2174 | 2024-08-07T03:30:52.772Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2175 | 2024-08-07T03:30:53.273Z | [ host-package] Compiling tungstenite v0.21.0 |
2176 | 2024-08-07T03:30:56.376Z | [ host-package] Compiling lalrpop v0.19.12 |
2177 | 2024-08-07T03:30:58.713Z | [ helios-setup] Aug 07 03:30:56.754 INFO E| info: installing component 'rustfmt' |
2178 | 2024-08-07T03:30:59.313Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2179 | 2024-08-07T03:30:59.535Z | [ helios-setup] Aug 07 03:30:57.576 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2180 | 2024-08-07T03:30:59.765Z | [ host-package] error[E0599]: no method named `as_ptr` found for reference `&X509Ref` in the current scope |
2181 | 2024-08-07T03:30:59.765Z | [ host-package] --> certificates/src/openssl_ext.rs:55:22 |
2182 | 2024-08-07T03:30:59.765Z | [ host-package] | |
2183 | 2024-08-07T03:30:59.768Z | [ host-package] 55 | self.as_ptr(), |
2184 | 2024-08-07T03:30:59.768Z | [ host-package] | ^^^^^^ method not found in `&X509Ref` |
2185 | 2024-08-07T03:30:59.768Z | [ host-package] | |
2186 | 2024-08-07T03:30:59.768Z | [ host-package] = help: items from traits can only be used if the trait is in scope |
2187 | 2024-08-07T03:30:59.768Z | [ host-package] help: trait `ForeignTypeRef` which provides `as_ptr` is implemented but not in scope; perhaps you want to import it |
2188 | 2024-08-07T03:30:59.768Z | [ host-package] | |
2189 | 2024-08-07T03:30:59.768Z | [ host-package] 8 + use foreign_types_shared::ForeignTypeRef; |
2190 | 2024-08-07T03:30:59.768Z | [ host-package] | |
2191 | 2024-08-07T03:30:59.768Z | [ host-package] |
2192 | 2024-08-07T03:30:59.794Z | [ host-package] error[E0599]: no method named `as_ptr` found for reference `&X509Ref` in the current scope |
2193 | 2024-08-07T03:30:59.794Z | [ host-package] --> certificates/src/openssl_ext.rs:114:65 |
2194 | 2024-08-07T03:30:59.797Z | [ host-package] | |
2195 | 2024-08-07T03:30:59.797Z | [ host-package] 114 | unsafe { openssl_sys::X509_get_extension_flags(self.as_ptr()) }; |
2196 | 2024-08-07T03:30:59.797Z | [ host-package] | ^^^^^^ method not found in `&X509Ref` |
2197 | 2024-08-07T03:30:59.797Z | [ host-package] | |
2198 | 2024-08-07T03:30:59.797Z | [ host-package] = help: items from traits can only be used if the trait is in scope |
2199 | 2024-08-07T03:30:59.797Z | [ host-package] help: trait `ForeignTypeRef` which provides `as_ptr` is implemented but not in scope; perhaps you want to import it |
2200 | 2024-08-07T03:30:59.797Z | [ host-package] | |
2201 | 2024-08-07T03:30:59.797Z | [ host-package] 8 + use foreign_types_shared::ForeignTypeRef; |
2202 | 2024-08-07T03:30:59.797Z | [ host-package] | |
2203 | 2024-08-07T03:30:59.797Z | [ host-package] |
2204 | 2024-08-07T03:30:59.809Z | [ host-package] error[E0599]: no method named `as_ptr` found for reference `&X509Ref` in the current scope |
2205 | 2024-08-07T03:30:59.812Z | [ host-package] --> certificates/src/openssl_ext.rs:121:68 |
2206 | 2024-08-07T03:30:59.812Z | [ host-package] | |
2207 | 2024-08-07T03:30:59.812Z | [ host-package] 121 | unsafe { openssl_sys::X509_get_extended_key_usage(self.as_ptr()) }; |
2208 | 2024-08-07T03:30:59.812Z | [ host-package] | ^^^^^^ method not found in `&X509Ref` |
2209 | 2024-08-07T03:30:59.812Z | [ host-package] | |
2210 | 2024-08-07T03:30:59.812Z | [ host-package] = help: items from traits can only be used if the trait is in scope |
2211 | 2024-08-07T03:30:59.812Z | [ host-package] help: trait `ForeignTypeRef` which provides `as_ptr` is implemented but not in scope; perhaps you want to import it |
2212 | 2024-08-07T03:30:59.812Z | [ host-package] | |
2213 | 2024-08-07T03:30:59.812Z | [ host-package] 8 + use foreign_types_shared::ForeignTypeRef; |
2214 | 2024-08-07T03:30:59.812Z | [ host-package] | |
2215 | 2024-08-07T03:30:59.812Z | [ host-package] |
2216 | 2024-08-07T03:30:59.824Z | [ host-package] warning: unused import: `foreign_types::ForeignTypeRef` |
2217 | 2024-08-07T03:30:59.824Z | [ host-package] --> certificates/src/openssl_ext.rs:8:5 |
2218 | 2024-08-07T03:30:59.827Z | [ host-package] | |
2219 | 2024-08-07T03:30:59.827Z | [ host-package] 8 | use foreign_types::ForeignTypeRef; |
2220 | 2024-08-07T03:30:59.827Z | [ host-package] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
2221 | 2024-08-07T03:30:59.827Z | [ host-package] | |
2222 | 2024-08-07T03:30:59.827Z | [ host-package] = note: `#[warn(unused_imports)]` on by default |
2223 | 2024-08-07T03:30:59.827Z | [ host-package] |
2224 | 2024-08-07T03:30:59.905Z | [ host-package] For more information about this error, try `rustc --explain E0599`. |
2225 | 2024-08-07T03:30:59.954Z | [ host-package] warning: `omicron-certificates` (lib) generated 1 warning |
2226 | 2024-08-07T03:30:59.954Z | [ host-package] error: could not compile `omicron-certificates` (lib) due to 3 previous errors; 1 warning emitted |
2227 | 2024-08-07T03:30:59.957Z | [ host-package] warning: build failed, waiting for other jobs to finish... |
2228 | 2024-08-07T03:31:00.621Z | [ helios-setup] Aug 07 03:30:58.662 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2229 | 2024-08-07T03:31:00.622Z | [ helios-setup] Aug 07 03:30:58.662 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047 |
2230 | 2024-08-07T03:31:00.624Z | [ helios-setup] Aug 07 03:30:58.662 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2231 | 2024-08-07T03:31:00.651Z | [ helios-setup] Aug 07 03:30:58.692 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2232 | 2024-08-07T03:31:00.651Z | [ helios-setup] Aug 07 03:30:58.692 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2233 | 2024-08-07T03:31:00.654Z | [ helios-setup] Aug 07 03:30:58.692 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2234 | 2024-08-07T03:31:00.654Z | [ helios-setup] Aug 07 03:30:58.692 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2235 | 2024-08-07T03:31:00.654Z | [ helios-setup] Aug 07 03:30:58.693 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2236 | 2024-08-07T03:31:00.654Z | [ helios-setup] Aug 07 03:30:58.693 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2237 | 2024-08-07T03:31:00.654Z | [ helios-setup] Aug 07 03:30:58.693 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2238 | 2024-08-07T03:31:00.687Z | [ helios-setup] Aug 07 03:30:58.728 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2239 | 2024-08-07T03:31:01.625Z | [ helios-setup] Aug 07 03:30:59.666 INFO E| From https://github.com/oxidecomputer/amd-efs |
2240 | 2024-08-07T03:31:01.625Z | [ helios-setup] Aug 07 03:30:59.666 INFO E| * [new branch] empty -> origin/empty |
2241 | 2024-08-07T03:31:01.629Z | [ helios-setup] Aug 07 03:30:59.666 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2242 | 2024-08-07T03:31:01.629Z | [ helios-setup] Aug 07 03:30:59.666 INFO E| * [new branch] main -> origin/main |
2243 | 2024-08-07T03:31:01.629Z | [ helios-setup] Aug 07 03:30:59.667 INFO E| * [new branch] review -> origin/review |
2244 | 2024-08-07T03:31:01.629Z | [ helios-setup] Aug 07 03:30:59.667 INFO E| * [new ref] -> origin/HEAD |
2245 | 2024-08-07T03:31:01.629Z | [ helios-setup] Aug 07 03:30:59.667 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2246 | 2024-08-07T03:31:01.629Z | [ helios-setup] Aug 07 03:30:59.667 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2247 | 2024-08-07T03:31:01.629Z | [ helios-setup] Aug 07 03:30:59.667 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2248 | 2024-08-07T03:31:01.629Z | [ helios-setup] Aug 07 03:30:59.667 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2249 | 2024-08-07T03:31:01.629Z | [ helios-setup] Aug 07 03:30:59.668 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2250 | 2024-08-07T03:31:01.629Z | [ helios-setup] Aug 07 03:30:59.668 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2251 | 2024-08-07T03:31:01.629Z | [ helios-setup] Aug 07 03:30:59.668 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2252 | 2024-08-07T03:31:01.629Z | [ helios-setup] Aug 07 03:30:59.668 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2253 | 2024-08-07T03:31:01.629Z | [ helios-setup] Aug 07 03:30:59.668 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2254 | 2024-08-07T03:31:01.629Z | [ helios-setup] Aug 07 03:30:59.668 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2255 | 2024-08-07T03:31:01.629Z | [ helios-setup] Aug 07 03:30:59.668 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2256 | 2024-08-07T03:31:01.652Z | [ helios-setup] Aug 07 03:30:59.693 INFO E| Updating crates.io index |
2257 | 2024-08-07T03:31:01.796Z | [ helios-setup] Aug 07 03:30:59.837 INFO E| Downloading crates ... |
2258 | 2024-08-07T03:31:01.992Z | [ helios-setup] Aug 07 03:31:00.033 INFO E| Downloaded semver v0.9.0 |
2259 | 2024-08-07T03:31:01.995Z | [ helios-setup] Aug 07 03:31:00.036 INFO E| Downloaded cfg-if v0.1.10 |
2260 | 2024-08-07T03:31:01.998Z | [ helios-setup] Aug 07 03:31:00.038 INFO E| Downloaded modular-bitfield v0.11.2 |
2261 | 2024-08-07T03:31:02.016Z | [ helios-setup] Aug 07 03:31:00.057 INFO E| Downloaded strum v0.23.0 |
2262 | 2024-08-07T03:31:02.019Z | [ helios-setup] Aug 07 03:31:00.058 INFO E| Downloaded fletcher v0.1.0 |
2263 | 2024-08-07T03:31:02.019Z | [ helios-setup] Aug 07 03:31:00.060 INFO E| Downloaded parse_int v0.6.0 |
2264 | 2024-08-07T03:31:02.022Z | [ helios-setup] Aug 07 03:31:00.061 INFO E| Downloaded memoffset v0.5.6 |
2265 | 2024-08-07T03:31:02.022Z | [ helios-setup] Aug 07 03:31:00.062 INFO E| Downloaded memchr v2.7.4 |
2266 | 2024-08-07T03:31:02.029Z | [ helios-setup] Aug 07 03:31:00.070 INFO E| Downloaded vec_map v0.8.2 |
2267 | 2024-08-07T03:31:02.032Z | [ helios-setup] Aug 07 03:31:00.072 INFO E| Downloaded scroll_derive v0.10.5 |
2268 | 2024-08-07T03:31:02.032Z | [ helios-setup] Aug 07 03:31:00.073 INFO E| Downloaded strsim v0.8.0 |
2269 | 2024-08-07T03:31:02.035Z | [ helios-setup] Aug 07 03:31:00.075 INFO E| Downloaded pre-proc-macro v0.2.1 |
2270 | 2024-08-07T03:31:02.040Z | [ helios-setup] Aug 07 03:31:00.078 INFO E| Downloaded semver-parser v0.7.0 |
2271 | 2024-08-07T03:31:02.040Z | [ helios-setup] Aug 07 03:31:00.079 INFO E| Downloaded structopt-derive v0.4.18 |
2272 | 2024-08-07T03:31:02.043Z | [ helios-setup] Aug 07 03:31:00.081 INFO E| Downloaded strum_macros v0.23.1 |
2273 | 2024-08-07T03:31:02.045Z | [ helios-setup] Aug 07 03:31:00.084 INFO E| Downloaded scroll v0.10.2 |
2274 | 2024-08-07T03:31:02.048Z | [ helios-setup] Aug 07 03:31:00.087 INFO E| Downloaded ansi_term v0.12.1 |
2275 | 2024-08-07T03:31:02.051Z | [ helios-setup] Aug 07 03:31:00.089 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2276 | 2024-08-07T03:31:02.051Z | [ helios-setup] Aug 07 03:31:00.091 INFO E| Downloaded textwrap v0.11.0 |
2277 | 2024-08-07T03:31:02.054Z | [ helios-setup] Aug 07 03:31:00.094 INFO E| Downloaded structopt v0.3.26 |
2278 | 2024-08-07T03:31:02.065Z | [ helios-setup] Aug 07 03:31:00.106 INFO E| Downloaded pest_meta v2.7.11 |
2279 | 2024-08-07T03:31:02.068Z | [ helios-setup] Aug 07 03:31:00.109 INFO E| Downloaded pest_derive v2.7.11 |
2280 | 2024-08-07T03:31:02.072Z | [ helios-setup] Aug 07 03:31:00.113 INFO E| Downloaded log v0.4.22 |
2281 | 2024-08-07T03:31:02.076Z | [ helios-setup] Aug 07 03:31:00.117 INFO E| Downloaded pest v2.7.11 |
2282 | 2024-08-07T03:31:02.083Z | [ helios-setup] Aug 07 03:31:00.124 INFO E| Downloaded serde_json v1.0.120 |
2283 | 2024-08-07T03:31:02.095Z | [ helios-setup] Aug 07 03:31:00.135 INFO E| Downloaded syn v2.0.71 |
2284 | 2024-08-07T03:31:02.111Z | [ helios-setup] Aug 07 03:31:00.152 INFO E| Downloaded clap v2.34.0 |
2285 | 2024-08-07T03:31:02.121Z | [ helios-setup] Aug 07 03:31:00.161 INFO E| Downloaded goblin v0.4.3 |
2286 | 2024-08-07T03:31:02.128Z | [ helios-setup] Aug 07 03:31:00.169 INFO E| Downloaded rustc_version v0.2.3 |
2287 | 2024-08-07T03:31:02.135Z | [ helios-setup] Aug 07 03:31:00.170 INFO E| Downloaded four-cc v0.3.0 |
2288 | 2024-08-07T03:31:02.135Z | [ helios-setup] Aug 07 03:31:00.172 INFO E| Downloaded proc-macro-crate v0.1.5 |
2289 | 2024-08-07T03:31:02.143Z | [ helios-setup] Aug 07 03:31:00.173 INFO E| Downloaded pre v0.2.1 |
2290 | 2024-08-07T03:31:02.143Z | [ helios-setup] Aug 07 03:31:00.174 INFO E| Downloaded pest_generator v2.7.11 |
2291 | 2024-08-07T03:31:02.143Z | [ helios-setup] Aug 07 03:31:00.176 INFO E| Downloaded num-derive v0.3.3 |
2292 | 2024-08-07T03:31:02.143Z | [ helios-setup] Aug 07 03:31:00.178 INFO E| Downloaded bytesize v1.3.0 |
2293 | 2024-08-07T03:31:02.229Z | [ helios-setup] Aug 07 03:31:00.270 INFO E| Compiling proc-macro2 v1.0.86 |
2294 | 2024-08-07T03:31:02.229Z | [ helios-setup] Aug 07 03:31:00.270 INFO E| Compiling unicode-ident v1.0.12 |
2295 | 2024-08-07T03:31:02.229Z | [ helios-setup] Aug 07 03:31:00.270 INFO E| Compiling syn v1.0.109 |
2296 | 2024-08-07T03:31:02.229Z | [ helios-setup] Aug 07 03:31:00.270 INFO E| Compiling version_check v0.9.4 |
2297 | 2024-08-07T03:31:02.232Z | [ helios-setup] Aug 07 03:31:00.270 INFO E| Compiling thiserror v1.0.63 |
2298 | 2024-08-07T03:31:02.232Z | [ helios-setup] Aug 07 03:31:00.270 INFO E| Compiling semver-parser v0.7.0 |
2299 | 2024-08-07T03:31:02.232Z | [ helios-setup] Aug 07 03:31:00.270 INFO E| Compiling autocfg v1.3.0 |
2300 | 2024-08-07T03:31:02.232Z | [ helios-setup] Aug 07 03:31:00.270 INFO E| Compiling serde v1.0.204 |
2301 | 2024-08-07T03:31:03.624Z | [ helios-setup] Aug 07 03:31:01.664 INFO E| Compiling semver v0.9.0 |
2302 | 2024-08-07T03:31:03.691Z | [ helios-setup] Aug 07 03:31:01.732 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2303 | 2024-08-07T03:31:03.752Z | [ helios-setup] Aug 07 03:31:01.792 INFO E| Compiling proc-macro-error v1.0.4 |
2304 | 2024-08-07T03:31:03.905Z | [ helios-setup] Aug 07 03:31:01.945 INFO E| Compiling serde_json v1.0.120 |
2305 | 2024-08-07T03:31:04.272Z | [ helios-setup] Aug 07 03:31:02.313 INFO E| Compiling rustc_version v0.2.3 |
2306 | 2024-08-07T03:31:04.314Z | [ helios-setup] Aug 07 03:31:02.355 INFO E| Compiling num-traits v0.2.19 |
2307 | 2024-08-07T03:31:04.471Z | [ helios-setup] Aug 07 03:31:02.512 INFO E| Compiling ryu v1.0.18 |
2308 | 2024-08-07T03:31:04.655Z | [ helios-setup] Aug 07 03:31:02.695 INFO E| Compiling schemars v0.8.21 |
2309 | 2024-08-07T03:31:04.735Z | [ helios-setup] Aug 07 03:31:02.776 INFO E| Compiling itoa v1.0.11 |
2310 | 2024-08-07T03:31:04.807Z | [ helios-setup] Aug 07 03:31:02.848 INFO E| Compiling unicode-segmentation v1.11.0 |
2311 | 2024-08-07T03:31:05.092Z | [ helios-setup] Aug 07 03:31:03.132 INFO E| Compiling memoffset v0.5.6 |
2312 | 2024-08-07T03:31:05.099Z | [ helios-setup] Aug 07 03:31:03.138 INFO E| Compiling pre-proc-macro v0.2.1 |
2313 | 2024-08-07T03:31:05.108Z | [ helios-setup] Aug 07 03:31:03.148 INFO E| Compiling ucd-trie v0.1.6 |
2314 | 2024-08-07T03:31:05.202Z | [ helios-setup] Aug 07 03:31:03.242 INFO E| Compiling memchr v2.7.4 |
2315 | 2024-08-07T03:31:05.634Z | [ helios-setup] Aug 07 03:31:03.674 INFO E| Compiling libc v0.2.155 |
2316 | 2024-08-07T03:31:05.769Z | [ helios-setup] Aug 07 03:31:03.809 INFO E| Compiling dyn-clone v1.0.17 |
2317 | 2024-08-07T03:31:06.285Z | [ helios-setup] Aug 07 03:31:04.325 INFO E| Compiling quote v1.0.36 |
2318 | 2024-08-07T03:31:06.347Z | [ helios-setup] Aug 07 03:31:04.387 INFO E| Compiling heck v0.3.3 |
2319 | 2024-08-07T03:31:06.689Z | [ helios-setup] Aug 07 03:31:04.730 INFO E| Compiling paste v1.0.15 |
2320 | 2024-08-07T03:31:06.731Z | [ helios-setup] Aug 07 03:31:04.771 INFO E| Compiling lazy_static v1.5.0 |
2321 | 2024-08-07T03:31:06.995Z | [ helios-setup] Aug 07 03:31:05.035 INFO E| Compiling syn v2.0.71 |
2322 | 2024-08-07T03:31:07.358Z | [ helios-setup] Aug 07 03:31:05.399 INFO E| Compiling rustversion v1.0.17 |
2323 | 2024-08-07T03:31:08.412Z | [ helios-setup] Aug 07 03:31:06.450 INFO E| Compiling pre v0.2.1 |
2324 | 2024-08-07T03:31:08.674Z | [ helios-setup] Aug 07 03:31:06.715 INFO E| Compiling once_cell v1.19.0 |
2325 | 2024-08-07T03:31:08.743Z | [ helios-setup] Aug 07 03:31:06.780 INFO E| Compiling cfg-if v0.1.10 |
2326 | 2024-08-07T03:31:08.824Z | [ helios-setup] Aug 07 03:31:06.864 INFO E| Compiling byteorder v1.5.0 |
2327 | 2024-08-07T03:31:09.198Z | [ helios-setup] Aug 07 03:31:07.235 INFO E| Compiling static_assertions v1.1.0 |
2328 | 2024-08-07T03:31:09.641Z | [ helios-setup] Aug 07 03:31:07.682 INFO E| Compiling unicode-width v0.1.13 |
2329 | 2024-08-07T03:31:10.191Z | [ helios-setup] Aug 07 03:31:08.231 INFO E| Compiling textwrap v0.11.0 |
2330 | 2024-08-07T03:31:11.428Z | [ helios-setup] Aug 07 03:31:09.468 INFO E| Compiling atty v0.2.14 |
2331 | 2024-08-07T03:31:11.435Z | [ helios-setup] Aug 07 03:31:09.475 INFO E| Compiling vec_map v0.8.2 |
2332 | 2024-08-07T03:31:11.553Z | [ helios-setup] Aug 07 03:31:09.593 INFO E| Compiling bitflags v1.3.2 |
2333 | 2024-08-07T03:31:11.653Z | [ helios-setup] Aug 07 03:31:09.694 INFO E| Compiling ansi_term v0.12.1 |
2334 | 2024-08-07T03:31:12.042Z | [ helios-setup] Aug 07 03:31:10.083 INFO E| Compiling parse_int v0.6.0 |
2335 | 2024-08-07T03:31:12.100Z | [ helios-setup] Aug 07 03:31:10.141 INFO E| Compiling strum v0.23.0 |
2336 | 2024-08-07T03:31:12.283Z | [ helios-setup] Aug 07 03:31:10.323 INFO E| Compiling strsim v0.8.0 |
2337 | 2024-08-07T03:31:12.294Z | [ helios-setup] Aug 07 03:31:10.334 INFO E| Compiling fletcher v0.1.0 |
2338 | 2024-08-07T03:31:12.526Z | [ helios-setup] Aug 07 03:31:10.566 INFO E| Compiling plain v0.2.3 |
2339 | 2024-08-07T03:31:12.592Z | [ helios-setup] Aug 07 03:31:10.632 INFO E| Compiling log v0.4.22 |
2340 | 2024-08-07T03:31:12.624Z | [ helios-setup] Aug 07 03:31:10.664 INFO E| Compiling bytesize v1.3.0 |
2341 | 2024-08-07T03:31:12.704Z | [ helios-setup] Aug 07 03:31:10.744 INFO E| Compiling clap v2.34.0 |
2342 | 2024-08-07T03:31:15.517Z | [ helios-setup] Aug 07 03:31:13.557 INFO E| Compiling serde_derive_internals v0.29.1 |
2343 | 2024-08-07T03:31:16.490Z | [ helios-setup] Aug 07 03:31:14.530 INFO E| Compiling toml v0.5.11 |
2344 | 2024-08-07T03:31:18.413Z | [ helios-setup] Aug 07 03:31:16.453 INFO E| Compiling thiserror-impl v1.0.63 |
2345 | 2024-08-07T03:31:18.644Z | [ helios-setup] Aug 07 03:31:16.684 INFO E| Compiling serde_derive v1.0.204 |
2346 | 2024-08-07T03:31:18.850Z | [ helios-setup] Aug 07 03:31:16.890 INFO E| Compiling schemars_derive v0.8.21 |
2347 | 2024-08-07T03:31:18.899Z | [ helios-setup] Aug 07 03:31:16.939 INFO E| Compiling zerocopy-derive v0.6.6 |
2348 | 2024-08-07T03:31:18.926Z | [ helios-setup] Aug 07 03:31:16.967 INFO E| Compiling proc-macro-crate v0.1.5 |
2349 | 2024-08-07T03:31:21.396Z | [ helios-setup] Aug 07 03:31:19.435 INFO E| Compiling zerocopy v0.6.6 |
2350 | 2024-08-07T03:31:21.900Z | [ helios-setup] Aug 07 03:31:19.940 INFO E| Compiling pest v2.7.11 |
2351 | 2024-08-07T03:31:23.723Z | [ host-package] Error: Failed to build packages |
2352 | 2024-08-07T03:31:23.727Z | Aug 07 03:31:21.766 ERRO [host-package] process exited with exit status: 1 (82.317078788s) |
2353 | 2024-08-07T03:31:23.732Z | Error: command `/work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package` exited with exit status: 1 |
2354 | 2024-08-07T03:31:23.756Z | process exited: duration 775802 ms, exit code 1 |
|
2355 | 2024-08-07T03:31:23.770Z | found 5 output files |
2356 | 2024-08-07T03:31:23.770Z | uploading: /work/helios-setup.log (18089 bytes) |
2357 | 2024-08-07T03:31:24.782Z | uploaded: /work/helios-setup.log |
2358 | 2024-08-07T03:31:24.782Z | uploading: /work/host-package.log (7867 bytes) |
2359 | 2024-08-07T03:31:25.795Z | uploaded: /work/host-package.log |
2360 | 2024-08-07T03:31:25.795Z | uploading: /work/host-target.log (101 bytes) |
2361 | 2024-08-07T03:31:26.805Z | uploaded: /work/host-target.log |
2362 | 2024-08-07T03:31:26.805Z | uploading: /work/omicron-package.log (4572 bytes) |
2363 | 2024-08-07T03:31:27.813Z | uploaded: /work/omicron-package.log |
2364 | 2024-08-07T03:31:27.813Z | uploading: /work/recovery-target.log (57 bytes) |
2365 | 2024-08-07T03:31:28.822Z | uploaded: /work/recovery-target.log |
2366 | 2024-08-07T03:31:28.822Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
2367 | 2024-08-07T03:31:28.822Z | upload error: rule "/work/repo.zip" required a match, but was not used |
2368 | 2024-08-07T03:31:28.822Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |