|
|
|
1 | 2024-11-14T16:07:17.830Z | job assigned to worker 01JCNPT0ACEPVZ2D3A7DSPJW2T (queued for 54 s) |
|
2 | 2024-11-14T16:07:24.765Z | starting task 0: "setup" |
3 | 2024-11-14T16:07:24.771Z | ++ uname -s |
4 | 2024-11-14T16:07:24.773Z | + kern=SunOS |
5 | 2024-11-14T16:07:24.773Z | + case "$kern" in |
6 | 2024-11-14T16:07:24.774Z | + groupadd -g 12345 build |
7 | 2024-11-14T16:07:24.776Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-14T16:07:26.786Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-14T16:07:26.885Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-14T16:07:26.888Z | + home_fs=zfs |
11 | 2024-11-14T16:07:26.888Z | + [[ zfs == autofs ]] |
12 | 2024-11-14T16:07:26.888Z | + mkdir -p /home/build |
13 | 2024-11-14T16:07:26.890Z | + chown build:build /home/build /work |
14 | 2024-11-14T16:07:28.892Z | + chmod 0700 /home/build /work |
15 | 2024-11-14T16:07:28.895Z | process exited: duration 4133 ms, exit code 0 |
|
16 | 2024-11-14T16:07:28.899Z | starting task 1: "rust-toolchain" |
17 | 2024-11-14T16:07:28.905Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-14T16:07:28.905Z | ' 1.81.0 |
19 | 2024-11-14T16:07:28.905Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-14T16:07:28.905Z | ' default |
21 | 2024-11-14T16:07:28.905Z | * toolchain channel = "1.81.0" |
22 | 2024-11-14T16:07:28.905Z | * toolchain profile = "default" |
23 | 2024-11-14T16:07:28.907Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-14T16:07:28.908Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-14T16:07:29.022Z | info: downloading installer |
26 | 2024-11-14T16:07:30.209Z | info: profile set to 'default' |
27 | 2024-11-14T16:07:30.209Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-14T16:07:30.212Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-14T16:07:30.370Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-14T16:07:30.370Z | info: downloading component 'cargo' |
31 | 2024-11-14T16:07:31.254Z | info: downloading component 'clippy' |
32 | 2024-11-14T16:07:31.592Z | info: downloading component 'rust-docs' |
33 | 2024-11-14T16:07:32.749Z | info: downloading component 'rust-std' |
34 | 2024-11-14T16:07:34.613Z | info: downloading component 'rustc' |
35 | 2024-11-14T16:07:41.179Z | info: downloading component 'rustfmt' |
36 | 2024-11-14T16:07:41.430Z | info: installing component 'cargo' |
37 | 2024-11-14T16:07:42.259Z | info: installing component 'clippy' |
38 | 2024-11-14T16:07:42.643Z | info: installing component 'rust-docs' |
39 | 2024-11-14T16:07:44.286Z | info: installing component 'rust-std' |
40 | 2024-11-14T16:07:46.129Z | info: installing component 'rustc' |
41 | 2024-11-14T16:07:51.931Z | info: installing component 'rustfmt' |
42 | 2024-11-14T16:07:52.270Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-14T16:07:52.270Z | |
44 | 2024-11-14T16:07:52.632Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-14T16:07:52.633Z | |
46 | 2024-11-14T16:07:52.636Z | |
47 | 2024-11-14T16:07:52.636Z | Rust is installed now. Great! |
48 | 2024-11-14T16:07:52.636Z | |
49 | 2024-11-14T16:07:52.637Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-14T16:07:52.637Z | environment variable. This has not been done automatically. |
51 | 2024-11-14T16:07:52.637Z | |
52 | 2024-11-14T16:07:52.637Z | To configure your current shell, you need to source |
53 | 2024-11-14T16:07:52.637Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-14T16:07:52.637Z | |
55 | 2024-11-14T16:07:52.637Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-14T16:07:52.637Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-14T16:07:52.637Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-14T16:07:52.762Z | + rustc --version |
59 | 2024-11-14T16:07:52.775Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-14T16:07:52.779Z | process exited: duration 23873 ms, exit code 0 |
|
61 | 2024-11-14T16:07:52.784Z | starting task 2: "authentication" |
62 | 2024-11-14T16:07:52.806Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-14T16:07:52.812Z | starting task 3: "clone repository" |
64 | 2024-11-14T16:07:52.817Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-14T16:07:52.819Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-14T16:07:52.863Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-14T16:08:34.284Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-14T16:08:34.285Z | + git fetch origin 1d407761d74a84e718894784d1060462cbda1cab |
69 | 2024-11-14T16:08:34.934Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-14T16:08:34.934Z | * branch 1d407761d74a84e718894784d1060462cbda1cab -> FETCH_HEAD |
71 | 2024-11-14T16:08:34.945Z | + [[ -n dap/dropshot-builder ]] |
72 | 2024-11-14T16:08:34.948Z | ++ git branch --show-current |
73 | 2024-11-14T16:08:34.950Z | + current=main |
74 | 2024-11-14T16:08:34.951Z | + [[ main != dap/dropshot-builder ]] |
75 | 2024-11-14T16:08:34.951Z | + git branch -f dap/dropshot-builder 1d407761d74a84e718894784d1060462cbda1cab |
76 | 2024-11-14T16:08:34.953Z | + git checkout -f dap/dropshot-builder |
77 | 2024-11-14T16:08:35.127Z | Switched to branch 'dap/dropshot-builder' |
78 | 2024-11-14T16:08:35.129Z | + git reset --hard 1d407761d74a84e718894784d1060462cbda1cab |
79 | 2024-11-14T16:08:35.145Z | HEAD is now at 1d407761d Merge branch 'main' into dap/dropshot-builder |
80 | 2024-11-14T16:08:35.147Z | process exited: duration 42323 ms, exit code 0 |
|
81 | 2024-11-14T16:08:35.152Z | starting task 4: "build" |
82 | 2024-11-14T16:08:35.158Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-14T16:08:35.158Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-14T16:08:35.158Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-14T16:08:35.161Z | + cargo --version |
86 | 2024-11-14T16:08:35.216Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-14T16:08:35.218Z | + rustc --version |
88 | 2024-11-14T16:08:35.279Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-14T16:08:35.282Z | + WORK=/work |
90 | 2024-11-14T16:08:35.282Z | + pfexec mkdir -p /work |
91 | 2024-11-14T16:08:35.286Z | + pfexec chown build /work |
92 | 2024-11-14T16:08:35.289Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-14T16:08:44.296Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-14T16:08:47.786Z | Startup: Caching catalogs ... Done |
95 | 2024-11-14T16:08:56.000Z | Planning: Solver setup ... Done (7.489s) |
96 | 2024-11-14T16:08:56.106Z | Planning: Running solver ... Done (0.106s) |
97 | 2024-11-14T16:08:56.197Z | Planning: Finding local manifests ... Done (0.005s) |
98 | 2024-11-14T16:08:56.227Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-14T16:08:56.458Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-14T16:08:56.559Z | Planning: Package planning ... Done (0.101s) |
101 | 2024-11-14T16:08:56.615Z | Planning: Merging actions ... Done (0.056s) |
102 | 2024-11-14T16:08:56.806Z | Planning: Checking for conflicting actions ... Done (0.191s) |
103 | 2024-11-14T16:08:58.716Z | Planning: Consolidating action changes ... Done (1.909s) |
104 | 2024-11-14T16:08:59.132Z | Planning: Evaluating mediators ... Done (0.416s) |
105 | 2024-11-14T16:08:59.215Z | Planning: Planning completed in 11.34 seconds |
106 | 2024-11-14T16:08:59.230Z | Packages to install: 4 |
107 | 2024-11-14T16:08:59.230Z | Packages to update: 1 |
108 | 2024-11-14T16:08:59.233Z | Mediators to change: 2 |
109 | 2024-11-14T16:08:59.233Z | Services to change: 1 |
110 | 2024-11-14T16:08:59.233Z | Estimated space available: 155.64 GB |
111 | 2024-11-14T16:08:59.233Z | Estimated space to be consumed: 1.59 GB |
112 | 2024-11-14T16:08:59.233Z | Create boot environment: No |
113 | 2024-11-14T16:08:59.233Z | Create backup boot environment: Yes |
114 | 2024-11-14T16:08:59.233Z | Rebuild boot archive: No |
115 | 2024-11-14T16:08:59.233Z | |
116 | 2024-11-14T16:08:59.233Z | Changed mediators: |
117 | 2024-11-14T16:08:59.233Z | mediator clang: |
118 | 2024-11-14T16:08:59.233Z | version: None -> 15 (system default) |
119 | 2024-11-14T16:08:59.233Z | |
120 | 2024-11-14T16:08:59.233Z | mediator llvm: |
121 | 2024-11-14T16:08:59.233Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-14T16:08:59.233Z | |
123 | 2024-11-14T16:08:59.233Z | Changed packages: |
124 | 2024-11-14T16:08:59.233Z | helios-dev |
125 | 2024-11-14T16:08:59.233Z | developer/build-essential |
126 | 2024-11-14T16:08:59.233Z | None -> 11-2.0 |
127 | 2024-11-14T16:08:59.233Z | library/libxmlsec1 |
128 | 2024-11-14T16:08:59.233Z | None -> 1.2.35-2.0 |
129 | 2024-11-14T16:08:59.233Z | ooce/developer/clang-15 |
130 | 2024-11-14T16:08:59.233Z | None -> 15.0.7-2.0 |
131 | 2024-11-14T16:08:59.233Z | ooce/developer/llvm-15 |
132 | 2024-11-14T16:08:59.233Z | None -> 15.0.7-2.0 |
133 | 2024-11-14T16:08:59.233Z | package/pkg |
134 | 2024-11-14T16:08:59.233Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-14T16:08:59.233Z | |
136 | 2024-11-14T16:08:59.233Z | Services: |
137 | 2024-11-14T16:08:59.234Z | restart_fmri: |
138 | 2024-11-14T16:08:59.234Z | svc:/system/update-man-index:default |
139 | 2024-11-14T16:08:59.234Z | |
140 | 2024-11-14T16:08:59.234Z | Editable files to change: |
141 | 2024-11-14T16:08:59.234Z | Update: |
142 | 2024-11-14T16:08:59.234Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-14T16:08:59.309Z | |
144 | 2024-11-14T16:08:59.309Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-14T16:09:05.578Z | Download: 213/4281 items 1.3/220.6MB 0% complete (770k/s) |
146 | 2024-11-14T16:09:10.602Z | Download: 951/4281 items 19.3/220.6MB 8% complete (1.8M/s) |
147 | 2024-11-14T16:09:15.674Z | Download: 1260/4281 items 111.1/220.6MB 50% complete (11.2M/s) |
148 | 2024-11-14T16:09:20.998Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (10.1M/s) |
149 | 2024-11-14T16:09:26.009Z | Download: 3233/4281 items 171.6/220.6MB 77% complete (5.6M/s) |
150 | 2024-11-14T16:09:31.160Z | Download: 4203/4281 items 220.5/220.6MB 99% complete (10.4M/s) |
151 | 2024-11-14T16:09:31.957Z | Download: Completed 220.60 MB in 32.64 seconds (6.8M/s) |
152 | 2024-11-14T16:09:33.998Z | Actions: 1/5063 actions (Removing old actions) |
153 | 2024-11-14T16:09:34.017Z | Actions: 194/5063 actions (Installing new actions) |
154 | 2024-11-14T16:09:38.759Z | Actions: 4226/5063 actions (Updating modified actions) |
155 | 2024-11-14T16:09:39.077Z | Actions: Completed 5063 actions in 5.08 seconds. |
156 | 2024-11-14T16:09:39.454Z | Done (0.369s) |
157 | 2024-11-14T16:09:39.457Z | Done (0.000s) |
158 | 2024-11-14T16:09:39.969Z | Done (0.513s) |
159 | 2024-11-14T16:09:44.399Z | Done (4.215s) |
160 | 2024-11-14T16:09:44.487Z | Done (0.017s) |
161 | 2024-11-14T16:09:44.490Z | Done (0.000s) |
162 | 2024-11-14T16:09:44.635Z | Done (0.000s) |
163 | 2024-11-14T16:09:45.315Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-11-14T16:09:45.479Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-11-14T16:09:45.482Z | Planning: Consolidating action changes ... Done |
166 | 2024-11-14T16:09:45.756Z | Planning: Evaluating mediators ... Done |
167 | 2024-11-14T16:09:45.758Z | Planning: Planning completed in 0.44 seconds |
168 | 2024-11-14T16:09:45.796Z | Mediators to change: 2 |
169 | 2024-11-14T16:09:45.796Z | Create boot environment: No |
170 | 2024-11-14T16:09:45.796Z | Create backup boot environment: No |
171 | 2024-11-14T16:09:45.871Z | Done |
172 | 2024-11-14T16:09:45.872Z | Done |
173 | 2024-11-14T16:09:46.212Z | Done |
174 | 2024-11-14T16:09:49.844Z | Done |
175 | 2024-11-14T16:09:49.936Z | Done |
176 | 2024-11-14T16:09:49.938Z | Done |
177 | 2024-11-14T16:09:50.034Z | Done |
178 | 2024-11-14T16:09:50.645Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-11-14T16:09:50.647Z | Planning: Merging actions ... Done |
180 | 2024-11-14T16:09:50.836Z | Planning: Checking for conflicting actions ... Done |
181 | 2024-11-14T16:09:50.839Z | Planning: Consolidating action changes ... Done |
182 | 2024-11-14T16:09:51.107Z | Planning: Evaluating mediators ... Done |
183 | 2024-11-14T16:09:51.163Z | Planning: Planning completed in 0.76 seconds |
184 | 2024-11-14T16:09:51.204Z | Packages to change: 1 |
185 | 2024-11-14T16:09:51.204Z | Mediators to change: 1 |
186 | 2024-11-14T16:09:51.212Z | Services to change: 1 |
187 | 2024-11-14T16:09:51.212Z | Create boot environment: No |
188 | 2024-11-14T16:09:51.213Z | Create backup boot environment: Yes |
189 | 2024-11-14T16:09:53.292Z | Actions: 1/6 actions (Updating modified actions) |
190 | 2024-11-14T16:09:53.294Z | Actions: Completed 6 actions in 0.00 seconds. |
191 | 2024-11-14T16:09:53.294Z | Done |
192 | 2024-11-14T16:09:53.294Z | Done |
193 | 2024-11-14T16:09:53.401Z | Done |
194 | 2024-11-14T16:09:57.128Z | Done |
195 | 2024-11-14T16:09:57.220Z | Done |
196 | 2024-11-14T16:09:57.223Z | Done |
197 | 2024-11-14T16:09:57.338Z | Done |
198 | 2024-11-14T16:09:57.775Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
199 | 2024-11-14T16:09:57.775Z | clang system 15 system |
200 | 2024-11-14T16:09:57.775Z | csh system system illumos |
201 | 2024-11-14T16:09:57.775Z | ctags system system illumos |
202 | 2024-11-14T16:09:57.775Z | gcc vendor 12 vendor |
203 | 2024-11-14T16:09:57.775Z | gcc system 10 system |
204 | 2024-11-14T16:09:57.775Z | gcc system 7 system |
205 | 2024-11-14T16:09:57.775Z | go system 1.20 system |
206 | 2024-11-14T16:09:57.775Z | go system 1.19 system |
207 | 2024-11-14T16:09:57.775Z | llvm system 15 system |
208 | 2024-11-14T16:09:57.775Z | llvm system 14 system |
209 | 2024-11-14T16:09:57.775Z | mariadb system 10.6 system |
210 | 2024-11-14T16:09:57.776Z | mta vendor vendor dma |
211 | 2024-11-14T16:09:57.776Z | openjdk system 17 system |
212 | 2024-11-14T16:09:57.776Z | openjdk system 11 system |
213 | 2024-11-14T16:09:57.776Z | openjdk system 1.8 system |
214 | 2024-11-14T16:09:57.776Z | openssl vendor 3 vendor |
215 | 2024-11-14T16:09:57.776Z | perl system 5.36 system |
216 | 2024-11-14T16:09:57.776Z | postgresql system 15 system |
217 | 2024-11-14T16:09:57.776Z | postgresql system 13 system |
218 | 2024-11-14T16:09:57.776Z | python vendor 3 vendor |
219 | 2024-11-14T16:09:57.776Z | python system 2 system |
220 | 2024-11-14T16:09:57.776Z | python3 system 3.11 system |
221 | 2024-11-14T16:09:57.776Z | ruby system 3.0 system |
222 | 2024-11-14T16:09:57.776Z | words vendor vendor american-english |
223 | 2024-11-14T16:09:57.776Z | words system system australian-english |
224 | 2024-11-14T16:09:57.776Z | words system system british-english |
225 | 2024-11-14T16:09:57.776Z | words system system canadian-english |
226 | 2024-11-14T16:09:57.776Z | words system system french |
227 | 2024-11-14T16:09:57.776Z | words system system italian |
228 | 2024-11-14T16:09:57.776Z | words system system ngerman |
229 | 2024-11-14T16:09:57.776Z | words system system ogerman |
230 | 2024-11-14T16:09:57.776Z | words system system spanish |
231 | 2024-11-14T16:09:58.114Z | PUBLISHER TYPE STATUS P LOCATION |
232 | 2024-11-14T16:09:58.114Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
233 | 2024-11-14T16:10:00.658Z | FMRI IFO |
234 | 2024-11-14T16:10:00.658Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
235 | 2024-11-14T16:10:00.658Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
236 | 2024-11-14T16:10:00.658Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
237 | 2024-11-14T16:10:00.658Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
238 | 2024-11-14T16:10:00.658Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
239 | 2024-11-14T16:10:00.658Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
240 | 2024-11-14T16:10:00.658Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
241 | 2024-11-14T16:10:00.658Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
242 | 2024-11-14T16:10:00.658Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
243 | 2024-11-14T16:10:00.658Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
244 | 2024-11-14T16:10:00.659Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
245 | 2024-11-14T16:10:00.659Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
246 | 2024-11-14T16:10:00.659Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
247 | 2024-11-14T16:10:00.660Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
248 | 2024-11-14T16:10:00.660Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
249 | 2024-11-14T16:10:01.396Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
250 | 2024-11-14T16:10:02.130Z | Updating crates.io index |
251 | 2024-11-14T16:10:02.183Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
252 | 2024-11-14T16:10:04.301Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
253 | 2024-11-14T16:10:05.035Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
254 | 2024-11-14T16:10:05.584Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
255 | 2024-11-14T16:10:06.238Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
256 | 2024-11-14T16:10:09.848Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
257 | 2024-11-14T16:10:15.769Z | Updating git repository `https://github.com/oxidecomputer/opte` |
258 | 2024-11-14T16:10:18.533Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
259 | 2024-11-14T16:10:22.463Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
260 | 2024-11-14T16:10:23.106Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
261 | 2024-11-14T16:10:23.805Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
262 | 2024-11-14T16:10:25.332Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
263 | 2024-11-14T16:10:25.960Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
264 | 2024-11-14T16:10:26.685Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
265 | 2024-11-14T16:10:27.430Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
266 | 2024-11-14T16:10:28.061Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
267 | 2024-11-14T16:10:28.707Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
268 | 2024-11-14T16:10:29.362Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
269 | 2024-11-14T16:10:30.371Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
270 | 2024-11-14T16:10:31.111Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
271 | 2024-11-14T16:10:31.746Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
272 | 2024-11-14T16:10:32.772Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
273 | 2024-11-14T16:10:33.495Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
274 | 2024-11-14T16:10:34.509Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
275 | 2024-11-14T16:10:35.482Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
276 | 2024-11-14T16:10:36.175Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
277 | 2024-11-14T16:10:36.845Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
278 | 2024-11-14T16:10:38.447Z | Downloading crates ... |
279 | 2024-11-14T16:10:38.523Z | Downloaded bytecount v0.6.8 |
280 | 2024-11-14T16:10:38.527Z | Downloaded crypto-common v0.1.6 |
281 | 2024-11-14T16:10:38.531Z | Downloaded fnv v1.0.7 |
282 | 2024-11-14T16:10:38.531Z | Downloaded autocfg v1.4.0 |
283 | 2024-11-14T16:10:38.538Z | Downloaded cargo_metadata v0.18.1 |
284 | 2024-11-14T16:10:38.538Z | Downloaded anstyle-query v1.1.1 |
285 | 2024-11-14T16:10:38.542Z | Downloaded swrite v0.1.0 |
286 | 2024-11-14T16:10:38.551Z | Downloaded unicode-ident v1.0.13 |
287 | 2024-11-14T16:10:38.554Z | Downloaded usdt-macro v0.5.0 |
288 | 2024-11-14T16:10:38.554Z | Downloaded dof v0.3.0 |
289 | 2024-11-14T16:10:38.554Z | Downloaded clap_lex v0.7.2 |
290 | 2024-11-14T16:10:38.557Z | Downloaded usdt v0.5.0 |
291 | 2024-11-14T16:10:38.559Z | Downloaded version_check v0.9.5 |
292 | 2024-11-14T16:10:38.559Z | Downloaded heck v0.5.0 |
293 | 2024-11-14T16:10:38.561Z | Downloaded itoa v1.0.11 |
294 | 2024-11-14T16:10:38.563Z | Downloaded camino v1.1.9 |
295 | 2024-11-14T16:10:38.566Z | Downloaded memmap v0.7.0 |
296 | 2024-11-14T16:10:38.571Z | Downloaded thread-id v4.2.2 |
297 | 2024-11-14T16:10:38.573Z | Downloaded semver v1.0.23 |
298 | 2024-11-14T16:10:38.575Z | Downloaded ryu v1.0.18 |
299 | 2024-11-14T16:10:38.578Z | Downloaded pest_meta v2.7.14 |
300 | 2024-11-14T16:10:38.580Z | Downloaded thiserror v1.0.69 |
301 | 2024-11-14T16:10:38.584Z | Downloaded zerocopy-derive v0.7.35 |
302 | 2024-11-14T16:10:38.588Z | Downloaded clap v4.5.21 |
303 | 2024-11-14T16:10:38.596Z | Downloaded proc-macro-error v1.0.4 |
304 | 2024-11-14T16:10:38.602Z | Downloaded toml_edit v0.22.22 |
305 | 2024-11-14T16:10:38.620Z | Downloaded tabled v0.15.0 |
306 | 2024-11-14T16:10:38.635Z | Downloaded errno v0.3.9 |
307 | 2024-11-14T16:10:38.637Z | Downloaded anstyle-parse v0.2.5 |
308 | 2024-11-14T16:10:38.640Z | Downloaded cpufeatures v0.2.14 |
309 | 2024-11-14T16:10:38.640Z | Downloaded dtrace-parser v0.2.0 |
310 | 2024-11-14T16:10:38.642Z | Downloaded block-buffer v0.10.4 |
311 | 2024-11-14T16:10:38.642Z | Downloaded cargo_toml v0.20.5 |
312 | 2024-11-14T16:10:38.642Z | Downloaded bitflags v2.6.0 |
313 | 2024-11-14T16:10:38.646Z | Downloaded cargo-platform v0.1.8 |
314 | 2024-11-14T16:10:38.648Z | Downloaded camino-tempfile v1.1.1 |
315 | 2024-11-14T16:10:38.651Z | Downloaded equivalent v1.0.1 |
316 | 2024-11-14T16:10:38.651Z | Downloaded cfg-if v1.0.0 |
317 | 2024-11-14T16:10:38.651Z | Downloaded byteorder v1.5.0 |
318 | 2024-11-14T16:10:38.653Z | Downloaded anyhow v1.0.93 |
319 | 2024-11-14T16:10:38.656Z | Downloaded fs-err v2.11.0 |
320 | 2024-11-14T16:10:38.660Z | Downloaded anstyle v1.0.10 |
321 | 2024-11-14T16:10:38.662Z | Downloaded fastrand v2.1.1 |
322 | 2024-11-14T16:10:38.662Z | Downloaded colorchoice v1.0.2 |
323 | 2024-11-14T16:10:38.662Z | Downloaded clap_derive v4.5.18 |
324 | 2024-11-14T16:10:38.666Z | Downloaded anstream v0.6.15 |
325 | 2024-11-14T16:10:38.669Z | Downloaded usdt-attr-macro v0.5.0 |
326 | 2024-11-14T16:10:38.669Z | Downloaded scroll_derive v0.12.0 |
327 | 2024-11-14T16:10:38.669Z | Downloaded pretty-hex v0.4.1 |
328 | 2024-11-14T16:10:38.669Z | Downloaded serde_derive v1.0.215 |
329 | 2024-11-14T16:10:38.673Z | Downloaded pest v2.7.14 |
330 | 2024-11-14T16:10:38.676Z | Downloaded strsim v0.11.1 |
331 | 2024-11-14T16:10:38.679Z | Downloaded digest v0.10.7 |
332 | 2024-11-14T16:10:38.679Z | Downloaded proc-macro-error-attr v1.0.4 |
333 | 2024-11-14T16:10:38.682Z | Downloaded generic-array v0.14.7 |
334 | 2024-11-14T16:10:38.682Z | Downloaded goblin v0.8.2 |
335 | 2024-11-14T16:10:38.687Z | Downloaded plain v0.2.3 |
336 | 2024-11-14T16:10:38.689Z | Downloaded is_terminal_polyfill v1.70.1 |
337 | 2024-11-14T16:10:38.689Z | Downloaded heck v0.4.1 |
338 | 2024-11-14T16:10:38.692Z | Downloaded sha2 v0.10.8 |
339 | 2024-11-14T16:10:38.692Z | Downloaded terminal_size v0.4.0 |
340 | 2024-11-14T16:10:38.695Z | Downloaded smawk v0.3.2 |
341 | 2024-11-14T16:10:38.695Z | Downloaded macaddr v1.0.1 |
342 | 2024-11-14T16:10:38.699Z | Downloaded serde_tokenstream v0.2.2 |
343 | 2024-11-14T16:10:38.701Z | Downloaded scroll v0.12.0 |
344 | 2024-11-14T16:10:38.708Z | Downloaded serde_spanned v0.6.8 |
345 | 2024-11-14T16:10:38.711Z | Downloaded utf8parse v0.2.2 |
346 | 2024-11-14T16:10:38.711Z | Downloaded toml_datetime v0.6.8 |
347 | 2024-11-14T16:10:38.715Z | Downloaded pest_derive v2.7.14 |
348 | 2024-11-14T16:10:38.718Z | Downloaded thiserror-impl v1.0.69 |
349 | 2024-11-14T16:10:38.722Z | Downloaded tabled_derive v0.7.0 |
350 | 2024-11-14T16:10:38.722Z | Downloaded quote v1.0.37 |
351 | 2024-11-14T16:10:38.724Z | Downloaded pest_generator v2.7.14 |
352 | 2024-11-14T16:10:38.724Z | Downloaded once_cell v1.20.2 |
353 | 2024-11-14T16:10:38.727Z | Downloaded tempfile v3.13.0 |
354 | 2024-11-14T16:10:38.729Z | Downloaded log v0.4.22 |
355 | 2024-11-14T16:10:38.734Z | Downloaded usdt-impl v0.5.0 |
356 | 2024-11-14T16:10:38.737Z | Downloaded papergrid v0.11.0 |
357 | 2024-11-14T16:10:38.740Z | Downloaded unicode-linebreak v0.1.5 |
358 | 2024-11-14T16:10:38.744Z | Downloaded typenum v1.17.0 |
359 | 2024-11-14T16:10:38.746Z | Downloaded toml v0.8.19 |
360 | 2024-11-14T16:10:38.752Z | Downloaded ucd-trie v0.1.7 |
361 | 2024-11-14T16:10:38.755Z | Downloaded proc-macro2 v1.0.89 |
362 | 2024-11-14T16:10:38.762Z | Downloaded textwrap v0.16.1 |
363 | 2024-11-14T16:10:38.778Z | Downloaded memchr v2.7.4 |
364 | 2024-11-14T16:10:38.783Z | Downloaded indexmap v2.6.0 |
365 | 2024-11-14T16:10:38.788Z | Downloaded serde v1.0.215 |
366 | 2024-11-14T16:10:38.805Z | Downloaded hashbrown v0.15.0 |
367 | 2024-11-14T16:10:38.813Z | Downloaded clap_builder v4.5.21 |
368 | 2024-11-14T16:10:38.839Z | Downloaded winnow v0.6.20 |
369 | 2024-11-14T16:10:38.847Z | Downloaded zerocopy v0.7.35 |
370 | 2024-11-14T16:10:38.862Z | Downloaded serde_json v1.0.132 |
371 | 2024-11-14T16:10:38.869Z | Downloaded syn v1.0.109 |
372 | 2024-11-14T16:10:38.887Z | Downloaded unicode-width v0.1.14 |
373 | 2024-11-14T16:10:38.893Z | Downloaded syn v2.0.87 |
374 | 2024-11-14T16:10:38.904Z | Downloaded rustix v0.38.37 |
375 | 2024-11-14T16:10:38.943Z | Downloaded libc v0.2.162 |
376 | 2024-11-14T16:10:39.239Z | Compiling proc-macro2 v1.0.89 |
377 | 2024-11-14T16:10:39.239Z | Compiling unicode-ident v1.0.13 |
378 | 2024-11-14T16:10:39.239Z | Compiling serde v1.0.215 |
379 | 2024-11-14T16:10:39.242Z | Compiling version_check v0.9.5 |
380 | 2024-11-14T16:10:39.242Z | Compiling thiserror v1.0.69 |
381 | 2024-11-14T16:10:39.242Z | Compiling memchr v2.7.4 |
382 | 2024-11-14T16:10:39.242Z | Compiling libc v0.2.162 |
383 | 2024-11-14T16:10:39.242Z | Compiling ucd-trie v0.1.7 |
384 | 2024-11-14T16:10:39.503Z | Compiling itoa v1.0.11 |
385 | 2024-11-14T16:10:39.738Z | Compiling ryu v1.0.18 |
386 | 2024-11-14T16:10:39.959Z | Compiling once_cell v1.20.2 |
387 | 2024-11-14T16:10:40.061Z | Compiling byteorder v1.5.0 |
388 | 2024-11-14T16:10:40.103Z | Compiling serde_json v1.0.132 |
389 | 2024-11-14T16:10:40.402Z | Compiling rustix v0.38.37 |
390 | 2024-11-14T16:10:40.456Z | Compiling bitflags v2.6.0 |
391 | 2024-11-14T16:10:40.618Z | Compiling proc-macro-error-attr v1.0.4 |
392 | 2024-11-14T16:10:40.864Z | Compiling usdt-impl v0.5.0 |
393 | 2024-11-14T16:10:40.890Z | Compiling syn v1.0.109 |
394 | 2024-11-14T16:10:40.984Z | Compiling proc-macro-error v1.0.4 |
395 | 2024-11-14T16:10:41.044Z | Compiling log v0.4.22 |
396 | 2024-11-14T16:10:41.090Z | Compiling quote v1.0.37 |
397 | 2024-11-14T16:10:41.303Z | Compiling camino v1.1.9 |
398 | 2024-11-14T16:10:41.430Z | Compiling hashbrown v0.15.0 |
399 | 2024-11-14T16:10:41.454Z | Compiling syn v2.0.87 |
400 | 2024-11-14T16:10:41.520Z | Compiling errno v0.3.9 |
401 | 2024-11-14T16:10:41.811Z | Compiling utf8parse v0.2.2 |
402 | 2024-11-14T16:10:41.858Z | Compiling thread-id v4.2.2 |
403 | 2024-11-14T16:10:41.924Z | Compiling plain v0.2.3 |
404 | 2024-11-14T16:10:41.954Z | Compiling equivalent v1.0.1 |
405 | 2024-11-14T16:10:41.980Z | Compiling anstyle-parse v0.2.5 |
406 | 2024-11-14T16:10:42.238Z | Compiling winnow v0.6.20 |
407 | 2024-11-14T16:10:42.349Z | Compiling semver v1.0.23 |
408 | 2024-11-14T16:10:42.509Z | Compiling anstyle-query v1.1.1 |
409 | 2024-11-14T16:10:42.681Z | Compiling indexmap v2.6.0 |
410 | 2024-11-14T16:10:42.706Z | Compiling is_terminal_polyfill v1.70.1 |
411 | 2024-11-14T16:10:42.836Z | Compiling unicode-width v0.1.14 |
412 | 2024-11-14T16:10:42.908Z | Compiling autocfg v1.4.0 |
413 | 2024-11-14T16:10:42.931Z | Compiling colorchoice v1.0.2 |
414 | 2024-11-14T16:10:43.093Z | Compiling anstyle v1.0.10 |
415 | 2024-11-14T16:10:43.388Z | Compiling pretty-hex v0.4.1 |
416 | 2024-11-14T16:10:43.551Z | Compiling anstream v0.6.15 |
417 | 2024-11-14T16:10:43.964Z | Compiling terminal_size v0.4.0 |
418 | 2024-11-14T16:10:44.103Z | Compiling fs-err v2.11.0 |
419 | 2024-11-14T16:10:44.148Z | Compiling heck v0.4.1 |
420 | 2024-11-14T16:10:44.254Z | Compiling cfg-if v1.0.0 |
421 | 2024-11-14T16:10:44.348Z | Compiling anyhow v1.0.93 |
422 | 2024-11-14T16:10:44.373Z | Compiling bytecount v0.6.8 |
423 | 2024-11-14T16:10:44.405Z | Compiling fnv v1.0.7 |
424 | 2024-11-14T16:10:44.597Z | Compiling strsim v0.11.1 |
425 | 2024-11-14T16:10:44.700Z | Compiling fastrand v2.1.1 |
426 | 2024-11-14T16:10:44.723Z | Compiling heck v0.5.0 |
427 | 2024-11-14T16:10:44.946Z | Compiling clap_lex v0.7.2 |
428 | 2024-11-14T16:10:45.273Z | Compiling clap_builder v4.5.21 |
429 | 2024-11-14T16:10:45.349Z | Compiling tempfile v3.13.0 |
430 | 2024-11-14T16:10:45.473Z | Compiling papergrid v0.11.0 |
431 | 2024-11-14T16:10:45.670Z | Compiling memmap v0.7.0 |
432 | 2024-11-14T16:10:45.906Z | Compiling unicode-linebreak v0.1.5 |
433 | 2024-11-14T16:10:46.063Z | Compiling smawk v0.3.2 |
434 | 2024-11-14T16:10:46.289Z | Compiling textwrap v0.16.1 |
435 | 2024-11-14T16:10:46.379Z | Compiling swrite v0.1.0 |
436 | 2024-11-14T16:10:47.762Z | Compiling tabled_derive v0.7.0 |
437 | 2024-11-14T16:10:49.369Z | Compiling tabled v0.15.0 |
438 | 2024-11-14T16:10:50.798Z | Compiling serde_derive v1.0.215 |
439 | 2024-11-14T16:10:50.801Z | Compiling thiserror-impl v1.0.69 |
440 | 2024-11-14T16:10:50.801Z | Compiling zerocopy-derive v0.7.35 |
441 | 2024-11-14T16:10:50.801Z | Compiling scroll_derive v0.12.0 |
442 | 2024-11-14T16:10:50.864Z | Compiling clap_derive v4.5.18 |
443 | 2024-11-14T16:10:52.066Z | Compiling scroll v0.12.0 |
444 | 2024-11-14T16:10:52.541Z | Compiling zerocopy v0.7.35 |
445 | 2024-11-14T16:10:52.593Z | Compiling goblin v0.8.2 |
446 | 2024-11-14T16:10:53.725Z | Compiling pest v2.7.14 |
447 | 2024-11-14T16:10:54.487Z | Compiling clap v4.5.21 |
448 | 2024-11-14T16:10:55.848Z | Compiling pest_meta v2.7.14 |
449 | 2024-11-14T16:10:56.695Z | Compiling pest_generator v2.7.14 |
450 | 2024-11-14T16:10:58.684Z | Compiling pest_derive v2.7.14 |
451 | 2024-11-14T16:10:59.456Z | Compiling dtrace-parser v0.2.0 |
452 | 2024-11-14T16:11:00.859Z | Compiling serde_spanned v0.6.8 |
453 | 2024-11-14T16:11:00.859Z | Compiling toml_datetime v0.6.8 |
454 | 2024-11-14T16:11:00.862Z | Compiling cargo-platform v0.1.8 |
455 | 2024-11-14T16:11:01.256Z | Compiling serde_tokenstream v0.2.2 |
456 | 2024-11-14T16:11:01.303Z | Compiling toml_edit v0.22.22 |
457 | 2024-11-14T16:11:01.437Z | Compiling macaddr v1.0.1 |
458 | 2024-11-14T16:11:01.570Z | Compiling camino-tempfile v1.1.1 |
459 | 2024-11-14T16:11:02.496Z | Compiling dof v0.3.0 |
460 | 2024-11-14T16:11:02.497Z | Compiling cargo_metadata v0.18.1 |
461 | 2024-11-14T16:11:04.033Z | Compiling toml v0.8.19 |
462 | 2024-11-14T16:11:04.323Z | Compiling usdt-attr-macro v0.5.0 |
463 | 2024-11-14T16:11:04.323Z | Compiling usdt-macro v0.5.0 |
464 | 2024-11-14T16:11:05.083Z | Compiling cargo_toml v0.20.5 |
465 | 2024-11-14T16:11:05.677Z | Compiling usdt v0.5.0 |
466 | 2024-11-14T16:11:08.624Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
467 | 2024-11-14T16:11:12.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
468 | 2024-11-14T16:11:13.038Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
469 | 2024-11-14T16:11:13.555Z | Downloading crates ... |
470 | 2024-11-14T16:11:13.683Z | Downloaded argon2 v0.5.3 |
471 | 2024-11-14T16:11:13.686Z | Downloaded atty v0.2.14 |
472 | 2024-11-14T16:11:13.688Z | Downloaded addr2line v0.24.2 |
473 | 2024-11-14T16:11:13.691Z | Downloaded cfg_aliases v0.2.1 |
474 | 2024-11-14T16:11:13.693Z | Downloaded ascii-canvas v3.0.0 |
475 | 2024-11-14T16:11:13.695Z | Downloaded cstr-argument v0.1.2 |
476 | 2024-11-14T16:11:13.701Z | Downloaded home v0.5.9 |
477 | 2024-11-14T16:11:13.703Z | Downloaded cmake v0.1.51 |
478 | 2024-11-14T16:11:13.705Z | Downloaded hex v0.4.3 |
479 | 2024-11-14T16:11:13.707Z | Downloaded bitflags v1.3.2 |
480 | 2024-11-14T16:11:13.710Z | Downloaded bb8 v0.8.5 |
481 | 2024-11-14T16:11:13.710Z | Downloaded cassowary v0.3.0 |
482 | 2024-11-14T16:11:13.714Z | Downloaded base16ct v0.2.0 |
483 | 2024-11-14T16:11:13.716Z | Downloaded async-recursion v1.1.1 |
484 | 2024-11-14T16:11:13.719Z | Downloaded icu_normalizer_data v1.5.0 |
485 | 2024-11-14T16:11:13.722Z | Downloaded curve25519-dalek-derive v0.1.1 |
486 | 2024-11-14T16:11:13.722Z | Downloaded ident_case v1.0.1 |
487 | 2024-11-14T16:11:13.724Z | Downloaded crc-catalog v2.4.0 |
488 | 2024-11-14T16:11:13.724Z | Downloaded ciborium-ll v0.2.2 |
489 | 2024-11-14T16:11:13.727Z | Downloaded bzip2 v0.4.4 |
490 | 2024-11-14T16:11:13.730Z | Downloaded cookie_store v0.21.0 |
491 | 2024-11-14T16:11:13.730Z | Downloaded is_ci v1.2.0 |
492 | 2024-11-14T16:11:13.733Z | Downloaded matches v0.1.10 |
493 | 2024-11-14T16:11:13.733Z | Downloaded http-range v0.1.5 |
494 | 2024-11-14T16:11:13.736Z | Downloaded constant_time_eq v0.3.1 |
495 | 2024-11-14T16:11:13.736Z | Downloaded heapless v0.7.17 |
496 | 2024-11-14T16:11:13.739Z | Downloaded kstat-rs v0.2.4 |
497 | 2024-11-14T16:11:13.742Z | Downloaded internet-checksum v0.2.1 |
498 | 2024-11-14T16:11:13.742Z | Downloaded humantime v2.1.0 |
499 | 2024-11-14T16:11:13.745Z | Downloaded ciborium v0.2.2 |
500 | 2024-11-14T16:11:13.745Z | Downloaded memoffset v0.9.1 |
501 | 2024-11-14T16:11:13.748Z | Downloaded psl-types v2.0.11 |
502 | 2024-11-14T16:11:13.750Z | Downloaded linear-map v1.2.0 |
503 | 2024-11-14T16:11:13.750Z | Downloaded blowfish v0.9.1 |
504 | 2024-11-14T16:11:13.753Z | Downloaded csv-core v0.1.11 |
505 | 2024-11-14T16:11:13.755Z | Downloaded highway v1.2.0 |
506 | 2024-11-14T16:11:13.755Z | Downloaded arrayvec v0.7.6 |
507 | 2024-11-14T16:11:13.758Z | Downloaded icu_locid_transform v1.5.0 |
508 | 2024-11-14T16:11:13.761Z | Downloaded hyper-staticfile v0.10.1 |
509 | 2024-11-14T16:11:13.764Z | Downloaded arrayref v0.3.9 |
510 | 2024-11-14T16:11:13.767Z | Downloaded compact_str v0.8.0 |
511 | 2024-11-14T16:11:13.769Z | Downloaded icu_provider v1.5.0 |
512 | 2024-11-14T16:11:13.772Z | Downloaded const_format v0.2.33 |
513 | 2024-11-14T16:11:13.777Z | Downloaded async-stream-impl v0.3.6 |
514 | 2024-11-14T16:11:13.779Z | Downloaded ahash v0.8.11 |
515 | 2024-11-14T16:11:13.782Z | Downloaded httpdate v1.0.3 |
516 | 2024-11-14T16:11:13.784Z | Downloaded bumpalo v3.16.0 |
517 | 2024-11-14T16:11:13.786Z | Downloaded allocator-api2 v0.2.18 |
518 | 2024-11-14T16:11:13.789Z | Downloaded same-file v1.0.6 |
519 | 2024-11-14T16:11:13.792Z | Downloaded headers-core v0.3.0 |
520 | 2024-11-14T16:11:13.792Z | Downloaded is-terminal v0.4.13 |
521 | 2024-11-14T16:11:13.794Z | Downloaded ciborium-io v0.2.2 |
522 | 2024-11-14T16:11:13.796Z | Downloaded inout v0.1.3 |
523 | 2024-11-14T16:11:13.796Z | Downloaded http v1.1.0 |
524 | 2024-11-14T16:11:13.800Z | Downloaded rustc_version v0.1.7 |
525 | 2024-11-14T16:11:13.802Z | Downloaded darling v0.20.10 |
526 | 2024-11-14T16:11:13.805Z | Downloaded indexmap v1.9.3 |
527 | 2024-11-14T16:11:13.809Z | Downloaded arc-swap v1.7.1 |
528 | 2024-11-14T16:11:13.813Z | Downloaded sync_wrapper v1.0.1 |
529 | 2024-11-14T16:11:13.816Z | Downloaded rpassword v7.3.1 |
530 | 2024-11-14T16:11:13.816Z | Downloaded libxml v0.3.3 |
531 | 2024-11-14T16:11:13.822Z | Downloaded tabwriter v1.4.0 |
532 | 2024-11-14T16:11:13.825Z | Downloaded hex-literal v0.4.1 |
533 | 2024-11-14T16:11:13.825Z | Downloaded sync-ptr v0.1.1 |
534 | 2024-11-14T16:11:13.828Z | Downloaded structmeta-derive v0.3.0 |
535 | 2024-11-14T16:11:13.828Z | Downloaded heck v0.3.3 |
536 | 2024-11-14T16:11:13.831Z | Downloaded chacha20 v0.9.1 |
537 | 2024-11-14T16:11:13.831Z | Downloaded bit-set v0.5.3 |
538 | 2024-11-14T16:11:13.833Z | Downloaded hostname v0.3.1 |
539 | 2024-11-14T16:11:13.835Z | Downloaded bit-vec v0.6.3 |
540 | 2024-11-14T16:11:13.835Z | Downloaded tokio-tungstenite v0.21.0 |
541 | 2024-11-14T16:11:13.838Z | Downloaded buf-list v1.0.3 |
542 | 2024-11-14T16:11:13.840Z | Downloaded tokio-rustls v0.26.0 |
543 | 2024-11-14T16:11:13.842Z | Downloaded cobs v0.2.3 |
544 | 2024-11-14T16:11:13.844Z | Downloaded tokio-rustls v0.24.1 |
545 | 2024-11-14T16:11:13.847Z | Downloaded convert_case v0.4.0 |
546 | 2024-11-14T16:11:13.849Z | Downloaded cipher v0.4.4 |
547 | 2024-11-14T16:11:13.851Z | Downloaded hubpack_derive v0.1.1 |
548 | 2024-11-14T16:11:13.851Z | Downloaded http-body v1.0.1 |
549 | 2024-11-14T16:11:13.854Z | Downloaded chrono-tz-build v0.4.0 |
550 | 2024-11-14T16:11:13.854Z | Downloaded prettyplease v0.2.25 |
551 | 2024-11-14T16:11:13.856Z | Downloaded ctr v0.9.2 |
552 | 2024-11-14T16:11:13.860Z | Downloaded castaway v0.2.3 |
553 | 2024-11-14T16:11:13.862Z | Downloaded block-padding v0.3.3 |
554 | 2024-11-14T16:11:13.862Z | Downloaded aes v0.8.4 |
555 | 2024-11-14T16:11:13.866Z | Downloaded primeorder v0.13.6 |
556 | 2024-11-14T16:11:13.868Z | Downloaded subtle v2.6.1 |
557 | 2024-11-14T16:11:13.870Z | Downloaded rand_chacha v0.3.1 |
558 | 2024-11-14T16:11:13.870Z | Downloaded icu_provider_macros v1.5.0 |
559 | 2024-11-14T16:11:13.872Z | Downloaded utf8_iter v1.0.4 |
560 | 2024-11-14T16:11:13.874Z | Downloaded slog-envlogger v2.2.0 |
561 | 2024-11-14T16:11:13.874Z | Downloaded bcrypt-pbkdf v0.10.0 |
562 | 2024-11-14T16:11:13.877Z | Downloaded hmac v0.12.1 |
563 | 2024-11-14T16:11:13.879Z | Downloaded serde-hex v0.1.0 |
564 | 2024-11-14T16:11:13.883Z | Downloaded rustfmt-wrapper v0.2.1 |
565 | 2024-11-14T16:11:13.883Z | Downloaded serde_plain v1.0.2 |
566 | 2024-11-14T16:11:13.886Z | Downloaded match_cfg v0.1.0 |
567 | 2024-11-14T16:11:13.886Z | Downloaded md5 v0.7.0 |
568 | 2024-11-14T16:11:13.886Z | Downloaded instant v0.1.13 |
569 | 2024-11-14T16:11:13.888Z | Downloaded const_format_proc_macros v0.2.33 |
570 | 2024-11-14T16:11:13.890Z | Downloaded bitfield-struct v0.6.2 |
571 | 2024-11-14T16:11:13.892Z | Downloaded bcs v0.1.6 |
572 | 2024-11-14T16:11:13.894Z | Downloaded serde_path_to_error v0.1.16 |
573 | 2024-11-14T16:11:13.898Z | Downloaded heapless v0.8.0 |
574 | 2024-11-14T16:11:13.901Z | Downloaded smallvec v0.6.14 |
575 | 2024-11-14T16:11:13.903Z | Downloaded utf16_iter v1.0.5 |
576 | 2024-11-14T16:11:13.903Z | Downloaded supports-color v3.0.1 |
577 | 2024-11-14T16:11:13.905Z | Downloaded linked-hash-map v0.5.6 |
578 | 2024-11-14T16:11:13.905Z | Downloaded crc32fast v1.4.2 |
579 | 2024-11-14T16:11:13.907Z | Downloaded new_debug_unreachable v1.0.6 |
580 | 2024-11-14T16:11:13.911Z | Downloaded utf-8 v0.7.6 |
581 | 2024-11-14T16:11:13.912Z | Downloaded typify v0.2.0 |
582 | 2024-11-14T16:11:13.914Z | Downloaded enum-as-inner v0.5.1 |
583 | 2024-11-14T16:11:13.916Z | Downloaded whoami v1.5.2 |
584 | 2024-11-14T16:11:13.919Z | Downloaded impl-trait-for-tuples v0.2.2 |
585 | 2024-11-14T16:11:13.921Z | Downloaded libefi-sys v0.1.0 |
586 | 2024-11-14T16:11:13.923Z | Downloaded lazycell v1.3.0 |
587 | 2024-11-14T16:11:13.923Z | Downloaded rustc_version v0.4.1 |
588 | 2024-11-14T16:11:13.926Z | Downloaded hostname v0.4.0 |
589 | 2024-11-14T16:11:13.926Z | Downloaded num-conv v0.1.0 |
590 | 2024-11-14T16:11:13.928Z | Downloaded endian-type v0.1.2 |
591 | 2024-11-14T16:11:13.928Z | Downloaded hyper-rustls v0.27.3 |
592 | 2024-11-14T16:11:13.930Z | Downloaded debug-ignore v1.0.5 |
593 | 2024-11-14T16:11:13.933Z | Downloaded zeroize v1.8.1 |
594 | 2024-11-14T16:11:13.935Z | Downloaded libsw v3.3.1 |
595 | 2024-11-14T16:11:13.937Z | Downloaded managed v0.8.0 |
596 | 2024-11-14T16:11:13.937Z | Downloaded newline-converter v0.3.0 |
597 | 2024-11-14T16:11:13.939Z | Downloaded lockfree-object-pool v0.1.6 |
598 | 2024-11-14T16:11:13.942Z | Downloaded keccak v0.1.5 |
599 | 2024-11-14T16:11:13.944Z | Downloaded indoc v1.0.9 |
600 | 2024-11-14T16:11:13.947Z | Downloaded ipnetwork v0.20.0 |
601 | 2024-11-14T16:11:13.949Z | Downloaded ghash v0.5.1 |
602 | 2024-11-14T16:11:13.949Z | Downloaded rfc6979 v0.4.0 |
603 | 2024-11-14T16:11:13.952Z | Downloaded ref-cast-impl v1.0.23 |
604 | 2024-11-14T16:11:13.952Z | Downloaded mime v0.3.17 |
605 | 2024-11-14T16:11:13.955Z | Downloaded funty v2.0.0 |
606 | 2024-11-14T16:11:13.955Z | Downloaded crossbeam-epoch v0.9.18 |
607 | 2024-11-14T16:11:13.957Z | Downloaded foreign-types v0.5.0 |
608 | 2024-11-14T16:11:13.959Z | Downloaded crc-any v2.5.0 |
609 | 2024-11-14T16:11:13.962Z | Downloaded const-oid v0.9.6 |
610 | 2024-11-14T16:11:13.964Z | Downloaded ipnet v2.10.1 |
611 | 2024-11-14T16:11:13.967Z | Downloaded litemap v0.7.3 |
612 | 2024-11-14T16:11:13.970Z | Downloaded mockall v0.13.0 |
613 | 2024-11-14T16:11:13.970Z | Downloaded crossbeam-utils v0.8.20 |
614 | 2024-11-14T16:11:13.972Z | Downloaded serde_derive_internals v0.29.1 |
615 | 2024-11-14T16:11:13.974Z | Downloaded sqlformat v0.2.6 |
616 | 2024-11-14T16:11:13.978Z | Downloaded slog-bunyan v2.5.0 |
617 | 2024-11-14T16:11:13.978Z | Downloaded take_mut v0.2.2 |
618 | 2024-11-14T16:11:13.980Z | Downloaded stringprep v0.1.5 |
619 | 2024-11-14T16:11:13.980Z | Downloaded spki v0.7.3 |
620 | 2024-11-14T16:11:13.983Z | Downloaded num-iter v0.1.45 |
621 | 2024-11-14T16:11:13.983Z | Downloaded zeroize_derive v1.4.2 |
622 | 2024-11-14T16:11:13.986Z | Downloaded num-derive v0.4.2 |
623 | 2024-11-14T16:11:13.988Z | Downloaded xattr v1.3.1 |
624 | 2024-11-14T16:11:13.988Z | Downloaded des v0.8.1 |
625 | 2024-11-14T16:11:13.991Z | Downloaded deranged v0.3.11 |
626 | 2024-11-14T16:11:13.993Z | Downloaded unicode-truncate v1.1.0 |
627 | 2024-11-14T16:11:13.993Z | Downloaded synstructure v0.13.1 |
628 | 2024-11-14T16:11:13.996Z | Downloaded packed_struct_codegen v0.10.1 |
629 | 2024-11-14T16:11:13.998Z | Downloaded chacha20poly1305 v0.10.1 |
630 | 2024-11-14T16:11:14.001Z | Downloaded paste v1.0.15 |
631 | 2024-11-14T16:11:14.004Z | Downloaded tinyvec_macros v0.1.1 |
632 | 2024-11-14T16:11:14.004Z | Downloaded subprocess v0.2.9 |
633 | 2024-11-14T16:11:14.007Z | Downloaded memmap2 v0.9.5 |
634 | 2024-11-14T16:11:14.009Z | Downloaded r2d2 v0.8.10 |
635 | 2024-11-14T16:11:14.011Z | Downloaded quinn-udp v0.5.5 |
636 | 2024-11-14T16:11:14.011Z | Downloaded hickory-resolver v0.24.1 |
637 | 2024-11-14T16:11:14.017Z | Downloaded zone_cfg_derive v0.1.2 |
638 | 2024-11-14T16:11:14.020Z | Downloaded zone_cfg_derive v0.3.0 |
639 | 2024-11-14T16:11:14.021Z | Downloaded signal-hook-mio v0.2.4 |
640 | 2024-11-14T16:11:14.023Z | Downloaded mime_guess v2.0.5 |
641 | 2024-11-14T16:11:14.025Z | Downloaded group v0.13.0 |
642 | 2024-11-14T16:11:14.028Z | Downloaded aho-corasick v1.1.3 |
643 | 2024-11-14T16:11:14.033Z | Downloaded downcast v0.11.0 |
644 | 2024-11-14T16:11:14.036Z | Downloaded num-complex v0.4.6 |
645 | 2024-11-14T16:11:14.038Z | Downloaded cc v1.1.30 |
646 | 2024-11-14T16:11:14.041Z | Downloaded tap v1.0.1 |
647 | 2024-11-14T16:11:14.043Z | Downloaded serde_urlencoded v0.7.1 |
648 | 2024-11-14T16:11:14.045Z | Downloaded typify-macro v0.2.0 |
649 | 2024-11-14T16:11:14.048Z | Downloaded normalize-line-endings v0.3.0 |
650 | 2024-11-14T16:11:14.048Z | Downloaded password-hash v0.5.0 |
651 | 2024-11-14T16:11:14.050Z | Downloaded tokio-rustls v0.25.0 |
652 | 2024-11-14T16:11:14.052Z | Downloaded dhcproto v0.12.0 |
653 | 2024-11-14T16:11:14.057Z | Downloaded num-rational v0.4.2 |
654 | 2024-11-14T16:11:14.059Z | Downloaded parse-size v1.1.0 |
655 | 2024-11-14T16:11:14.062Z | Downloaded oso-derive v0.27.3 |
656 | 2024-11-14T16:11:14.065Z | Downloaded derive_more v0.99.18 |
657 | 2024-11-14T16:11:14.068Z | Downloaded xz2 v0.1.7 |
658 | 2024-11-14T16:11:14.070Z | Downloaded postgres-protocol v0.6.7 |
659 | 2024-11-14T16:11:14.073Z | Downloaded sct v0.7.1 |
660 | 2024-11-14T16:11:14.077Z | Downloaded signal-hook-tokio v0.3.1 |
661 | 2024-11-14T16:11:14.080Z | Downloaded icu_properties v1.5.1 |
662 | 2024-11-14T16:11:14.083Z | Downloaded icu_normalizer v1.5.0 |
663 | 2024-11-14T16:11:14.087Z | Downloaded indicatif v0.17.9 |
664 | 2024-11-14T16:11:14.093Z | Downloaded form_urlencoded v1.2.1 |
665 | 2024-11-14T16:11:14.096Z | Downloaded termtree v0.4.1 |
666 | 2024-11-14T16:11:14.099Z | Downloaded yoke-derive v0.7.4 |
667 | 2024-11-14T16:11:14.099Z | Downloaded fallible-iterator v0.3.0 |
668 | 2024-11-14T16:11:14.099Z | Downloaded half v2.4.1 |
669 | 2024-11-14T16:11:14.113Z | Downloaded ref-cast v1.0.23 |
670 | 2024-11-14T16:11:14.117Z | Downloaded backtrace v0.3.74 |
671 | 2024-11-14T16:11:14.123Z | Downloaded foreign-types v0.3.2 |
672 | 2024-11-14T16:11:14.125Z | Downloaded unarray v0.1.4 |
673 | 2024-11-14T16:11:14.128Z | Downloaded float-ord v0.3.2 |
674 | 2024-11-14T16:11:14.128Z | Downloaded rusty-fork v0.3.0 |
675 | 2024-11-14T16:11:14.130Z | Downloaded crossbeam-channel v0.5.13 |
676 | 2024-11-14T16:11:14.136Z | Downloaded termios v0.3.3 |
677 | 2024-11-14T16:11:14.138Z | Downloaded ssh-cipher v0.2.0 |
678 | 2024-11-14T16:11:14.142Z | Downloaded icu_collections v1.5.0 |
679 | 2024-11-14T16:11:14.148Z | Downloaded nodrop v0.1.14 |
680 | 2024-11-14T16:11:14.151Z | Downloaded openssl-macros v0.1.1 |
681 | 2024-11-14T16:11:14.153Z | Downloaded parking_lot_core v0.9.10 |
682 | 2024-11-14T16:11:14.153Z | Downloaded slab v0.4.9 |
683 | 2024-11-14T16:11:14.156Z | Downloaded secrecy v0.8.0 |
684 | 2024-11-14T16:11:14.158Z | Downloaded precomputed-hash v0.1.1 |
685 | 2024-11-14T16:11:14.160Z | Downloaded either v1.13.0 |
686 | 2024-11-14T16:11:14.160Z | Downloaded fallible-streaming-iterator v0.1.9 |
687 | 2024-11-14T16:11:14.163Z | Downloaded pkg-config v0.3.31 |
688 | 2024-11-14T16:11:14.165Z | Downloaded ed25519 v2.2.3 |
689 | 2024-11-14T16:11:14.167Z | Downloaded structmeta v0.3.0 |
690 | 2024-11-14T16:11:14.170Z | Downloaded thiserror-no-std v2.0.2 |
691 | 2024-11-14T16:11:14.173Z | Downloaded newtype-uuid v1.1.3 |
692 | 2024-11-14T16:11:14.176Z | Downloaded base64 v0.22.1 |
693 | 2024-11-14T16:11:14.179Z | Downloaded rustc-demangle v0.1.24 |
694 | 2024-11-14T16:11:14.181Z | Downloaded foldhash v0.1.3 |
695 | 2024-11-14T16:11:14.184Z | Downloaded strum v0.26.3 |
696 | 2024-11-14T16:11:14.186Z | Downloaded sigpipe v0.1.3 |
697 | 2024-11-14T16:11:14.186Z | Downloaded thiserror-impl-no-std v2.0.2 |
698 | 2024-11-14T16:11:14.190Z | Downloaded try-lock v0.2.5 |
699 | 2024-11-14T16:11:14.190Z | Downloaded derive-where v1.2.7 |
700 | 2024-11-14T16:11:14.192Z | Downloaded foreign-types-macros v0.2.3 |
701 | 2024-11-14T16:11:14.195Z | Downloaded glob v0.3.1 |
702 | 2024-11-14T16:11:14.197Z | Downloaded ff v0.13.0 |
703 | 2024-11-14T16:11:14.200Z | Downloaded dirs-sys-next v0.1.2 |
704 | 2024-11-14T16:11:14.200Z | Downloaded pkcs8 v0.10.2 |
705 | 2024-11-14T16:11:14.203Z | Downloaded fxhash v0.2.1 |
706 | 2024-11-14T16:11:14.206Z | Downloaded vte_generate_state_changes v0.1.2 |
707 | 2024-11-14T16:11:14.206Z | Downloaded vergen v8.3.2 |
708 | 2024-11-14T16:11:14.209Z | Downloaded simd-adler32 v0.3.7 |
709 | 2024-11-14T16:11:14.211Z | Downloaded darling_macro v0.20.10 |
710 | 2024-11-14T16:11:14.214Z | Downloaded waitgroup v0.1.2 |
711 | 2024-11-14T16:11:14.214Z | Downloaded pin-project-lite v0.2.14 |
712 | 2024-11-14T16:11:14.220Z | Downloaded ecdsa v0.16.9 |
713 | 2024-11-14T16:11:14.223Z | Downloaded ssh-encoding v0.2.0 |
714 | 2024-11-14T16:11:14.225Z | Downloaded phf_shared v0.10.0 |
715 | 2024-11-14T16:11:14.227Z | Downloaded ppv-lite86 v0.2.20 |
716 | 2024-11-14T16:11:14.229Z | Downloaded rand v0.8.5 |
717 | 2024-11-14T16:11:14.232Z | Downloaded dropshot_endpoint v0.13.0 |
718 | 2024-11-14T16:11:14.236Z | Downloaded dropshot_endpoint v0.12.0 |
719 | 2024-11-14T16:11:14.240Z | Downloaded shell-words v1.1.0 |
720 | 2024-11-14T16:11:14.242Z | Downloaded x509-cert v0.2.5 |
721 | 2024-11-14T16:11:14.248Z | Downloaded minimal-lexical v0.2.1 |
722 | 2024-11-14T16:11:14.254Z | Downloaded tls_codec_derive v0.4.1 |
723 | 2024-11-14T16:11:14.256Z | Downloaded time-core v0.1.2 |
724 | 2024-11-14T16:11:14.258Z | Downloaded sqlparser_derive v0.2.2 |
725 | 2024-11-14T16:11:14.258Z | Downloaded tar v0.4.43 |
726 | 2024-11-14T16:11:14.262Z | Downloaded derive_builder_macro v0.20.2 |
727 | 2024-11-14T16:11:14.264Z | Downloaded signal-hook-registry v1.4.2 |
728 | 2024-11-14T16:11:14.267Z | Downloaded derive_builder_core v0.20.2 |
729 | 2024-11-14T16:11:14.269Z | Downloaded tracing v0.1.40 |
730 | 2024-11-14T16:11:14.273Z | Downloaded want v0.3.1 |
731 | 2024-11-14T16:11:14.276Z | Downloaded structmeta v0.2.0 |
732 | 2024-11-14T16:11:14.279Z | Downloaded rustls-pemfile v1.0.4 |
733 | 2024-11-14T16:11:14.281Z | Downloaded strum_macros v0.24.3 |
734 | 2024-11-14T16:11:14.284Z | Downloaded foreign-types-shared v0.1.1 |
735 | 2024-11-14T16:11:14.284Z | Downloaded shlex v1.3.0 |
736 | 2024-11-14T16:11:14.287Z | Downloaded float-cmp v0.9.0 |
737 | 2024-11-14T16:11:14.287Z | Downloaded foreign-types-shared v0.3.1 |
738 | 2024-11-14T16:11:14.290Z | Downloaded dirs-next v2.0.0 |
739 | 2024-11-14T16:11:14.290Z | Downloaded phf_codegen v0.11.2 |
740 | 2024-11-14T16:11:14.292Z | Downloaded flate2 v1.0.34 |
741 | 2024-11-14T16:11:14.296Z | Downloaded newtype_derive v0.1.6 |
742 | 2024-11-14T16:11:14.299Z | Downloaded vte v0.11.1 |
743 | 2024-11-14T16:11:14.302Z | Downloaded unicode-properties v0.1.3 |
744 | 2024-11-14T16:11:14.305Z | Downloaded progenitor v0.8.0 |
745 | 2024-11-14T16:11:14.307Z | Downloaded crossterm v0.28.1 |
746 | 2024-11-14T16:11:14.313Z | Downloaded salsa20 v0.10.2 |
747 | 2024-11-14T16:11:14.316Z | Downloaded zerofrom v0.1.4 |
748 | 2024-11-14T16:11:14.319Z | Downloaded termcolor v1.4.1 |
749 | 2024-11-14T16:11:14.319Z | Downloaded rustc-hash v1.1.0 |
750 | 2024-11-14T16:11:14.323Z | Downloaded rtoolbox v0.0.2 |
751 | 2024-11-14T16:11:14.323Z | Downloaded thread_local v1.1.8 |
752 | 2024-11-14T16:11:14.325Z | Downloaded rustc-hash v2.0.0 |
753 | 2024-11-14T16:11:14.325Z | Downloaded hash32 v0.3.1 |
754 | 2024-11-14T16:11:14.328Z | Downloaded hash32 v0.2.1 |
755 | 2024-11-14T16:11:14.330Z | Downloaded tls_codec v0.4.1 |
756 | 2024-11-14T16:11:14.332Z | Downloaded test-strategy v0.3.1 |
757 | 2024-11-14T16:11:14.335Z | Downloaded progenitor-impl v0.8.0 |
758 | 2024-11-14T16:11:14.337Z | Downloaded diesel_derives v2.2.3 |
759 | 2024-11-14T16:11:14.343Z | Downloaded display-error-chain v0.2.2 |
760 | 2024-11-14T16:11:14.345Z | Downloaded difflib v0.4.0 |
761 | 2024-11-14T16:11:14.348Z | Downloaded fixedbitset v0.4.2 |
762 | 2024-11-14T16:11:14.348Z | Downloaded parking_lot v0.11.2 |
763 | 2024-11-14T16:11:14.351Z | Downloaded peg-runtime v0.8.3 |
764 | 2024-11-14T16:11:14.353Z | Downloaded peg-macros v0.8.4 |
765 | 2024-11-14T16:11:14.355Z | Downloaded getrandom v0.2.15 |
766 | 2024-11-14T16:11:14.358Z | Downloaded globset v0.4.15 |
767 | 2024-11-14T16:11:14.360Z | Downloaded zerocopy v0.6.6 |
768 | 2024-11-14T16:11:14.363Z | Downloaded serde_yaml v0.9.34+deprecated |
769 | 2024-11-14T16:11:14.367Z | Downloaded flume v0.11.1 |
770 | 2024-11-14T16:11:14.372Z | Downloaded slog-term v2.9.1 |
771 | 2024-11-14T16:11:14.375Z | Downloaded strum_macros v0.25.3 |
772 | 2024-11-14T16:11:14.377Z | Downloaded hashbrown v0.12.3 |
773 | 2024-11-14T16:11:14.382Z | Downloaded zopfli v0.8.1 |
774 | 2024-11-14T16:11:14.386Z | Downloaded toolchain_find v0.4.0 |
775 | 2024-11-14T16:11:14.388Z | Downloaded strip-ansi-escapes v0.2.0 |
776 | 2024-11-14T16:11:14.391Z | Downloaded tungstenite v0.23.0 |
777 | 2024-11-14T16:11:14.394Z | Downloaded opaque-debug v0.3.1 |
778 | 2024-11-14T16:11:14.396Z | Downloaded uzers v0.12.1 |
779 | 2024-11-14T16:11:14.400Z | Downloaded strum_macros v0.26.4 |
780 | 2024-11-14T16:11:14.402Z | Downloaded walkdir v2.5.0 |
781 | 2024-11-14T16:11:14.405Z | Downloaded parking_lot v0.12.3 |
782 | 2024-11-14T16:11:14.407Z | Downloaded num-bigint-dig v0.8.4 |
783 | 2024-11-14T16:11:14.412Z | Downloaded mirai-annotations v1.12.0 |
784 | 2024-11-14T16:11:14.414Z | Downloaded diesel_table_macro_syntax v0.2.0 |
785 | 2024-11-14T16:11:14.414Z | Downloaded phf_generator v0.11.2 |
786 | 2024-11-14T16:11:14.417Z | Downloaded path-slash v0.1.5 |
787 | 2024-11-14T16:11:14.417Z | Downloaded nibble_vec v0.1.0 |
788 | 2024-11-14T16:11:14.419Z | Downloaded resolv-conf v0.7.0 |
789 | 2024-11-14T16:11:14.422Z | Downloaded idna v1.0.3 |
790 | 2024-11-14T16:11:14.426Z | Downloaded predicates-core v1.0.8 |
791 | 2024-11-14T16:11:14.429Z | Downloaded predicates v3.1.2 |
792 | 2024-11-14T16:11:14.431Z | Downloaded password-hash v0.4.2 |
793 | 2024-11-14T16:11:14.434Z | Downloaded nanorand v0.7.0 |
794 | 2024-11-14T16:11:14.437Z | Downloaded rayon v1.10.0 |
795 | 2024-11-14T16:11:14.447Z | Downloaded fragile v2.0.0 |
796 | 2024-11-14T16:11:14.450Z | Downloaded slog-stdlog v4.1.1 |
797 | 2024-11-14T16:11:14.452Z | Downloaded slog-scope v4.4.0 |
798 | 2024-11-14T16:11:14.456Z | Downloaded pretty-hex v0.2.1 |
799 | 2024-11-14T16:11:14.456Z | Downloaded typed-path v0.9.3 |
800 | 2024-11-14T16:11:14.462Z | Downloaded olpc-cjson v0.1.4 |
801 | 2024-11-14T16:11:14.464Z | Downloaded filetime v0.2.25 |
802 | 2024-11-14T16:11:14.467Z | Downloaded topological-sort v0.2.2 |
803 | 2024-11-14T16:11:14.469Z | Downloaded tokio-native-tls v0.3.1 |
804 | 2024-11-14T16:11:14.471Z | Downloaded universal-hash v0.5.1 |
805 | 2024-11-14T16:11:14.471Z | Downloaded scopeguard v1.2.0 |
806 | 2024-11-14T16:11:14.473Z | Downloaded schemars_derive v0.8.21 |
807 | 2024-11-14T16:11:14.476Z | Downloaded salty v0.3.0 |
808 | 2024-11-14T16:11:14.482Z | Downloaded slog-async v2.8.0 |
809 | 2024-11-14T16:11:14.485Z | Downloaded untrusted v0.7.1 |
810 | 2024-11-14T16:11:14.487Z | Downloaded hyper v1.5.0 |
811 | 2024-11-14T16:11:14.494Z | Downloaded rustls-pki-types v1.9.0 |
812 | 2024-11-14T16:11:14.498Z | Downloaded sha1 v0.10.6 |
813 | 2024-11-14T16:11:14.500Z | Downloaded sec1 v0.7.3 |
814 | 2024-11-14T16:11:14.510Z | Downloaded progenitor-client v0.8.0 |
815 | 2024-11-14T16:11:14.511Z | Downloaded pin-project v1.1.6 |
816 | 2024-11-14T16:11:14.520Z | Downloaded futures-task v0.3.31 |
817 | 2024-11-14T16:11:14.520Z | Downloaded defmt-parser v0.3.4 |
818 | 2024-11-14T16:11:14.520Z | Downloaded defmt-macros v0.3.9 |
819 | 2024-11-14T16:11:14.544Z | Downloaded postgres-types v0.2.8 |
820 | 2024-11-14T16:11:14.544Z | Downloaded number_prefix v0.4.0 |
821 | 2024-11-14T16:11:14.545Z | Downloaded num_threads v0.1.7 |
822 | 2024-11-14T16:11:14.550Z | Downloaded serde-big-array v0.5.1 |
823 | 2024-11-14T16:11:14.550Z | Downloaded predicates-tree v1.0.11 |
824 | 2024-11-14T16:11:14.550Z | Downloaded phf_shared v0.11.2 |
825 | 2024-11-14T16:11:14.550Z | Downloaded powerfmt v0.2.0 |
826 | 2024-11-14T16:11:14.551Z | Downloaded twox-hash v1.6.3 |
827 | 2024-11-14T16:11:14.551Z | Downloaded mio v1.0.2 |
828 | 2024-11-14T16:11:14.551Z | Downloaded write16 v1.0.0 |
829 | 2024-11-14T16:11:14.551Z | Downloaded proc-macro-crate v1.3.1 |
830 | 2024-11-14T16:11:14.551Z | Downloaded futures-core v0.3.31 |
831 | 2024-11-14T16:11:14.551Z | Downloaded untrusted v0.9.0 |
832 | 2024-11-14T16:11:14.551Z | Downloaded omicron-zone-package v0.11.1 |
833 | 2024-11-14T16:11:14.566Z | Downloaded darling_core v0.20.10 |
834 | 2024-11-14T16:11:14.566Z | Downloaded env_logger v0.11.5 |
835 | 2024-11-14T16:11:14.566Z | Downloaded zerofrom-derive v0.1.4 |
836 | 2024-11-14T16:11:14.566Z | Downloaded quinn v0.11.5 |
837 | 2024-11-14T16:11:14.570Z | Downloaded openssl-probe v0.1.5 |
838 | 2024-11-14T16:11:14.570Z | Downloaded fd-lock v4.0.2 |
839 | 2024-11-14T16:11:14.570Z | Downloaded dhcproto-macros v0.1.0 |
840 | 2024-11-14T16:11:14.570Z | Downloaded stable_deref_trait v1.2.0 |
841 | 2024-11-14T16:11:14.570Z | Downloaded smf v0.2.3 |
842 | 2024-11-14T16:11:14.573Z | Downloaded writeable v0.5.5 |
843 | 2024-11-14T16:11:14.573Z | Downloaded nom v7.1.3 |
844 | 2024-11-14T16:11:14.579Z | Downloaded tinystr v0.7.6 |
845 | 2024-11-14T16:11:14.582Z | Downloaded toml v0.7.8 |
846 | 2024-11-14T16:11:14.585Z | Downloaded scrypt v0.11.0 |
847 | 2024-11-14T16:11:14.588Z | Downloaded snafu-derive v0.8.5 |
848 | 2024-11-14T16:11:14.590Z | Downloaded tiny-keccak v2.0.2 |
849 | 2024-11-14T16:11:14.593Z | Downloaded reedline v0.35.0 |
850 | 2024-11-14T16:11:14.600Z | Downloaded static_assertions v1.1.0 |
851 | 2024-11-14T16:11:14.602Z | Downloaded aws-lc-rs v1.10.0 |
852 | 2024-11-14T16:11:14.613Z | Downloaded tokio-macros v2.4.0 |
853 | 2024-11-14T16:11:14.616Z | Downloaded semver v0.1.20 |
854 | 2024-11-14T16:11:14.616Z | Downloaded rand_seeder v0.3.0 |
855 | 2024-11-14T16:11:14.619Z | Downloaded rand_core v0.6.4 |
856 | 2024-11-14T16:11:14.619Z | Downloaded dsl_auto_type v0.1.2 |
857 | 2024-11-14T16:11:14.621Z | Downloaded tracing-core v0.1.32 |
858 | 2024-11-14T16:11:14.623Z | Downloaded quick-error v1.2.3 |
859 | 2024-11-14T16:11:14.626Z | Downloaded tough v0.19.0 |
860 | 2024-11-14T16:11:14.634Z | Downloaded miniz_oxide v0.8.0 |
861 | 2024-11-14T16:11:14.636Z | Downloaded unicode-bidi v0.3.17 |
862 | 2024-11-14T16:11:14.640Z | Downloaded defmt v0.3.8 |
863 | 2024-11-14T16:11:14.644Z | Downloaded parse-zoneinfo v0.3.1 |
864 | 2024-11-14T16:11:14.646Z | Downloaded qorb v0.2.0 |
865 | 2024-11-14T16:11:14.651Z | Downloaded rustls-webpki v0.101.7 |
866 | 2024-11-14T16:11:14.668Z | Downloaded pem-rfc7468 v0.7.0 |
867 | 2024-11-14T16:11:14.670Z | Downloaded bitvec v1.0.1 |
868 | 2024-11-14T16:11:14.687Z | Downloaded socket2 v0.5.7 |
869 | 2024-11-14T16:11:14.689Z | Downloaded icu_properties_data v1.5.0 |
870 | 2024-11-14T16:11:14.700Z | Downloaded proptest v1.5.0 |
871 | 2024-11-14T16:11:14.712Z | Downloaded unsafe-libyaml v0.2.11 |
872 | 2024-11-14T16:11:14.715Z | Downloaded lalrpop v0.19.12 |
873 | 2024-11-14T16:11:14.727Z | Downloaded russh v0.45.0 |
874 | 2024-11-14T16:11:14.733Z | Downloaded toml_edit v0.19.15 |
875 | 2024-11-14T16:11:14.751Z | Downloaded openssl-sys v0.9.104 |
876 | 2024-11-14T16:11:14.756Z | Downloaded url v2.5.3 |
877 | 2024-11-14T16:11:14.760Z | Downloaded steno v0.4.1 |
878 | 2024-11-14T16:11:14.764Z | Downloaded sqlparser v0.45.0 |
879 | 2024-11-14T16:11:14.771Z | Downloaded reqwest v0.12.9 |
880 | 2024-11-14T16:11:14.781Z | Downloaded petname v2.0.2 |
881 | 2024-11-14T16:11:14.787Z | Downloaded idna v0.5.0 |
882 | 2024-11-14T16:11:14.795Z | Downloaded der v0.7.9 |
883 | 2024-11-14T16:11:14.801Z | Downloaded quick-xml v0.33.0 |
884 | 2024-11-14T16:11:14.809Z | Downloaded idna v0.2.3 |
885 | 2024-11-14T16:11:14.816Z | Downloaded vcpkg v0.2.15 |
886 | 2024-11-14T16:11:14.857Z | Downloaded serde_with v3.11.0 |
887 | 2024-11-14T16:11:14.866Z | Downloaded tokio-util v0.7.12 |
888 | 2024-11-14T16:11:14.873Z | Downloaded radix_trie v0.2.1 |
889 | 2024-11-14T16:11:14.880Z | Downloaded winnow v0.5.40 |
890 | 2024-11-14T16:11:14.889Z | Downloaded git2 v0.19.0 |
891 | 2024-11-14T16:11:14.898Z | Downloaded curve25519-dalek v4.1.3 |
892 | 2024-11-14T16:11:14.909Z | Downloaded unicode-width v0.2.0 |
893 | 2024-11-14T16:11:14.915Z | Downloaded polar-core v0.27.3 |
894 | 2024-11-14T16:11:14.925Z | Downloaded dropshot v0.13.0 |
895 | 2024-11-14T16:11:14.948Z | Downloaded p384 v0.13.0 |
896 | 2024-11-14T16:11:14.954Z | Downloaded webpki-roots v0.26.6 |
897 | 2024-11-14T16:11:14.958Z | Downloaded rusqlite v0.32.1 |
898 | 2024-11-14T16:11:14.966Z | Downloaded dropshot v0.12.0 |
899 | 2024-11-14T16:11:14.988Z | Downloaded futures-util v0.3.31 |
900 | 2024-11-14T16:11:15.001Z | Downloaded nix v0.27.1 |
901 | 2024-11-14T16:11:15.013Z | Downloaded rustls v0.21.12 |
902 | 2024-11-14T16:11:15.026Z | Downloaded openssl v0.10.68 |
903 | 2024-11-14T16:11:15.037Z | Downloaded gimli v0.31.1 |
904 | 2024-11-14T16:11:15.046Z | Downloaded object v0.30.4 |
905 | 2024-11-14T16:11:15.057Z | Downloaded rustls v0.23.14 |
906 | 2024-11-14T16:11:15.072Z | Downloaded regex v1.11.1 |
907 | 2024-11-14T16:11:15.086Z | Downloaded object v0.36.5 |
908 | 2024-11-14T16:11:15.099Z | Downloaded regex-syntax v0.6.29 |
909 | 2024-11-14T16:11:15.107Z | Downloaded diesel v2.2.4 |
910 | 2024-11-14T16:11:15.127Z | Downloaded smoltcp v0.11.0 |
911 | 2024-11-14T16:11:15.139Z | Downloaded regress v0.10.1 |
912 | 2024-11-14T16:11:15.150Z | Downloaded regress v0.9.1 |
913 | 2024-11-14T16:11:15.160Z | Downloaded nix v0.28.0 |
914 | 2024-11-14T16:11:15.172Z | Downloaded zerocopy-derive v0.6.6 |
915 | 2024-11-14T16:11:15.183Z | Downloaded openapiv3 v2.0.0 |
916 | 2024-11-14T16:11:15.196Z | Downloaded sled v0.34.7 |
917 | 2024-11-14T16:11:15.207Z | Downloaded typify-impl v0.2.0 |
918 | 2024-11-14T16:11:15.223Z | Downloaded trust-dns-proto v0.22.0 |
919 | 2024-11-14T16:11:15.236Z | Downloaded petgraph v0.6.5 |
920 | 2024-11-14T16:11:15.254Z | Downloaded nix v0.29.0 |
921 | 2024-11-14T16:11:15.267Z | Downloaded ratatui v0.28.1 |
922 | 2024-11-14T16:11:15.288Z | Downloaded lzma-sys v0.1.20 |
923 | 2024-11-14T16:11:15.317Z | Downloaded rustls v0.22.4 |
924 | 2024-11-14T16:11:15.330Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
925 | 2024-11-14T16:11:15.343Z | Downloaded regex-syntax v0.8.5 |
926 | 2024-11-14T16:11:15.352Z | Downloaded bstr v1.10.0 |
927 | 2024-11-14T16:11:15.363Z | Downloaded smoltcp v0.9.1 |
928 | 2024-11-14T16:11:15.374Z | Downloaded chrono-tz v0.10.0 |
929 | 2024-11-14T16:11:15.381Z | Downloaded libz-sys v1.1.20 |
930 | 2024-11-14T16:11:15.404Z | Downloaded regex-automata v0.4.8 |
931 | 2024-11-14T16:11:15.420Z | Downloaded idna v0.3.0 |
932 | 2024-11-14T16:11:15.427Z | Downloaded rustls-webpki v0.102.8 |
933 | 2024-11-14T16:11:15.446Z | Downloaded bindgen v0.69.5 |
934 | 2024-11-14T16:11:15.453Z | Downloaded unicode-segmentation v1.12.0 |
935 | 2024-11-14T16:11:15.456Z | Downloaded time v0.3.36 |
936 | 2024-11-14T16:11:15.464Z | Downloaded ssh-key v0.6.6 |
937 | 2024-11-14T16:11:15.471Z | Downloaded p521 v0.13.3 |
938 | 2024-11-14T16:11:15.475Z | Downloaded csv v1.3.0 |
939 | 2024-11-14T16:11:15.496Z | Downloaded fatfs v0.3.6 |
940 | 2024-11-14T16:11:15.499Z | Downloaded tinyvec v1.8.0 |
941 | 2024-11-14T16:11:15.503Z | Downloaded tokio v1.40.0 |
942 | 2024-11-14T16:11:15.541Z | Downloaded similar v2.6.0 |
943 | 2024-11-14T16:11:15.545Z | Downloaded unicode_categories v0.1.1 |
944 | 2024-11-14T16:11:15.548Z | Downloaded time-macros v0.2.18 |
945 | 2024-11-14T16:11:15.550Z | Downloaded sha3 v0.10.8 |
946 | 2024-11-14T16:11:15.554Z | Downloaded hashbrown v0.14.5 |
947 | 2024-11-14T16:11:15.560Z | Downloaded rayon-core v1.12.1 |
948 | 2024-11-14T16:11:15.564Z | Downloaded expectorate v1.1.0 |
949 | 2024-11-14T16:11:15.567Z | Downloaded zip v2.1.3 |
950 | 2024-11-14T16:11:15.572Z | Downloaded env_logger v0.10.2 |
951 | 2024-11-14T16:11:15.575Z | Downloaded unicode-normalization v0.1.24 |
952 | 2024-11-14T16:11:15.579Z | Downloaded portable-atomic v1.9.0 |
953 | 2024-11-14T16:11:15.587Z | Downloaded fs_extra v1.3.0 |
954 | 2024-11-14T16:11:15.589Z | Downloaded oso v0.27.3 |
955 | 2024-11-14T16:11:15.593Z | Downloaded publicsuffix v2.2.3 |
956 | 2024-11-14T16:11:15.595Z | Downloaded which v4.4.2 |
957 | 2024-11-14T16:11:15.597Z | Downloaded num_enum_derive v0.5.11 |
958 | 2024-11-14T16:11:15.600Z | Downloaded serde_with_macros v3.11.0 |
959 | 2024-11-14T16:11:15.602Z | Downloaded mockall_derive v0.13.0 |
960 | 2024-11-14T16:11:15.604Z | Downloaded h2 v0.4.6 |
961 | 2024-11-14T16:11:15.611Z | Downloaded dyn-clone v1.0.17 |
962 | 2024-11-14T16:11:15.614Z | Downloaded dunce v1.0.5 |
963 | 2024-11-14T16:11:15.614Z | Downloaded futures-executor v0.3.31 |
964 | 2024-11-14T16:11:15.616Z | Downloaded tungstenite v0.24.0 |
965 | 2024-11-14T16:11:15.618Z | Downloaded encoding_rs v0.8.34 |
966 | 2024-11-14T16:11:15.640Z | Downloaded elliptic-curve v0.13.8 |
967 | 2024-11-14T16:11:15.644Z | Downloaded hickory-proto v0.24.1 |
968 | 2024-11-14T16:11:15.661Z | Downloaded pem v3.0.4 |
969 | 2024-11-14T16:11:15.664Z | Downloaded peg v0.8.4 |
970 | 2024-11-14T16:11:15.667Z | Downloaded rustyline v14.0.0 |
971 | 2024-11-14T16:11:15.669Z | Downloaded quinn-proto v0.11.8 |
972 | 2024-11-14T16:11:15.676Z | Downloaded phf v0.11.2 |
973 | 2024-11-14T16:11:15.678Z | Downloaded siphasher v0.3.11 |
974 | 2024-11-14T16:11:15.681Z | Downloaded data-encoding v2.6.0 |
975 | 2024-11-14T16:11:15.681Z | Downloaded yoke v0.7.4 |
976 | 2024-11-14T16:11:15.683Z | Downloaded rcgen v0.12.1 |
977 | 2024-11-14T16:11:15.685Z | Downloaded chrono v0.4.38 |
978 | 2024-11-14T16:11:15.692Z | Downloaded pbkdf2 v0.12.2 |
979 | 2024-11-14T16:11:15.694Z | Downloaded pbkdf2 v0.11.0 |
980 | 2024-11-14T16:11:15.697Z | Downloaded fallible-iterator v0.2.0 |
981 | 2024-11-14T16:11:15.699Z | Downloaded num_enum v0.5.11 |
982 | 2024-11-14T16:11:15.702Z | Downloaded multer v3.1.0 |
983 | 2024-11-14T16:11:15.705Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
984 | 2024-11-14T16:11:15.765Z | Downloaded diff v0.1.13 |
985 | 2024-11-14T16:11:15.768Z | Downloaded itertools v0.12.1 |
986 | 2024-11-14T16:11:15.777Z | Downloaded rand_xorshift v0.3.0 |
987 | 2024-11-14T16:11:15.780Z | Downloaded owo-colors v4.1.0 |
988 | 2024-11-14T16:11:15.780Z | Downloaded headers v0.4.0 |
989 | 2024-11-14T16:11:15.784Z | Downloaded schemars v0.8.21 |
990 | 2024-11-14T16:11:15.796Z | Downloaded slog-json v2.6.1 |
991 | 2024-11-14T16:11:15.798Z | Downloaded smallvec v1.13.2 |
992 | 2024-11-14T16:11:15.802Z | Downloaded rustls-pemfile v2.2.0 |
993 | 2024-11-14T16:11:15.804Z | Downloaded poly1305 v0.8.0 |
994 | 2024-11-14T16:11:15.804Z | Downloaded zip v0.6.6 |
995 | 2024-11-14T16:11:15.808Z | Downloaded tungstenite v0.21.0 |
996 | 2024-11-14T16:11:15.811Z | Downloaded num-bigint v0.4.6 |
997 | 2024-11-14T16:11:15.816Z | Downloaded env_filter v0.1.2 |
998 | 2024-11-14T16:11:15.818Z | Downloaded embedded-io v0.4.0 |
999 | 2024-11-14T16:11:15.821Z | Downloaded tower-service v0.3.3 |
1000 | 2024-11-14T16:11:15.821Z | Downloaded ena v0.14.3 |
1001 | 2024-11-14T16:11:15.823Z | Downloaded diesel-dtrace v0.3.0 |
1002 | 2024-11-14T16:11:15.825Z | Downloaded unicode-xid v0.2.6 |
1003 | 2024-11-14T16:11:15.825Z | Downloaded p256 v0.13.2 |
1004 | 2024-11-14T16:11:15.828Z | Downloaded multimap v0.10.0 |
1005 | 2024-11-14T16:11:15.831Z | Downloaded string_cache v0.8.7 |
1006 | 2024-11-14T16:11:15.831Z | Downloaded num-traits v0.2.19 |
1007 | 2024-11-14T16:11:15.833Z | Downloaded hkdf v0.12.4 |
1008 | 2024-11-14T16:11:15.836Z | Downloaded hashbrown v0.13.2 |
1009 | 2024-11-14T16:11:15.840Z | Downloaded rustversion v1.0.17 |
1010 | 2024-11-14T16:11:15.843Z | Downloaded progenitor-macro v0.8.0 |
1011 | 2024-11-14T16:11:15.845Z | Downloaded libm v0.2.8 |
1012 | 2024-11-14T16:11:15.853Z | Downloaded itertools v0.10.5 |
1013 | 2024-11-14T16:11:15.859Z | Downloaded embedded-io v0.6.1 |
1014 | 2024-11-14T16:11:15.862Z | Downloaded wait-timeout v0.2.0 |
1015 | 2024-11-14T16:11:15.862Z | Downloaded tui-tree-widget v0.22.0 |
1016 | 2024-11-14T16:11:15.864Z | Downloaded slog v2.7.0 |
1017 | 2024-11-14T16:11:15.867Z | Downloaded russh-cryptovec v0.7.3 |
1018 | 2024-11-14T16:11:15.867Z | Downloaded gethostname v0.5.0 |
1019 | 2024-11-14T16:11:15.867Z | Downloaded flagset v0.4.6 |
1020 | 2024-11-14T16:11:15.869Z | Downloaded zone v0.1.8 |
1021 | 2024-11-14T16:11:15.869Z | Downloaded zerovec-derive v0.10.3 |
1022 | 2024-11-14T16:11:15.872Z | Downloaded vsss-rs v3.3.4 |
1023 | 2024-11-14T16:11:15.874Z | Downloaded value-bag v1.9.0 |
1024 | 2024-11-14T16:11:15.876Z | Downloaded tokio-postgres v0.7.12 |
1025 | 2024-11-14T16:11:15.880Z | Downloaded russh-keys v0.45.0 |
1026 | 2024-11-14T16:11:15.882Z | Downloaded pin-project-internal v1.1.6 |
1027 | 2024-11-14T16:11:15.886Z | Downloaded parking_lot_core v0.8.6 |
1028 | 2024-11-14T16:11:15.888Z | Downloaded ron v0.8.1 |
1029 | 2024-11-14T16:11:15.893Z | Downloaded ron v0.7.1 |
1030 | 2024-11-14T16:11:15.898Z | Downloaded scheduled-thread-pool v0.2.7 |
1031 | 2024-11-14T16:11:15.901Z | Downloaded packed_struct v0.10.1 |
1032 | 2024-11-14T16:11:15.903Z | Downloaded zerovec v0.10.4 |
1033 | 2024-11-14T16:11:15.909Z | Downloaded pkcs1 v0.7.5 |
1034 | 2024-11-14T16:11:15.912Z | Downloaded blake3 v1.5.4 |
1035 | 2024-11-14T16:11:15.919Z | Downloaded zone v0.3.0 |
1036 | 2024-11-14T16:11:15.922Z | Downloaded nu-ansi-term v0.50.1 |
1037 | 2024-11-14T16:11:15.924Z | Downloaded hashlink v0.9.1 |
1038 | 2024-11-14T16:11:15.927Z | Downloaded futures-macro v0.3.31 |
1039 | 2024-11-14T16:11:15.927Z | Downloaded ed25519-dalek v2.1.1 |
1040 | 2024-11-14T16:11:15.929Z | Downloaded snafu v0.8.5 |
1041 | 2024-11-14T16:11:15.935Z | Downloaded hyper-util v0.1.10 |
1042 | 2024-11-14T16:11:15.939Z | Downloaded pin-utils v0.1.0 |
1043 | 2024-11-14T16:11:15.941Z | Downloaded parse-display-derive v0.10.0 |
1044 | 2024-11-14T16:11:15.941Z | Downloaded displaydoc v0.2.5 |
1045 | 2024-11-14T16:11:15.944Z | Downloaded derive_builder v0.20.2 |
1046 | 2024-11-14T16:11:15.948Z | Downloaded der_derive v0.7.3 |
1047 | 2024-11-14T16:11:15.951Z | Downloaded signal-hook v0.3.17 |
1048 | 2024-11-14T16:11:15.953Z | Downloaded yasna v0.5.2 |
1049 | 2024-11-14T16:11:15.956Z | Downloaded parse-display v0.10.0 |
1050 | 2024-11-14T16:11:15.959Z | Downloaded num v0.4.3 |
1051 | 2024-11-14T16:11:15.959Z | Downloaded futures-sink v0.3.31 |
1052 | 2024-11-14T16:11:15.959Z | Downloaded futures-io v0.3.31 |
1053 | 2024-11-14T16:11:15.961Z | Downloaded tracing-attributes v0.1.27 |
1054 | 2024-11-14T16:11:15.963Z | Downloaded tokio-tungstenite v0.24.0 |
1055 | 2024-11-14T16:11:15.965Z | Downloaded term v0.7.0 |
1056 | 2024-11-14T16:11:15.967Z | Downloaded pkcs5 v0.7.1 |
1057 | 2024-11-14T16:11:15.971Z | Downloaded icu_locid v1.5.0 |
1058 | 2024-11-14T16:11:15.975Z | Downloaded bytes v1.8.0 |
1059 | 2024-11-14T16:11:15.979Z | Downloaded spin v0.9.8 |
1060 | 2024-11-14T16:11:15.982Z | Downloaded serde_repr v0.1.19 |
1061 | 2024-11-14T16:11:15.984Z | Downloaded rsa v0.9.6 |
1062 | 2024-11-14T16:11:15.989Z | Downloaded aes-gcm v0.10.3 |
1063 | 2024-11-14T16:11:15.992Z | Downloaded idna v0.4.0 |
1064 | 2024-11-14T16:11:15.999Z | Downloaded crypto-bigint v0.5.5 |
1065 | 2024-11-14T16:11:16.006Z | Downloaded futures v0.3.31 |
1066 | 2024-11-14T16:11:16.012Z | Downloaded uuid v1.11.0 |
1067 | 2024-11-14T16:11:16.015Z | Downloaded postcard v1.0.10 |
1068 | 2024-11-14T16:11:16.018Z | Downloaded icu_locid_transform_data v1.5.0 |
1069 | 2024-11-14T16:11:16.020Z | Downloaded wyz v0.5.1 |
1070 | 2024-11-14T16:11:16.022Z | Downloaded unicase v2.7.0 |
1071 | 2024-11-14T16:11:16.024Z | Downloaded radium v0.7.0 |
1072 | 2024-11-14T16:11:16.024Z | Downloaded percent-encoding v2.3.1 |
1073 | 2024-11-14T16:11:16.024Z | Downloaded hickory-server v0.24.1 |
1074 | 2024-11-14T16:11:16.029Z | Downloaded tokio-tungstenite v0.23.1 |
1075 | 2024-11-14T16:11:16.032Z | Downloaded structmeta-derive v0.2.0 |
1076 | 2024-11-14T16:11:16.034Z | Downloaded spin v0.5.2 |
1077 | 2024-11-14T16:11:16.034Z | Downloaded slog-dtrace v0.3.0 |
1078 | 2024-11-14T16:11:16.037Z | Downloaded tokio-stream v0.1.16 |
1079 | 2024-11-14T16:11:16.040Z | Downloaded jobserver v0.1.32 |
1080 | 2024-11-14T16:11:16.043Z | Downloaded native-tls v0.2.12 |
1081 | 2024-11-14T16:11:16.045Z | Downloaded futures-channel v0.3.31 |
1082 | 2024-11-14T16:11:16.047Z | Downloaded polyval v0.6.2 |
1083 | 2024-11-14T16:11:16.049Z | Downloaded num-integer v0.1.46 |
1084 | 2024-11-14T16:11:16.051Z | Downloaded base64 v0.13.1 |
1085 | 2024-11-14T16:11:16.053Z | Downloaded enum-as-inner v0.6.1 |
1086 | 2024-11-14T16:11:16.056Z | Downloaded libloading v0.8.5 |
1087 | 2024-11-14T16:11:16.058Z | Downloaded samael v0.0.17 |
1088 | 2024-11-14T16:11:16.062Z | Downloaded signature v2.2.0 |
1089 | 2024-11-14T16:11:16.065Z | Downloaded maybe-uninit v2.0.0 |
1090 | 2024-11-14T16:11:16.067Z | Downloaded maplit v1.0.2 |
1091 | 2024-11-14T16:11:16.067Z | Downloaded lru v0.12.5 |
1092 | 2024-11-14T16:11:16.069Z | Downloaded instability v0.3.2 |
1093 | 2024-11-14T16:11:16.069Z | Downloaded cookie v0.18.1 |
1094 | 2024-11-14T16:11:16.071Z | Downloaded clang-sys v1.8.1 |
1095 | 2024-11-14T16:11:16.074Z | Downloaded blake2 v0.10.6 |
1096 | 2024-11-14T16:11:16.076Z | Downloaded indent_write v2.2.0 |
1097 | 2024-11-14T16:11:16.078Z | Downloaded lalrpop-util v0.19.12 |
1098 | 2024-11-14T16:11:16.081Z | Downloaded httparse v1.9.5 |
1099 | 2024-11-14T16:11:16.083Z | Downloaded crc v3.2.1 |
1100 | 2024-11-14T16:11:16.087Z | Downloaded console v0.15.8 |
1101 | 2024-11-14T16:11:16.089Z | Downloaded hyper-tls v0.6.0 |
1102 | 2024-11-14T16:11:16.089Z | Downloaded hubpack v0.1.2 |
1103 | 2024-11-14T16:11:16.089Z | Downloaded cancel-safe-futures v0.1.5 |
1104 | 2024-11-14T16:11:16.092Z | Downloaded base64ct v1.6.0 |
1105 | 2024-11-14T16:11:16.094Z | Downloaded cbc v0.1.2 |
1106 | 2024-11-14T16:11:16.096Z | Downloaded backoff v0.4.0 |
1107 | 2024-11-14T16:11:16.098Z | Downloaded http-body-util v0.1.2 |
1108 | 2024-11-14T16:11:16.101Z | Downloaded colored v2.1.0 |
1109 | 2024-11-14T16:11:16.103Z | Downloaded itertools v0.13.0 |
1110 | 2024-11-14T16:11:16.109Z | Downloaded hickory-client v0.24.1 |
1111 | 2024-11-14T16:11:16.112Z | Downloaded atomic-waker v1.1.2 |
1112 | 2024-11-14T16:11:16.115Z | Downloaded crunchy v0.2.2 |
1113 | 2024-11-14T16:11:16.115Z | Downloaded base64 v0.21.7 |
1114 | 2024-11-14T16:11:16.118Z | Downloaded cfg_aliases v0.1.1 |
1115 | 2024-11-14T16:11:16.120Z | Downloaded atomicwrites v0.4.4 |
1116 | 2024-11-14T16:11:16.120Z | Downloaded async-stream v0.3.6 |
1117 | 2024-11-14T16:11:16.123Z | Downloaded assert_matches v1.5.0 |
1118 | 2024-11-14T16:11:16.125Z | Downloaded array-init v0.0.4 |
1119 | 2024-11-14T16:11:16.125Z | Downloaded idna_adapter v1.2.0 |
1120 | 2024-11-14T16:11:16.125Z | Downloaded crucible-workspace-hack v0.1.0 |
1121 | 2024-11-14T16:11:16.125Z | Downloaded md-5 v0.10.6 |
1122 | 2024-11-14T16:11:16.128Z | Downloaded lru-cache v0.1.2 |
1123 | 2024-11-14T16:11:16.128Z | Downloaded lock_api v0.4.12 |
1124 | 2024-11-14T16:11:16.130Z | Downloaded lazy_static v1.5.0 |
1125 | 2024-11-14T16:11:16.133Z | Downloaded iana-time-zone v0.1.61 |
1126 | 2024-11-14T16:11:16.136Z | Downloaded async-trait v0.1.83 |
1127 | 2024-11-14T16:11:16.138Z | Downloaded async-bb8-diesel v0.2.1 |
1128 | 2024-11-14T16:11:16.140Z | Downloaded aead v0.5.2 |
1129 | 2024-11-14T16:11:16.142Z | Downloaded adler2 v2.0.0 |
1130 | 2024-11-14T16:11:16.144Z | Downloaded bitfield v0.14.0 |
1131 | 2024-11-14T16:11:16.144Z | Downloaded crossbeam-deque v0.8.5 |
1132 | 2024-11-14T16:11:16.146Z | Downloaded cexpr v0.6.0 |
1133 | 2024-11-14T16:11:16.234Z | Downloaded libsqlite3-sys v0.30.1 |
1134 | 2024-11-14T16:11:16.338Z | Downloaded ring v0.17.8 |
1135 | 2024-11-14T16:11:16.517Z | Downloaded ring v0.16.20 |
1136 | 2024-11-14T16:11:16.745Z | Downloaded aws-lc-sys v0.22.0 |
1137 | 2024-11-14T16:11:17.065Z | Compiling serde v1.0.215 |
1138 | 2024-11-14T16:11:17.069Z | Compiling lock_api v0.4.12 |
1139 | 2024-11-14T16:11:17.069Z | Compiling scopeguard v1.2.0 |
1140 | 2024-11-14T16:11:17.069Z | Compiling value-bag v1.9.0 |
1141 | 2024-11-14T16:11:17.069Z | Compiling typenum v1.17.0 |
1142 | 2024-11-14T16:11:17.219Z | Compiling generic-array v0.14.7 |
1143 | 2024-11-14T16:11:17.263Z | Compiling syn v2.0.87 |
1144 | 2024-11-14T16:11:17.483Z | Compiling getrandom v0.2.15 |
1145 | 2024-11-14T16:11:17.519Z | Compiling subtle v2.6.1 |
1146 | 2024-11-14T16:11:17.692Z | Compiling shlex v1.3.0 |
1147 | 2024-11-14T16:11:17.878Z | Compiling log v0.4.22 |
1148 | 2024-11-14T16:11:17.899Z | Compiling rand_core v0.6.4 |
1149 | 2024-11-14T16:11:17.901Z | Compiling jobserver v0.1.32 |
1150 | 2024-11-14T16:11:17.915Z | Compiling const-oid v0.9.6 |
1151 | 2024-11-14T16:11:18.119Z | Compiling smallvec v1.13.2 |
1152 | 2024-11-14T16:11:18.184Z | Compiling spin v0.9.8 |
1153 | 2024-11-14T16:11:18.451Z | Compiling cc v1.1.30 |
1154 | 2024-11-14T16:11:18.573Z | Compiling pin-project-lite v0.2.14 |
1155 | 2024-11-14T16:11:18.593Z | Compiling rustix v0.38.37 |
1156 | 2024-11-14T16:11:18.706Z | Compiling parking_lot_core v0.9.10 |
1157 | 2024-11-14T16:11:18.850Z | Compiling futures-core v0.3.31 |
1158 | 2024-11-14T16:11:18.944Z | Compiling signal-hook-registry v1.4.2 |
1159 | 2024-11-14T16:11:19.127Z | Compiling mio v1.0.2 |
1160 | 2024-11-14T16:11:19.566Z | Compiling aho-corasick v1.1.3 |
1161 | 2024-11-14T16:11:19.813Z | Compiling parking_lot v0.12.3 |
1162 | 2024-11-14T16:11:19.935Z | Compiling either v1.13.0 |
1163 | 2024-11-14T16:11:20.045Z | Compiling regex-syntax v0.8.5 |
1164 | 2024-11-14T16:11:20.383Z | Compiling cpufeatures v0.2.14 |
1165 | 2024-11-14T16:11:20.383Z | Compiling lazy_static v1.5.0 |
1166 | 2024-11-14T16:11:20.422Z | Compiling stable_deref_trait v1.2.0 |
1167 | 2024-11-14T16:11:20.505Z | Compiling glob v0.3.1 |
1168 | 2024-11-14T16:11:20.550Z | Compiling futures-sink v0.3.31 |
1169 | 2024-11-14T16:11:20.554Z | Compiling socket2 v0.5.7 |
1170 | 2024-11-14T16:11:20.719Z | Compiling slab v0.4.9 |
1171 | 2024-11-14T16:11:20.820Z | Compiling prettyplease v0.2.25 |
1172 | 2024-11-14T16:11:21.138Z | Compiling minimal-lexical v0.2.1 |
1173 | 2024-11-14T16:11:21.430Z | Compiling libloading v0.8.5 |
1174 | 2024-11-14T16:11:21.519Z | Compiling serde_json v1.0.132 |
1175 | 2024-11-14T16:11:21.539Z | Compiling clang-sys v1.8.1 |
1176 | 2024-11-14T16:11:21.654Z | Compiling nom v7.1.3 |
1177 | 2024-11-14T16:11:21.834Z | Compiling bindgen v0.69.5 |
1178 | 2024-11-14T16:11:21.854Z | Compiling home v0.5.9 |
1179 | 2024-11-14T16:11:22.199Z | Compiling futures-channel v0.3.31 |
1180 | 2024-11-14T16:11:22.652Z | Compiling itertools v0.12.1 |
1181 | 2024-11-14T16:11:22.700Z | Compiling foldhash v0.1.3 |
1182 | 2024-11-14T16:11:23.000Z | Compiling futures-io v0.3.31 |
1183 | 2024-11-14T16:11:23.023Z | Compiling allocator-api2 v0.2.18 |
1184 | 2024-11-14T16:11:23.326Z | Compiling futures-task v0.3.31 |
1185 | 2024-11-14T16:11:23.627Z | Compiling pin-utils v0.1.0 |
1186 | 2024-11-14T16:11:23.727Z | Compiling regex-automata v0.4.8 |
1187 | 2024-11-14T16:11:23.867Z | Compiling rustc-hash v1.1.0 |
1188 | 2024-11-14T16:11:24.014Z | Compiling lazycell v1.3.0 |
1189 | 2024-11-14T16:11:24.183Z | Compiling hashbrown v0.15.0 |
1190 | 2024-11-14T16:11:25.357Z | Compiling synstructure v0.13.1 |
1191 | 2024-11-14T16:11:25.544Z | Compiling cexpr v0.6.0 |
1192 | 2024-11-14T16:11:25.805Z | Compiling cmake v0.1.51 |
1193 | 2024-11-14T16:11:26.842Z | Compiling pkg-config v0.3.31 |
1194 | 2024-11-14T16:11:26.971Z | Compiling dunce v1.0.5 |
1195 | 2024-11-14T16:11:27.047Z | Compiling fs_extra v1.3.0 |
1196 | 2024-11-14T16:11:27.101Z | Compiling tinyvec_macros v0.1.1 |
1197 | 2024-11-14T16:11:27.201Z | Compiling libm v0.2.8 |
1198 | 2024-11-14T16:11:27.363Z | Compiling tinyvec v1.8.0 |
1199 | 2024-11-14T16:11:27.601Z | Compiling num-traits v0.2.19 |
1200 | 2024-11-14T16:11:28.125Z | Compiling ring v0.17.8 |
1201 | 2024-11-14T16:11:28.386Z | Compiling litemap v0.7.3 |
1202 | 2024-11-14T16:11:28.749Z | Compiling paste v1.0.15 |
1203 | 2024-11-14T16:11:28.797Z | Compiling unicode-normalization v0.1.24 |
1204 | 2024-11-14T16:11:28.843Z | Compiling writeable v0.5.5 |
1205 | 2024-11-14T16:11:29.066Z | Compiling base64ct v1.6.0 |
1206 | 2024-11-14T16:11:29.237Z | Compiling unicode-bidi v0.3.17 |
1207 | 2024-11-14T16:11:29.260Z | Compiling regex v1.11.1 |
1208 | 2024-11-14T16:11:29.679Z | Compiling pem-rfc7468 v0.7.0 |
1209 | 2024-11-14T16:11:30.343Z | Compiling aws-lc-rs v1.10.0 |
1210 | 2024-11-14T16:11:30.399Z | Compiling httparse v1.9.5 |
1211 | 2024-11-14T16:11:30.655Z | Compiling flagset v0.4.6 |
1212 | 2024-11-14T16:11:30.852Z | Compiling tracing-core v0.1.32 |
1213 | 2024-11-14T16:11:31.206Z | Compiling crossbeam-utils v0.8.20 |
1214 | 2024-11-14T16:11:31.786Z | Compiling percent-encoding v2.3.1 |
1215 | 2024-11-14T16:11:31.933Z | Compiling rustls-pki-types v1.9.0 |
1216 | 2024-11-14T16:11:31.951Z | Compiling icu_locid_transform_data v1.5.0 |
1217 | 2024-11-14T16:11:32.139Z | Compiling icu_properties_data v1.5.0 |
1218 | 2024-11-14T16:11:32.179Z | Compiling serde_derive v1.0.215 |
1219 | 2024-11-14T16:11:32.199Z | Compiling zeroize_derive v1.4.2 |
1220 | 2024-11-14T16:11:32.412Z | Compiling zerocopy-derive v0.7.35 |
1221 | 2024-11-14T16:11:32.864Z | Compiling tokio-macros v2.4.0 |
1222 | 2024-11-14T16:11:33.040Z | Compiling zerofrom-derive v0.1.4 |
1223 | 2024-11-14T16:11:33.859Z | Compiling zeroize v1.8.1 |
1224 | 2024-11-14T16:11:34.308Z | Compiling thiserror-impl v1.0.69 |
1225 | 2024-11-14T16:11:34.428Z | Compiling yoke-derive v0.7.4 |
1226 | 2024-11-14T16:11:34.640Z | Compiling zerocopy v0.7.35 |
1227 | 2024-11-14T16:11:35.496Z | Compiling futures-macro v0.3.31 |
1228 | 2024-11-14T16:11:35.648Z | Compiling crypto-common v0.1.6 |
1229 | 2024-11-14T16:11:35.901Z | Compiling block-buffer v0.10.4 |
1230 | 2024-11-14T16:11:36.183Z | Compiling digest v0.10.7 |
1231 | 2024-11-14T16:11:36.320Z | Compiling zerovec-derive v0.10.3 |
1232 | 2024-11-14T16:11:36.572Z | Compiling block-padding v0.3.3 |
1233 | 2024-11-14T16:11:36.685Z | Compiling hmac v0.12.1 |
1234 | 2024-11-14T16:11:36.832Z | Compiling displaydoc v0.2.5 |
1235 | 2024-11-14T16:11:36.930Z | Compiling inout v0.1.3 |
1236 | 2024-11-14T16:11:37.173Z | Compiling zerofrom v0.1.4 |
1237 | 2024-11-14T16:11:37.214Z | Compiling cipher v0.4.4 |
1238 | 2024-11-14T16:11:37.401Z | Compiling sha2 v0.10.8 |
1239 | 2024-11-14T16:11:37.403Z | Compiling futures-util v0.3.31 |
1240 | 2024-11-14T16:11:37.533Z | Compiling yoke v0.7.4 |
1241 | 2024-11-14T16:11:37.764Z | Compiling thiserror v1.0.69 |
1242 | 2024-11-14T16:11:37.782Z | Compiling ppv-lite86 v0.2.20 |
1243 | 2024-11-14T16:11:37.914Z | Compiling der_derive v0.7.3 |
1244 | 2024-11-14T16:11:37.936Z | Compiling icu_provider_macros v1.5.0 |
1245 | 2024-11-14T16:11:38.625Z | Compiling rand_chacha v0.3.1 |
1246 | 2024-11-14T16:11:38.642Z | Compiling tracing-attributes v0.1.27 |
1247 | 2024-11-14T16:11:39.147Z | Compiling rand v0.8.5 |
1248 | 2024-11-14T16:11:39.176Z | Compiling zerovec v0.10.4 |
1249 | 2024-11-14T16:11:40.534Z | Compiling der v0.7.9 |
1250 | 2024-11-14T16:11:40.960Z | Compiling tinystr v0.7.6 |
1251 | 2024-11-14T16:11:41.060Z | Compiling icu_collections v1.5.0 |
1252 | 2024-11-14T16:11:41.357Z | Compiling icu_locid v1.5.0 |
1253 | 2024-11-14T16:11:41.377Z | Compiling pest v2.7.14 |
1254 | 2024-11-14T16:11:41.431Z | Compiling salsa20 v0.10.2 |
1255 | 2024-11-14T16:11:41.668Z | Compiling pbkdf2 v0.12.2 |
1256 | 2024-11-14T16:11:41.845Z | Compiling powerfmt v0.2.0 |
1257 | 2024-11-14T16:11:42.222Z | Compiling untrusted v0.9.0 |
1258 | 2024-11-14T16:11:42.455Z | Compiling time-core v0.1.2 |
1259 | 2024-11-14T16:11:42.536Z | Compiling icu_provider v1.5.0 |
1260 | 2024-11-14T16:11:42.574Z | Compiling tracing v0.1.40 |
1261 | 2024-11-14T16:11:42.647Z | Compiling spki v0.7.3 |
1262 | 2024-11-14T16:11:43.058Z | Compiling mirai-annotations v1.12.0 |
1263 | 2024-11-14T16:11:43.114Z | Compiling untrusted v0.7.1 |
1264 | 2024-11-14T16:11:43.264Z | Compiling vcpkg v0.2.15 |
1265 | 2024-11-14T16:11:43.313Z | Compiling icu_locid_transform v1.5.0 |
1266 | 2024-11-14T16:11:43.594Z | Compiling num-conv v0.1.0 |
1267 | 2024-11-14T16:11:43.754Z | Compiling deranged v0.3.11 |
1268 | 2024-11-14T16:11:43.886Z | Compiling time-macros v0.2.18 |
1269 | 2024-11-14T16:11:43.959Z | Compiling scrypt v0.11.0 |
1270 | 2024-11-14T16:11:44.539Z | Compiling icu_properties v1.5.1 |
1271 | 2024-11-14T16:11:44.559Z | Compiling pest_meta v2.7.14 |
1272 | 2024-11-14T16:11:45.534Z | Compiling openssl-sys v0.9.104 |
1273 | 2024-11-14T16:11:45.701Z | Compiling aes v0.8.4 |
1274 | 2024-11-14T16:11:46.088Z | Compiling cbc v0.1.2 |
1275 | 2024-11-14T16:11:46.326Z | Compiling scroll_derive v0.12.0 |
1276 | 2024-11-14T16:11:46.670Z | Compiling bitflags v2.6.0 |
1277 | 2024-11-14T16:11:46.814Z | Compiling bytes v1.8.0 |
1278 | 2024-11-14T16:11:47.520Z | Compiling indexmap v2.6.0 |
1279 | 2024-11-14T16:11:47.826Z | Compiling tokio v1.40.0 |
1280 | 2024-11-14T16:11:48.163Z | Compiling http v1.1.0 |
1281 | 2024-11-14T16:11:48.648Z | Compiling semver v1.0.23 |
1282 | 2024-11-14T16:11:49.418Z | Compiling rustc_version v0.4.1 |
1283 | 2024-11-14T16:11:49.438Z | Compiling icu_normalizer_data v1.5.0 |
1284 | 2024-11-14T16:11:49.551Z | Compiling num_threads v0.1.7 |
1285 | 2024-11-14T16:11:49.696Z | Compiling utf16_iter v1.0.5 |
1286 | 2024-11-14T16:11:49.776Z | Compiling atomic-waker v1.1.2 |
1287 | 2024-11-14T16:11:49.908Z | Compiling write16 v1.0.0 |
1288 | 2024-11-14T16:11:49.972Z | Compiling utf8_iter v1.0.4 |
1289 | 2024-11-14T16:11:50.045Z | Compiling http-body v1.0.1 |
1290 | 2024-11-14T16:11:50.197Z | Compiling icu_normalizer v1.5.0 |
1291 | 2024-11-14T16:11:50.236Z | Compiling time v0.3.36 |
1292 | 2024-11-14T16:11:50.281Z | Compiling scroll v0.12.0 |
1293 | 2024-11-14T16:11:50.321Z | Compiling pkcs5 v0.7.1 |
1294 | 2024-11-14T16:11:50.714Z | Compiling pest_generator v2.7.14 |
1295 | 2024-11-14T16:11:50.733Z | Compiling form_urlencoded v1.2.1 |
1296 | 2024-11-14T16:11:50.834Z | Compiling try-lock v0.2.5 |
1297 | 2024-11-14T16:11:50.993Z | Compiling slog v2.7.0 |
1298 | 2024-11-14T16:11:51.069Z | Compiling which v4.4.2 |
1299 | 2024-11-14T16:11:51.570Z | Compiling goblin v0.8.2 |
1300 | 2024-11-14T16:11:51.791Z | Compiling idna_adapter v1.2.0 |
1301 | 2024-11-14T16:11:52.028Z | Compiling want v0.3.1 |
1302 | 2024-11-14T16:11:52.226Z | Compiling pkcs8 v0.10.2 |
1303 | 2024-11-14T16:11:52.341Z | Compiling httpdate v1.0.3 |
1304 | 2024-11-14T16:11:52.538Z | Compiling idna v1.0.3 |
1305 | 2024-11-14T16:11:52.793Z | Compiling pest_derive v2.7.14 |
1306 | 2024-11-14T16:11:52.929Z | Compiling uuid v1.11.0 |
1307 | 2024-11-14T16:11:53.619Z | Compiling dtrace-parser v0.2.0 |
1308 | 2024-11-14T16:11:53.705Z | Compiling serde_spanned v0.6.8 |
1309 | 2024-11-14T16:11:53.947Z | Compiling toml_datetime v0.6.8 |
1310 | 2024-11-14T16:11:54.378Z | Compiling serde_tokenstream v0.2.2 |
1311 | 2024-11-14T16:11:54.431Z | Compiling match_cfg v0.1.0 |
1312 | 2024-11-14T16:11:54.468Z | Compiling openssl v0.10.68 |
1313 | 2024-11-14T16:11:54.530Z | Compiling tower-service v0.3.3 |
1314 | 2024-11-14T16:11:54.664Z | Compiling foreign-types-shared v0.1.1 |
1315 | 2024-11-14T16:11:54.788Z | Compiling adler2 v2.0.0 |
1316 | 2024-11-14T16:11:54.893Z | Compiling rustversion v1.0.17 |
1317 | 2024-11-14T16:11:54.986Z | Compiling base64 v0.22.1 |
1318 | 2024-11-14T16:11:55.008Z | Compiling iana-time-zone v0.1.61 |
1319 | 2024-11-14T16:11:55.460Z | Compiling chrono v0.4.38 |
1320 | 2024-11-14T16:11:55.562Z | Compiling miniz_oxide v0.8.0 |
1321 | 2024-11-14T16:11:55.710Z | Compiling foreign-types v0.3.2 |
1322 | 2024-11-14T16:11:55.740Z | Compiling hostname v0.3.1 |
1323 | 2024-11-14T16:11:55.759Z | Compiling url v2.5.3 |
1324 | 2024-11-14T16:11:55.989Z | Compiling async-trait v0.1.83 |
1325 | 2024-11-14T16:11:57.108Z | Compiling tokio-util v0.7.12 |
1326 | 2024-11-14T16:11:57.243Z | Compiling openssl-macros v0.1.1 |
1327 | 2024-11-14T16:11:57.841Z | Compiling dof v0.3.0 |
1328 | 2024-11-14T16:11:58.061Z | Compiling dirs-sys-next v0.1.2 |
1329 | 2024-11-14T16:11:58.597Z | Compiling h2 v0.4.6 |
1330 | 2024-11-14T16:11:58.727Z | Compiling usdt-impl v0.5.0 |
1331 | 2024-11-14T16:11:58.767Z | Compiling native-tls v0.2.12 |
1332 | 2024-11-14T16:11:59.111Z | Compiling rustls v0.22.4 |
1333 | 2024-11-14T16:11:59.280Z | Compiling rustls v0.23.14 |
1334 | 2024-11-14T16:11:59.372Z | Compiling data-encoding v2.6.0 |
1335 | 2024-11-14T16:11:59.564Z | Compiling siphasher v0.3.11 |
1336 | 2024-11-14T16:11:59.958Z | Compiling syn v1.0.109 |
1337 | 2024-11-14T16:12:00.110Z | Compiling dirs-next v2.0.0 |
1338 | 2024-11-14T16:12:00.676Z | Compiling http-body-util v0.1.2 |
1339 | 2024-11-14T16:12:01.236Z | Compiling heapless v0.7.17 |
1340 | 2024-11-14T16:12:01.676Z | Compiling crossbeam-epoch v0.9.18 |
1341 | 2024-11-14T16:12:01.726Z | Compiling signature v2.2.0 |
1342 | 2024-11-14T16:12:01.832Z | Compiling sha1 v0.10.6 |
1343 | 2024-11-14T16:12:01.991Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1344 | 2024-11-14T16:12:02.021Z | Compiling serde_derive_internals v0.29.1 |
1345 | 2024-11-14T16:12:02.274Z | Compiling thread_local v1.1.8 |
1346 | 2024-11-14T16:12:02.470Z | Compiling encoding_rs v0.8.34 |
1347 | 2024-11-14T16:12:02.527Z | Compiling multer v3.1.0 |
1348 | 2024-11-14T16:12:02.813Z | Compiling cookie v0.18.1 |
1349 | 2024-11-14T16:12:02.843Z | Compiling mime v0.3.17 |
1350 | 2024-11-14T16:12:03.095Z | Compiling gimli v0.31.1 |
1351 | 2024-11-14T16:12:03.448Z | Compiling schemars v0.8.21 |
1352 | 2024-11-14T16:12:03.678Z | Compiling openssl-probe v0.1.5 |
1353 | 2024-11-14T16:12:03.799Z | Compiling unicode-properties v0.1.3 |
1354 | 2024-11-14T16:12:04.034Z | Compiling ipnet v2.10.1 |
1355 | 2024-11-14T16:12:04.221Z | Compiling rayon-core v1.12.1 |
1356 | 2024-11-14T16:12:04.498Z | Compiling slog-async v2.8.0 |
1357 | 2024-11-14T16:12:04.815Z | Compiling signal-hook v0.3.17 |
1358 | 2024-11-14T16:12:05.106Z | Compiling toml_edit v0.22.22 |
1359 | 2024-11-14T16:12:05.127Z | Compiling schemars_derive v0.8.21 |
1360 | 2024-11-14T16:12:05.331Z | Compiling stringprep v0.1.5 |
1361 | 2024-11-14T16:12:06.622Z | Compiling hyper v1.5.0 |
1362 | 2024-11-14T16:12:07.554Z | Compiling addr2line v0.24.2 |
1363 | 2024-11-14T16:12:08.408Z | Compiling crossbeam-deque v0.8.5 |
1364 | 2024-11-14T16:12:08.574Z | Compiling usdt-attr-macro v0.5.0 |
1365 | 2024-11-14T16:12:08.763Z | Compiling usdt-macro v0.5.0 |
1366 | 2024-11-14T16:12:09.103Z | Compiling hyper-util v0.1.10 |
1367 | 2024-11-14T16:12:10.035Z | Compiling term v0.7.0 |
1368 | 2024-11-14T16:12:10.202Z | Compiling slog-json v2.6.1 |
1369 | 2024-11-14T16:12:10.223Z | Compiling serde_urlencoded v0.7.1 |
1370 | 2024-11-14T16:12:10.606Z | Compiling curve25519-dalek v4.1.3 |
1371 | 2024-11-14T16:12:10.744Z | Compiling crossbeam-channel v0.5.13 |
1372 | 2024-11-14T16:12:10.764Z | Compiling futures-executor v0.3.31 |
1373 | 2024-11-14T16:12:11.221Z | Compiling enum-as-inner v0.6.1 |
1374 | 2024-11-14T16:12:11.353Z | Compiling md-5 v0.10.6 |
1375 | 2024-11-14T16:12:11.600Z | Compiling rustls-pemfile v2.2.0 |
1376 | 2024-11-14T16:12:11.618Z | Compiling async-stream-impl v0.3.6 |
1377 | 2024-11-14T16:12:11.863Z | Compiling num-integer v0.1.46 |
1378 | 2024-11-14T16:12:11.956Z | Compiling idna v0.4.0 |
1379 | 2024-11-14T16:12:12.308Z | Compiling idna v0.3.0 |
1380 | 2024-11-14T16:12:12.345Z | Compiling ff v0.13.0 |
1381 | 2024-11-14T16:12:12.577Z | Compiling hash32 v0.2.1 |
1382 | 2024-11-14T16:12:12.633Z | Compiling is-terminal v0.4.13 |
1383 | 2024-11-14T16:12:12.769Z | Compiling object v0.36.5 |
1384 | 2024-11-14T16:12:12.967Z | Compiling dropshot v0.12.0 |
1385 | 2024-11-14T16:12:13.035Z | Compiling linked-hash-map v0.5.6 |
1386 | 2024-11-14T16:12:13.267Z | Compiling smoltcp v0.9.1 |
1387 | 2024-11-14T16:12:13.421Z | Compiling rustc-demangle v0.1.24 |
1388 | 2024-11-14T16:12:13.496Z | Compiling anyhow v1.0.93 |
1389 | 2024-11-14T16:12:13.721Z | Compiling fallible-iterator v0.2.0 |
1390 | 2024-11-14T16:12:13.970Z | Compiling base16ct v0.2.0 |
1391 | 2024-11-14T16:12:14.030Z | Compiling num-bigint-dig v0.8.4 |
1392 | 2024-11-14T16:12:14.127Z | Compiling portable-atomic v1.9.0 |
1393 | 2024-11-14T16:12:14.303Z | Compiling dyn-clone v1.0.17 |
1394 | 2024-11-14T16:12:14.324Z | Compiling take_mut v0.2.2 |
1395 | 2024-11-14T16:12:14.409Z | Compiling quick-error v1.2.3 |
1396 | 2024-11-14T16:12:14.441Z | Compiling utf-8 v0.7.6 |
1397 | 2024-11-14T16:12:14.478Z | Compiling psl-types v2.0.11 |
1398 | 2024-11-14T16:12:14.561Z | Compiling resolv-conf v0.7.0 |
1399 | 2024-11-14T16:12:14.682Z | Compiling publicsuffix v2.2.3 |
1400 | 2024-11-14T16:12:14.767Z | Compiling tungstenite v0.24.0 |
1401 | 2024-11-14T16:12:15.261Z | Compiling postgres-protocol v0.6.7 |
1402 | 2024-11-14T16:12:15.372Z | Compiling sec1 v0.7.3 |
1403 | 2024-11-14T16:12:16.006Z | Compiling lru-cache v0.1.2 |
1404 | 2024-11-14T16:12:16.163Z | Compiling async-stream v0.3.6 |
1405 | 2024-11-14T16:12:16.199Z | Compiling hickory-proto v0.24.1 |
1406 | 2024-11-14T16:12:16.604Z | Compiling usdt v0.5.0 |
1407 | 2024-11-14T16:12:17.163Z | Compiling slog-term v2.9.1 |
1408 | 2024-11-14T16:12:17.183Z | Compiling group v0.13.0 |
1409 | 2024-11-14T16:12:17.548Z | Compiling num-iter v0.1.45 |
1410 | 2024-11-14T16:12:17.750Z | Compiling futures v0.3.31 |
1411 | 2024-11-14T16:12:17.839Z | Compiling slog-bunyan v2.5.0 |
1412 | 2024-11-14T16:12:18.062Z | Compiling toml v0.8.19 |
1413 | 2024-11-14T16:12:19.617Z | Compiling camino v1.1.9 |
1414 | 2024-11-14T16:12:19.801Z | Compiling tokio-native-tls v0.3.1 |
1415 | 2024-11-14T16:12:20.030Z | Compiling phf_shared v0.11.2 |
1416 | 2024-11-14T16:12:20.088Z | Compiling dropshot_endpoint v0.12.0 |
1417 | 2024-11-14T16:12:20.417Z | Compiling backtrace v0.3.74 |
1418 | 2024-11-14T16:12:20.599Z | Compiling terminal_size v0.4.0 |
1419 | 2024-11-14T16:12:20.831Z | Compiling waitgroup v0.1.2 |
1420 | 2024-11-14T16:12:20.895Z | Compiling openapiv3 v2.0.0 |
1421 | 2024-11-14T16:12:20.967Z | Compiling serde_path_to_error v0.1.16 |
1422 | 2024-11-14T16:12:21.049Z | Compiling hkdf v0.12.4 |
1423 | 2024-11-14T16:12:21.313Z | Compiling crypto-bigint v0.5.5 |
1424 | 2024-11-14T16:12:21.842Z | Compiling webpki-roots v0.26.6 |
1425 | 2024-11-14T16:12:22.079Z | Compiling curve25519-dalek-derive v0.1.1 |
1426 | 2024-11-14T16:12:23.603Z | Compiling hubpack_derive v0.1.1 |
1427 | 2024-11-14T16:12:23.703Z | Compiling zerocopy-derive v0.6.6 |
1428 | 2024-11-14T16:12:24.233Z | Compiling idna v0.5.0 |
1429 | 2024-11-14T16:12:24.532Z | Compiling hostname v0.4.0 |
1430 | 2024-11-14T16:12:24.805Z | Compiling crc32fast v1.4.2 |
1431 | 2024-11-14T16:12:24.857Z | Compiling ahash v0.8.11 |
1432 | 2024-11-14T16:12:25.161Z | Compiling fs-err v2.11.0 |
1433 | 2024-11-14T16:12:25.206Z | Compiling bitflags v1.3.2 |
1434 | 2024-11-14T16:12:25.311Z | Compiling winnow v0.5.40 |
1435 | 2024-11-14T16:12:25.346Z | Compiling managed v0.8.0 |
1436 | 2024-11-14T16:12:25.443Z | Compiling debug-ignore v1.0.5 |
1437 | 2024-11-14T16:12:25.596Z | Compiling clap_builder v4.5.21 |
1438 | 2024-11-14T16:12:25.915Z | Compiling console v0.15.8 |
1439 | 2024-11-14T16:12:25.934Z | Compiling zerocopy v0.6.6 |
1440 | 2024-11-14T16:12:26.806Z | Compiling strum_macros v0.25.3 |
1441 | 2024-11-14T16:12:26.965Z | Compiling cookie_store v0.21.0 |
1442 | 2024-11-14T16:12:27.541Z | Compiling flate2 v1.0.34 |
1443 | 2024-11-14T16:12:27.684Z | Compiling hubpack v0.1.2 |
1444 | 2024-11-14T16:12:28.068Z | Compiling elliptic-curve v0.13.8 |
1445 | 2024-11-14T16:12:28.531Z | Compiling hickory-resolver v0.24.1 |
1446 | 2024-11-14T16:12:28.940Z | Compiling toml_edit v0.19.15 |
1447 | 2024-11-14T16:12:29.190Z | Compiling signal-hook-mio v0.2.4 |
1448 | 2024-11-14T16:12:29.356Z | Compiling phf v0.11.2 |
1449 | 2024-11-14T16:12:29.573Z | Compiling hyper-tls v0.6.0 |
1450 | 2024-11-14T16:12:29.659Z | Compiling rayon v1.10.0 |
1451 | 2024-11-14T16:12:30.002Z | Compiling bzip2 v0.4.4 |
1452 | 2024-11-14T16:12:31.021Z | Compiling postgres-types v0.2.8 |
1453 | 2024-11-14T16:12:32.606Z | Compiling tokio-tungstenite v0.24.0 |
1454 | 2024-11-14T16:12:34.564Z | Compiling ed25519 v2.2.3 |
1455 | 2024-11-14T16:12:34.604Z | Compiling phf_shared v0.10.0 |
1456 | 2024-11-14T16:12:35.034Z | Compiling tokio-stream v0.1.16 |
1457 | 2024-11-14T16:12:35.375Z | Compiling pkcs1 v0.7.5 |
1458 | 2024-11-14T16:12:35.446Z | Compiling serde-big-array v0.5.1 |
1459 | 2024-11-14T16:12:35.687Z | Compiling clap_derive v4.5.18 |
1460 | 2024-11-14T16:12:36.103Z | Compiling rfc6979 v0.4.0 |
1461 | 2024-11-14T16:12:36.294Z | Compiling serde_repr v0.1.19 |
1462 | 2024-11-14T16:12:36.398Z | Compiling derive-where v1.2.7 |
1463 | 2024-11-14T16:12:36.420Z | Compiling float-cmp v0.9.0 |
1464 | 2024-11-14T16:12:36.440Z | Compiling bstr v1.10.0 |
1465 | 2024-11-14T16:12:36.644Z | Compiling sync_wrapper v1.0.1 |
1466 | 2024-11-14T16:12:36.804Z | Compiling normalize-line-endings v0.3.0 |
1467 | 2024-11-14T16:12:36.939Z | Compiling difflib v0.4.0 |
1468 | 2024-11-14T16:12:37.171Z | Compiling whoami v1.5.2 |
1469 | 2024-11-14T16:12:37.502Z | Compiling unicode-segmentation v1.12.0 |
1470 | 2024-11-14T16:12:37.853Z | Compiling new_debug_unreachable v1.0.6 |
1471 | 2024-11-14T16:12:37.957Z | Compiling unicode-width v0.2.0 |
1472 | 2024-11-14T16:12:38.308Z | Compiling precomputed-hash v0.1.1 |
1473 | 2024-11-14T16:12:38.403Z | Compiling static_assertions v1.1.0 |
1474 | 2024-11-14T16:12:38.434Z | Compiling number_prefix v0.4.0 |
1475 | 2024-11-14T16:12:38.503Z | Compiling bit-vec v0.6.3 |
1476 | 2024-11-14T16:12:38.523Z | Compiling fixedbitset v0.4.2 |
1477 | 2024-11-14T16:12:38.593Z | Compiling predicates-core v1.0.8 |
1478 | 2024-11-14T16:12:38.666Z | Compiling indicatif v0.17.9 |
1479 | 2024-11-14T16:12:38.976Z | Compiling bit-set v0.5.3 |
1480 | 2024-11-14T16:12:38.994Z | Compiling petgraph v0.6.5 |
1481 | 2024-11-14T16:12:38.996Z | Compiling predicates v3.1.2 |
1482 | 2024-11-14T16:12:39.258Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1483 | 2024-11-14T16:12:40.095Z | Compiling string_cache v0.8.7 |
1484 | 2024-11-14T16:12:40.551Z | Compiling similar v2.6.0 |
1485 | 2024-11-14T16:12:40.853Z | Compiling tokio-postgres v0.7.12 |
1486 | 2024-11-14T16:12:40.876Z | Compiling clap v4.5.21 |
1487 | 2024-11-14T16:12:41.007Z | Compiling ecdsa v0.16.9 |
1488 | 2024-11-14T16:12:41.010Z | Compiling rsa v0.9.6 |
1489 | 2024-11-14T16:12:41.873Z | Compiling ed25519-dalek v2.1.1 |
1490 | 2024-11-14T16:12:43.075Z | Compiling toml v0.7.8 |
1491 | 2024-11-14T16:12:43.149Z | Compiling zip v0.6.6 |
1492 | 2024-11-14T16:12:43.235Z | Compiling crossterm v0.28.1 |
1493 | 2024-11-14T16:12:45.193Z | Compiling hex v0.4.3 |
1494 | 2024-11-14T16:12:45.297Z | Compiling x509-cert v0.2.5 |
1495 | 2024-11-14T16:12:45.696Z | Compiling itertools v0.10.5 |
1496 | 2024-11-14T16:12:45.792Z | Compiling peg-runtime v0.8.3 |
1497 | 2024-11-14T16:12:46.296Z | Compiling lalrpop-util v0.19.12 |
1498 | 2024-11-14T16:12:46.475Z | Compiling unicode-xid v0.2.6 |
1499 | 2024-11-14T16:12:46.663Z | Compiling strum_macros v0.26.4 |
1500 | 2024-11-14T16:12:46.689Z | Compiling xattr v1.3.1 |
1501 | 2024-11-14T16:12:46.814Z | Compiling filetime v0.2.25 |
1502 | 2024-11-14T16:12:47.131Z | Compiling tar v0.4.43 |
1503 | 2024-11-14T16:12:52.035Z | Compiling strum v0.26.3 |
1504 | 2024-11-14T16:12:53.999Z | Compiling aws-lc-sys v0.22.0 |
1505 | 2024-11-14T16:13:22.239Z | Compiling rustls-webpki v0.102.8 |
1506 | 2024-11-14T16:13:25.763Z | Compiling tokio-rustls v0.25.0 |
1507 | 2024-11-14T16:13:27.323Z | Compiling tokio-rustls v0.26.0 |
1508 | 2024-11-14T16:13:27.747Z | Compiling hyper-rustls v0.27.3 |
1509 | 2024-11-14T16:13:28.119Z | Compiling reqwest v0.12.9 |
1510 | 2024-11-14T16:13:29.469Z | Compiling qorb v0.2.0 |
1511 | 2024-11-14T16:13:34.205Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1512 | 2024-11-14T16:13:34.443Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1513 | 2024-11-14T16:13:40.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
1514 | 2024-11-14T16:13:40.475Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1515 | 2024-11-14T16:13:40.526Z | Nov 14 16:13:39.800 INFO Starting download, target: Cockroach |
1516 | 2024-11-14T16:13:40.526Z | Nov 14 16:13:39.801 INFO Starting download, target: Console |
1517 | 2024-11-14T16:13:40.526Z | Nov 14 16:13:39.801 INFO Starting download, target: Clickhouse |
1518 | 2024-11-14T16:13:40.526Z | Nov 14 16:13:39.801 INFO Starting download, target: DendriteOpenapi |
1519 | 2024-11-14T16:13:40.526Z | Nov 14 16:13:39.801 INFO Starting download, target: DendriteStub |
1520 | 2024-11-14T16:13:40.527Z | Nov 14 16:13:39.801 INFO Starting download, target: MaghemiteMgd |
1521 | 2024-11-14T16:13:40.529Z | Nov 14 16:13:39.801 INFO Starting download, target: TransceiverControl |
1522 | 2024-11-14T16:13:40.529Z | Nov 14 16:13:39.801 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1523 | 2024-11-14T16:13:40.529Z | Nov 14 16:13:39.801 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1524 | 2024-11-14T16:13:40.529Z | Nov 14 16:13:39.802 INFO Downloading out/downloads/dpd-8290b412c867438997c8bbb3b1fa75ed23ff250f.json (attempt 1/3), target: DendriteOpenapi |
1525 | 2024-11-14T16:13:40.530Z | Nov 14 16:13:39.802 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1526 | 2024-11-14T16:13:40.530Z | Nov 14 16:13:39.802 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1527 | 2024-11-14T16:13:40.530Z | Nov 14 16:13:39.802 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1528 | 2024-11-14T16:13:40.530Z | Nov 14 16:13:39.802 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1529 | 2024-11-14T16:13:40.823Z | Nov 14 16:13:40.097 INFO Download complete, target: DendriteOpenapi |
1530 | 2024-11-14T16:13:41.073Z | Nov 14 16:13:40.316 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1531 | 2024-11-14T16:13:41.133Z | Nov 14 16:13:40.384 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1532 | 2024-11-14T16:13:41.370Z | Nov 14 16:13:40.641 INFO Download complete, target: Console |
1533 | 2024-11-14T16:13:41.530Z | Nov 14 16:13:40.803 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1534 | 2024-11-14T16:13:41.563Z | Nov 14 16:13:40.838 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1535 | 2024-11-14T16:13:41.776Z | Nov 14 16:13:41.051 INFO Download complete, target: TransceiverControl |
1536 | 2024-11-14T16:13:42.294Z | Nov 14 16:13:41.569 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1537 | 2024-11-14T16:13:42.294Z | Nov 14 16:13:41.569 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1538 | 2024-11-14T16:13:42.742Z | Nov 14 16:13:42.017 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1539 | 2024-11-14T16:13:44.361Z | Nov 14 16:13:43.635 INFO Download complete, target: DendriteStub |
1540 | 2024-11-14T16:13:44.468Z | Nov 14 16:13:43.742 INFO Download complete, target: MaghemiteMgd |
1541 | 2024-11-14T16:13:49.669Z | Nov 14 16:13:48.941 INFO Checking that binary works, target: Cockroach |
1542 | 2024-11-14T16:13:49.883Z | Nov 14 16:13:49.156 INFO Download complete, target: Cockroach |
1543 | 2024-11-14T16:13:54.819Z | Nov 14 16:13:54.090 INFO Checking that binary works, target: Clickhouse |
1544 | 2024-11-14T16:13:54.957Z | Nov 14 16:13:54.228 INFO Download complete, target: Clickhouse |
1545 | 2024-11-14T16:13:54.964Z | All prerequisites installed successfully |
1546 | 2024-11-14T16:13:54.967Z | |
1547 | 2024-11-14T16:13:54.967Z | real 5:19.587299620 |
1548 | 2024-11-14T16:13:54.967Z | user 16:37.388930419 |
1549 | 2024-11-14T16:13:54.967Z | sys 3:16.341863943 |
1550 | 2024-11-14T16:13:54.967Z | trap 0.577209653 |
1551 | 2024-11-14T16:13:54.967Z | tflt 1.588702208 |
1552 | 2024-11-14T16:13:54.967Z | dflt 2.264432867 |
1553 | 2024-11-14T16:13:54.967Z | kflt 0.025537438 |
1554 | 2024-11-14T16:13:54.967Z | lock 29:34.398141947 |
1555 | 2024-11-14T16:13:54.967Z | slp 1:02:48.659852023 |
1556 | 2024-11-14T16:13:54.967Z | lat 59.324763955 |
1557 | 2024-11-14T16:13:54.967Z | stop 2:18.791506657 |
1558 | 2024-11-14T16:13:54.967Z | + ptime -m cargo xtask download softnpu |
1559 | 2024-11-14T16:13:55.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1560 | 2024-11-14T16:13:55.507Z | Running `target/debug/xtask download softnpu` |
1561 | 2024-11-14T16:13:56.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1562 | 2024-11-14T16:13:56.393Z | Running `target/debug/xtask-downloader softnpu` |
1563 | 2024-11-14T16:13:56.428Z | Nov 14 16:13:55.700 INFO Starting download, target: Softnpu |
1564 | 2024-11-14T16:13:56.431Z | Nov 14 16:13:55.700 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1565 | 2024-11-14T16:13:57.263Z | Nov 14 16:13:56.534 INFO Download complete, target: Softnpu |
1566 | 2024-11-14T16:13:57.267Z | |
1567 | 2024-11-14T16:13:57.271Z | real 2.295028610 |
1568 | 2024-11-14T16:13:57.271Z | user 1.244182443 |
1569 | 2024-11-14T16:13:57.271Z | sys 0.530996365 |
1570 | 2024-11-14T16:13:57.271Z | trap 0.000506782 |
1571 | 2024-11-14T16:13:57.271Z | tflt 0.000025311 |
1572 | 2024-11-14T16:13:57.271Z | dflt 0.000032592 |
1573 | 2024-11-14T16:13:57.271Z | kflt 0.000000000 |
1574 | 2024-11-14T16:13:57.272Z | lock 8.662690625 |
1575 | 2024-11-14T16:13:57.272Z | slp 0.710547053 |
1576 | 2024-11-14T16:13:57.272Z | lat 0.066808790 |
1577 | 2024-11-14T16:13:57.272Z | stop 0.000160432 |
1578 | 2024-11-14T16:13:57.272Z | + export CARGO_INCREMENTAL=0 |
1579 | 2024-11-14T16:13:57.272Z | + CARGO_INCREMENTAL=0 |
1580 | 2024-11-14T16:13:57.272Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1581 | 2024-11-14T16:13:58.242Z | Compiling proc-macro2 v1.0.89 |
1582 | 2024-11-14T16:13:58.242Z | Compiling unicode-ident v1.0.13 |
1583 | 2024-11-14T16:13:58.245Z | Compiling libc v0.2.162 |
1584 | 2024-11-14T16:13:58.245Z | Compiling serde v1.0.215 |
1585 | 2024-11-14T16:13:58.245Z | Compiling autocfg v1.4.0 |
1586 | 2024-11-14T16:13:58.245Z | Compiling version_check v0.9.5 |
1587 | 2024-11-14T16:13:58.245Z | Compiling cfg-if v1.0.0 |
1588 | 2024-11-14T16:13:58.518Z | Compiling memchr v2.7.4 |
1589 | 2024-11-14T16:13:58.579Z | Compiling typenum v1.17.0 |
1590 | 2024-11-14T16:13:58.823Z | Compiling shlex v1.3.0 |
1591 | 2024-11-14T16:13:59.011Z | Compiling value-bag v1.9.0 |
1592 | 2024-11-14T16:13:59.184Z | Compiling generic-array v0.14.7 |
1593 | 2024-11-14T16:13:59.318Z | Compiling lock_api v0.4.12 |
1594 | 2024-11-14T16:13:59.452Z | Compiling log v0.4.22 |
1595 | 2024-11-14T16:13:59.470Z | Compiling scopeguard v1.2.0 |
1596 | 2024-11-14T16:13:59.654Z | Compiling parking_lot_core v0.9.10 |
1597 | 2024-11-14T16:13:59.928Z | Compiling serde_json v1.0.132 |
1598 | 2024-11-14T16:14:00.058Z | Compiling quote v1.0.37 |
1599 | 2024-11-14T16:14:00.231Z | Compiling once_cell v1.20.2 |
1600 | 2024-11-14T16:14:00.270Z | Compiling rustix v0.38.37 |
1601 | 2024-11-14T16:14:00.315Z | Compiling thiserror v1.0.69 |
1602 | 2024-11-14T16:14:00.633Z | Compiling syn v2.0.87 |
1603 | 2024-11-14T16:14:00.666Z | Compiling jobserver v0.1.32 |
1604 | 2024-11-14T16:14:00.686Z | Compiling getrandom v0.2.15 |
1605 | 2024-11-14T16:14:00.841Z | Compiling libm v0.2.8 |
1606 | 2024-11-14T16:14:00.907Z | Compiling num-traits v0.2.19 |
1607 | 2024-11-14T16:14:01.004Z | Compiling itoa v1.0.11 |
1608 | 2024-11-14T16:14:01.021Z | Compiling spin v0.9.8 |
1609 | 2024-11-14T16:14:01.051Z | Compiling cc v1.1.30 |
1610 | 2024-11-14T16:14:01.167Z | Compiling aho-corasick v1.1.3 |
1611 | 2024-11-14T16:14:01.205Z | Compiling regex-syntax v0.8.5 |
1612 | 2024-11-14T16:14:01.371Z | Compiling slab v0.4.9 |
1613 | 2024-11-14T16:14:01.668Z | Compiling byteorder v1.5.0 |
1614 | 2024-11-14T16:14:01.822Z | Compiling errno v0.3.9 |
1615 | 2024-11-14T16:14:02.070Z | Compiling rand_core v0.6.4 |
1616 | 2024-11-14T16:14:02.125Z | Compiling either v1.13.0 |
1617 | 2024-11-14T16:14:02.297Z | Compiling lazy_static v1.5.0 |
1618 | 2024-11-14T16:14:02.446Z | Compiling glob v0.3.1 |
1619 | 2024-11-14T16:14:02.923Z | Compiling prettyplease v0.2.25 |
1620 | 2024-11-14T16:14:03.267Z | Compiling clang-sys v1.8.1 |
1621 | 2024-11-14T16:14:03.648Z | Compiling minimal-lexical v0.2.1 |
1622 | 2024-11-14T16:14:03.673Z | Compiling libloading v0.8.5 |
1623 | 2024-11-14T16:14:03.931Z | Compiling bindgen v0.69.5 |
1624 | 2024-11-14T16:14:04.053Z | Compiling nom v7.1.3 |
1625 | 2024-11-14T16:14:04.133Z | Compiling subtle v2.6.1 |
1626 | 2024-11-14T16:14:04.349Z | Compiling home v0.5.9 |
1627 | 2024-11-14T16:14:04.541Z | Compiling allocator-api2 v0.2.18 |
1628 | 2024-11-14T16:14:04.704Z | Compiling itertools v0.12.1 |
1629 | 2024-11-14T16:14:04.785Z | Compiling regex-automata v0.4.8 |
1630 | 2024-11-14T16:14:05.329Z | Compiling smallvec v1.13.2 |
1631 | 2024-11-14T16:14:05.579Z | Compiling semver v1.0.23 |
1632 | 2024-11-14T16:14:05.847Z | Compiling rustc-hash v1.1.0 |
1633 | 2024-11-14T16:14:06.006Z | Compiling lazycell v1.3.0 |
1634 | 2024-11-14T16:14:06.046Z | Compiling cmake v0.1.51 |
1635 | 2024-11-14T16:14:06.395Z | Compiling fs_extra v1.3.0 |
1636 | 2024-11-14T16:14:06.905Z | Compiling dunce v1.0.5 |
1637 | 2024-11-14T16:14:07.513Z | Compiling cexpr v0.6.0 |
1638 | 2024-11-14T16:14:07.571Z | Compiling pkg-config v0.3.31 |
1639 | 2024-11-14T16:14:07.653Z | Compiling ring v0.17.8 |
1640 | 2024-11-14T16:14:07.904Z | Compiling pin-project-lite v0.2.14 |
1641 | 2024-11-14T16:14:08.040Z | Compiling ryu v1.0.18 |
1642 | 2024-11-14T16:14:08.322Z | Compiling synstructure v0.13.1 |
1643 | 2024-11-14T16:14:08.668Z | Compiling paste v1.0.15 |
1644 | 2024-11-14T16:14:08.776Z | Compiling const-oid v0.9.6 |
1645 | 2024-11-14T16:14:09.293Z | Compiling aws-lc-rs v1.10.0 |
1646 | 2024-11-14T16:14:09.396Z | Compiling foldhash v0.1.3 |
1647 | 2024-11-14T16:14:09.688Z | Compiling equivalent v1.0.1 |
1648 | 2024-11-14T16:14:09.691Z | Compiling httparse v1.9.5 |
1649 | 2024-11-14T16:14:09.805Z | Compiling hashbrown v0.15.0 |
1650 | 2024-11-14T16:14:10.355Z | Compiling regex v1.11.1 |
1651 | 2024-11-14T16:14:10.729Z | Compiling schemars v0.8.21 |
1652 | 2024-11-14T16:14:10.780Z | Compiling heck v0.5.0 |
1653 | 2024-11-14T16:14:11.163Z | Compiling serde_derive_internals v0.29.1 |
1654 | 2024-11-14T16:14:11.214Z | Compiling signal-hook-registry v1.4.2 |
1655 | 2024-11-14T16:14:11.412Z | Compiling mio v1.0.2 |
1656 | 2024-11-14T16:14:11.660Z | Compiling parking_lot v0.12.3 |
1657 | 2024-11-14T16:14:13.303Z | Compiling crossbeam-utils v0.8.20 |
1658 | 2024-11-14T16:14:13.455Z | Compiling stable_deref_trait v1.2.0 |
1659 | 2024-11-14T16:14:13.574Z | Compiling socket2 v0.5.7 |
1660 | 2024-11-14T16:14:13.761Z | Compiling serde_derive v1.0.215 |
1661 | 2024-11-14T16:14:13.827Z | Compiling zeroize_derive v1.4.2 |
1662 | 2024-11-14T16:14:14.321Z | Compiling zerocopy-derive v0.7.35 |
1663 | 2024-11-14T16:14:14.776Z | Compiling thiserror-impl v1.0.69 |
1664 | 2024-11-14T16:14:15.223Z | Compiling tokio-macros v2.4.0 |
1665 | 2024-11-14T16:14:15.337Z | Compiling zeroize v1.8.1 |
1666 | 2024-11-14T16:14:15.580Z | Compiling zerofrom-derive v0.1.4 |
1667 | 2024-11-14T16:14:15.764Z | Compiling yoke-derive v0.7.4 |
1668 | 2024-11-14T16:14:15.801Z | Compiling futures-macro v0.3.31 |
1669 | 2024-11-14T16:14:16.316Z | Compiling zerovec-derive v0.10.3 |
1670 | 2024-11-14T16:14:16.675Z | Compiling zerocopy v0.7.35 |
1671 | 2024-11-14T16:14:17.518Z | Compiling displaydoc v0.2.5 |
1672 | 2024-11-14T16:14:17.764Z | Compiling crypto-common v0.1.6 |
1673 | 2024-11-14T16:14:17.970Z | Compiling tracing-attributes v0.1.27 |
1674 | 2024-11-14T16:14:18.235Z | Compiling icu_provider_macros v1.5.0 |
1675 | 2024-11-14T16:14:18.307Z | Compiling block-buffer v0.10.4 |
1676 | 2024-11-14T16:14:18.548Z | Compiling digest v0.10.7 |
1677 | 2024-11-14T16:14:18.977Z | Compiling schemars_derive v0.8.21 |
1678 | 2024-11-14T16:14:19.005Z | Compiling der_derive v0.7.3 |
1679 | 2024-11-14T16:14:19.024Z | Compiling time-core v0.1.2 |
1680 | 2024-11-14T16:14:19.192Z | Compiling num-conv v0.1.0 |
1681 | 2024-11-14T16:14:19.211Z | Compiling futures-core v0.3.31 |
1682 | 2024-11-14T16:14:19.461Z | Compiling time-macros v0.2.18 |
1683 | 2024-11-14T16:14:19.575Z | Compiling fnv v1.0.7 |
1684 | 2024-11-14T16:14:19.890Z | Compiling vcpkg v0.2.15 |
1685 | 2024-11-14T16:14:21.489Z | Compiling openssl-sys v0.9.104 |
1686 | 2024-11-14T16:14:22.332Z | Compiling cpufeatures v0.2.14 |
1687 | 2024-11-14T16:14:22.435Z | Compiling slog v2.7.0 |
1688 | 2024-11-14T16:14:22.461Z | Compiling futures-sink v0.3.31 |
1689 | 2024-11-14T16:14:22.649Z | Compiling ahash v0.8.11 |
1690 | 2024-11-14T16:14:22.773Z | Compiling syn v1.0.109 |
1691 | 2024-11-14T16:14:23.005Z | Compiling zerofrom v0.1.4 |
1692 | 2024-11-14T16:14:23.247Z | Compiling scroll_derive v0.12.0 |
1693 | 2024-11-14T16:14:23.464Z | Compiling ucd-trie v0.1.7 |
1694 | 2024-11-14T16:14:23.467Z | Compiling iana-time-zone v0.1.61 |
1695 | 2024-11-14T16:14:23.846Z | Compiling pest v2.7.14 |
1696 | 2024-11-14T16:14:23.950Z | Compiling yoke v0.7.4 |
1697 | 2024-11-14T16:14:24.179Z | Compiling futures-channel v0.3.31 |
1698 | 2024-11-14T16:14:24.679Z | Compiling hmac v0.12.1 |
1699 | 2024-11-14T16:14:24.739Z | Compiling futures-task v0.3.31 |
1700 | 2024-11-14T16:14:24.921Z | Compiling futures-io v0.3.31 |
1701 | 2024-11-14T16:14:24.925Z | Compiling pin-utils v0.1.0 |
1702 | 2024-11-14T16:14:25.024Z | Compiling openssl v0.10.68 |
1703 | 2024-11-14T16:14:25.430Z | Compiling zerovec v0.10.4 |
1704 | 2024-11-14T16:14:25.513Z | Compiling futures-util v0.3.31 |
1705 | 2024-11-14T16:14:25.822Z | Compiling block-padding v0.3.3 |
1706 | 2024-11-14T16:14:26.049Z | Compiling tinyvec_macros v0.1.1 |
1707 | 2024-11-14T16:14:26.492Z | Compiling pest_meta v2.7.14 |
1708 | 2024-11-14T16:14:26.957Z | Compiling tinyvec v1.8.0 |
1709 | 2024-11-14T16:14:27.338Z | Compiling bitflags v2.6.0 |
1710 | 2024-11-14T16:14:27.502Z | Compiling bytes v1.8.0 |
1711 | 2024-11-14T16:14:29.245Z | Compiling indexmap v2.6.0 |
1712 | 2024-11-14T16:14:30.607Z | Compiling tokio v1.40.0 |
1713 | 2024-11-14T16:14:30.766Z | Compiling serde_tokenstream v0.2.2 |
1714 | 2024-11-14T16:14:31.581Z | Compiling http v1.1.0 |
1715 | 2024-11-14T16:14:31.927Z | Compiling which v4.4.2 |
1716 | 2024-11-14T16:14:32.536Z | Compiling uuid v1.11.0 |
1717 | 2024-11-14T16:14:32.837Z | Compiling rustc_version v0.4.1 |
1718 | 2024-11-14T16:14:33.514Z | Compiling chrono v0.4.38 |
1719 | 2024-11-14T16:14:35.798Z | Compiling pest_generator v2.7.14 |
1720 | 2024-11-14T16:14:36.194Z | Compiling serde_spanned v0.6.8 |
1721 | 2024-11-14T16:14:36.381Z | Compiling toml_datetime v0.6.8 |
1722 | 2024-11-14T16:14:36.838Z | Compiling inout v0.1.3 |
1723 | 2024-11-14T16:14:37.625Z | Compiling openssl-macros v0.1.1 |
1724 | 2024-11-14T16:14:38.376Z | Compiling rustls v0.23.14 |
1725 | 2024-11-14T16:14:38.775Z | Compiling native-tls v0.2.12 |
1726 | 2024-11-14T16:14:39.781Z | Compiling pest_derive v2.7.14 |
1727 | 2024-11-14T16:14:39.992Z | Compiling cipher v0.4.4 |
1728 | 2024-11-14T16:14:40.142Z | Compiling unicode-normalization v0.1.24 |
1729 | 2024-11-14T16:14:40.457Z | Compiling tinystr v0.7.6 |
1730 | 2024-11-14T16:14:40.527Z | Compiling sha2 v0.10.8 |
1731 | 2024-11-14T16:14:40.895Z | Compiling tracing-core v0.1.32 |
1732 | 2024-11-14T16:14:40.920Z | Compiling usdt-impl v0.5.0 |
1733 | 2024-11-14T16:14:41.247Z | Compiling unicode-bidi v0.3.17 |
1734 | 2024-11-14T16:14:41.271Z | Compiling base64ct v1.6.0 |
1735 | 2024-11-14T16:14:41.351Z | Compiling litemap v0.7.3 |
1736 | 2024-11-14T16:14:41.771Z | Compiling dyn-clone v1.0.17 |
1737 | 2024-11-14T16:14:41.828Z | Compiling writeable v0.5.5 |
1738 | 2024-11-14T16:14:41.855Z | Compiling pem-rfc7468 v0.7.0 |
1739 | 2024-11-14T16:14:42.358Z | Compiling icu_locid v1.5.0 |
1740 | 2024-11-14T16:14:42.471Z | Compiling tracing v0.1.40 |
1741 | 2024-11-14T16:14:43.336Z | Compiling scroll v0.12.0 |
1742 | 2024-11-14T16:14:43.685Z | Compiling ppv-lite86 v0.2.20 |
1743 | 2024-11-14T16:14:43.838Z | Compiling async-trait v0.1.83 |
1744 | 2024-11-14T16:14:44.483Z | Compiling cookie v0.18.1 |
1745 | 2024-11-14T16:14:45.676Z | Compiling anyhow v1.0.93 |
1746 | 2024-11-14T16:14:46.089Z | Compiling camino v1.1.9 |
1747 | 2024-11-14T16:14:46.110Z | Compiling aws-lc-sys v0.22.0 |
1748 | 2024-11-14T16:14:46.423Z | Compiling flagset v0.4.6 |
1749 | 2024-11-14T16:14:46.646Z | Compiling plain v0.2.3 |
1750 | 2024-11-14T16:14:46.664Z | Compiling der v0.7.9 |
1751 | 2024-11-14T16:14:46.809Z | Compiling goblin v0.8.2 |
1752 | 2024-11-14T16:14:51.103Z | Compiling rand_chacha v0.3.1 |
1753 | 2024-11-14T16:14:52.239Z | Compiling icu_provider v1.5.0 |
1754 | 2024-11-14T16:14:53.268Z | Compiling pretty-hex v0.4.1 |
1755 | 2024-11-14T16:14:53.484Z | Compiling rustls-pki-types v1.9.0 |
1756 | 2024-11-14T16:14:54.296Z | Compiling rustls v0.22.4 |
1757 | 2024-11-14T16:14:54.565Z | Compiling icu_locid_transform_data v1.5.0 |
1758 | 2024-11-14T16:14:54.683Z | Compiling rayon-core v1.12.1 |
1759 | 2024-11-14T16:14:54.959Z | Compiling percent-encoding v2.3.1 |
1760 | 2024-11-14T16:14:55.307Z | Compiling untrusted v0.7.1 |
1761 | 2024-11-14T16:14:55.503Z | Compiling icu_locid_transform v1.5.0 |
1762 | 2024-11-14T16:14:56.140Z | Compiling dof v0.3.0 |
1763 | 2024-11-14T16:14:56.684Z | Compiling rand v0.8.5 |
1764 | 2024-11-14T16:14:57.009Z | Compiling spki v0.7.3 |
1765 | 2024-11-14T16:14:57.454Z | Compiling dtrace-parser v0.2.0 |
1766 | 2024-11-14T16:14:57.532Z | Compiling salsa20 v0.10.2 |
1767 | 2024-11-14T16:14:57.764Z | Compiling tokio-util v0.7.12 |
1768 | 2024-11-14T16:14:57.850Z | Compiling icu_collections v1.5.0 |
1769 | 2024-11-14T16:14:58.244Z | Compiling pbkdf2 v0.12.2 |
1770 | 2024-11-14T16:14:59.083Z | Compiling thread-id v4.2.2 |
1771 | 2024-11-14T16:14:59.105Z | Compiling winnow v0.5.40 |
1772 | 2024-11-14T16:14:59.198Z | Compiling icu_properties_data v1.5.0 |
1773 | 2024-11-14T16:14:59.222Z | Compiling untrusted v0.9.0 |
1774 | 2024-11-14T16:14:59.287Z | Compiling powerfmt v0.2.0 |
1775 | 2024-11-14T16:14:59.417Z | Compiling mirai-annotations v1.12.0 |
1776 | 2024-11-14T16:14:59.820Z | Compiling deranged v0.3.11 |
1777 | 2024-11-14T16:14:59.937Z | Compiling icu_properties v1.5.1 |
1778 | 2024-11-14T16:15:03.082Z | Compiling toml_edit v0.19.15 |
1779 | 2024-11-14T16:15:04.620Z | Compiling scrypt v0.11.0 |
1780 | 2024-11-14T16:15:04.926Z | Compiling aes v0.8.4 |
1781 | 2024-11-14T16:15:05.129Z | Compiling cbc v0.1.2 |
1782 | 2024-11-14T16:15:05.362Z | Compiling multer v3.1.0 |
1783 | 2024-11-14T16:15:05.533Z | Compiling num_threads v0.1.7 |
1784 | 2024-11-14T16:15:05.658Z | Compiling utf16_iter v1.0.5 |
1785 | 2024-11-14T16:15:05.678Z | Compiling slog-async v2.8.0 |
1786 | 2024-11-14T16:15:05.860Z | Compiling utf8_iter v1.0.4 |
1787 | 2024-11-14T16:15:06.116Z | Compiling atomic-waker v1.1.2 |
1788 | 2024-11-14T16:15:06.135Z | Compiling write16 v1.0.0 |
1789 | 2024-11-14T16:15:06.291Z | Compiling icu_normalizer_data v1.5.0 |
1790 | 2024-11-14T16:15:06.413Z | Compiling rustversion v1.0.17 |
1791 | 2024-11-14T16:15:06.853Z | Compiling time v0.3.36 |
1792 | 2024-11-14T16:15:07.087Z | Compiling icu_normalizer v1.5.0 |
1793 | 2024-11-14T16:15:07.836Z | Compiling pkcs5 v0.7.1 |
1794 | 2024-11-14T16:15:09.527Z | Compiling form_urlencoded v1.2.1 |
1795 | 2024-11-14T16:15:10.071Z | Compiling http-body v1.0.1 |
1796 | 2024-11-14T16:15:10.305Z | Compiling heapless v0.7.17 |
1797 | 2024-11-14T16:15:10.863Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1798 | 2024-11-14T16:15:11.685Z | Compiling try-lock v0.2.5 |
1799 | 2024-11-14T16:15:11.844Z | Compiling signal-hook v0.3.17 |
1800 | 2024-11-14T16:15:12.583Z | Compiling want v0.3.1 |
1801 | 2024-11-14T16:15:13.756Z | Compiling pkcs8 v0.10.2 |
1802 | 2024-11-14T16:15:14.421Z | Compiling idna_adapter v1.2.0 |
1803 | 2024-11-14T16:15:14.659Z | Compiling h2 v0.4.6 |
1804 | 2024-11-14T16:15:15.679Z | Compiling usdt-macro v0.5.0 |
1805 | 2024-11-14T16:15:17.000Z | Compiling usdt-attr-macro v0.5.0 |
1806 | 2024-11-14T16:15:17.845Z | Compiling async-stream-impl v0.3.6 |
1807 | 2024-11-14T16:15:17.918Z | Compiling strsim v0.11.1 |
1808 | 2024-11-14T16:15:18.531Z | Compiling httpdate v1.0.3 |
1809 | 2024-11-14T16:15:18.947Z | Compiling adler2 v2.0.0 |
1810 | 2024-11-14T16:15:19.202Z | Compiling miniz_oxide v0.8.0 |
1811 | 2024-11-14T16:15:19.540Z | Compiling idna v1.0.3 |
1812 | 2024-11-14T16:15:21.071Z | Compiling curve25519-dalek v4.1.3 |
1813 | 2024-11-14T16:15:21.465Z | Compiling openapiv3 v2.0.0 |
1814 | 2024-11-14T16:15:22.440Z | Compiling hyper v1.5.0 |
1815 | 2024-11-14T16:15:25.239Z | Compiling enum-as-inner v0.6.1 |
1816 | 2024-11-14T16:15:26.139Z | Compiling dropshot v0.12.0 |
1817 | 2024-11-14T16:15:26.255Z | Compiling foreign-types-shared v0.1.1 |
1818 | 2024-11-14T16:15:26.380Z | Compiling base64 v0.22.1 |
1819 | 2024-11-14T16:15:26.648Z | Compiling tower-service v0.3.3 |
1820 | 2024-11-14T16:15:26.666Z | Compiling smoltcp v0.9.1 |
1821 | 2024-11-14T16:15:26.784Z | Compiling match_cfg v0.1.0 |
1822 | 2024-11-14T16:15:26.888Z | Compiling num-bigint-dig v0.8.4 |
1823 | 2024-11-14T16:15:27.069Z | Compiling portable-atomic v1.9.0 |
1824 | 2024-11-14T16:15:27.240Z | Compiling hostname v0.3.1 |
1825 | 2024-11-14T16:15:27.313Z | Compiling hyper-util v0.1.10 |
1826 | 2024-11-14T16:15:27.949Z | Compiling foreign-types v0.3.2 |
1827 | 2024-11-14T16:15:32.997Z | Compiling url v2.5.3 |
1828 | 2024-11-14T16:15:34.920Z | Compiling dirs-sys-next v0.1.2 |
1829 | 2024-11-14T16:15:34.981Z | Compiling heck v0.4.1 |
1830 | 2024-11-14T16:15:35.020Z | Compiling gimli v0.31.1 |
1831 | 2024-11-14T16:15:35.424Z | Compiling data-encoding v2.6.0 |
1832 | 2024-11-14T16:15:35.571Z | Compiling siphasher v0.3.11 |
1833 | 2024-11-14T16:15:36.054Z | Compiling dirs-next v2.0.0 |
1834 | 2024-11-14T16:15:37.132Z | Compiling http-body-util v0.1.2 |
1835 | 2024-11-14T16:15:38.515Z | Compiling crossbeam-epoch v0.9.18 |
1836 | 2024-11-14T16:15:39.292Z | Compiling hubpack_derive v0.1.1 |
1837 | 2024-11-14T16:15:40.166Z | Compiling addr2line v0.24.2 |
1838 | 2024-11-14T16:15:41.011Z | Compiling dropshot_endpoint v0.12.0 |
1839 | 2024-11-14T16:15:41.163Z | Compiling sha1 v0.10.6 |
1840 | 2024-11-14T16:15:41.567Z | Compiling signature v2.2.0 |
1841 | 2024-11-14T16:15:41.803Z | Compiling curve25519-dalek-derive v0.1.1 |
1842 | 2024-11-14T16:15:41.989Z | Compiling zerocopy-derive v0.6.6 |
1843 | 2024-11-14T16:15:42.201Z | Compiling object v0.36.5 |
1844 | 2024-11-14T16:15:43.940Z | Compiling thread_local v1.1.8 |
1845 | 2024-11-14T16:15:44.422Z | Compiling fs-err v2.11.0 |
1846 | 2024-11-14T16:15:44.622Z | Compiling encoding_rs v0.8.34 |
1847 | 2024-11-14T16:15:48.165Z | Compiling rustc-demangle v0.1.24 |
1848 | 2024-11-14T16:15:49.986Z | Compiling ipnet v2.10.1 |
1849 | 2024-11-14T16:15:50.464Z | Compiling anstyle v1.0.10 |
1850 | 2024-11-14T16:15:50.952Z | Compiling openssl-probe v0.1.5 |
1851 | 2024-11-14T16:15:51.072Z | Compiling unicode-properties v0.1.3 |
1852 | 2024-11-14T16:15:51.477Z | Compiling utf8parse v0.2.2 |
1853 | 2024-11-14T16:15:51.503Z | Compiling winnow v0.6.20 |
1854 | 2024-11-14T16:15:51.656Z | Compiling mime v0.3.17 |
1855 | 2024-11-14T16:15:53.232Z | Compiling anstyle-parse v0.2.5 |
1856 | 2024-11-14T16:15:53.569Z | Compiling stringprep v0.1.5 |
1857 | 2024-11-14T16:15:55.262Z | Compiling toml_edit v0.22.22 |
1858 | 2024-11-14T16:15:55.401Z | Compiling backtrace v0.3.74 |
1859 | 2024-11-14T16:16:01.380Z | Compiling rustls-webpki v0.102.8 |
1860 | 2024-11-14T16:16:03.327Z | Compiling crossbeam-deque v0.8.5 |
1861 | 2024-11-14T16:16:06.458Z | Compiling term v0.7.0 |
1862 | 2024-11-14T16:16:07.708Z | Compiling slog-json v2.6.1 |
1863 | 2024-11-14T16:16:08.141Z | Compiling serde_urlencoded v0.7.1 |
1864 | 2024-11-14T16:16:09.360Z | Compiling crossbeam-channel v0.5.13 |
1865 | 2024-11-14T16:16:09.706Z | Compiling rustls-pemfile v2.2.0 |
1866 | 2024-11-14T16:16:10.395Z | Compiling hashbrown v0.14.5 |
1867 | 2024-11-14T16:16:11.065Z | Compiling idna v0.4.0 |
1868 | 2024-11-14T16:16:11.811Z | Compiling idna v0.3.0 |
1869 | 2024-11-14T16:16:11.941Z | Compiling futures-executor v0.3.31 |
1870 | 2024-11-14T16:16:12.752Z | Compiling num-integer v0.1.46 |
1871 | 2024-11-14T16:16:13.150Z | Compiling md-5 v0.10.6 |
1872 | 2024-11-14T16:16:13.304Z | Compiling ff v0.13.0 |
1873 | 2024-11-14T16:16:13.378Z | Compiling hash32 v0.2.1 |
1874 | 2024-11-14T16:16:13.538Z | Compiling memmap v0.7.0 |
1875 | 2024-11-14T16:16:13.559Z | Compiling is-terminal v0.4.13 |
1876 | 2024-11-14T16:16:13.777Z | Compiling is_terminal_polyfill v1.70.1 |
1877 | 2024-11-14T16:16:13.876Z | Compiling psl-types v2.0.11 |
1878 | 2024-11-14T16:16:13.917Z | Compiling take_mut v0.2.2 |
1879 | 2024-11-14T16:16:14.076Z | Compiling fallible-iterator v0.2.0 |
1880 | 2024-11-14T16:16:14.096Z | Compiling linked-hash-map v0.5.6 |
1881 | 2024-11-14T16:16:14.491Z | Compiling base16ct v0.2.0 |
1882 | 2024-11-14T16:16:14.815Z | Compiling anstyle-query v1.1.1 |
1883 | 2024-11-14T16:16:14.976Z | Compiling quick-error v1.2.3 |
1884 | 2024-11-14T16:16:15.142Z | Compiling utf-8 v0.7.6 |
1885 | 2024-11-14T16:16:15.458Z | Compiling colorchoice v1.0.2 |
1886 | 2024-11-14T16:16:16.111Z | Compiling anstream v0.6.15 |
1887 | 2024-11-14T16:16:16.544Z | Compiling tungstenite v0.24.0 |
1888 | 2024-11-14T16:16:16.796Z | Compiling resolv-conf v0.7.0 |
1889 | 2024-11-14T16:16:18.355Z | Compiling postgres-protocol v0.6.7 |
1890 | 2024-11-14T16:16:18.542Z | Compiling sec1 v0.7.3 |
1891 | 2024-11-14T16:16:18.615Z | Compiling lru-cache v0.1.2 |
1892 | 2024-11-14T16:16:18.824Z | Compiling publicsuffix v2.2.3 |
1893 | 2024-11-14T16:16:19.116Z | Compiling usdt v0.5.0 |
1894 | 2024-11-14T16:16:19.540Z | Compiling slog-term v2.9.1 |
1895 | 2024-11-14T16:16:19.556Z | Compiling group v0.13.0 |
1896 | 2024-11-14T16:16:19.878Z | Compiling num-iter v0.1.45 |
1897 | 2024-11-14T16:16:20.078Z | Compiling futures v0.3.31 |
1898 | 2024-11-14T16:16:20.161Z | Compiling hickory-proto v0.24.1 |
1899 | 2024-11-14T16:16:20.203Z | Compiling regress v0.10.1 |
1900 | 2024-11-14T16:16:23.715Z | Compiling tokio-rustls v0.26.0 |
1901 | 2024-11-14T16:16:24.187Z | Compiling slog-bunyan v2.5.0 |
1902 | 2024-11-14T16:16:24.409Z | Compiling tokio-rustls v0.25.0 |
1903 | 2024-11-14T16:16:24.567Z | Compiling toml v0.8.19 |
1904 | 2024-11-14T16:16:24.845Z | Compiling tokio-native-tls v0.3.1 |
1905 | 2024-11-14T16:16:24.922Z | Compiling phf_shared v0.11.2 |
1906 | 2024-11-14T16:16:25.084Z | Compiling strum_macros v0.25.3 |
1907 | 2024-11-14T16:16:25.327Z | Compiling async-stream v0.3.6 |
1908 | 2024-11-14T16:16:25.406Z | Compiling waitgroup v0.1.2 |
1909 | 2024-11-14T16:16:25.608Z | Compiling webpki-roots v0.26.6 |
1910 | 2024-11-14T16:16:26.143Z | Compiling idna v0.5.0 |
1911 | 2024-11-14T16:16:26.162Z | Compiling terminal_size v0.4.0 |
1912 | 2024-11-14T16:16:26.389Z | Compiling serde_path_to_error v0.1.16 |
1913 | 2024-11-14T16:16:27.011Z | Compiling hkdf v0.12.4 |
1914 | 2024-11-14T16:16:27.391Z | Compiling crypto-bigint v0.5.5 |
1915 | 2024-11-14T16:16:27.626Z | Compiling serde_repr v0.1.19 |
1916 | 2024-11-14T16:16:27.892Z | Compiling derive-where v1.2.7 |
1917 | 2024-11-14T16:16:28.636Z | Compiling clap_derive v4.5.18 |
1918 | 2024-11-14T16:16:28.758Z | Compiling hostname v0.4.0 |
1919 | 2024-11-14T16:16:29.089Z | Compiling crc32fast v1.4.2 |
1920 | 2024-11-14T16:16:29.321Z | Compiling managed v0.8.0 |
1921 | 2024-11-14T16:16:29.541Z | Compiling clap_lex v0.7.2 |
1922 | 2024-11-14T16:16:29.792Z | Compiling debug-ignore v1.0.5 |
1923 | 2024-11-14T16:16:29.952Z | Compiling unicode-width v0.1.14 |
1924 | 2024-11-14T16:16:30.004Z | Compiling bitflags v1.3.2 |
1925 | 2024-11-14T16:16:30.978Z | Compiling console v0.15.8 |
1926 | 2024-11-14T16:16:31.214Z | Compiling elliptic-curve v0.13.8 |
1927 | 2024-11-14T16:16:32.564Z | Compiling clap_builder v4.5.21 |
1928 | 2024-11-14T16:16:33.283Z | Compiling flate2 v1.0.34 |
1929 | 2024-11-14T16:16:34.460Z | Compiling cookie_store v0.21.0 |
1930 | 2024-11-14T16:16:35.781Z | Compiling hyper-rustls v0.27.3 |
1931 | 2024-11-14T16:16:36.320Z | Compiling hickory-resolver v0.24.1 |
1932 | 2024-11-14T16:16:39.957Z | Compiling phf v0.11.2 |
1933 | 2024-11-14T16:16:40.266Z | Compiling hyper-tls v0.6.0 |
1934 | 2024-11-14T16:16:40.647Z | Compiling signal-hook-mio v0.2.4 |
1935 | 2024-11-14T16:16:40.669Z | Compiling typify-impl v0.2.0 |
1936 | 2024-11-14T16:16:40.830Z | Compiling rayon v1.10.0 |
1937 | 2024-11-14T16:16:41.411Z | Compiling bzip2 v0.4.4 |
1938 | 2024-11-14T16:16:41.686Z | Compiling postgres-types v0.2.8 |
1939 | 2024-11-14T16:16:41.859Z | Compiling tokio-tungstenite v0.24.0 |
1940 | 2024-11-14T16:16:42.276Z | Compiling zerocopy v0.6.6 |
1941 | 2024-11-14T16:16:42.403Z | Compiling ed25519 v2.2.3 |
1942 | 2024-11-14T16:16:42.873Z | Compiling hubpack v0.1.2 |
1943 | 2024-11-14T16:16:42.991Z | Compiling phf_shared v0.10.0 |
1944 | 2024-11-14T16:16:43.124Z | Compiling pkcs1 v0.7.5 |
1945 | 2024-11-14T16:16:43.305Z | Compiling tokio-stream v0.1.16 |
1946 | 2024-11-14T16:16:44.218Z | Compiling serde-big-array v0.5.1 |
1947 | 2024-11-14T16:16:44.343Z | Compiling rfc6979 v0.4.0 |
1948 | 2024-11-14T16:16:44.457Z | Compiling float-cmp v0.9.0 |
1949 | 2024-11-14T16:16:44.536Z | Compiling sync_wrapper v1.0.1 |
1950 | 2024-11-14T16:16:44.695Z | Compiling bstr v1.10.0 |
1951 | 2024-11-14T16:16:45.785Z | Compiling static_assertions v1.1.0 |
1952 | 2024-11-14T16:16:45.904Z | Compiling unicode-segmentation v1.12.0 |
1953 | 2024-11-14T16:16:46.316Z | Compiling number_prefix v0.4.0 |
1954 | 2024-11-14T16:16:46.319Z | Compiling new_debug_unreachable v1.0.6 |
1955 | 2024-11-14T16:16:46.421Z | Compiling whoami v1.5.2 |
1956 | 2024-11-14T16:16:46.576Z | Compiling bit-vec v0.6.3 |
1957 | 2024-11-14T16:16:46.780Z | Compiling normalize-line-endings v0.3.0 |
1958 | 2024-11-14T16:16:46.950Z | Compiling unicode-width v0.2.0 |
1959 | 2024-11-14T16:16:47.007Z | Compiling precomputed-hash v0.1.1 |
1960 | 2024-11-14T16:16:47.137Z | Compiling predicates-core v1.0.8 |
1961 | 2024-11-14T16:16:47.282Z | Compiling difflib v0.4.0 |
1962 | 2024-11-14T16:16:47.425Z | Compiling fixedbitset v0.4.2 |
1963 | 2024-11-14T16:16:47.480Z | Compiling indicatif v0.17.9 |
1964 | 2024-11-14T16:16:47.839Z | Compiling petgraph v0.6.5 |
1965 | 2024-11-14T16:16:48.040Z | Compiling predicates v3.1.2 |
1966 | 2024-11-14T16:16:49.441Z | Compiling string_cache v0.8.7 |
1967 | 2024-11-14T16:16:49.541Z | Compiling bit-set v0.5.3 |
1968 | 2024-11-14T16:16:49.854Z | Compiling tokio-postgres v0.7.12 |
1969 | 2024-11-14T16:16:49.878Z | Compiling similar v2.6.0 |
1970 | 2024-11-14T16:16:51.534Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1971 | 2024-11-14T16:16:51.940Z | Compiling reqwest v0.12.9 |
1972 | 2024-11-14T16:16:52.123Z | Compiling ecdsa v0.16.9 |
1973 | 2024-11-14T16:16:52.643Z | Compiling typify-macro v0.2.0 |
1974 | 2024-11-14T16:16:54.750Z | Compiling qorb v0.2.0 |
1975 | 2024-11-14T16:16:55.308Z | Compiling rsa v0.9.6 |
1976 | 2024-11-14T16:16:56.761Z | Compiling ed25519-dalek v2.1.1 |
1977 | 2024-11-14T16:16:57.127Z | Compiling zip v0.6.6 |
1978 | 2024-11-14T16:16:57.332Z | Compiling crossterm v0.28.1 |
1979 | 2024-11-14T16:16:57.438Z | Compiling clap v4.5.21 |
1980 | 2024-11-14T16:16:58.364Z | Compiling toml v0.7.8 |
1981 | 2024-11-14T16:16:59.896Z | Compiling x509-cert v0.2.5 |
1982 | 2024-11-14T16:17:00.392Z | Compiling hex v0.4.3 |
1983 | 2024-11-14T16:17:01.043Z | Compiling itertools v0.10.5 |
1984 | 2024-11-14T16:17:01.458Z | Compiling unicode-xid v0.2.6 |
1985 | 2024-11-14T16:17:01.641Z | Compiling lalrpop-util v0.19.12 |
1986 | 2024-11-14T16:17:02.015Z | Compiling peg-runtime v0.8.3 |
1987 | 2024-11-14T16:17:04.324Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1988 | 2024-11-14T16:17:08.271Z | Compiling proc-macro-crate v1.3.1 |
1989 | 2024-11-14T16:17:08.780Z | Compiling ipnetwork v0.20.0 |
1990 | 2024-11-14T16:17:10.204Z | Compiling heapless v0.8.0 |
1991 | 2024-11-14T16:17:12.786Z | Compiling num_enum_derive v0.5.11 |
1992 | 2024-11-14T16:17:22.140Z | Compiling hash32 v0.3.1 |
1993 | 2024-11-14T16:17:23.773Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1994 | 2024-11-14T16:17:24.042Z | Compiling ident_case v1.0.1 |
1995 | 2024-11-14T16:17:24.174Z | Compiling smoltcp v0.11.0 |
1996 | 2024-11-14T16:17:24.911Z | Compiling darling_core v0.20.10 |
1997 | 2024-11-14T16:17:31.465Z | Compiling num_enum v0.5.11 |
1998 | 2024-11-14T16:17:31.789Z | Compiling typify v0.2.0 |
1999 | 2024-11-14T16:17:32.509Z | Compiling proc-macro-error-attr v1.0.4 |
2000 | 2024-11-14T16:17:32.823Z | Compiling cobs v0.2.3 |
2001 | 2024-11-14T16:17:32.955Z | Compiling unsafe-libyaml v0.2.11 |
2002 | 2024-11-14T16:17:33.302Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2003 | 2024-11-14T16:17:34.756Z | Compiling serde_yaml v0.9.34+deprecated |
2004 | 2024-11-14T16:17:36.456Z | Compiling postcard v1.0.10 |
2005 | 2024-11-14T16:17:51.103Z | Compiling progenitor-impl v0.8.0 |
2006 | 2024-11-14T16:17:56.201Z | Compiling darling_macro v0.20.10 |
2007 | 2024-11-14T16:18:03.570Z | Compiling strum_macros v0.26.4 |
2008 | 2024-11-14T16:18:04.147Z | Compiling structmeta-derive v0.3.0 |
2009 | 2024-11-14T16:18:04.241Z | Compiling foreign-types-macros v0.2.3 |
2010 | 2024-11-14T16:18:04.260Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2011 | 2024-11-14T16:18:04.574Z | Compiling proc-macro-error v1.0.4 |
2012 | 2024-11-14T16:18:04.897Z | Compiling foreign-types-shared v0.3.1 |
2013 | 2024-11-14T16:18:05.710Z | Compiling newtype-uuid v1.1.3 |
2014 | 2024-11-14T16:18:06.769Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2015 | 2024-11-14T16:18:06.948Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2016 | 2024-11-14T16:18:07.340Z | Compiling structmeta v0.3.0 |
2017 | 2024-11-14T16:18:08.056Z | Compiling strum v0.26.3 |
2018 | 2024-11-14T16:18:11.702Z | Compiling foreign-types v0.5.0 |
2019 | 2024-11-14T16:18:16.296Z | Compiling progenitor-macro v0.8.0 |
2020 | 2024-11-14T16:18:18.111Z | Compiling darling v0.20.10 |
2021 | 2024-11-14T16:18:20.584Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2022 | 2024-11-14T16:18:20.666Z | Compiling progenitor-client v0.8.0 |
2023 | 2024-11-14T16:18:21.803Z | Compiling tabwriter v1.4.0 |
2024 | 2024-11-14T16:18:24.349Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2025 | 2024-11-14T16:18:25.152Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2026 | 2024-11-14T16:18:25.519Z | Compiling cstr-argument v0.1.2 |
2027 | 2024-11-14T16:18:25.788Z | Compiling dropshot v0.13.0 |
2028 | 2024-11-14T16:18:26.016Z | Compiling fastrand v2.1.1 |
2029 | 2024-11-14T16:18:26.103Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2030 | 2024-11-14T16:18:26.730Z | Compiling pretty-hex v0.2.1 |
2031 | 2024-11-14T16:18:26.861Z | Compiling crucible-workspace-hack v0.1.0 |
2032 | 2024-11-14T16:18:27.329Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2033 | 2024-11-14T16:18:27.751Z | Compiling tempfile v3.13.0 |
2034 | 2024-11-14T16:18:28.191Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2035 | 2024-11-14T16:18:28.381Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2036 | 2024-11-14T16:18:29.097Z | Compiling serde_with_macros v3.11.0 |
2037 | 2024-11-14T16:18:29.191Z | Compiling progenitor v0.8.0 |
2038 | 2024-11-14T16:18:29.434Z | Compiling parse-display-derive v0.10.0 |
2039 | 2024-11-14T16:18:29.486Z | Compiling colored v2.1.0 |
2040 | 2024-11-14T16:18:29.745Z | Compiling dropshot_endpoint v0.13.0 |
2041 | 2024-11-14T16:18:30.302Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2042 | 2024-11-14T16:18:30.786Z | Compiling instant v0.1.13 |
2043 | 2024-11-14T16:18:30.972Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2044 | 2024-11-14T16:18:31.041Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2045 | 2024-11-14T16:18:31.267Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2046 | 2024-11-14T16:18:31.363Z | Compiling backoff v0.4.0 |
2047 | 2024-11-14T16:18:31.741Z | Compiling serde_with v3.11.0 |
2048 | 2024-11-14T16:18:33.417Z | Compiling parse-display v0.10.0 |
2049 | 2024-11-14T16:18:33.731Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2050 | 2024-11-14T16:18:34.261Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2051 | 2024-11-14T16:18:34.336Z | Compiling zone_cfg_derive v0.3.0 |
2052 | 2024-11-14T16:18:35.413Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2053 | 2024-11-14T16:18:35.712Z | Compiling camino-tempfile v1.1.1 |
2054 | 2024-11-14T16:18:36.137Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2055 | 2024-11-14T16:18:36.241Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2056 | 2024-11-14T16:18:36.441Z | Compiling regress v0.9.1 |
2057 | 2024-11-14T16:18:36.517Z | Compiling macaddr v1.0.1 |
2058 | 2024-11-14T16:18:36.639Z | Compiling num-derive v0.4.2 |
2059 | 2024-11-14T16:18:37.173Z | Compiling sigpipe v0.1.3 |
2060 | 2024-11-14T16:18:37.327Z | Compiling libefi-sys v0.1.0 |
2061 | 2024-11-14T16:18:37.615Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2062 | 2024-11-14T16:18:37.979Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2063 | 2024-11-14T16:18:38.965Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2064 | 2024-11-14T16:18:40.524Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2065 | 2024-11-14T16:18:41.282Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2066 | 2024-11-14T16:18:41.441Z | Compiling zone v0.3.0 |
2067 | 2024-11-14T16:18:41.839Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2068 | 2024-11-14T16:18:44.841Z | Compiling smf v0.2.3 |
2069 | 2024-11-14T16:18:45.133Z | Compiling bitfield-struct v0.6.2 |
2070 | 2024-11-14T16:18:45.176Z | Compiling ring v0.16.20 |
2071 | 2024-11-14T16:18:46.096Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2072 | 2024-11-14T16:18:46.196Z | Compiling blake3 v1.5.4 |
2073 | 2024-11-14T16:18:46.504Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2074 | 2024-11-14T16:18:47.420Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2075 | 2024-11-14T16:18:47.464Z | Compiling xattr v1.3.1 |
2076 | 2024-11-14T16:18:47.754Z | Compiling filetime v0.2.25 |
2077 | 2024-11-14T16:18:47.793Z | Compiling memmap2 v0.9.5 |
2078 | 2024-11-14T16:18:48.130Z | Compiling arrayref v0.3.9 |
2079 | 2024-11-14T16:18:48.252Z | Compiling arrayvec v0.7.6 |
2080 | 2024-11-14T16:18:48.378Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2081 | 2024-11-14T16:18:48.522Z | Compiling same-file v1.0.6 |
2082 | 2024-11-14T16:18:48.571Z | Compiling constant_time_eq v0.3.1 |
2083 | 2024-11-14T16:18:48.751Z | Compiling spin v0.5.2 |
2084 | 2024-11-14T16:18:48.815Z | Compiling walkdir v2.5.0 |
2085 | 2024-11-14T16:18:49.028Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2086 | 2024-11-14T16:18:50.481Z | Compiling tar v0.4.43 |
2087 | 2024-11-14T16:18:51.462Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2088 | 2024-11-14T16:18:51.740Z | Compiling gethostname v0.5.0 |
2089 | 2024-11-14T16:18:51.885Z | Compiling cargo-platform v0.1.8 |
2090 | 2024-11-14T16:18:51.958Z | Compiling topological-sort v0.2.2 |
2091 | 2024-11-14T16:18:52.247Z | Compiling cargo_metadata v0.18.1 |
2092 | 2024-11-14T16:18:56.026Z | Compiling omicron-zone-package v0.11.1 |
2093 | 2024-11-14T16:18:58.694Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2094 | 2024-11-14T16:19:00.050Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2095 | 2024-11-14T16:19:07.163Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2096 | 2024-11-14T16:19:23.014Z | Finished `release` profile [optimized] target(s) in 5m 25s |
2097 | 2024-11-14T16:19:23.176Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2098 | 2024-11-14T16:19:23.226Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2099 | 2024-11-14T16:19:23.229Z | Created new build target 'test' and set it as active |
2100 | 2024-11-14T16:19:23.229Z | |
2101 | 2024-11-14T16:19:23.229Z | real 5:25.870274137 |
2102 | 2024-11-14T16:19:23.229Z | user 36:36.113732930 |
2103 | 2024-11-14T16:19:23.229Z | sys 4:53.300552342 |
2104 | 2024-11-14T16:19:23.229Z | trap 1.095750319 |
2105 | 2024-11-14T16:19:23.229Z | tflt 3.020486188 |
2106 | 2024-11-14T16:19:23.229Z | dflt 0.875265628 |
2107 | 2024-11-14T16:19:23.229Z | kflt 0.021002295 |
2108 | 2024-11-14T16:19:23.229Z | lock 1:17:18.928471891 |
2109 | 2024-11-14T16:19:23.229Z | slp 2:33:13.386041081 |
2110 | 2024-11-14T16:19:23.229Z | lat 2:32.342621680 |
2111 | 2024-11-14T16:19:23.229Z | stop 4:34.650826727 |
2112 | 2024-11-14T16:19:23.232Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2113 | 2024-11-14T16:19:24.210Z | Finished `release` profile [optimized] target(s) in 0.93s |
2114 | 2024-11-14T16:19:24.273Z | Running `target/release/omicron-package -t test package` |
2115 | 2024-11-14T16:19:24.319Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2116 | 2024-11-14T16:19:25.470Z | Compiling convert_case v0.4.0 |
2117 | 2024-11-14T16:19:25.470Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2118 | 2024-11-14T16:19:25.473Z | Compiling itertools v0.13.0 |
2119 | 2024-11-14T16:19:25.473Z | Compiling password-hash v0.5.0 |
2120 | 2024-11-14T16:19:25.473Z | Compiling blake2 v0.10.6 |
2121 | 2024-11-14T16:19:25.473Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2122 | 2024-11-14T16:19:25.473Z | Compiling newline-converter v0.3.0 |
2123 | 2024-11-14T16:19:25.473Z | Compiling owo-colors v4.1.0 |
2124 | 2024-11-14T16:19:25.789Z | Compiling cancel-safe-futures v0.1.5 |
2125 | 2024-11-14T16:19:25.834Z | Compiling expectorate v1.1.0 |
2126 | 2024-11-14T16:19:26.038Z | Compiling libsw v3.3.1 |
2127 | 2024-11-14T16:19:26.354Z | Compiling derive_more v0.99.18 |
2128 | 2024-11-14T16:19:26.373Z | Compiling argon2 v0.5.3 |
2129 | 2024-11-14T16:19:26.390Z | Compiling linear-map v1.2.0 |
2130 | 2024-11-14T16:19:26.811Z | Compiling swrite v0.1.0 |
2131 | 2024-11-14T16:19:26.849Z | Compiling indent_write v2.2.0 |
2132 | 2024-11-14T16:19:26.926Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2133 | 2024-11-14T16:19:26.946Z | Compiling progenitor-client v0.8.0 |
2134 | 2024-11-14T16:19:27.079Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2135 | 2024-11-14T16:19:27.434Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2136 | 2024-11-14T16:19:27.656Z | Compiling base64 v0.21.7 |
2137 | 2024-11-14T16:19:27.816Z | Compiling progenitor v0.8.0 |
2138 | 2024-11-14T16:19:28.084Z | Compiling atomicwrites v0.4.4 |
2139 | 2024-11-14T16:19:28.633Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2140 | 2024-11-14T16:19:28.744Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2141 | 2024-11-14T16:19:28.793Z | Compiling num-rational v0.4.2 |
2142 | 2024-11-14T16:19:28.855Z | Compiling num-complex v0.4.6 |
2143 | 2024-11-14T16:19:29.258Z | Compiling float-ord v0.3.2 |
2144 | 2024-11-14T16:19:29.442Z | Compiling semver v0.1.20 |
2145 | 2024-11-14T16:19:30.042Z | Compiling num v0.4.3 |
2146 | 2024-11-14T16:19:30.170Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2147 | 2024-11-14T16:19:30.227Z | Compiling rustc_version v0.1.7 |
2148 | 2024-11-14T16:19:30.659Z | Compiling newtype_derive v0.1.6 |
2149 | 2024-11-14T16:19:31.047Z | Compiling humantime v2.1.0 |
2150 | 2024-11-14T16:19:31.353Z | Compiling highway v1.2.0 |
2151 | 2024-11-14T16:19:32.089Z | Compiling steno v0.4.1 |
2152 | 2024-11-14T16:19:32.950Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2153 | 2024-11-14T16:19:33.082Z | Compiling newtype-uuid v1.1.3 |
2154 | 2024-11-14T16:19:33.434Z | Compiling dropshot v0.13.0 |
2155 | 2024-11-14T16:19:33.514Z | Compiling tungstenite v0.21.0 |
2156 | 2024-11-14T16:19:35.354Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2157 | 2024-11-14T16:19:36.367Z | Compiling ipnetwork v0.20.0 |
2158 | 2024-11-14T16:19:36.758Z | Compiling slog-dtrace v0.3.0 |
2159 | 2024-11-14T16:19:37.102Z | Compiling instant v0.1.13 |
2160 | 2024-11-14T16:19:37.187Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2161 | 2024-11-14T16:19:37.272Z | Compiling backoff v0.4.0 |
2162 | 2024-11-14T16:19:37.768Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2163 | 2024-11-14T16:19:38.464Z | Compiling tokio-tungstenite v0.21.0 |
2164 | 2024-11-14T16:19:39.175Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2165 | 2024-11-14T16:19:39.554Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2166 | 2024-11-14T16:19:42.634Z | Compiling parse-display v0.10.0 |
2167 | 2024-11-14T16:19:43.241Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2168 | 2024-11-14T16:19:43.438Z | Compiling serde_with v3.11.0 |
2169 | 2024-11-14T16:19:46.892Z | Compiling strum v0.26.3 |
2170 | 2024-11-14T16:19:47.093Z | Compiling regress v0.9.1 |
2171 | 2024-11-14T16:19:47.158Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2172 | 2024-11-14T16:19:47.589Z | Compiling macaddr v1.0.1 |
2173 | 2024-11-14T16:19:48.808Z | Compiling prettyplease v0.2.25 |
2174 | 2024-11-14T16:19:48.943Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2175 | 2024-11-14T16:19:49.526Z | Compiling display-error-chain v0.2.2 |
2176 | 2024-11-14T16:19:49.776Z | Compiling arc-swap v1.7.1 |
2177 | 2024-11-14T16:19:50.466Z | Compiling slog-scope v4.4.0 |
2178 | 2024-11-14T16:19:50.645Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2179 | 2024-11-14T16:19:51.295Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2180 | 2024-11-14T16:19:51.903Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2181 | 2024-11-14T16:19:52.984Z | Compiling half v2.4.1 |
2182 | 2024-11-14T16:19:53.685Z | Compiling ciborium-io v0.2.2 |
2183 | 2024-11-14T16:19:53.825Z | Compiling ciborium-ll v0.2.2 |
2184 | 2024-11-14T16:19:54.069Z | Compiling slog-stdlog v4.1.1 |
2185 | 2024-11-14T16:19:54.362Z | Compiling slog-envlogger v2.2.0 |
2186 | 2024-11-14T16:19:54.916Z | Compiling ciborium v0.2.2 |
2187 | 2024-11-14T16:19:54.940Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2188 | 2024-11-14T16:19:57.038Z | Compiling fastrand v2.1.1 |
2189 | 2024-11-14T16:19:57.116Z | Compiling same-file v1.0.6 |
2190 | 2024-11-14T16:19:57.364Z | Compiling walkdir v2.5.0 |
2191 | 2024-11-14T16:19:57.554Z | Compiling tempfile v3.13.0 |
2192 | 2024-11-14T16:19:58.054Z | Compiling ring v0.16.20 |
2193 | 2024-11-14T16:19:58.350Z | Compiling blake3 v1.5.4 |
2194 | 2024-11-14T16:19:59.056Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2195 | 2024-11-14T16:20:00.884Z | Compiling xattr v1.3.1 |
2196 | 2024-11-14T16:20:01.016Z | Compiling filetime v0.2.25 |
2197 | 2024-11-14T16:20:01.146Z | Compiling memmap2 v0.9.5 |
2198 | 2024-11-14T16:20:01.314Z | Compiling spin v0.5.2 |
2199 | 2024-11-14T16:20:01.543Z | Compiling constant_time_eq v0.3.1 |
2200 | 2024-11-14T16:20:01.563Z | Compiling arrayvec v0.7.6 |
2201 | 2024-11-14T16:20:01.710Z | Compiling arrayref v0.3.9 |
2202 | 2024-11-14T16:20:01.830Z | Compiling keccak v0.1.5 |
2203 | 2024-11-14T16:20:02.781Z | Compiling sha3 v0.10.8 |
2204 | 2024-11-14T16:20:05.264Z | Compiling tar v0.4.43 |
2205 | 2024-11-14T16:20:06.367Z | Compiling camino-tempfile v1.1.1 |
2206 | 2024-11-14T16:20:06.827Z | Compiling toolchain_find v0.4.0 |
2207 | 2024-11-14T16:20:07.146Z | Compiling nibble_vec v0.1.0 |
2208 | 2024-11-14T16:20:07.293Z | Compiling crunchy v0.2.2 |
2209 | 2024-11-14T16:20:07.397Z | Compiling topological-sort v0.2.2 |
2210 | 2024-11-14T16:20:07.420Z | Compiling endian-type v0.1.2 |
2211 | 2024-11-14T16:20:07.635Z | Compiling maplit v1.0.2 |
2212 | 2024-11-14T16:20:07.676Z | Compiling radium v0.7.0 |
2213 | 2024-11-14T16:20:07.758Z | Compiling radix_trie v0.2.1 |
2214 | 2024-11-14T16:20:07.776Z | Compiling omicron-zone-package v0.11.1 |
2215 | 2024-11-14T16:20:08.725Z | Compiling rustfmt-wrapper v0.2.1 |
2216 | 2024-11-14T16:20:09.300Z | Compiling pem v3.0.4 |
2217 | 2024-11-14T16:20:09.753Z | Compiling tiny-keccak v2.0.2 |
2218 | 2024-11-14T16:20:10.063Z | Compiling tap v1.0.1 |
2219 | 2024-11-14T16:20:10.273Z | Compiling maybe-uninit v2.0.0 |
2220 | 2024-11-14T16:20:10.777Z | Compiling wyz v0.5.1 |
2221 | 2024-11-14T16:20:11.265Z | Compiling dsl_auto_type v0.1.2 |
2222 | 2024-11-14T16:20:11.284Z | Compiling scheduled-thread-pool v0.2.7 |
2223 | 2024-11-14T16:20:11.414Z | Compiling secrecy v0.8.0 |
2224 | 2024-11-14T16:20:11.704Z | Compiling diesel_table_macro_syntax v0.2.0 |
2225 | 2024-11-14T16:20:11.707Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2226 | 2024-11-14T16:20:12.108Z | Compiling funty v2.0.0 |
2227 | 2024-11-14T16:20:12.432Z | Compiling crc-catalog v2.4.0 |
2228 | 2024-11-14T16:20:12.518Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2229 | 2024-11-14T16:20:12.605Z | Compiling packed_struct v0.10.1 |
2230 | 2024-11-14T16:20:12.660Z | Compiling diesel_derives v2.2.3 |
2231 | 2024-11-14T16:20:12.845Z | Compiling crc v3.2.1 |
2232 | 2024-11-14T16:20:13.064Z | Compiling r2d2 v0.8.10 |
2233 | 2024-11-14T16:20:13.100Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2234 | 2024-11-14T16:20:13.553Z | Compiling bitvec v1.0.1 |
2235 | 2024-11-14T16:20:14.893Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2236 | 2024-11-14T16:20:14.954Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2237 | 2024-11-14T16:20:16.496Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2238 | 2024-11-14T16:20:17.010Z | Compiling ascii-canvas v3.0.0 |
2239 | 2024-11-14T16:20:17.509Z | Compiling universal-hash v0.5.1 |
2240 | 2024-11-14T16:20:17.760Z | Compiling packed_struct_codegen v0.10.1 |
2241 | 2024-11-14T16:20:18.198Z | Compiling thiserror-impl-no-std v2.0.2 |
2242 | 2024-11-14T16:20:20.353Z | Compiling lzma-sys v0.1.20 |
2243 | 2024-11-14T16:20:20.967Z | Compiling ena v0.14.3 |
2244 | 2024-11-14T16:20:21.057Z | Compiling indexmap v1.9.3 |
2245 | 2024-11-14T16:20:21.377Z | Compiling diff v0.1.13 |
2246 | 2024-11-14T16:20:21.442Z | Compiling nodrop v0.1.14 |
2247 | 2024-11-14T16:20:21.639Z | Compiling regex-syntax v0.6.29 |
2248 | 2024-11-14T16:20:21.938Z | Compiling opaque-debug v0.3.1 |
2249 | 2024-11-14T16:20:22.051Z | Compiling poly1305 v0.8.0 |
2250 | 2024-11-14T16:20:23.496Z | Compiling array-init v0.0.4 |
2251 | 2024-11-14T16:20:24.076Z | Compiling diesel v2.2.4 |
2252 | 2024-11-14T16:20:24.914Z | Compiling thiserror-no-std v2.0.2 |
2253 | 2024-11-14T16:20:27.144Z | Compiling lalrpop v0.19.12 |
2254 | 2024-11-14T16:20:29.251Z | Compiling smallvec v0.6.14 |
2255 | 2024-11-14T16:20:30.365Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2256 | 2024-11-14T16:20:31.495Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2257 | 2024-11-14T16:20:31.779Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2258 | 2024-11-14T16:20:31.807Z | Compiling chacha20 v0.9.1 |
2259 | 2024-11-14T16:20:32.012Z | Compiling heck v0.3.3 |
2260 | 2024-11-14T16:20:32.272Z | Compiling const_format_proc_macros v0.2.33 |
2261 | 2024-11-14T16:20:32.407Z | Compiling aead v0.5.2 |
2262 | 2024-11-14T16:20:32.777Z | Compiling termcolor v1.4.1 |
2263 | 2024-11-14T16:20:33.858Z | Compiling bitfield v0.14.0 |
2264 | 2024-11-14T16:20:34.180Z | Compiling hashbrown v0.12.3 |
2265 | 2024-11-14T16:20:34.200Z | Compiling ref-cast v1.0.23 |
2266 | 2024-11-14T16:20:34.667Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2267 | 2024-11-14T16:20:35.090Z | Compiling const_format v0.2.33 |
2268 | 2024-11-14T16:20:36.344Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2269 | 2024-11-14T16:20:36.596Z | Compiling env_logger v0.10.2 |
2270 | 2024-11-14T16:20:39.778Z | Compiling chacha20poly1305 v0.10.1 |
2271 | 2024-11-14T16:20:40.028Z | Compiling zone_cfg_derive v0.1.2 |
2272 | 2024-11-14T16:20:41.473Z | Compiling serde-hex v0.1.0 |
2273 | 2024-11-14T16:20:41.765Z | Compiling vsss-rs v3.3.4 |
2274 | 2024-11-14T16:20:46.535Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2275 | 2024-11-14T16:20:46.721Z | Compiling ron v0.8.1 |
2276 | 2024-11-14T16:20:46.882Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2277 | 2024-11-14T16:20:47.209Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2278 | 2024-11-14T16:20:47.856Z | Compiling derive_builder_core v0.20.2 |
2279 | 2024-11-14T16:20:50.174Z | Compiling hashbrown v0.13.2 |
2280 | 2024-11-14T16:20:51.610Z | Compiling headers-core v0.3.0 |
2281 | 2024-11-14T16:20:51.810Z | Compiling fxhash v0.2.1 |
2282 | 2024-11-14T16:20:52.063Z | Compiling libxml v0.3.3 |
2283 | 2024-11-14T16:20:52.441Z | Compiling ref-cast-impl v1.0.23 |
2284 | 2024-11-14T16:20:52.784Z | Compiling crc-any v2.5.0 |
2285 | 2024-11-14T16:20:53.327Z | Compiling polar-core v0.27.3 |
2286 | 2024-11-14T16:20:53.524Z | Compiling base64 v0.13.1 |
2287 | 2024-11-14T16:20:53.901Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2288 | 2024-11-14T16:20:54.247Z | Compiling ron v0.7.1 |
2289 | 2024-11-14T16:20:59.594Z | Compiling headers v0.4.0 |
2290 | 2024-11-14T16:21:00.174Z | Compiling object v0.30.4 |
2291 | 2024-11-14T16:21:03.266Z | Compiling derive_builder_macro v0.20.2 |
2292 | 2024-11-14T16:21:04.120Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2293 | 2024-11-14T16:21:05.664Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2294 | 2024-11-14T16:21:06.043Z | Compiling xz2 v0.1.7 |
2295 | 2024-11-14T16:21:06.354Z | Compiling zone v0.1.8 |
2296 | 2024-11-14T16:21:08.781Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2297 | 2024-11-14T16:21:09.734Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2298 | 2024-11-14T16:21:10.325Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2299 | 2024-11-14T16:21:10.649Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2300 | 2024-11-14T16:21:10.767Z | Compiling yasna v0.5.2 |
2301 | 2024-11-14T16:21:12.067Z | Compiling phf_generator v0.11.2 |
2302 | 2024-11-14T16:21:12.202Z | Compiling strum_macros v0.24.3 |
2303 | 2024-11-14T16:21:12.983Z | Compiling kstat-rs v0.2.4 |
2304 | 2024-11-14T16:21:13.975Z | Compiling samael v0.0.17 |
2305 | 2024-11-14T16:21:14.180Z | Compiling async-recursion v1.1.1 |
2306 | 2024-11-14T16:21:15.472Z | Compiling unicase v2.7.0 |
2307 | 2024-11-14T16:21:15.532Z | Compiling path-slash v0.1.5 |
2308 | 2024-11-14T16:21:15.631Z | Compiling indoc v1.0.9 |
2309 | 2024-11-14T16:21:15.686Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2310 | 2024-11-14T16:21:15.792Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2311 | 2024-11-14T16:21:16.458Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2312 | 2024-11-14T16:21:17.051Z | Compiling phf_codegen v0.11.2 |
2313 | 2024-11-14T16:21:19.554Z | Compiling rcgen v0.12.1 |
2314 | 2024-11-14T16:21:22.072Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2315 | 2024-11-14T16:21:28.405Z | Compiling derive_builder v0.20.2 |
2316 | 2024-11-14T16:21:29.816Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2317 | 2024-11-14T16:21:31.118Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2318 | 2024-11-14T16:21:31.420Z | Compiling impl-trait-for-tuples v0.2.2 |
2319 | 2024-11-14T16:21:33.570Z | Compiling oso-derive v0.27.3 |
2320 | 2024-11-14T16:21:34.553Z | Compiling libz-sys v1.1.20 |
2321 | 2024-11-14T16:21:35.240Z | Compiling parse-zoneinfo v0.3.1 |
2322 | 2024-11-14T16:21:36.744Z | Compiling quick-xml v0.33.0 |
2323 | 2024-11-14T16:21:36.792Z | Compiling subprocess v0.2.9 |
2324 | 2024-11-14T16:21:36.888Z | Compiling diesel-dtrace v0.3.0 |
2325 | 2024-11-14T16:21:37.205Z | Compiling parking_lot_core v0.8.6 |
2326 | 2024-11-14T16:21:37.646Z | Compiling cfg_aliases v0.1.1 |
2327 | 2024-11-14T16:21:37.774Z | Compiling nix v0.28.0 |
2328 | 2024-11-14T16:21:38.157Z | Compiling oso v0.27.3 |
2329 | 2024-11-14T16:21:38.537Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2330 | 2024-11-14T16:21:41.632Z | Compiling chrono-tz-build v0.4.0 |
2331 | 2024-11-14T16:21:42.995Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2332 | 2024-11-14T16:21:44.544Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2333 | 2024-11-14T16:21:46.491Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2334 | 2024-11-14T16:21:49.826Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2335 | 2024-11-14T16:21:49.942Z | Compiling bb8 v0.8.5 |
2336 | 2024-11-14T16:21:50.145Z | Compiling vte_generate_state_changes v0.1.2 |
2337 | 2024-11-14T16:21:50.804Z | Compiling buf-list v1.0.3 |
2338 | 2024-11-14T16:21:50.825Z | Compiling vte v0.11.1 |
2339 | 2024-11-14T16:21:51.467Z | Compiling async-bb8-diesel v0.2.1 |
2340 | 2024-11-14T16:21:52.276Z | Compiling chrono-tz v0.10.0 |
2341 | 2024-11-14T16:21:53.217Z | Compiling fd-lock v4.0.2 |
2342 | 2024-11-14T16:21:53.463Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2343 | 2024-11-14T16:21:53.618Z | Compiling pin-project-internal v1.1.6 |
2344 | 2024-11-14T16:21:54.264Z | Compiling atty v0.2.14 |
2345 | 2024-11-14T16:21:54.441Z | Compiling bytecount v0.6.8 |
2346 | 2024-11-14T16:21:54.789Z | Compiling salty v0.3.0 |
2347 | 2024-11-14T16:21:55.257Z | Compiling papergrid v0.11.0 |
2348 | 2024-11-14T16:21:56.355Z | Compiling pin-project v1.1.6 |
2349 | 2024-11-14T16:21:56.884Z | Compiling parking_lot v0.11.2 |
2350 | 2024-11-14T16:22:05.737Z | Compiling strip-ansi-escapes v0.2.0 |
2351 | 2024-11-14T16:22:07.503Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2352 | 2024-11-14T16:22:07.897Z | Compiling tabled_derive v0.7.0 |
2353 | 2024-11-14T16:22:10.133Z | Compiling peg-macros v0.8.4 |
2354 | 2024-11-14T16:22:12.198Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2355 | 2024-11-14T16:22:13.228Z | Compiling snafu-derive v0.8.5 |
2356 | 2024-11-14T16:22:13.385Z | Compiling sqlparser_derive v0.2.2 |
2357 | 2024-11-14T16:22:14.423Z | Compiling lockfree-object-pool v0.1.6 |
2358 | 2024-11-14T16:22:14.752Z | Compiling bumpalo v3.16.0 |
2359 | 2024-11-14T16:22:15.312Z | Compiling home v0.5.9 |
2360 | 2024-11-14T16:22:15.633Z | Compiling zip v2.1.3 |
2361 | 2024-11-14T16:22:15.965Z | Compiling simd-adler32 v0.3.7 |
2362 | 2024-11-14T16:22:17.145Z | Compiling nu-ansi-term v0.50.1 |
2363 | 2024-11-14T16:22:17.798Z | Compiling unicode_categories v0.1.1 |
2364 | 2024-11-14T16:22:18.194Z | Compiling sqlformat v0.2.6 |
2365 | 2024-11-14T16:22:18.259Z | Compiling snafu v0.8.5 |
2366 | 2024-11-14T16:22:19.556Z | Compiling reedline v0.35.0 |
2367 | 2024-11-14T16:22:24.395Z | Compiling zopfli v0.8.1 |
2368 | 2024-11-14T16:22:28.604Z | Compiling rustyline v14.0.0 |
2369 | 2024-11-14T16:22:29.142Z | Compiling sqlparser v0.45.0 |
2370 | 2024-11-14T16:22:30.295Z | Compiling peg v0.8.4 |
2371 | 2024-11-14T16:22:30.459Z | Compiling tabled v0.15.0 |
2372 | 2024-11-14T16:22:33.838Z | Compiling sled v0.34.7 |
2373 | 2024-11-14T16:22:40.961Z | Compiling mime_guess v2.0.5 |
2374 | 2024-11-14T16:22:42.586Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2375 | 2024-11-14T16:22:43.676Z | Compiling hickory-client v0.24.1 |
2376 | 2024-11-14T16:22:44.086Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2377 | 2024-11-14T16:22:44.572Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2378 | 2024-11-14T16:22:46.428Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2379 | 2024-11-14T16:22:50.673Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2380 | 2024-11-14T16:22:50.747Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2381 | 2024-11-14T16:22:52.373Z | Compiling globset v0.4.15 |
2382 | 2024-11-14T16:22:55.088Z | Compiling hickory-server v0.24.1 |
2383 | 2024-11-14T16:23:00.107Z | Compiling primeorder v0.13.6 |
2384 | 2024-11-14T16:23:00.725Z | Compiling olpc-cjson v0.1.4 |
2385 | 2024-11-14T16:23:01.088Z | Compiling vergen v8.3.2 |
2386 | 2024-11-14T16:23:01.409Z | Compiling bcs v0.1.6 |
2387 | 2024-11-14T16:23:02.345Z | Compiling env_filter v0.1.2 |
2388 | 2024-11-14T16:23:03.930Z | Compiling serde_plain v1.0.2 |
2389 | 2024-11-14T16:23:04.490Z | Compiling cargo-platform v0.1.8 |
2390 | 2024-11-14T16:23:05.072Z | Compiling nanorand v0.7.0 |
2391 | 2024-11-14T16:23:05.795Z | Compiling memoffset v0.9.1 |
2392 | 2024-11-14T16:23:06.149Z | Compiling typed-path v0.9.3 |
2393 | 2024-11-14T16:23:07.414Z | Compiling flume v0.11.1 |
2394 | 2024-11-14T16:23:07.631Z | Compiling cargo_metadata v0.18.1 |
2395 | 2024-11-14T16:23:08.222Z | Compiling env_logger v0.11.5 |
2396 | 2024-11-14T16:23:09.647Z | Compiling tough v0.19.0 |
2397 | 2024-11-14T16:23:11.010Z | Compiling p384 v0.13.0 |
2398 | 2024-11-14T16:23:13.715Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2399 | 2024-11-14T16:23:17.121Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2400 | 2024-11-14T16:23:19.360Z | Compiling git2 v0.19.0 |
2401 | 2024-11-14T16:23:27.220Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2402 | 2024-11-14T16:23:28.768Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2403 | 2024-11-14T16:23:34.480Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2404 | 2024-11-14T16:23:35.787Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2405 | 2024-11-14T16:23:37.270Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2406 | 2024-11-14T16:23:38.972Z | Compiling rand_seeder v0.3.0 |
2407 | 2024-11-14T16:23:39.430Z | Compiling libsqlite3-sys v0.30.1 |
2408 | 2024-11-14T16:23:39.948Z | Compiling cfg_aliases v0.2.1 |
2409 | 2024-11-14T16:23:39.998Z | Compiling parse-size v1.1.0 |
2410 | 2024-11-14T16:23:40.073Z | Compiling rustls v0.21.12 |
2411 | 2024-11-14T16:23:40.324Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2412 | 2024-11-14T16:23:40.417Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2413 | 2024-11-14T16:23:40.681Z | Compiling nix v0.29.0 |
2414 | 2024-11-14T16:23:41.505Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2415 | 2024-11-14T16:23:41.753Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2416 | 2024-11-14T16:23:43.491Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2417 | 2024-11-14T16:23:43.746Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2418 | 2024-11-14T16:23:44.520Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2419 | 2024-11-14T16:23:44.547Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2420 | 2024-11-14T16:23:44.844Z | Compiling rustls-webpki v0.101.7 |
2421 | 2024-11-14T16:23:47.563Z | Compiling sct v0.7.1 |
2422 | 2024-11-14T16:23:48.055Z | Compiling castaway v0.2.3 |
2423 | 2024-11-14T16:23:48.265Z | Compiling csv-core v0.1.11 |
2424 | 2024-11-14T16:23:48.787Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2425 | 2024-11-14T16:23:48.900Z | Compiling glob v0.3.1 |
2426 | 2024-11-14T16:23:49.119Z | Compiling http-range v0.1.5 |
2427 | 2024-11-14T16:23:49.219Z | Compiling csv v1.3.0 |
2428 | 2024-11-14T16:23:49.707Z | Compiling hyper-staticfile v0.10.1 |
2429 | 2024-11-14T16:23:50.969Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2430 | 2024-11-14T16:23:51.339Z | Compiling compact_str v0.8.0 |
2431 | 2024-11-14T16:23:53.967Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2432 | 2024-11-14T16:23:55.319Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2433 | 2024-11-14T16:23:56.610Z | Compiling nix v0.27.1 |
2434 | 2024-11-14T16:23:58.149Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2435 | 2024-11-14T16:24:00.510Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2436 | 2024-11-14T16:24:05.367Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2437 | 2024-11-14T16:24:09.662Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2438 | 2024-11-14T16:24:10.993Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2439 | 2024-11-14T16:24:13.547Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2440 | 2024-11-14T16:24:13.919Z | Compiling unicode-truncate v1.1.0 |
2441 | 2024-11-14T16:24:14.228Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2442 | 2024-11-14T16:24:14.539Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2443 | 2024-11-14T16:24:14.858Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2444 | 2024-11-14T16:24:17.730Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2445 | 2024-11-14T16:24:18.642Z | Compiling hashlink v0.9.1 |
2446 | 2024-11-14T16:24:19.124Z | Compiling tungstenite v0.23.0 |
2447 | 2024-11-14T16:24:19.529Z | Compiling lru v0.12.5 |
2448 | 2024-11-14T16:24:19.958Z | Compiling instability v0.3.2 |
2449 | 2024-11-14T16:24:20.763Z | Compiling fallible-streaming-iterator v0.1.9 |
2450 | 2024-11-14T16:24:20.998Z | Compiling cassowary v0.3.0 |
2451 | 2024-11-14T16:24:21.067Z | Compiling fallible-iterator v0.3.0 |
2452 | 2024-11-14T16:24:21.944Z | Compiling rusqlite v0.32.1 |
2453 | 2024-11-14T16:24:22.185Z | Compiling ratatui v0.28.1 |
2454 | 2024-11-14T16:24:24.647Z | Compiling tokio-tungstenite v0.23.1 |
2455 | 2024-11-14T16:24:24.860Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2456 | 2024-11-14T16:24:27.566Z | Compiling tokio-rustls v0.24.1 |
2457 | 2024-11-14T16:24:33.879Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2458 | 2024-11-14T16:24:40.407Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2459 | 2024-11-14T16:24:42.029Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2460 | 2024-11-14T16:24:42.645Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2461 | 2024-11-14T16:24:43.859Z | Compiling rustls-pemfile v1.0.4 |
2462 | 2024-11-14T16:24:44.572Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2463 | 2024-11-14T16:24:44.866Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2464 | 2024-11-14T16:24:46.143Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2465 | 2024-11-14T16:24:46.313Z | Compiling signal-hook-tokio v0.3.1 |
2466 | 2024-11-14T16:24:46.520Z | Compiling twox-hash v1.6.3 |
2467 | 2024-11-14T16:24:47.545Z | Compiling smawk v0.3.2 |
2468 | 2024-11-14T16:24:47.830Z | Compiling is_ci v1.2.0 |
2469 | 2024-11-14T16:24:48.142Z | Compiling unicode-linebreak v0.1.5 |
2470 | 2024-11-14T16:24:48.702Z | Compiling textwrap v0.16.1 |
2471 | 2024-11-14T16:24:49.558Z | Compiling supports-color v3.0.1 |
2472 | 2024-11-14T16:24:49.981Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2473 | 2024-11-14T16:24:52.228Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2474 | 2024-11-14T16:25:08.998Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2475 | 2024-11-14T16:25:09.605Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2476 | 2024-11-14T16:25:09.748Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2477 | 2024-11-14T16:25:14.492Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2478 | 2024-11-14T16:25:15.123Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2479 | 2024-11-14T16:25:17.490Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2480 | 2024-11-14T16:25:23.389Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2481 | 2024-11-14T16:25:23.709Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2482 | 2024-11-14T16:25:24.673Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2483 | 2024-11-14T16:25:30.371Z | Compiling fatfs v0.3.6 |
2484 | 2024-11-14T16:25:33.254Z | Compiling rtoolbox v0.0.2 |
2485 | 2024-11-14T16:25:33.707Z | Compiling assert_matches v1.5.0 |
2486 | 2024-11-14T16:25:33.898Z | Compiling rpassword v7.3.1 |
2487 | 2024-11-14T16:25:34.358Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2488 | 2024-11-14T16:25:34.635Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2489 | 2024-11-14T16:25:51.517Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2490 | 2024-11-14T16:25:55.742Z | Compiling tui-tree-widget v0.22.0 |
2491 | 2024-11-14T16:25:56.223Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2492 | 2024-11-14T16:25:58.694Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2493 | 2024-11-14T16:26:00.820Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2494 | 2024-11-14T16:26:01.134Z | Compiling uzers v0.12.1 |
2495 | 2024-11-14T16:26:04.297Z | Compiling shell-words v1.1.0 |
2496 | 2024-11-14T16:26:04.758Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2497 | 2024-11-14T16:26:12.125Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2498 | 2024-11-14T16:26:14.145Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2499 | 2024-11-14T16:26:35.478Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2500 | 2024-11-14T16:26:45.291Z | Compiling multimap v0.10.0 |
2501 | 2024-11-14T16:28:44.549Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2502 | 2024-11-14T16:28:55.696Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2503 | 2024-11-14T16:35:47.370Z | Finished `release` profile [optimized] target(s) in 16m 22s |
2504 | 2024-11-14T16:36:48.046Z | |
2505 | 2024-11-14T16:36:48.049Z | real 17:24.525015694 |
2506 | 2024-11-14T16:36:48.049Z | user 1:57:41.545309812 |
2507 | 2024-11-14T16:36:48.049Z | sys 5:50.658203164 |
2508 | 2024-11-14T16:36:48.049Z | trap 2.937049736 |
2509 | 2024-11-14T16:36:48.049Z | tflt 3.211603177 |
2510 | 2024-11-14T16:36:48.049Z | dflt 4.304023418 |
2511 | 2024-11-14T16:36:48.049Z | kflt 0.004186508 |
2512 | 2024-11-14T16:36:48.049Z | lock 7:22:39.912042987 |
2513 | 2024-11-14T16:36:48.049Z | slp 6:17:47.349029168 |
2514 | 2024-11-14T16:36:48.049Z | lat 2:50.410592263 |
2515 | 2024-11-14T16:36:48.049Z | stop 2:35.660186037 |
2516 | 2024-11-14T16:36:48.049Z | + mapfile -t packages |
2517 | 2024-11-14T16:36:48.049Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2518 | 2024-11-14T16:36:49.057Z | Finished `release` profile [optimized] target(s) in 0.95s |
2519 | 2024-11-14T16:36:49.115Z | Running `target/release/omicron-package -t test list-outputs` |
2520 | 2024-11-14T16:36:49.163Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2521 | 2024-11-14T16:36:49.166Z | + ptime -m cargo build --locked --release -p xtask |
2522 | 2024-11-14T16:36:49.715Z | Compiling serde v1.0.215 |
2523 | 2024-11-14T16:36:49.717Z | Compiling libc v0.2.162 |
2524 | 2024-11-14T16:36:49.718Z | Compiling rustix v0.38.37 |
2525 | 2024-11-14T16:36:49.718Z | Compiling serde_json v1.0.132 |
2526 | 2024-11-14T16:36:49.817Z | Compiling syn v2.0.87 |
2527 | 2024-11-14T16:36:49.826Z | Compiling bitflags v2.6.0 |
2528 | 2024-11-14T16:36:50.195Z | Compiling usdt-impl v0.5.0 |
2529 | 2024-11-14T16:36:50.209Z | Compiling syn v1.0.109 |
2530 | 2024-11-14T16:36:50.318Z | Compiling log v0.4.22 |
2531 | 2024-11-14T16:36:50.334Z | Compiling hashbrown v0.15.0 |
2532 | 2024-11-14T16:36:50.394Z | Compiling fs-err v2.11.0 |
2533 | 2024-11-14T16:36:50.698Z | Compiling once_cell v1.20.2 |
2534 | 2024-11-14T16:36:50.781Z | Compiling anyhow v1.0.93 |
2535 | 2024-11-14T16:36:51.331Z | Compiling thread-id v4.2.2 |
2536 | 2024-11-14T16:36:51.691Z | Compiling indexmap v2.6.0 |
2537 | 2024-11-14T16:36:52.820Z | Compiling terminal_size v0.4.0 |
2538 | 2024-11-14T16:36:52.820Z | Compiling tempfile v3.13.0 |
2539 | 2024-11-14T16:36:53.061Z | Compiling clap_builder v4.5.21 |
2540 | 2024-11-14T16:36:53.594Z | Compiling proc-macro-error v1.0.4 |
2541 | 2024-11-14T16:36:55.002Z | Compiling tabled_derive v0.7.0 |
2542 | 2024-11-14T16:36:56.305Z | Compiling tabled v0.15.0 |
2543 | 2024-11-14T16:36:57.949Z | Compiling serde_derive v1.0.215 |
2544 | 2024-11-14T16:36:58.595Z | Compiling thiserror-impl v1.0.69 |
2545 | 2024-11-14T16:37:00.453Z | Compiling zerocopy-derive v0.7.35 |
2546 | 2024-11-14T16:37:01.110Z | Compiling scroll_derive v0.12.0 |
2547 | 2024-11-14T16:37:01.576Z | Compiling thiserror v1.0.69 |
2548 | 2024-11-14T16:37:01.743Z | Compiling pest v2.7.14 |
2549 | 2024-11-14T16:37:02.564Z | Compiling zerocopy v0.7.35 |
2550 | 2024-11-14T16:37:02.714Z | Compiling scroll v0.12.0 |
2551 | 2024-11-14T16:37:03.420Z | Compiling goblin v0.8.2 |
2552 | 2024-11-14T16:37:04.743Z | Compiling pest_meta v2.7.14 |
2553 | 2024-11-14T16:37:08.118Z | Compiling pest_generator v2.7.14 |
2554 | 2024-11-14T16:37:10.010Z | Compiling pest_derive v2.7.14 |
2555 | 2024-11-14T16:37:10.800Z | Compiling dtrace-parser v0.2.0 |
2556 | 2024-11-14T16:37:12.722Z | Compiling serde_spanned v0.6.8 |
2557 | 2024-11-14T16:37:13.025Z | Compiling toml_datetime v0.6.8 |
2558 | 2024-11-14T16:37:15.587Z | Compiling serde_tokenstream v0.2.2 |
2559 | 2024-11-14T16:37:15.876Z | Compiling dof v0.3.0 |
2560 | 2024-11-14T16:37:16.191Z | Compiling toml_edit v0.22.22 |
2561 | 2024-11-14T16:37:16.431Z | Compiling camino v1.1.9 |
2562 | 2024-11-14T16:37:18.296Z | Compiling cargo-platform v0.1.8 |
2563 | 2024-11-14T16:37:19.388Z | Compiling semver v1.0.23 |
2564 | 2024-11-14T16:37:20.244Z | Compiling usdt-macro v0.5.0 |
2565 | 2024-11-14T16:37:20.905Z | Compiling usdt-attr-macro v0.5.0 |
2566 | 2024-11-14T16:37:21.484Z | Compiling toml v0.8.19 |
2567 | 2024-11-14T16:37:21.912Z | Compiling clap_derive v4.5.18 |
2568 | 2024-11-14T16:37:22.294Z | Compiling usdt v0.5.0 |
2569 | 2024-11-14T16:37:22.700Z | Compiling cargo_toml v0.20.5 |
2570 | 2024-11-14T16:37:23.066Z | Compiling cargo_metadata v0.18.1 |
2571 | 2024-11-14T16:37:23.780Z | Compiling camino-tempfile v1.1.1 |
2572 | 2024-11-14T16:37:24.248Z | Compiling macaddr v1.0.1 |
2573 | 2024-11-14T16:37:26.724Z | Compiling clap v4.5.21 |
2574 | 2024-11-14T16:37:34.892Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2575 | 2024-11-14T16:37:46.281Z | Finished `release` profile [optimized] target(s) in 57.05s |
2576 | 2024-11-14T16:37:46.387Z | |
2577 | 2024-11-14T16:37:46.387Z | real 57.179372336 |
2578 | 2024-11-14T16:37:46.387Z | user 5:48.943549993 |
2579 | 2024-11-14T16:37:46.387Z | sys 31.684933223 |
2580 | 2024-11-14T16:37:46.387Z | trap 0.157309651 |
2581 | 2024-11-14T16:37:46.390Z | tflt 0.353183669 |
2582 | 2024-11-14T16:37:46.390Z | dflt 0.476191413 |
2583 | 2024-11-14T16:37:46.390Z | kflt 0.000000000 |
2584 | 2024-11-14T16:37:46.391Z | lock 10:29.947528901 |
2585 | 2024-11-14T16:37:46.391Z | slp 15:59.584352036 |
2586 | 2024-11-14T16:37:46.391Z | lat 13.144357047 |
2587 | 2024-11-14T16:37:46.391Z | stop 16.947260432 |
2588 | 2024-11-14T16:37:46.391Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2589 | 2024-11-14T16:37:46.391Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2590 | 2024-11-14T16:37:46.391Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2591 | 2024-11-14T16:37:46.391Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2592 | 2024-11-14T16:37:46.391Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2593 | 2024-11-14T16:37:47.275Z | Compiling hashbrown v0.14.5 |
2594 | 2024-11-14T16:37:47.403Z | Compiling unsafe-libyaml v0.2.11 |
2595 | 2024-11-14T16:37:47.417Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2596 | 2024-11-14T16:37:47.417Z | Compiling progenitor-client v0.8.0 |
2597 | 2024-11-14T16:37:47.419Z | Compiling ident_case v1.0.1 |
2598 | 2024-11-14T16:37:47.419Z | Compiling ipnetwork v0.20.0 |
2599 | 2024-11-14T16:37:47.419Z | Compiling instant v0.1.13 |
2600 | 2024-11-14T16:37:47.419Z | Compiling structmeta-derive v0.3.0 |
2601 | 2024-11-14T16:37:47.559Z | Compiling darling_core v0.20.10 |
2602 | 2024-11-14T16:37:47.599Z | Compiling newtype-uuid v1.1.3 |
2603 | 2024-11-14T16:37:47.892Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2604 | 2024-11-14T16:37:47.959Z | Compiling dropshot v0.13.0 |
2605 | 2024-11-14T16:37:48.322Z | Compiling dropshot_endpoint v0.13.0 |
2606 | 2024-11-14T16:37:48.342Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2607 | 2024-11-14T16:37:48.396Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2608 | 2024-11-14T16:37:48.660Z | Compiling regress v0.10.1 |
2609 | 2024-11-14T16:37:48.678Z | Compiling serde_yaml v0.9.34+deprecated |
2610 | 2024-11-14T16:37:48.765Z | Compiling regress v0.9.1 |
2611 | 2024-11-14T16:37:49.131Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2612 | 2024-11-14T16:37:49.307Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2613 | 2024-11-14T16:37:49.328Z | Compiling backoff v0.4.0 |
2614 | 2024-11-14T16:37:49.686Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2615 | 2024-11-14T16:37:49.871Z | Compiling macaddr v1.0.1 |
2616 | 2024-11-14T16:37:50.130Z | Compiling tempfile v3.13.0 |
2617 | 2024-11-14T16:37:50.384Z | Compiling proc-macro-crate v1.3.1 |
2618 | 2024-11-14T16:37:50.653Z | Compiling structmeta v0.3.0 |
2619 | 2024-11-14T16:37:51.024Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2620 | 2024-11-14T16:37:51.105Z | Compiling parse-display-derive v0.10.0 |
2621 | 2024-11-14T16:37:51.419Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2622 | 2024-11-14T16:37:51.513Z | Compiling num_enum_derive v0.5.11 |
2623 | 2024-11-14T16:37:51.748Z | Compiling foreign-types-macros v0.2.3 |
2624 | 2024-11-14T16:37:52.950Z | Compiling typify-impl v0.2.0 |
2625 | 2024-11-14T16:37:53.091Z | Compiling foreign-types-shared v0.3.1 |
2626 | 2024-11-14T16:37:53.227Z | Compiling heapless v0.8.0 |
2627 | 2024-11-14T16:37:53.791Z | Compiling foreign-types v0.5.0 |
2628 | 2024-11-14T16:37:53.909Z | Compiling proc-macro-error v1.0.4 |
2629 | 2024-11-14T16:37:54.125Z | Compiling num_enum v0.5.11 |
2630 | 2024-11-14T16:37:54.173Z | Compiling camino-tempfile v1.1.1 |
2631 | 2024-11-14T16:37:54.306Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2632 | 2024-11-14T16:37:54.352Z | Compiling hash32 v0.3.1 |
2633 | 2024-11-14T16:37:54.610Z | Compiling cstr-argument v0.1.2 |
2634 | 2024-11-14T16:37:54.635Z | Compiling crucible-workspace-hack v0.1.0 |
2635 | 2024-11-14T16:37:54.656Z | Compiling darling_macro v0.20.10 |
2636 | 2024-11-14T16:37:54.656Z | Compiling pretty-hex v0.2.1 |
2637 | 2024-11-14T16:37:54.893Z | Compiling smoltcp v0.11.0 |
2638 | 2024-11-14T16:37:54.914Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2639 | 2024-11-14T16:37:54.983Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2640 | 2024-11-14T16:37:55.184Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2641 | 2024-11-14T16:37:55.372Z | Compiling tabwriter v1.4.0 |
2642 | 2024-11-14T16:37:55.613Z | Compiling colored v2.1.0 |
2643 | 2024-11-14T16:37:55.685Z | Compiling darling v0.20.10 |
2644 | 2024-11-14T16:37:55.705Z | Compiling cobs v0.2.3 |
2645 | 2024-11-14T16:37:55.755Z | Compiling parse-display v0.10.0 |
2646 | 2024-11-14T16:37:55.814Z | Compiling serde_with_macros v3.11.0 |
2647 | 2024-11-14T16:37:55.907Z | Compiling postcard v1.0.10 |
2648 | 2024-11-14T16:37:56.128Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2649 | 2024-11-14T16:37:56.436Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2650 | 2024-11-14T16:37:56.479Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2651 | 2024-11-14T16:37:56.535Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2652 | 2024-11-14T16:37:56.586Z | Compiling smf v0.2.3 |
2653 | 2024-11-14T16:37:56.607Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2654 | 2024-11-14T16:37:56.969Z | Compiling zone_cfg_derive v0.3.0 |
2655 | 2024-11-14T16:37:57.393Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2656 | 2024-11-14T16:37:57.883Z | Compiling num-derive v0.4.2 |
2657 | 2024-11-14T16:37:57.971Z | Compiling sigpipe v0.1.3 |
2658 | 2024-11-14T16:37:58.110Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2659 | 2024-11-14T16:37:58.439Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2660 | 2024-11-14T16:37:58.519Z | Compiling zone v0.3.0 |
2661 | 2024-11-14T16:37:58.768Z | Compiling serde_with v3.11.0 |
2662 | 2024-11-14T16:37:59.598Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2663 | 2024-11-14T16:38:00.162Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2664 | 2024-11-14T16:38:00.202Z | Compiling universal-hash v0.5.1 |
2665 | 2024-11-14T16:38:00.362Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2666 | 2024-11-14T16:38:00.431Z | Compiling opaque-debug v0.3.1 |
2667 | 2024-11-14T16:38:00.553Z | Compiling num-rational v0.4.2 |
2668 | 2024-11-14T16:38:01.213Z | Compiling password-hash v0.5.0 |
2669 | 2024-11-14T16:38:01.336Z | Compiling blake2 v0.10.6 |
2670 | 2024-11-14T16:38:01.856Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2671 | 2024-11-14T16:38:02.261Z | Compiling num-complex v0.4.6 |
2672 | 2024-11-14T16:38:02.287Z | Compiling aead v0.5.2 |
2673 | 2024-11-14T16:38:02.431Z | Compiling convert_case v0.4.0 |
2674 | 2024-11-14T16:38:02.672Z | Compiling keccak v0.1.5 |
2675 | 2024-11-14T16:38:02.735Z | Compiling argon2 v0.5.3 |
2676 | 2024-11-14T16:38:02.957Z | Compiling poly1305 v0.8.0 |
2677 | 2024-11-14T16:38:03.189Z | Compiling sha3 v0.10.8 |
2678 | 2024-11-14T16:38:03.333Z | Compiling num v0.4.3 |
2679 | 2024-11-14T16:38:03.460Z | Compiling tungstenite v0.21.0 |
2680 | 2024-11-14T16:38:03.482Z | Compiling derive_more v0.99.18 |
2681 | 2024-11-14T16:38:03.756Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2682 | 2024-11-14T16:38:04.085Z | Compiling chacha20 v0.9.1 |
2683 | 2024-11-14T16:38:04.253Z | Compiling float-ord v0.3.2 |
2684 | 2024-11-14T16:38:04.455Z | Compiling base64 v0.21.7 |
2685 | 2024-11-14T16:38:04.587Z | Compiling tokio-tungstenite v0.21.0 |
2686 | 2024-11-14T16:38:04.741Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2687 | 2024-11-14T16:38:05.212Z | Compiling same-file v1.0.6 |
2688 | 2024-11-14T16:38:05.244Z | Compiling semver v0.1.20 |
2689 | 2024-11-14T16:38:05.261Z | Compiling newline-converter v0.3.0 |
2690 | 2024-11-14T16:38:05.297Z | Compiling primeorder v0.13.6 |
2691 | 2024-11-14T16:38:05.454Z | Compiling walkdir v2.5.0 |
2692 | 2024-11-14T16:38:05.539Z | Compiling secrecy v0.8.0 |
2693 | 2024-11-14T16:38:05.594Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2694 | 2024-11-14T16:38:05.720Z | Compiling rustc_version v0.1.7 |
2695 | 2024-11-14T16:38:05.833Z | Compiling cancel-safe-futures v0.1.5 |
2696 | 2024-11-14T16:38:05.854Z | Compiling owo-colors v4.1.0 |
2697 | 2024-11-14T16:38:05.949Z | Compiling expectorate v1.1.0 |
2698 | 2024-11-14T16:38:06.167Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2699 | 2024-11-14T16:38:06.192Z | Compiling thiserror-impl-no-std v2.0.2 |
2700 | 2024-11-14T16:38:06.232Z | Compiling newtype_derive v0.1.6 |
2701 | 2024-11-14T16:38:06.260Z | Compiling blake3 v1.5.4 |
2702 | 2024-11-14T16:38:06.281Z | Compiling ring v0.16.20 |
2703 | 2024-11-14T16:38:06.456Z | Compiling unicase v2.7.0 |
2704 | 2024-11-14T16:38:06.482Z | Compiling half v2.4.1 |
2705 | 2024-11-14T16:38:06.537Z | Compiling ciborium-io v0.2.2 |
2706 | 2024-11-14T16:38:06.689Z | Compiling arc-swap v1.7.1 |
2707 | 2024-11-14T16:38:07.011Z | Compiling ciborium-ll v0.2.2 |
2708 | 2024-11-14T16:38:07.169Z | Compiling slog-scope v4.4.0 |
2709 | 2024-11-14T16:38:07.346Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2710 | 2024-11-14T16:38:07.640Z | Compiling polyval v0.6.2 |
2711 | 2024-11-14T16:38:07.732Z | Compiling atomicwrites v0.4.4 |
2712 | 2024-11-14T16:38:08.057Z | Compiling libsw v3.3.1 |
2713 | 2024-11-14T16:38:08.097Z | Compiling memmap2 v0.9.5 |
2714 | 2024-11-14T16:38:08.117Z | Compiling indent_write v2.2.0 |
2715 | 2024-11-14T16:38:08.372Z | Compiling spin v0.5.2 |
2716 | 2024-11-14T16:38:08.408Z | Compiling arrayvec v0.7.6 |
2717 | 2024-11-14T16:38:08.581Z | Compiling salty v0.3.0 |
2718 | 2024-11-14T16:38:08.624Z | Compiling libefi-sys v0.1.0 |
2719 | 2024-11-14T16:38:08.839Z | Compiling linear-map v1.2.0 |
2720 | 2024-11-14T16:38:08.929Z | Compiling constant_time_eq v0.3.1 |
2721 | 2024-11-14T16:38:09.026Z | Compiling parking_lot_core v0.8.6 |
2722 | 2024-11-14T16:38:09.131Z | Compiling arrayref v0.3.9 |
2723 | 2024-11-14T16:38:09.298Z | Compiling ghash v0.5.1 |
2724 | 2024-11-14T16:38:09.368Z | Compiling thiserror-no-std v2.0.2 |
2725 | 2024-11-14T16:38:09.501Z | Compiling vsss-rs v3.3.4 |
2726 | 2024-11-14T16:38:09.557Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2727 | 2024-11-14T16:38:09.577Z | Compiling slog-stdlog v4.1.1 |
2728 | 2024-11-14T16:38:09.914Z | Compiling ciborium v0.2.2 |
2729 | 2024-11-14T16:38:10.627Z | Compiling p384 v0.13.0 |
2730 | 2024-11-14T16:38:10.889Z | Compiling toolchain_find v0.4.0 |
2731 | 2024-11-14T16:38:11.303Z | Compiling chacha20poly1305 v0.10.1 |
2732 | 2024-11-14T16:38:11.531Z | Compiling lzma-sys v0.1.20 |
2733 | 2024-11-14T16:38:11.551Z | Compiling ctr v0.9.2 |
2734 | 2024-11-14T16:38:11.641Z | Compiling itertools v0.13.0 |
2735 | 2024-11-14T16:38:11.782Z | Compiling typify-macro v0.2.0 |
2736 | 2024-11-14T16:38:11.947Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2737 | 2024-11-14T16:38:12.132Z | Compiling bitfield-struct v0.6.2 |
2738 | 2024-11-14T16:38:12.319Z | Compiling slog-dtrace v0.3.0 |
2739 | 2024-11-14T16:38:12.360Z | Compiling topological-sort v0.2.2 |
2740 | 2024-11-14T16:38:12.614Z | Compiling highway v1.2.0 |
2741 | 2024-11-14T16:38:12.714Z | Compiling omicron-zone-package v0.11.1 |
2742 | 2024-11-14T16:38:13.617Z | Compiling aes-gcm v0.10.3 |
2743 | 2024-11-14T16:38:13.635Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2744 | 2024-11-14T16:38:13.655Z | Compiling rustfmt-wrapper v0.2.1 |
2745 | 2024-11-14T16:38:13.903Z | Compiling mime_guess v2.0.5 |
2746 | 2024-11-14T16:38:13.938Z | Compiling steno v0.4.1 |
2747 | 2024-11-14T16:38:14.076Z | Compiling slog-envlogger v2.2.0 |
2748 | 2024-11-14T16:38:14.908Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2749 | 2024-11-14T16:38:14.931Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2750 | 2024-11-14T16:38:14.979Z | Compiling heck v0.3.3 |
2751 | 2024-11-14T16:38:15.295Z | Compiling ssh-encoding v0.2.0 |
2752 | 2024-11-14T16:38:15.453Z | Compiling blowfish v0.9.1 |
2753 | 2024-11-14T16:38:15.638Z | Compiling nibble_vec v0.1.0 |
2754 | 2024-11-14T16:38:15.871Z | Compiling env_filter v0.1.2 |
2755 | 2024-11-14T16:38:15.891Z | Compiling endian-type v0.1.2 |
2756 | 2024-11-14T16:38:15.910Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2757 | 2024-11-14T16:38:15.928Z | Compiling humantime v2.1.0 |
2758 | 2024-11-14T16:38:16.137Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2759 | 2024-11-14T16:38:16.140Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2760 | 2024-11-14T16:38:16.171Z | Compiling typify v0.2.0 |
2761 | 2024-11-14T16:38:16.240Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2762 | 2024-11-14T16:38:16.271Z | Compiling env_logger v0.11.5 |
2763 | 2024-11-14T16:38:16.323Z | Compiling progenitor-impl v0.8.0 |
2764 | 2024-11-14T16:38:16.477Z | Compiling radix_trie v0.2.1 |
2765 | 2024-11-14T16:38:16.480Z | Compiling bcrypt-pbkdf v0.10.0 |
2766 | 2024-11-14T16:38:16.639Z | Compiling ssh-cipher v0.2.0 |
2767 | 2024-11-14T16:38:17.016Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2768 | 2024-11-14T16:38:17.148Z | Compiling zone_cfg_derive v0.1.2 |
2769 | 2024-11-14T16:38:17.269Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2770 | 2024-11-14T16:38:17.677Z | Compiling parking_lot v0.11.2 |
2771 | 2024-11-14T16:38:18.033Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2772 | 2024-11-14T16:38:18.417Z | Compiling password-hash v0.4.2 |
2773 | 2024-11-14T16:38:18.473Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2774 | 2024-11-14T16:38:18.612Z | Compiling gethostname v0.5.0 |
2775 | 2024-11-14T16:38:18.612Z | Compiling fxhash v0.2.1 |
2776 | 2024-11-14T16:38:18.707Z | Compiling base64 v0.13.1 |
2777 | 2024-11-14T16:38:18.855Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2778 | 2024-11-14T16:38:18.858Z | Compiling matches v0.1.10 |
2779 | 2024-11-14T16:38:18.992Z | Compiling idna v0.2.3 |
2780 | 2024-11-14T16:38:19.096Z | Compiling pbkdf2 v0.11.0 |
2781 | 2024-11-14T16:38:19.201Z | Compiling ron v0.7.1 |
2782 | 2024-11-14T16:38:19.221Z | Compiling sled v0.34.7 |
2783 | 2024-11-14T16:38:19.300Z | Compiling zone v0.1.8 |
2784 | 2024-11-14T16:38:19.358Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2785 | 2024-11-14T16:38:19.463Z | Compiling xz2 v0.1.7 |
2786 | 2024-11-14T16:38:20.033Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2787 | 2024-11-14T16:38:20.723Z | Compiling ssh-key v0.6.6 |
2788 | 2024-11-14T16:38:21.047Z | Compiling hickory-client v0.24.1 |
2789 | 2024-11-14T16:38:21.622Z | Compiling p256 v0.13.2 |
2790 | 2024-11-14T16:38:21.703Z | Compiling p521 v0.13.3 |
2791 | 2024-11-14T16:38:21.706Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2792 | 2024-11-14T16:38:22.523Z | Compiling hickory-server v0.24.1 |
2793 | 2024-11-14T16:38:22.574Z | Compiling enum-as-inner v0.5.1 |
2794 | 2024-11-14T16:38:22.934Z | Compiling pem v3.0.4 |
2795 | 2024-11-14T16:38:23.660Z | Compiling yasna v0.5.2 |
2796 | 2024-11-14T16:38:23.766Z | Compiling headers-core v0.3.0 |
2797 | 2024-11-14T16:38:23.949Z | Compiling kstat-rs v0.2.4 |
2798 | 2024-11-14T16:38:24.147Z | Compiling nanorand v0.7.0 |
2799 | 2024-11-14T16:38:24.640Z | Compiling russh-cryptovec v0.7.3 |
2800 | 2024-11-14T16:38:24.835Z | Compiling atty v0.2.14 |
2801 | 2024-11-14T16:38:24.837Z | Compiling progenitor-macro v0.8.0 |
2802 | 2024-11-14T16:38:24.957Z | Compiling md5 v0.7.0 |
2803 | 2024-11-14T16:38:24.983Z | Compiling http-range v0.1.5 |
2804 | 2024-11-14T16:38:25.379Z | Compiling russh-keys v0.45.0 |
2805 | 2024-11-14T16:38:25.428Z | Compiling hyper-staticfile v0.10.1 |
2806 | 2024-11-14T16:38:25.470Z | Compiling rcgen v0.12.1 |
2807 | 2024-11-14T16:38:25.501Z | Compiling flume v0.11.1 |
2808 | 2024-11-14T16:38:25.622Z | Compiling headers v0.4.0 |
2809 | 2024-11-14T16:38:26.283Z | Compiling trust-dns-proto v0.22.0 |
2810 | 2024-11-14T16:38:26.642Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2811 | 2024-11-14T16:38:27.681Z | Compiling num-bigint v0.4.6 |
2812 | 2024-11-14T16:38:28.009Z | Compiling des v0.8.1 |
2813 | 2024-11-14T16:38:28.386Z | Compiling subprocess v0.2.9 |
2814 | 2024-11-14T16:38:29.693Z | Compiling dhcproto-macros v0.1.0 |
2815 | 2024-11-14T16:38:29.933Z | Compiling hex-literal v0.4.1 |
2816 | 2024-11-14T16:38:30.117Z | Compiling display-error-chain v0.2.2 |
2817 | 2024-11-14T16:38:30.392Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2818 | 2024-11-14T16:38:30.456Z | Compiling internet-checksum v0.2.1 |
2819 | 2024-11-14T16:38:30.868Z | Compiling russh v0.45.0 |
2820 | 2024-11-14T16:38:30.901Z | Compiling dhcproto v0.12.0 |
2821 | 2024-11-14T16:38:35.988Z | Compiling progenitor v0.8.0 |
2822 | 2024-11-14T16:38:36.141Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2823 | 2024-11-14T16:38:36.141Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2824 | 2024-11-14T16:38:36.144Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2825 | 2024-11-14T16:38:36.144Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2826 | 2024-11-14T16:38:36.178Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2827 | 2024-11-14T16:38:36.229Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2828 | 2024-11-14T16:38:36.231Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2829 | 2024-11-14T16:38:36.360Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2830 | 2024-11-14T16:38:37.172Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2831 | 2024-11-14T16:38:37.691Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2832 | 2024-11-14T16:38:41.128Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2833 | 2024-11-14T16:38:42.855Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2834 | 2024-11-14T16:38:52.399Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2835 | 2024-11-14T16:38:52.401Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2836 | 2024-11-14T16:38:52.401Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2837 | 2024-11-14T16:38:52.401Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2838 | 2024-11-14T16:38:55.779Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2839 | 2024-11-14T16:38:55.900Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2840 | 2024-11-14T16:38:56.881Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2841 | 2024-11-14T16:38:57.333Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2842 | 2024-11-14T16:38:57.543Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2843 | 2024-11-14T16:39:00.597Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2844 | 2024-11-14T16:39:01.383Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2845 | 2024-11-14T16:39:01.458Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2846 | 2024-11-14T16:39:02.401Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2847 | 2024-11-14T16:39:03.198Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2848 | 2024-11-14T16:39:03.297Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2849 | 2024-11-14T16:39:03.464Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2850 | 2024-11-14T16:39:04.366Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2851 | 2024-11-14T16:39:04.873Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2852 | 2024-11-14T16:39:05.348Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2853 | 2024-11-14T16:39:08.311Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2854 | 2024-11-14T16:39:08.539Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2855 | 2024-11-14T16:39:09.046Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2856 | 2024-11-14T16:39:10.711Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2857 | 2024-11-14T16:39:12.905Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2858 | 2024-11-14T16:39:12.972Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2859 | 2024-11-14T16:39:15.918Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2860 | 2024-11-14T16:39:16.287Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2861 | 2024-11-14T16:39:17.926Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2862 | 2024-11-14T16:39:20.905Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2863 | 2024-11-14T16:39:29.966Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2864 | 2024-11-14T16:39:31.353Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2865 | 2024-11-14T16:39:50.073Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2866 | 2024-11-14T16:40:22.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s |
2867 | 2024-11-14T16:40:22.490Z | |
2868 | 2024-11-14T16:40:22.494Z | real 2:36.016607087 |
2869 | 2024-11-14T16:40:22.494Z | user 12:06.081628006 |
2870 | 2024-11-14T16:40:22.494Z | sys 2:34.955101869 |
2871 | 2024-11-14T16:40:22.494Z | trap 0.320049222 |
2872 | 2024-11-14T16:40:22.494Z | tflt 0.799594730 |
2873 | 2024-11-14T16:40:22.494Z | dflt 2.025543682 |
2874 | 2024-11-14T16:40:22.494Z | kflt 0.000026832 |
2875 | 2024-11-14T16:40:22.494Z | lock 25:10.318689801 |
2876 | 2024-11-14T16:40:22.494Z | slp 43:24.871028532 |
2877 | 2024-11-14T16:40:22.494Z | lat 34.186625887 |
2878 | 2024-11-14T16:40:22.494Z | stop 1:25.503219948 |
2879 | 2024-11-14T16:40:22.494Z | + mkdir tests |
2880 | 2024-11-14T16:40:22.497Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2881 | 2024-11-14T16:40:22.497Z | + xargs -I '{}' -t cp '{}' tests/ |
2882 | 2024-11-14T16:40:22.536Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f25fc174fad7a7b4 tests/ |
2883 | 2024-11-14T16:40:22.562Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-47185152e52e4d85 tests/ |
2884 | 2024-11-14T16:40:22.590Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-246df57fa2cbf807 tests/ |
2885 | 2024-11-14T16:40:22.616Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-113dd4db321a5b88 tests/ |
2886 | 2024-11-14T16:40:22.865Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2887 | 2024-11-14T16:40:22.867Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-246df57fa2cbf807 tests/commtest-47185152e52e4d85 tests/dhcp_server-f25fc174fad7a7b4 tests/end_to_end_tests-113dd4db321a5b88 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2888 | 2024-11-14T16:41:31.265Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2889 | 2024-11-14T16:41:31.265Z | a .github/buildomat/ci-env.sh 1K |
2890 | 2024-11-14T16:41:31.265Z | a out/target/test 1K |
2891 | 2024-11-14T16:41:31.265Z | a out/npuzone/npuzone 23144K |
2892 | 2024-11-14T16:41:31.265Z | a package-manifest.toml 32K |
2893 | 2024-11-14T16:41:31.265Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2894 | 2024-11-14T16:41:31.265Z | a target/release/omicron-package 36276K |
2895 | 2024-11-14T16:41:31.265Z | a target/release/xtask 11750K |
2896 | 2024-11-14T16:41:31.265Z | a target/debug/bootstrap 209779K |
2897 | 2024-11-14T16:41:31.265Z | a tests/bootstrap-246df57fa2cbf807 24246K |
2898 | 2024-11-14T16:41:31.265Z | a tests/commtest-47185152e52e4d85 25022K |
2899 | 2024-11-14T16:41:31.265Z | a tests/dhcp_server-f25fc174fad7a7b4 24246K |
2900 | 2024-11-14T16:41:31.265Z | a tests/end_to_end_tests-113dd4db321a5b88 227883K |
2901 | 2024-11-14T16:41:31.265Z | a out/clickhouse.tar.gz 250295K |
2902 | 2024-11-14T16:41:31.265Z | a out/clickhouse_keeper.tar.gz 250285K |
2903 | 2024-11-14T16:41:31.265Z | a out/clickhouse_server.tar.gz 250279K |
2904 | 2024-11-14T16:41:31.265Z | a out/cockroachdb.tar.gz 134541K |
2905 | 2024-11-14T16:41:31.265Z | a out/crucible-dtrace.tar 83K |
2906 | 2024-11-14T16:41:31.265Z | a out/crucible-pantry-zone.tar.gz 28154K |
2907 | 2024-11-14T16:41:31.265Z | a out/crucible-zone.tar.gz 36367K |
2908 | 2024-11-14T16:41:31.265Z | a out/external-dns.tar.gz 35251K |
2909 | 2024-11-14T16:41:31.265Z | a out/internal-dns.tar.gz 35250K |
2910 | 2024-11-14T16:41:31.265Z | a out/mg-ddm-gz.tar 62661K |
2911 | 2024-11-14T16:41:31.265Z | a out/nexus.tar.gz 100382K |
2912 | 2024-11-14T16:41:31.265Z | a out/ntp.tar.gz 10343K |
2913 | 2024-11-14T16:41:31.265Z | a out/omicron-gateway-softnpu.tar.gz 23855K |
2914 | 2024-11-14T16:41:31.265Z | a out/omicron-sled-agent.tar 112555K |
2915 | 2024-11-14T16:41:31.265Z | a out/overlay.tar.gz 3K |
2916 | 2024-11-14T16:41:31.265Z | a out/oximeter.tar.gz 51614K |
2917 | 2024-11-14T16:41:31.265Z | a out/oxlog.tar 3088K |
2918 | 2024-11-14T16:41:31.265Z | a out/probe.tar.gz 2764K |
2919 | 2024-11-14T16:41:31.265Z | a out/propolis-server.tar.gz 66584K |
2920 | 2024-11-14T16:41:31.265Z | a out/pumpkind-gz.tar 26665K |
2921 | 2024-11-14T16:41:31.265Z | a out/switch-softnpu.tar.gz 234550K |
2922 | 2024-11-14T16:41:31.268Z | |
2923 | 2024-11-14T16:41:31.268Z | real 1:08.379589941 |
2924 | 2024-11-14T16:41:31.269Z | user 1:05.285305627 |
2925 | 2024-11-14T16:41:31.269Z | sys 4.364530217 |
2926 | 2024-11-14T16:41:31.269Z | trap 0.017408923 |
2927 | 2024-11-14T16:41:31.269Z | tflt 0.000000000 |
2928 | 2024-11-14T16:41:31.269Z | dflt 0.000000000 |
2929 | 2024-11-14T16:41:31.269Z | kflt 0.000000000 |
2930 | 2024-11-14T16:41:31.269Z | lock 0.000000000 |
2931 | 2024-11-14T16:41:31.269Z | slp 1:05.150477769 |
2932 | 2024-11-14T16:41:31.269Z | lat 1.935696788 |
2933 | 2024-11-14T16:41:31.269Z | stop 0.000652179 |
2934 | 2024-11-14T16:41:31.271Z | process exited: duration 1975588 ms, exit code 0 |
|
2935 | 2024-11-14T16:41:31.285Z | found 1 output files |
2936 | 2024-11-14T16:41:31.285Z | uploading: /work/package.tar.gz (1766472202 bytes) |
2937 | 2024-11-14T16:42:09.267Z | uploaded: /work/package.tar.gz |