|
|
|
1 | 2024-07-19T16:31:54.455Z | job assigned to worker 01J35XA2Q2VR0R9C19BDH8TH1F (queued for 58 s) |
|
2 | 2024-07-19T16:32:02.972Z | starting task 0: "setup" |
3 | 2024-07-19T16:32:03.046Z | ++ uname -s |
4 | 2024-07-19T16:32:03.050Z | + kern=SunOS |
5 | 2024-07-19T16:32:03.050Z | + case "$kern" in |
6 | 2024-07-19T16:32:03.050Z | + groupadd -g 12345 build |
7 | 2024-07-19T16:32:03.053Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-19T16:32:05.072Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-19T16:32:05.207Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-19T16:32:05.210Z | + home_fs=zfs |
11 | 2024-07-19T16:32:05.210Z | + [[ zfs == autofs ]] |
12 | 2024-07-19T16:32:05.210Z | + mkdir -p /home/build |
13 | 2024-07-19T16:32:05.214Z | + chown build:build /home/build /work |
14 | 2024-07-19T16:32:07.213Z | + chmod 0700 /home/build /work |
15 | 2024-07-19T16:32:07.216Z | process exited: duration 4244 ms, exit code 0 |
|
16 | 2024-07-19T16:32:07.222Z | starting task 1: "rust-toolchain" |
17 | 2024-07-19T16:32:07.227Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-19T16:32:07.227Z | * toolchain channel = "1.78.0" |
19 | 2024-07-19T16:32:07.227Z | ' 1.78.0 |
20 | 2024-07-19T16:32:07.227Z | * toolchain profile = "default" |
21 | 2024-07-19T16:32:07.228Z | + printf ' * toolchain profile = "%s" |
22 | 2024-07-19T16:32:07.228Z | ' default |
23 | 2024-07-19T16:32:07.231Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-19T16:32:07.231Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-19T16:32:07.343Z | info: downloading installer |
26 | 2024-07-19T16:32:08.614Z | info: profile set to 'default' |
27 | 2024-07-19T16:32:08.614Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-19T16:32:08.614Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-19T16:32:08.750Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-19T16:32:08.750Z | info: downloading component 'cargo' |
31 | 2024-07-19T16:32:09.355Z | info: downloading component 'clippy' |
32 | 2024-07-19T16:32:09.565Z | info: downloading component 'rust-docs' |
33 | 2024-07-19T16:32:10.393Z | info: downloading component 'rust-std' |
34 | 2024-07-19T16:32:11.713Z | info: downloading component 'rustc' |
35 | 2024-07-19T16:33:07.631Z | info: downloading component 'rustfmt' |
36 | 2024-07-19T16:33:07.635Z | info: installing component 'cargo' |
37 | 2024-07-19T16:33:07.635Z | info: installing component 'clippy' |
38 | 2024-07-19T16:33:07.635Z | info: installing component 'rust-docs' |
39 | 2024-07-19T16:33:07.635Z | info: installing component 'rust-std' |
40 | 2024-07-19T16:33:07.635Z | info: installing component 'rustc' |
41 | 2024-07-19T16:33:07.635Z | info: installing component 'rustfmt' |
42 | 2024-07-19T16:33:07.635Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-19T16:33:07.635Z | |
44 | 2024-07-19T16:33:07.635Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-19T16:33:07.635Z | |
46 | 2024-07-19T16:33:07.636Z | |
47 | 2024-07-19T16:33:07.636Z | Rust is installed now. Great! |
48 | 2024-07-19T16:33:07.636Z | |
49 | 2024-07-19T16:33:07.636Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-19T16:33:07.636Z | environment variable. This has not been done automatically. |
51 | 2024-07-19T16:33:07.636Z | |
52 | 2024-07-19T16:33:07.636Z | To configure your current shell, you need to source |
53 | 2024-07-19T16:33:07.636Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-19T16:33:07.636Z | |
55 | 2024-07-19T16:33:07.636Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-19T16:33:07.636Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-19T16:33:07.636Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-19T16:33:07.636Z | + rustc --version |
59 | 2024-07-19T16:33:07.636Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-19T16:33:07.636Z | process exited: duration 17993 ms, exit code 0 |
|
61 | 2024-07-19T16:33:07.643Z | starting task 2: "authentication" |
62 | 2024-07-19T16:33:08.816Z | process exited: duration 28 ms, exit code 0 |
|
63 | 2024-07-19T16:33:08.827Z | starting task 3: "clone repository" |
64 | 2024-07-19T16:33:08.837Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-19T16:33:08.837Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-19T16:33:09.228Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-19T16:34:10.577Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-19T16:34:10.577Z | + git fetch origin ea8e04155df20d01a64c93f92af7609261fe0506 |
69 | 2024-07-19T16:34:10.580Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-19T16:34:10.580Z | * branch ea8e04155df20d01a64c93f92af7609261fe0506 -> FETCH_HEAD |
71 | 2024-07-19T16:34:10.580Z | + [[ -n move-switch-data-link-timeseries-to-toml ]] |
72 | 2024-07-19T16:34:10.580Z | ++ git branch --show-current |
73 | 2024-07-19T16:34:10.580Z | + current=main |
74 | 2024-07-19T16:34:10.580Z | + [[ main != move-switch-data-link-timeseries-to-toml ]] |
75 | 2024-07-19T16:34:10.580Z | + git branch -f move-switch-data-link-timeseries-to-toml ea8e04155df20d01a64c93f92af7609261fe0506 |
76 | 2024-07-19T16:34:10.580Z | + git checkout -f move-switch-data-link-timeseries-to-toml |
77 | 2024-07-19T16:34:10.580Z | Switched to branch 'move-switch-data-link-timeseries-to-toml' |
78 | 2024-07-19T16:34:10.580Z | + git reset --hard ea8e04155df20d01a64c93f92af7609261fe0506 |
79 | 2024-07-19T16:34:10.580Z | HEAD is now at ea8e04155 update openapi spec |
80 | 2024-07-19T16:34:10.580Z | process exited: duration 8038 ms, exit code 0 |
|
81 | 2024-07-19T16:34:10.586Z | starting task 4: "build" |
82 | 2024-07-19T16:34:10.594Z | + cargo --version |
83 | 2024-07-19T16:34:10.650Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-19T16:34:10.653Z | + rustc --version |
85 | 2024-07-19T16:34:10.714Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-19T16:34:10.718Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-07-19T16:34:32.120Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-07-19T16:34:34.572Z | Startup: Caching catalogs ... Done |
89 | 2024-07-19T16:34:37.948Z | Planning: Solver setup ... Done (2.836s) |
90 | 2024-07-19T16:34:38.004Z | Planning: Running solver ... Done (0.056s) |
91 | 2024-07-19T16:34:38.060Z | Planning: Finding local manifests ... Done (0.005s) |
92 | 2024-07-19T16:34:38.072Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2024-07-19T16:34:38.474Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2024-07-19T16:34:38.528Z | Planning: Package planning ... Done (0.055s) |
95 | 2024-07-19T16:34:38.580Z | Planning: Merging actions ... Done (0.051s) |
96 | 2024-07-19T16:34:40.365Z | Planning: Checking for conflicting actions ... Done (1.785s) |
97 | 2024-07-19T16:34:40.377Z | Planning: Consolidating action changes ... Done (0.011s) |
98 | 2024-07-19T16:35:40.425Z | Planning: Evaluating mediators ... Done (9.986s) |
99 | 2024-07-19T16:35:40.428Z | Planning: Planning completed in 15.73 seconds |
100 | 2024-07-19T16:35:40.428Z | Packages to install: 4 |
101 | 2024-07-19T16:35:40.428Z | Mediators to change: 2 |
102 | 2024-07-19T16:35:40.428Z | Services to change: 1 |
103 | 2024-07-19T16:35:40.428Z | Estimated space available: 155.77 GB |
104 | 2024-07-19T16:35:40.428Z | Estimated space to be consumed: 1.47 GB |
105 | 2024-07-19T16:35:40.428Z | Create boot environment: No |
106 | 2024-07-19T16:35:40.428Z | Create backup boot environment: No |
107 | 2024-07-19T16:35:40.428Z | Rebuild boot archive: No |
108 | 2024-07-19T16:35:40.428Z | |
109 | 2024-07-19T16:35:40.429Z | Changed mediators: |
110 | 2024-07-19T16:35:40.429Z | mediator clang: |
111 | 2024-07-19T16:35:40.429Z | version: None -> 15 (system default) |
112 | 2024-07-19T16:35:40.429Z | |
113 | 2024-07-19T16:35:40.429Z | mediator llvm: |
114 | 2024-07-19T16:35:40.429Z | version: 14 (system default) -> 15 (system default) |
115 | 2024-07-19T16:35:40.429Z | |
116 | 2024-07-19T16:35:40.429Z | Changed packages: |
117 | 2024-07-19T16:35:40.429Z | helios-dev |
118 | 2024-07-19T16:35:40.429Z | developer/build-essential |
119 | 2024-07-19T16:35:40.429Z | None -> 11-2.0 |
120 | 2024-07-19T16:35:40.429Z | library/libxmlsec1 |
121 | 2024-07-19T16:35:40.429Z | None -> 1.2.35-2.0 |
122 | 2024-07-19T16:35:40.429Z | ooce/developer/clang-15 |
123 | 2024-07-19T16:35:40.429Z | None -> 15.0.7-2.0 |
124 | 2024-07-19T16:35:40.429Z | ooce/developer/llvm-15 |
125 | 2024-07-19T16:35:40.429Z | None -> 15.0.7-2.0 |
126 | 2024-07-19T16:35:40.429Z | |
127 | 2024-07-19T16:35:40.429Z | Services: |
128 | 2024-07-19T16:35:40.429Z | restart_fmri: |
129 | 2024-07-19T16:35:40.429Z | svc:/system/update-man-index:default |
130 | 2024-07-19T16:35:40.429Z | |
131 | 2024-07-19T16:35:40.429Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2024-07-19T16:35:40.429Z | Download: 1027/3290 items 19.4/212.6MB 9% complete (4.0M/s) |
133 | 2024-07-19T16:35:40.429Z | Download: 1225/3290 items 99.6/212.6MB 46% complete (9.9M/s) |
134 | 2024-07-19T16:35:40.429Z | Download: 2218/3290 items 118.4/212.6MB 55% complete (10.6M/s) |
135 | 2024-07-19T16:35:40.429Z | Download: 3140/3290 items 141.2/212.6MB 66% complete (2.5M/s) |
136 | 2024-07-19T16:35:40.429Z | Download: Completed 212.60 MB in 24.78 seconds (8.6M/s) |
137 | 2024-07-19T16:35:40.429Z | Actions: 1/3689 actions (Installing new actions) |
138 | 2024-07-19T16:35:40.429Z | Actions: 3607/3689 actions (Installing new actions) |
139 | 2024-07-19T16:35:40.429Z | Actions: Completed 3689 actions in 5.34 seconds. |
140 | 2024-07-19T16:35:40.429Z | Done (0.243s) |
141 | 2024-07-19T16:35:40.429Z | Done (0.000s) |
142 | 2024-07-19T16:35:40.429Z | Done (0.341s) |
143 | 2024-07-19T16:35:40.429Z | Done (6.278s) |
144 | 2024-07-19T16:35:40.429Z | Done (0.137s) |
145 | 2024-07-19T16:35:40.429Z | Done (0.000s) |
146 | 2024-07-19T16:35:40.429Z | Done (0.000s) |
147 | 2024-07-19T16:35:40.429Z | Planning: Evaluating mediator changes ... Done |
148 | 2024-07-19T16:35:40.430Z | Planning: Checking for conflicting actions ... Done |
149 | 2024-07-19T16:35:40.430Z | Planning: Consolidating action changes ... Done |
150 | 2024-07-19T16:35:40.430Z | Planning: Evaluating mediators ... Done |
151 | 2024-07-19T16:35:40.430Z | Planning: Planning completed in 0.43 seconds |
152 | 2024-07-19T16:35:40.430Z | Mediators to change: 2 |
153 | 2024-07-19T16:35:40.430Z | Create boot environment: No |
154 | 2024-07-19T16:35:40.430Z | Create backup boot environment: No |
155 | 2024-07-19T16:35:40.430Z | Done |
156 | 2024-07-19T16:35:40.430Z | Done |
157 | 2024-07-19T16:35:40.430Z | Done |
158 | 2024-07-19T16:35:40.430Z | Done |
159 | 2024-07-19T16:35:40.430Z | Done |
160 | 2024-07-19T16:35:40.430Z | Done |
161 | 2024-07-19T16:35:40.430Z | Done |
162 | 2024-07-19T16:35:40.430Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-07-19T16:35:40.430Z | Planning: Merging actions ... Done |
164 | 2024-07-19T16:35:40.430Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-07-19T16:35:40.430Z | Planning: Consolidating action changes ... Done |
166 | 2024-07-19T16:35:40.430Z | Planning: Evaluating mediators ... Done |
167 | 2024-07-19T16:35:40.430Z | Planning: Planning completed in 0.75 seconds |
168 | 2024-07-19T16:35:40.430Z | Packages to change: 1 |
169 | 2024-07-19T16:35:40.430Z | Mediators to change: 1 |
170 | 2024-07-19T16:35:40.430Z | Services to change: 1 |
171 | 2024-07-19T16:35:40.430Z | Create boot environment: No |
172 | 2024-07-19T16:35:40.430Z | Create backup boot environment: Yes |
173 | 2024-07-19T16:35:40.430Z | Actions: 1/6 actions (Updating modified actions) |
174 | 2024-07-19T16:35:40.430Z | Actions: Completed 6 actions in 0.06 seconds. |
175 | 2024-07-19T16:35:40.430Z | Done |
176 | 2024-07-19T16:35:40.430Z | Done |
177 | 2024-07-19T16:35:40.430Z | Done |
178 | 2024-07-19T16:35:42.715Z | Done |
179 | 2024-07-19T16:35:42.803Z | Done |
180 | 2024-07-19T16:35:42.803Z | Done |
181 | 2024-07-19T16:35:42.957Z | Done |
182 | 2024-07-19T16:35:43.392Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
183 | 2024-07-19T16:35:43.392Z | clang system 15 system |
184 | 2024-07-19T16:35:43.392Z | csh system system illumos |
185 | 2024-07-19T16:35:43.392Z | ctags system system illumos |
186 | 2024-07-19T16:35:43.392Z | gcc vendor 12 vendor |
187 | 2024-07-19T16:35:43.392Z | gcc system 10 system |
188 | 2024-07-19T16:35:43.392Z | gcc system 7 system |
189 | 2024-07-19T16:35:43.392Z | go system 1.20 system |
190 | 2024-07-19T16:35:43.392Z | go system 1.19 system |
191 | 2024-07-19T16:35:43.392Z | llvm system 15 system |
192 | 2024-07-19T16:35:43.392Z | llvm system 14 system |
193 | 2024-07-19T16:35:43.392Z | mariadb system 10.6 system |
194 | 2024-07-19T16:35:43.392Z | mta vendor vendor dma |
195 | 2024-07-19T16:35:43.392Z | openjdk system 17 system |
196 | 2024-07-19T16:35:43.392Z | openjdk system 11 system |
197 | 2024-07-19T16:35:43.392Z | openjdk system 1.8 system |
198 | 2024-07-19T16:35:43.392Z | openssl vendor 3 vendor |
199 | 2024-07-19T16:35:43.392Z | perl system 5.36 system |
200 | 2024-07-19T16:35:43.392Z | postgresql system 15 system |
201 | 2024-07-19T16:35:43.392Z | postgresql system 13 system |
202 | 2024-07-19T16:35:43.392Z | python vendor 3 vendor |
203 | 2024-07-19T16:35:43.392Z | python system 2 system |
204 | 2024-07-19T16:35:43.393Z | python3 system 3.11 system |
205 | 2024-07-19T16:35:43.393Z | ruby system 3.0 system |
206 | 2024-07-19T16:35:43.393Z | words vendor vendor american-english |
207 | 2024-07-19T16:35:43.393Z | words system system australian-english |
208 | 2024-07-19T16:35:43.393Z | words system system british-english |
209 | 2024-07-19T16:35:43.393Z | words system system canadian-english |
210 | 2024-07-19T16:35:43.393Z | words system system french |
211 | 2024-07-19T16:35:43.393Z | words system system italian |
212 | 2024-07-19T16:35:43.393Z | words system system ngerman |
213 | 2024-07-19T16:35:43.393Z | words system system ogerman |
214 | 2024-07-19T16:35:43.393Z | words system system spanish |
215 | 2024-07-19T16:35:43.724Z | PUBLISHER TYPE STATUS P LOCATION |
216 | 2024-07-19T16:35:43.724Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
217 | 2024-07-19T16:35:45.313Z | FMRI IFO |
218 | 2024-07-19T16:35:45.313Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
219 | 2024-07-19T16:35:45.313Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
220 | 2024-07-19T16:35:45.313Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
221 | 2024-07-19T16:35:45.313Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
222 | 2024-07-19T16:35:45.313Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
223 | 2024-07-19T16:35:45.313Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
224 | 2024-07-19T16:35:45.313Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
225 | 2024-07-19T16:35:45.313Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
226 | 2024-07-19T16:35:45.313Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
227 | 2024-07-19T16:35:45.313Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
228 | 2024-07-19T16:35:45.313Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
229 | 2024-07-19T16:35:45.313Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
230 | 2024-07-19T16:35:45.838Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
231 | 2024-07-19T16:35:46.133Z | Updating git repository `https://github.com/oxidecomputer/zone` |
232 | 2024-07-19T16:35:46.400Z | Updating crates.io index |
233 | 2024-07-19T16:35:46.473Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
234 | 2024-07-19T16:35:47.321Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
235 | 2024-07-19T16:35:48.067Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
236 | 2024-07-19T16:35:48.315Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
237 | 2024-07-19T16:35:50.246Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
238 | 2024-07-19T16:35:50.626Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
239 | 2024-07-19T16:35:51.004Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
240 | 2024-07-19T16:35:52.481Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
241 | 2024-07-19T16:35:54.156Z | Updating git repository `https://github.com/oxidecomputer/opte` |
242 | 2024-07-19T16:35:55.274Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
243 | 2024-07-19T16:35:56.146Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
244 | 2024-07-19T16:35:56.720Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
245 | 2024-07-19T16:35:57.131Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
246 | 2024-07-19T16:35:57.407Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
247 | 2024-07-19T16:35:57.515Z | error: failed to get `diesel-dtrace` as a dependency of package `nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)` |
248 | 2024-07-19T16:35:57.515Z | |
249 | 2024-07-19T16:35:57.515Z | Caused by: |
250 | 2024-07-19T16:35:57.515Z | failed to load source for dependency `diesel-dtrace` |
251 | 2024-07-19T16:35:57.515Z | |
252 | 2024-07-19T16:35:57.515Z | Caused by: |
253 | 2024-07-19T16:35:57.515Z | Unable to update https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0 |
254 | 2024-07-19T16:35:57.515Z | |
255 | 2024-07-19T16:35:57.516Z | Caused by: |
256 | 2024-07-19T16:35:57.516Z | failed to clone into: /home/build/.cargo/git/db/diesel-dtrace-b9b9a29f91f682b9 |
257 | 2024-07-19T16:35:57.516Z | |
258 | 2024-07-19T16:35:57.516Z | Caused by: |
259 | 2024-07-19T16:35:57.516Z | network failure seems to have happened |
260 | 2024-07-19T16:35:57.516Z | if a proxy or similar is necessary `net.git-fetch-with-cli` may help here |
261 | 2024-07-19T16:35:57.516Z | https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli |
262 | 2024-07-19T16:35:57.516Z | |
263 | 2024-07-19T16:35:57.516Z | Caused by: |
264 | 2024-07-19T16:35:57.516Z | SSL error: unknown error; class=Ssl (16) |
265 | 2024-07-19T16:35:57.534Z | Failed to run command -- will try 2 more times |
266 | 2024-07-19T16:35:57.738Z | Updating crates.io index |
267 | 2024-07-19T16:35:58.223Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
268 | 2024-07-19T16:35:58.521Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
269 | 2024-07-19T16:35:58.873Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
270 | 2024-07-19T16:35:59.090Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
271 | 2024-07-19T16:35:59.317Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
272 | 2024-07-19T16:35:59.645Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
273 | 2024-07-19T16:35:59.943Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
274 | 2024-07-19T16:36:00.300Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
275 | 2024-07-19T16:36:00.517Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
276 | 2024-07-19T16:36:01.421Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
277 | 2024-07-19T16:36:01.700Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
278 | 2024-07-19T16:36:02.216Z | Updating git repository `https://github.com/oxidecomputer/typify` |
279 | 2024-07-19T16:36:04.426Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
280 | 2024-07-19T16:36:04.780Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
281 | 2024-07-19T16:36:05.045Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
282 | 2024-07-19T16:36:05.483Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
283 | 2024-07-19T16:36:06.511Z | Downloading crates ... |
284 | 2024-07-19T16:36:06.587Z | Downloaded adler v1.0.2 |
285 | 2024-07-19T16:36:06.594Z | Downloaded foreign-types v0.3.2 |
286 | 2024-07-19T16:36:06.602Z | Downloaded is_terminal_polyfill v1.70.0 |
287 | 2024-07-19T16:36:06.604Z | Downloaded num_threads v0.1.7 |
288 | 2024-07-19T16:36:06.608Z | Downloaded num-conv v0.1.0 |
289 | 2024-07-19T16:36:06.611Z | Downloaded openssl-probe v0.1.5 |
290 | 2024-07-19T16:36:06.614Z | Downloaded deranged v0.3.11 |
291 | 2024-07-19T16:36:06.616Z | Downloaded cpufeatures v0.2.12 |
292 | 2024-07-19T16:36:06.616Z | Downloaded autocfg v1.3.0 |
293 | 2024-07-19T16:36:06.619Z | Downloaded dirs-next v2.0.0 |
294 | 2024-07-19T16:36:06.622Z | Downloaded anstyle v1.0.7 |
295 | 2024-07-19T16:36:06.622Z | Downloaded cfg-if v1.0.0 |
296 | 2024-07-19T16:36:06.625Z | Downloaded cargo-platform v0.1.8 |
297 | 2024-07-19T16:36:06.625Z | Downloaded tower-service v0.3.2 |
298 | 2024-07-19T16:36:06.627Z | Downloaded scroll_derive v0.12.0 |
299 | 2024-07-19T16:36:06.630Z | Downloaded clap_lex v0.7.0 |
300 | 2024-07-19T16:36:06.630Z | Downloaded bytecount v0.6.8 |
301 | 2024-07-19T16:36:06.633Z | Downloaded anstyle-query v1.0.3 |
302 | 2024-07-19T16:36:06.633Z | Downloaded usdt-macro v0.5.0 |
303 | 2024-07-19T16:36:06.633Z | Downloaded mime v0.3.17 |
304 | 2024-07-19T16:36:06.636Z | Downloaded usdt-attr-macro v0.5.0 |
305 | 2024-07-19T16:36:06.636Z | Downloaded take_mut v0.2.2 |
306 | 2024-07-19T16:36:06.636Z | Downloaded httpdate v1.0.3 |
307 | 2024-07-19T16:36:06.639Z | Downloaded futures-io v0.3.30 |
308 | 2024-07-19T16:36:06.639Z | Downloaded want v0.3.1 |
309 | 2024-07-19T16:36:06.639Z | Downloaded macaddr v1.0.1 |
310 | 2024-07-19T16:36:06.642Z | Downloaded heck v0.5.0 |
311 | 2024-07-19T16:36:06.642Z | Downloaded powerfmt v0.2.0 |
312 | 2024-07-19T16:36:06.644Z | Downloaded percent-encoding v2.3.1 |
313 | 2024-07-19T16:36:06.644Z | Downloaded futures-sink v0.3.30 |
314 | 2024-07-19T16:36:06.644Z | Downloaded form_urlencoded v1.2.1 |
315 | 2024-07-19T16:36:06.644Z | Downloaded dof v0.3.0 |
316 | 2024-07-19T16:36:06.647Z | Downloaded slab v0.4.9 |
317 | 2024-07-19T16:36:06.651Z | Downloaded scroll v0.12.0 |
318 | 2024-07-19T16:36:06.651Z | Downloaded serde_tokenstream v0.2.1 |
319 | 2024-07-19T16:36:06.654Z | Downloaded dtrace-parser v0.2.0 |
320 | 2024-07-19T16:36:06.654Z | Downloaded serde_spanned v0.6.6 |
321 | 2024-07-19T16:36:06.654Z | Downloaded pkg-config v0.3.30 |
322 | 2024-07-19T16:36:06.657Z | Downloaded futures-core v0.3.30 |
323 | 2024-07-19T16:36:06.657Z | Downloaded thiserror-impl v1.0.62 |
324 | 2024-07-19T16:36:06.661Z | Downloaded serde_urlencoded v0.7.1 |
325 | 2024-07-19T16:36:06.661Z | Downloaded pretty-hex v0.4.1 |
326 | 2024-07-19T16:36:06.664Z | Downloaded plain v0.2.3 |
327 | 2024-07-19T16:36:06.664Z | Downloaded proc-macro-error-attr v1.0.4 |
328 | 2024-07-19T16:36:06.664Z | Downloaded rustls-pemfile v1.0.4 |
329 | 2024-07-19T16:36:06.664Z | Downloaded rustversion v1.0.17 |
330 | 2024-07-19T16:36:06.667Z | Downloaded dirs-sys-next v0.1.2 |
331 | 2024-07-19T16:36:06.670Z | Downloaded match_cfg v0.1.0 |
332 | 2024-07-19T16:36:06.670Z | Downloaded xattr v1.3.1 |
333 | 2024-07-19T16:36:06.670Z | Downloaded tokio-native-tls v0.3.1 |
334 | 2024-07-19T16:36:06.673Z | Downloaded slog-bunyan v2.5.0 |
335 | 2024-07-19T16:36:06.673Z | Downloaded is-terminal v0.4.12 |
336 | 2024-07-19T16:36:06.675Z | Downloaded sha2 v0.10.8 |
337 | 2024-07-19T16:36:06.678Z | Downloaded pin-project-lite v0.2.14 |
338 | 2024-07-19T16:36:06.681Z | Downloaded signal-hook-registry v1.4.2 |
339 | 2024-07-19T16:36:06.681Z | Downloaded try-lock v0.2.5 |
340 | 2024-07-19T16:36:06.684Z | Downloaded openssl-macros v0.1.1 |
341 | 2024-07-19T16:36:06.684Z | Downloaded sync_wrapper v0.1.2 |
342 | 2024-07-19T16:36:06.684Z | Downloaded semver v1.0.23 |
343 | 2024-07-19T16:36:06.686Z | Downloaded tinyvec_macros v0.1.1 |
344 | 2024-07-19T16:36:06.686Z | Downloaded strum v0.26.3 |
345 | 2024-07-19T16:36:06.689Z | Downloaded ipnet v2.9.0 |
346 | 2024-07-19T16:36:06.689Z | Downloaded cargo_toml v0.20.3 |
347 | 2024-07-19T16:36:06.692Z | Downloaded scopeguard v1.2.0 |
348 | 2024-07-19T16:36:06.692Z | Downloaded time-core v0.1.2 |
349 | 2024-07-19T16:36:06.692Z | Downloaded strum_macros v0.26.4 |
350 | 2024-07-19T16:36:06.696Z | Downloaded slog-term v2.9.1 |
351 | 2024-07-19T16:36:06.698Z | Downloaded errno v0.3.9 |
352 | 2024-07-19T16:36:06.698Z | Downloaded proc-macro-error v1.0.4 |
353 | 2024-07-19T16:36:06.701Z | Downloaded itoa v1.0.11 |
354 | 2024-07-19T16:36:06.701Z | Downloaded quote v1.0.36 |
355 | 2024-07-19T16:36:06.704Z | Downloaded lock_api v0.4.12 |
356 | 2024-07-19T16:36:06.707Z | Downloaded strsim v0.11.1 |
357 | 2024-07-19T16:36:06.707Z | Downloaded crossbeam-utils v0.8.19 |
358 | 2024-07-19T16:36:06.710Z | Downloaded foreign-types-shared v0.1.1 |
359 | 2024-07-19T16:36:06.710Z | Downloaded ryu v1.0.18 |
360 | 2024-07-19T16:36:06.713Z | Downloaded crc32fast v1.4.0 |
361 | 2024-07-19T16:36:06.716Z | Downloaded hostname v0.3.1 |
362 | 2024-07-19T16:36:06.716Z | Downloaded toml_datetime v0.6.6 |
363 | 2024-07-19T16:36:06.719Z | Downloaded num_cpus v1.16.0 |
364 | 2024-07-19T16:36:06.719Z | Downloaded http-body v0.4.6 |
365 | 2024-07-19T16:36:06.721Z | Downloaded swrite v0.1.0 |
366 | 2024-07-19T16:36:06.721Z | Downloaded memmap v0.7.0 |
367 | 2024-07-19T16:36:06.724Z | Downloaded version_check v0.9.4 |
368 | 2024-07-19T16:36:06.724Z | Downloaded futures-task v0.3.30 |
369 | 2024-07-19T16:36:06.724Z | Downloaded tokio-macros v2.3.0 |
370 | 2024-07-19T16:36:06.727Z | Downloaded fnv v1.0.7 |
371 | 2024-07-19T16:36:06.727Z | Downloaded filetime v0.2.23 |
372 | 2024-07-19T16:36:06.727Z | Downloaded usdt v0.5.0 |
373 | 2024-07-19T16:36:06.730Z | Downloaded slog v2.7.0 |
374 | 2024-07-19T16:36:06.733Z | Downloaded tabled_derive v0.7.0 |
375 | 2024-07-19T16:36:06.733Z | Downloaded anyhow v1.0.86 |
376 | 2024-07-19T16:36:06.738Z | Downloaded socket2 v0.4.10 |
377 | 2024-07-19T16:36:06.741Z | Downloaded utf8parse v0.2.1 |
378 | 2024-07-19T16:36:06.741Z | Downloaded pest_generator v2.7.10 |
379 | 2024-07-19T16:36:06.741Z | Downloaded ucd-trie v0.1.6 |
380 | 2024-07-19T16:36:06.741Z | Downloaded term v0.7.0 |
381 | 2024-07-19T16:36:06.745Z | Downloaded unicode-ident v1.0.12 |
382 | 2024-07-19T16:36:06.748Z | Downloaded pest_derive v2.7.10 |
383 | 2024-07-19T16:36:06.748Z | Downloaded zerocopy-derive v0.7.34 |
384 | 2024-07-19T16:36:06.753Z | Downloaded cargo_metadata v0.18.1 |
385 | 2024-07-19T16:36:06.756Z | Downloaded pest_meta v2.7.10 |
386 | 2024-07-19T16:36:06.756Z | Downloaded generic-array v0.14.7 |
387 | 2024-07-19T16:36:06.758Z | Downloaded time-macros v0.2.18 |
388 | 2024-07-19T16:36:06.761Z | Downloaded serde_derive v1.0.204 |
389 | 2024-07-19T16:36:06.761Z | Downloaded smallvec v1.13.2 |
390 | 2024-07-19T16:36:06.764Z | Downloaded native-tls v0.2.11 |
391 | 2024-07-19T16:36:06.767Z | Downloaded futures v0.3.30 |
392 | 2024-07-19T16:36:06.770Z | Downloaded toml v0.8.14 |
393 | 2024-07-19T16:36:06.772Z | Downloaded tar v0.4.41 |
394 | 2024-07-19T16:36:06.776Z | Downloaded usdt-impl v0.5.0 |
395 | 2024-07-19T16:36:06.778Z | Downloaded socket2 v0.5.7 |
396 | 2024-07-19T16:36:06.778Z | Downloaded once_cell v1.19.0 |
397 | 2024-07-19T16:36:06.781Z | Downloaded tinyvec v1.6.0 |
398 | 2024-07-19T16:36:06.784Z | Downloaded miniz_oxide v0.7.2 |
399 | 2024-07-19T16:36:06.787Z | Downloaded log v0.4.21 |
400 | 2024-07-19T16:36:06.790Z | Downloaded url v2.5.0 |
401 | 2024-07-19T16:36:06.793Z | Downloaded tracing-core v0.1.32 |
402 | 2024-07-19T16:36:06.795Z | Downloaded clap v4.5.9 |
403 | 2024-07-19T16:36:06.801Z | Downloaded unicode-bidi v0.3.15 |
404 | 2024-07-19T16:36:06.804Z | Downloaded flate2 v1.0.30 |
405 | 2024-07-19T16:36:06.809Z | Downloaded tracing v0.1.40 |
406 | 2024-07-19T16:36:06.812Z | Downloaded papergrid v0.11.0 |
407 | 2024-07-19T16:36:06.817Z | Downloaded parking_lot_core v0.9.10 |
408 | 2024-07-19T16:36:06.820Z | Downloaded memchr v2.7.2 |
409 | 2024-07-19T16:36:06.824Z | Downloaded cc v1.0.97 |
410 | 2024-07-19T16:36:06.826Z | Downloaded serde_json v1.0.120 |
411 | 2024-07-19T16:36:06.833Z | Downloaded base64 v0.21.7 |
412 | 2024-07-19T16:36:06.837Z | Downloaded unicode-normalization v0.1.23 |
413 | 2024-07-19T16:36:06.840Z | Downloaded tokio-util v0.7.11 |
414 | 2024-07-19T16:36:06.846Z | Downloaded reqwest v0.11.27 |
415 | 2024-07-19T16:36:06.853Z | Downloaded time v0.3.36 |
416 | 2024-07-19T16:36:06.860Z | Downloaded zerocopy v0.7.34 |
417 | 2024-07-19T16:36:06.874Z | Downloaded pest v2.7.10 |
418 | 2024-07-19T16:36:06.879Z | Downloaded winnow v0.6.8 |
419 | 2024-07-19T16:36:06.887Z | Downloaded hyper v0.14.28 |
420 | 2024-07-19T16:36:06.894Z | Downloaded syn v2.0.71 |
421 | 2024-07-19T16:36:06.905Z | Downloaded rustix v0.38.34 |
422 | 2024-07-19T16:36:06.926Z | Downloaded openssl v0.10.64 |
423 | 2024-07-19T16:36:06.934Z | Downloaded unicode-width v0.1.13 |
424 | 2024-07-19T16:36:06.942Z | Downloaded idna v0.5.0 |
425 | 2024-07-19T16:36:06.947Z | Downloaded tokio v1.38.1 |
426 | 2024-07-19T16:36:06.981Z | Downloaded h2 v0.3.26 |
427 | 2024-07-19T16:36:06.987Z | Downloaded vcpkg v0.2.15 |
428 | 2024-07-19T16:36:07.022Z | Downloaded tabled v0.15.0 |
429 | 2024-07-19T16:36:07.035Z | Downloaded libc v0.2.155 |
430 | 2024-07-19T16:36:07.060Z | Downloaded syn v1.0.109 |
431 | 2024-07-19T16:36:07.069Z | Downloaded goblin v0.8.2 |
432 | 2024-07-19T16:36:07.074Z | Downloaded futures-util v0.3.30 |
433 | 2024-07-19T16:36:07.084Z | Downloaded clap_builder v4.5.9 |
434 | 2024-07-19T16:36:07.090Z | Downloaded encoding_rs v0.8.34 |
435 | 2024-07-19T16:36:07.109Z | Downloaded hashbrown v0.14.5 |
436 | 2024-07-19T16:36:07.113Z | Downloaded mio v0.8.11 |
437 | 2024-07-19T16:36:07.118Z | Downloaded indexmap v2.2.6 |
438 | 2024-07-19T16:36:07.121Z | Downloaded http v0.2.12 |
439 | 2024-07-19T16:36:07.125Z | Downloaded openssl-sys v0.9.102 |
440 | 2024-07-19T16:36:07.129Z | Downloaded toml_edit v0.22.14 |
441 | 2024-07-19T16:36:07.148Z | Downloaded crossbeam-channel v0.5.12 |
442 | 2024-07-19T16:36:07.151Z | Downloaded serde v1.0.204 |
443 | 2024-07-19T16:36:07.154Z | Downloaded httparse v1.8.0 |
444 | 2024-07-19T16:36:07.157Z | Downloaded futures-channel v0.3.30 |
445 | 2024-07-19T16:36:07.160Z | Downloaded bytes v1.6.0 |
446 | 2024-07-19T16:36:07.162Z | Downloaded parking_lot v0.12.2 |
447 | 2024-07-19T16:36:07.165Z | Downloaded hyper-tls v0.5.0 |
448 | 2024-07-19T16:36:07.165Z | Downloaded typenum v1.17.0 |
449 | 2024-07-19T16:36:07.168Z | Downloaded thread-id v4.2.1 |
450 | 2024-07-19T16:36:07.168Z | Downloaded futures-macro v0.3.30 |
451 | 2024-07-19T16:36:07.168Z | Downloaded slog-async v2.8.0 |
452 | 2024-07-19T16:36:07.171Z | Downloaded thread_local v1.1.8 |
453 | 2024-07-19T16:36:07.171Z | Downloaded thiserror v1.0.62 |
454 | 2024-07-19T16:36:07.174Z | Downloaded slog-json v2.6.1 |
455 | 2024-07-19T16:36:07.177Z | Downloaded heck v0.4.1 |
456 | 2024-07-19T16:36:07.177Z | Downloaded futures-executor v0.3.30 |
457 | 2024-07-19T16:36:07.179Z | Downloaded fs-err v2.11.0 |
458 | 2024-07-19T16:36:07.179Z | Downloaded terminal_size v0.3.0 |
459 | 2024-07-19T16:36:07.182Z | Downloaded proc-macro2 v1.0.86 |
460 | 2024-07-19T16:36:07.185Z | Downloaded digest v0.10.7 |
461 | 2024-07-19T16:36:07.185Z | Downloaded clap_derive v4.5.8 |
462 | 2024-07-19T16:36:07.187Z | Downloaded camino v1.1.7 |
463 | 2024-07-19T16:36:07.187Z | Downloaded bitflags v2.5.0 |
464 | 2024-07-19T16:36:07.190Z | Downloaded anstream v0.6.14 |
465 | 2024-07-19T16:36:07.193Z | Downloaded equivalent v1.0.1 |
466 | 2024-07-19T16:36:07.193Z | Downloaded colorchoice v1.0.1 |
467 | 2024-07-19T16:36:07.196Z | Downloaded byteorder v1.5.0 |
468 | 2024-07-19T16:36:07.196Z | Downloaded crypto-common v0.1.6 |
469 | 2024-07-19T16:36:07.199Z | Downloaded block-buffer v0.10.4 |
470 | 2024-07-19T16:36:07.199Z | Downloaded pin-utils v0.1.0 |
471 | 2024-07-19T16:36:07.199Z | Downloaded anstyle-parse v0.2.4 |
472 | 2024-07-19T16:36:07.459Z | Compiling proc-macro2 v1.0.86 |
473 | 2024-07-19T16:36:07.459Z | Compiling unicode-ident v1.0.12 |
474 | 2024-07-19T16:36:07.461Z | Compiling libc v0.2.155 |
475 | 2024-07-19T16:36:07.462Z | Compiling version_check v0.9.4 |
476 | 2024-07-19T16:36:07.462Z | Compiling cfg-if v1.0.0 |
477 | 2024-07-19T16:36:07.462Z | Compiling itoa v1.0.11 |
478 | 2024-07-19T16:36:07.493Z | Compiling once_cell v1.19.0 |
479 | 2024-07-19T16:36:07.496Z | Compiling serde v1.0.204 |
480 | 2024-07-19T16:36:07.614Z | Compiling autocfg v1.3.0 |
481 | 2024-07-19T16:36:07.707Z | Compiling memchr v2.7.2 |
482 | 2024-07-19T16:36:07.728Z | Compiling thiserror v1.0.62 |
483 | 2024-07-19T16:36:08.010Z | Compiling ryu v1.0.18 |
484 | 2024-07-19T16:36:08.292Z | Compiling pin-project-lite v0.2.14 |
485 | 2024-07-19T16:36:08.363Z | Compiling bitflags v2.5.0 |
486 | 2024-07-19T16:36:08.402Z | Compiling parking_lot_core v0.9.10 |
487 | 2024-07-19T16:36:08.478Z | Compiling lock_api v0.4.12 |
488 | 2024-07-19T16:36:08.712Z | Compiling pkg-config v0.3.30 |
489 | 2024-07-19T16:36:09.097Z | Compiling vcpkg v0.2.15 |
490 | 2024-07-19T16:36:09.747Z | Compiling ucd-trie v0.1.6 |
491 | 2024-07-19T16:36:10.168Z | Compiling cc v1.0.97 |
492 | 2024-07-19T16:36:10.560Z | Compiling slab v0.4.9 |
493 | 2024-07-19T16:36:10.990Z | Compiling futures-sink v0.3.30 |
494 | 2024-07-19T16:36:11.028Z | Compiling scopeguard v1.2.0 |
495 | 2024-07-19T16:36:11.090Z | Compiling smallvec v1.13.2 |
496 | 2024-07-19T16:36:11.113Z | Compiling bytes v1.6.0 |
497 | 2024-07-19T16:36:11.155Z | Compiling futures-core v0.3.30 |
498 | 2024-07-19T16:36:11.414Z | Compiling byteorder v1.5.0 |
499 | 2024-07-19T16:36:11.497Z | Compiling equivalent v1.0.1 |
500 | 2024-07-19T16:36:11.518Z | Compiling fnv v1.0.7 |
501 | 2024-07-19T16:36:11.610Z | Compiling log v0.4.21 |
502 | 2024-07-19T16:36:11.629Z | Compiling serde_json v1.0.120 |
503 | 2024-07-19T16:36:11.655Z | Compiling hashbrown v0.14.5 |
504 | 2024-07-19T16:36:11.884Z | Compiling quote v1.0.36 |
505 | 2024-07-19T16:36:11.991Z | Compiling futures-channel v0.3.30 |
506 | 2024-07-19T16:36:12.252Z | Compiling syn v2.0.71 |
507 | 2024-07-19T16:36:12.423Z | Compiling mio v0.8.11 |
508 | 2024-07-19T16:36:12.559Z | Compiling signal-hook-registry v1.4.2 |
509 | 2024-07-19T16:36:12.599Z | Compiling socket2 v0.5.7 |
510 | 2024-07-19T16:36:12.900Z | Compiling parking_lot v0.12.2 |
511 | 2024-07-19T16:36:13.020Z | Compiling indexmap v2.2.6 |
512 | 2024-07-19T16:36:13.043Z | Compiling num_cpus v1.16.0 |
513 | 2024-07-19T16:36:13.175Z | Compiling pin-utils v0.1.0 |
514 | 2024-07-19T16:36:13.276Z | Compiling typenum v1.17.0 |
515 | 2024-07-19T16:36:13.386Z | Compiling openssl-sys v0.9.102 |
516 | 2024-07-19T16:36:13.405Z | Compiling futures-io v0.3.30 |
517 | 2024-07-19T16:36:13.736Z | Compiling futures-task v0.3.30 |
518 | 2024-07-19T16:36:13.851Z | Compiling rustix v0.38.34 |
519 | 2024-07-19T16:36:14.066Z | Compiling errno v0.3.9 |
520 | 2024-07-19T16:36:14.135Z | Compiling generic-array v0.14.7 |
521 | 2024-07-19T16:36:14.292Z | Compiling slog v2.7.0 |
522 | 2024-07-19T16:36:14.360Z | Compiling foreign-types-shared v0.1.1 |
523 | 2024-07-19T16:36:14.422Z | Compiling openssl v0.10.64 |
524 | 2024-07-19T16:36:14.461Z | Compiling foreign-types v0.3.2 |
525 | 2024-07-19T16:36:14.632Z | Compiling http v0.2.12 |
526 | 2024-07-19T16:36:14.793Z | Compiling proc-macro-error-attr v1.0.4 |
527 | 2024-07-19T16:36:14.818Z | Compiling usdt-impl v0.5.0 |
528 | 2024-07-19T16:36:15.042Z | Compiling tracing-core v0.1.32 |
529 | 2024-07-19T16:36:15.109Z | Compiling num-conv v0.1.0 |
530 | 2024-07-19T16:36:15.131Z | Compiling tinyvec_macros v0.1.1 |
531 | 2024-07-19T16:36:15.220Z | Compiling httparse v1.8.0 |
532 | 2024-07-19T16:36:15.409Z | Compiling powerfmt v0.2.0 |
533 | 2024-07-19T16:36:15.647Z | Compiling time-core v0.1.2 |
534 | 2024-07-19T16:36:15.799Z | Compiling native-tls v0.2.11 |
535 | 2024-07-19T16:36:15.825Z | Compiling syn v1.0.109 |
536 | 2024-07-19T16:36:16.092Z | Compiling time-macros v0.2.18 |
537 | 2024-07-19T16:36:16.297Z | Compiling deranged v0.3.11 |
538 | 2024-07-19T16:36:16.519Z | Compiling tracing v0.1.40 |
539 | 2024-07-19T16:36:16.955Z | Compiling tinyvec v1.6.0 |
540 | 2024-07-19T16:36:17.234Z | Compiling thread-id v4.2.1 |
541 | 2024-07-19T16:36:17.339Z | Compiling proc-macro-error v1.0.4 |
542 | 2024-07-19T16:36:17.380Z | Compiling openssl-probe v0.1.5 |
543 | 2024-07-19T16:36:17.600Z | Compiling rustversion v1.0.17 |
544 | 2024-07-19T16:36:17.729Z | Compiling try-lock v0.2.5 |
545 | 2024-07-19T16:36:17.913Z | Compiling num_threads v0.1.7 |
546 | 2024-07-19T16:36:18.028Z | Compiling utf8parse v0.2.1 |
547 | 2024-07-19T16:36:18.051Z | Compiling crossbeam-utils v0.8.19 |
548 | 2024-07-19T16:36:18.131Z | Compiling plain v0.2.3 |
549 | 2024-07-19T16:36:18.186Z | Compiling percent-encoding v2.3.1 |
550 | 2024-07-19T16:36:18.280Z | Compiling heck v0.5.0 |
551 | 2024-07-19T16:36:18.302Z | Compiling unicode-normalization v0.1.23 |
552 | 2024-07-19T16:36:18.403Z | Compiling form_urlencoded v1.2.1 |
553 | 2024-07-19T16:36:18.544Z | Compiling anstyle-parse v0.2.4 |
554 | 2024-07-19T16:36:18.684Z | Compiling want v0.3.1 |
555 | 2024-07-19T16:36:18.947Z | Compiling http-body v0.4.6 |
556 | 2024-07-19T16:36:19.274Z | Compiling socket2 v0.4.10 |
557 | 2024-07-19T16:36:19.384Z | Compiling dirs-sys-next v0.1.2 |
558 | 2024-07-19T16:36:19.488Z | Compiling httpdate v1.0.3 |
559 | 2024-07-19T16:36:19.516Z | Compiling time v0.3.36 |
560 | 2024-07-19T16:36:19.735Z | Compiling anstyle v1.0.7 |
561 | 2024-07-19T16:36:19.954Z | Compiling semver v1.0.23 |
562 | 2024-07-19T16:36:19.991Z | Compiling crc32fast v1.4.0 |
563 | 2024-07-19T16:36:20.137Z | Compiling unicode-bidi v0.3.15 |
564 | 2024-07-19T16:36:20.173Z | Compiling tower-service v0.3.2 |
565 | 2024-07-19T16:36:20.283Z | Compiling colorchoice v1.0.1 |
566 | 2024-07-19T16:36:20.412Z | Compiling camino v1.1.7 |
567 | 2024-07-19T16:36:20.456Z | Compiling pretty-hex v0.4.1 |
568 | 2024-07-19T16:36:20.493Z | Compiling is_terminal_polyfill v1.70.0 |
569 | 2024-07-19T16:36:20.626Z | Compiling winnow v0.6.8 |
570 | 2024-07-19T16:36:20.669Z | Compiling anstyle-query v1.0.3 |
571 | 2024-07-19T16:36:20.817Z | Compiling anstream v0.6.14 |
572 | 2024-07-19T16:36:21.137Z | Compiling idna v0.5.0 |
573 | 2024-07-19T16:36:21.865Z | Compiling dirs-next v2.0.0 |
574 | 2024-07-19T16:36:22.322Z | Compiling crypto-common v0.1.6 |
575 | 2024-07-19T16:36:22.538Z | Compiling block-buffer v0.10.4 |
576 | 2024-07-19T16:36:22.779Z | Compiling terminal_size v0.3.0 |
577 | 2024-07-19T16:36:22.956Z | Compiling fs-err v2.11.0 |
578 | 2024-07-19T16:36:23.021Z | Compiling thread_local v1.1.8 |
579 | 2024-07-19T16:36:23.215Z | Compiling bytecount v0.6.8 |
580 | 2024-07-19T16:36:23.246Z | Compiling match_cfg v0.1.0 |
581 | 2024-07-19T16:36:23.347Z | Compiling base64 v0.21.7 |
582 | 2024-07-19T16:36:23.413Z | Compiling unicode-width v0.1.13 |
583 | 2024-07-19T16:36:23.434Z | Compiling clap_lex v0.7.0 |
584 | 2024-07-19T16:36:23.597Z | Compiling strsim v0.11.1 |
585 | 2024-07-19T16:36:23.654Z | Compiling anyhow v1.0.86 |
586 | 2024-07-19T16:36:23.882Z | Compiling heck v0.4.1 |
587 | 2024-07-19T16:36:23.934Z | Compiling slog-async v2.8.0 |
588 | 2024-07-19T16:36:24.129Z | Compiling adler v1.0.2 |
589 | 2024-07-19T16:36:24.357Z | Compiling miniz_oxide v0.7.2 |
590 | 2024-07-19T16:36:24.379Z | Compiling clap_builder v4.5.9 |
591 | 2024-07-19T16:36:24.399Z | Compiling rustls-pemfile v1.0.4 |
592 | 2024-07-19T16:36:24.482Z | Compiling papergrid v0.11.0 |
593 | 2024-07-19T16:36:24.504Z | Compiling hostname v0.3.1 |
594 | 2024-07-19T16:36:24.674Z | Compiling crossbeam-channel v0.5.12 |
595 | 2024-07-19T16:36:24.750Z | Compiling digest v0.10.7 |
596 | 2024-07-19T16:36:24.864Z | Compiling term v0.7.0 |
597 | 2024-07-19T16:36:24.976Z | Compiling serde_derive v1.0.204 |
598 | 2024-07-19T16:36:25.185Z | Compiling thiserror-impl v1.0.62 |
599 | 2024-07-19T16:36:25.529Z | Compiling zerocopy-derive v0.7.34 |
600 | 2024-07-19T16:36:25.790Z | Compiling futures-macro v0.3.30 |
601 | 2024-07-19T16:36:25.957Z | Compiling tokio-macros v2.3.0 |
602 | 2024-07-19T16:36:26.489Z | Compiling scroll_derive v0.12.0 |
603 | 2024-07-19T16:36:27.731Z | Compiling tokio v1.38.1 |
604 | 2024-07-19T16:36:27.962Z | Compiling zerocopy v0.7.34 |
605 | 2024-07-19T16:36:28.003Z | Compiling futures-util v0.3.30 |
606 | 2024-07-19T16:36:28.071Z | Compiling openssl-macros v0.1.1 |
607 | 2024-07-19T16:36:28.781Z | Compiling pest v2.7.10 |
608 | 2024-07-19T16:36:28.818Z | Compiling scroll v0.12.0 |
609 | 2024-07-19T16:36:29.360Z | Compiling goblin v0.8.2 |
610 | 2024-07-19T16:36:29.643Z | Compiling tabled_derive v0.7.0 |
611 | 2024-07-19T16:36:31.711Z | Compiling pest_meta v2.7.10 |
612 | 2024-07-19T16:36:32.237Z | Compiling strum_macros v0.26.4 |
613 | 2024-07-19T16:36:34.380Z | Compiling pest_generator v2.7.10 |
614 | 2024-07-19T16:36:36.504Z | Compiling tokio-util v0.7.11 |
615 | 2024-07-19T16:36:37.162Z | Compiling pest_derive v2.7.10 |
616 | 2024-07-19T16:36:37.725Z | Compiling h2 v0.3.26 |
617 | 2024-07-19T16:36:37.920Z | Compiling futures-executor v0.3.30 |
618 | 2024-07-19T16:36:37.941Z | Compiling dtrace-parser v0.2.0 |
619 | 2024-07-19T16:36:38.536Z | Compiling tokio-native-tls v0.3.1 |
620 | 2024-07-19T16:36:38.558Z | Compiling clap_derive v4.5.8 |
621 | 2024-07-19T16:36:38.819Z | Compiling url v2.5.0 |
622 | 2024-07-19T16:36:40.214Z | Compiling serde_spanned v0.6.6 |
623 | 2024-07-19T16:36:40.284Z | Compiling toml_datetime v0.6.6 |
624 | 2024-07-19T16:36:40.750Z | Compiling serde_tokenstream v0.2.1 |
625 | 2024-07-19T16:36:40.753Z | Compiling toml_edit v0.22.14 |
626 | 2024-07-19T16:36:41.296Z | Compiling cargo-platform v0.1.8 |
627 | 2024-07-19T16:36:41.590Z | Compiling serde_urlencoded v0.7.1 |
628 | 2024-07-19T16:36:41.909Z | Compiling dof v0.3.0 |
629 | 2024-07-19T16:36:42.131Z | Compiling slog-json v2.6.1 |
630 | 2024-07-19T16:36:43.058Z | Compiling hyper v0.14.28 |
631 | 2024-07-19T16:36:44.068Z | Compiling toml v0.8.14 |
632 | 2024-07-19T16:36:44.171Z | Compiling xattr v1.3.1 |
633 | 2024-07-19T16:36:44.459Z | Compiling is-terminal v0.4.12 |
634 | 2024-07-19T16:36:44.593Z | Compiling filetime v0.2.23 |
635 | 2024-07-19T16:36:44.615Z | Compiling memmap v0.7.0 |
636 | 2024-07-19T16:36:44.965Z | Compiling encoding_rs v0.8.34 |
637 | 2024-07-19T16:36:44.990Z | Compiling ipnet v2.9.0 |
638 | 2024-07-19T16:36:45.010Z | Compiling mime v0.3.17 |
639 | 2024-07-19T16:36:45.096Z | Compiling usdt-macro v0.5.0 |
640 | 2024-07-19T16:36:45.297Z | Compiling usdt-attr-macro v0.5.0 |
641 | 2024-07-19T16:36:45.642Z | Compiling cpufeatures v0.2.12 |
642 | 2024-07-19T16:36:45.753Z | Compiling sync_wrapper v0.1.2 |
643 | 2024-07-19T16:36:45.891Z | Compiling take_mut v0.2.2 |
644 | 2024-07-19T16:36:45.934Z | Compiling sha2 v0.10.8 |
645 | 2024-07-19T16:36:46.213Z | Compiling cargo_toml v0.20.3 |
646 | 2024-07-19T16:36:46.419Z | Compiling tar v0.4.41 |
647 | 2024-07-19T16:36:46.764Z | Compiling usdt v0.5.0 |
648 | 2024-07-19T16:36:47.275Z | Compiling hyper-tls v0.5.0 |
649 | 2024-07-19T16:36:47.298Z | Compiling slog-term v2.9.1 |
650 | 2024-07-19T16:36:47.619Z | Compiling reqwest v0.11.27 |
651 | 2024-07-19T16:36:48.589Z | Compiling cargo_metadata v0.18.1 |
652 | 2024-07-19T16:36:48.612Z | Compiling flate2 v1.0.30 |
653 | 2024-07-19T16:36:49.417Z | Compiling clap v4.5.9 |
654 | 2024-07-19T16:36:49.440Z | Compiling slog-bunyan v2.5.0 |
655 | 2024-07-19T16:36:49.536Z | Compiling macaddr v1.0.1 |
656 | 2024-07-19T16:36:49.576Z | Compiling futures v0.3.30 |
657 | 2024-07-19T16:36:49.617Z | Compiling strum v0.26.3 |
658 | 2024-07-19T16:36:49.640Z | Compiling tabled v0.15.0 |
659 | 2024-07-19T16:36:49.807Z | Compiling swrite v0.1.0 |
660 | 2024-07-19T16:36:54.538Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
661 | 2024-07-19T16:37:02.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
662 | 2024-07-19T16:37:02.903Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
663 | 2024-07-19T16:37:02.958Z | Jul 19 16:37:02.590 INFO Starting download, target: Clickhouse |
664 | 2024-07-19T16:37:02.962Z | Jul 19 16:37:02.590 INFO Starting download, target: Console |
665 | 2024-07-19T16:37:02.962Z | Jul 19 16:37:02.590 INFO Starting download, target: Cockroach |
666 | 2024-07-19T16:37:02.962Z | Jul 19 16:37:02.590 INFO Starting download, target: DendriteOpenapi |
667 | 2024-07-19T16:37:02.962Z | Jul 19 16:37:02.590 INFO Starting download, target: DendriteStub |
668 | 2024-07-19T16:37:02.962Z | Jul 19 16:37:02.590 INFO Starting download, target: MaghemiteMgd |
669 | 2024-07-19T16:37:02.962Z | Jul 19 16:37:02.590 INFO Starting download, target: TransceiverControl |
670 | 2024-07-19T16:37:02.962Z | Jul 19 16:37:02.591 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
671 | 2024-07-19T16:37:02.962Z | Jul 19 16:37:02.591 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi |
672 | 2024-07-19T16:37:02.962Z | Jul 19 16:37:02.591 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
673 | 2024-07-19T16:37:02.962Z | Jul 19 16:37:02.591 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
674 | 2024-07-19T16:37:02.962Z | Jul 19 16:37:02.591 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
675 | 2024-07-19T16:37:02.962Z | Jul 19 16:37:02.591 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
676 | 2024-07-19T16:37:02.962Z | Jul 19 16:37:02.591 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
677 | 2024-07-19T16:37:03.127Z | Jul 19 16:37:02.753 INFO Download complete, target: DendriteOpenapi |
678 | 2024-07-19T16:37:03.286Z | Jul 19 16:37:02.911 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
679 | 2024-07-19T16:37:03.512Z | Jul 19 16:37:03.132 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
680 | 2024-07-19T16:37:03.555Z | Jul 19 16:37:03.186 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
681 | 2024-07-19T16:37:03.812Z | Jul 19 16:37:03.443 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
682 | 2024-07-19T16:37:03.915Z | Jul 19 16:37:03.546 INFO Download complete, target: Console |
683 | 2024-07-19T16:37:04.057Z | Jul 19 16:37:03.688 INFO Download complete, target: TransceiverControl |
684 | 2024-07-19T16:37:05.284Z | Jul 19 16:37:04.915 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
685 | 2024-07-19T16:37:06.616Z | Jul 19 16:37:06.248 INFO Download complete, target: DendriteStub |
686 | 2024-07-19T16:37:07.055Z | Jul 19 16:37:06.687 INFO Download complete, target: MaghemiteMgd |
687 | 2024-07-19T16:37:08.087Z | Jul 19 16:37:07.719 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
688 | 2024-07-19T16:37:08.087Z | Jul 19 16:37:07.719 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
689 | 2024-07-19T16:37:16.536Z | Jul 19 16:37:16.167 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
690 | 2024-07-19T16:37:16.872Z | Jul 19 16:37:16.504 INFO Checking that binary works, target: Cockroach |
691 | 2024-07-19T16:37:17.071Z | Jul 19 16:37:16.704 INFO Download complete, target: Cockroach |
692 | 2024-07-19T16:37:19.929Z | Jul 19 16:37:19.560 INFO Checking that binary works, target: Clickhouse |
693 | 2024-07-19T16:37:20.200Z | Jul 19 16:37:19.833 INFO Download complete, target: Clickhouse |
694 | 2024-07-19T16:37:20.207Z | All prerequisites installed successfully |
695 | 2024-07-19T16:37:20.215Z | |
696 | 2024-07-19T16:37:20.215Z | real 3:09.321490815 |
697 | 2024-07-19T16:37:20.215Z | user 5:52.269260375 |
698 | 2024-07-19T16:37:20.215Z | sys 1:19.419458462 |
699 | 2024-07-19T16:37:20.215Z | trap 0.199655189 |
700 | 2024-07-19T16:37:20.215Z | tflt 6.095681465 |
701 | 2024-07-19T16:37:20.215Z | dflt 8.807236255 |
702 | 2024-07-19T16:37:20.215Z | kflt 0.232198761 |
703 | 2024-07-19T16:37:20.215Z | lock 13:05.163847196 |
704 | 2024-07-19T16:37:20.215Z | slp 19:23.271731638 |
705 | 2024-07-19T16:37:20.215Z | lat 18.057465065 |
706 | 2024-07-19T16:37:20.215Z | stop 56.521727650 |
707 | 2024-07-19T16:37:20.215Z | + source ./tools/include/force-git-over-https.sh |
708 | 2024-07-19T16:37:20.215Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
709 | 2024-07-19T16:37:20.215Z | ++ (( i = 0 )) |
710 | 2024-07-19T16:37:20.216Z | ++ (( i < 5 )) |
711 | 2024-07-19T16:37:20.216Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
712 | 2024-07-19T16:37:20.216Z | ++ (( i++ )) |
713 | 2024-07-19T16:37:20.216Z | ++ (( i < 5 )) |
714 | 2024-07-19T16:37:20.216Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
715 | 2024-07-19T16:37:20.221Z | ++ (( i++ )) |
716 | 2024-07-19T16:37:20.221Z | ++ (( i < 5 )) |
717 | 2024-07-19T16:37:20.221Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
718 | 2024-07-19T16:37:20.221Z | ++ (( i++ )) |
719 | 2024-07-19T16:37:20.221Z | ++ (( i < 5 )) |
720 | 2024-07-19T16:37:20.221Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
721 | 2024-07-19T16:37:20.221Z | ++ (( i++ )) |
722 | 2024-07-19T16:37:20.221Z | ++ (( i < 5 )) |
723 | 2024-07-19T16:37:20.221Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
724 | 2024-07-19T16:37:20.225Z | ++ (( i++ )) |
725 | 2024-07-19T16:37:20.225Z | ++ (( i < 5 )) |
726 | 2024-07-19T16:37:20.225Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
727 | 2024-07-19T16:37:20.225Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
728 | 2024-07-19T16:37:20.225Z | + rc=0 |
729 | 2024-07-19T16:37:20.225Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
730 | 2024-07-19T16:37:53.983Z | + case $rc in |
731 | 2024-07-19T16:37:53.983Z | + pfexec zfs create -p rpool/images/build/host |
732 | 2024-07-19T16:37:54.177Z | + pfexec zfs create -p rpool/images/build/recovery |
733 | 2024-07-19T16:37:54.248Z | + cargo xtask releng --output-dir /work |
734 | 2024-07-19T16:37:54.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
735 | 2024-07-19T16:37:54.853Z | Running `target/debug/xtask releng --output-dir /work` |
736 | 2024-07-19T16:37:55.378Z | Downloading crates ... |
737 | 2024-07-19T16:37:55.533Z | Downloaded ciborium-io v0.2.2 |
738 | 2024-07-19T16:37:55.550Z | Downloaded atomicwrites v0.4.3 |
739 | 2024-07-19T16:37:55.568Z | Downloaded cstr-argument v0.1.2 |
740 | 2024-07-19T16:37:55.571Z | Downloaded crucible-workspace-hack v0.1.0 |
741 | 2024-07-19T16:37:55.571Z | Downloaded normalize-line-endings v0.3.0 |
742 | 2024-07-19T16:37:55.574Z | Downloaded new_debug_unreachable v1.0.6 |
743 | 2024-07-19T16:37:55.576Z | Downloaded nodrop v0.1.14 |
744 | 2024-07-19T16:37:55.576Z | Downloaded num-iter v0.1.45 |
745 | 2024-07-19T16:37:55.579Z | Downloaded async-stream v0.3.5 |
746 | 2024-07-19T16:37:55.579Z | Downloaded cobs v0.2.3 |
747 | 2024-07-19T16:37:55.583Z | Downloaded num-traits v0.2.19 |
748 | 2024-07-19T16:37:55.586Z | Downloaded convert_case v0.4.0 |
749 | 2024-07-19T16:37:55.590Z | Downloaded predicates-core v1.0.6 |
750 | 2024-07-19T16:37:55.593Z | Downloaded bitstruct_derive v0.1.0 |
751 | 2024-07-19T16:37:55.593Z | Downloaded precomputed-hash v0.1.1 |
752 | 2024-07-19T16:37:55.593Z | Downloaded oso-derive v0.27.3 |
753 | 2024-07-19T16:37:55.593Z | Downloaded atty v0.2.14 |
754 | 2024-07-19T16:37:55.595Z | Downloaded num v0.4.3 |
755 | 2024-07-19T16:37:55.596Z | Downloaded parse-size v1.0.0 |
756 | 2024-07-19T16:37:55.599Z | Downloaded path-slash v0.1.5 |
757 | 2024-07-19T16:37:55.599Z | Downloaded crossbeam-deque v0.8.5 |
758 | 2024-07-19T16:37:55.602Z | Downloaded bitfield-struct v0.6.1 |
759 | 2024-07-19T16:37:55.602Z | Downloaded pretty-hex v0.2.1 |
760 | 2024-07-19T16:37:55.604Z | Downloaded bitstruct v0.1.1 |
761 | 2024-07-19T16:37:55.604Z | Downloaded cfg_aliases v0.1.1 |
762 | 2024-07-19T16:37:55.607Z | Downloaded portpicker v0.1.1 |
763 | 2024-07-19T16:37:55.607Z | Downloaded bb8 v0.8.5 |
764 | 2024-07-19T16:37:55.607Z | Downloaded crc v3.2.1 |
765 | 2024-07-19T16:37:55.610Z | Downloaded base16ct v0.2.0 |
766 | 2024-07-19T16:37:55.613Z | Downloaded newtype_derive v0.1.6 |
767 | 2024-07-19T16:37:55.616Z | Downloaded buf-list v1.0.3 |
768 | 2024-07-19T16:37:55.617Z | Downloaded newtype-uuid v1.1.0 |
769 | 2024-07-19T16:37:55.620Z | Downloaded defmt-parser v0.3.4 |
770 | 2024-07-19T16:37:55.622Z | Downloaded defmt v0.3.8 |
771 | 2024-07-19T16:37:55.625Z | Downloaded pem v3.0.4 |
772 | 2024-07-19T16:37:55.628Z | Downloaded parse-display v0.9.1 |
773 | 2024-07-19T16:37:55.628Z | Downloaded peg-runtime v0.8.3 |
774 | 2024-07-19T16:37:55.631Z | Downloaded async-stream-impl v0.3.5 |
775 | 2024-07-19T16:37:55.631Z | Downloaded darling_macro v0.20.9 |
776 | 2024-07-19T16:37:55.634Z | Downloaded radium v0.7.0 |
777 | 2024-07-19T16:37:55.634Z | Downloaded proc-macro-crate v1.3.1 |
778 | 2024-07-19T16:37:55.637Z | Downloaded phf_shared v0.11.2 |
779 | 2024-07-19T16:37:55.637Z | Downloaded phf v0.11.2 |
780 | 2024-07-19T16:37:55.639Z | Downloaded crunchy v0.2.2 |
781 | 2024-07-19T16:37:55.639Z | Downloaded const_format_proc_macros v0.2.32 |
782 | 2024-07-19T16:37:55.642Z | Downloaded ascii v1.1.0 |
783 | 2024-07-19T16:37:55.645Z | Downloaded rand_xorshift v0.3.0 |
784 | 2024-07-19T16:37:55.649Z | Downloaded rand_chacha v0.3.1 |
785 | 2024-07-19T16:37:55.649Z | Downloaded packed_struct v0.10.1 |
786 | 2024-07-19T16:37:55.649Z | Downloaded derive_builder_macro v0.20.0 |
787 | 2024-07-19T16:37:55.653Z | Downloaded castaway v0.2.2 |
788 | 2024-07-19T16:37:55.653Z | Downloaded topological-sort v0.2.2 |
789 | 2024-07-19T16:37:55.655Z | Downloaded num_enum v0.5.11 |
790 | 2024-07-19T16:37:55.659Z | Downloaded async-recursion v1.1.1 |
791 | 2024-07-19T16:37:55.663Z | Downloaded camino-tempfile v1.1.1 |
792 | 2024-07-19T16:37:55.666Z | Downloaded ref-cast-impl v1.0.23 |
793 | 2024-07-19T16:37:55.669Z | Downloaded phf_shared v0.10.0 |
794 | 2024-07-19T16:37:55.669Z | Downloaded cipher v0.4.4 |
795 | 2024-07-19T16:37:55.671Z | Downloaded async-trait v0.1.81 |
796 | 2024-07-19T16:37:55.680Z | Downloaded newline-converter v0.3.0 |
797 | 2024-07-19T16:37:55.680Z | Downloaded vte_generate_state_changes v0.1.1 |
798 | 2024-07-19T16:37:55.680Z | Downloaded data-encoding v2.6.0 |
799 | 2024-07-19T16:37:55.680Z | Downloaded csv-core v0.1.11 |
800 | 2024-07-19T16:37:55.680Z | Downloaded derive_builder_core v0.20.0 |
801 | 2024-07-19T16:37:55.684Z | Downloaded cancel-safe-futures v0.1.5 |
802 | 2024-07-19T16:37:55.687Z | Downloaded diesel_table_macro_syntax v0.1.0 |
803 | 2024-07-19T16:37:55.690Z | Downloaded num_enum_derive v0.5.11 |
804 | 2024-07-19T16:37:55.690Z | Downloaded nanorand v0.7.0 |
805 | 2024-07-19T16:37:55.693Z | Downloaded colored v2.1.0 |
806 | 2024-07-19T16:37:55.696Z | Downloaded rand_core v0.6.4 |
807 | 2024-07-19T16:37:55.699Z | Downloaded peg-macros v0.8.3 |
808 | 2024-07-19T16:37:55.703Z | Downloaded parking_lot v0.11.2 |
809 | 2024-07-19T16:37:55.706Z | Downloaded postgres-protocol v0.6.6 |
810 | 2024-07-19T16:37:55.706Z | Downloaded matches v0.1.10 |
811 | 2024-07-19T16:37:55.709Z | Downloaded base64ct v1.6.0 |
812 | 2024-07-19T16:37:55.712Z | Downloaded debug-ignore v1.0.5 |
813 | 2024-07-19T16:37:55.712Z | Downloaded sqlparser_derive v0.2.2 |
814 | 2024-07-19T16:37:55.715Z | Downloaded num-rational v0.4.2 |
815 | 2024-07-19T16:37:55.715Z | Downloaded rustc_version v0.1.7 |
816 | 2024-07-19T16:37:55.717Z | Downloaded ciborium-ll v0.2.2 |
817 | 2024-07-19T16:37:55.717Z | Downloaded r2d2 v0.8.10 |
818 | 2024-07-19T16:37:55.720Z | Downloaded unicode-xid v0.2.4 |
819 | 2024-07-19T16:37:55.723Z | Downloaded cookie v0.17.0 |
820 | 2024-07-19T16:37:55.726Z | Downloaded rand_seeder v0.2.3 |
821 | 2024-07-19T16:37:55.726Z | Downloaded ciborium v0.2.2 |
822 | 2024-07-19T16:37:55.729Z | Downloaded poly1305 v0.8.0 |
823 | 2024-07-19T16:37:55.732Z | Downloaded num-complex v0.4.6 |
824 | 2024-07-19T16:37:55.735Z | Downloaded crc-any v2.5.0 |
825 | 2024-07-19T16:37:55.738Z | Downloaded derive_more v0.99.18 |
826 | 2024-07-19T16:37:55.743Z | Downloaded paste v1.0.15 |
827 | 2024-07-19T16:37:55.746Z | Downloaded fragile v2.0.0 |
828 | 2024-07-19T16:37:55.749Z | Downloaded display-error-chain v0.2.0 |
829 | 2024-07-19T16:37:55.752Z | Downloaded unicode-linebreak v0.1.5 |
830 | 2024-07-19T16:37:55.752Z | Downloaded ref-cast v1.0.23 |
831 | 2024-07-19T16:37:55.755Z | Downloaded embedded-io v0.4.0 |
832 | 2024-07-19T16:37:55.757Z | Downloaded derive_builder v0.20.0 |
833 | 2024-07-19T16:37:55.762Z | Downloaded md-5 v0.10.6 |
834 | 2024-07-19T16:37:55.765Z | Downloaded headers-core v0.2.0 |
835 | 2024-07-19T16:37:55.768Z | Downloaded rpassword v7.3.1 |
836 | 2024-07-19T16:37:55.768Z | Downloaded postgres-types v0.2.6 |
837 | 2024-07-19T16:37:55.770Z | Downloaded parking_lot_core v0.8.6 |
838 | 2024-07-19T16:37:55.775Z | Downloaded serde_repr v0.1.19 |
839 | 2024-07-19T16:37:55.775Z | Downloaded structmeta v0.3.0 |
840 | 2024-07-19T16:37:55.779Z | Downloaded structmeta v0.2.0 |
841 | 2024-07-19T16:37:55.779Z | Downloaded stringprep v0.1.4 |
842 | 2024-07-19T16:37:55.782Z | Downloaded clang-sys v1.7.0 |
843 | 2024-07-19T16:37:55.784Z | Downloaded bcs v0.1.6 |
844 | 2024-07-19T16:37:55.787Z | Downloaded ident_case v1.0.1 |
845 | 2024-07-19T16:37:55.787Z | Downloaded hex v0.4.3 |
846 | 2024-07-19T16:37:55.792Z | Downloaded sigpipe v0.1.3 |
847 | 2024-07-19T16:37:55.793Z | Downloaded signal-hook-tokio v0.3.1 |
848 | 2024-07-19T16:37:55.793Z | Downloaded inout v0.1.3 |
849 | 2024-07-19T16:37:55.793Z | Downloaded ena v0.14.3 |
850 | 2024-07-19T16:37:55.797Z | Downloaded pkcs1 v0.7.5 |
851 | 2024-07-19T16:37:55.800Z | Downloaded strip-ansi-escapes v0.2.0 |
852 | 2024-07-19T16:37:55.800Z | Downloaded zone_cfg_derive v0.1.2 |
853 | 2024-07-19T16:37:55.802Z | Downloaded string_cache v0.8.7 |
854 | 2024-07-19T16:37:55.802Z | Downloaded base64 v0.22.1 |
855 | 2024-07-19T16:37:55.807Z | Downloaded foreign-types-shared v0.3.1 |
856 | 2024-07-19T16:37:55.810Z | Downloaded enum-as-inner v0.5.1 |
857 | 2024-07-19T16:37:55.812Z | Downloaded universal-hash v0.5.1 |
858 | 2024-07-19T16:37:55.812Z | Downloaded hyper-rustls v0.24.2 |
859 | 2024-07-19T16:37:55.815Z | Downloaded quick-error v1.2.3 |
860 | 2024-07-19T16:37:55.818Z | Downloaded packed_struct_codegen v0.10.1 |
861 | 2024-07-19T16:37:55.818Z | Downloaded foreign-types-macros v0.2.3 |
862 | 2024-07-19T16:37:55.820Z | Downloaded foreign-types v0.5.0 |
863 | 2024-07-19T16:37:55.820Z | Downloaded defmt-macros v0.3.9 |
864 | 2024-07-19T16:37:55.823Z | Downloaded chacha20poly1305 v0.10.1 |
865 | 2024-07-19T16:37:55.826Z | Downloaded lru-cache v0.1.2 |
866 | 2024-07-19T16:37:55.829Z | Downloaded lru v0.12.3 |
867 | 2024-07-19T16:37:55.829Z | Downloaded kstat-rs v0.2.4 |
868 | 2024-07-19T16:37:55.831Z | Downloaded keccak v0.1.5 |
869 | 2024-07-19T16:37:55.834Z | Downloaded arc-swap v1.7.1 |
870 | 2024-07-19T16:37:55.836Z | Downloaded spin v0.5.2 |
871 | 2024-07-19T16:37:55.839Z | Downloaded tls_codec_derive v0.4.1 |
872 | 2024-07-19T16:37:55.842Z | Downloaded same-file v1.0.6 |
873 | 2024-07-19T16:37:55.842Z | Downloaded blake2 v0.10.6 |
874 | 2024-07-19T16:37:55.844Z | Downloaded toolchain_find v0.4.0 |
875 | 2024-07-19T16:37:55.847Z | Downloaded termtree v0.4.1 |
876 | 2024-07-19T16:37:55.847Z | Downloaded base64 v0.13.1 |
877 | 2024-07-19T16:37:55.851Z | Downloaded is_ci v1.2.0 |
878 | 2024-07-19T16:37:55.854Z | Downloaded tui-tree-widget v0.21.0 |
879 | 2024-07-19T16:37:55.856Z | Downloaded untrusted v0.9.0 |
880 | 2024-07-19T16:37:55.857Z | Downloaded whoami v1.5.1 |
881 | 2024-07-19T16:37:55.859Z | Downloaded float-cmp v0.9.0 |
882 | 2024-07-19T16:37:55.862Z | Downloaded memoffset v0.9.1 |
883 | 2024-07-19T16:37:55.862Z | Downloaded zone v0.1.8 |
884 | 2024-07-19T16:37:55.864Z | Downloaded fallible-iterator v0.2.0 |
885 | 2024-07-19T16:37:55.864Z | Downloaded const_format v0.2.32 |
886 | 2024-07-19T16:37:55.869Z | Downloaded static_assertions v1.1.0 |
887 | 2024-07-19T16:37:55.872Z | Downloaded serde_plain v1.0.2 |
888 | 2024-07-19T16:37:55.875Z | Downloaded signature v2.2.0 |
889 | 2024-07-19T16:37:55.878Z | Downloaded managed v0.8.0 |
890 | 2024-07-19T16:37:55.878Z | Downloaded rustls-pki-types v1.7.0 |
891 | 2024-07-19T16:37:55.881Z | Downloaded postcard v1.0.8 |
892 | 2024-07-19T16:37:55.884Z | Downloaded memmap2 v0.9.4 |
893 | 2024-07-19T16:37:55.886Z | Downloaded rcgen v0.12.1 |
894 | 2024-07-19T16:37:55.899Z | Downloaded scheduled-thread-pool v0.2.7 |
895 | 2024-07-19T16:37:55.902Z | Downloaded termios v0.3.3 |
896 | 2024-07-19T16:37:55.905Z | Downloaded termcolor v1.4.1 |
897 | 2024-07-19T16:37:55.905Z | Downloaded fixedbitset v0.4.2 |
898 | 2024-07-19T16:37:55.907Z | Downloaded rand v0.8.5 |
899 | 2024-07-19T16:37:55.911Z | Downloaded strum_macros v0.25.3 |
900 | 2024-07-19T16:37:55.914Z | Downloaded shlex v1.3.0 |
901 | 2024-07-19T16:37:55.917Z | Downloaded difflib v0.4.0 |
902 | 2024-07-19T16:37:55.917Z | Downloaded unicase v2.7.0 |
903 | 2024-07-19T16:37:55.919Z | Downloaded endian-type v0.1.2 |
904 | 2024-07-19T16:37:55.919Z | Downloaded unarray v0.1.4 |
905 | 2024-07-19T16:37:55.922Z | Downloaded strum_macros v0.24.3 |
906 | 2024-07-19T16:37:55.922Z | Downloaded maplit v1.0.2 |
907 | 2024-07-19T16:37:55.925Z | Downloaded linked-hash-map v0.5.6 |
908 | 2024-07-19T16:37:55.925Z | Downloaded hostname v0.4.0 |
909 | 2024-07-19T16:37:55.928Z | Downloaded serde_path_to_error v0.1.16 |
910 | 2024-07-19T16:37:55.931Z | Downloaded libsw v3.3.1 |
911 | 2024-07-19T16:37:55.932Z | Downloaded home v0.5.9 |
912 | 2024-07-19T16:37:55.935Z | Downloaded crypto-bigint v0.5.5 |
913 | 2024-07-19T16:37:55.941Z | Downloaded hubpack_derive v0.1.1 |
914 | 2024-07-19T16:37:55.943Z | Downloaded utf-8 v0.7.6 |
915 | 2024-07-19T16:37:55.943Z | Downloaded tap v1.0.1 |
916 | 2024-07-19T16:37:55.943Z | Downloaded spki v0.7.3 |
917 | 2024-07-19T16:37:55.946Z | Downloaded spin v0.9.8 |
918 | 2024-07-19T16:37:55.949Z | Downloaded ff v0.13.0 |
919 | 2024-07-19T16:37:55.951Z | Downloaded tabwriter v1.4.0 |
920 | 2024-07-19T16:37:55.951Z | Downloaded flagset v0.4.5 |
921 | 2024-07-19T16:37:55.954Z | Downloaded mockall v0.12.1 |
922 | 2024-07-19T16:37:55.957Z | Downloaded linear-map v1.2.0 |
923 | 2024-07-19T16:37:55.957Z | Downloaded fxhash v0.2.1 |
924 | 2024-07-19T16:37:55.957Z | Downloaded stability v0.2.0 |
925 | 2024-07-19T16:37:55.960Z | Downloaded secrecy v0.8.0 |
926 | 2024-07-19T16:37:55.960Z | Downloaded backtrace v0.3.71 |
927 | 2024-07-19T16:37:55.965Z | Downloaded yasna v0.5.2 |
928 | 2024-07-19T16:37:55.968Z | Downloaded slog-stdlog v4.1.1 |
929 | 2024-07-19T16:37:55.971Z | Downloaded slog-envlogger v2.2.0 |
930 | 2024-07-19T16:37:55.973Z | Downloaded rustc-demangle v0.1.24 |
931 | 2024-07-19T16:37:55.973Z | Downloaded prettyplease v0.2.20 |
932 | 2024-07-19T16:37:55.977Z | Downloaded pin-project v1.1.5 |
933 | 2024-07-19T16:37:55.990Z | Downloaded rayon-core v1.12.1 |
934 | 2024-07-19T16:37:55.994Z | Downloaded downcast v0.11.0 |
935 | 2024-07-19T16:37:55.997Z | Downloaded humantime v2.1.0 |
936 | 2024-07-19T16:37:56.000Z | Downloaded structmeta-derive v0.3.0 |
937 | 2024-07-19T16:37:56.000Z | Downloaded group v0.13.0 |
938 | 2024-07-19T16:37:56.003Z | Downloaded getopts v0.2.21 |
939 | 2024-07-19T16:37:56.003Z | Downloaded smf v0.2.3 |
940 | 2024-07-19T16:37:56.006Z | Downloaded smawk v0.3.2 |
941 | 2024-07-19T16:37:56.006Z | Downloaded smallvec v0.6.14 |
942 | 2024-07-19T16:37:56.009Z | Downloaded slog-dtrace v0.3.0 |
943 | 2024-07-19T16:37:56.009Z | Downloaded gethostname v0.4.3 |
944 | 2024-07-19T16:37:56.011Z | Downloaded wyz v0.5.1 |
945 | 2024-07-19T16:37:56.012Z | Downloaded waitgroup v0.1.2 |
946 | 2024-07-19T16:37:56.014Z | Downloaded erased-serde v0.3.31 |
947 | 2024-07-19T16:37:56.014Z | Downloaded wait-timeout v0.2.0 |
948 | 2024-07-19T16:37:56.017Z | Downloaded siphasher v0.3.11 |
949 | 2024-07-19T16:37:56.020Z | Downloaded zeroize v1.7.0 |
950 | 2024-07-19T16:37:56.020Z | Downloaded uzers v0.11.3 |
951 | 2024-07-19T16:37:56.023Z | Downloaded sec1 v0.7.3 |
952 | 2024-07-19T16:37:56.025Z | Downloaded hash32 v0.3.1 |
953 | 2024-07-19T16:37:56.025Z | Downloaded zeroize_derive v1.4.2 |
954 | 2024-07-19T16:37:56.029Z | Downloaded sqlformat v0.2.4 |
955 | 2024-07-19T16:37:56.029Z | Downloaded diff v0.1.13 |
956 | 2024-07-19T16:37:56.032Z | Downloaded tungstenite v0.20.1 |
957 | 2024-07-19T16:37:56.035Z | Downloaded slog-scope v4.4.0 |
958 | 2024-07-19T16:37:56.037Z | Downloaded serde-big-array v0.5.1 |
959 | 2024-07-19T16:37:56.040Z | Downloaded impl-trait-for-tuples v0.2.2 |
960 | 2024-07-19T16:37:56.043Z | Downloaded hubpack v0.1.2 |
961 | 2024-07-19T16:37:56.043Z | Downloaded tracing-attributes v0.1.27 |
962 | 2024-07-19T16:37:56.046Z | Downloaded semver v0.1.20 |
963 | 2024-07-19T16:37:56.046Z | Downloaded globset v0.4.14 |
964 | 2024-07-19T16:37:56.049Z | Downloaded serde_with_macros v3.8.3 |
965 | 2024-07-19T16:37:56.052Z | Downloaded signal-hook v0.3.17 |
966 | 2024-07-19T16:37:56.054Z | Downloaded ipnetwork v0.20.0 |
967 | 2024-07-19T16:37:56.057Z | Downloaded uuid v1.10.0 |
968 | 2024-07-19T16:37:56.060Z | Downloaded either v1.12.0 |
969 | 2024-07-19T16:37:56.060Z | Downloaded dyn-clone v1.0.17 |
970 | 2024-07-19T16:37:56.062Z | Downloaded tempfile v3.10.1 |
971 | 2024-07-19T16:37:56.065Z | Downloaded unicode_categories v0.1.1 |
972 | 2024-07-19T16:37:56.068Z | Downloaded supports-color v3.0.0 |
973 | 2024-07-19T16:37:56.068Z | Downloaded libloading v0.8.3 |
974 | 2024-07-19T16:37:56.071Z | Downloaded subtle v2.5.0 |
975 | 2024-07-19T16:37:56.073Z | Downloaded crossterm v0.27.0 |
976 | 2024-07-19T16:37:56.078Z | Downloaded lazy_static v1.5.0 |
977 | 2024-07-19T16:37:56.081Z | Downloaded highway v1.1.0 |
978 | 2024-07-19T16:37:56.084Z | Downloaded libefi-sys v0.1.0 |
979 | 2024-07-19T16:37:56.084Z | Downloaded subprocess v0.2.9 |
980 | 2024-07-19T16:37:56.087Z | Downloaded flume v0.11.0 |
981 | 2024-07-19T16:37:56.090Z | Downloaded num-bigint v0.4.5 |
982 | 2024-07-19T16:37:56.096Z | Downloaded rustc_version v0.4.0 |
983 | 2024-07-19T16:37:56.098Z | Downloaded hash32 v0.2.1 |
984 | 2024-07-19T16:37:56.101Z | Downloaded indexmap v1.9.3 |
985 | 2024-07-19T16:37:56.104Z | Downloaded tough v0.17.1 |
986 | 2024-07-19T16:37:56.111Z | Downloaded serde_arrays v0.1.0 |
987 | 2024-07-19T16:37:56.114Z | Downloaded funty v2.0.0 |
988 | 2024-07-19T16:37:56.114Z | Downloaded rustfmt-wrapper v0.2.1 |
989 | 2024-07-19T16:37:56.117Z | Downloaded lalrpop-util v0.19.12 |
990 | 2024-07-19T16:37:56.117Z | Downloaded thiserror-impl-no-std v2.0.2 |
991 | 2024-07-19T16:37:56.120Z | Downloaded serde_derive_internals v0.29.1 |
992 | 2024-07-19T16:37:56.120Z | Downloaded sct v0.7.1 |
993 | 2024-07-19T16:37:56.124Z | Downloaded multer v3.1.0 |
994 | 2024-07-19T16:37:56.126Z | Downloaded unicode-segmentation v1.11.0 |
995 | 2024-07-19T16:37:56.130Z | Downloaded minimal-lexical v0.2.1 |
996 | 2024-07-19T16:37:56.135Z | Downloaded half v2.4.1 |
997 | 2024-07-19T16:37:56.138Z | Downloaded hashbrown v0.13.2 |
998 | 2024-07-19T16:37:56.143Z | Downloaded steno v0.4.1 |
999 | 2024-07-19T16:37:56.147Z | Downloaded rusty-fork v0.3.0 |
1000 | 2024-07-19T16:37:56.150Z | Downloaded hmac v0.12.1 |
1001 | 2024-07-19T16:37:56.153Z | Downloaded tungstenite v0.21.0 |
1002 | 2024-07-19T16:37:56.156Z | Downloaded tokio-rustls v0.24.1 |
1003 | 2024-07-19T16:37:56.159Z | Downloaded tokio-stream v0.1.15 |
1004 | 2024-07-19T16:37:56.162Z | Downloaded nom v7.1.3 |
1005 | 2024-07-19T16:37:56.168Z | Downloaded tokio-postgres v0.7.10 |
1006 | 2024-07-19T16:37:56.174Z | Downloaded x509-cert v0.2.5 |
1007 | 2024-07-19T16:37:56.180Z | Downloaded tokio-tungstenite v0.20.1 |
1008 | 2024-07-19T16:37:56.183Z | Downloaded env_logger v0.9.3 |
1009 | 2024-07-19T16:37:56.185Z | Downloaded test-strategy v0.3.1 |
1010 | 2024-07-19T16:37:56.189Z | Downloaded heapless v0.7.17 |
1011 | 2024-07-19T16:37:56.193Z | Downloaded elliptic-curve v0.13.8 |
1012 | 2024-07-19T16:37:56.197Z | Downloaded ron v0.8.1 |
1013 | 2024-07-19T16:37:56.203Z | Downloaded vte v0.11.1 |
1014 | 2024-07-19T16:37:56.206Z | Downloaded aho-corasick v1.1.3 |
1015 | 2024-07-19T16:37:56.212Z | Downloaded ron v0.7.1 |
1016 | 2024-07-19T16:37:56.217Z | Downloaded blake3 v1.5.1 |
1017 | 2024-07-19T16:37:56.226Z | Downloaded toml v0.5.11 |
1018 | 2024-07-19T16:37:56.228Z | Downloaded textwrap v0.16.1 |
1019 | 2024-07-19T16:37:56.231Z | Downloaded itertools v0.10.5 |
1020 | 2024-07-19T16:37:56.238Z | Downloaded reedline v0.31.0 |
1021 | 2024-07-19T16:37:56.246Z | Downloaded regex-automata v0.1.10 |
1022 | 2024-07-19T16:37:56.252Z | Downloaded libm v0.2.8 |
1023 | 2024-07-19T16:37:56.260Z | Downloaded typed-path v0.7.1 |
1024 | 2024-07-19T16:37:56.268Z | Downloaded bindgen v0.69.4 |
1025 | 2024-07-19T16:37:56.275Z | Downloaded schemars v0.8.21 |
1026 | 2024-07-19T16:37:56.288Z | Downloaded libxml v0.3.3 |
1027 | 2024-07-19T16:37:56.295Z | Downloaded itertools v0.13.0 |
1028 | 2024-07-19T16:37:56.303Z | Downloaded quick-xml v0.31.0 |
1029 | 2024-07-19T16:37:56.309Z | Downloaded headers v0.3.9 |
1030 | 2024-07-19T16:37:56.315Z | Downloaded http v1.1.0 |
1031 | 2024-07-19T16:37:56.319Z | Downloaded sqlparser v0.45.0 |
1032 | 2024-07-19T16:37:56.326Z | Downloaded winnow v0.5.40 |
1033 | 2024-07-19T16:37:56.336Z | Downloaded gimli v0.28.1 |
1034 | 2024-07-19T16:37:56.345Z | Downloaded chrono v0.4.38 |
1035 | 2024-07-19T16:37:56.353Z | Downloaded bstr v0.2.17 |
1036 | 2024-07-19T16:37:56.363Z | Downloaded hkdf v0.12.4 |
1037 | 2024-07-19T16:37:56.366Z | Downloaded rayon v1.10.0 |
1038 | 2024-07-19T16:37:56.376Z | Downloaded portable-atomic v1.6.0 |
1039 | 2024-07-19T16:37:56.382Z | Downloaded trust-dns-proto v0.22.0 |
1040 | 2024-07-19T16:37:56.395Z | Downloaded proptest v1.4.0 |
1041 | 2024-07-19T16:37:56.405Z | Downloaded smoltcp v0.9.1 |
1042 | 2024-07-19T16:37:56.417Z | Downloaded webpki-roots v0.25.4 |
1043 | 2024-07-19T16:37:56.421Z | Downloaded smoltcp v0.11.0 |
1044 | 2024-07-19T16:37:56.434Z | Downloaded bstr v1.9.1 |
1045 | 2024-07-19T16:37:56.446Z | Downloaded itertools v0.12.1 |
1046 | 2024-07-19T16:37:56.453Z | Downloaded serde_with v3.8.3 |
1047 | 2024-07-19T16:37:56.462Z | Downloaded rustls-webpki v0.101.7 |
1048 | 2024-07-19T16:37:56.478Z | Downloaded curve25519-dalek v4.1.3 |
1049 | 2024-07-19T16:37:56.487Z | Downloaded object v0.30.4 |
1050 | 2024-07-19T16:37:56.497Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1051 | 2024-07-19T16:37:56.510Z | Downloaded sled v0.34.7 |
1052 | 2024-07-19T16:37:56.520Z | Downloaded bitvec v1.0.1 |
1053 | 2024-07-19T16:37:56.536Z | Downloaded rustls-webpki v0.102.4 |
1054 | 2024-07-19T16:37:56.554Z | Downloaded finl_unicode v1.2.0 |
1055 | 2024-07-19T16:37:56.567Z | Downloaded sha3 v0.10.8 |
1056 | 2024-07-19T16:37:56.571Z | Downloaded regex-syntax v0.6.29 |
1057 | 2024-07-19T16:37:56.578Z | Downloaded object v0.32.2 |
1058 | 2024-07-19T16:37:56.588Z | Downloaded radix_trie v0.2.1 |
1059 | 2024-07-19T16:37:56.593Z | Downloaded lalrpop v0.19.12 |
1060 | 2024-07-19T16:37:56.604Z | Downloaded polar-core v0.27.3 |
1061 | 2024-07-19T16:37:56.612Z | Downloaded idna v0.2.3 |
1062 | 2024-07-19T16:37:56.618Z | Downloaded regress v0.9.1 |
1063 | 2024-07-19T16:37:56.626Z | Downloaded nix v0.28.0 |
1064 | 2024-07-19T16:37:56.637Z | Downloaded idna v0.3.0 |
1065 | 2024-07-19T16:37:56.643Z | Downloaded diesel v2.1.6 |
1066 | 2024-07-19T16:37:56.661Z | Downloaded regex v1.10.5 |
1067 | 2024-07-19T16:37:56.673Z | Downloaded rustls v0.21.12 |
1068 | 2024-07-19T16:37:56.683Z | Downloaded regex-syntax v0.8.3 |
1069 | 2024-07-19T16:37:56.691Z | Downloaded rustls v0.22.4 |
1070 | 2024-07-19T16:37:56.704Z | Downloaded openapiv3 v2.0.0 |
1071 | 2024-07-19T16:37:56.715Z | Downloaded nix v0.27.1 |
1072 | 2024-07-19T16:37:56.725Z | Downloaded ratatui v0.27.0 |
1073 | 2024-07-19T16:37:56.743Z | Downloaded csv v1.3.0 |
1074 | 2024-07-19T16:37:56.762Z | Downloaded snafu v0.8.2 |
1075 | 2024-07-19T16:37:56.768Z | Downloaded zerocopy-derive v0.6.6 |
1076 | 2024-07-19T16:37:56.777Z | Downloaded trust-dns-client v0.22.0 |
1077 | 2024-07-19T16:37:56.782Z | Downloaded regex-automata v0.4.6 |
1078 | 2024-07-19T16:37:56.798Z | Downloaded num-bigint-dig v0.8.4 |
1079 | 2024-07-19T16:37:56.803Z | Downloaded petgraph v0.6.5 |
1080 | 2024-07-19T16:37:56.819Z | Downloaded trust-dns-server v0.22.1 |
1081 | 2024-07-19T16:37:56.824Z | Downloaded rustyline v14.0.0 |
1082 | 2024-07-19T16:37:56.829Z | Downloaded mockall_derive v0.12.1 |
1083 | 2024-07-19T16:37:56.832Z | Downloaded heapless v0.8.0 |
1084 | 2024-07-19T16:37:56.835Z | Downloaded serde_yaml v0.9.34+deprecated |
1085 | 2024-07-19T16:37:56.838Z | Downloaded hashbrown v0.12.3 |
1086 | 2024-07-19T16:37:56.842Z | Downloaded tokio-rustls v0.25.0 |
1087 | 2024-07-19T16:37:56.845Z | Downloaded zip v0.6.6 |
1088 | 2024-07-19T16:37:56.848Z | Downloaded toml_edit v0.19.15 |
1089 | 2024-07-19T16:37:56.865Z | Downloaded env_logger v0.10.2 |
1090 | 2024-07-19T16:37:56.868Z | Downloaded expectorate v1.1.0 |
1091 | 2024-07-19T16:37:56.871Z | Downloaded trust-dns-resolver v0.22.0 |
1092 | 2024-07-19T16:37:56.873Z | Downloaded rustls-pemfile v2.1.2 |
1093 | 2024-07-19T16:37:56.876Z | Downloaded vsss-rs v3.3.4 |
1094 | 2024-07-19T16:37:56.879Z | Downloaded zerocopy v0.6.6 |
1095 | 2024-07-19T16:37:56.882Z | Downloaded unsafe-libyaml v0.2.11 |
1096 | 2024-07-19T16:37:56.884Z | Downloaded indent_write v2.2.0 |
1097 | 2024-07-19T16:37:56.884Z | Downloaded toml v0.7.8 |
1098 | 2024-07-19T16:37:56.887Z | Downloaded rsa v0.9.6 |
1099 | 2024-07-19T16:37:56.892Z | Downloaded walkdir v2.5.0 |
1100 | 2024-07-19T16:37:56.895Z | Downloaded similar v2.5.0 |
1101 | 2024-07-19T16:37:56.898Z | Downloaded samael v0.0.15 |
1102 | 2024-07-19T16:37:56.903Z | Downloaded publicsuffix v2.2.3 |
1103 | 2024-07-19T16:37:56.906Z | Downloaded fatfs v0.3.6 |
1104 | 2024-07-19T16:37:56.908Z | Downloaded snafu-derive v0.8.2 |
1105 | 2024-07-19T16:37:56.911Z | Downloaded indicatif v0.17.8 |
1106 | 2024-07-19T16:37:56.914Z | Downloaded structmeta-derive v0.2.0 |
1107 | 2024-07-19T16:37:56.914Z | Downloaded signal-hook-mio v0.2.3 |
1108 | 2024-07-19T16:37:56.917Z | Downloaded omicron-zone-package v0.11.0 |
1109 | 2024-07-19T16:37:56.920Z | Downloaded der v0.7.9 |
1110 | 2024-07-19T16:37:56.923Z | Downloaded rustc-hash v1.1.0 |
1111 | 2024-07-19T16:37:56.926Z | Downloaded rtoolbox v0.0.2 |
1112 | 2024-07-19T16:37:56.926Z | Downloaded iana-time-zone v0.1.60 |
1113 | 2024-07-19T16:37:56.928Z | Downloaded hyper-staticfile v0.9.5 |
1114 | 2024-07-19T16:37:56.931Z | Downloaded diesel_derives v2.1.4 |
1115 | 2024-07-19T16:37:56.934Z | Downloaded stable_deref_trait v1.2.0 |
1116 | 2024-07-19T16:37:56.934Z | Downloaded instant v0.1.12 |
1117 | 2024-07-19T16:37:56.936Z | Downloaded http-range v0.1.5 |
1118 | 2024-07-19T16:37:56.936Z | Downloaded untrusted v0.7.1 |
1119 | 2024-07-19T16:37:56.936Z | Downloaded tls_codec v0.4.1 |
1120 | 2024-07-19T16:37:56.939Z | Downloaded thiserror-no-std v2.0.2 |
1121 | 2024-07-19T16:37:56.942Z | Downloaded sha1 v0.10.6 |
1122 | 2024-07-19T16:37:56.945Z | Downloaded tiny-keccak v2.0.2 |
1123 | 2024-07-19T16:37:56.948Z | Downloaded getrandom v0.2.14 |
1124 | 2024-07-19T16:37:56.950Z | Downloaded owo-colors v4.0.0 |
1125 | 2024-07-19T16:37:56.953Z | Downloaded crossbeam-epoch v0.9.18 |
1126 | 2024-07-19T16:37:56.956Z | Downloaded heck v0.3.3 |
1127 | 2024-07-19T16:37:56.956Z | Downloaded glob v0.3.1 |
1128 | 2024-07-19T16:37:56.956Z | Downloaded fd-lock v4.0.2 |
1129 | 2024-07-19T16:37:56.959Z | Downloaded fastrand v2.1.0 |
1130 | 2024-07-19T16:37:56.962Z | Downloaded darling_core v0.20.9 |
1131 | 2024-07-19T16:37:56.964Z | Downloaded allocator-api2 v0.2.18 |
1132 | 2024-07-19T16:37:56.967Z | Downloaded shell-words v1.1.0 |
1133 | 2024-07-19T16:37:56.970Z | Downloaded tokio-tungstenite v0.21.0 |
1134 | 2024-07-19T16:37:56.970Z | Downloaded serde-hex v0.1.0 |
1135 | 2024-07-19T16:37:56.973Z | Downloaded schemars_derive v0.8.21 |
1136 | 2024-07-19T16:37:56.973Z | Downloaded oso v0.27.3 |
1137 | 2024-07-19T16:37:56.975Z | Downloaded float-ord v0.3.2 |
1138 | 2024-07-19T16:37:56.978Z | Downloaded maybe-uninit v2.0.0 |
1139 | 2024-07-19T16:37:56.978Z | Downloaded lazycell v1.3.0 |
1140 | 2024-07-19T16:37:56.978Z | Downloaded indoc v1.0.9 |
1141 | 2024-07-19T16:37:56.981Z | Downloaded resolv-conf v0.7.0 |
1142 | 2024-07-19T16:37:56.984Z | Downloaded pin-project-internal v1.1.5 |
1143 | 2024-07-19T16:37:56.984Z | Downloaded der_derive v0.7.2 |
1144 | 2024-07-19T16:37:56.987Z | Downloaded which v4.4.2 |
1145 | 2024-07-19T16:37:56.987Z | Downloaded peg v0.8.3 |
1146 | 2024-07-19T16:37:56.990Z | Downloaded parse-display-derive v0.9.1 |
1147 | 2024-07-19T16:37:56.993Z | Downloaded cookie_store v0.20.0 |
1148 | 2024-07-19T16:37:56.993Z | Downloaded compact_str v0.7.1 |
1149 | 2024-07-19T16:37:56.996Z | Downloaded derive-where v1.2.7 |
1150 | 2024-07-19T16:37:56.999Z | Downloaded darling v0.20.9 |
1151 | 2024-07-19T16:37:57.003Z | Downloaded num-integer v0.1.46 |
1152 | 2024-07-19T16:37:57.005Z | Downloaded nu-ansi-term v0.50.0 |
1153 | 2024-07-19T16:37:57.008Z | Downloaded console v0.15.8 |
1154 | 2024-07-19T16:37:57.011Z | Downloaded bzip2 v0.4.4 |
1155 | 2024-07-19T16:37:57.011Z | Downloaded unicode-truncate v1.0.0 |
1156 | 2024-07-19T16:37:57.014Z | Downloaded predicates-tree v1.0.9 |
1157 | 2024-07-19T16:37:57.014Z | Downloaded predicates v3.1.0 |
1158 | 2024-07-19T16:37:57.017Z | Downloaded ppv-lite86 v0.2.17 |
1159 | 2024-07-19T16:37:57.017Z | Downloaded block-padding v0.3.3 |
1160 | 2024-07-19T16:37:57.019Z | Downloaded olpc-cjson v0.1.3 |
1161 | 2024-07-19T16:37:57.019Z | Downloaded mime_guess v2.0.4 |
1162 | 2024-07-19T16:37:57.022Z | Downloaded arrayvec v0.7.4 |
1163 | 2024-07-19T16:37:57.022Z | Downloaded psl-types v2.0.11 |
1164 | 2024-07-19T16:37:57.022Z | Downloaded pkcs8 v0.10.2 |
1165 | 2024-07-19T16:37:57.025Z | Downloaded pem-rfc7468 v0.7.0 |
1166 | 2024-07-19T16:37:57.028Z | Downloaded password-hash v0.5.0 |
1167 | 2024-07-19T16:37:57.031Z | Downloaded curve25519-dalek-derive v0.1.1 |
1168 | 2024-07-19T16:37:57.031Z | Downloaded cookie v0.18.1 |
1169 | 2024-07-19T16:37:57.033Z | Downloaded const-oid v0.9.6 |
1170 | 2024-07-19T16:37:57.033Z | Downloaded bitfield v0.14.0 |
1171 | 2024-07-19T16:37:57.036Z | Downloaded addr2line v0.21.0 |
1172 | 2024-07-19T16:37:57.039Z | Downloaded crc-catalog v2.4.0 |
1173 | 2024-07-19T16:37:57.039Z | Downloaded constant_time_eq v0.3.0 |
1174 | 2024-07-19T16:37:57.039Z | Downloaded aead v0.5.2 |
1175 | 2024-07-19T16:37:57.042Z | Downloaded argon2 v0.5.3 |
1176 | 2024-07-19T16:37:57.042Z | Downloaded number_prefix v0.4.0 |
1177 | 2024-07-19T16:37:57.044Z | Downloaded bit-set v0.5.3 |
1178 | 2024-07-19T16:37:57.047Z | Downloaded bitflags v1.3.2 |
1179 | 2024-07-19T16:37:57.050Z | Downloaded atomic-waker v1.1.2 |
1180 | 2024-07-19T16:37:57.050Z | Downloaded ascii-canvas v3.0.0 |
1181 | 2024-07-19T16:37:57.053Z | Downloaded array-init v0.0.4 |
1182 | 2024-07-19T16:37:57.053Z | Downloaded ahash v0.8.11 |
1183 | 2024-07-19T16:37:57.056Z | Downloaded opaque-debug v0.3.1 |
1184 | 2024-07-19T16:37:57.056Z | Downloaded chacha20 v0.9.1 |
1185 | 2024-07-19T16:37:57.056Z | Downloaded cassowary v0.3.0 |
1186 | 2024-07-19T16:37:57.058Z | Downloaded assert_matches v1.5.0 |
1187 | 2024-07-19T16:37:57.058Z | Downloaded multimap v0.10.0 |
1188 | 2024-07-19T16:37:57.058Z | Downloaded cexpr v0.6.0 |
1189 | 2024-07-19T16:37:57.061Z | Downloaded arrayref v0.3.7 |
1190 | 2024-07-19T16:37:57.061Z | Downloaded num-derive v0.4.2 |
1191 | 2024-07-19T16:37:57.064Z | Downloaded nibble_vec v0.1.0 |
1192 | 2024-07-19T16:37:57.064Z | Downloaded bit-vec v0.6.3 |
1193 | 2024-07-19T16:37:57.067Z | Downloaded backoff v0.4.0 |
1194 | 2024-07-19T16:37:57.360Z | Downloaded ring v0.17.8 |
1195 | 2024-07-19T16:37:57.489Z | Downloaded ring v0.16.20 |
1196 | 2024-07-19T16:37:57.704Z | Compiling proc-macro2 v1.0.86 |
1197 | 2024-07-19T16:37:57.704Z | Compiling unicode-ident v1.0.12 |
1198 | 2024-07-19T16:37:57.707Z | Compiling libc v0.2.155 |
1199 | 2024-07-19T16:37:57.707Z | Compiling serde v1.0.204 |
1200 | 2024-07-19T16:37:57.707Z | Compiling autocfg v1.3.0 |
1201 | 2024-07-19T16:37:57.707Z | Compiling version_check v0.9.4 |
1202 | 2024-07-19T16:37:57.823Z | Compiling cfg-if v1.0.0 |
1203 | 2024-07-19T16:37:57.946Z | Compiling cc v1.0.97 |
1204 | 2024-07-19T16:37:57.992Z | Compiling parking_lot_core v0.9.10 |
1205 | 2024-07-19T16:37:58.026Z | Compiling libm v0.2.8 |
1206 | 2024-07-19T16:37:58.444Z | Compiling serde_json v1.0.120 |
1207 | 2024-07-19T16:37:58.477Z | Compiling ahash v0.8.11 |
1208 | 2024-07-19T16:37:58.581Z | Compiling memchr v2.7.2 |
1209 | 2024-07-19T16:37:58.758Z | Compiling lock_api v0.4.12 |
1210 | 2024-07-19T16:37:58.807Z | Compiling num-traits v0.2.19 |
1211 | 2024-07-19T16:37:58.838Z | Compiling typenum v1.17.0 |
1212 | 2024-07-19T16:37:59.156Z | Compiling once_cell v1.19.0 |
1213 | 2024-07-19T16:37:59.316Z | Compiling scopeguard v1.2.0 |
1214 | 2024-07-19T16:37:59.781Z | Compiling quote v1.0.36 |
1215 | 2024-07-19T16:38:00.088Z | Compiling generic-array v0.14.7 |
1216 | 2024-07-19T16:38:00.173Z | Compiling byteorder v1.5.0 |
1217 | 2024-07-19T16:38:00.392Z | Compiling syn v2.0.71 |
1218 | 2024-07-19T16:38:00.446Z | Compiling getrandom v0.2.14 |
1219 | 2024-07-19T16:38:00.596Z | Compiling log v0.4.21 |
1220 | 2024-07-19T16:38:00.886Z | Compiling itoa v1.0.11 |
1221 | 2024-07-19T16:38:00.965Z | Compiling thiserror v1.0.62 |
1222 | 2024-07-19T16:38:01.319Z | Compiling slab v0.4.9 |
1223 | 2024-07-19T16:38:01.390Z | Compiling pkg-config v0.3.30 |
1224 | 2024-07-19T16:38:01.428Z | Compiling ring v0.17.8 |
1225 | 2024-07-19T16:38:01.510Z | Compiling smallvec v1.13.2 |
1226 | 2024-07-19T16:38:01.621Z | Compiling ryu v1.0.18 |
1227 | 2024-07-19T16:38:01.668Z | Compiling semver v1.0.23 |
1228 | 2024-07-19T16:38:01.994Z | Compiling spin v0.9.8 |
1229 | 2024-07-19T16:38:02.288Z | Compiling pin-project-lite v0.2.14 |
1230 | 2024-07-19T16:38:02.333Z | Compiling vcpkg v0.2.15 |
1231 | 2024-07-19T16:38:02.854Z | Compiling allocator-api2 v0.2.18 |
1232 | 2024-07-19T16:38:02.947Z | Compiling parking_lot v0.12.2 |
1233 | 2024-07-19T16:38:03.443Z | Compiling rand_core v0.6.4 |
1234 | 2024-07-19T16:38:04.122Z | Compiling schemars v0.8.21 |
1235 | 2024-07-19T16:38:04.314Z | Compiling openssl-sys v0.9.102 |
1236 | 2024-07-19T16:38:04.408Z | Compiling signal-hook-registry v1.4.2 |
1237 | 2024-07-19T16:38:04.605Z | Compiling num-conv v0.1.0 |
1238 | 2024-07-19T16:38:04.939Z | Compiling time-core v0.1.2 |
1239 | 2024-07-19T16:38:05.329Z | Compiling time-macros v0.2.18 |
1240 | 2024-07-19T16:38:05.474Z | Compiling mio v0.8.11 |
1241 | 2024-07-19T16:38:06.160Z | Compiling rustix v0.38.34 |
1242 | 2024-07-19T16:38:06.281Z | Compiling futures-core v0.3.30 |
1243 | 2024-07-19T16:38:06.321Z | Compiling heck v0.5.0 |
1244 | 2024-07-19T16:38:06.639Z | Compiling httparse v1.8.0 |
1245 | 2024-07-19T16:38:07.440Z | Compiling socket2 v0.5.7 |
1246 | 2024-07-19T16:38:07.486Z | Compiling num_cpus v1.16.0 |
1247 | 2024-07-19T16:38:07.657Z | Compiling openssl v0.10.64 |
1248 | 2024-07-19T16:38:07.943Z | Compiling fnv v1.0.7 |
1249 | 2024-07-19T16:38:08.114Z | Compiling const-oid v0.9.6 |
1250 | 2024-07-19T16:38:08.141Z | Compiling subtle v2.5.0 |
1251 | 2024-07-19T16:38:08.431Z | Compiling serde_derive_internals v0.29.1 |
1252 | 2024-07-19T16:38:08.472Z | Compiling equivalent v1.0.1 |
1253 | 2024-07-19T16:38:08.666Z | Compiling rustls v0.21.12 |
1254 | 2024-07-19T16:38:09.011Z | Compiling native-tls v0.2.11 |
1255 | 2024-07-19T16:38:09.039Z | Compiling tinyvec_macros v0.1.1 |
1256 | 2024-07-19T16:38:09.172Z | Compiling syn v1.0.109 |
1257 | 2024-07-19T16:38:09.266Z | Compiling iana-time-zone v0.1.60 |
1258 | 2024-07-19T16:38:09.380Z | Compiling tinyvec v1.6.0 |
1259 | 2024-07-19T16:38:09.854Z | Compiling crossbeam-utils v0.8.19 |
1260 | 2024-07-19T16:38:09.881Z | Compiling futures-sink v0.3.30 |
1261 | 2024-07-19T16:38:10.520Z | Compiling cookie v0.17.0 |
1262 | 2024-07-19T16:38:10.803Z | Compiling ucd-trie v0.1.6 |
1263 | 2024-07-19T16:38:11.048Z | Compiling unicode-normalization v0.1.23 |
1264 | 2024-07-19T16:38:11.415Z | Compiling futures-channel v0.3.30 |
1265 | 2024-07-19T16:38:11.890Z | Compiling unicode-bidi v0.3.15 |
1266 | 2024-07-19T16:38:12.393Z | Compiling slog v2.7.0 |
1267 | 2024-07-19T16:38:12.679Z | Compiling futures-task v0.3.30 |
1268 | 2024-07-19T16:38:13.031Z | Compiling pin-utils v0.1.0 |
1269 | 2024-07-19T16:38:13.161Z | Compiling futures-io v0.3.30 |
1270 | 2024-07-19T16:38:13.192Z | Compiling dyn-clone v1.0.17 |
1271 | 2024-07-19T16:38:13.412Z | Compiling untrusted v0.9.0 |
1272 | 2024-07-19T16:38:13.578Z | Compiling aho-corasick v1.1.3 |
1273 | 2024-07-19T16:38:13.672Z | Compiling regex-syntax v0.8.3 |
1274 | 2024-07-19T16:38:13.773Z | Compiling powerfmt v0.2.0 |
1275 | 2024-07-19T16:38:14.465Z | Compiling crc32fast v1.4.0 |
1276 | 2024-07-19T16:38:14.635Z | Compiling serde_derive v1.0.204 |
1277 | 2024-07-19T16:38:14.781Z | Compiling zerocopy-derive v0.7.34 |
1278 | 2024-07-19T16:38:14.991Z | Compiling zeroize_derive v1.4.2 |
1279 | 2024-07-19T16:38:16.194Z | Compiling tokio-macros v2.3.0 |
1280 | 2024-07-19T16:38:16.715Z | Compiling thiserror-impl v1.0.62 |
1281 | 2024-07-19T16:38:17.082Z | Compiling zerocopy v0.7.34 |
1282 | 2024-07-19T16:38:17.960Z | Compiling futures-macro v0.3.30 |
1283 | 2024-07-19T16:38:18.730Z | Compiling zeroize v1.7.0 |
1284 | 2024-07-19T16:38:20.063Z | Compiling hashbrown v0.14.5 |
1285 | 2024-07-19T16:38:20.216Z | Compiling schemars_derive v0.8.21 |
1286 | 2024-07-19T16:38:20.510Z | Compiling tracing-attributes v0.1.27 |
1287 | 2024-07-19T16:38:22.204Z | Compiling openssl-macros v0.1.1 |
1288 | 2024-07-19T16:38:23.109Z | Compiling der_derive v0.7.2 |
1289 | 2024-07-19T16:38:23.562Z | Compiling scroll_derive v0.12.0 |
1290 | 2024-07-19T16:38:23.582Z | Compiling pest v2.7.10 |
1291 | 2024-07-19T16:38:24.114Z | Compiling crypto-common v0.1.6 |
1292 | 2024-07-19T16:38:24.213Z | Compiling futures-util v0.3.30 |
1293 | 2024-07-19T16:38:24.928Z | Compiling block-buffer v0.10.4 |
1294 | 2024-07-19T16:38:25.246Z | Compiling digest v0.10.7 |
1295 | 2024-07-19T16:38:25.725Z | Compiling regex-automata v0.4.6 |
1296 | 2024-07-19T16:38:25.796Z | Compiling deranged v0.3.11 |
1297 | 2024-07-19T16:38:26.748Z | Compiling pest_meta v2.7.10 |
1298 | 2024-07-19T16:38:28.238Z | Compiling pest_generator v2.7.10 |
1299 | 2024-07-19T16:38:30.297Z | Compiling bytes v1.6.0 |
1300 | 2024-07-19T16:38:31.784Z | Compiling bitflags v2.5.0 |
1301 | 2024-07-19T16:38:32.499Z | Compiling tokio v1.38.1 |
1302 | 2024-07-19T16:38:32.567Z | Compiling uuid v1.10.0 |
1303 | 2024-07-19T16:38:32.647Z | Compiling indexmap v2.2.6 |
1304 | 2024-07-19T16:38:33.552Z | Compiling chrono v0.4.38 |
1305 | 2024-07-19T16:38:33.782Z | Compiling serde_tokenstream v0.2.1 |
1306 | 2024-07-19T16:38:35.246Z | Compiling http v0.2.12 |
1307 | 2024-07-19T16:38:37.594Z | Compiling rustc_version v0.4.0 |
1308 | 2024-07-19T16:38:38.089Z | Compiling pest_derive v2.7.10 |
1309 | 2024-07-19T16:38:38.280Z | Compiling usdt-impl v0.5.0 |
1310 | 2024-07-19T16:38:38.729Z | Compiling heck v0.4.1 |
1311 | 2024-07-19T16:38:39.169Z | Compiling num_threads v0.1.7 |
1312 | 2024-07-19T16:38:39.300Z | Compiling percent-encoding v2.3.1 |
1313 | 2024-07-19T16:38:39.358Z | Compiling time v0.3.36 |
1314 | 2024-07-19T16:38:39.405Z | Compiling heapless v0.7.17 |
1315 | 2024-07-19T16:38:40.025Z | Compiling scroll v0.12.0 |
1316 | 2024-07-19T16:38:40.537Z | Compiling zerocopy-derive v0.6.6 |
1317 | 2024-07-19T16:38:41.193Z | Compiling tracing-core v0.1.32 |
1318 | 2024-07-19T16:38:42.802Z | Compiling backtrace v0.3.71 |
1319 | 2024-07-19T16:38:43.288Z | Compiling errno v0.3.9 |
1320 | 2024-07-19T16:38:43.610Z | Compiling plain v0.2.3 |
1321 | 2024-07-19T16:38:43.774Z | Compiling ppv-lite86 v0.2.17 |
1322 | 2024-07-19T16:38:44.528Z | Compiling base64 v0.21.7 |
1323 | 2024-07-19T16:38:44.571Z | Compiling signal-hook v0.3.17 |
1324 | 2024-07-19T16:38:44.846Z | Compiling rand_chacha v0.3.1 |
1325 | 2024-07-19T16:38:44.915Z | Compiling goblin v0.8.2 |
1326 | 2024-07-19T16:38:45.728Z | Compiling tokio-util v0.7.11 |
1327 | 2024-07-19T16:38:45.894Z | Compiling tracing v0.1.40 |
1328 | 2024-07-19T16:38:46.797Z | Compiling regex v1.10.5 |
1329 | 2024-07-19T16:38:47.001Z | Compiling async-trait v0.1.81 |
1330 | 2024-07-19T16:38:48.021Z | Compiling rustversion v1.0.17 |
1331 | 2024-07-19T16:38:48.908Z | Compiling strsim v0.11.1 |
1332 | 2024-07-19T16:38:49.320Z | Compiling pretty-hex v0.4.1 |
1333 | 2024-07-19T16:38:50.128Z | Compiling rand v0.8.5 |
1334 | 2024-07-19T16:38:52.065Z | Compiling dof v0.3.0 |
1335 | 2024-07-19T16:38:52.287Z | Compiling form_urlencoded v1.2.1 |
1336 | 2024-07-19T16:38:52.637Z | Compiling dtrace-parser v0.2.0 |
1337 | 2024-07-19T16:38:53.206Z | Compiling thread-id v4.2.1 |
1338 | 2024-07-19T16:38:53.492Z | Compiling foreign-types-shared v0.1.1 |
1339 | 2024-07-19T16:38:53.664Z | Compiling base64ct v1.6.0 |
1340 | 2024-07-19T16:38:53.720Z | Compiling smoltcp v0.9.1 |
1341 | 2024-07-19T16:38:54.518Z | Compiling try-lock v0.2.5 |
1342 | 2024-07-19T16:38:54.595Z | Compiling unicode-width v0.1.13 |
1343 | 2024-07-19T16:38:54.781Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1344 | 2024-07-19T16:38:54.801Z | Compiling anyhow v1.0.86 |
1345 | 2024-07-19T16:38:54.941Z | Compiling pem-rfc7468 v0.7.0 |
1346 | 2024-07-19T16:38:55.009Z | Compiling want v0.3.1 |
1347 | 2024-07-19T16:38:55.416Z | Compiling foreign-types v0.3.2 |
1348 | 2024-07-19T16:38:55.739Z | Compiling h2 v0.3.26 |
1349 | 2024-07-19T16:38:57.252Z | Compiling http-body v0.4.6 |
1350 | 2024-07-19T16:38:57.647Z | Compiling hmac v0.12.1 |
1351 | 2024-07-19T16:38:57.939Z | Compiling clap_derive v4.5.8 |
1352 | 2024-07-19T16:38:58.922Z | Compiling socket2 v0.4.10 |
1353 | 2024-07-19T16:38:59.058Z | Compiling httpdate v1.0.3 |
1354 | 2024-07-19T16:39:00.626Z | Compiling flagset v0.4.5 |
1355 | 2024-07-19T16:39:00.772Z | Compiling siphasher v0.3.11 |
1356 | 2024-07-19T16:39:01.213Z | Compiling tower-service v0.3.2 |
1357 | 2024-07-19T16:39:01.688Z | Compiling der v0.7.9 |
1358 | 2024-07-19T16:39:07.011Z | Compiling hyper v0.14.28 |
1359 | 2024-07-19T16:39:14.928Z | Compiling rustls-webpki v0.101.7 |
1360 | 2024-07-19T16:39:16.489Z | Compiling sct v0.7.1 |
1361 | 2024-07-19T16:39:16.976Z | Compiling openapiv3 v2.0.0 |
1362 | 2024-07-19T16:39:19.969Z | Compiling hubpack_derive v0.1.1 |
1363 | 2024-07-19T16:39:19.987Z | Compiling idna v0.5.0 |
1364 | 2024-07-19T16:39:21.245Z | Compiling lazy_static v1.5.0 |
1365 | 2024-07-19T16:39:21.791Z | Compiling fs-err v2.11.0 |
1366 | 2024-07-19T16:39:21.877Z | Compiling adler v1.0.2 |
1367 | 2024-07-19T16:39:22.088Z | Compiling openssl-probe v0.1.5 |
1368 | 2024-07-19T16:39:22.344Z | Compiling cpufeatures v0.2.12 |
1369 | 2024-07-19T16:39:22.364Z | Compiling anstyle v1.0.7 |
1370 | 2024-07-19T16:39:22.600Z | Compiling utf8parse v0.2.1 |
1371 | 2024-07-19T16:39:22.637Z | Compiling finl_unicode v1.2.0 |
1372 | 2024-07-19T16:39:22.804Z | Compiling anstyle-parse v0.2.4 |
1373 | 2024-07-19T16:39:22.911Z | Compiling sha2 v0.10.8 |
1374 | 2024-07-19T16:39:23.231Z | Compiling stringprep v0.1.4 |
1375 | 2024-07-19T16:39:23.726Z | Compiling miniz_oxide v0.7.2 |
1376 | 2024-07-19T16:39:24.277Z | Compiling url v2.5.0 |
1377 | 2024-07-19T16:39:26.746Z | Compiling spki v0.7.3 |
1378 | 2024-07-19T16:39:27.689Z | Compiling usdt-attr-macro v0.5.0 |
1379 | 2024-07-19T16:39:28.651Z | Compiling usdt-macro v0.5.0 |
1380 | 2024-07-19T16:39:29.379Z | Compiling md-5 v0.10.6 |
1381 | 2024-07-19T16:39:29.713Z | Compiling toml_datetime v0.6.6 |
1382 | 2024-07-19T16:39:30.064Z | Compiling serde_spanned v0.6.6 |
1383 | 2024-07-19T16:39:30.181Z | Compiling regress v0.9.1 |
1384 | 2024-07-19T16:39:30.298Z | Compiling idna v0.3.0 |
1385 | 2024-07-19T16:39:32.066Z | Compiling diesel_table_macro_syntax v0.1.0 |
1386 | 2024-07-19T16:39:32.446Z | Compiling num-integer v0.1.46 |
1387 | 2024-07-19T16:39:32.888Z | Compiling hash32 v0.2.1 |
1388 | 2024-07-19T16:39:33.165Z | Compiling encoding_rs v0.8.34 |
1389 | 2024-07-19T16:39:33.284Z | Compiling psl-types v2.0.11 |
1390 | 2024-07-19T16:39:33.494Z | Compiling fallible-iterator v0.2.0 |
1391 | 2024-07-19T16:39:33.806Z | Compiling mime v0.3.17 |
1392 | 2024-07-19T16:39:33.978Z | Compiling is_terminal_polyfill v1.70.0 |
1393 | 2024-07-19T16:39:34.113Z | Compiling colorchoice v1.0.1 |
1394 | 2024-07-19T16:39:34.296Z | Compiling gimli v0.28.1 |
1395 | 2024-07-19T16:39:34.490Z | Compiling stable_deref_trait v1.2.0 |
1396 | 2024-07-19T16:39:34.604Z | Compiling anstyle-query v1.0.3 |
1397 | 2024-07-19T16:39:34.747Z | Compiling anstream v0.6.14 |
1398 | 2024-07-19T16:39:35.418Z | Compiling postgres-protocol v0.6.6 |
1399 | 2024-07-19T16:39:36.280Z | Compiling publicsuffix v2.2.3 |
1400 | 2024-07-19T16:39:36.610Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1401 | 2024-07-19T16:39:38.509Z | Compiling diesel_derives v2.1.4 |
1402 | 2024-07-19T16:39:39.368Z | Compiling addr2line v0.21.0 |
1403 | 2024-07-19T16:39:40.008Z | Compiling tokio-rustls v0.24.1 |
1404 | 2024-07-19T16:39:41.811Z | Compiling pkcs8 v0.10.2 |
1405 | 2024-07-19T16:39:42.374Z | Compiling terminal_size v0.3.0 |
1406 | 2024-07-19T16:39:42.588Z | Compiling tokio-native-tls v0.3.1 |
1407 | 2024-07-19T16:39:42.879Z | Compiling phf_shared v0.11.2 |
1408 | 2024-07-19T16:39:42.911Z | Compiling strum_macros v0.25.3 |
1409 | 2024-07-19T16:39:43.656Z | Compiling serde_urlencoded v0.7.1 |
1410 | 2024-07-19T16:39:44.269Z | Compiling enum-as-inner v0.5.1 |
1411 | 2024-07-19T16:39:45.274Z | Compiling block-padding v0.3.3 |
1412 | 2024-07-19T16:39:45.373Z | Compiling serde_repr v0.1.19 |
1413 | 2024-07-19T16:39:45.509Z | Compiling ff v0.13.0 |
1414 | 2024-07-19T16:39:45.778Z | Compiling scheduled-thread-pool v0.2.7 |
1415 | 2024-07-19T16:39:46.462Z | Compiling object v0.32.2 |
1416 | 2024-07-19T16:39:46.731Z | Compiling matches v0.1.10 |
1417 | 2024-07-19T16:39:46.831Z | Compiling winnow v0.5.40 |
1418 | 2024-07-19T16:39:47.442Z | Compiling ipnet v2.9.0 |
1419 | 2024-07-19T16:39:48.540Z | Compiling bitflags v1.3.2 |
1420 | 2024-07-19T16:39:48.650Z | Compiling rustc-demangle v0.1.24 |
1421 | 2024-07-19T16:39:49.535Z | Compiling regex-automata v0.1.10 |
1422 | 2024-07-19T16:39:50.062Z | Compiling clap_lex v0.7.0 |
1423 | 2024-07-19T16:39:50.534Z | Compiling either v1.12.0 |
1424 | 2024-07-19T16:39:50.610Z | Compiling managed v0.8.0 |
1425 | 2024-07-19T16:39:50.724Z | Compiling bit-vec v0.6.3 |
1426 | 2024-07-19T16:39:51.055Z | Compiling base16ct v0.2.0 |
1427 | 2024-07-19T16:39:51.354Z | Compiling sec1 v0.7.3 |
1428 | 2024-07-19T16:39:51.479Z | Compiling toml_edit v0.19.15 |
1429 | 2024-07-19T16:39:51.738Z | Compiling clap_builder v4.5.9 |
1430 | 2024-07-19T16:39:51.911Z | Compiling bstr v0.2.17 |
1431 | 2024-07-19T16:39:52.426Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1432 | 2024-07-19T16:39:52.534Z | Compiling idna v0.2.3 |
1433 | 2024-07-19T16:39:53.445Z | Compiling r2d2 v0.8.10 |
1434 | 2024-07-19T16:39:53.830Z | Compiling group v0.13.0 |
1435 | 2024-07-19T16:39:53.927Z | Compiling inout v0.1.3 |
1436 | 2024-07-19T16:39:54.489Z | Compiling phf v0.11.2 |
1437 | 2024-07-19T16:39:54.508Z | Compiling hyper-tls v0.5.0 |
1438 | 2024-07-19T16:39:54.932Z | Compiling hyper-rustls v0.24.2 |
1439 | 2024-07-19T16:39:54.958Z | Compiling signal-hook-mio v0.2.3 |
1440 | 2024-07-19T16:39:55.153Z | Compiling cookie_store v0.20.0 |
1441 | 2024-07-19T16:39:55.473Z | Compiling postgres-types v0.2.6 |
1442 | 2024-07-19T16:39:56.327Z | Compiling num-bigint v0.4.5 |
1443 | 2024-07-19T16:39:57.047Z | Compiling hubpack v0.1.2 |
1444 | 2024-07-19T16:39:57.508Z | Compiling phf_shared v0.10.0 |
1445 | 2024-07-19T16:39:57.914Z | Compiling rustls-pemfile v1.0.4 |
1446 | 2024-07-19T16:39:58.320Z | Compiling hkdf v0.12.4 |
1447 | 2024-07-19T16:39:58.731Z | Compiling zerocopy v0.6.6 |
1448 | 2024-07-19T16:39:58.840Z | Compiling ipnetwork v0.20.0 |
1449 | 2024-07-19T16:39:59.466Z | Compiling futures-executor v0.3.30 |
1450 | 2024-07-19T16:39:59.492Z | Compiling crypto-bigint v0.5.5 |
1451 | 2024-07-19T16:39:59.599Z | Compiling float-cmp v0.9.0 |
1452 | 2024-07-19T16:39:59.647Z | Compiling memmap v0.7.0 |
1453 | 2024-07-19T16:39:59.861Z | Compiling sync_wrapper v0.1.2 |
1454 | 2024-07-19T16:39:59.899Z | Compiling static_assertions v1.1.0 |
1455 | 2024-07-19T16:39:59.942Z | Compiling unicode-segmentation v1.11.0 |
1456 | 2024-07-19T16:39:59.960Z | Compiling new_debug_unreachable v1.0.6 |
1457 | 2024-07-19T16:39:59.989Z | Compiling webpki-roots v0.25.4 |
1458 | 2024-07-19T16:40:00.007Z | Compiling whoami v1.5.1 |
1459 | 2024-07-19T16:40:00.138Z | Compiling normalize-line-endings v0.3.0 |
1460 | 2024-07-19T16:40:00.267Z | Compiling minimal-lexical v0.2.1 |
1461 | 2024-07-19T16:40:00.315Z | Compiling fixedbitset v0.4.2 |
1462 | 2024-07-19T16:40:00.346Z | Compiling precomputed-hash v0.1.1 |
1463 | 2024-07-19T16:40:00.544Z | Compiling winnow v0.6.8 |
1464 | 2024-07-19T16:40:00.618Z | Compiling data-encoding v2.6.0 |
1465 | 2024-07-19T16:40:00.711Z | Compiling predicates-core v1.0.6 |
1466 | 2024-07-19T16:40:00.727Z | Compiling difflib v0.4.0 |
1467 | 2024-07-19T16:40:01.048Z | Compiling nom v7.1.3 |
1468 | 2024-07-19T16:40:01.985Z | Compiling reqwest v0.11.27 |
1469 | 2024-07-19T16:40:02.102Z | Compiling trust-dns-proto v0.22.0 |
1470 | 2024-07-19T16:40:02.300Z | Compiling predicates v3.1.0 |
1471 | 2024-07-19T16:40:03.080Z | Compiling elliptic-curve v0.13.8 |
1472 | 2024-07-19T16:40:03.240Z | Compiling similar v2.5.0 |
1473 | 2024-07-19T16:40:03.859Z | Compiling petgraph v0.6.5 |
1474 | 2024-07-19T16:40:03.895Z | Compiling string_cache v0.8.7 |
1475 | 2024-07-19T16:40:04.259Z | Compiling toml_edit v0.22.14 |
1476 | 2024-07-19T16:40:04.343Z | Compiling tokio-postgres v0.7.10 |
1477 | 2024-07-19T16:40:05.430Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1478 | 2024-07-19T16:40:07.746Z | Compiling usdt v0.5.0 |
1479 | 2024-07-19T16:40:08.231Z | Compiling futures v0.3.30 |
1480 | 2024-07-19T16:40:09.163Z | Compiling diesel v2.1.6 |
1481 | 2024-07-19T16:40:09.680Z | Compiling yasna v0.5.2 |
1482 | 2024-07-19T16:40:11.256Z | Compiling clap v4.5.9 |
1483 | 2024-07-19T16:40:11.381Z | Compiling crossterm v0.27.0 |
1484 | 2024-07-19T16:40:11.584Z | Compiling crossbeam-epoch v0.9.18 |
1485 | 2024-07-19T16:40:11.868Z | Compiling toml v0.7.8 |
1486 | 2024-07-19T16:40:12.049Z | Compiling flate2 v1.0.30 |
1487 | 2024-07-19T16:40:12.320Z | Compiling cipher v0.4.4 |
1488 | 2024-07-19T16:40:12.794Z | Compiling bit-set v0.5.3 |
1489 | 2024-07-19T16:40:12.961Z | Compiling itertools v0.12.1 |
1490 | 2024-07-19T16:40:13.097Z | Compiling itertools v0.10.5 |
1491 | 2024-07-19T16:40:13.447Z | Compiling num-iter v0.1.45 |
1492 | 2024-07-19T16:40:13.669Z | Compiling console v0.15.8 |
1493 | 2024-07-19T16:40:15.396Z | Compiling tokio-stream v0.1.15 |
1494 | 2024-07-19T16:40:16.006Z | Compiling bstr v1.9.1 |
1495 | 2024-07-19T16:40:16.036Z | Compiling hex v0.4.3 |
1496 | 2024-07-19T16:40:16.936Z | Compiling peg-runtime v0.8.3 |
1497 | 2024-07-19T16:40:17.392Z | Compiling camino v1.1.7 |
1498 | 2024-07-19T16:40:17.944Z | Compiling lalrpop-util v0.19.12 |
1499 | 2024-07-19T16:40:18.050Z | Compiling radium v0.7.0 |
1500 | 2024-07-19T16:40:18.305Z | Compiling unicode-xid v0.2.4 |
1501 | 2024-07-19T16:40:25.162Z | Compiling is-terminal v0.4.12 |
1502 | 2024-07-19T16:40:25.319Z | Compiling ident_case v1.0.1 |
1503 | 2024-07-19T16:40:26.809Z | Compiling maybe-uninit v2.0.0 |
1504 | 2024-07-19T16:40:30.250Z | Compiling rustls-pki-types v1.7.0 |
1505 | 2024-07-19T16:40:30.875Z | Compiling tap v1.0.1 |
1506 | 2024-07-19T16:40:31.059Z | Compiling wyz v0.5.1 |
1507 | 2024-07-19T16:40:41.936Z | Compiling darling_core v0.20.9 |
1508 | 2024-07-19T16:40:45.699Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1509 | 2024-07-19T16:40:46.047Z | Compiling getopts v0.2.21 |
1510 | 2024-07-19T16:40:47.098Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1511 | 2024-07-19T16:40:47.467Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1512 | 2024-07-19T16:40:47.550Z | Compiling dirs-sys-next v0.1.2 |
1513 | 2024-07-19T16:40:47.739Z | Compiling paste v1.0.15 |
1514 | 2024-07-19T16:40:47.824Z | Compiling rustls v0.22.4 |
1515 | 2024-07-19T16:40:48.098Z | Compiling unsafe-libyaml v0.2.11 |
1516 | 2024-07-19T16:40:48.589Z | Compiling num-bigint-dig v0.8.4 |
1517 | 2024-07-19T16:40:48.872Z | Compiling packed_struct v0.10.1 |
1518 | 2024-07-19T16:40:49.286Z | Compiling funty v2.0.0 |
1519 | 2024-07-19T16:40:49.317Z | Compiling base64 v0.22.1 |
1520 | 2024-07-19T16:40:49.900Z | Compiling serde_yaml v0.9.34+deprecated |
1521 | 2024-07-19T16:40:50.478Z | Compiling bitvec v1.0.1 |
1522 | 2024-07-19T16:40:51.976Z | Compiling darling_macro v0.20.9 |
1523 | 2024-07-19T16:40:53.804Z | Compiling dirs-next v2.0.0 |
1524 | 2024-07-19T16:40:54.882Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1525 | 2024-07-19T16:40:56.527Z | Compiling rustls-webpki v0.102.4 |
1526 | 2024-07-19T16:41:00.953Z | Compiling packed_struct_codegen v0.10.1 |
1527 | 2024-07-19T16:41:01.296Z | Compiling structmeta-derive v0.3.0 |
1528 | 2024-07-19T16:41:02.783Z | Compiling thread_local v1.1.8 |
1529 | 2024-07-19T16:41:03.255Z | Compiling indexmap v1.9.3 |
1530 | 2024-07-19T16:41:03.299Z | Compiling multer v3.1.0 |
1531 | 2024-07-19T16:41:03.512Z | Compiling crc-catalog v2.4.0 |
1532 | 2024-07-19T16:41:03.550Z | Compiling rayon-core v1.12.1 |
1533 | 2024-07-19T16:41:03.588Z | Compiling match_cfg v0.1.0 |
1534 | 2024-07-19T16:41:03.664Z | Compiling slog-async v2.8.0 |
1535 | 2024-07-19T16:41:03.822Z | Compiling nodrop v0.1.14 |
1536 | 2024-07-19T16:41:04.067Z | Compiling fastrand v2.1.0 |
1537 | 2024-07-19T16:41:04.086Z | Compiling structmeta v0.3.0 |
1538 | 2024-07-19T16:41:04.187Z | Compiling array-init v0.0.4 |
1539 | 2024-07-19T16:41:04.511Z | Compiling tempfile v3.10.1 |
1540 | 2024-07-19T16:41:05.443Z | Compiling hostname v0.3.1 |
1541 | 2024-07-19T16:41:06.311Z | Compiling crc v3.2.1 |
1542 | 2024-07-19T16:41:07.378Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1543 | 2024-07-19T16:41:08.303Z | Compiling smallvec v0.6.14 |
1544 | 2024-07-19T16:41:08.740Z | Compiling term v0.7.0 |
1545 | 2024-07-19T16:41:09.899Z | Compiling darling v0.20.9 |
1546 | 2024-07-19T16:41:14.255Z | Compiling crossbeam-deque v0.8.5 |
1547 | 2024-07-19T16:41:14.664Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1548 | 2024-07-19T16:41:15.500Z | Compiling pkcs1 v0.7.5 |
1549 | 2024-07-19T16:41:16.959Z | Compiling slog-json v2.6.1 |
1550 | 2024-07-19T16:41:18.187Z | Compiling crossbeam-channel v0.5.12 |
1551 | 2024-07-19T16:41:19.659Z | Compiling http v1.1.0 |
1552 | 2024-07-19T16:41:19.988Z | Compiling signature v2.2.0 |
1553 | 2024-07-19T16:41:20.280Z | Compiling async-stream-impl v0.3.5 |
1554 | 2024-07-19T16:41:21.623Z | Compiling pin-project-internal v1.1.5 |
1555 | 2024-07-19T16:41:23.846Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1556 | 2024-07-19T16:41:24.599Z | Compiling take_mut v0.2.2 |
1557 | 2024-07-19T16:41:25.465Z | Compiling same-file v1.0.6 |
1558 | 2024-07-19T16:41:25.484Z | Compiling hashbrown v0.12.3 |
1559 | 2024-07-19T16:41:25.739Z | Compiling bitfield v0.14.0 |
1560 | 2024-07-19T16:41:26.168Z | Compiling atomic-waker v1.1.2 |
1561 | 2024-07-19T16:41:26.810Z | Compiling termcolor v1.4.1 |
1562 | 2024-07-19T16:41:27.951Z | Compiling env_logger v0.10.2 |
1563 | 2024-07-19T16:41:31.189Z | Compiling waitgroup v0.1.2 |
1564 | 2024-07-19T16:41:31.921Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1565 | 2024-07-19T16:41:32.041Z | Compiling walkdir v2.5.0 |
1566 | 2024-07-19T16:41:40.593Z | Compiling pin-project v1.1.5 |
1567 | 2024-07-19T16:41:40.742Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1568 | 2024-07-19T16:41:40.977Z | Compiling async-stream v0.3.5 |
1569 | 2024-07-19T16:41:41.658Z | Compiling rsa v0.9.6 |
1570 | 2024-07-19T16:41:45.388Z | Compiling slog-bunyan v2.5.0 |
1571 | 2024-07-19T16:41:46.442Z | Compiling tokio-rustls v0.25.0 |
1572 | 2024-07-19T16:41:46.815Z | Compiling serde_with_macros v3.8.3 |
1573 | 2024-07-19T16:41:46.937Z | Compiling slog-term v2.9.1 |
1574 | 2024-07-19T16:41:47.208Z | Compiling serde-hex v0.1.0 |
1575 | 2024-07-19T16:41:48.546Z | Compiling bzip2 v0.4.4 |
1576 | 2024-07-19T16:41:49.355Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1577 | 2024-07-19T16:41:49.616Z | Compiling parse-display-derive v0.9.1 |
1578 | 2024-07-19T16:41:49.693Z | Compiling toml v0.8.14 |
1579 | 2024-07-19T16:41:49.796Z | Compiling rustls-pemfile v2.1.2 |
1580 | 2024-07-19T16:41:53.630Z | Compiling x509-cert v0.2.5 |
1581 | 2024-07-19T16:41:53.691Z | Compiling sha1 v0.10.6 |
1582 | 2024-07-19T16:41:53.731Z | Compiling strum_macros v0.26.4 |
1583 | 2024-07-19T16:41:54.523Z | Compiling newtype-uuid v1.1.0 |
1584 | 2024-07-19T16:41:54.846Z | Compiling xattr v1.3.1 |
1585 | 2024-07-19T16:41:55.079Z | Compiling ron v0.8.1 |
1586 | 2024-07-19T16:41:56.381Z | Compiling snafu-derive v0.8.2 |
1587 | 2024-07-19T16:41:56.781Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1588 | 2024-07-19T16:41:57.207Z | Compiling serde_path_to_error v0.1.16 |
1589 | 2024-07-19T16:41:58.212Z | Compiling hashbrown v0.13.2 |
1590 | 2024-07-19T16:41:58.644Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1591 | 2024-07-19T16:41:59.380Z | Compiling ring v0.16.20 |
1592 | 2024-07-19T16:41:59.565Z | Compiling blake3 v1.5.1 |
1593 | 2024-07-19T16:42:00.125Z | Compiling filetime v0.2.23 |
1594 | 2024-07-19T16:42:00.372Z | Compiling hostname v0.4.0 |
1595 | 2024-07-19T16:42:00.450Z | Compiling instant v0.1.12 |
1596 | 2024-07-19T16:42:00.552Z | Compiling buf-list v1.0.3 |
1597 | 2024-07-19T16:42:00.639Z | Compiling debug-ignore v1.0.5 |
1598 | 2024-07-19T16:42:00.792Z | Compiling crc-any v2.5.0 |
1599 | 2024-07-19T16:42:01.319Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1600 | 2024-07-19T16:42:01.386Z | Compiling snafu v0.8.2 |
1601 | 2024-07-19T16:42:01.748Z | Compiling backoff v0.4.0 |
1602 | 2024-07-19T16:42:02.130Z | Compiling tar v0.4.41 |
1603 | 2024-07-19T16:42:03.107Z | Compiling object v0.30.4 |
1604 | 2024-07-19T16:42:05.670Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1605 | 2024-07-19T16:42:05.899Z | Compiling strum v0.26.3 |
1606 | 2024-07-19T16:42:06.112Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1607 | 2024-07-19T16:42:07.674Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1608 | 2024-07-19T16:42:07.913Z | Compiling parse-display v0.9.1 |
1609 | 2024-07-19T16:42:08.144Z | Compiling serde_with v3.8.3 |
1610 | 2024-07-19T16:42:08.176Z | Compiling zip v0.6.6 |
1611 | 2024-07-19T16:42:09.906Z | Compiling rayon v1.10.0 |
1612 | 2024-07-19T16:42:11.141Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1613 | 2024-07-19T16:42:11.908Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1614 | 2024-07-19T16:42:12.989Z | Compiling camino-tempfile v1.1.1 |
1615 | 2024-07-19T16:42:13.789Z | Compiling globset v0.4.14 |
1616 | 2024-07-19T16:42:15.801Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1617 | 2024-07-19T16:42:16.259Z | Compiling pem v3.0.4 |
1618 | 2024-07-19T16:42:16.963Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1619 | 2024-07-19T16:42:17.174Z | Compiling olpc-cjson v0.1.3 |
1620 | 2024-07-19T16:42:17.522Z | Compiling serde_plain v1.0.2 |
1621 | 2024-07-19T16:42:17.892Z | Compiling macaddr v1.0.1 |
1622 | 2024-07-19T16:42:18.036Z | Compiling async-recursion v1.1.1 |
1623 | 2024-07-19T16:42:18.508Z | Compiling memmap2 v0.9.4 |
1624 | 2024-07-19T16:42:19.085Z | Compiling arrayvec v0.7.4 |
1625 | 2024-07-19T16:42:19.593Z | Compiling arrayref v0.3.7 |
1626 | 2024-07-19T16:42:19.642Z | Compiling untrusted v0.7.1 |
1627 | 2024-07-19T16:42:19.708Z | Compiling spin v0.5.2 |
1628 | 2024-07-19T16:42:19.847Z | Compiling path-slash v0.1.5 |
1629 | 2024-07-19T16:42:19.885Z | Compiling constant_time_eq v0.3.0 |
1630 | 2024-07-19T16:42:19.980Z | Compiling typed-path v0.7.1 |
1631 | 2024-07-19T16:42:20.097Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1632 | 2024-07-19T16:42:22.856Z | Compiling tough v0.17.1 |
1633 | 2024-07-19T16:42:22.910Z | Compiling cargo-platform v0.1.8 |
1634 | 2024-07-19T16:42:24.057Z | Compiling topological-sort v0.2.2 |
1635 | 2024-07-19T16:42:24.361Z | Compiling parse-size v1.0.0 |
1636 | 2024-07-19T16:42:24.664Z | Compiling omicron-zone-package v0.11.0 |
1637 | 2024-07-19T16:42:27.160Z | Compiling cargo_metadata v0.18.1 |
1638 | 2024-07-19T16:42:28.449Z | Compiling shell-words v1.1.0 |
1639 | 2024-07-19T16:42:29.019Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1640 | 2024-07-19T16:42:40.879Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1641 | 2024-07-19T16:42:50.364Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
1642 | 2024-07-19T16:43:05.566Z | Finished `release` profile [optimized] target(s) in 5m 10s |
1643 | 2024-07-19T16:43:05.689Z | Running `target/release/omicron-releng --output-dir /work` |
1644 | 2024-07-19T16:43:05.738Z | Jul 19 16:43:05.400 DEBG changing working directory to /work/oxidecomputer/omicron |
1645 | 2024-07-19T16:43:05.816Z | Jul 19 16:43:05.480 DEBG running: git rev-parse HEAD |
1646 | 2024-07-19T16:43:05.823Z | Jul 19 16:43:05.487 DEBG process exited with exit status: 0 (6.853615ms) |
1647 | 2024-07-19T16:43:05.823Z | Jul 19 16:43:05.487 INFO version: 10.0.0-0.ci+gitea8e04155df |
1648 | 2024-07-19T16:43:05.863Z | Jul 19 16:43:05.527 INFO cloning helios to /work/oxidecomputer/helios |
1649 | 2024-07-19T16:43:05.863Z | Jul 19 16:43:05.527 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
1650 | 2024-07-19T16:43:05.869Z | Cloning into '/work/oxidecomputer/helios'... |
1651 | 2024-07-19T16:43:06.375Z | Jul 19 16:43:06.039 DEBG process exited with exit status: 0 (512.076817ms) |
1652 | 2024-07-19T16:43:06.375Z | Jul 19 16:43:06.040 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
1653 | 2024-07-19T16:43:06.384Z | # branch.oid d85b5c88d33e1c76ab09e729f8bbe7faf7f88f7f |
1654 | 2024-07-19T16:43:06.384Z | # branch.head master |
1655 | 2024-07-19T16:43:06.384Z | # branch.upstream origin/master |
1656 | 2024-07-19T16:43:06.384Z | # branch.ab +0 -0 |
1657 | 2024-07-19T16:43:06.386Z | Jul 19 16:43:06.048 DEBG process exited with exit status: 0 (8.942125ms) |
1658 | 2024-07-19T16:43:06.386Z | Jul 19 16:43:06.049 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
1659 | 2024-07-19T16:43:07.162Z | Jul 19 16:43:06.826 DEBG process exited with exit status: 0 (777.310343ms) |
1660 | 2024-07-19T16:43:07.162Z | Jul 19 16:43:06.826 DEBG running: zfs list rpool/images/build/host |
1661 | 2024-07-19T16:43:07.169Z | NAME USED AVAIL REFER MOUNTPOINT |
1662 | 2024-07-19T16:43:07.169Z | rpool/images/build/host 24K 153G 24K /rpool/images/build/host |
1663 | 2024-07-19T16:43:07.172Z | Jul 19 16:43:06.834 DEBG process exited with exit status: 0 (7.835693ms) |
1664 | 2024-07-19T16:43:07.172Z | Jul 19 16:43:06.834 DEBG running: zfs list rpool/images/build/recovery |
1665 | 2024-07-19T16:43:07.176Z | NAME USED AVAIL REFER MOUNTPOINT |
1666 | 2024-07-19T16:43:07.176Z | rpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery |
1667 | 2024-07-19T16:43:07.178Z | Jul 19 16:43:06.841 DEBG process exited with exit status: 0 (6.71442ms) |
1668 | 2024-07-19T16:43:07.178Z | Jul 19 16:43:06.842 INFO [hubris-staging] running task |
1669 | 2024-07-19T16:43:07.178Z | Jul 19 16:43:06.842 INFO [hubris-production] running task |
1670 | 2024-07-19T16:43:07.178Z | Jul 19 16:43:06.842 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
1671 | 2024-07-19T16:43:07.182Z | Jul 19 16:43:06.846 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
1672 | 2024-07-19T16:43:07.806Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
1673 | 2024-07-19T16:43:08.029Z | [ omicron-package] Blocking waiting for file lock on package cache |
1674 | 2024-07-19T16:43:08.671Z | Jul 19 16:43:08.336 INFO [hubris-production] task succeeded (1.493879129s) |
1675 | 2024-07-19T16:43:08.826Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
1676 | 2024-07-19T16:43:08.829Z | [ omicron-package] Compiling heapless v0.8.0 |
1677 | 2024-07-19T16:43:08.948Z | [ omicron-package] Compiling hash32 v0.3.1 |
1678 | 2024-07-19T16:43:08.952Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1679 | 2024-07-19T16:43:08.952Z | [ omicron-package] Compiling smoltcp v0.11.0 |
1680 | 2024-07-19T16:43:08.997Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
1681 | 2024-07-19T16:43:09.001Z | [ omicron-package] Compiling embedded-io v0.4.0 |
1682 | 2024-07-19T16:43:09.009Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1683 | 2024-07-19T16:43:09.211Z | [ omicron-package] Compiling cobs v0.2.3 |
1684 | 2024-07-19T16:43:09.304Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
1685 | 2024-07-19T16:43:09.392Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1686 | 2024-07-19T16:43:09.473Z | [ omicron-package] Compiling postcard v1.0.8 |
1687 | 2024-07-19T16:43:09.532Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
1688 | 2024-07-19T16:43:09.711Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1689 | 2024-07-19T16:43:09.727Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1690 | 2024-07-19T16:43:09.835Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
1691 | 2024-07-19T16:43:10.069Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
1692 | 2024-07-19T16:43:10.872Z | [ omicron-package] Compiling tabwriter v1.4.0 |
1693 | 2024-07-19T16:43:11.012Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1694 | 2024-07-19T16:43:11.063Z | [ omicron-package] Compiling foreign-types v0.5.0 |
1695 | 2024-07-19T16:43:11.201Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
1696 | 2024-07-19T16:43:11.231Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1697 | 2024-07-19T16:43:11.463Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
1698 | 2024-07-19T16:43:11.463Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
1699 | 2024-07-19T16:43:11.936Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1700 | 2024-07-19T16:43:12.025Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1701 | 2024-07-19T16:43:12.598Z | [ omicron-package] Compiling colored v2.1.0 |
1702 | 2024-07-19T16:43:13.031Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1703 | 2024-07-19T16:43:13.257Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1704 | 2024-07-19T16:43:13.337Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1705 | 2024-07-19T16:43:13.659Z | [ omicron-package] Compiling num-derive v0.4.2 |
1706 | 2024-07-19T16:43:13.701Z | [ omicron-package] Compiling sigpipe v0.1.3 |
1707 | 2024-07-19T16:43:13.931Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
1708 | 2024-07-19T16:43:14.055Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1709 | 2024-07-19T16:43:14.492Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1710 | 2024-07-19T16:43:14.679Z | [ omicron-package] Compiling smf v0.2.3 |
1711 | 2024-07-19T16:43:14.885Z | [ omicron-package] Compiling num_enum v0.5.11 |
1712 | 2024-07-19T16:43:15.273Z | [ omicron-package] Compiling bitfield-struct v0.6.1 |
1713 | 2024-07-19T16:43:15.396Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1714 | 2024-07-19T16:43:15.717Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1715 | 2024-07-19T16:43:16.544Z | [ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1716 | 2024-07-19T16:43:16.745Z | [ omicron-package] Compiling portable-atomic v1.6.0 |
1717 | 2024-07-19T16:43:17.067Z | Jul 19 16:43:16.732 INFO [hubris-staging] task succeeded (9.890078765s) |
1718 | 2024-07-19T16:43:18.382Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1719 | 2024-07-19T16:43:18.534Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1720 | 2024-07-19T16:43:19.804Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1721 | 2024-07-19T16:43:20.142Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1722 | 2024-07-19T16:43:20.764Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1723 | 2024-07-19T16:43:20.907Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1724 | 2024-07-19T16:43:21.162Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1725 | 2024-07-19T16:43:22.650Z | [ omicron-package] Compiling gethostname v0.4.3 |
1726 | 2024-07-19T16:43:22.931Z | [ omicron-package] Compiling number_prefix v0.4.0 |
1727 | 2024-07-19T16:43:24.671Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1728 | 2024-07-19T16:43:25.701Z | [ omicron-package] Compiling indicatif v0.17.8 |
1729 | 2024-07-19T16:43:27.600Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1730 | 2024-07-19T16:43:27.999Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1731 | 2024-07-19T16:43:31.187Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1732 | 2024-07-19T16:43:31.687Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1733 | 2024-07-19T16:43:33.367Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1734 | 2024-07-19T16:43:53.665Z | [ helios-setup] Jul 19 16:43:53.332 INFO helios repository root is: /work/oxidecomputer/helios |
1735 | 2024-07-19T16:43:53.668Z | [ helios-setup] Jul 19 16:43:53.335 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
1736 | 2024-07-19T16:43:53.668Z | [ helios-setup] Jul 19 16:43:53.335 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 |
1737 | 2024-07-19T16:43:53.668Z | [ helios-setup] Jul 19 16:43:53.335 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
1738 | 2024-07-19T16:43:53.672Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
1739 | 2024-07-19T16:43:54.430Z | [ helios-setup] Jul 19 16:43:54.098 INFO clone ok!, project: bootserver |
1740 | 2024-07-19T16:43:54.432Z | [ helios-setup] Jul 19 16:43:54.098 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 |
1741 | 2024-07-19T16:43:54.432Z | [ helios-setup] Jul 19 16:43:54.098 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
1742 | 2024-07-19T16:43:54.435Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
1743 | 2024-07-19T16:43:55.294Z | [ helios-setup] Jul 19 16:43:54.962 INFO clone ok!, project: pilot |
1744 | 2024-07-19T16:43:55.297Z | [ helios-setup] Jul 19 16:43:54.963 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 |
1745 | 2024-07-19T16:43:55.297Z | [ helios-setup] Jul 19 16:43:54.963 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
1746 | 2024-07-19T16:43:55.300Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
1747 | 2024-07-19T16:43:55.753Z | [ helios-setup] Jul 19 16:43:55.422 INFO clone ok!, project: pinprick |
1748 | 2024-07-19T16:43:55.756Z | [ helios-setup] Jul 19 16:43:55.422 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
1749 | 2024-07-19T16:43:55.756Z | [ helios-setup] Jul 19 16:43:55.422 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 |
1750 | 2024-07-19T16:43:55.756Z | [ helios-setup] Jul 19 16:43:55.422 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
1751 | 2024-07-19T16:43:55.761Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
1752 | 2024-07-19T16:43:55.829Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 48.64s |
1753 | 2024-07-19T16:43:56.002Z | [ omicron-package] |
1754 | 2024-07-19T16:43:56.002Z | [ omicron-package] real 48.791949701 |
1755 | 2024-07-19T16:43:56.012Z | [ omicron-package] user 3:01.369637918 |
1756 | 2024-07-19T16:43:56.012Z | [ omicron-package] sys 23.368416425 |
1757 | 2024-07-19T16:43:56.012Z | [ omicron-package] trap 0.208476480 |
1758 | 2024-07-19T16:43:56.012Z | [ omicron-package] tflt 0.450132736 |
1759 | 2024-07-19T16:43:56.012Z | [ omicron-package] dflt 0.845272592 |
1760 | 2024-07-19T16:43:56.012Z | [ omicron-package] kflt 0.000013801 |
1761 | 2024-07-19T16:43:56.012Z | [ omicron-package] lock 6:02.682536558 |
1762 | 2024-07-19T16:43:56.012Z | Jul 19 16:43:55.671 INFO [omicron-package] process exited with exit status: 0 (48.828611847s) |
1763 | 2024-07-19T16:43:56.012Z | [ omicron-package] slp 6:56.105798547 |
1764 | 2024-07-19T16:43:56.012Z | [ omicron-package] lat 1:44.118839941 |
1765 | 2024-07-19T16:43:56.012Z | [ omicron-package] stop 45.035972572 |
1766 | 2024-07-19T16:43:56.012Z | Jul 19 16:43:55.671 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
1767 | 2024-07-19T16:43:56.046Z | Jul 19 16:43:55.715 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 |
1768 | 2024-07-19T16:43:56.058Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
1769 | 2024-07-19T16:43:56.061Z | [ recovery-target] Created new build target 'recovery' and set it as active |
1770 | 2024-07-19T16:43:56.061Z | Jul 19 16:43:55.730 INFO [recovery-target] process exited with exit status: 0 (58.39449ms) |
1771 | 2024-07-19T16:43:56.064Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
1772 | 2024-07-19T16:43:56.064Z | [ host-target] Created new build target 'host' and set it as active |
1773 | 2024-07-19T16:43:56.067Z | Jul 19 16:43:55.734 INFO [host-target] process exited with exit status: 0 (18.694129ms) |
1774 | 2024-07-19T16:43:56.067Z | Jul 19 16:43:55.734 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
1775 | 2024-07-19T16:43:56.081Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
1776 | 2024-07-19T16:43:57.214Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1777 | 2024-07-19T16:43:57.315Z | [ host-package] Compiling camino v1.1.7 |
1778 | 2024-07-19T16:43:57.327Z | [ host-package] Compiling derive-where v1.2.7 |
1779 | 2024-07-19T16:43:57.330Z | [ host-package] Compiling humantime v2.1.0 |
1780 | 2024-07-19T16:43:57.330Z | [ host-package] Compiling newline-converter v0.3.0 |
1781 | 2024-07-19T16:43:57.330Z | [ host-package] Compiling toml v0.8.14 |
1782 | 2024-07-19T16:43:57.333Z | [ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1783 | 2024-07-19T16:43:57.343Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
1784 | 2024-07-19T16:43:57.534Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1785 | 2024-07-19T16:43:57.585Z | [ host-package] Compiling expectorate v1.1.0 |
1786 | 2024-07-19T16:43:57.780Z | [ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1787 | 2024-07-19T16:43:57.838Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1788 | 2024-07-19T16:43:57.933Z | [ host-package] Compiling dirs-next v2.0.0 |
1789 | 2024-07-19T16:43:58.013Z | [ host-package] Compiling password-hash v0.5.0 |
1790 | 2024-07-19T16:43:58.126Z | [ host-package] Compiling blake2 v0.10.6 |
1791 | 2024-07-19T16:43:58.327Z | [ host-package] Compiling prettyplease v0.2.20 |
1792 | 2024-07-19T16:43:58.377Z | [ host-package] Compiling term v0.7.0 |
1793 | 2024-07-19T16:43:58.628Z | [ host-package] Compiling argon2 v0.5.3 |
1794 | 2024-07-19T16:43:59.081Z | [ host-package] Compiling is-terminal v0.4.12 |
1795 | 2024-07-19T16:43:59.237Z | [ host-package] Compiling semver v0.1.20 |
1796 | 2024-07-19T16:43:59.467Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1797 | 2024-07-19T16:43:59.853Z | [ host-package] Compiling home v0.5.9 |
1798 | 2024-07-19T16:43:59.871Z | [ host-package] Compiling rustc_version v0.1.7 |
1799 | 2024-07-19T16:44:00.165Z | [ host-package] Compiling convert_case v0.4.0 |
1800 | 2024-07-19T16:44:00.210Z | [ host-package] Compiling linked-hash-map v0.5.6 |
1801 | 2024-07-19T16:44:00.379Z | [ host-package] Compiling newtype_derive v0.1.6 |
1802 | 2024-07-19T16:44:00.401Z | [ host-package] Compiling rustls-pki-types v1.7.0 |
1803 | 2024-07-19T16:44:00.613Z | [ host-package] Compiling lru-cache v0.1.2 |
1804 | 2024-07-19T16:44:00.836Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1805 | 2024-07-19T16:44:00.893Z | [ host-package] Compiling steno v0.4.1 |
1806 | 2024-07-19T16:44:00.978Z | [ host-package] Compiling derive_more v0.99.18 |
1807 | 2024-07-19T16:44:01.205Z | [ host-package] Compiling rustls-webpki v0.102.4 |
1808 | 2024-07-19T16:44:01.283Z | [ host-package] Compiling rustls v0.22.4 |
1809 | 2024-07-19T16:44:01.316Z | [ host-package] Compiling thread_local v1.1.8 |
1810 | 2024-07-19T16:44:01.898Z | [ host-package] Compiling match_cfg v0.1.0 |
1811 | 2024-07-19T16:44:02.065Z | [ host-package] Compiling hostname v0.3.1 |
1812 | 2024-07-19T16:44:02.692Z | [ helios-setup] Jul 19 16:44:02.361 INFO clone ok!, project: amd-firmware |
1813 | 2024-07-19T16:44:02.695Z | [ helios-setup] Jul 19 16:44:02.362 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
1814 | 2024-07-19T16:44:02.695Z | [ helios-setup] Jul 19 16:44:02.362 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 |
1815 | 2024-07-19T16:44:02.695Z | [ helios-setup] Jul 19 16:44:02.362 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
1816 | 2024-07-19T16:44:02.698Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
1817 | 2024-07-19T16:44:03.301Z | [ host-package] Compiling multer v3.1.0 |
1818 | 2024-07-19T16:44:03.372Z | [ host-package] Compiling slog-async v2.8.0 |
1819 | 2024-07-19T16:44:03.443Z | [ host-package] Compiling slog-json v2.6.1 |
1820 | 2024-07-19T16:44:03.729Z | [ helios-setup] Jul 19 16:44:03.398 INFO clone ok!, project: chelsio-t6-roms |
1821 | 2024-07-19T16:44:03.732Z | [ helios-setup] Jul 19 16:44:03.398 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 |
1822 | 2024-07-19T16:44:03.732Z | [ helios-setup] Jul 19 16:44:03.398 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 |
1823 | 2024-07-19T16:44:03.735Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
1824 | 2024-07-19T16:44:03.810Z | [ host-package] Compiling crossbeam-channel v0.5.12 |
1825 | 2024-07-19T16:44:03.874Z | [ host-package] Compiling http v1.1.0 |
1826 | 2024-07-19T16:44:04.808Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
1827 | 2024-07-19T16:44:04.828Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
1828 | 2024-07-19T16:44:04.842Z | [ host-package] Compiling atomic-waker v1.1.2 |
1829 | 2024-07-19T16:44:05.053Z | [ host-package] Compiling base64 v0.22.1 |
1830 | 2024-07-19T16:44:05.053Z | [ host-package] Compiling take_mut v0.2.2 |
1831 | 2024-07-19T16:44:06.363Z | [ host-package] Compiling rustls-pemfile v2.1.2 |
1832 | 2024-07-19T16:44:06.383Z | [ host-package] Compiling waitgroup v0.1.2 |
1833 | 2024-07-19T16:44:06.601Z | [ host-package] Compiling slog-bunyan v2.5.0 |
1834 | 2024-07-19T16:44:06.765Z | [ host-package] Compiling tokio-rustls v0.25.0 |
1835 | 2024-07-19T16:44:06.812Z | [ host-package] Compiling slog-term v2.9.1 |
1836 | 2024-07-19T16:44:06.836Z | [ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1837 | 2024-07-19T16:44:06.906Z | [ host-package] Compiling async-stream v0.3.5 |
1838 | 2024-07-19T16:44:07.219Z | [ host-package] Compiling sha1 v0.10.6 |
1839 | 2024-07-19T16:44:07.236Z | [ host-package] Compiling newtype-uuid v1.1.0 |
1840 | 2024-07-19T16:44:07.549Z | [ host-package] Compiling serde_path_to_error v0.1.16 |
1841 | 2024-07-19T16:44:07.672Z | [ host-package] Compiling hostname v0.4.0 |
1842 | 2024-07-19T16:44:07.905Z | [ host-package] Compiling slog-dtrace v0.3.0 |
1843 | 2024-07-19T16:44:08.045Z | [ host-package] Compiling instant v0.1.12 |
1844 | 2024-07-19T16:44:08.204Z | [ host-package] Compiling debug-ignore v1.0.5 |
1845 | 2024-07-19T16:44:08.379Z | [ host-package] Compiling backoff v0.4.0 |
1846 | 2024-07-19T16:44:08.405Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1847 | 2024-07-19T16:44:08.711Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1848 | 2024-07-19T16:44:08.750Z | [ host-package] Compiling parse-display v0.9.1 |
1849 | 2024-07-19T16:44:08.911Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1850 | 2024-07-19T16:44:09.150Z | [ host-package] Compiling serde_with v3.8.3 |
1851 | 2024-07-19T16:44:09.384Z | [ host-package] Compiling strum v0.26.3 |
1852 | 2024-07-19T16:44:09.581Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1853 | 2024-07-19T16:44:10.720Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1854 | 2024-07-19T16:44:11.646Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1855 | 2024-07-19T16:44:11.756Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
1856 | 2024-07-19T16:44:11.770Z | [ helios-setup] Jul 19 16:44:11.440 INFO clone ok!, project: amd-host-image-builder |
1857 | 2024-07-19T16:44:11.773Z | [ helios-setup] Jul 19 16:44:11.440 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 |
1858 | 2024-07-19T16:44:11.773Z | [ helios-setup] Jul 19 16:44:11.441 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
1859 | 2024-07-19T16:44:11.776Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
1860 | 2024-07-19T16:44:11.893Z | [ host-package] Compiling num-rational v0.4.2 |
1861 | 2024-07-19T16:44:11.941Z | [ host-package] Compiling num-complex v0.4.6 |
1862 | 2024-07-19T16:44:12.466Z | [ helios-setup] Jul 19 16:44:12.136 INFO clone ok!, project: image-builder |
1863 | 2024-07-19T16:44:12.469Z | [ helios-setup] Jul 19 16:44:12.136 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 |
1864 | 2024-07-19T16:44:12.469Z | [ helios-setup] Jul 19 16:44:12.136 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
1865 | 2024-07-19T16:44:12.471Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
1866 | 2024-07-19T16:44:13.110Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1867 | 2024-07-19T16:44:13.169Z | [ host-package] Compiling macaddr v1.0.1 |
1868 | 2024-07-19T16:44:13.245Z | [ helios-setup] Jul 19 16:44:12.915 INFO clone ok!, project: phbl |
1869 | 2024-07-19T16:44:13.248Z | [ helios-setup] Jul 19 16:44:12.915 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
1870 | 2024-07-19T16:44:13.615Z | [ host-package] Compiling swrite v0.1.0 |
1871 | 2024-07-19T16:44:13.705Z | [ host-package] Compiling num v0.4.3 |
1872 | 2024-07-19T16:44:14.197Z | [ helios-setup] Jul 19 16:44:13.867 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
1873 | 2024-07-19T16:44:14.840Z | [ helios-setup] Jul 19 16:44:14.510 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
1874 | 2024-07-19T16:44:14.840Z | [ helios-setup] Jul 19 16:44:14.510 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
1875 | 2024-07-19T16:44:15.415Z | [ helios-setup] Jul 19 16:44:15.085 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
1876 | 2024-07-19T16:44:15.519Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1877 | 2024-07-19T16:44:15.553Z | [ host-package] Compiling quick-error v1.2.3 |
1878 | 2024-07-19T16:44:15.762Z | [ host-package] Compiling float-ord v0.3.2 |
1879 | 2024-07-19T16:44:15.949Z | [ helios-setup] Jul 19 16:44:15.619 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
1880 | 2024-07-19T16:44:15.949Z | [ helios-setup] Jul 19 16:44:15.619 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
1881 | 2024-07-19T16:44:16.001Z | [ host-package] Compiling resolv-conf v0.7.0 |
1882 | 2024-07-19T16:44:16.481Z | [ helios-setup] Jul 19 16:44:16.151 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
1883 | 2024-07-19T16:44:16.973Z | [ host-package] Compiling utf-8 v0.7.6 |
1884 | 2024-07-19T16:44:17.032Z | [ helios-setup] Jul 19 16:44:16.703 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
1885 | 2024-07-19T16:44:17.035Z | [ helios-setup] Jul 19 16:44:16.703 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
1886 | 2024-07-19T16:44:17.035Z | [ helios-setup] Jul 19 16:44:16.703 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
1887 | 2024-07-19T16:44:17.035Z | [ helios-setup] Jul 19 16:44:16.703 INFO ok! |
1888 | 2024-07-19T16:44:17.035Z | [ helios-setup] Jul 19 16:44:16.703 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
1889 | 2024-07-19T16:44:17.035Z | [ helios-setup] Jul 19 16:44:16.703 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
1890 | 2024-07-19T16:44:17.035Z | [ helios-setup] Jul 19 16:44:16.703 INFO ok! |
1891 | 2024-07-19T16:44:17.035Z | [ helios-setup] Jul 19 16:44:16.703 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
1892 | 2024-07-19T16:44:17.035Z | [ helios-setup] Jul 19 16:44:16.703 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
1893 | 2024-07-19T16:44:17.035Z | [ helios-setup] Jul 19 16:44:16.703 INFO ok! |
1894 | 2024-07-19T16:44:17.035Z | [ helios-setup] Jul 19 16:44:16.703 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
1895 | 2024-07-19T16:44:17.035Z | [ helios-setup] Jul 19 16:44:16.703 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
1896 | 2024-07-19T16:44:17.263Z | [ helios-setup] Jul 19 16:44:16.933 INFO E| Downloading crates ... |
1897 | 2024-07-19T16:44:17.428Z | [ host-package] Compiling trust-dns-resolver v0.22.0 |
1898 | 2024-07-19T16:44:17.444Z | [ helios-setup] Jul 19 16:44:17.114 INFO E| Downloaded unicode-width v0.1.10 |
1899 | 2024-07-19T16:44:17.450Z | [ helios-setup] Jul 19 16:44:17.117 INFO E| Downloaded generic-array v0.14.6 |
1900 | 2024-07-19T16:44:17.450Z | [ helios-setup] Jul 19 16:44:17.119 INFO E| Downloaded block-buffer v0.10.3 |
1901 | 2024-07-19T16:44:17.484Z | [ helios-setup] Jul 19 16:44:17.154 INFO E| Downloaded typenum v1.15.0 |
1902 | 2024-07-19T16:44:17.488Z | [ helios-setup] Jul 19 16:44:17.158 INFO E| Downloaded sha2 v0.10.5 |
1903 | 2024-07-19T16:44:17.491Z | [ helios-setup] Jul 19 16:44:17.162 INFO E| Downloaded miniz_oxide v0.6.2 |
1904 | 2024-07-19T16:44:17.495Z | [ helios-setup] Jul 19 16:44:17.165 INFO E| Downloaded flate2 v1.0.25 |
1905 | 2024-07-19T16:44:17.502Z | [ helios-setup] Jul 19 16:44:17.173 INFO E| Downloaded digest v0.10.3 |
1906 | 2024-07-19T16:44:17.505Z | [ helios-setup] Jul 19 16:44:17.176 INFO E| Downloaded cpufeatures v0.2.5 |
1907 | 2024-07-19T16:44:17.508Z | [ helios-setup] Jul 19 16:44:17.178 INFO E| Downloaded bytes v1.2.1 |
1908 | 2024-07-19T16:44:17.513Z | [ helios-setup] Jul 19 16:44:17.183 INFO E| Downloaded anyhow v1.0.62 |
1909 | 2024-07-19T16:44:17.588Z | [ host-package] Compiling rayon-core v1.12.1 |
1910 | 2024-07-19T16:44:17.599Z | [ helios-setup] Jul 19 16:44:17.269 INFO E| Compiling version_check v0.9.4 |
1911 | 2024-07-19T16:44:17.599Z | [ helios-setup] Jul 19 16:44:17.269 INFO E| Compiling typenum v1.15.0 |
1912 | 2024-07-19T16:44:17.599Z | [ helios-setup] Jul 19 16:44:17.269 INFO E| Compiling cfg-if v1.0.0 |
1913 | 2024-07-19T16:44:17.601Z | [ helios-setup] Jul 19 16:44:17.269 INFO E| Compiling crc32fast v1.3.2 |
1914 | 2024-07-19T16:44:17.601Z | [ helios-setup] Jul 19 16:44:17.269 INFO E| Compiling adler v1.0.2 |
1915 | 2024-07-19T16:44:17.601Z | [ helios-setup] Jul 19 16:44:17.270 INFO E| Compiling anyhow v1.0.62 |
1916 | 2024-07-19T16:44:17.601Z | [ helios-setup] Jul 19 16:44:17.270 INFO E| Compiling unicode-width v0.1.10 |
1917 | 2024-07-19T16:44:17.601Z | [ helios-setup] Jul 19 16:44:17.270 INFO E| Compiling cpufeatures v0.2.5 |
1918 | 2024-07-19T16:44:17.622Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1919 | 2024-07-19T16:44:17.861Z | [ host-package] Compiling crossbeam-deque v0.8.5 |
1920 | 2024-07-19T16:44:18.034Z | [ helios-setup] Jul 19 16:44:17.705 INFO E| Compiling miniz_oxide v0.6.2 |
1921 | 2024-07-19T16:44:18.042Z | [ helios-setup] Jul 19 16:44:17.713 INFO E| Compiling bitflags v1.3.2 |
1922 | 2024-07-19T16:44:18.287Z | [ helios-setup] Jul 19 16:44:17.958 INFO E| Compiling getopts v0.2.21 |
1923 | 2024-07-19T16:44:18.375Z | [ helios-setup] Jul 19 16:44:18.045 INFO E| Compiling bytes v1.2.1 |
1924 | 2024-07-19T16:44:18.613Z | [ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1925 | 2024-07-19T16:44:19.231Z | [ helios-setup] Jul 19 16:44:18.901 INFO E| Compiling generic-array v0.14.6 |
1926 | 2024-07-19T16:44:19.660Z | [ helios-setup] Jul 19 16:44:19.330 INFO E| Compiling flate2 v1.0.25 |
1927 | 2024-07-19T16:44:23.961Z | [ helios-setup] Jul 19 16:44:23.632 INFO E| Compiling block-buffer v0.10.3 |
1928 | 2024-07-19T16:44:23.961Z | [ helios-setup] Jul 19 16:44:23.632 INFO E| Compiling crypto-common v0.1.6 |
1929 | 2024-07-19T16:44:24.144Z | [ helios-setup] Jul 19 16:44:23.815 INFO E| Compiling digest v0.10.3 |
1930 | 2024-07-19T16:44:24.523Z | [ helios-setup] Jul 19 16:44:24.194 INFO E| Compiling sha2 v0.10.5 |
1931 | 2024-07-19T16:44:25.072Z | [ helios-setup] Jul 19 16:44:24.743 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
1932 | 2024-07-19T16:44:26.723Z | [ host-package] Compiling display-error-chain v0.2.0 |
1933 | 2024-07-19T16:44:26.939Z | [ host-package] Compiling same-file v1.0.6 |
1934 | 2024-07-19T16:44:27.244Z | [ host-package] Compiling fastrand v2.1.0 |
1935 | 2024-07-19T16:44:28.007Z | [ host-package] Compiling tempfile v3.10.1 |
1936 | 2024-07-19T16:44:28.622Z | [ host-package] Compiling walkdir v2.5.0 |
1937 | 2024-07-19T16:44:29.828Z | [ host-package] Compiling maplit v1.0.2 |
1938 | 2024-07-19T16:44:29.997Z | [ host-package] Compiling glob v0.3.1 |
1939 | 2024-07-19T16:44:30.057Z | [ helios-setup] Jul 19 16:44:29.729 INFO E| Finished `release` profile [optimized] target(s) in 12.94s |
1940 | 2024-07-19T16:44:30.072Z | [ helios-setup] Jul 19 16:44:29.744 INFO building project "bootserver" ok (13 seconds) |
1941 | 2024-07-19T16:44:30.072Z | [ helios-setup] Jul 19 16:44:29.744 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
1942 | 2024-07-19T16:44:30.072Z | [ helios-setup] Jul 19 16:44:29.744 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
1943 | 2024-07-19T16:44:30.426Z | [ helios-setup] Jul 19 16:44:30.098 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
1944 | 2024-07-19T16:44:31.033Z | [ helios-setup] Jul 19 16:44:30.704 INFO E| From https://github.com/jclulow/hiercmd |
1945 | 2024-07-19T16:44:31.033Z | [ helios-setup] Jul 19 16:44:30.704 INFO E| * [new branch] main -> origin/main |
1946 | 2024-07-19T16:44:31.033Z | [ helios-setup] Jul 19 16:44:30.704 INFO E| * [new ref] -> origin/HEAD |
1947 | 2024-07-19T16:44:31.052Z | [ helios-setup] Jul 19 16:44:30.724 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
1948 | 2024-07-19T16:44:31.250Z | [ host-package] Compiling crunchy v0.2.2 |
1949 | 2024-07-19T16:44:31.550Z | [ helios-setup] Jul 19 16:44:31.222 INFO E| From https://github.com/jclulow/network-interface |
1950 | 2024-07-19T16:44:31.550Z | [ helios-setup] Jul 19 16:44:31.222 INFO E| * [new branch] illumos -> origin/illumos |
1951 | 2024-07-19T16:44:31.553Z | [ helios-setup] Jul 19 16:44:31.222 INFO E| * [new branch] main -> origin/main |
1952 | 2024-07-19T16:44:31.553Z | [ helios-setup] Jul 19 16:44:31.222 INFO E| * [new ref] -> origin/HEAD |
1953 | 2024-07-19T16:44:31.570Z | [ helios-setup] Jul 19 16:44:31.241 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
1954 | 2024-07-19T16:44:31.761Z | [ host-package] Compiling clang-sys v1.7.0 |
1955 | 2024-07-19T16:44:32.120Z | [ helios-setup] Jul 19 16:44:31.792 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
1956 | 2024-07-19T16:44:32.120Z | [ helios-setup] Jul 19 16:44:31.792 INFO E| * [new branch] compliance -> origin/compliance |
1957 | 2024-07-19T16:44:32.123Z | [ helios-setup] Jul 19 16:44:31.792 INFO E| * [new branch] libdlpi-sys -> origin/libdlpi-sys |
1958 | 2024-07-19T16:44:32.123Z | [ helios-setup] Jul 19 16:44:31.792 INFO E| * [new branch] main -> origin/main |
1959 | 2024-07-19T16:44:32.123Z | [ helios-setup] Jul 19 16:44:31.792 INFO E| * [new ref] -> origin/HEAD |
1960 | 2024-07-19T16:44:32.159Z | [ helios-setup] Jul 19 16:44:31.830 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
1961 | 2024-07-19T16:44:32.461Z | [ host-package] Compiling rayon v1.10.0 |
1962 | 2024-07-19T16:44:33.269Z | [ helios-setup] Jul 19 16:44:32.941 INFO E| From https://github.com/oxidecomputer/facade |
1963 | 2024-07-19T16:44:33.269Z | [ helios-setup] Jul 19 16:44:32.941 INFO E| * [new branch] 0XV2-serials -> origin/0XV2-serials |
1964 | 2024-07-19T16:44:33.273Z | [ helios-setup] Jul 19 16:44:32.942 INFO E| * [new branch] checklist -> origin/checklist |
1965 | 2024-07-19T16:44:33.273Z | [ helios-setup] Jul 19 16:44:32.942 INFO E| * [new branch] dependabot/cargo/h2-0.3.26 -> origin/dependabot/cargo/h2-0.3.26 |
1966 | 2024-07-19T16:44:33.273Z | [ helios-setup] Jul 19 16:44:32.942 INFO E| * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11 |
1967 | 2024-07-19T16:44:33.273Z | [ helios-setup] Jul 19 16:44:32.942 INFO E| * [new branch] dramtest -> origin/dramtest |
1968 | 2024-07-19T16:44:33.273Z | [ helios-setup] Jul 19 16:44:32.943 INFO E| * [new branch] facts -> origin/facts |
1969 | 2024-07-19T16:44:33.273Z | [ helios-setup] Jul 19 16:44:32.943 INFO E| * [new branch] fix-broken-ffi -> origin/fix-broken-ffi |
1970 | 2024-07-19T16:44:33.273Z | [ helios-setup] Jul 19 16:44:32.943 INFO E| * [new branch] flihp/platform-id_permslip -> origin/flihp/platform-id_permslip |
1971 | 2024-07-19T16:44:33.273Z | [ helios-setup] Jul 19 16:44:32.944 INFO E| * [new branch] flihp/platform-id_permslip-prebase -> origin/flihp/platform-id_permslip-prebase |
1972 | 2024-07-19T16:44:33.273Z | [ helios-setup] Jul 19 16:44:32.944 INFO E| * [new branch] gimlet-f -> origin/gimlet-f |
1973 | 2024-07-19T16:44:33.273Z | [ helios-setup] Jul 19 16:44:32.944 INFO E| * [new branch] guardrails -> origin/guardrails |
1974 | 2024-07-19T16:44:33.273Z | [ helios-setup] Jul 19 16:44:32.945 INFO E| * [new branch] idcerts -> origin/idcerts |
1975 | 2024-07-19T16:44:33.276Z | [ helios-setup] Jul 19 16:44:32.945 INFO E| * [new branch] jhendricks/fix-usage -> origin/jhendricks/fix-usage |
1976 | 2024-07-19T16:44:33.276Z | [ helios-setup] Jul 19 16:44:32.945 INFO E| * [new branch] jhendricks/micron7450 -> origin/jhendricks/micron7450 |
1977 | 2024-07-19T16:44:33.276Z | [ helios-setup] Jul 19 16:44:32.945 INFO E| * [new branch] jhendricks/readme -> origin/jhendricks/readme |
1978 | 2024-07-19T16:44:33.276Z | [ helios-setup] Jul 19 16:44:32.946 INFO E| * [new branch] main -> origin/main |
1979 | 2024-07-19T16:44:33.276Z | [ helios-setup] Jul 19 16:44:32.946 INFO E| * [new branch] meanwell -> origin/meanwell |
1980 | 2024-07-19T16:44:33.276Z | [ helios-setup] Jul 19 16:44:32.946 INFO E| * [new branch] parents -> origin/parents |
1981 | 2024-07-19T16:44:33.276Z | [ helios-setup] Jul 19 16:44:32.946 INFO E| * [new branch] psc -> origin/psc |
1982 | 2024-07-19T16:44:33.276Z | [ helios-setup] Jul 19 16:44:32.946 INFO E| * [new branch] rackstatus -> origin/rackstatus |
1983 | 2024-07-19T16:44:33.276Z | [ helios-setup] Jul 19 16:44:32.947 INFO E| * [new branch] sessions -> origin/sessions |
1984 | 2024-07-19T16:44:33.276Z | [ helios-setup] Jul 19 16:44:32.947 INFO E| * [new branch] sidecar_loopback_test -> origin/sidecar_loopback_test |
1985 | 2024-07-19T16:44:33.276Z | [ helios-setup] Jul 19 16:44:32.947 INFO E| * [new branch] sshauth -> origin/sshauth |
1986 | 2024-07-19T16:44:33.276Z | [ helios-setup] Jul 19 16:44:32.947 INFO E| * [new branch] unsupervised -> origin/unsupervised |
1987 | 2024-07-19T16:44:33.276Z | [ helios-setup] Jul 19 16:44:32.948 INFO E| * [new branch] x11 -> origin/x11 |
1988 | 2024-07-19T16:44:33.276Z | [ helios-setup] Jul 19 16:44:32.948 INFO E| * [new ref] -> origin/HEAD |
1989 | 2024-07-19T16:44:33.354Z | [ helios-setup] Jul 19 16:44:33.026 INFO E| Updating crates.io index |
1990 | 2024-07-19T16:44:34.233Z | [ helios-setup] Jul 19 16:44:33.905 INFO E| Downloading crates ... |
1991 | 2024-07-19T16:44:34.384Z | [ helios-setup] Jul 19 16:44:34.056 INFO E| Downloaded const-random-macro v0.1.15 |
1992 | 2024-07-19T16:44:34.387Z | [ helios-setup] Jul 19 16:44:34.058 INFO E| Downloaded autocfg v1.1.0 |
1993 | 2024-07-19T16:44:34.390Z | [ helios-setup] Jul 19 16:44:34.061 INFO E| Downloaded project-root v0.2.2 |
1994 | 2024-07-19T16:44:34.393Z | [ helios-setup] Jul 19 16:44:34.063 INFO E| Downloaded futures-sink v0.3.28 |
1995 | 2024-07-19T16:44:34.393Z | [ helios-setup] Jul 19 16:44:34.064 INFO E| Downloaded anstream v0.2.6 |
1996 | 2024-07-19T16:44:34.396Z | [ helios-setup] Jul 19 16:44:34.068 INFO E| Downloaded digest v0.10.6 |
1997 | 2024-07-19T16:44:34.399Z | [ helios-setup] Jul 19 16:44:34.071 INFO E| Downloaded concolor-query v0.3.3 |
1998 | 2024-07-19T16:44:34.402Z | [ helios-setup] Jul 19 16:44:34.073 INFO E| Downloaded byteorder v1.4.3 |
1999 | 2024-07-19T16:44:34.405Z | [ helios-setup] Jul 19 16:44:34.077 INFO E| Downloaded anstyle v0.3.5 |
2000 | 2024-07-19T16:44:34.408Z | [ helios-setup] Jul 19 16:44:34.080 INFO E| Downloaded bincode v1.3.3 |
2001 | 2024-07-19T16:44:34.412Z | [ helios-setup] Jul 19 16:44:34.085 INFO E| Downloaded const-random v0.1.15 |
2002 | 2024-07-19T16:44:34.415Z | [ helios-setup] Jul 19 16:44:34.087 INFO E| Downloaded sct v0.7.0 |
2003 | 2024-07-19T16:44:34.424Z | [ helios-setup] Jul 19 16:44:34.096 INFO E| Downloaded num_cpus v1.15.0 |
2004 | 2024-07-19T16:44:34.430Z | [ helios-setup] Jul 19 16:44:34.102 INFO E| Downloaded pkg-config v0.3.26 |
2005 | 2024-07-19T16:44:34.433Z | [ helios-setup] Jul 19 16:44:34.105 INFO E| Downloaded paste v1.0.12 |
2006 | 2024-07-19T16:44:34.439Z | [ helios-setup] Jul 19 16:44:34.111 INFO E| Downloaded serde_spanned v0.6.1 |
2007 | 2024-07-19T16:44:34.442Z | [ helios-setup] Jul 19 16:44:34.113 INFO E| Downloaded want v0.3.0 |
2008 | 2024-07-19T16:44:34.445Z | [ helios-setup] Jul 19 16:44:34.115 INFO E| Downloaded try-lock v0.2.4 |
2009 | 2024-07-19T16:44:34.445Z | [ helios-setup] Jul 19 16:44:34.117 INFO E| Downloaded ryu v1.0.13 |
2010 | 2024-07-19T16:44:34.451Z | [ helios-setup] Jul 19 16:44:34.123 INFO E| Downloaded camino v1.1.4 |
2011 | 2024-07-19T16:44:34.454Z | [ helios-setup] Jul 19 16:44:34.126 INFO E| Downloaded ahash v0.8.3 |
2012 | 2024-07-19T16:44:34.459Z | [ helios-setup] Jul 19 16:44:34.131 INFO E| Downloaded time-core v0.1.0 |
2013 | 2024-07-19T16:44:34.462Z | [ helios-setup] Jul 19 16:44:34.132 INFO E| Downloaded toolchain_find v0.2.0 |
2014 | 2024-07-19T16:44:34.465Z | [ helios-setup] Jul 19 16:44:34.134 INFO E| Downloaded errno v0.3.1 |
2015 | 2024-07-19T16:44:34.467Z | [ helios-setup] Jul 19 16:44:34.137 INFO E| Downloaded serde_tokenstream v0.2.0 |
2016 | 2024-07-19T16:44:34.471Z | [ helios-setup] Jul 19 16:44:34.143 INFO E| Downloaded slab v0.4.7 |
2017 | 2024-07-19T16:44:34.474Z | [ helios-setup] Jul 19 16:44:34.146 INFO E| Downloaded thiserror v1.0.38 |
2018 | 2024-07-19T16:44:34.482Z | [ helios-setup] Jul 19 16:44:34.154 INFO E| Downloaded anyhow v1.0.68 |
2019 | 2024-07-19T16:44:34.512Z | [ helios-setup] Jul 19 16:44:34.184 INFO E| Downloaded once_cell v1.17.0 |
2020 | 2024-07-19T16:44:34.517Z | [ helios-setup] Jul 19 16:44:34.189 INFO E| Downloaded walkdir v2.3.3 |
2021 | 2024-07-19T16:44:34.520Z | [ helios-setup] Jul 19 16:44:34.192 INFO E| Downloaded toml_datetime v0.6.1 |
2022 | 2024-07-19T16:44:34.523Z | [ helios-setup] Jul 19 16:44:34.194 INFO E| Downloaded tokio-macros v2.0.0 |
2023 | 2024-07-19T16:44:34.526Z | [ helios-setup] Jul 19 16:44:34.197 INFO E| Downloaded signal-hook-registry v1.4.0 |
2024 | 2024-07-19T16:44:34.529Z | [ helios-setup] Jul 19 16:44:34.199 INFO E| Downloaded semver v1.0.17 |
2025 | 2024-07-19T16:44:34.532Z | [ helios-setup] Jul 19 16:44:34.203 INFO E| Downloaded time-macros v0.2.8 |
2026 | 2024-07-19T16:44:34.536Z | [ helios-setup] Jul 19 16:44:34.208 INFO E| Downloaded serde_derive_internals v0.26.0 |
2027 | 2024-07-19T16:44:34.538Z | [ helios-setup] Jul 19 16:44:34.211 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2028 | 2024-07-19T16:44:34.543Z | [ helios-setup] Jul 19 16:44:34.216 INFO E| Downloaded smartstring v1.0.1 |
2029 | 2024-07-19T16:44:34.548Z | [ helios-setup] Jul 19 16:44:34.220 INFO E| Downloaded sha2 v0.10.6 |
2030 | 2024-07-19T16:44:34.553Z | [ helios-setup] Jul 19 16:44:34.225 INFO E| Downloaded io-lifetimes v1.0.10 |
2031 | 2024-07-19T16:44:34.558Z | [ helios-setup] Jul 19 16:44:34.230 INFO E| Downloaded num_enum v0.5.7 |
2032 | 2024-07-19T16:44:34.566Z | [ helios-setup] Jul 19 16:44:34.238 INFO E| Downloaded tokio-rustls v0.24.0 |
2033 | 2024-07-19T16:44:34.569Z | [ helios-setup] Jul 19 16:44:34.241 INFO E| Downloaded rhai_codegen v1.5.0 |
2034 | 2024-07-19T16:44:34.584Z | [ helios-setup] Jul 19 16:44:34.256 INFO E| Downloaded serde_derive v1.0.152 |
2035 | 2024-07-19T16:44:34.589Z | [ helios-setup] Jul 19 16:44:34.261 INFO E| Downloaded typenum v1.16.0 |
2036 | 2024-07-19T16:44:34.594Z | [ helios-setup] Jul 19 16:44:34.266 INFO E| Downloaded unicode-bidi v0.3.13 |
2037 | 2024-07-19T16:44:34.598Z | [ helios-setup] Jul 19 16:44:34.270 INFO E| Downloaded schemars v0.8.12 |
2038 | 2024-07-19T16:44:34.619Z | [ helios-setup] Jul 19 16:44:34.291 INFO E| Downloaded uuid v1.3.0 |
2039 | 2024-07-19T16:44:34.640Z | [ helios-setup] Jul 19 16:44:34.312 INFO E| Downloaded url v2.3.1 |
2040 | 2024-07-19T16:44:34.645Z | [ helios-setup] Jul 19 16:44:34.317 INFO E| Downloaded unicode-linebreak v0.1.4 |
2041 | 2024-07-19T16:44:34.648Z | [ helios-setup] Jul 19 16:44:34.321 INFO E| Downloaded tokio-util v0.7.7 |
2042 | 2024-07-19T16:44:34.659Z | [ helios-setup] Jul 19 16:44:34.331 INFO E| Downloaded mio v0.8.5 |
2043 | 2024-07-19T16:44:34.692Z | [ helios-setup] Jul 19 16:44:34.364 INFO E| Downloaded winnow v0.4.1 |
2044 | 2024-07-19T16:44:34.704Z | [ helios-setup] Jul 19 16:44:34.376 INFO E| Downloaded unicode-normalization v0.1.22 |
2045 | 2024-07-19T16:44:34.710Z | [ helios-setup] Jul 19 16:44:34.381 INFO E| Downloaded time v0.3.20 |
2046 | 2024-07-19T16:44:34.719Z | [ helios-setup] Jul 19 16:44:34.391 INFO E| Downloaded syn v2.0.13 |
2047 | 2024-07-19T16:44:34.734Z | [ helios-setup] Jul 19 16:44:34.406 INFO E| Downloaded syn v1.0.107 |
2048 | 2024-07-19T16:44:34.749Z | [ helios-setup] Jul 19 16:44:34.421 INFO E| Downloaded rayon v1.6.1 |
2049 | 2024-07-19T16:44:34.763Z | [ helios-setup] Jul 19 16:44:34.435 INFO E| Downloaded tokio v1.27.0 |
2050 | 2024-07-19T16:44:34.812Z | [ helios-setup] Jul 19 16:44:34.484 INFO E| Downloaded hyper v0.14.25 |
2051 | 2024-07-19T16:44:34.825Z | [ helios-setup] Jul 19 16:44:34.497 INFO E| Downloaded h2 v0.3.16 |
2052 | 2024-07-19T16:44:34.835Z | [ helios-setup] Jul 19 16:44:34.507 INFO E| Downloaded regress v0.5.0 |
2053 | 2024-07-19T16:44:34.844Z | [ helios-setup] Jul 19 16:44:34.517 INFO E| Downloaded git2 v0.16.1 |
2054 | 2024-07-19T16:44:34.856Z | [ helios-setup] Jul 19 16:44:34.528 INFO E| Downloaded regex v1.7.3 |
2055 | 2024-07-19T16:44:34.873Z | [ helios-setup] Jul 19 16:44:34.545 INFO E| Downloaded rustls v0.21.0 |
2056 | 2024-07-19T16:44:34.893Z | [ helios-setup] Jul 19 16:44:34.565 INFO E| Downloaded reqwest v0.11.16 |
2057 | 2024-07-19T16:44:34.907Z | [ helios-setup] Jul 19 16:44:34.579 INFO E| Downloaded rustix v0.37.3 |
2058 | 2024-07-19T16:44:34.937Z | [ helios-setup] Jul 19 16:44:34.609 INFO E| Downloaded rhai v1.14.0 |
2059 | 2024-07-19T16:44:34.956Z | [ helios-setup] Jul 19 16:44:34.628 INFO E| Downloaded openapiv3 v1.0.2 |
2060 | 2024-07-19T16:44:34.976Z | [ helios-setup] Jul 19 16:44:34.648 INFO E| Downloaded clap_builder v4.2.1 |
2061 | 2024-07-19T16:44:34.987Z | [ helios-setup] Jul 19 16:44:34.659 INFO E| Downloaded chrono v0.4.24 |
2062 | 2024-07-19T16:44:34.999Z | [ helios-setup] Jul 19 16:44:34.672 INFO E| Downloaded futures-util v0.3.28 |
2063 | 2024-07-19T16:44:35.021Z | [ helios-setup] Jul 19 16:44:34.692 INFO E| Downloaded serde_json v1.0.95 |
2064 | 2024-07-19T16:44:35.032Z | [ helios-setup] Jul 19 16:44:34.704 INFO E| Downloaded libc v0.2.139 |
2065 | 2024-07-19T16:44:35.074Z | [ helios-setup] Jul 19 16:44:34.746 INFO E| Downloaded pest v2.5.7 |
2066 | 2024-07-19T16:44:35.082Z | [ helios-setup] Jul 19 16:44:34.754 INFO E| Downloaded aho-corasick v0.7.20 |
2067 | 2024-07-19T16:44:35.089Z | [ helios-setup] Jul 19 16:44:34.761 INFO E| Downloaded http v0.2.9 |
2068 | 2024-07-19T16:44:35.095Z | [ helios-setup] Jul 19 16:44:34.767 INFO E| Downloaded crossbeam-channel v0.5.6 |
2069 | 2024-07-19T16:44:35.103Z | [ helios-setup] Jul 19 16:44:34.775 INFO E| Downloaded toml_edit v0.19.8 |
2070 | 2024-07-19T16:44:35.131Z | [ helios-setup] Jul 19 16:44:34.803 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2071 | 2024-07-19T16:44:35.137Z | [ helios-setup] Jul 19 16:44:34.809 INFO E| Downloaded unicode-ident v1.0.8 |
2072 | 2024-07-19T16:44:35.141Z | [ helios-setup] Jul 19 16:44:34.813 INFO E| Downloaded tungstenite v0.18.0 |
2073 | 2024-07-19T16:44:35.145Z | [ helios-setup] Jul 19 16:44:34.818 INFO E| Downloaded tracing-core v0.1.30 |
2074 | 2024-07-19T16:44:35.150Z | [ helios-setup] Jul 19 16:44:34.822 INFO E| Downloaded tracing v0.1.37 |
2075 | 2024-07-19T16:44:35.156Z | [ helios-setup] Jul 19 16:44:34.828 INFO E| Downloaded serde_yaml v0.9.21 |
2076 | 2024-07-19T16:44:35.162Z | [ helios-setup] Jul 19 16:44:34.834 INFO E| Downloaded ucd-trie v0.1.5 |
2077 | 2024-07-19T16:44:35.165Z | [ helios-setup] Jul 19 16:44:34.836 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2078 | 2024-07-19T16:44:35.168Z | [ helios-setup] Jul 19 16:44:34.840 INFO E| Downloaded bytes v1.4.0 |
2079 | 2024-07-19T16:44:35.174Z | [ helios-setup] Jul 19 16:44:34.846 INFO E| Downloaded base64 v0.21.0 |
2080 | 2024-07-19T16:44:35.179Z | [ helios-setup] Jul 19 16:44:34.852 INFO E| Downloaded toml v0.7.3 |
2081 | 2024-07-19T16:44:35.259Z | [ helios-setup] Jul 19 16:44:34.931 INFO E| Downloaded time v0.1.45 |
2082 | 2024-07-19T16:44:35.263Z | [ helios-setup] Jul 19 16:44:34.933 INFO E| Downloaded encoding_rs v0.8.32 |
2083 | 2024-07-19T16:44:35.296Z | [ helios-setup] Jul 19 16:44:34.968 INFO E| Downloaded textwrap v0.16.0 |
2084 | 2024-07-19T16:44:35.300Z | [ helios-setup] Jul 19 16:44:34.972 INFO E| Downloaded socket2 v0.4.9 |
2085 | 2024-07-19T16:44:35.304Z | [ helios-setup] Jul 19 16:44:34.975 INFO E| Downloaded serde v1.0.152 |
2086 | 2024-07-19T16:44:35.308Z | [ helios-setup] Jul 19 16:44:34.981 INFO E| Downloaded proc-macro2 v1.0.56 |
2087 | 2024-07-19T16:44:35.313Z | [ helios-setup] Jul 19 16:44:34.985 INFO E| Downloaded log v0.4.17 |
2088 | 2024-07-19T16:44:35.316Z | [ helios-setup] Jul 19 16:44:34.988 INFO E| Downloaded futures v0.3.28 |
2089 | 2024-07-19T16:44:35.324Z | [ helios-setup] Jul 19 16:44:34.996 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2090 | 2024-07-19T16:44:35.439Z | [ helios-setup] Jul 19 16:44:35.111 INFO E| Downloaded rustls-webpki v0.100.1 |
2091 | 2024-07-19T16:44:35.450Z | [ helios-setup] Jul 19 16:44:35.122 INFO E| Downloaded rayon-core v1.10.2 |
2092 | 2024-07-19T16:44:35.457Z | [ helios-setup] Jul 19 16:44:35.129 INFO E| Downloaded parking_lot v0.12.1 |
2093 | 2024-07-19T16:44:35.460Z | [ helios-setup] Jul 19 16:44:35.133 INFO E| Downloaded memchr v2.5.0 |
2094 | 2024-07-19T16:44:35.466Z | [ helios-setup] Jul 19 16:44:35.139 INFO E| Downloaded tempfile v3.5.0 |
2095 | 2024-07-19T16:44:35.469Z | [ helios-setup] Jul 19 16:44:35.142 INFO E| Downloaded libz-sys v1.1.8 |
2096 | 2024-07-19T16:44:35.548Z | [ helios-setup] Jul 19 16:44:35.220 INFO E| Downloaded pin-project-lite v0.2.9 |
2097 | 2024-07-19T16:44:35.555Z | [ helios-setup] Jul 19 16:44:35.227 INFO E| Downloaded parking_lot_core v0.9.6 |
2098 | 2024-07-19T16:44:35.558Z | [ helios-setup] Jul 19 16:44:35.230 INFO E| Downloaded crossbeam-utils v0.8.14 |
2099 | 2024-07-19T16:44:35.578Z | [ helios-setup] Jul 19 16:44:35.250 INFO E| Downloaded cargo-lock v8.0.3 |
2100 | 2024-07-19T16:44:35.582Z | [ helios-setup] Jul 19 16:44:35.254 INFO E| Downloaded quote v1.0.26 |
2101 | 2024-07-19T16:44:35.585Z | [ helios-setup] Jul 19 16:44:35.258 INFO E| Downloaded jobserver v0.1.26 |
2102 | 2024-07-19T16:44:35.588Z | [ helios-setup] Jul 19 16:44:35.260 INFO E| Downloaded httpdate v1.0.2 |
2103 | 2024-07-19T16:44:35.591Z | [ helios-setup] Jul 19 16:44:35.262 INFO E| Downloaded getrandom v0.2.8 |
2104 | 2024-07-19T16:44:35.594Z | [ helios-setup] Jul 19 16:44:35.266 INFO E| Downloaded futures-channel v0.3.28 |
2105 | 2024-07-19T16:44:35.597Z | [ helios-setup] Jul 19 16:44:35.269 INFO E| Downloaded cc v1.0.78 |
2106 | 2024-07-19T16:44:35.600Z | [ helios-setup] Jul 19 16:44:35.273 INFO E| Downloaded smallvec v1.10.0 |
2107 | 2024-07-19T16:44:35.604Z | [ helios-setup] Jul 19 16:44:35.276 INFO E| Downloaded scopeguard v1.1.0 |
2108 | 2024-07-19T16:44:35.607Z | [ helios-setup] Jul 19 16:44:35.277 INFO E| Downloaded schemars_derive v0.8.12 |
2109 | 2024-07-19T16:44:35.609Z | [ helios-setup] Jul 19 16:44:35.279 INFO E| Downloaded clap v4.2.1 |
2110 | 2024-07-19T16:44:35.620Z | [ helios-setup] Jul 19 16:44:35.293 INFO E| Downloaded thiserror-impl v1.0.38 |
2111 | 2024-07-19T16:44:35.623Z | [ helios-setup] Jul 19 16:44:35.294 INFO E| Downloaded terminal_size v0.2.6 |
2112 | 2024-07-19T16:44:35.626Z | [ helios-setup] Jul 19 16:44:35.296 INFO E| Downloaded strsim v0.10.0 |
2113 | 2024-07-19T16:44:35.626Z | [ helios-setup] Jul 19 16:44:35.298 INFO E| Downloaded smawk v0.3.1 |
2114 | 2024-07-19T16:44:35.629Z | [ helios-setup] Jul 19 16:44:35.300 INFO E| Downloaded slog-bunyan v2.4.0 |
2115 | 2024-07-19T16:44:35.632Z | [ helios-setup] Jul 19 16:44:35.301 INFO E| Downloaded rustls-pemfile v1.0.2 |
2116 | 2024-07-19T16:44:35.635Z | [ helios-setup] Jul 19 16:44:35.304 INFO E| Downloaded proc-macro-crate v1.2.1 |
2117 | 2024-07-19T16:44:35.635Z | [ helios-setup] Jul 19 16:44:35.306 INFO E| Downloaded percent-encoding v2.2.0 |
2118 | 2024-07-19T16:44:35.637Z | [ helios-setup] Jul 19 16:44:35.307 INFO E| Downloaded num_enum_derive v0.5.7 |
2119 | 2024-07-19T16:44:35.637Z | [ helios-setup] Jul 19 16:44:35.308 INFO E| Downloaded is-terminal v0.4.7 |
2120 | 2024-07-19T16:44:35.640Z | [ helios-setup] Jul 19 16:44:35.310 INFO E| Downloaded iana-time-zone v0.1.56 |
2121 | 2024-07-19T16:44:35.643Z | [ helios-setup] Jul 19 16:44:35.313 INFO E| Downloaded futures-task v0.3.28 |
2122 | 2024-07-19T16:44:35.643Z | [ helios-setup] Jul 19 16:44:35.314 INFO E| Downloaded futures-macro v0.3.28 |
2123 | 2024-07-19T16:44:35.646Z | [ helios-setup] Jul 19 16:44:35.316 INFO E| Downloaded futures-executor v0.3.28 |
2124 | 2024-07-19T16:44:35.646Z | [ helios-setup] Jul 19 16:44:35.318 INFO E| Downloaded num-traits v0.2.15 |
2125 | 2024-07-19T16:44:35.649Z | [ host-package] Compiling ring v0.16.20 |
2126 | 2024-07-19T16:44:35.651Z | [ helios-setup] Jul 19 16:44:35.322 INFO E| Downloaded num-integer v0.1.45 |
2127 | 2024-07-19T16:44:35.654Z | [ helios-setup] Jul 19 16:44:35.324 INFO E| Downloaded memoffset v0.7.1 |
2128 | 2024-07-19T16:44:35.654Z | [ helios-setup] Jul 19 16:44:35.326 INFO E| Downloaded fastrand v1.9.0 |
2129 | 2024-07-19T16:44:35.657Z | [ helios-setup] Jul 19 16:44:35.327 INFO E| Downloaded slog-async v2.7.0 |
2130 | 2024-07-19T16:44:35.657Z | [ helios-setup] Jul 19 16:44:35.329 INFO E| Downloaded semver-parser v0.10.2 |
2131 | 2024-07-19T16:44:35.660Z | [ helios-setup] Jul 19 16:44:35.332 INFO E| Downloaded sha1 v0.10.5 |
2132 | 2024-07-19T16:44:35.663Z | [ helios-setup] Jul 19 16:44:35.334 INFO E| Downloaded lock_api v0.4.9 |
2133 | 2024-07-19T16:44:35.665Z | [ helios-setup] Jul 19 16:44:35.336 INFO E| Downloaded ipnet v2.7.2 |
2134 | 2024-07-19T16:44:35.668Z | [ helios-setup] Jul 19 16:44:35.338 INFO E| Downloaded serde_path_to_error v0.1.11 |
2135 | 2024-07-19T16:44:35.674Z | [ helios-setup] Jul 19 16:44:35.341 INFO E| Downloaded semver v0.11.0 |
2136 | 2024-07-19T16:44:35.674Z | [ helios-setup] Jul 19 16:44:35.343 INFO E| Downloaded ahash v0.7.6 |
2137 | 2024-07-19T16:44:35.678Z | [ helios-setup] Jul 19 16:44:35.347 INFO E| Downloaded dyn-clone v1.0.11 |
2138 | 2024-07-19T16:44:35.678Z | [ helios-setup] Jul 19 16:44:35.349 INFO E| Downloaded clap_lex v0.4.1 |
2139 | 2024-07-19T16:44:35.681Z | [ helios-setup] Jul 19 16:44:35.351 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2140 | 2024-07-19T16:44:35.681Z | [ helios-setup] Jul 19 16:44:35.353 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2141 | 2024-07-19T16:44:35.685Z | [ helios-setup] Jul 19 16:44:35.355 INFO E| Downloaded home v0.5.4 |
2142 | 2024-07-19T16:44:35.685Z | [ helios-setup] Jul 19 16:44:35.356 INFO E| Downloaded form_urlencoded v1.1.0 |
2143 | 2024-07-19T16:44:35.688Z | [ helios-setup] Jul 19 16:44:35.357 INFO E| Downloaded either v1.8.0 |
2144 | 2024-07-19T16:44:35.688Z | [ helios-setup] Jul 19 16:44:35.359 INFO E| Downloaded clap_derive v4.2.0 |
2145 | 2024-07-19T16:44:35.690Z | [ helios-setup] Jul 19 16:44:35.362 INFO E| Downloaded async-trait v0.1.68 |
2146 | 2024-07-19T16:44:35.695Z | [ helios-setup] Jul 19 16:44:35.367 INFO E| Downloaded lazy_static v1.4.0 |
2147 | 2024-07-19T16:44:35.702Z | [ helios-setup] Jul 19 16:44:35.375 INFO E| Downloaded itoa v1.0.6 |
2148 | 2024-07-19T16:44:35.702Z | [ helios-setup] Jul 19 16:44:35.375 INFO E| Downloaded http-body v0.4.5 |
2149 | 2024-07-19T16:44:35.703Z | [ helios-setup] Jul 19 16:44:35.375 INFO E| Downloaded built v0.6.0 |
2150 | 2024-07-19T16:44:35.705Z | [ helios-setup] Jul 19 16:44:35.375 INFO E| Downloaded anstyle-parse v0.1.1 |
2151 | 2024-07-19T16:44:35.706Z | [ helios-setup] Jul 19 16:44:35.375 INFO E| Downloaded futures-io v0.3.28 |
2152 | 2024-07-19T16:44:35.706Z | [ helios-setup] Jul 19 16:44:35.376 INFO E| Downloaded futures-core v0.3.28 |
2153 | 2024-07-19T16:44:35.709Z | [ helios-setup] Jul 19 16:44:35.378 INFO E| Downloaded crossbeam-deque v0.8.2 |
2154 | 2024-07-19T16:44:35.709Z | [ helios-setup] Jul 19 16:44:35.380 INFO E| Downloaded concolor-override v1.0.0 |
2155 | 2024-07-19T16:44:36.019Z | [ helios-setup] Jul 19 16:44:35.691 INFO E| Compiling proc-macro2 v1.0.56 |
2156 | 2024-07-19T16:44:36.019Z | [ helios-setup] Jul 19 16:44:35.691 INFO E| Compiling libc v0.2.139 |
2157 | 2024-07-19T16:44:36.022Z | [ helios-setup] Jul 19 16:44:35.691 INFO E| Compiling quote v1.0.26 |
2158 | 2024-07-19T16:44:36.022Z | [ helios-setup] Jul 19 16:44:35.691 INFO E| Compiling unicode-ident v1.0.8 |
2159 | 2024-07-19T16:44:36.022Z | [ helios-setup] Jul 19 16:44:35.691 INFO E| Compiling syn v1.0.107 |
2160 | 2024-07-19T16:44:36.023Z | [ helios-setup] Jul 19 16:44:35.692 INFO E| Compiling autocfg v1.1.0 |
2161 | 2024-07-19T16:44:36.023Z | [ helios-setup] Jul 19 16:44:35.692 INFO E| Compiling serde_derive v1.0.152 |
2162 | 2024-07-19T16:44:36.023Z | [ helios-setup] Jul 19 16:44:35.692 INFO E| Compiling cfg-if v1.0.0 |
2163 | 2024-07-19T16:44:36.914Z | [ helios-setup] Jul 19 16:44:36.586 INFO E| Compiling version_check v0.9.4 |
2164 | 2024-07-19T16:44:37.292Z | [ helios-setup] Jul 19 16:44:36.965 INFO E| Compiling serde v1.0.152 |
2165 | 2024-07-19T16:44:37.397Z | [ helios-setup] Jul 19 16:44:37.069 INFO E| Compiling memchr v2.5.0 |
2166 | 2024-07-19T16:44:37.798Z | [ helios-setup] Jul 19 16:44:37.471 INFO E| Compiling once_cell v1.17.0 |
2167 | 2024-07-19T16:44:37.891Z | [ helios-setup] Jul 19 16:44:37.564 INFO E| Compiling thiserror v1.0.38 |
2168 | 2024-07-19T16:44:38.654Z | [ helios-setup] Jul 19 16:44:38.326 INFO E| Compiling log v0.4.17 |
2169 | 2024-07-19T16:44:38.767Z | [ helios-setup] Jul 19 16:44:38.439 INFO E| Compiling serde_json v1.0.95 |
2170 | 2024-07-19T16:44:38.845Z | [ host-package] Compiling blake3 v1.5.1 |
2171 | 2024-07-19T16:44:39.498Z | [ helios-setup] Jul 19 16:44:39.170 INFO E| Compiling itoa v1.0.6 |
2172 | 2024-07-19T16:44:40.035Z | [ host-package] Compiling xattr v1.3.1 |
2173 | 2024-07-19T16:44:40.053Z | [ helios-setup] Jul 19 16:44:39.725 INFO E| Compiling syn v2.0.13 |
2174 | 2024-07-19T16:44:40.562Z | [ helios-setup] Jul 19 16:44:40.235 INFO E| Compiling indexmap v1.9.3 |
2175 | 2024-07-19T16:44:40.795Z | [ host-package] Compiling nibble_vec v0.1.0 |
2176 | 2024-07-19T16:44:40.923Z | [ host-package] Compiling memmap2 v0.9.4 |
2177 | 2024-07-19T16:44:41.176Z | [ helios-setup] Jul 19 16:44:40.848 INFO E| Compiling getrandom v0.2.8 |
2178 | 2024-07-19T16:44:41.192Z | [ host-package] Compiling filetime v0.2.23 |
2179 | 2024-07-19T16:44:41.274Z | [ helios-setup] Jul 19 16:44:40.947 INFO E| Compiling jobserver v0.1.26 |
2180 | 2024-07-19T16:44:41.543Z | [ helios-setup] Jul 19 16:44:41.215 INFO E| Compiling pin-project-lite v0.2.9 |
2181 | 2024-07-19T16:44:41.797Z | [ helios-setup] Jul 19 16:44:41.469 INFO E| Compiling scopeguard v1.1.0 |
2182 | 2024-07-19T16:44:41.923Z | [ host-package] Compiling endian-type v0.1.2 |
2183 | 2024-07-19T16:44:41.961Z | [ helios-setup] Jul 19 16:44:41.634 INFO E| Compiling cc v1.0.78 |
2184 | 2024-07-19T16:44:42.008Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2185 | 2024-07-19T16:44:42.026Z | [ helios-setup] Jul 19 16:44:41.698 INFO E| Compiling num-integer v0.1.45 |
2186 | 2024-07-19T16:44:42.163Z | [ helios-setup] Jul 19 16:44:41.836 INFO E| Compiling bytes v1.4.0 |
2187 | 2024-07-19T16:44:42.271Z | [ helios-setup] Jul 19 16:44:41.943 INFO E| Compiling futures-core v0.3.28 |
2188 | 2024-07-19T16:44:42.564Z | [ host-package] Compiling untrusted v0.7.1 |
2189 | 2024-07-19T16:44:42.738Z | [ helios-setup] Jul 19 16:44:42.411 INFO E| Compiling ryu v1.0.13 |
2190 | 2024-07-19T16:44:42.925Z | [ host-package] Compiling arrayref v0.3.7 |
2191 | 2024-07-19T16:44:42.989Z | [ host-package] Compiling spin v0.5.2 |
2192 | 2024-07-19T16:44:43.406Z | [ host-package] Compiling constant_time_eq v0.3.0 |
2193 | 2024-07-19T16:44:43.718Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2194 | 2024-07-19T16:44:43.873Z | [ helios-setup] Jul 19 16:44:43.546 INFO E| Compiling lock_api v0.4.9 |
2195 | 2024-07-19T16:44:43.919Z | [ host-package] Compiling arrayvec v0.7.4 |
2196 | 2024-07-19T16:44:44.419Z | [ helios-setup] Jul 19 16:44:44.092 INFO E| Compiling parking_lot_core v0.9.6 |
2197 | 2024-07-19T16:44:44.583Z | [ helios-setup] Jul 19 16:44:44.256 INFO E| Compiling bitflags v1.3.2 |
2198 | 2024-07-19T16:44:44.915Z | [ helios-setup] Jul 19 16:44:44.588 INFO E| Compiling typenum v1.16.0 |
2199 | 2024-07-19T16:44:45.173Z | [ helios-setup] Jul 19 16:44:44.846 INFO E| Compiling num_cpus v1.15.0 |
2200 | 2024-07-19T16:44:45.698Z | [ helios-setup] Jul 19 16:44:45.371 INFO E| Compiling generic-array v0.14.6 |
2201 | 2024-07-19T16:44:45.815Z | [ helios-setup] Jul 19 16:44:45.488 INFO E| Compiling slab v0.4.7 |
2202 | 2024-07-19T16:44:45.917Z | [ helios-setup] Jul 19 16:44:45.590 INFO E| Compiling futures-sink v0.3.28 |
2203 | 2024-07-19T16:44:46.122Z | [ helios-setup] Jul 19 16:44:45.795 INFO E| Compiling futures-channel v0.3.28 |
2204 | 2024-07-19T16:44:46.163Z | [ helios-setup] Jul 19 16:44:45.836 INFO E| Compiling futures-task v0.3.28 |
2205 | 2024-07-19T16:44:46.495Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2206 | 2024-07-19T16:44:46.828Z | [ helios-setup] Jul 19 16:44:46.501 INFO E| Compiling tokio v1.27.0 |
2207 | 2024-07-19T16:44:47.222Z | [ helios-setup] Jul 19 16:44:46.894 INFO E| Compiling schemars v0.8.12 |
2208 | 2024-07-19T16:44:47.372Z | [ helios-setup] Jul 19 16:44:47.045 INFO E| Compiling futures-util v0.3.28 |
2209 | 2024-07-19T16:44:47.791Z | [ host-package] Compiling radix_trie v0.2.1 |
2210 | 2024-07-19T16:44:48.317Z | [ helios-setup] Jul 19 16:44:47.991 INFO E| Compiling mio v0.8.5 |
2211 | 2024-07-19T16:44:48.407Z | [ helios-setup] Jul 19 16:44:48.080 INFO E| Compiling signal-hook-registry v1.4.0 |
2212 | 2024-07-19T16:44:48.522Z | [ helios-setup] Jul 19 16:44:48.195 INFO E| Compiling socket2 v0.4.9 |
2213 | 2024-07-19T16:44:48.902Z | [ helios-setup] Jul 19 16:44:48.575 INFO E| Compiling ahash v0.7.6 |
2214 | 2024-07-19T16:44:48.990Z | [ helios-setup] Jul 19 16:44:48.664 INFO E| Compiling num-traits v0.2.15 |
2215 | 2024-07-19T16:44:49.368Z | [ host-package] Compiling tar v0.4.41 |
2216 | 2024-07-19T16:44:49.930Z | [ host-package] Compiling toolchain_find v0.4.0 |
2217 | 2024-07-19T16:44:49.948Z | [ helios-setup] Jul 19 16:44:49.621 INFO E| Compiling futures-io v0.3.28 |
2218 | 2024-07-19T16:44:50.089Z | [ helios-setup] Jul 19 16:44:49.763 INFO E| Compiling crunchy v0.2.2 |
2219 | 2024-07-19T16:44:50.926Z | [ helios-setup] Jul 19 16:44:50.600 INFO E| Compiling serde_derive_internals v0.26.0 |
2220 | 2024-07-19T16:44:51.156Z | [ helios-setup] Jul 19 16:44:50.829 INFO E| Compiling pin-utils v0.1.0 |
2221 | 2024-07-19T16:44:51.169Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2222 | 2024-07-19T16:44:51.218Z | [ helios-setup] Jul 19 16:44:50.892 INFO E| Compiling io-lifetimes v1.0.10 |
2223 | 2024-07-19T16:44:51.221Z | [ host-package] Compiling topological-sort v0.2.2 |
2224 | 2024-07-19T16:44:51.474Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2225 | 2024-07-19T16:44:52.206Z | [ host-package] Compiling omicron-zone-package v0.11.0 |
2226 | 2024-07-19T16:44:52.302Z | [ helios-setup] Jul 19 16:44:51.976 INFO E| Compiling ahash v0.8.3 |
2227 | 2024-07-19T16:44:52.855Z | [ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2228 | 2024-07-19T16:44:52.910Z | [ helios-setup] Jul 19 16:44:52.583 INFO E| Compiling rustix v0.37.3 |
2229 | 2024-07-19T16:44:52.999Z | [ helios-setup] Jul 19 16:44:52.673 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2230 | 2024-07-19T16:44:53.019Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2231 | 2024-07-19T16:44:53.246Z | [ helios-setup] Jul 19 16:44:52.919 INFO E| Compiling hashbrown v0.12.3 |
2232 | 2024-07-19T16:44:53.310Z | [ helios-setup] Jul 19 16:44:52.983 INFO E| Compiling tiny-keccak v2.0.2 |
2233 | 2024-07-19T16:44:53.999Z | [ host-package] Compiling ena v0.14.3 |
2234 | 2024-07-19T16:44:54.016Z | [ host-package] Compiling libloading v0.8.3 |
2235 | 2024-07-19T16:44:54.577Z | [ helios-setup] Jul 19 16:44:54.250 INFO E| Compiling block-buffer v0.10.3 |
2236 | 2024-07-19T16:44:54.730Z | [ helios-setup] Jul 19 16:44:54.403 INFO E| Compiling crypto-common v0.1.6 |
2237 | 2024-07-19T16:44:54.933Z | [ host-package] Compiling regex-syntax v0.6.29 |
2238 | 2024-07-19T16:44:55.033Z | [ host-package] Compiling bindgen v0.69.4 |
2239 | 2024-07-19T16:44:55.309Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2240 | 2024-07-19T16:44:55.309Z | [ helios-setup] Jul 19 16:44:54.983 INFO E| Compiling errno v0.3.1 |
2241 | 2024-07-19T16:44:55.737Z | [ helios-setup] Jul 19 16:44:55.411 INFO E| Compiling crossbeam-utils v0.8.14 |
2242 | 2024-07-19T16:44:55.893Z | [ helios-setup] Jul 19 16:44:55.567 INFO E| Compiling pkg-config v0.3.26 |
2243 | 2024-07-19T16:44:55.932Z | [ helios-setup] Jul 19 16:44:55.606 INFO E| Compiling slog v2.7.0 |
2244 | 2024-07-19T16:44:55.932Z | [ helios-setup] Jul 19 16:44:55.606 INFO E| Compiling fnv v1.0.7 |
2245 | 2024-07-19T16:44:56.135Z | [ host-package] Compiling diff v0.1.13 |
2246 | 2024-07-19T16:44:56.237Z | [ helios-setup] Jul 19 16:44:55.911 INFO E| Compiling http v0.2.9 |
2247 | 2024-07-19T16:44:57.321Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2248 | 2024-07-19T16:44:58.367Z | [ helios-setup] Jul 19 16:44:58.041 INFO E| Compiling digest v0.10.6 |
2249 | 2024-07-19T16:44:59.422Z | [ helios-setup] Jul 19 16:44:59.096 INFO E| Compiling aho-corasick v0.7.20 |
2250 | 2024-07-19T16:45:00.002Z | [ helios-setup] Jul 19 16:44:59.677 INFO E| Compiling anyhow v1.0.68 |
2251 | 2024-07-19T16:45:00.373Z | [ host-package] Compiling which v4.4.2 |
2252 | 2024-07-19T16:45:00.399Z | [ helios-setup] Jul 19 16:45:00.073 INFO E| Compiling regex-syntax v0.6.29 |
2253 | 2024-07-19T16:45:00.980Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2254 | 2024-07-19T16:45:01.474Z | [ helios-setup] Jul 19 16:45:01.148 INFO E| Compiling percent-encoding v2.2.0 |
2255 | 2024-07-19T16:45:01.818Z | [ host-package] Compiling lalrpop v0.19.12 |
2256 | 2024-07-19T16:45:01.850Z | [ helios-setup] Jul 19 16:45:01.524 INFO E| Compiling unicode-width v0.1.10 |
2257 | 2024-07-19T16:45:01.896Z | [ host-package] Compiling cexpr v0.6.0 |
2258 | 2024-07-19T16:45:02.289Z | [ helios-setup] Jul 19 16:45:01.963 INFO E| Compiling thiserror-impl v1.0.38 |
2259 | 2024-07-19T16:45:02.419Z | [ helios-setup] Jul 19 16:45:02.093 INFO E| Compiling schemars_derive v0.8.12 |
2260 | 2024-07-19T16:45:02.851Z | [ helios-setup] Jul 19 16:45:02.525 INFO E| Compiling heck v0.4.1 |
2261 | 2024-07-19T16:45:03.498Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2262 | 2024-07-19T16:45:03.539Z | [ helios-setup] Jul 19 16:45:03.214 INFO E| Compiling futures-macro v0.3.28 |
2263 | 2024-07-19T16:45:03.779Z | [ helios-setup] Jul 19 16:45:03.453 INFO E| Compiling tokio-macros v2.0.0 |
2264 | 2024-07-19T16:45:04.065Z | [ helios-setup] Jul 19 16:45:03.739 INFO E| Compiling tinyvec_macros v0.1.1 |
2265 | 2024-07-19T16:45:04.334Z | [ helios-setup] Jul 19 16:45:04.008 INFO E| Compiling cpufeatures v0.2.5 |
2266 | 2024-07-19T16:45:04.645Z | [ helios-setup] Jul 19 16:45:04.319 INFO E| Compiling httparse v1.8.0 |
2267 | 2024-07-19T16:45:05.037Z | [ helios-setup] Jul 19 16:45:04.712 INFO E| Compiling tinyvec v1.6.0 |
2268 | 2024-07-19T16:45:05.119Z | [ host-package] Compiling half v2.4.1 |
2269 | 2024-07-19T16:45:05.329Z | [ host-package] Compiling arc-swap v1.7.1 |
2270 | 2024-07-19T16:45:06.627Z | [ host-package] Compiling rustc-hash v1.1.0 |
2271 | 2024-07-19T16:45:06.970Z | [ host-package] Compiling ref-cast v1.0.23 |
2272 | 2024-07-19T16:45:06.974Z | [ host-package] Compiling ciborium-io v0.2.2 |
2273 | 2024-07-19T16:45:07.206Z | [ helios-setup] Jul 19 16:45:06.881 INFO E| Compiling const-random-macro v0.1.15 |
2274 | 2024-07-19T16:45:07.237Z | [ host-package] Compiling shlex v1.3.0 |
2275 | 2024-07-19T16:45:07.960Z | [ host-package] Compiling lazycell v1.3.0 |
2276 | 2024-07-19T16:45:08.268Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2277 | 2024-07-19T16:45:08.632Z | [ helios-setup] Jul 19 16:45:08.307 INFO E| Compiling regex v1.7.3 |
2278 | 2024-07-19T16:45:08.688Z | [ helios-setup] Jul 19 16:45:08.363 INFO E| Compiling form_urlencoded v1.1.0 |
2279 | 2024-07-19T16:45:08.888Z | [ helios-setup] Jul 19 16:45:08.563 INFO E| Compiling hashbrown v0.13.2 |
2280 | 2024-07-19T16:45:09.116Z | [ host-package] Compiling slog-scope v4.4.0 |
2281 | 2024-07-19T16:45:09.477Z | [ helios-setup] Jul 19 16:45:09.152 INFO E| Compiling chrono v0.4.24 |
2282 | 2024-07-19T16:45:09.927Z | [ helios-setup] Jul 19 16:45:09.602 INFO E| Compiling libz-sys v1.1.8 |
2283 | 2024-07-19T16:45:10.802Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2284 | 2024-07-19T16:45:11.481Z | [ host-package] Compiling derive_builder_core v0.20.0 |
2285 | 2024-07-19T16:45:13.082Z | [ helios-setup] Jul 19 16:45:12.757 INFO E| Compiling dyn-clone v1.0.11 |
2286 | 2024-07-19T16:45:13.199Z | [ helios-setup] Jul 19 16:45:12.875 INFO E| Compiling uuid v1.3.0 |
2287 | 2024-07-19T16:45:13.871Z | [ helios-setup] Jul 19 16:45:13.546 INFO E| Compiling regress v0.5.0 |
2288 | 2024-07-19T16:45:14.833Z | [ helios-setup] Jul 19 16:45:14.509 INFO E| Compiling unicode-normalization v0.1.22 |
2289 | 2024-07-19T16:45:14.860Z | [ helios-setup] Jul 19 16:45:14.536 INFO E| Compiling const-random v0.1.15 |
2290 | 2024-07-19T16:45:15.983Z | [ helios-setup] Jul 19 16:45:15.659 INFO E| Compiling getopts v0.2.21 |
2291 | 2024-07-19T16:45:16.254Z | [ host-package] Compiling headers-core v0.2.0 |
2292 | 2024-07-19T16:45:16.832Z | [ host-package] Compiling fxhash v0.2.1 |
2293 | 2024-07-19T16:45:17.364Z | [ host-package] Compiling libxml v0.3.3 |
2294 | 2024-07-19T16:45:17.581Z | [ helios-setup] Jul 19 16:45:17.257 INFO E| Compiling tracing-core v0.1.30 |
2295 | 2024-07-19T16:45:17.914Z | [ helios-setup] Jul 19 16:45:17.578 INFO E| Compiling memoffset v0.7.1 |
2296 | 2024-07-19T16:45:18.093Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2297 | 2024-07-19T16:45:18.797Z | [ helios-setup] Jul 19 16:45:18.473 INFO E| Compiling unicode-bidi v0.3.13 |
2298 | 2024-07-19T16:45:19.600Z | [ host-package] Compiling headers v0.3.9 |
2299 | 2024-07-19T16:45:20.151Z | [ helios-setup] Jul 19 16:45:19.827 INFO E| Compiling time-core v0.1.0 |
2300 | 2024-07-19T16:45:20.568Z | [ host-package] Compiling derive_builder_macro v0.20.0 |
2301 | 2024-07-19T16:45:20.919Z | [ helios-setup] Jul 19 16:45:20.595 INFO E| Compiling ucd-trie v0.1.5 |
2302 | 2024-07-19T16:45:22.056Z | [ helios-setup] Jul 19 16:45:21.732 INFO E| Compiling idna v0.3.0 |
2303 | 2024-07-19T16:45:22.151Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2304 | 2024-07-19T16:45:22.215Z | [ helios-setup] Jul 19 16:45:21.891 INFO E| Compiling pest v2.5.7 |
2305 | 2024-07-19T16:45:22.406Z | [ helios-setup] Jul 19 16:45:22.082 INFO E| Compiling time-macros v0.2.8 |
2306 | 2024-07-19T16:45:24.043Z | [ host-package] Compiling ciborium v0.2.2 |
2307 | 2024-07-19T16:45:26.629Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2308 | 2024-07-19T16:45:27.011Z | [ helios-setup] Jul 19 16:45:26.688 INFO E| Compiling tracing v0.1.37 |
2309 | 2024-07-19T16:45:28.198Z | [ helios-setup] Jul 19 16:45:27.875 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2310 | 2024-07-19T16:45:28.284Z | [ helios-setup] Jul 19 16:45:27.960 INFO E| Compiling time v0.1.45 |
2311 | 2024-07-19T16:45:28.360Z | [ host-package] Compiling tungstenite v0.21.0 |
2312 | 2024-07-19T16:45:28.723Z | [ helios-setup] Jul 19 16:45:28.399 INFO E| Compiling crossbeam-epoch v0.9.13 |
2313 | 2024-07-19T16:45:29.647Z | [ helios-setup] Jul 19 16:45:29.324 INFO E| Compiling semver v1.0.17 |
2314 | 2024-07-19T16:45:30.116Z | [ helios-setup] Jul 19 16:45:29.793 INFO E| Compiling toml v0.5.11 |
2315 | 2024-07-19T16:45:30.629Z | [ helios-setup] Jul 19 16:45:30.306 INFO E| Compiling serde_tokenstream v0.2.0 |
2316 | 2024-07-19T16:45:30.633Z | [ helios-setup] Jul 19 16:45:30.306 INFO E| Compiling iana-time-zone v0.1.56 |
2317 | 2024-07-19T16:45:31.585Z | [ helios-setup] Jul 19 16:45:31.262 INFO E| Compiling smallvec v1.10.0 |
2318 | 2024-07-19T16:45:32.044Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2319 | 2024-07-19T16:45:32.958Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2320 | 2024-07-19T16:45:33.068Z | [ host-package] Compiling libsw v3.3.1 |
2321 | 2024-07-19T16:45:33.584Z | [ helios-setup] Jul 19 16:45:33.261 INFO E| Compiling parking_lot v0.12.1 |
2322 | 2024-07-19T16:45:33.945Z | [ host-package] Compiling strum_macros v0.24.3 |
2323 | 2024-07-19T16:45:34.485Z | [ helios-setup] Jul 19 16:45:34.162 INFO E| Compiling num_threads v0.1.6 |
2324 | 2024-07-19T16:45:34.515Z | [ host-package] Compiling atty v0.2.14 |
2325 | 2024-07-19T16:45:34.912Z | [ helios-setup] Jul 19 16:45:34.589 INFO E| Compiling time v0.3.20 |
2326 | 2024-07-19T16:45:34.959Z | [ host-package] Compiling cookie v0.18.1 |
2327 | 2024-07-19T16:45:35.942Z | [ host-package] Compiling linear-map v1.2.0 |
2328 | 2024-07-19T16:45:36.930Z | [ host-package] Compiling indoc v1.0.9 |
2329 | 2024-07-19T16:45:38.202Z | [ helios-setup] Jul 19 16:45:37.880 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2330 | 2024-07-19T16:45:38.298Z | [ host-package] Compiling owo-colors v4.0.0 |
2331 | 2024-07-19T16:45:38.595Z | [ host-package] Compiling samael v0.0.15 |
2332 | 2024-07-19T16:45:40.780Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2333 | 2024-07-19T16:45:41.018Z | [ helios-setup] Jul 19 16:45:40.695 INFO E| Compiling semver-parser v0.10.2 |
2334 | 2024-07-19T16:45:42.131Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2335 | 2024-07-19T16:45:42.496Z | [ helios-setup] Jul 19 16:45:42.174 INFO E| Compiling url v2.3.1 |
2336 | 2024-07-19T16:45:43.667Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2337 | 2024-07-19T16:45:44.893Z | [ host-package] Compiling derive_builder v0.20.0 |
2338 | 2024-07-19T16:45:44.896Z | [ helios-setup] Jul 19 16:45:44.572 INFO E| Compiling crossbeam-channel v0.5.6 |
2339 | 2024-07-19T16:45:46.243Z | [ helios-setup] Jul 19 16:45:45.921 INFO E| Compiling dirs-sys-next v0.1.2 |
2340 | 2024-07-19T16:45:46.449Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2341 | 2024-07-19T16:45:47.074Z | [ host-package] Compiling oso-derive v0.27.3 |
2342 | 2024-07-19T16:45:48.876Z | [ helios-setup] Jul 19 16:45:48.549 INFO E| Compiling crc32fast v1.3.2 |
2343 | 2024-07-19T16:45:48.958Z | [ helios-setup] Jul 19 16:45:48.637 INFO E| Compiling same-file v1.0.6 |
2344 | 2024-07-19T16:45:49.009Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2345 | 2024-07-19T16:45:49.669Z | [ helios-setup] Jul 19 16:45:49.347 INFO E| Compiling try-lock v0.2.4 |
2346 | 2024-07-19T16:45:50.025Z | [ helios-setup] Jul 19 16:45:49.704 INFO E| Compiling want v0.3.0 |
2347 | 2024-07-19T16:45:50.482Z | [ helios-setup] Jul 19 16:45:50.161 INFO E| Compiling walkdir v2.3.3 |
2348 | 2024-07-19T16:45:50.653Z | [ host-package] Compiling quick-xml v0.31.0 |
2349 | 2024-07-19T16:45:51.952Z | [ helios-setup] Jul 19 16:45:51.631 INFO E| Compiling tokio-util v0.7.7 |
2350 | 2024-07-19T16:45:54.781Z | [ helios-setup] Jul 19 16:45:54.460 INFO E| Compiling h2 v0.3.16 |
2351 | 2024-07-19T16:45:55.488Z | [ helios-setup] Jul 19 16:45:55.166 INFO E| Compiling dirs-next v2.0.0 |
2352 | 2024-07-19T16:45:56.005Z | [ helios-setup] Jul 19 16:45:55.685 INFO E| Compiling semver v0.11.0 |
2353 | 2024-07-19T16:45:56.244Z | [ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2354 | 2024-07-19T16:45:56.616Z | [ helios-setup] Jul 19 16:45:56.295 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2355 | 2024-07-19T16:45:56.901Z | [ host-package] Compiling cfg_aliases v0.1.1 |
2356 | 2024-07-19T16:45:57.388Z | [ host-package] Compiling nix v0.28.0 |
2357 | 2024-07-19T16:45:57.926Z | [ helios-setup] Jul 19 16:45:57.605 INFO E| Compiling proc-macro-crate v1.2.1 |
2358 | 2024-07-19T16:45:58.842Z | [ helios-setup] Jul 19 16:45:58.521 INFO E| Compiling futures-executor v0.3.28 |
2359 | 2024-07-19T16:45:59.122Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2360 | 2024-07-19T16:45:59.568Z | [ host-package] Compiling polar-core v0.27.3 |
2361 | 2024-07-19T16:45:59.652Z | [ helios-setup] Jul 19 16:45:59.332 INFO E| Compiling http-body v0.4.5 |
2362 | 2024-07-19T16:46:00.744Z | [ helios-setup] Jul 19 16:46:00.424 INFO E| Compiling ring v0.16.20 |
2363 | 2024-07-19T16:46:01.215Z | [ helios-setup] Jul 19 16:46:00.895 INFO E| Compiling rand_core v0.6.4 |
2364 | 2024-07-19T16:46:02.741Z | [ helios-setup] Jul 19 16:46:02.421 INFO E| Compiling thread_local v1.1.7 |
2365 | 2024-07-19T16:46:02.822Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2366 | 2024-07-19T16:46:03.173Z | [ helios-setup] Jul 19 16:46:02.853 INFO E| Compiling base64 v0.21.0 |
2367 | 2024-07-19T16:46:03.968Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2368 | 2024-07-19T16:46:04.529Z | [ helios-setup] Jul 19 16:46:04.209 INFO E| Compiling home v0.5.4 |
2369 | 2024-07-19T16:46:04.742Z | [ host-package] Compiling bb8 v0.8.5 |
2370 | 2024-07-19T16:46:05.088Z | [ helios-setup] Jul 19 16:46:04.768 INFO E| Compiling lazy_static v1.4.0 |
2371 | 2024-07-19T16:46:05.449Z | [ helios-setup] Jul 19 16:46:05.129 INFO E| Compiling fastrand v1.9.0 |
2372 | 2024-07-19T16:46:05.739Z | [ helios-setup] Jul 19 16:46:05.419 INFO E| Compiling rayon-core v1.10.2 |
2373 | 2024-07-19T16:46:06.028Z | [ host-package] Compiling const_format_proc_macros v0.2.32 |
2374 | 2024-07-19T16:46:06.079Z | [ helios-setup] Jul 19 16:46:05.759 INFO E| Compiling tower-service v0.3.2 |
2375 | 2024-07-19T16:46:06.343Z | [ helios-setup] Jul 19 16:46:06.023 INFO E| Compiling utf8parse v0.2.1 |
2376 | 2024-07-19T16:46:06.421Z | [ helios-setup] Jul 19 16:46:06.101 INFO E| Compiling adler v1.0.2 |
2377 | 2024-07-19T16:46:06.704Z | [ helios-setup] Jul 19 16:46:06.384 INFO E| Compiling httpdate v1.0.2 |
2378 | 2024-07-19T16:46:07.019Z | [ helios-setup] Jul 19 16:46:06.699 INFO E| Compiling ppv-lite86 v0.2.17 |
2379 | 2024-07-19T16:46:08.595Z | [ helios-setup] Jul 19 16:46:08.276 INFO E| Compiling hyper v0.14.25 |
2380 | 2024-07-19T16:46:08.685Z | [ host-package] Compiling vte_generate_state_changes v0.1.1 |
2381 | 2024-07-19T16:46:09.020Z | [ helios-setup] Jul 19 16:46:08.701 INFO E| Compiling rand_chacha v0.3.1 |
2382 | 2024-07-19T16:46:10.017Z | [ host-package] Compiling unicase v2.7.0 |
2383 | 2024-07-19T16:46:10.058Z | [ host-package] Compiling vte v0.11.1 |
2384 | 2024-07-19T16:46:11.038Z | [ host-package] Compiling const_format v0.2.32 |
2385 | 2024-07-19T16:46:11.739Z | [ helios-setup] Jul 19 16:46:11.420 INFO E| Compiling miniz_oxide v0.6.2 |
2386 | 2024-07-19T16:46:12.264Z | [ helios-setup] Jul 19 16:46:11.945 INFO E| Compiling anstyle-parse v0.1.1 |
2387 | 2024-07-19T16:46:13.084Z | [ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2388 | 2024-07-19T16:46:13.104Z | [ helios-setup] Jul 19 16:46:12.785 INFO E| Compiling tempfile v3.5.0 |
2389 | 2024-07-19T16:46:13.327Z | [ helios-setup] Jul 19 16:46:13.008 INFO E| Compiling toolchain_find v0.2.0 |
2390 | 2024-07-19T16:46:14.984Z | [ host-package] Compiling tungstenite v0.20.1 |
2391 | 2024-07-19T16:46:15.026Z | [ host-package] Compiling fd-lock v4.0.2 |
2392 | 2024-07-19T16:46:15.825Z | [ host-package] Compiling memoffset v0.9.1 |
2393 | 2024-07-19T16:46:16.736Z | [ host-package] Compiling bytecount v0.6.8 |
2394 | 2024-07-19T16:46:17.585Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2395 | 2024-07-19T16:46:17.927Z | [ helios-setup] Jul 19 16:46:17.608 INFO E| Compiling num_enum_derive v0.5.7 |
2396 | 2024-07-19T16:46:18.862Z | [ host-package] Compiling tokio-tungstenite v0.20.1 |
2397 | 2024-07-19T16:46:20.362Z | [ host-package] Compiling papergrid v0.11.0 |
2398 | 2024-07-19T16:46:22.661Z | [ helios-setup] Jul 19 16:46:22.342 INFO E| Compiling futures v0.3.28 |
2399 | 2024-07-19T16:46:25.182Z | [ helios-setup] Jul 19 16:46:24.864 INFO E| Compiling cargo-lock v8.0.3 |
2400 | 2024-07-19T16:46:25.249Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2401 | 2024-07-19T16:46:26.755Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2402 | 2024-07-19T16:46:26.918Z | [ helios-setup] Jul 19 16:46:26.600 INFO E| Compiling crossbeam-deque v0.8.2 |
2403 | 2024-07-19T16:46:28.016Z | [ helios-setup] Jul 19 16:46:27.698 INFO E| Compiling term v0.7.0 |
2404 | 2024-07-19T16:46:33.358Z | [ helios-setup] Jul 19 16:46:33.040 INFO E| Compiling serde_urlencoded v0.7.1 |
2405 | 2024-07-19T16:46:33.757Z | [ helios-setup] Jul 19 16:46:33.439 INFO E| Compiling sha2 v0.10.6 |
2406 | 2024-07-19T16:46:34.922Z | [ helios-setup] Jul 19 16:46:34.605 INFO E| Compiling sha1 v0.10.5 |
2407 | 2024-07-19T16:46:35.519Z | [ helios-setup] Jul 19 16:46:35.201 INFO E| Compiling is-terminal v0.4.7 |
2408 | 2024-07-19T16:46:35.786Z | [ helios-setup] Jul 19 16:46:35.469 INFO E| Compiling atty v0.2.14 |
2409 | 2024-07-19T16:46:36.435Z | [ helios-setup] Jul 19 16:46:36.117 INFO E| Compiling anstyle v0.3.5 |
2410 | 2024-07-19T16:46:37.603Z | [ helios-setup] Jul 19 16:46:37.286 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2411 | 2024-07-19T16:46:37.928Z | [ host-package] Compiling tabled_derive v0.7.0 |
2412 | 2024-07-19T16:46:38.144Z | [ host-package] Compiling peg-macros v0.8.3 |
2413 | 2024-07-19T16:46:38.843Z | [ helios-setup] Jul 19 16:46:38.525 INFO E| Compiling concolor-override v1.0.0 |
2414 | 2024-07-19T16:46:39.306Z | [ helios-setup] Jul 19 16:46:38.989 INFO E| Compiling concolor-query v0.3.3 |
2415 | 2024-07-19T16:46:39.787Z | [ helios-setup] Jul 19 16:46:39.470 INFO E| Compiling anstream v0.2.6 |
2416 | 2024-07-19T16:46:40.330Z | [ helios-setup] Jul 19 16:46:40.011 INFO E| Compiling slog-term v2.9.0 |
2417 | 2024-07-19T16:46:41.473Z | [ helios-setup] Jul 19 16:46:41.156 INFO E| Compiling flate2 v1.0.25 |
2418 | 2024-07-19T16:46:43.022Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2419 | 2024-07-19T16:46:44.083Z | [ helios-setup] Jul 19 16:46:43.766 INFO E| Compiling num_enum v0.5.7 |
2420 | 2024-07-19T16:46:44.359Z | [ helios-setup] Jul 19 16:46:44.043 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2421 | 2024-07-19T16:46:44.521Z | [ helios-setup] Jul 19 16:46:44.204 INFO E| Compiling rand v0.8.5 |
2422 | 2024-07-19T16:46:45.016Z | [ host-package] Compiling unicode_categories v0.1.1 |
2423 | 2024-07-19T16:46:45.167Z | [ host-package] Compiling nu-ansi-term v0.50.0 |
2424 | 2024-07-19T16:46:45.904Z | [ helios-setup] Jul 19 16:46:45.587 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2425 | 2024-07-19T16:46:45.935Z | [ host-package] Compiling peg v0.8.3 |
2426 | 2024-07-19T16:46:46.019Z | [ helios-setup] Jul 19 16:46:45.703 INFO E| Compiling openapiv3 v1.0.2 |
2427 | 2024-07-19T16:46:46.392Z | [ host-package] Compiling rustyline v14.0.0 |
2428 | 2024-07-19T16:46:46.743Z | [ host-package] Compiling reedline v0.31.0 |
2429 | 2024-07-19T16:46:47.831Z | [ host-package] Compiling sqlformat v0.2.4 |
2430 | 2024-07-19T16:46:48.004Z | [ host-package] Compiling sqlparser v0.45.0 |
2431 | 2024-07-19T16:46:50.089Z | [ helios-setup] Jul 19 16:46:49.772 INFO E| Compiling encoding_rs v0.8.32 |
2432 | 2024-07-19T16:46:50.566Z | [ helios-setup] Jul 19 16:46:50.250 INFO E| Compiling byteorder v1.4.3 |
2433 | 2024-07-19T16:46:51.241Z | [ helios-setup] Jul 19 16:46:50.925 INFO E| Compiling mime v0.3.17 |
2434 | 2024-07-19T16:46:51.925Z | [ helios-setup] Jul 19 16:46:51.607 INFO E| Compiling ipnet v2.7.2 |
2435 | 2024-07-19T16:46:53.578Z | [ helios-setup] Jul 19 16:46:53.262 INFO E| Compiling base64 v0.13.1 |
2436 | 2024-07-19T16:46:53.853Z | [ helios-setup] Jul 19 16:46:53.538 INFO E| Compiling utf-8 v0.7.6 |
2437 | 2024-07-19T16:46:54.450Z | [ helios-setup] Jul 19 16:46:54.134 INFO E| Compiling clap_lex v0.4.1 |
2438 | 2024-07-19T16:46:55.048Z | [ helios-setup] Jul 19 16:46:54.733 INFO E| Compiling strsim v0.10.0 |
2439 | 2024-07-19T16:46:55.328Z | [ helios-setup] Jul 19 16:46:55.012 INFO E| Compiling spin v0.5.2 |
2440 | 2024-07-19T16:46:56.018Z | [ helios-setup] Jul 19 16:46:55.702 INFO E| Compiling either v1.8.0 |
2441 | 2024-07-19T16:46:56.228Z | [ helios-setup] Jul 19 16:46:55.913 INFO E| Compiling unsafe-libyaml v0.2.8 |
2442 | 2024-07-19T16:46:56.887Z | [ helios-setup] Jul 19 16:46:56.572 INFO E| Compiling project-root v0.2.2 |
2443 | 2024-07-19T16:46:57.149Z | [ helios-setup] Jul 19 16:46:56.833 INFO E| Compiling untrusted v0.7.1 |
2444 | 2024-07-19T16:46:57.886Z | [ helios-setup] Jul 19 16:46:57.571 INFO E| Compiling rayon v1.6.1 |
2445 | 2024-07-19T16:46:58.735Z | [ helios-setup] Jul 19 16:46:58.419 INFO E| Compiling clap_builder v4.2.1 |
2446 | 2024-07-19T16:46:59.680Z | [ helios-setup] Jul 19 16:46:59.365 INFO E| Compiling serde_yaml v0.9.21 |
2447 | 2024-07-19T16:47:00.204Z | [ helios-setup] Jul 19 16:46:59.889 INFO E| Compiling reqwest v0.11.16 |
2448 | 2024-07-19T16:47:07.163Z | [ helios-setup] Jul 19 16:47:06.849 INFO E| Compiling tungstenite v0.18.0 |
2449 | 2024-07-19T16:47:09.859Z | [ helios-setup] Jul 19 16:47:09.545 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2450 | 2024-07-19T16:47:11.746Z | [ host-package] Compiling oso v0.27.3 |
2451 | 2024-07-19T16:47:11.825Z | [ host-package] Compiling tabled v0.15.0 |
2452 | 2024-07-19T16:47:13.101Z | [ helios-setup] Jul 19 16:47:12.787 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2453 | 2024-07-19T16:47:13.571Z | [ helios-setup] Jul 19 16:47:13.257 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2454 | 2024-07-19T16:47:17.969Z | [ helios-setup] Jul 19 16:47:17.655 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2455 | 2024-07-19T16:47:18.104Z | [ helios-setup] Jul 19 16:47:17.790 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2456 | 2024-07-19T16:47:19.269Z | [ helios-setup] Jul 19 16:47:18.956 INFO E| Compiling clap_derive v4.2.0 |
2457 | 2024-07-19T16:47:22.458Z | [ helios-setup] Jul 19 16:47:22.144 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2458 | 2024-07-19T16:47:23.062Z | [ helios-setup] Jul 19 16:47:22.749 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2459 | 2024-07-19T16:47:29.889Z | [ helios-setup] Jul 19 16:47:29.577 INFO E| Compiling clap v4.2.1 |
2460 | 2024-07-19T16:47:38.986Z | [ host-package] Compiling env_logger v0.9.3 |
2461 | 2024-07-19T16:47:40.060Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2462 | 2024-07-19T16:47:46.994Z | [ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2463 | 2024-07-19T16:47:48.019Z | [ host-package] Compiling bcs v0.1.6 |
2464 | 2024-07-19T16:47:49.451Z | [ helios-setup] Jul 19 16:47:49.140 INFO E| Compiling tokio-tungstenite v0.18.0 |
2465 | 2024-07-19T16:47:49.844Z | [ host-package] Compiling bitstruct_derive v0.1.0 |
2466 | 2024-07-19T16:47:50.202Z | [ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2467 | 2024-07-19T16:47:50.560Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2468 | 2024-07-19T16:47:50.916Z | [ helios-setup] Jul 19 16:47:50.606 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2469 | 2024-07-19T16:47:51.237Z | [ host-package] Compiling ascii v1.1.0 |
2470 | 2024-07-19T16:47:52.835Z | [ host-package] Compiling highway v1.1.0 |
2471 | 2024-07-19T16:47:52.964Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2472 | 2024-07-19T16:47:54.215Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2473 | 2024-07-19T16:47:54.336Z | [ helios-setup] Jul 19 16:47:54.026 INFO E| Compiling smartstring v1.0.1 |
2474 | 2024-07-19T16:47:54.401Z | [ helios-setup] Jul 19 16:47:54.091 INFO E| Compiling rustls v0.21.0 |
2475 | 2024-07-19T16:47:55.337Z | [ helios-setup] Jul 19 16:47:55.027 INFO E| Compiling sct v0.7.0 |
2476 | 2024-07-19T16:47:55.641Z | [ host-package] Compiling bitstruct v0.1.1 |
2477 | 2024-07-19T16:47:55.831Z | [ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2478 | 2024-07-19T16:47:56.295Z | [ helios-setup] Jul 19 16:47:55.985 INFO E| Compiling rustls-webpki v0.100.1 |
2479 | 2024-07-19T16:47:56.496Z | [ helios-setup] Jul 19 16:47:56.186 INFO E| Compiling serde_spanned v0.6.1 |
2480 | 2024-07-19T16:47:56.528Z | [ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2481 | 2024-07-19T16:47:56.615Z | [ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2482 | 2024-07-19T16:47:57.002Z | [ helios-setup] Jul 19 16:47:56.692 INFO E| Compiling toml_datetime v0.6.1 |
2483 | 2024-07-19T16:47:57.913Z | [ host-package] Compiling parking_lot v0.11.2 |
2484 | 2024-07-19T16:47:57.985Z | [ host-package] Compiling nix v0.27.1 |
2485 | 2024-07-19T16:47:58.440Z | [ helios-setup] Jul 19 16:47:58.130 INFO E| Compiling paste v1.0.12 |
2486 | 2024-07-19T16:47:59.485Z | [ host-package] Compiling trust-dns-client v0.22.0 |
2487 | 2024-07-19T16:47:59.958Z | [ helios-setup] Jul 19 16:47:59.648 INFO E| Compiling match_cfg v0.1.0 |
2488 | 2024-07-19T16:48:00.186Z | [ helios-setup] Jul 19 16:47:59.876 INFO E| Compiling async-trait v0.1.68 |
2489 | 2024-07-19T16:48:00.253Z | [ helios-setup] Jul 19 16:47:59.943 INFO E| Compiling camino v1.1.4 |
2490 | 2024-07-19T16:48:00.932Z | [ helios-setup] Jul 19 16:48:00.622 INFO E| Compiling slog-async v2.7.0 |
2491 | 2024-07-19T16:48:01.265Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2492 | 2024-07-19T16:48:01.817Z | [ helios-setup] Jul 19 16:48:01.507 INFO E| Compiling static_assertions v1.1.0 |
2493 | 2024-07-19T16:48:01.885Z | [ helios-setup] Jul 19 16:48:01.575 INFO E| Compiling winnow v0.4.1 |
2494 | 2024-07-19T16:48:01.996Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2495 | 2024-07-19T16:48:02.064Z | [ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2496 | 2024-07-19T16:48:03.219Z | [ helios-setup] Jul 19 16:48:02.909 INFO E| Compiling hostname v0.3.1 |
2497 | 2024-07-19T16:48:03.810Z | [ helios-setup] Jul 19 16:48:03.500 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
2498 | 2024-07-19T16:48:04.152Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2499 | 2024-07-19T16:48:04.391Z | [ host-package] Compiling curve25519-dalek v4.1.3 |
2500 | 2024-07-19T16:48:05.521Z | [ host-package] Compiling kstat-rs v0.2.4 |
2501 | 2024-07-19T16:48:07.742Z | [ host-package] Compiling toml v0.5.11 |
2502 | 2024-07-19T16:48:08.579Z | [ host-package] Compiling erased-serde v0.3.31 |
2503 | 2024-07-19T16:48:10.338Z | [ helios-setup] Jul 19 16:48:10.029 INFO E| Compiling toml_edit v0.19.8 |
2504 | 2024-07-19T16:48:12.167Z | [ host-package] Compiling serde-big-array v0.5.1 |
2505 | 2024-07-19T16:48:12.400Z | [ host-package] Compiling serde_arrays v0.1.0 |
2506 | 2024-07-19T16:48:12.781Z | [ host-package] Compiling keccak v0.1.5 |
2507 | 2024-07-19T16:48:12.927Z | [ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2508 | 2024-07-19T16:48:13.491Z | [ helios-setup] Jul 19 16:48:13.183 INFO E| Compiling slog-json v2.6.1 |
2509 | 2024-07-19T16:48:14.768Z | [ helios-setup] Jul 19 16:48:14.459 INFO E| Compiling unicode-linebreak v0.1.4 |
2510 | 2024-07-19T16:48:14.877Z | [ host-package] Compiling sha3 v0.10.8 |
2511 | 2024-07-19T16:48:20.272Z | [ helios-setup] Jul 19 16:48:19.965 INFO E| Compiling async-stream-impl v0.3.5 |
2512 | 2024-07-19T16:48:20.522Z | [ helios-setup] Jul 19 16:48:20.214 INFO E| Compiling rhai_codegen v1.5.0 |
2513 | 2024-07-19T16:48:23.243Z | [ helios-setup] Jul 19 16:48:22.936 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2514 | 2024-07-19T16:48:24.655Z | [ helios-setup] Jul 19 16:48:24.347 INFO E| Compiling take_mut v0.2.2 |
2515 | 2024-07-19T16:48:25.906Z | [ helios-setup] Jul 19 16:48:25.599 INFO E| Compiling async-stream v0.3.5 |
2516 | 2024-07-19T16:48:26.038Z | [ helios-setup] Jul 19 16:48:25.731 INFO E| Compiling rhai v1.14.0 |
2517 | 2024-07-19T16:48:26.082Z | [ host-package] Compiling trust-dns-server v0.22.1 |
2518 | 2024-07-19T16:48:27.296Z | [ helios-setup] Jul 19 16:48:26.988 INFO E| Compiling toml v0.7.3 |
2519 | 2024-07-19T16:48:30.933Z | [ helios-setup] Jul 19 16:48:30.626 INFO E| Compiling slog-bunyan v2.4.0 |
2520 | 2024-07-19T16:48:31.498Z | [ helios-setup] Jul 19 16:48:31.191 INFO E| Compiling tokio-rustls v0.24.0 |
2521 | 2024-07-19T16:48:38.666Z | [ helios-setup] Jul 19 16:48:38.359 INFO E| Compiling rustls-pemfile v1.0.2 |
2522 | 2024-07-19T16:48:38.777Z | [ helios-setup] Jul 19 16:48:38.471 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2523 | 2024-07-19T16:48:39.445Z | [ helios-setup] Jul 19 16:48:39.139 INFO E| Compiling bincode v1.3.3 |
2524 | 2024-07-19T16:48:40.263Z | [ helios-setup] Jul 19 16:48:39.957 INFO E| Compiling serde_path_to_error v0.1.11 |
2525 | 2024-07-19T16:48:41.895Z | [ helios-setup] Jul 19 16:48:41.589 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
2526 | 2024-07-19T16:48:42.103Z | [ helios-setup] Jul 19 16:48:41.797 INFO E| Compiling terminal_size v0.2.6 |
2527 | 2024-07-19T16:48:42.505Z | [ helios-setup] Jul 19 16:48:42.199 INFO E| Compiling smawk v0.3.1 |
2528 | 2024-07-19T16:48:42.975Z | [ helios-setup] Jul 19 16:48:42.669 INFO E| Compiling textwrap v0.16.0 |
2529 | 2024-07-19T16:49:05.848Z | [ helios-setup] Jul 19 16:49:05.544 INFO E| Compiling git2 v0.16.1 |
2530 | 2024-07-19T16:49:09.293Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2531 | 2024-07-19T16:49:13.170Z | [ helios-setup] Jul 19 16:49:12.867 INFO E| Compiling built v0.6.0 |
2532 | 2024-07-19T16:49:19.300Z | [ helios-setup] Jul 19 16:49:18.997 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2533 | 2024-07-19T16:49:20.753Z | [ helios-setup] Jul 19 16:49:20.451 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
2534 | 2024-07-19T16:49:20.904Z | [ host-package] Compiling sled v0.34.7 |
2535 | 2024-07-19T16:49:21.410Z | [ helios-setup] Jul 19 16:49:21.107 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
2536 | 2024-07-19T16:49:21.857Z | [ host-package] Compiling mime_guess v2.0.4 |
2537 | 2024-07-19T16:49:27.047Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2538 | 2024-07-19T16:49:29.266Z | [ helios-setup] Jul 19 16:49:28.964 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
2539 | 2024-07-19T16:49:29.665Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2540 | 2024-07-19T16:49:31.376Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2541 | 2024-07-19T16:49:32.921Z | [ helios-setup] Jul 19 16:49:32.620 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
2542 | 2024-07-19T16:49:41.574Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2543 | 2024-07-19T16:50:01.478Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2544 | 2024-07-19T16:50:01.967Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2545 | 2024-07-19T16:50:05.914Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2546 | 2024-07-19T16:50:09.110Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
2547 | 2024-07-19T16:50:09.872Z | [ host-package] Compiling universal-hash v0.5.1 |
2548 | 2024-07-19T16:50:10.558Z | [ host-package] Compiling heck v0.3.3 |
2549 | 2024-07-19T16:50:11.756Z | [ host-package] Compiling secrecy v0.8.0 |
2550 | 2024-07-19T16:50:12.831Z | [ host-package] Compiling rand_seeder v0.2.3 |
2551 | 2024-07-19T16:50:13.902Z | [ host-package] Compiling castaway v0.2.2 |
2552 | 2024-07-19T16:50:14.329Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2553 | 2024-07-19T16:50:15.909Z | [ host-package] Compiling curve25519-dalek-derive v0.1.1 |
2554 | 2024-07-19T16:50:18.987Z | [ host-package] Compiling nanorand v0.7.0 |
2555 | 2024-07-19T16:50:19.838Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2556 | 2024-07-19T16:50:20.119Z | [ host-package] Compiling opaque-debug v0.3.1 |
2557 | 2024-07-19T16:50:20.274Z | [ host-package] Compiling poly1305 v0.8.0 |
2558 | 2024-07-19T16:50:20.379Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2559 | 2024-07-19T16:50:20.572Z | [ host-package] Compiling flume v0.11.0 |
2560 | 2024-07-19T16:50:21.934Z | [ host-package] Compiling compact_str v0.7.1 |
2561 | 2024-07-19T16:50:22.139Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2562 | 2024-07-19T16:50:22.405Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2563 | 2024-07-19T16:50:23.493Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2564 | 2024-07-19T16:50:23.813Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2565 | 2024-07-19T16:50:24.000Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2566 | 2024-07-19T16:50:24.631Z | [ helios-setup] Jul 19 16:50:24.334 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
2567 | 2024-07-19T16:50:31.007Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2568 | 2024-07-19T16:50:31.801Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2569 | 2024-07-19T16:50:34.829Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2570 | 2024-07-19T16:50:35.200Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2571 | 2024-07-19T16:50:35.649Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2572 | 2024-07-19T16:50:36.180Z | [ host-package] Compiling chacha20 v0.9.1 |
2573 | 2024-07-19T16:50:36.804Z | [ host-package] Compiling unicode-truncate v1.0.0 |
2574 | 2024-07-19T16:50:37.153Z | [ host-package] Compiling itertools v0.13.0 |
2575 | 2024-07-19T16:50:38.944Z | [ host-package] Compiling aead v0.5.2 |
2576 | 2024-07-19T16:50:39.448Z | [ host-package] Compiling lru v0.12.3 |
2577 | 2024-07-19T16:50:39.852Z | [ host-package] Compiling stability v0.2.0 |
2578 | 2024-07-19T16:50:41.054Z | [ host-package] Compiling base64 v0.13.1 |
2579 | 2024-07-19T16:50:41.289Z | [ host-package] Compiling cassowary v0.3.0 |
2580 | 2024-07-19T16:50:42.018Z | [ host-package] Compiling ratatui v0.27.0 |
2581 | 2024-07-19T16:50:42.090Z | [ host-package] Compiling ron v0.7.1 |
2582 | 2024-07-19T16:50:46.501Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2583 | 2024-07-19T16:50:47.062Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2584 | 2024-07-19T16:50:50.280Z | [ host-package] Compiling zone v0.1.8 |
2585 | 2024-07-19T16:50:54.781Z | [ host-package] Compiling vsss-rs v3.3.4 |
2586 | 2024-07-19T16:50:55.228Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2587 | 2024-07-19T16:51:01.639Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2588 | 2024-07-19T16:51:03.115Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2589 | 2024-07-19T16:51:05.927Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2590 | 2024-07-19T16:51:06.088Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2591 | 2024-07-19T16:51:07.036Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2592 | 2024-07-19T16:51:10.082Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2593 | 2024-07-19T16:51:10.715Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2594 | 2024-07-19T16:51:11.397Z | [ host-package] Compiling portpicker v0.1.1 |
2595 | 2024-07-19T16:51:12.545Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2596 | 2024-07-19T16:51:16.107Z | [ host-package] Compiling csv-core v0.1.11 |
2597 | 2024-07-19T16:51:16.619Z | [ host-package] Compiling http-range v0.1.5 |
2598 | 2024-07-19T16:51:18.079Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
2599 | 2024-07-19T16:51:19.168Z | [ host-package] Compiling smawk v0.3.2 |
2600 | 2024-07-19T16:51:19.804Z | [ host-package] Compiling textwrap v0.16.1 |
2601 | 2024-07-19T16:51:20.482Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2602 | 2024-07-19T16:51:21.508Z | [ host-package] Compiling hyper-staticfile v0.9.5 |
2603 | 2024-07-19T16:51:22.953Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2604 | 2024-07-19T16:51:26.436Z | [ host-package] Compiling csv v1.3.0 |
2605 | 2024-07-19T16:51:27.028Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2606 | 2024-07-19T16:51:35.602Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2607 | 2024-07-19T16:51:38.113Z | [ helios-setup] Jul 19 16:51:37.822 INFO E| Finished `release` profile [optimized] target(s) in 7m 07s |
2608 | 2024-07-19T16:51:38.258Z | [ helios-setup] Jul 19 16:51:37.968 INFO building project "pilot" ok (428 seconds) |
2609 | 2024-07-19T16:51:38.258Z | [ helios-setup] Jul 19 16:51:37.968 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2610 | 2024-07-19T16:51:38.264Z | [ helios-setup] Jul 19 16:51:37.968 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2611 | 2024-07-19T16:51:38.812Z | [ helios-setup] Jul 19 16:51:38.522 INFO E| Compiling adler v1.0.2 |
2612 | 2024-07-19T16:51:38.927Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2613 | 2024-07-19T16:51:38.932Z | [ helios-setup] Jul 19 16:51:38.642 INFO E| Compiling miniz_oxide v0.7.2 |
2614 | 2024-07-19T16:51:40.056Z | [ host-package] Compiling rcgen v0.12.1 |
2615 | 2024-07-19T16:51:42.307Z | [ helios-setup] Jul 19 16:51:42.017 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2616 | 2024-07-19T16:51:43.273Z | [ helios-setup] Jul 19 16:51:42.983 INFO E| Finished `release` profile [optimized] target(s) in 4.91s |
2617 | 2024-07-19T16:51:43.281Z | [ helios-setup] Jul 19 16:51:42.991 INFO building project "pinprick" ok (5 seconds) |
2618 | 2024-07-19T16:51:43.284Z | [ helios-setup] Jul 19 16:51:42.991 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2619 | 2024-07-19T16:51:43.284Z | [ helios-setup] Jul 19 16:51:42.991 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2620 | 2024-07-19T16:51:43.292Z | [ helios-setup] Jul 19 16:51:43.002 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2621 | 2024-07-19T16:51:43.550Z | [ helios-setup] Jul 19 16:51:43.261 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2622 | 2024-07-19T16:51:43.553Z | [ helios-setup] Jul 19 16:51:43.261 INFO E| info: downloading component 'cargo' |
2623 | 2024-07-19T16:51:44.893Z | [ helios-setup] Jul 19 16:51:44.604 INFO E| info: downloading component 'clippy' |
2624 | 2024-07-19T16:51:45.160Z | [ helios-setup] Jul 19 16:51:44.871 INFO E| info: downloading component 'rust-docs' |
2625 | 2024-07-19T16:51:46.509Z | [ helios-setup] Jul 19 16:51:46.220 INFO E| info: downloading component 'rust-src' |
2626 | 2024-07-19T16:51:46.944Z | [ helios-setup] Jul 19 16:51:46.655 INFO E| info: downloading component 'rust-std' |
2627 | 2024-07-19T16:51:48.880Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2628 | 2024-07-19T16:51:49.351Z | [ helios-setup] Jul 19 16:51:49.061 INFO E| info: downloading component 'rustc' |
2629 | 2024-07-19T16:51:51.654Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2630 | 2024-07-19T16:51:52.192Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2631 | 2024-07-19T16:51:52.506Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2632 | 2024-07-19T16:51:53.920Z | [ host-package] Compiling atomicwrites v0.4.3 |
2633 | 2024-07-19T16:51:54.501Z | [ host-package] Compiling fatfs v0.3.6 |
2634 | 2024-07-19T16:51:55.464Z | [ helios-setup] Jul 19 16:51:55.175 INFO E| info: downloading component 'rustfmt' |
2635 | 2024-07-19T16:51:55.929Z | [ helios-setup] Jul 19 16:51:55.641 INFO E| info: installing component 'cargo' |
2636 | 2024-07-19T16:51:55.967Z | [ host-package] Compiling subprocess v0.2.9 |
2637 | 2024-07-19T16:51:57.138Z | [ host-package] Compiling rtoolbox v0.0.2 |
2638 | 2024-07-19T16:51:57.376Z | [ helios-setup] Jul 19 16:51:57.088 INFO E| info: installing component 'clippy' |
2639 | 2024-07-19T16:51:57.772Z | [ host-package] Compiling is_ci v1.2.0 |
2640 | 2024-07-19T16:51:57.813Z | [ host-package] Compiling assert_matches v1.5.0 |
2641 | 2024-07-19T16:51:57.896Z | [ helios-setup] Jul 19 16:51:57.607 INFO E| info: installing component 'rust-docs' |
2642 | 2024-07-19T16:51:58.193Z | [ host-package] Compiling supports-color v3.0.0 |
2643 | 2024-07-19T16:51:59.203Z | [ host-package] Compiling rpassword v7.3.1 |
2644 | 2024-07-19T16:51:59.686Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2645 | 2024-07-19T16:52:00.185Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2646 | 2024-07-19T16:52:02.019Z | [ host-package] Compiling tui-tree-widget v0.21.0 |
2647 | 2024-07-19T16:52:02.636Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2648 | 2024-07-19T16:52:03.796Z | [ helios-setup] Jul 19 16:52:03.508 INFO E| info: installing component 'rust-src' |
2649 | 2024-07-19T16:52:04.701Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2650 | 2024-07-19T16:52:04.879Z | [ helios-setup] Jul 19 16:52:04.591 INFO E| info: installing component 'rust-std' |
2651 | 2024-07-19T16:52:07.582Z | [ helios-setup] Jul 19 16:52:07.295 INFO E| info: installing component 'rustc' |
2652 | 2024-07-19T16:52:08.933Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2653 | 2024-07-19T16:52:09.953Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2654 | 2024-07-19T16:52:10.450Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2655 | 2024-07-19T16:52:14.434Z | [ helios-setup] Jul 19 16:52:14.148 INFO E| info: installing component 'rustfmt' |
2656 | 2024-07-19T16:52:15.428Z | [ helios-setup] Jul 19 16:52:15.141 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2657 | 2024-07-19T16:52:16.177Z | [ helios-setup] Jul 19 16:52:15.891 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2658 | 2024-07-19T16:52:16.178Z | [ helios-setup] Jul 19 16:52:15.891 INFO E| * [new branch] issue-113 -> origin/issue-113 |
2659 | 2024-07-19T16:52:16.181Z | [ helios-setup] Jul 19 16:52:15.891 INFO E| * [new branch] main -> origin/main |
2660 | 2024-07-19T16:52:16.181Z | [ helios-setup] Jul 19 16:52:15.891 INFO E| * [new ref] -> origin/HEAD |
2661 | 2024-07-19T16:52:16.181Z | [ helios-setup] Jul 19 16:52:15.891 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2662 | 2024-07-19T16:52:16.181Z | [ helios-setup] Jul 19 16:52:15.892 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2663 | 2024-07-19T16:52:16.181Z | [ helios-setup] Jul 19 16:52:15.892 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2664 | 2024-07-19T16:52:16.181Z | [ helios-setup] Jul 19 16:52:15.892 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2665 | 2024-07-19T16:52:16.181Z | [ helios-setup] Jul 19 16:52:15.892 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2666 | 2024-07-19T16:52:16.181Z | [ helios-setup] Jul 19 16:52:15.892 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2667 | 2024-07-19T16:52:16.181Z | [ helios-setup] Jul 19 16:52:15.892 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2668 | 2024-07-19T16:52:16.181Z | [ helios-setup] Jul 19 16:52:15.892 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2669 | 2024-07-19T16:52:16.213Z | [ helios-setup] Jul 19 16:52:15.926 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2670 | 2024-07-19T16:52:17.020Z | [ helios-setup] Jul 19 16:52:16.734 INFO E| From https://github.com/oxidecomputer/amd-efs |
2671 | 2024-07-19T16:52:17.020Z | [ helios-setup] Jul 19 16:52:16.734 INFO E| * [new branch] empty -> origin/empty |
2672 | 2024-07-19T16:52:17.021Z | [ helios-setup] Jul 19 16:52:16.734 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2673 | 2024-07-19T16:52:17.024Z | [ helios-setup] Jul 19 16:52:16.734 INFO E| * [new branch] main -> origin/main |
2674 | 2024-07-19T16:52:17.024Z | [ helios-setup] Jul 19 16:52:16.734 INFO E| * [new branch] review -> origin/review |
2675 | 2024-07-19T16:52:17.024Z | [ helios-setup] Jul 19 16:52:16.734 INFO E| * [new ref] -> origin/HEAD |
2676 | 2024-07-19T16:52:17.024Z | [ helios-setup] Jul 19 16:52:16.735 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2677 | 2024-07-19T16:52:17.024Z | [ helios-setup] Jul 19 16:52:16.735 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2678 | 2024-07-19T16:52:17.024Z | [ helios-setup] Jul 19 16:52:16.735 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2679 | 2024-07-19T16:52:17.024Z | [ helios-setup] Jul 19 16:52:16.735 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2680 | 2024-07-19T16:52:17.024Z | [ helios-setup] Jul 19 16:52:16.735 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2681 | 2024-07-19T16:52:17.024Z | [ helios-setup] Jul 19 16:52:16.735 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2682 | 2024-07-19T16:52:17.024Z | [ helios-setup] Jul 19 16:52:16.735 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2683 | 2024-07-19T16:52:17.024Z | [ helios-setup] Jul 19 16:52:16.735 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2684 | 2024-07-19T16:52:17.024Z | [ helios-setup] Jul 19 16:52:16.736 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2685 | 2024-07-19T16:52:17.024Z | [ helios-setup] Jul 19 16:52:16.736 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2686 | 2024-07-19T16:52:17.024Z | [ helios-setup] Jul 19 16:52:16.736 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2687 | 2024-07-19T16:52:17.047Z | [ helios-setup] Jul 19 16:52:16.760 INFO E| Updating crates.io index |
2688 | 2024-07-19T16:52:17.417Z | [ helios-setup] Jul 19 16:52:17.130 INFO E| Downloading crates ... |
2689 | 2024-07-19T16:52:17.536Z | [ helios-setup] Jul 19 16:52:17.249 INFO E| Downloaded bytesize v1.3.0 |
2690 | 2024-07-19T16:52:17.549Z | [ helios-setup] Jul 19 16:52:17.262 INFO E| Downloaded log v0.4.22 |
2691 | 2024-07-19T16:52:17.555Z | [ helios-setup] Jul 19 16:52:17.269 INFO E| Downloaded ansi_term v0.12.1 |
2692 | 2024-07-19T16:52:17.559Z | [ helios-setup] Jul 19 16:52:17.272 INFO E| Downloaded parse_int v0.6.0 |
2693 | 2024-07-19T16:52:17.584Z | [ helios-setup] Jul 19 16:52:17.297 INFO E| Downloaded thiserror-impl v1.0.63 |
2694 | 2024-07-19T16:52:17.587Z | [ helios-setup] Jul 19 16:52:17.299 INFO E| Downloaded textwrap v0.11.0 |
2695 | 2024-07-19T16:52:17.589Z | [ helios-setup] Jul 19 16:52:17.301 INFO E| Downloaded strum v0.23.0 |
2696 | 2024-07-19T16:52:17.589Z | [ helios-setup] Jul 19 16:52:17.303 INFO E| Downloaded strsim v0.8.0 |
2697 | 2024-07-19T16:52:17.592Z | [ helios-setup] Jul 19 16:52:17.304 INFO E| Downloaded scroll_derive v0.10.5 |
2698 | 2024-07-19T16:52:17.595Z | [ helios-setup] Jul 19 16:52:17.307 INFO E| Downloaded thiserror v1.0.63 |
2699 | 2024-07-19T16:52:17.601Z | [ helios-setup] Jul 19 16:52:17.315 INFO E| Downloaded vec_map v0.8.2 |
2700 | 2024-07-19T16:52:17.604Z | [ helios-setup] Jul 19 16:52:17.317 INFO E| Downloaded strum_macros v0.23.1 |
2701 | 2024-07-19T16:52:17.607Z | [ helios-setup] Jul 19 16:52:17.320 INFO E| Downloaded structopt-derive v0.4.18 |
2702 | 2024-07-19T16:52:17.610Z | [ helios-setup] Jul 19 16:52:17.322 INFO E| Downloaded scroll v0.10.2 |
2703 | 2024-07-19T16:52:17.613Z | [ helios-setup] Jul 19 16:52:17.324 INFO E| Downloaded pre-proc-macro v0.2.1 |
2704 | 2024-07-19T16:52:17.615Z | [ helios-setup] Jul 19 16:52:17.328 INFO E| Downloaded structopt v0.3.26 |
2705 | 2024-07-19T16:52:17.626Z | [ helios-setup] Jul 19 16:52:17.340 INFO E| Downloaded pest_meta v2.7.11 |
2706 | 2024-07-19T16:52:17.629Z | [ helios-setup] Jul 19 16:52:17.343 INFO E| Downloaded modular-bitfield v0.11.2 |
2707 | 2024-07-19T16:52:17.647Z | [ helios-setup] Jul 19 16:52:17.360 INFO E| Downloaded pest v2.7.11 |
2708 | 2024-07-19T16:52:17.654Z | [ helios-setup] Jul 19 16:52:17.368 INFO E| Downloaded memchr v2.7.4 |
2709 | 2024-07-19T16:52:17.662Z | [ helios-setup] Jul 19 16:52:17.375 INFO E| Downloaded goblin v0.4.3 |
2710 | 2024-07-19T16:52:17.670Z | [ helios-setup] Jul 19 16:52:17.383 INFO E| Downloaded clap v2.34.0 |
2711 | 2024-07-19T16:52:17.679Z | [ helios-setup] Jul 19 16:52:17.392 INFO E| Downloaded pest_derive v2.7.11 |
2712 | 2024-07-19T16:52:17.682Z | [ helios-setup] Jul 19 16:52:17.396 INFO E| Downloaded proc-macro-crate v0.1.5 |
2713 | 2024-07-19T16:52:17.685Z | [ helios-setup] Jul 19 16:52:17.397 INFO E| Downloaded pre v0.2.1 |
2714 | 2024-07-19T16:52:17.685Z | [ helios-setup] Jul 19 16:52:17.398 INFO E| Downloaded pest_generator v2.7.11 |
2715 | 2024-07-19T16:52:17.688Z | [ helios-setup] Jul 19 16:52:17.400 INFO E| Downloaded semver-parser v0.7.0 |
2716 | 2024-07-19T16:52:17.688Z | [ helios-setup] Jul 19 16:52:17.401 INFO E| Downloaded semver v0.9.0 |
2717 | 2024-07-19T16:52:17.691Z | [ helios-setup] Jul 19 16:52:17.403 INFO E| Downloaded num-derive v0.3.3 |
2718 | 2024-07-19T16:52:17.694Z | [ helios-setup] Jul 19 16:52:17.406 INFO E| Downloaded rustc_version v0.2.3 |
2719 | 2024-07-19T16:52:17.694Z | [ helios-setup] Jul 19 16:52:17.407 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2720 | 2024-07-19T16:52:17.696Z | [ helios-setup] Jul 19 16:52:17.409 INFO E| Downloaded memoffset v0.5.6 |
2721 | 2024-07-19T16:52:17.699Z | [ helios-setup] Jul 19 16:52:17.410 INFO E| Downloaded four-cc v0.3.0 |
2722 | 2024-07-19T16:52:17.699Z | [ helios-setup] Jul 19 16:52:17.412 INFO E| Downloaded fletcher v0.1.0 |
2723 | 2024-07-19T16:52:17.702Z | [ helios-setup] Jul 19 16:52:17.413 INFO E| Downloaded cfg-if v0.1.10 |
2724 | 2024-07-19T16:52:17.839Z | [ helios-setup] Jul 19 16:52:17.552 INFO E| Compiling proc-macro2 v1.0.86 |
2725 | 2024-07-19T16:52:17.839Z | [ helios-setup] Jul 19 16:52:17.553 INFO E| Compiling unicode-ident v1.0.12 |
2726 | 2024-07-19T16:52:17.839Z | [ helios-setup] Jul 19 16:52:17.553 INFO E| Compiling syn v1.0.109 |
2727 | 2024-07-19T16:52:17.842Z | [ helios-setup] Jul 19 16:52:17.553 INFO E| Compiling version_check v0.9.4 |
2728 | 2024-07-19T16:52:17.842Z | [ helios-setup] Jul 19 16:52:17.553 INFO E| Compiling thiserror v1.0.63 |
2729 | 2024-07-19T16:52:17.842Z | [ helios-setup] Jul 19 16:52:17.553 INFO E| Compiling semver-parser v0.7.0 |
2730 | 2024-07-19T16:52:17.842Z | [ helios-setup] Jul 19 16:52:17.553 INFO E| Compiling autocfg v1.3.0 |
2731 | 2024-07-19T16:52:17.842Z | [ helios-setup] Jul 19 16:52:17.553 INFO E| Compiling serde v1.0.204 |
2732 | 2024-07-19T16:52:18.482Z | [ helios-setup] Jul 19 16:52:18.195 INFO E| Compiling semver v0.9.0 |
2733 | 2024-07-19T16:52:19.160Z | [ helios-setup] Jul 19 16:52:18.874 INFO E| Compiling rustc_version v0.2.3 |
2734 | 2024-07-19T16:52:19.233Z | [ helios-setup] Jul 19 16:52:18.942 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2735 | 2024-07-19T16:52:19.253Z | [ helios-setup] Jul 19 16:52:18.967 INFO E| Compiling proc-macro-error v1.0.4 |
2736 | 2024-07-19T16:52:19.484Z | [ helios-setup] Jul 19 16:52:19.197 INFO E| Compiling serde_json v1.0.120 |
2737 | 2024-07-19T16:52:19.505Z | [ helios-setup] Jul 19 16:52:19.219 INFO E| Compiling num-traits v0.2.19 |
2738 | 2024-07-19T16:52:20.012Z | [ helios-setup] Jul 19 16:52:19.725 INFO E| Compiling itoa v1.0.11 |
2739 | 2024-07-19T16:52:20.054Z | [ helios-setup] Jul 19 16:52:19.768 INFO E| Compiling unicode-segmentation v1.11.0 |
2740 | 2024-07-19T16:52:20.072Z | [ helios-setup] Jul 19 16:52:19.786 INFO E| Compiling ryu v1.0.18 |
2741 | 2024-07-19T16:52:20.078Z | [ helios-setup] Jul 19 16:52:19.792 INFO E| Compiling schemars v0.8.21 |
2742 | 2024-07-19T16:52:20.300Z | [ helios-setup] Jul 19 16:52:20.014 INFO E| Compiling pre-proc-macro v0.2.1 |
2743 | 2024-07-19T16:52:20.420Z | [ helios-setup] Jul 19 16:52:20.133 INFO E| Compiling memoffset v0.5.6 |
2744 | 2024-07-19T16:52:20.705Z | [ helios-setup] Jul 19 16:52:20.419 INFO E| Compiling libc v0.2.155 |
2745 | 2024-07-19T16:52:20.828Z | [ helios-setup] Jul 19 16:52:20.542 INFO E| Compiling ucd-trie v0.1.6 |
2746 | 2024-07-19T16:52:20.930Z | [ helios-setup] Jul 19 16:52:20.644 INFO E| Compiling rustversion v1.0.17 |
2747 | 2024-07-19T16:52:21.313Z | [ helios-setup] Jul 19 16:52:21.027 INFO E| Compiling lazy_static v1.5.0 |
2748 | 2024-07-19T16:52:21.546Z | [ helios-setup] Jul 19 16:52:21.260 INFO E| Compiling quote v1.0.36 |
2749 | 2024-07-19T16:52:21.670Z | [ helios-setup] Jul 19 16:52:21.384 INFO E| Compiling heck v0.3.3 |
2750 | 2024-07-19T16:52:21.803Z | [ helios-setup] Jul 19 16:52:21.517 INFO E| Compiling memchr v2.7.4 |
2751 | 2024-07-19T16:52:22.432Z | [ helios-setup] Jul 19 16:52:22.146 INFO E| Compiling syn v2.0.71 |
2752 | 2024-07-19T16:52:22.636Z | [ helios-setup] Jul 19 16:52:22.350 INFO E| Compiling dyn-clone v1.0.17 |
2753 | 2024-07-19T16:52:22.780Z | [ helios-setup] Jul 19 16:52:22.494 INFO E| Compiling paste v1.0.15 |
2754 | 2024-07-19T16:52:23.150Z | [ helios-setup] Jul 19 16:52:22.864 INFO E| Compiling pre v0.2.1 |
2755 | 2024-07-19T16:52:24.236Z | [ helios-setup] Jul 19 16:52:23.950 INFO E| Compiling byteorder v1.5.0 |
2756 | 2024-07-19T16:52:24.243Z | [ helios-setup] Jul 19 16:52:23.956 INFO E| Compiling static_assertions v1.1.0 |
2757 | 2024-07-19T16:52:24.339Z | [ helios-setup] Jul 19 16:52:24.053 INFO E| Compiling once_cell v1.19.0 |
2758 | 2024-07-19T16:52:24.850Z | [ helios-setup] Jul 19 16:52:24.564 INFO E| Compiling cfg-if v0.1.10 |
2759 | 2024-07-19T16:52:25.987Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2760 | 2024-07-19T16:52:26.292Z | [ helios-setup] Jul 19 16:52:26.006 INFO E| Compiling unicode-width v0.1.13 |
2761 | 2024-07-19T16:52:26.730Z | [ helios-setup] Jul 19 16:52:26.444 INFO E| Compiling textwrap v0.11.0 |
2762 | 2024-07-19T16:52:27.048Z | [ helios-setup] Jul 19 16:52:26.763 INFO E| Compiling parse_int v0.6.0 |
2763 | 2024-07-19T16:52:27.357Z | [ helios-setup] Jul 19 16:52:27.072 INFO E| Compiling atty v0.2.14 |
2764 | 2024-07-19T16:52:27.394Z | [ helios-setup] Jul 19 16:52:27.108 INFO E| Compiling strsim v0.8.0 |
2765 | 2024-07-19T16:52:27.394Z | [ helios-setup] Jul 19 16:52:27.108 INFO E| Compiling fletcher v0.1.0 |
2766 | 2024-07-19T16:52:27.609Z | [ helios-setup] Jul 19 16:52:27.323 INFO E| Compiling ansi_term v0.12.1 |
2767 | 2024-07-19T16:52:27.756Z | [ helios-setup] Jul 19 16:52:27.470 INFO E| Compiling vec_map v0.8.2 |
2768 | 2024-07-19T16:52:28.118Z | [ helios-setup] Jul 19 16:52:27.833 INFO E| Compiling strum v0.23.0 |
2769 | 2024-07-19T16:52:28.393Z | [ helios-setup] Jul 19 16:52:28.100 INFO E| Compiling bitflags v1.3.2 |
2770 | 2024-07-19T16:52:28.440Z | [ helios-setup] Jul 19 16:52:28.155 INFO E| Compiling log v0.4.22 |
2771 | 2024-07-19T16:52:28.582Z | [ helios-setup] Jul 19 16:52:28.296 INFO E| Compiling clap v2.34.0 |
2772 | 2024-07-19T16:52:28.815Z | [ helios-setup] Jul 19 16:52:28.529 INFO E| Compiling plain v0.2.3 |
2773 | 2024-07-19T16:52:29.052Z | [ helios-setup] Jul 19 16:52:28.766 INFO E| Compiling bytesize v1.3.0 |
2774 | 2024-07-19T16:52:29.805Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2775 | 2024-07-19T16:52:31.051Z | [ helios-setup] Jul 19 16:52:30.766 INFO E| Compiling serde_derive_internals v0.29.1 |
2776 | 2024-07-19T16:52:32.543Z | [ helios-setup] Jul 19 16:52:32.258 INFO E| Compiling toml v0.5.11 |
2777 | 2024-07-19T16:52:35.853Z | [ helios-setup] Jul 19 16:52:35.568 INFO E| Compiling proc-macro-crate v0.1.5 |
2778 | 2024-07-19T16:52:37.569Z | [ helios-setup] Jul 19 16:52:37.284 INFO E| Compiling thiserror-impl v1.0.63 |
2779 | 2024-07-19T16:52:37.569Z | [ helios-setup] Jul 19 16:52:37.284 INFO E| Compiling serde_derive v1.0.204 |
2780 | 2024-07-19T16:52:38.197Z | [ helios-setup] Jul 19 16:52:37.912 INFO E| Compiling schemars_derive v0.8.21 |
2781 | 2024-07-19T16:52:38.532Z | [ helios-setup] Jul 19 16:52:38.247 INFO E| Compiling zerocopy-derive v0.6.6 |
2782 | 2024-07-19T16:52:42.339Z | [ helios-setup] Jul 19 16:52:42.055 INFO E| Compiling zerocopy v0.6.6 |
2783 | 2024-07-19T16:52:43.729Z | [ helios-setup] Jul 19 16:52:43.444 INFO E| Compiling pest v2.7.11 |
2784 | 2024-07-19T16:52:44.375Z | [ helios-setup] Jul 19 16:52:44.090 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2785 | 2024-07-19T16:52:44.407Z | [ helios-setup] Jul 19 16:52:44.123 INFO E| Compiling num-derive v0.3.3 |
2786 | 2024-07-19T16:52:44.753Z | [ helios-setup] Jul 19 16:52:44.469 INFO E| Compiling scroll_derive v0.10.5 |
2787 | 2024-07-19T16:52:46.674Z | [ helios-setup] Jul 19 16:52:46.390 INFO E| Compiling strum_macros v0.23.1 |
2788 | 2024-07-19T16:52:48.196Z | [ helios-setup] Jul 19 16:52:47.912 INFO E| Compiling scroll v0.10.2 |
2789 | 2024-07-19T16:52:48.248Z | [ host-package] Compiling uzers v0.11.3 |
2790 | 2024-07-19T16:52:49.413Z | [ helios-setup] Jul 19 16:52:49.130 INFO E| Compiling pest_meta v2.7.11 |
2791 | 2024-07-19T16:52:49.477Z | [ helios-setup] Jul 19 16:52:49.193 INFO E| Compiling structopt-derive v0.4.18 |
2792 | 2024-07-19T16:52:50.339Z | [ helios-setup] Jul 19 16:52:50.056 INFO E| Compiling modular-bitfield v0.11.2 |
2793 | 2024-07-19T16:52:50.538Z | [ helios-setup] Jul 19 16:52:50.255 INFO E| Compiling goblin v0.4.3 |
2794 | 2024-07-19T16:52:52.151Z | [ helios-setup] Jul 19 16:52:51.867 INFO E| Compiling pest_generator v2.7.11 |
2795 | 2024-07-19T16:52:53.988Z | [ host-package] Compiling multimap v0.10.0 |
2796 | 2024-07-19T16:52:54.780Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2797 | 2024-07-19T16:52:55.121Z | [ helios-setup] Jul 19 16:52:54.838 INFO E| Compiling structopt v0.3.26 |
2798 | 2024-07-19T16:52:56.807Z | [ helios-setup] Jul 19 16:52:56.524 INFO E| Compiling pest_derive v2.7.11 |
2799 | 2024-07-19T16:53:01.454Z | [ helios-setup] Jul 19 16:53:01.171 INFO E| Compiling json5 v0.4.1 |
2800 | 2024-07-19T16:53:06.782Z | [ helios-setup] Jul 19 16:53:06.500 INFO E| Compiling four-cc v0.3.0 |
2801 | 2024-07-19T16:53:06.783Z | [ helios-setup] Jul 19 16:53:06.500 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b) |
2802 | 2024-07-19T16:53:06.979Z | [ helios-setup] Jul 19 16:53:06.697 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b) |
2803 | 2024-07-19T16:53:50.105Z | [ helios-setup] Jul 19 16:53:49.826 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2804 | 2024-07-19T16:54:05.964Z | [ helios-setup] Jul 19 16:54:05.687 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2805 | 2024-07-19T16:55:00.330Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2806 | 2024-07-19T16:55:00.447Z | [ helios-setup] Jul 19 16:55:00.175 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 45s |
2807 | 2024-07-19T16:55:00.484Z | [ helios-setup] Jul 19 16:55:00.212 INFO building project "amd-host-image-builder" ok (197 seconds) |
2808 | 2024-07-19T16:55:00.487Z | [ helios-setup] Jul 19 16:55:00.212 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2809 | 2024-07-19T16:55:00.487Z | [ helios-setup] Jul 19 16:55:00.212 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2810 | 2024-07-19T16:55:00.719Z | [ helios-setup] Jul 19 16:55:00.447 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2811 | 2024-07-19T16:55:01.463Z | [ helios-setup] Jul 19 16:55:01.191 INFO E| From https://github.com/jclulow/rust-jmclib |
2812 | 2024-07-19T16:55:01.463Z | [ helios-setup] Jul 19 16:55:01.191 INFO E| * [new branch] master -> origin/master |
2813 | 2024-07-19T16:55:01.466Z | [ helios-setup] Jul 19 16:55:01.191 INFO E| * [new ref] -> origin/HEAD |
2814 | 2024-07-19T16:55:01.501Z | [ helios-setup] Jul 19 16:55:01.229 INFO E| Updating crates.io index |
2815 | 2024-07-19T16:55:01.773Z | [ helios-setup] Jul 19 16:55:01.502 INFO E| Downloading crates ... |
2816 | 2024-07-19T16:55:01.877Z | [ helios-setup] Jul 19 16:55:01.605 INFO E| Downloaded bitflags v2.3.3 |
2817 | 2024-07-19T16:55:01.884Z | [ helios-setup] Jul 19 16:55:01.611 INFO E| Downloaded opaque-debug v0.3.0 |
2818 | 2024-07-19T16:55:01.884Z | [ helios-setup] Jul 19 16:55:01.612 INFO E| Downloaded digest v0.9.0 |
2819 | 2024-07-19T16:55:01.892Z | [ helios-setup] Jul 19 16:55:01.615 INFO E| Downloaded block-buffer v0.9.0 |
2820 | 2024-07-19T16:55:01.898Z | [ helios-setup] Jul 19 16:55:01.623 INFO E| Downloaded time-core v0.1.1 |
2821 | 2024-07-19T16:55:01.900Z | [ helios-setup] Jul 19 16:55:01.629 INFO E| Downloaded md-5 v0.9.1 |
2822 | 2024-07-19T16:55:01.903Z | [ helios-setup] Jul 19 16:55:01.631 INFO E| Downloaded itoa v1.0.9 |
2823 | 2024-07-19T16:55:01.906Z | [ helios-setup] Jul 19 16:55:01.634 INFO E| Downloaded sha-1 v0.9.8 |
2824 | 2024-07-19T16:55:01.908Z | [ helios-setup] Jul 19 16:55:01.637 INFO E| Downloaded fastrand v2.0.0 |
2825 | 2024-07-19T16:55:01.911Z | [ helios-setup] Jul 19 16:55:01.639 INFO E| Downloaded time-macros v0.2.10 |
2826 | 2024-07-19T16:55:01.914Z | [ helios-setup] Jul 19 16:55:01.642 INFO E| Downloaded ryu v1.0.15 |
2827 | 2024-07-19T16:55:01.919Z | [ helios-setup] Jul 19 16:55:01.647 INFO E| Downloaded quote v1.0.31 |
2828 | 2024-07-19T16:55:01.923Z | [ helios-setup] Jul 19 16:55:01.652 INFO E| Downloaded once_cell v1.18.0 |
2829 | 2024-07-19T16:55:01.928Z | [ helios-setup] Jul 19 16:55:01.656 INFO E| Downloaded uuid v0.8.2 |
2830 | 2024-07-19T16:55:01.934Z | [ helios-setup] Jul 19 16:55:01.662 INFO E| Downloaded unicode-ident v1.0.11 |
2831 | 2024-07-19T16:55:01.938Z | [ helios-setup] Jul 19 16:55:01.667 INFO E| Downloaded tempfile v3.7.0 |
2832 | 2024-07-19T16:55:01.942Z | [ helios-setup] Jul 19 16:55:01.671 INFO E| Downloaded serde v1.0.174 |
2833 | 2024-07-19T16:55:01.948Z | [ helios-setup] Jul 19 16:55:01.676 INFO E| Downloaded proc-macro2 v1.0.66 |
2834 | 2024-07-19T16:55:01.952Z | [ helios-setup] Jul 19 16:55:01.681 INFO E| Downloaded anyhow v1.0.72 |
2835 | 2024-07-19T16:55:01.958Z | [ helios-setup] Jul 19 16:55:01.687 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2836 | 2024-07-19T16:55:01.961Z | [ helios-setup] Jul 19 16:55:01.688 INFO E| Downloaded time v0.3.23 |
2837 | 2024-07-19T16:55:01.978Z | [ helios-setup] Jul 19 16:55:01.706 INFO E| Downloaded getrandom v0.2.10 |
2838 | 2024-07-19T16:55:01.982Z | [ helios-setup] Jul 19 16:55:01.710 INFO E| Downloaded serde_json v1.0.103 |
2839 | 2024-07-19T16:55:01.995Z | [ helios-setup] Jul 19 16:55:01.724 INFO E| Downloaded cpufeatures v0.2.9 |
2840 | 2024-07-19T16:55:01.998Z | [ helios-setup] Jul 19 16:55:01.726 INFO E| Downloaded syn v2.0.27 |
2841 | 2024-07-19T16:55:02.016Z | [ helios-setup] Jul 19 16:55:01.744 INFO E| Downloaded rustix v0.38.4 |
2842 | 2024-07-19T16:55:02.053Z | [ helios-setup] Jul 19 16:55:01.782 INFO E| Downloaded serde_derive v1.0.174 |
2843 | 2024-07-19T16:55:02.064Z | [ helios-setup] Jul 19 16:55:01.793 INFO E| Downloaded libc v0.2.147 |
2844 | 2024-07-19T16:55:02.332Z | [ helios-setup] Jul 19 16:55:02.060 INFO E| Compiling libc v0.2.147 |
2845 | 2024-07-19T16:55:02.335Z | [ helios-setup] Jul 19 16:55:02.060 INFO E| Compiling proc-macro2 v1.0.66 |
2846 | 2024-07-19T16:55:02.335Z | [ helios-setup] Jul 19 16:55:02.060 INFO E| Compiling cfg-if v1.0.0 |
2847 | 2024-07-19T16:55:02.335Z | [ helios-setup] Jul 19 16:55:02.060 INFO E| Compiling unicode-ident v1.0.11 |
2848 | 2024-07-19T16:55:02.335Z | [ helios-setup] Jul 19 16:55:02.060 INFO E| Compiling typenum v1.16.0 |
2849 | 2024-07-19T16:55:02.335Z | [ helios-setup] Jul 19 16:55:02.060 INFO E| Compiling version_check v0.9.4 |
2850 | 2024-07-19T16:55:02.335Z | [ helios-setup] Jul 19 16:55:02.060 INFO E| Compiling serde v1.0.174 |
2851 | 2024-07-19T16:55:02.335Z | [ helios-setup] Jul 19 16:55:02.060 INFO E| Compiling slog v2.7.0 |
2852 | 2024-07-19T16:55:02.763Z | [ helios-setup] Jul 19 16:55:02.492 INFO E| Compiling time-core v0.1.1 |
2853 | 2024-07-19T16:55:03.124Z | [ helios-setup] Jul 19 16:55:02.852 INFO E| Compiling rustix v0.38.4 |
2854 | 2024-07-19T16:55:03.158Z | [ helios-setup] Jul 19 16:55:02.886 INFO E| Compiling itoa v1.0.9 |
2855 | 2024-07-19T16:55:03.750Z | [ helios-setup] Jul 19 16:55:03.479 INFO E| Compiling time-macros v0.2.10 |
2856 | 2024-07-19T16:55:04.215Z | [ helios-setup] Jul 19 16:55:03.943 INFO E| Compiling generic-array v0.14.7 |
2857 | 2024-07-19T16:55:04.254Z | [ helios-setup] Jul 19 16:55:03.983 INFO E| Compiling once_cell v1.18.0 |
2858 | 2024-07-19T16:55:04.307Z | [ helios-setup] Jul 19 16:55:04.035 INFO E| Compiling bitflags v2.3.3 |
2859 | 2024-07-19T16:55:04.784Z | [ helios-setup] Jul 19 16:55:04.513 INFO E| Compiling num_threads v0.1.6 |
2860 | 2024-07-19T16:55:04.952Z | [ helios-setup] Jul 19 16:55:04.681 INFO E| Compiling thread_local v1.1.7 |
2861 | 2024-07-19T16:55:05.044Z | [ helios-setup] Jul 19 16:55:04.772 INFO E| Compiling fastrand v2.0.0 |
2862 | 2024-07-19T16:55:05.266Z | [ helios-setup] Jul 19 16:55:04.994 INFO E| Compiling serde_json v1.0.103 |
2863 | 2024-07-19T16:55:06.280Z | [ helios-setup] Jul 19 16:55:06.008 INFO E| Compiling quote v1.0.31 |
2864 | 2024-07-19T16:55:06.291Z | [ helios-setup] Jul 19 16:55:06.019 INFO E| Compiling opaque-debug v0.3.0 |
2865 | 2024-07-19T16:55:06.400Z | [ helios-setup] Jul 19 16:55:06.129 INFO E| Compiling anyhow v1.0.72 |
2866 | 2024-07-19T16:55:06.516Z | [ helios-setup] Jul 19 16:55:06.244 INFO E| Compiling ryu v1.0.15 |
2867 | 2024-07-19T16:55:06.709Z | [ helios-setup] Jul 19 16:55:06.438 INFO E| Compiling unicode-width v0.1.10 |
2868 | 2024-07-19T16:55:06.712Z | [ helios-setup] Jul 19 16:55:06.439 INFO E| Compiling cpufeatures v0.2.9 |
2869 | 2024-07-19T16:55:06.873Z | [ helios-setup] Jul 19 16:55:06.602 INFO E| Compiling same-file v1.0.6 |
2870 | 2024-07-19T16:55:06.945Z | [ helios-setup] Jul 19 16:55:06.674 INFO E| Compiling getopts v0.2.21 |
2871 | 2024-07-19T16:55:07.115Z | [ helios-setup] Jul 19 16:55:06.844 INFO E| Compiling syn v2.0.27 |
2872 | 2024-07-19T16:55:07.613Z | [ helios-setup] Jul 19 16:55:07.341 INFO E| Compiling dirs-sys-next v0.1.2 |
2873 | 2024-07-19T16:55:07.638Z | [ helios-setup] Jul 19 16:55:07.367 INFO E| Compiling errno v0.3.1 |
2874 | 2024-07-19T16:55:07.915Z | [ helios-setup] Jul 19 16:55:07.644 INFO E| Compiling atty v0.2.14 |
2875 | 2024-07-19T16:55:08.038Z | [ helios-setup] Jul 19 16:55:07.766 INFO E| Compiling dirs-next v2.0.0 |
2876 | 2024-07-19T16:55:08.487Z | [ helios-setup] Jul 19 16:55:08.216 INFO E| Compiling term v0.7.0 |
2877 | 2024-07-19T16:55:08.828Z | [ helios-setup] Jul 19 16:55:08.557 INFO E| Compiling getrandom v0.2.10 |
2878 | 2024-07-19T16:55:09.319Z | [ helios-setup] Jul 19 16:55:09.048 INFO E| Compiling walkdir v2.3.3 |
2879 | 2024-07-19T16:55:09.726Z | [ helios-setup] Jul 19 16:55:09.455 INFO E| Compiling time v0.3.23 |
2880 | 2024-07-19T16:55:09.770Z | [ helios-setup] Jul 19 16:55:09.499 INFO E| Compiling digest v0.9.0 |
2881 | 2024-07-19T16:55:09.881Z | [ helios-setup] Jul 19 16:55:09.610 INFO E| Compiling block-buffer v0.9.0 |
2882 | 2024-07-19T16:55:10.227Z | [ helios-setup] Jul 19 16:55:09.956 INFO E| Compiling md-5 v0.9.1 |
2883 | 2024-07-19T16:55:10.290Z | [ helios-setup] Jul 19 16:55:10.019 INFO E| Compiling sha-1 v0.9.8 |
2884 | 2024-07-19T16:55:10.737Z | [ helios-setup] Jul 19 16:55:10.466 INFO E| Compiling glob v0.3.1 |
2885 | 2024-07-19T16:55:11.046Z | [ helios-setup] Jul 19 16:55:10.774 INFO E| Compiling tempfile v3.7.0 |
2886 | 2024-07-19T16:55:11.246Z | [ helios-setup] Jul 19 16:55:10.975 INFO E| Compiling libdevinfo-sys v1.0.0 |
2887 | 2024-07-19T16:55:13.263Z | [ helios-setup] Jul 19 16:55:12.992 INFO E| Compiling slog-term v2.9.0 |
2888 | 2024-07-19T16:55:17.488Z | [ helios-setup] Jul 19 16:55:17.217 INFO E| Compiling serde_derive v1.0.174 |
2889 | 2024-07-19T16:55:27.038Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2890 | 2024-07-19T16:55:33.154Z | [ helios-setup] Jul 19 16:55:32.885 INFO E| Compiling toml v0.5.11 |
2891 | 2024-07-19T16:55:33.154Z | [ helios-setup] Jul 19 16:55:32.885 INFO E| Compiling uuid v0.8.2 |
2892 | 2024-07-19T16:55:35.397Z | [ helios-setup] Jul 19 16:55:35.128 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2893 | 2024-07-19T16:55:39.427Z | [ helios-setup] Jul 19 16:55:39.159 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2894 | 2024-07-19T16:55:56.221Z | [ helios-setup] Jul 19 16:55:55.954 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.65s |
2895 | 2024-07-19T16:55:56.259Z | [ helios-setup] Jul 19 16:55:55.992 INFO building project "image-builder" ok (55 seconds) |
2896 | 2024-07-19T16:55:56.262Z | [ helios-setup] rm -f helios-build |
2897 | 2024-07-19T16:55:56.264Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
2898 | 2024-07-19T16:55:56.267Z | [ helios-setup] |
2899 | 2024-07-19T16:55:56.270Z | [ helios-setup] Setup complete! ./helios-build is now available. |
2900 | 2024-07-19T16:55:56.270Z | [ helios-setup] |
2901 | 2024-07-19T16:55:56.273Z | [ helios-setup] |
2902 | 2024-07-19T16:55:56.273Z | [ helios-setup] real 12:49.153859355 |
2903 | 2024-07-19T16:55:56.273Z | [ helios-setup] user 30:08.748238167 |
2904 | 2024-07-19T16:55:56.273Z | [ helios-setup] sys 3:48.947023553 |
2905 | 2024-07-19T16:55:56.273Z | [ helios-setup] trap 1.752060497 |
2906 | 2024-07-19T16:55:56.273Z | [ helios-setup] tflt 6.429825733 |
2907 | 2024-07-19T16:55:56.273Z | [ helios-setup] dflt 44.572263435 |
2908 | 2024-07-19T16:55:56.273Z | [ helios-setup] kflt 0.000586110 |
2909 | 2024-07-19T16:55:56.273Z | [ helios-setup] lock 2:04:21.470104068 |
2910 | 2024-07-19T16:55:56.273Z | [ helios-setup] slp 3:13:23.743584964 |
2911 | 2024-07-19T16:55:56.273Z | [ helios-setup] lat 34:07.165059299 |
2912 | 2024-07-19T16:55:56.273Z | [ helios-setup] stop 4:28.298923484 |
2913 | 2024-07-19T16:55:56.273Z | Jul 19 16:55:56.006 INFO [helios-setup] process exited with exit status: 0 (769.159958536s) |
2914 | 2024-07-19T16:55:56.273Z | Jul 19 16:55:56.006 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
2915 | 2024-07-19T16:55:56.295Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos' |
2916 | 2024-07-19T16:55:56.538Z | [ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18) |
2917 | 2024-07-19T16:55:56.541Z | [ phbl-toolchain] info: downloading component 'cargo' |
2918 | 2024-07-19T16:55:57.886Z | [ phbl-toolchain] info: downloading component 'clippy' |
2919 | 2024-07-19T16:55:58.288Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
2920 | 2024-07-19T16:56:04.036Z | [ phbl-toolchain] info: downloading component 'miri' |
2921 | 2024-07-19T16:56:04.397Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
2922 | 2024-07-19T16:56:06.200Z | [ phbl-toolchain] info: downloading component 'rust-src' |
2923 | 2024-07-19T16:56:06.987Z | [ phbl-toolchain] info: downloading component 'rust-std' |
2924 | 2024-07-19T16:56:09.096Z | [ phbl-toolchain] info: downloading component 'rustc' |
2925 | 2024-07-19T16:56:14.741Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
2926 | 2024-07-19T16:56:15.014Z | [ phbl-toolchain] info: installing component 'cargo' |
2927 | 2024-07-19T16:56:16.415Z | [ phbl-toolchain] info: installing component 'clippy' |
2928 | 2024-07-19T16:56:16.930Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
2929 | 2024-07-19T16:56:22.985Z | [ phbl-toolchain] info: installing component 'miri' |
2930 | 2024-07-19T16:56:23.346Z | [ phbl-toolchain] info: installing component 'rust-docs' |
2931 | 2024-07-19T16:57:19.891Z | [ phbl-toolchain] info: installing component 'rust-src' |
2932 | 2024-07-19T16:57:19.891Z | [ phbl-toolchain] info: installing component 'rust-std' |
2933 | 2024-07-19T16:57:19.891Z | [ phbl-toolchain] info: installing component 'rustc' |
2934 | 2024-07-19T16:57:19.891Z | [ phbl-toolchain] info: installing component 'rustfmt' |
2935 | 2024-07-19T16:57:19.891Z | [ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15) |
2936 | 2024-07-19T16:57:19.891Z | Jul 19 16:56:40.054 INFO [phbl-toolchain] process exited with exit status: 0 (44.047076558s) |
|
2937 | 2024-07-19T17:01:11.919Z | worker agent experienced a fatal error; aborting job |
2938 | 2024-07-19T17:01:11.919Z | task 4 was incomplete, marked failed |