|
|
|
1 | 2025-01-14T19:56:44.571Z | job assigned to worker 01JHK65YQHYG73HFFDHGNB07BH [factory aws, i-0f77342ed04a71cb3] (queued for 3 m 37 s) |
|
2 | 2025-01-14T19:56:52.102Z | starting task 0: "setup" |
3 | 2025-01-14T19:56:52.114Z | ++ uname -s |
4 | 2025-01-14T19:56:52.117Z | + kern=SunOS |
5 | 2025-01-14T19:56:52.117Z | + case "$kern" in |
6 | 2025-01-14T19:56:52.117Z | + groupadd -g 12345 build |
7 | 2025-01-14T19:56:52.120Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-14T19:56:54.127Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-14T19:56:54.305Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-14T19:56:54.308Z | + home_fs=zfs |
11 | 2025-01-14T19:56:54.308Z | + [[ zfs == autofs ]] |
12 | 2025-01-14T19:56:54.308Z | + mkdir -p /home/build |
13 | 2025-01-14T19:56:54.308Z | + chown build:build /home/build /work |
14 | 2025-01-14T19:56:55.510Z | + chmod 0700 /home/build /work |
15 | 2025-01-14T19:56:55.532Z | process exited: duration 3210 ms, exit code 0 |
|
16 | 2025-01-14T19:56:55.895Z | starting task 1: "rust-toolchain" |
17 | 2025-01-14T19:56:55.914Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-14T19:56:55.914Z | ' 1.81.0 |
19 | 2025-01-14T19:56:55.914Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-14T19:56:55.914Z | * toolchain channel = "1.81.0" |
21 | 2025-01-14T19:56:55.914Z | ' default |
22 | 2025-01-14T19:56:55.914Z | * toolchain profile = "default" |
23 | 2025-01-14T19:56:55.914Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-14T19:56:55.914Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-14T19:56:55.960Z | info: downloading installer |
26 | 2025-01-14T19:56:57.282Z | info: profile set to 'default' |
27 | 2025-01-14T19:56:57.282Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-14T19:56:57.285Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-14T19:56:57.420Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-14T19:56:57.420Z | info: downloading component 'cargo' |
31 | 2025-01-14T19:56:58.146Z | info: downloading component 'clippy' |
32 | 2025-01-14T19:56:58.411Z | info: downloading component 'rust-docs' |
33 | 2025-01-14T19:56:59.401Z | info: downloading component 'rust-std' |
34 | 2025-01-14T19:57:00.940Z | info: downloading component 'rustc' |
35 | 2025-01-14T19:57:06.476Z | info: downloading component 'rustfmt' |
36 | 2025-01-14T19:57:06.687Z | info: installing component 'cargo' |
37 | 2025-01-14T19:57:07.475Z | info: installing component 'clippy' |
38 | 2025-01-14T19:57:07.833Z | info: installing component 'rust-docs' |
39 | 2025-01-14T19:57:09.431Z | info: installing component 'rust-std' |
40 | 2025-01-14T19:57:11.139Z | info: installing component 'rustc' |
41 | 2025-01-14T19:57:16.785Z | info: installing component 'rustfmt' |
42 | 2025-01-14T19:57:17.102Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-14T19:57:17.102Z | |
44 | 2025-01-14T19:57:17.467Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-14T19:57:17.467Z | |
46 | 2025-01-14T19:57:17.470Z | |
47 | 2025-01-14T19:57:17.470Z | Rust is installed now. Great! |
48 | 2025-01-14T19:57:17.470Z | |
49 | 2025-01-14T19:57:17.470Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-14T19:57:17.470Z | environment variable. This has not been done automatically. |
51 | 2025-01-14T19:57:17.470Z | |
52 | 2025-01-14T19:57:17.470Z | To configure your current shell, you need to source |
53 | 2025-01-14T19:57:17.470Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-14T19:57:17.470Z | |
55 | 2025-01-14T19:57:17.470Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-14T19:57:17.470Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-14T19:57:17.470Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-14T19:57:17.536Z | + rustc --version |
59 | 2025-01-14T19:57:17.604Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-14T19:57:17.606Z | process exited: duration 21797 ms, exit code 0 |
|
61 | 2025-01-14T19:57:17.614Z | starting task 2: "authentication" |
62 | 2025-01-14T19:57:17.634Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-14T19:57:17.642Z | starting task 3: "clone repository" |
64 | 2025-01-14T19:57:17.649Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-14T19:57:17.652Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-14T19:57:17.696Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-14T19:57:25.284Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-14T19:57:25.284Z | + git fetch origin 5c5c53f4a22db348528e6b531d43963ae3827ff9 |
69 | 2025-01-14T19:57:25.716Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-14T19:57:25.717Z | * branch 5c5c53f4a22db348528e6b531d43963ae3827ff9 -> FETCH_HEAD |
71 | 2025-01-14T19:57:25.727Z | + [[ -n iliana/tuf-artifact-key ]] |
72 | 2025-01-14T19:57:25.730Z | ++ git branch --show-current |
73 | 2025-01-14T19:57:25.732Z | + current=main |
74 | 2025-01-14T19:57:25.732Z | + [[ main != iliana/tuf-artifact-key ]] |
75 | 2025-01-14T19:57:25.732Z | + git branch -f iliana/tuf-artifact-key 5c5c53f4a22db348528e6b531d43963ae3827ff9 |
76 | 2025-01-14T19:57:25.735Z | + git checkout -f iliana/tuf-artifact-key |
77 | 2025-01-14T19:57:25.816Z | Switched to branch 'iliana/tuf-artifact-key' |
78 | 2025-01-14T19:57:25.818Z | + git reset --hard 5c5c53f4a22db348528e6b531d43963ae3827ff9 |
79 | 2025-01-14T19:57:25.895Z | HEAD is now at 5c5c53f4a replace TUF artifact primary key with a UUID |
80 | 2025-01-14T19:57:25.898Z | process exited: duration 8254 ms, exit code 0 |
|
81 | 2025-01-14T19:57:25.903Z | starting task 4: "build" |
82 | 2025-01-14T19:57:25.909Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-14T19:57:25.910Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-14T19:57:25.910Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-14T19:57:25.912Z | + cargo --version |
86 | 2025-01-14T19:57:25.966Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-14T19:57:25.969Z | + rustc --version |
88 | 2025-01-14T19:57:26.028Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-14T19:57:26.030Z | + WORK=/work |
90 | 2025-01-14T19:57:26.030Z | + pfexec mkdir -p /work |
91 | 2025-01-14T19:57:26.035Z | + pfexec chown build /work |
92 | 2025-01-14T19:57:26.037Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-14T19:57:27.808Z | pkg list: illegal option -- F |
94 | 2025-01-14T19:57:27.808Z | Usage: |
95 | 2025-01-14T19:57:27.810Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
96 | 2025-01-14T19:57:27.811Z | [pkg_fmri_pattern ...] |
97 | 2025-01-14T19:57:28.667Z | pkg list: illegal option -- F |
98 | 2025-01-14T19:57:28.667Z | Usage: |
99 | 2025-01-14T19:57:28.667Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
100 | 2025-01-14T19:57:28.667Z | [pkg_fmri_pattern ...] |
101 | 2025-01-14T19:57:35.574Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2025-01-14T19:57:39.626Z | Startup: Caching catalogs ... Done |
103 | 2025-01-14T19:57:51.111Z | Planning: Solver setup ... Done (10.678s) |
104 | 2025-01-14T19:57:51.252Z | Planning: Running solver ... Done (0.141s) |
105 | 2025-01-14T19:57:51.363Z | Planning: Finding local manifests ... Done (0.007s) |
106 | 2025-01-14T19:57:51.376Z | Planning: Fetching manifests: 0/7 0% complete |
107 | 2025-01-14T19:57:51.641Z | Planning: Fetching manifests: 7/7 100% complete |
108 | 2025-01-14T19:57:51.752Z | Planning: Package planning ... Done (0.110s) |
109 | 2025-01-14T19:57:51.808Z | Planning: Merging actions ... Done (0.056s) |
110 | 2025-01-14T19:57:52.005Z | Planning: Checking for conflicting actions ... Done (0.196s) |
111 | 2025-01-14T19:57:54.296Z | Planning: Consolidating action changes ... Done (2.291s) |
112 | 2025-01-14T19:57:54.750Z | Planning: Evaluating mediators ... Done (0.452s) |
113 | 2025-01-14T19:57:54.829Z | Planning: Planning completed in 15.11 seconds |
114 | 2025-01-14T19:57:54.846Z | Packages to install: 4 |
115 | 2025-01-14T19:57:54.846Z | Packages to update: 3 |
116 | 2025-01-14T19:57:54.846Z | Mediators to change: 2 |
117 | 2025-01-14T19:57:54.848Z | Services to change: 1 |
118 | 2025-01-14T19:57:54.848Z | Estimated space available: 155.63 GB |
119 | 2025-01-14T19:57:54.848Z | Estimated space to be consumed: 1.64 GB |
120 | 2025-01-14T19:57:54.848Z | Create boot environment: No |
121 | 2025-01-14T19:57:54.848Z | Create backup boot environment: Yes |
122 | 2025-01-14T19:57:54.848Z | Rebuild boot archive: No |
123 | 2025-01-14T19:57:54.848Z | |
124 | 2025-01-14T19:57:54.849Z | Changed mediators: |
125 | 2025-01-14T19:57:54.849Z | mediator clang: |
126 | 2025-01-14T19:57:54.849Z | version: None -> 15 (system default) |
127 | 2025-01-14T19:57:54.849Z | |
128 | 2025-01-14T19:57:54.849Z | mediator llvm: |
129 | 2025-01-14T19:57:54.849Z | version: 14 (system default) -> 15 (system default) |
130 | 2025-01-14T19:57:54.849Z | |
131 | 2025-01-14T19:57:54.849Z | Changed packages: |
132 | 2025-01-14T19:57:54.849Z | helios-dev |
133 | 2025-01-14T19:57:54.849Z | developer/build-essential |
134 | 2025-01-14T19:57:54.849Z | None -> 11-2.0 |
135 | 2025-01-14T19:57:54.849Z | library/libxmlsec1 |
136 | 2025-01-14T19:57:54.849Z | None -> 1.2.35-2.0 |
137 | 2025-01-14T19:57:54.849Z | ooce/developer/clang-15 |
138 | 2025-01-14T19:57:54.849Z | None -> 15.0.7-2.0 |
139 | 2025-01-14T19:57:54.849Z | ooce/developer/llvm-15 |
140 | 2025-01-14T19:57:54.849Z | None -> 15.0.7-2.0 |
141 | 2025-01-14T19:57:54.849Z | package/pkg |
142 | 2025-01-14T19:57:54.849Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
143 | 2025-01-14T19:57:54.849Z | system/library/g++-runtime |
144 | 2025-01-14T19:57:54.849Z | 13-2.0 -> 14-2.0 |
145 | 2025-01-14T19:57:54.849Z | system/library/gcc-runtime |
146 | 2025-01-14T19:57:54.849Z | 13-2.0 -> 14-2.0 |
147 | 2025-01-14T19:57:54.849Z | |
148 | 2025-01-14T19:57:54.849Z | Services: |
149 | 2025-01-14T19:57:54.849Z | restart_fmri: |
150 | 2025-01-14T19:57:54.849Z | svc:/system/update-man-index:default |
151 | 2025-01-14T19:57:54.849Z | |
152 | 2025-01-14T19:57:54.849Z | Editable files to change: |
153 | 2025-01-14T19:57:54.849Z | Update: |
154 | 2025-01-14T19:57:54.849Z | usr/share/lib/pkg/web/config.shtml |
155 | 2025-01-14T19:57:54.934Z | |
156 | 2025-01-14T19:57:54.934Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
157 | 2025-01-14T19:57:59.940Z | Download: 1198/4301 items 74.9/225.4MB 33% complete (15.1M/s) |
158 | 2025-01-14T19:58:04.940Z | Download: 2486/4301 items 120.0/225.4MB 53% complete (12.1M/s) |
159 | 2025-01-14T19:58:10.329Z | Download: 3287/4301 items 209.5/225.4MB 92% complete (14.1M/s) |
160 | 2025-01-14T19:58:16.828Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (10.1M/s) |
161 | 2025-01-14T19:58:17.432Z | Download: Completed 225.42 MB in 22.50 seconds (10.0M/s) |
162 | 2025-01-14T19:58:19.579Z | Actions: 1/5122 actions (Removing old actions) |
163 | 2025-01-14T19:58:19.602Z | Actions: 194/5122 actions (Installing new actions) |
164 | 2025-01-14T19:58:24.335Z | Actions: 4267/5122 actions (Updating modified actions) |
165 | 2025-01-14T19:58:24.696Z | Actions: Completed 5122 actions in 5.12 seconds. |
166 | 2025-01-14T19:58:25.105Z | Done (0.401s) |
167 | 2025-01-14T19:58:25.108Z | Done (0.001s) |
168 | 2025-01-14T19:58:25.694Z | Done (0.587s) |
169 | 2025-01-14T19:58:30.268Z | Done (4.341s) |
170 | 2025-01-14T19:58:30.493Z | Done (0.019s) |
171 | 2025-01-14T19:58:30.615Z | Done (0.000s) |
172 | 2025-01-14T19:58:30.635Z | Done (0.000s) |
173 | 2025-01-14T19:58:31.224Z | Planning: Evaluating mediator changes ... Done |
174 | 2025-01-14T19:58:31.386Z | Planning: Checking for conflicting actions ... Done |
175 | 2025-01-14T19:58:31.389Z | Planning: Consolidating action changes ... Done |
176 | 2025-01-14T19:58:31.660Z | Planning: Evaluating mediators ... Done |
177 | 2025-01-14T19:58:31.663Z | Planning: Planning completed in 0.44 seconds |
178 | 2025-01-14T19:58:31.702Z | Mediators to change: 2 |
179 | 2025-01-14T19:58:31.702Z | Create boot environment: No |
180 | 2025-01-14T19:58:31.706Z | Create backup boot environment: No |
181 | 2025-01-14T19:58:31.783Z | Done |
182 | 2025-01-14T19:58:31.783Z | Done |
183 | 2025-01-14T19:58:32.182Z | Done |
184 | 2025-01-14T19:58:35.836Z | Done |
185 | 2025-01-14T19:58:35.931Z | Done |
186 | 2025-01-14T19:58:35.934Z | Done |
187 | 2025-01-14T19:58:36.059Z | Done |
188 | 2025-01-14T19:58:36.678Z | Planning: Evaluating mediator changes ... Done |
189 | 2025-01-14T19:58:36.680Z | Planning: Merging actions ... Done |
190 | 2025-01-14T19:58:36.867Z | Planning: Checking for conflicting actions ... Done |
191 | 2025-01-14T19:58:36.869Z | Planning: Consolidating action changes ... Done |
192 | 2025-01-14T19:58:37.133Z | Planning: Evaluating mediators ... Done |
193 | 2025-01-14T19:58:37.188Z | Planning: Planning completed in 0.75 seconds |
194 | 2025-01-14T19:58:37.229Z | Packages to change: 1 |
195 | 2025-01-14T19:58:37.229Z | Mediators to change: 1 |
196 | 2025-01-14T19:58:37.232Z | Services to change: 1 |
197 | 2025-01-14T19:58:37.232Z | Create boot environment: No |
198 | 2025-01-14T19:58:37.232Z | Create backup boot environment: Yes |
199 | 2025-01-14T19:58:39.429Z | Actions: 1/6 actions (Updating modified actions) |
200 | 2025-01-14T19:58:39.432Z | Actions: Completed 6 actions in 0.00 seconds. |
201 | 2025-01-14T19:58:39.432Z | Done |
202 | 2025-01-14T19:58:39.432Z | Done |
203 | 2025-01-14T19:58:39.548Z | Done |
204 | 2025-01-14T19:58:43.169Z | Done |
205 | 2025-01-14T19:58:43.264Z | Done |
206 | 2025-01-14T19:58:43.267Z | Done |
207 | 2025-01-14T19:58:43.405Z | Done |
208 | 2025-01-14T19:58:43.845Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
209 | 2025-01-14T19:58:43.845Z | clang system 15 system |
210 | 2025-01-14T19:58:43.845Z | csh system system illumos |
211 | 2025-01-14T19:58:43.845Z | ctags system system illumos |
212 | 2025-01-14T19:58:43.845Z | gcc vendor 12 vendor |
213 | 2025-01-14T19:58:43.845Z | gcc system 10 system |
214 | 2025-01-14T19:58:43.845Z | gcc system 7 system |
215 | 2025-01-14T19:58:43.845Z | go system 1.20 system |
216 | 2025-01-14T19:58:43.845Z | go system 1.19 system |
217 | 2025-01-14T19:58:43.845Z | llvm system 15 system |
218 | 2025-01-14T19:58:43.845Z | llvm system 14 system |
219 | 2025-01-14T19:58:43.845Z | mariadb system 10.6 system |
220 | 2025-01-14T19:58:43.845Z | mta vendor vendor dma |
221 | 2025-01-14T19:58:43.845Z | openjdk system 17 system |
222 | 2025-01-14T19:58:43.845Z | openjdk system 11 system |
223 | 2025-01-14T19:58:43.845Z | openjdk system 1.8 system |
224 | 2025-01-14T19:58:43.845Z | openssl vendor 3 vendor |
225 | 2025-01-14T19:58:43.845Z | perl system 5.36 system |
226 | 2025-01-14T19:58:43.845Z | postgresql system 15 system |
227 | 2025-01-14T19:58:43.845Z | postgresql system 13 system |
228 | 2025-01-14T19:58:43.845Z | python vendor 3 vendor |
229 | 2025-01-14T19:58:43.845Z | python system 2 system |
230 | 2025-01-14T19:58:43.845Z | python3 system 3.11 system |
231 | 2025-01-14T19:58:43.846Z | ruby system 3.0 system |
232 | 2025-01-14T19:58:43.846Z | words vendor vendor american-english |
233 | 2025-01-14T19:58:43.846Z | words system system australian-english |
234 | 2025-01-14T19:58:43.846Z | words system system british-english |
235 | 2025-01-14T19:58:43.846Z | words system system canadian-english |
236 | 2025-01-14T19:58:43.846Z | words system system french |
237 | 2025-01-14T19:58:43.846Z | words system system italian |
238 | 2025-01-14T19:58:43.846Z | words system system ngerman |
239 | 2025-01-14T19:58:43.846Z | words system system ogerman |
240 | 2025-01-14T19:58:43.846Z | words system system spanish |
241 | 2025-01-14T19:58:44.182Z | PUBLISHER TYPE STATUS P LOCATION |
242 | 2025-01-14T19:58:44.182Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
243 | 2025-01-14T19:58:46.979Z | FMRI IFO |
244 | 2025-01-14T19:58:46.979Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
245 | 2025-01-14T19:58:46.979Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
246 | 2025-01-14T19:58:46.979Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
247 | 2025-01-14T19:58:46.979Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
248 | 2025-01-14T19:58:46.979Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
249 | 2025-01-14T19:58:46.979Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
250 | 2025-01-14T19:58:46.979Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
251 | 2025-01-14T19:58:46.979Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
252 | 2025-01-14T19:58:46.979Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
253 | 2025-01-14T19:58:46.979Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
254 | 2025-01-14T19:58:46.979Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
255 | 2025-01-14T19:58:46.979Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
256 | 2025-01-14T19:58:46.979Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
257 | 2025-01-14T19:58:46.980Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
258 | 2025-01-14T19:58:46.980Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
259 | 2025-01-14T19:58:47.753Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
260 | 2025-01-14T19:58:48.048Z | Updating crates.io index |
261 | 2025-01-14T19:58:48.051Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
262 | 2025-01-14T19:58:48.418Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
263 | 2025-01-14T19:58:48.878Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
264 | 2025-01-14T19:58:49.180Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
265 | 2025-01-14T19:58:49.460Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
266 | 2025-01-14T19:58:49.718Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
267 | 2025-01-14T19:58:50.679Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
268 | 2025-01-14T19:58:52.239Z | Updating git repository `https://github.com/oxidecomputer/opte` |
269 | 2025-01-14T19:58:52.855Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
270 | 2025-01-14T19:58:53.633Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
271 | 2025-01-14T19:58:53.930Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
272 | 2025-01-14T19:58:54.246Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
273 | 2025-01-14T19:58:54.898Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
274 | 2025-01-14T19:58:55.253Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
275 | 2025-01-14T19:58:55.639Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
276 | 2025-01-14T19:58:55.947Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
277 | 2025-01-14T19:58:56.198Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
278 | 2025-01-14T19:58:56.443Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
279 | 2025-01-14T19:58:56.803Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
280 | 2025-01-14T19:58:57.074Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
281 | 2025-01-14T19:58:57.409Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
282 | 2025-01-14T19:58:57.750Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
283 | 2025-01-14T19:58:58.229Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
284 | 2025-01-14T19:58:58.544Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
285 | 2025-01-14T19:58:58.965Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
286 | 2025-01-14T19:58:59.350Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
287 | 2025-01-14T19:58:59.678Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
288 | 2025-01-14T19:58:59.954Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
289 | 2025-01-14T19:59:00.249Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
290 | 2025-01-14T19:59:01.579Z | Downloading crates ... |
291 | 2025-01-14T19:59:01.684Z | Downloaded bitflags v2.6.0 |
292 | 2025-01-14T19:59:01.688Z | Downloaded anstyle-query v1.1.1 |
293 | 2025-01-14T19:59:01.692Z | Downloaded anstyle-parse v0.2.5 |
294 | 2025-01-14T19:59:01.695Z | Downloaded anstream v0.6.15 |
295 | 2025-01-14T19:59:01.695Z | Downloaded errno v0.3.9 |
296 | 2025-01-14T19:59:01.707Z | Downloaded scroll_derive v0.12.0 |
297 | 2025-01-14T19:59:01.717Z | Downloaded pretty-hex v0.4.1 |
298 | 2025-01-14T19:59:01.724Z | Downloaded swrite v0.1.0 |
299 | 2025-01-14T19:59:01.727Z | Downloaded equivalent v1.0.1 |
300 | 2025-01-14T19:59:01.727Z | Downloaded usdt-attr-macro v0.5.0 |
301 | 2025-01-14T19:59:01.727Z | Downloaded cargo-platform v0.1.8 |
302 | 2025-01-14T19:59:01.735Z | Downloaded dtrace-parser v0.2.0 |
303 | 2025-01-14T19:59:01.744Z | Downloaded usdt-macro v0.5.0 |
304 | 2025-01-14T19:59:01.746Z | Downloaded block-buffer v0.10.4 |
305 | 2025-01-14T19:59:01.746Z | Downloaded anstyle v1.0.10 |
306 | 2025-01-14T19:59:01.750Z | Downloaded serde_spanned v0.6.8 |
307 | 2025-01-14T19:59:01.752Z | Downloaded digest v0.10.7 |
308 | 2025-01-14T19:59:01.756Z | Downloaded macaddr v1.0.1 |
309 | 2025-01-14T19:59:01.756Z | Downloaded heck v0.5.0 |
310 | 2025-01-14T19:59:01.758Z | Downloaded fs-err v2.11.0 |
311 | 2025-01-14T19:59:01.758Z | Downloaded smawk v0.3.2 |
312 | 2025-01-14T19:59:01.761Z | Downloaded crypto-common v0.1.6 |
313 | 2025-01-14T19:59:01.761Z | Downloaded thiserror v1.0.69 |
314 | 2025-01-14T19:59:01.764Z | Downloaded unicode-linebreak v0.1.5 |
315 | 2025-01-14T19:59:01.766Z | Downloaded thread-id v4.2.2 |
316 | 2025-01-14T19:59:01.766Z | Downloaded memmap v0.7.0 |
317 | 2025-01-14T19:59:01.769Z | Downloaded fnv v1.0.7 |
318 | 2025-01-14T19:59:01.769Z | Downloaded cpufeatures v0.2.14 |
319 | 2025-01-14T19:59:01.771Z | Downloaded serde_tokenstream v0.2.2 |
320 | 2025-01-14T19:59:01.771Z | Downloaded bytecount v0.6.8 |
321 | 2025-01-14T19:59:01.774Z | Downloaded thiserror-impl v1.0.69 |
322 | 2025-01-14T19:59:01.774Z | Downloaded heck v0.4.1 |
323 | 2025-01-14T19:59:01.777Z | Downloaded fastrand v2.1.1 |
324 | 2025-01-14T19:59:01.777Z | Downloaded clap_lex v0.7.2 |
325 | 2025-01-14T19:59:01.779Z | Downloaded cfg-if v1.0.0 |
326 | 2025-01-14T19:59:01.779Z | Downloaded itoa v1.0.11 |
327 | 2025-01-14T19:59:01.779Z | Downloaded byteorder v1.5.0 |
328 | 2025-01-14T19:59:01.782Z | Downloaded utf8parse v0.2.2 |
329 | 2025-01-14T19:59:01.788Z | Downloaded tabled_derive v0.7.0 |
330 | 2025-01-14T19:59:01.790Z | Downloaded strsim v0.11.1 |
331 | 2025-01-14T19:59:01.793Z | Downloaded autocfg v1.4.0 |
332 | 2025-01-14T19:59:01.795Z | Downloaded is_terminal_polyfill v1.70.1 |
333 | 2025-01-14T19:59:01.795Z | Downloaded colorchoice v1.0.2 |
334 | 2025-01-14T19:59:01.801Z | Downloaded version_check v0.9.5 |
335 | 2025-01-14T19:59:01.806Z | Downloaded terminal_size v0.4.0 |
336 | 2025-01-14T19:59:01.806Z | Downloaded pest_generator v2.7.14 |
337 | 2025-01-14T19:59:01.808Z | Downloaded cargo_toml v0.20.5 |
338 | 2025-01-14T19:59:01.808Z | Downloaded dof v0.3.0 |
339 | 2025-01-14T19:59:01.808Z | Downloaded cargo_metadata v0.18.1 |
340 | 2025-01-14T19:59:01.811Z | Downloaded usdt v0.5.0 |
341 | 2025-01-14T19:59:01.811Z | Downloaded proc-macro-error-attr v1.0.4 |
342 | 2025-01-14T19:59:01.813Z | Downloaded camino v1.1.9 |
343 | 2025-01-14T19:59:01.818Z | Downloaded clap_derive v4.5.18 |
344 | 2025-01-14T19:59:01.820Z | Downloaded generic-array v0.14.7 |
345 | 2025-01-14T19:59:01.824Z | Downloaded tempfile v3.13.0 |
346 | 2025-01-14T19:59:01.826Z | Downloaded sha2 v0.10.8 |
347 | 2025-01-14T19:59:01.829Z | Downloaded usdt-impl v0.5.0 |
348 | 2025-01-14T19:59:01.831Z | Downloaded plain v0.2.3 |
349 | 2025-01-14T19:59:01.831Z | Downloaded camino-tempfile v1.1.1 |
350 | 2025-01-14T19:59:01.833Z | Downloaded semver v1.0.23 |
351 | 2025-01-14T19:59:01.836Z | Downloaded scroll v0.12.0 |
352 | 2025-01-14T19:59:01.838Z | Downloaded pest_derive v2.7.14 |
353 | 2025-01-14T19:59:01.838Z | Downloaded once_cell v1.20.2 |
354 | 2025-01-14T19:59:01.846Z | Downloaded anyhow v1.0.93 |
355 | 2025-01-14T19:59:01.851Z | Downloaded proc-macro-error v1.0.4 |
356 | 2025-01-14T19:59:01.854Z | Downloaded log v0.4.22 |
357 | 2025-01-14T19:59:01.857Z | Downloaded zerocopy-derive v0.7.35 |
358 | 2025-01-14T19:59:01.861Z | Downloaded ucd-trie v0.1.7 |
359 | 2025-01-14T19:59:01.864Z | Downloaded textwrap v0.16.1 |
360 | 2025-01-14T19:59:01.867Z | Downloaded toml v0.8.19 |
361 | 2025-01-14T19:59:01.869Z | Downloaded ryu v1.0.18 |
362 | 2025-01-14T19:59:01.872Z | Downloaded quote v1.0.37 |
363 | 2025-01-14T19:59:01.875Z | Downloaded unicode-ident v1.0.13 |
364 | 2025-01-14T19:59:01.878Z | Downloaded toml_datetime v0.6.8 |
365 | 2025-01-14T19:59:01.878Z | Downloaded pest_meta v2.7.14 |
366 | 2025-01-14T19:59:01.883Z | Downloaded proc-macro2 v1.0.89 |
367 | 2025-01-14T19:59:01.883Z | Downloaded typenum v1.17.0 |
368 | 2025-01-14T19:59:01.886Z | Downloaded clap v4.5.21 |
369 | 2025-01-14T19:59:01.891Z | Downloaded serde_derive v1.0.215 |
370 | 2025-01-14T19:59:01.895Z | Downloaded papergrid v0.11.0 |
371 | 2025-01-14T19:59:01.901Z | Downloaded serde v1.0.215 |
372 | 2025-01-14T19:59:01.919Z | Downloaded memchr v2.7.4 |
373 | 2025-01-14T19:59:01.928Z | Downloaded indexmap v2.6.0 |
374 | 2025-01-14T19:59:01.933Z | Downloaded toml_edit v0.22.22 |
375 | 2025-01-14T19:59:01.972Z | Downloaded pest v2.7.14 |
376 | 2025-01-14T19:59:01.977Z | Downloaded hashbrown v0.15.1 |
377 | 2025-01-14T19:59:01.982Z | Downloaded serde_json v1.0.133 |
378 | 2025-01-14T19:59:01.989Z | Downloaded zerocopy v0.7.35 |
379 | 2025-01-14T19:59:02.003Z | Downloaded winnow v0.6.20 |
380 | 2025-01-14T19:59:02.016Z | Downloaded clap_builder v4.5.21 |
381 | 2025-01-14T19:59:02.022Z | Downloaded goblin v0.8.2 |
382 | 2025-01-14T19:59:02.029Z | Downloaded tabled v0.15.0 |
383 | 2025-01-14T19:59:02.043Z | Downloaded syn v1.0.109 |
384 | 2025-01-14T19:59:02.052Z | Downloaded unicode-width v0.1.14 |
385 | 2025-01-14T19:59:02.057Z | Downloaded syn v2.0.87 |
386 | 2025-01-14T19:59:02.068Z | Downloaded rustix v0.38.37 |
387 | 2025-01-14T19:59:02.108Z | Downloaded libc v0.2.162 |
388 | 2025-01-14T19:59:02.420Z | Compiling proc-macro2 v1.0.89 |
389 | 2025-01-14T19:59:02.420Z | Compiling unicode-ident v1.0.13 |
390 | 2025-01-14T19:59:02.420Z | Compiling serde v1.0.215 |
391 | 2025-01-14T19:59:02.423Z | Compiling version_check v0.9.5 |
392 | 2025-01-14T19:59:02.423Z | Compiling thiserror v1.0.69 |
393 | 2025-01-14T19:59:02.423Z | Compiling memchr v2.7.4 |
394 | 2025-01-14T19:59:02.456Z | Compiling libc v0.2.162 |
395 | 2025-01-14T19:59:02.458Z | Compiling ryu v1.0.18 |
396 | 2025-01-14T19:59:02.693Z | Compiling ucd-trie v0.1.7 |
397 | 2025-01-14T19:59:02.931Z | Compiling itoa v1.0.11 |
398 | 2025-01-14T19:59:03.196Z | Compiling once_cell v1.20.2 |
399 | 2025-01-14T19:59:03.359Z | Compiling byteorder v1.5.0 |
400 | 2025-01-14T19:59:03.472Z | Compiling rustix v0.38.37 |
401 | 2025-01-14T19:59:03.521Z | Compiling serde_json v1.0.133 |
402 | 2025-01-14T19:59:03.910Z | Compiling bitflags v2.6.0 |
403 | 2025-01-14T19:59:03.942Z | Compiling proc-macro-error-attr v1.0.4 |
404 | 2025-01-14T19:59:04.224Z | Compiling usdt-impl v0.5.0 |
405 | 2025-01-14T19:59:04.227Z | Compiling syn v1.0.109 |
406 | 2025-01-14T19:59:04.303Z | Compiling quote v1.0.37 |
407 | 2025-01-14T19:59:04.356Z | Compiling proc-macro-error v1.0.4 |
408 | 2025-01-14T19:59:04.483Z | Compiling utf8parse v0.2.2 |
409 | 2025-01-14T19:59:04.632Z | Compiling errno v0.3.9 |
410 | 2025-01-14T19:59:04.658Z | Compiling log v0.4.22 |
411 | 2025-01-14T19:59:04.703Z | Compiling syn v2.0.87 |
412 | 2025-01-14T19:59:04.929Z | Compiling hashbrown v0.15.1 |
413 | 2025-01-14T19:59:04.957Z | Compiling equivalent v1.0.1 |
414 | 2025-01-14T19:59:05.022Z | Compiling plain v0.2.3 |
415 | 2025-01-14T19:59:05.056Z | Compiling camino v1.1.9 |
416 | 2025-01-14T19:59:05.272Z | Compiling thread-id v4.2.2 |
417 | 2025-01-14T19:59:05.334Z | Compiling anstyle-parse v0.2.5 |
418 | 2025-01-14T19:59:05.659Z | Compiling winnow v0.6.20 |
419 | 2025-01-14T19:59:05.731Z | Compiling anstyle-query v1.1.1 |
420 | 2025-01-14T19:59:05.773Z | Compiling autocfg v1.4.0 |
421 | 2025-01-14T19:59:05.890Z | Compiling unicode-width v0.1.14 |
422 | 2025-01-14T19:59:06.112Z | Compiling indexmap v2.6.0 |
423 | 2025-01-14T19:59:06.180Z | Compiling colorchoice v1.0.2 |
424 | 2025-01-14T19:59:06.355Z | Compiling anstyle v1.0.10 |
425 | 2025-01-14T19:59:06.413Z | Compiling pretty-hex v0.4.1 |
426 | 2025-01-14T19:59:06.645Z | Compiling semver v1.0.23 |
427 | 2025-01-14T19:59:06.842Z | Compiling is_terminal_polyfill v1.70.1 |
428 | 2025-01-14T19:59:06.983Z | Compiling anstream v0.6.15 |
429 | 2025-01-14T19:59:07.009Z | Compiling fs-err v2.11.0 |
430 | 2025-01-14T19:59:07.226Z | Compiling terminal_size v0.4.0 |
431 | 2025-01-14T19:59:07.461Z | Compiling clap_lex v0.7.2 |
432 | 2025-01-14T19:59:07.562Z | Compiling bytecount v0.6.8 |
433 | 2025-01-14T19:59:07.589Z | Compiling cfg-if v1.0.0 |
434 | 2025-01-14T19:59:07.690Z | Compiling heck v0.4.1 |
435 | 2025-01-14T19:59:07.761Z | Compiling anyhow v1.0.93 |
436 | 2025-01-14T19:59:07.788Z | Compiling strsim v0.11.1 |
437 | 2025-01-14T19:59:08.197Z | Compiling fastrand v2.1.1 |
438 | 2025-01-14T19:59:08.246Z | Compiling fnv v1.0.7 |
439 | 2025-01-14T19:59:08.416Z | Compiling heck v0.5.0 |
440 | 2025-01-14T19:59:08.721Z | Compiling tempfile v3.13.0 |
441 | 2025-01-14T19:59:08.748Z | Compiling papergrid v0.11.0 |
442 | 2025-01-14T19:59:08.771Z | Compiling clap_builder v4.5.21 |
443 | 2025-01-14T19:59:08.983Z | Compiling memmap v0.7.0 |
444 | 2025-01-14T19:59:09.008Z | Compiling unicode-linebreak v0.1.5 |
445 | 2025-01-14T19:59:09.361Z | Compiling smawk v0.3.2 |
446 | 2025-01-14T19:59:09.587Z | Compiling swrite v0.1.0 |
447 | 2025-01-14T19:59:09.589Z | Compiling textwrap v0.16.1 |
448 | 2025-01-14T19:59:10.922Z | Compiling tabled_derive v0.7.0 |
449 | 2025-01-14T19:59:12.492Z | Compiling tabled v0.15.0 |
450 | 2025-01-14T19:59:13.844Z | Compiling serde_derive v1.0.215 |
451 | 2025-01-14T19:59:13.844Z | Compiling thiserror-impl v1.0.69 |
452 | 2025-01-14T19:59:13.846Z | Compiling zerocopy-derive v0.7.35 |
453 | 2025-01-14T19:59:13.846Z | Compiling scroll_derive v0.12.0 |
454 | 2025-01-14T19:59:14.138Z | Compiling clap_derive v4.5.18 |
455 | 2025-01-14T19:59:15.254Z | Compiling scroll v0.12.0 |
456 | 2025-01-14T19:59:15.752Z | Compiling goblin v0.8.2 |
457 | 2025-01-14T19:59:16.019Z | Compiling zerocopy v0.7.35 |
458 | 2025-01-14T19:59:16.708Z | Compiling pest v2.7.14 |
459 | 2025-01-14T19:59:18.510Z | Compiling clap v4.5.21 |
460 | 2025-01-14T19:59:19.025Z | Compiling pest_meta v2.7.14 |
461 | 2025-01-14T19:59:19.879Z | Compiling pest_generator v2.7.14 |
462 | 2025-01-14T19:59:21.764Z | Compiling pest_derive v2.7.14 |
463 | 2025-01-14T19:59:22.454Z | Compiling dtrace-parser v0.2.0 |
464 | 2025-01-14T19:59:24.167Z | Compiling serde_tokenstream v0.2.2 |
465 | 2025-01-14T19:59:24.217Z | Compiling serde_spanned v0.6.8 |
466 | 2025-01-14T19:59:24.220Z | Compiling toml_datetime v0.6.8 |
467 | 2025-01-14T19:59:24.495Z | Compiling cargo-platform v0.1.8 |
468 | 2025-01-14T19:59:24.536Z | Compiling toml_edit v0.22.22 |
469 | 2025-01-14T19:59:24.768Z | Compiling macaddr v1.0.1 |
470 | 2025-01-14T19:59:24.967Z | Compiling camino-tempfile v1.1.1 |
471 | 2025-01-14T19:59:25.663Z | Compiling dof v0.3.0 |
472 | 2025-01-14T19:59:25.741Z | Compiling cargo_metadata v0.18.1 |
473 | 2025-01-14T19:59:27.399Z | Compiling toml v0.8.19 |
474 | 2025-01-14T19:59:27.438Z | Compiling usdt-attr-macro v0.5.0 |
475 | 2025-01-14T19:59:27.441Z | Compiling usdt-macro v0.5.0 |
476 | 2025-01-14T19:59:28.240Z | Compiling cargo_toml v0.20.5 |
477 | 2025-01-14T19:59:28.910Z | Compiling usdt v0.5.0 |
478 | 2025-01-14T19:59:31.925Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
479 | 2025-01-14T19:59:36.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.60s |
480 | 2025-01-14T19:59:36.391Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
481 | 2025-01-14T19:59:36.926Z | Downloading crates ... |
482 | 2025-01-14T19:59:37.056Z | Downloaded array-init v0.0.4 |
483 | 2025-01-14T19:59:37.063Z | Downloaded adler2 v2.0.0 |
484 | 2025-01-14T19:59:37.066Z | Downloaded aead v0.5.2 |
485 | 2025-01-14T19:59:37.068Z | Downloaded headers-core v0.3.0 |
486 | 2025-01-14T19:59:37.070Z | Downloaded argon2 v0.5.3 |
487 | 2025-01-14T19:59:37.073Z | Downloaded addr2line v0.24.2 |
488 | 2025-01-14T19:59:37.079Z | Downloaded cfg_aliases v0.2.1 |
489 | 2025-01-14T19:59:37.082Z | Downloaded async-stream-impl v0.3.6 |
490 | 2025-01-14T19:59:37.084Z | Downloaded heck v0.3.3 |
491 | 2025-01-14T19:59:37.086Z | Downloaded cfg_aliases v0.1.1 |
492 | 2025-01-14T19:59:37.087Z | Downloaded hickory-client v0.24.1 |
493 | 2025-01-14T19:59:37.091Z | Downloaded crunchy v0.2.2 |
494 | 2025-01-14T19:59:37.093Z | Downloaded hubpack_derive v0.1.1 |
495 | 2025-01-14T19:59:37.093Z | Downloaded ciborium-io v0.2.2 |
496 | 2025-01-14T19:59:37.096Z | Downloaded atomicwrites v0.4.4 |
497 | 2025-01-14T19:59:37.100Z | Downloaded ident_case v1.0.1 |
498 | 2025-01-14T19:59:37.103Z | Downloaded cstr-argument v0.1.2 |
499 | 2025-01-14T19:59:37.103Z | Downloaded http-range v0.1.5 |
500 | 2025-01-14T19:59:37.108Z | Downloaded http-body v1.0.1 |
501 | 2025-01-14T19:59:37.111Z | Downloaded ascii-canvas v3.0.0 |
502 | 2025-01-14T19:59:37.111Z | Downloaded is_ci v1.2.0 |
503 | 2025-01-14T19:59:37.111Z | Downloaded icu_provider_macros v1.5.0 |
504 | 2025-01-14T19:59:37.113Z | Downloaded instant v0.1.13 |
505 | 2025-01-14T19:59:37.119Z | Downloaded ahash v0.8.11 |
506 | 2025-01-14T19:59:37.122Z | Downloaded atty v0.2.14 |
507 | 2025-01-14T19:59:37.122Z | Downloaded match_cfg v0.1.0 |
508 | 2025-01-14T19:59:37.125Z | Downloaded crucible-workspace-hack v0.1.0 |
509 | 2025-01-14T19:59:37.128Z | Downloaded md5 v0.7.0 |
510 | 2025-01-14T19:59:37.128Z | Downloaded cmake v0.1.51 |
511 | 2025-01-14T19:59:37.131Z | Downloaded matches v0.1.10 |
512 | 2025-01-14T19:59:37.131Z | Downloaded bit-set v0.5.3 |
513 | 2025-01-14T19:59:37.133Z | Downloaded bb8 v0.8.5 |
514 | 2025-01-14T19:59:37.133Z | Downloaded cexpr v0.6.0 |
515 | 2025-01-14T19:59:37.135Z | Downloaded hex-literal v0.4.1 |
516 | 2025-01-14T19:59:37.138Z | Downloaded chrono-tz-build v0.4.0 |
517 | 2025-01-14T19:59:37.138Z | Downloaded crc v3.2.1 |
518 | 2025-01-14T19:59:37.140Z | Downloaded idna_adapter v1.2.0 |
519 | 2025-01-14T19:59:37.142Z | Downloaded constant_time_eq v0.3.1 |
520 | 2025-01-14T19:59:37.142Z | Downloaded const_format_proc_macros v0.2.33 |
521 | 2025-01-14T19:59:37.145Z | Downloaded hyper-tls v0.6.0 |
522 | 2025-01-14T19:59:37.148Z | Downloaded ctr v0.9.2 |
523 | 2025-01-14T19:59:37.150Z | Downloaded crc-catalog v2.4.0 |
524 | 2025-01-14T19:59:37.152Z | Downloaded home v0.5.9 |
525 | 2025-01-14T19:59:37.152Z | Downloaded hex v0.4.3 |
526 | 2025-01-14T19:59:37.157Z | Downloaded hostname v0.4.0 |
527 | 2025-01-14T19:59:37.157Z | Downloaded humantime v2.1.0 |
528 | 2025-01-14T19:59:37.163Z | Downloaded httpdate v1.0.3 |
529 | 2025-01-14T19:59:37.163Z | Downloaded arrayref v0.3.9 |
530 | 2025-01-14T19:59:37.163Z | Downloaded hubpack v0.1.2 |
531 | 2025-01-14T19:59:37.165Z | Downloaded hostname v0.3.1 |
532 | 2025-01-14T19:59:37.165Z | Downloaded crossbeam-deque v0.8.5 |
533 | 2025-01-14T19:59:37.165Z | Downloaded mime v0.3.17 |
534 | 2025-01-14T19:59:37.169Z | Downloaded atomic-waker v1.1.2 |
535 | 2025-01-14T19:59:37.169Z | Downloaded instability v0.3.2 |
536 | 2025-01-14T19:59:37.172Z | Downloaded cobs v0.2.3 |
537 | 2025-01-14T19:59:37.172Z | Downloaded linked-hash-map v0.5.6 |
538 | 2025-01-14T19:59:37.172Z | Downloaded linear-map v1.2.0 |
539 | 2025-01-14T19:59:37.174Z | Downloaded memoffset v0.9.1 |
540 | 2025-01-14T19:59:37.177Z | Downloaded curve25519-dalek-derive v0.1.1 |
541 | 2025-01-14T19:59:37.177Z | Downloaded buf-list v1.0.3 |
542 | 2025-01-14T19:59:37.179Z | Downloaded managed v0.8.0 |
543 | 2025-01-14T19:59:37.181Z | Downloaded indoc v1.0.9 |
544 | 2025-01-14T19:59:37.184Z | Downloaded lazycell v1.3.0 |
545 | 2025-01-14T19:59:37.187Z | Downloaded async-recursion v1.1.1 |
546 | 2025-01-14T19:59:37.189Z | Downloaded maybe-uninit v2.0.0 |
547 | 2025-01-14T19:59:37.189Z | Downloaded lru-cache v0.1.2 |
548 | 2025-01-14T19:59:37.192Z | Downloaded lalrpop-util v0.19.12 |
549 | 2025-01-14T19:59:37.192Z | Downloaded impl-trait-for-tuples v0.2.2 |
550 | 2025-01-14T19:59:37.194Z | Downloaded bitfield-struct v0.6.2 |
551 | 2025-01-14T19:59:37.197Z | Downloaded kstat-rs v0.2.4 |
552 | 2025-01-14T19:59:37.199Z | Downloaded darling v0.20.10 |
553 | 2025-01-14T19:59:37.202Z | Downloaded rand_chacha v0.3.1 |
554 | 2025-01-14T19:59:37.204Z | Downloaded lru v0.12.5 |
555 | 2025-01-14T19:59:37.207Z | Downloaded libsw v3.3.1 |
556 | 2025-01-14T19:59:37.210Z | Downloaded lazy_static v1.5.0 |
557 | 2025-01-14T19:59:37.210Z | Downloaded sigpipe v0.1.3 |
558 | 2025-01-14T19:59:37.212Z | Downloaded console v0.15.8 |
559 | 2025-01-14T19:59:37.215Z | Downloaded arrayvec v0.7.6 |
560 | 2025-01-14T19:59:37.215Z | Downloaded icu_locid_transform v1.5.0 |
561 | 2025-01-14T19:59:37.218Z | Downloaded crc32fast v1.4.2 |
562 | 2025-01-14T19:59:37.221Z | Downloaded async-stream v0.3.6 |
563 | 2025-01-14T19:59:37.224Z | Downloaded libloading v0.8.5 |
564 | 2025-01-14T19:59:37.227Z | Downloaded highway v1.2.0 |
565 | 2025-01-14T19:59:37.235Z | Downloaded ciborium v0.2.2 |
566 | 2025-01-14T19:59:37.236Z | Downloaded iana-time-zone v0.1.61 |
567 | 2025-01-14T19:59:37.236Z | Downloaded lockfree-object-pool v0.1.6 |
568 | 2025-01-14T19:59:37.236Z | Downloaded mime_guess v2.0.5 |
569 | 2025-01-14T19:59:37.245Z | Downloaded memmap2 v0.9.5 |
570 | 2025-01-14T19:59:37.245Z | Downloaded litemap v0.7.3 |
571 | 2025-01-14T19:59:37.245Z | Downloaded cookie_store v0.21.0 |
572 | 2025-01-14T19:59:37.245Z | Downloaded colored v2.1.0 |
573 | 2025-01-14T19:59:37.251Z | Downloaded jobserver v0.1.32 |
574 | 2025-01-14T19:59:37.256Z | Downloaded tower-service v0.3.3 |
575 | 2025-01-14T19:59:37.256Z | Downloaded toolchain_find v0.4.0 |
576 | 2025-01-14T19:59:37.256Z | Downloaded tinyvec_macros v0.1.1 |
577 | 2025-01-14T19:59:37.256Z | Downloaded hyper-rustls v0.27.3 |
578 | 2025-01-14T19:59:37.256Z | Downloaded ipnet v2.10.1 |
579 | 2025-01-14T19:59:37.259Z | Downloaded icu_locid v1.5.0 |
580 | 2025-01-14T19:59:37.262Z | Downloaded md-5 v0.10.6 |
581 | 2025-01-14T19:59:37.264Z | Downloaded zone_cfg_derive v0.3.0 |
582 | 2025-01-14T19:59:37.268Z | Downloaded csv-core v0.1.11 |
583 | 2025-01-14T19:59:37.268Z | Downloaded blowfish v0.9.1 |
584 | 2025-01-14T19:59:37.271Z | Downloaded lock_api v0.4.12 |
585 | 2025-01-14T19:59:37.271Z | Downloaded diesel_table_macro_syntax v0.2.0 |
586 | 2025-01-14T19:59:37.271Z | Downloaded arc-swap v1.7.1 |
587 | 2025-01-14T19:59:37.274Z | Downloaded slog-json v2.6.1 |
588 | 2025-01-14T19:59:37.277Z | Downloaded termios v0.3.3 |
589 | 2025-01-14T19:59:37.280Z | Downloaded structmeta-derive v0.2.0 |
590 | 2025-01-14T19:59:37.280Z | Downloaded rustc_version v0.4.1 |
591 | 2025-01-14T19:59:37.282Z | Downloaded signal-hook-mio v0.2.4 |
592 | 2025-01-14T19:59:37.282Z | Downloaded rustls-pemfile v1.0.4 |
593 | 2025-01-14T19:59:37.287Z | Downloaded indexmap v1.9.3 |
594 | 2025-01-14T19:59:37.290Z | Downloaded httparse v1.9.5 |
595 | 2025-01-14T19:59:37.292Z | Downloaded const-oid v0.9.6 |
596 | 2025-01-14T19:59:37.295Z | Downloaded base64ct v1.6.0 |
597 | 2025-01-14T19:59:37.297Z | Downloaded hmac v0.12.1 |
598 | 2025-01-14T19:59:37.300Z | Downloaded icu_provider v1.5.0 |
599 | 2025-01-14T19:59:37.303Z | Downloaded crossbeam-utils v0.8.20 |
600 | 2025-01-14T19:59:37.305Z | Downloaded stable_deref_trait v1.2.0 |
601 | 2025-01-14T19:59:37.307Z | Downloaded num-conv v0.1.0 |
602 | 2025-01-14T19:59:37.307Z | Downloaded clang-sys v1.8.1 |
603 | 2025-01-14T19:59:37.310Z | Downloaded oso-derive v0.27.3 |
604 | 2025-01-14T19:59:37.312Z | Downloaded icu_normalizer_data v1.5.0 |
605 | 2025-01-14T19:59:37.312Z | Downloaded pretty-hex v0.2.1 |
606 | 2025-01-14T19:59:37.315Z | Downloaded subtle v2.6.1 |
607 | 2025-01-14T19:59:37.317Z | Downloaded untrusted v0.9.0 |
608 | 2025-01-14T19:59:37.317Z | Downloaded untrusted v0.7.1 |
609 | 2025-01-14T19:59:37.320Z | Downloaded phf_shared v0.10.0 |
610 | 2025-01-14T19:59:37.320Z | Downloaded tinystr v0.7.6 |
611 | 2025-01-14T19:59:37.323Z | Downloaded xz2 v0.1.7 |
612 | 2025-01-14T19:59:37.325Z | Downloaded defmt-macros v0.3.9 |
613 | 2025-01-14T19:59:37.328Z | Downloaded pbkdf2 v0.11.0 |
614 | 2025-01-14T19:59:37.330Z | Downloaded cancel-safe-futures v0.1.5 |
615 | 2025-01-14T19:59:37.333Z | Downloaded zerofrom-derive v0.1.4 |
616 | 2025-01-14T19:59:37.335Z | Downloaded xattr v1.3.1 |
617 | 2025-01-14T19:59:37.337Z | Downloaded dsl_auto_type v0.1.2 |
618 | 2025-01-14T19:59:37.337Z | Downloaded universal-hash v0.5.1 |
619 | 2025-01-14T19:59:37.340Z | Downloaded icu_locid_transform_data v1.5.0 |
620 | 2025-01-14T19:59:37.342Z | Downloaded strum v0.26.3 |
621 | 2025-01-14T19:59:37.342Z | Downloaded flagset v0.4.6 |
622 | 2025-01-14T19:59:37.345Z | Downloaded fixedbitset v0.4.2 |
623 | 2025-01-14T19:59:37.345Z | Downloaded tls_codec v0.4.1 |
624 | 2025-01-14T19:59:37.348Z | Downloaded embedded-io v0.6.1 |
625 | 2025-01-14T19:59:37.350Z | Downloaded futures-executor v0.3.31 |
626 | 2025-01-14T19:59:37.350Z | Downloaded newtype-uuid v1.1.3 |
627 | 2025-01-14T19:59:37.353Z | Downloaded rustls-pemfile v2.2.0 |
628 | 2025-01-14T19:59:37.355Z | Downloaded smallvec v1.13.2 |
629 | 2025-01-14T19:59:37.358Z | Downloaded chacha20poly1305 v0.10.1 |
630 | 2025-01-14T19:59:37.358Z | Downloaded base64 v0.13.1 |
631 | 2025-01-14T19:59:37.361Z | Downloaded indicatif v0.17.9 |
632 | 2025-01-14T19:59:37.365Z | Downloaded icu_normalizer v1.5.0 |
633 | 2025-01-14T19:59:37.371Z | Downloaded bytes v1.8.0 |
634 | 2025-01-14T19:59:37.375Z | Downloaded num_enum v0.5.11 |
635 | 2025-01-14T19:59:37.378Z | Downloaded path-slash v0.1.5 |
636 | 2025-01-14T19:59:37.381Z | Downloaded paste v1.0.15 |
637 | 2025-01-14T19:59:37.384Z | Downloaded write16 v1.0.0 |
638 | 2025-01-14T19:59:37.384Z | Downloaded nodrop v0.1.14 |
639 | 2025-01-14T19:59:37.388Z | Downloaded float-cmp v0.9.0 |
640 | 2025-01-14T19:59:37.388Z | Downloaded progenitor-impl v0.8.0 |
641 | 2025-01-14T19:59:37.390Z | Downloaded zone_cfg_derive v0.1.2 |
642 | 2025-01-14T19:59:37.390Z | Downloaded zeroize v1.8.1 |
643 | 2025-01-14T19:59:37.393Z | Downloaded phf_generator v0.11.2 |
644 | 2025-01-14T19:59:37.393Z | Downloaded pkg-config v0.3.31 |
645 | 2025-01-14T19:59:37.395Z | Downloaded rustls-pki-types v1.10.0 |
646 | 2025-01-14T19:59:37.398Z | Downloaded scopeguard v1.2.0 |
647 | 2025-01-14T19:59:37.401Z | Downloaded ref-cast v1.0.23 |
648 | 2025-01-14T19:59:37.404Z | Downloaded openssl-macros v0.1.1 |
649 | 2025-01-14T19:59:37.404Z | Downloaded fxhash v0.2.1 |
650 | 2025-01-14T19:59:37.404Z | Downloaded downcast v0.11.0 |
651 | 2025-01-14T19:59:37.407Z | Downloaded rand_xorshift v0.3.0 |
652 | 2025-01-14T19:59:37.407Z | Downloaded env_logger v0.11.5 |
653 | 2025-01-14T19:59:37.409Z | Downloaded env_logger v0.10.2 |
654 | 2025-01-14T19:59:37.412Z | Downloaded strum_macros v0.25.3 |
655 | 2025-01-14T19:59:37.415Z | Downloaded foreign-types-shared v0.3.1 |
656 | 2025-01-14T19:59:37.418Z | Downloaded icu_collections v1.5.0 |
657 | 2025-01-14T19:59:37.422Z | Downloaded opaque-debug v0.3.1 |
658 | 2025-01-14T19:59:37.424Z | Downloaded defmt v0.3.8 |
659 | 2025-01-14T19:59:37.427Z | Downloaded strum_macros v0.24.3 |
660 | 2025-01-14T19:59:37.429Z | Downloaded futures-channel v0.3.31 |
661 | 2025-01-14T19:59:37.432Z | Downloaded hyper-util v0.1.10 |
662 | 2025-01-14T19:59:37.437Z | Downloaded heapless v0.8.0 |
663 | 2025-01-14T19:59:37.440Z | Downloaded owo-colors v4.1.0 |
664 | 2025-01-14T19:59:37.444Z | Downloaded globset v0.4.15 |
665 | 2025-01-14T19:59:37.447Z | Downloaded crypto-bigint v0.5.5 |
666 | 2025-01-14T19:59:37.464Z | Downloaded sqlparser_derive v0.2.2 |
667 | 2025-01-14T19:59:37.467Z | Downloaded parse-size v1.1.0 |
668 | 2025-01-14T19:59:37.467Z | Downloaded utf8_iter v1.0.4 |
669 | 2025-01-14T19:59:37.470Z | Downloaded serde_with_macros v3.11.0 |
670 | 2025-01-14T19:59:37.470Z | Downloaded serde_urlencoded v0.7.1 |
671 | 2025-01-14T19:59:37.473Z | Downloaded poly1305 v0.8.0 |
672 | 2025-01-14T19:59:37.475Z | Downloaded fallible-iterator v0.2.0 |
673 | 2025-01-14T19:59:37.477Z | Downloaded display-error-chain v0.2.2 |
674 | 2025-01-14T19:59:37.477Z | Downloaded deranged v0.3.11 |
675 | 2025-01-14T19:59:37.480Z | Downloaded zone v0.3.0 |
676 | 2025-01-14T19:59:37.480Z | Downloaded writeable v0.5.5 |
677 | 2025-01-14T19:59:37.483Z | Downloaded hashlink v0.9.1 |
678 | 2025-01-14T19:59:37.487Z | Downloaded hickory-server v0.24.1 |
679 | 2025-01-14T19:59:37.492Z | Downloaded structmeta-derive v0.3.0 |
680 | 2025-01-14T19:59:37.494Z | Downloaded rusty-fork v0.3.0 |
681 | 2025-01-14T19:59:37.496Z | Downloaded http v1.1.0 |
682 | 2025-01-14T19:59:37.499Z | Downloaded hickory-resolver v0.24.1 |
683 | 2025-01-14T19:59:37.504Z | Downloaded dhcproto-macros v0.1.0 |
684 | 2025-01-14T19:59:37.507Z | Downloaded hash32 v0.2.1 |
685 | 2025-01-14T19:59:37.507Z | Downloaded filetime v0.2.25 |
686 | 2025-01-14T19:59:37.509Z | Downloaded num-traits v0.2.19 |
687 | 2025-01-14T19:59:37.513Z | Downloaded nibble_vec v0.1.0 |
688 | 2025-01-14T19:59:37.515Z | Downloaded tokio-rustls v0.26.0 |
689 | 2025-01-14T19:59:37.518Z | Downloaded tokio-rustls v0.25.0 |
690 | 2025-01-14T19:59:37.521Z | Downloaded uzers v0.12.1 |
691 | 2025-01-14T19:59:37.524Z | Downloaded subprocess v0.2.9 |
692 | 2025-01-14T19:59:37.527Z | Downloaded prettyplease v0.2.25 |
693 | 2025-01-14T19:59:37.530Z | Downloaded normalize-line-endings v0.3.0 |
694 | 2025-01-14T19:59:37.532Z | Downloaded parse-display v0.10.0 |
695 | 2025-01-14T19:59:37.532Z | Downloaded wyz v0.5.1 |
696 | 2025-01-14T19:59:37.534Z | Downloaded minimal-lexical v0.2.1 |
697 | 2025-01-14T19:59:37.539Z | Downloaded slog-dtrace v0.3.0 |
698 | 2025-01-14T19:59:37.541Z | Downloaded semver v0.1.20 |
699 | 2025-01-14T19:59:37.544Z | Downloaded schemars_derive v0.8.21 |
700 | 2025-01-14T19:59:37.547Z | Downloaded slog-envlogger v2.2.0 |
701 | 2025-01-14T19:59:37.547Z | Downloaded rustc-hash v1.1.0 |
702 | 2025-01-14T19:59:37.549Z | Downloaded strip-ansi-escapes v0.2.0 |
703 | 2025-01-14T19:59:37.549Z | Downloaded crossbeam-channel v0.5.13 |
704 | 2025-01-14T19:59:37.554Z | Downloaded utf16_iter v1.0.5 |
705 | 2025-01-14T19:59:37.556Z | Downloaded publicsuffix v2.2.3 |
706 | 2025-01-14T19:59:37.559Z | Downloaded const_format v0.2.33 |
707 | 2025-01-14T19:59:37.564Z | Downloaded slog v2.7.0 |
708 | 2025-01-14T19:59:37.568Z | Downloaded stringprep v0.1.5 |
709 | 2025-01-14T19:59:37.571Z | Downloaded float-ord v0.3.2 |
710 | 2025-01-14T19:59:37.573Z | Downloaded fd-lock v4.0.2 |
711 | 2025-01-14T19:59:37.576Z | Downloaded group v0.13.0 |
712 | 2025-01-14T19:59:37.578Z | Downloaded unicode-xid v0.2.6 |
713 | 2025-01-14T19:59:37.578Z | Downloaded ghash v0.5.1 |
714 | 2025-01-14T19:59:37.581Z | Downloaded oso v0.27.3 |
715 | 2025-01-14T19:59:37.584Z | Downloaded url v2.5.3 |
716 | 2025-01-14T19:59:37.588Z | Downloaded packed_struct v0.10.1 |
717 | 2025-01-14T19:59:37.590Z | Downloaded num v0.4.3 |
718 | 2025-01-14T19:59:37.593Z | Downloaded time-core v0.1.2 |
719 | 2025-01-14T19:59:37.593Z | Downloaded ed25519 v2.2.3 |
720 | 2025-01-14T19:59:37.596Z | Downloaded uuid v1.11.0 |
721 | 2025-01-14T19:59:37.599Z | Downloaded gethostname v0.5.0 |
722 | 2025-01-14T19:59:37.601Z | Downloaded value-bag v1.9.0 |
723 | 2025-01-14T19:59:37.604Z | Downloaded darling_macro v0.20.10 |
724 | 2025-01-14T19:59:37.607Z | Downloaded psl-types v2.0.11 |
725 | 2025-01-14T19:59:37.607Z | Downloaded percent-encoding v2.3.1 |
726 | 2025-01-14T19:59:37.609Z | Downloaded tap v1.0.1 |
727 | 2025-01-14T19:59:37.609Z | Downloaded slab v0.4.9 |
728 | 2025-01-14T19:59:37.612Z | Downloaded rustc-demangle v0.1.24 |
729 | 2025-01-14T19:59:37.615Z | Downloaded tokio-tungstenite v0.23.1 |
730 | 2025-01-14T19:59:37.617Z | Downloaded tokio-stream v0.1.16 |
731 | 2025-01-14T19:59:37.622Z | Downloaded salsa20 v0.10.2 |
732 | 2025-01-14T19:59:37.624Z | Downloaded tokio-tungstenite v0.21.0 |
733 | 2025-01-14T19:59:37.627Z | Downloaded serde_yaml v0.9.34+deprecated |
734 | 2025-01-14T19:59:37.630Z | Downloaded libm v0.2.8 |
735 | 2025-01-14T19:59:37.640Z | Downloaded newline-converter v0.3.0 |
736 | 2025-01-14T19:59:37.642Z | Downloaded new_debug_unreachable v1.0.6 |
737 | 2025-01-14T19:59:37.642Z | Downloaded signal-hook-tokio v0.3.1 |
738 | 2025-01-14T19:59:37.644Z | Downloaded siphasher v0.3.11 |
739 | 2025-01-14T19:59:37.647Z | Downloaded signature v2.2.0 |
740 | 2025-01-14T19:59:37.647Z | Downloaded shlex v1.3.0 |
741 | 2025-01-14T19:59:37.650Z | Downloaded yoke v0.7.4 |
742 | 2025-01-14T19:59:37.652Z | Downloaded tokio-native-tls v0.3.1 |
743 | 2025-01-14T19:59:37.655Z | Downloaded diesel_derives v2.2.3 |
744 | 2025-01-14T19:59:37.658Z | Downloaded serde-big-array v0.5.1 |
745 | 2025-01-14T19:59:37.660Z | Downloaded precomputed-hash v0.1.1 |
746 | 2025-01-14T19:59:37.660Z | Downloaded nu-ansi-term v0.50.1 |
747 | 2025-01-14T19:59:37.663Z | Downloaded libxml v0.3.3 |
748 | 2025-01-14T19:59:37.671Z | Downloaded unicode-truncate v1.1.0 |
749 | 2025-01-14T19:59:37.673Z | Downloaded zerofrom v0.1.4 |
750 | 2025-01-14T19:59:37.676Z | Downloaded thiserror-no-std v2.0.2 |
751 | 2025-01-14T19:59:37.679Z | Downloaded which v4.4.2 |
752 | 2025-01-14T19:59:37.682Z | Downloaded polyval v0.6.2 |
753 | 2025-01-14T19:59:37.684Z | Downloaded mockall v0.13.0 |
754 | 2025-01-14T19:59:37.687Z | Downloaded foreign-types v0.3.2 |
755 | 2025-01-14T19:59:37.687Z | Downloaded defmt-parser v0.3.4 |
756 | 2025-01-14T19:59:37.691Z | Downloaded debug-ignore v1.0.5 |
757 | 2025-01-14T19:59:37.691Z | Downloaded unicode-properties v0.1.3 |
758 | 2025-01-14T19:59:37.694Z | Downloaded postcard v1.0.10 |
759 | 2025-01-14T19:59:37.696Z | Downloaded tracing-core v0.1.32 |
760 | 2025-01-14T19:59:37.698Z | Downloaded unicode_categories v0.1.1 |
761 | 2025-01-14T19:59:37.701Z | Downloaded rsa v0.9.6 |
762 | 2025-01-14T19:59:37.707Z | Downloaded ron v0.8.1 |
763 | 2025-01-14T19:59:37.714Z | Downloaded derive_more v0.99.18 |
764 | 2025-01-14T19:59:37.719Z | Downloaded pbkdf2 v0.12.2 |
765 | 2025-01-14T19:59:37.721Z | Downloaded zopfli v0.8.1 |
766 | 2025-01-14T19:59:37.724Z | Downloaded crossterm v0.28.1 |
767 | 2025-01-14T19:59:37.732Z | Downloaded russh-cryptovec v0.7.3 |
768 | 2025-01-14T19:59:37.735Z | Downloaded proc-macro-crate v1.3.1 |
769 | 2025-01-14T19:59:37.738Z | Downloaded whoami v1.5.2 |
770 | 2025-01-14T19:59:37.738Z | Downloaded rcgen v0.12.1 |
771 | 2025-01-14T19:59:37.741Z | Downloaded typify-macro v0.2.0 |
772 | 2025-01-14T19:59:37.743Z | Downloaded ssh-encoding v0.2.0 |
773 | 2025-01-14T19:59:37.745Z | Downloaded serde-hex v0.1.0 |
774 | 2025-01-14T19:59:37.748Z | Downloaded itertools v0.10.5 |
775 | 2025-01-14T19:59:37.754Z | Downloaded mirai-annotations v1.12.0 |
776 | 2025-01-14T19:59:37.757Z | Downloaded difflib v0.4.0 |
777 | 2025-01-14T19:59:37.757Z | Downloaded futures-task v0.3.31 |
778 | 2025-01-14T19:59:37.759Z | Downloaded zeroize_derive v1.4.2 |
779 | 2025-01-14T19:59:37.759Z | Downloaded num-iter v0.1.45 |
780 | 2025-01-14T19:59:37.761Z | Downloaded num-complex v0.4.6 |
781 | 2025-01-14T19:59:37.764Z | Downloaded flate2 v1.0.34 |
782 | 2025-01-14T19:59:37.770Z | Downloaded foldhash v0.1.3 |
783 | 2025-01-14T19:59:37.772Z | Downloaded dhcproto v0.12.0 |
784 | 2025-01-14T19:59:37.775Z | Downloaded hyper v1.5.0 |
785 | 2025-01-14T19:59:37.782Z | Downloaded peg-runtime v0.8.3 |
786 | 2025-01-14T19:59:37.785Z | Downloaded password-hash v0.5.0 |
787 | 2025-01-14T19:59:37.788Z | Downloaded radium v0.7.0 |
788 | 2025-01-14T19:59:37.798Z | Downloaded take_mut v0.2.2 |
789 | 2025-01-14T19:59:37.798Z | Downloaded itertools v0.13.0 |
790 | 2025-01-14T19:59:37.801Z | Downloaded predicates v3.1.2 |
791 | 2025-01-14T19:59:37.801Z | Downloaded postgres-types v0.2.8 |
792 | 2025-01-14T19:59:37.803Z | Downloaded snafu-derive v0.8.5 |
793 | 2025-01-14T19:59:37.806Z | Downloaded foreign-types-macros v0.2.3 |
794 | 2025-01-14T19:59:37.808Z | Downloaded rustfmt-wrapper v0.2.1 |
795 | 2025-01-14T19:59:37.808Z | Downloaded spki v0.7.3 |
796 | 2025-01-14T19:59:37.811Z | Downloaded endian-type v0.1.2 |
797 | 2025-01-14T19:59:37.811Z | Downloaded vte_generate_state_changes v0.1.2 |
798 | 2025-01-14T19:59:37.813Z | Downloaded spin v0.9.8 |
799 | 2025-01-14T19:59:37.815Z | Downloaded tokio-macros v2.4.0 |
800 | 2025-01-14T19:59:37.818Z | Downloaded tls_codec_derive v0.4.1 |
801 | 2025-01-14T19:59:37.821Z | Downloaded unicase v2.7.0 |
802 | 2025-01-14T19:59:37.821Z | Downloaded tiny-keccak v2.0.2 |
803 | 2025-01-14T19:59:37.824Z | Downloaded progenitor-client v0.8.0 |
804 | 2025-01-14T19:59:37.827Z | Downloaded tough v0.19.0 |
805 | 2025-01-14T19:59:37.834Z | Downloaded derive_builder v0.20.2 |
806 | 2025-01-14T19:59:37.840Z | Downloaded idna v1.0.3 |
807 | 2025-01-14T19:59:37.845Z | Downloaded want v0.3.1 |
808 | 2025-01-14T19:59:37.847Z | Downloaded tokio-postgres v0.7.12 |
809 | 2025-01-14T19:59:37.853Z | Downloaded yoke-derive v0.7.4 |
810 | 2025-01-14T19:59:37.855Z | Downloaded rfc6979 v0.4.0 |
811 | 2025-01-14T19:59:37.855Z | Downloaded resolv-conf v0.7.0 |
812 | 2025-01-14T19:59:37.858Z | Downloaded pin-project-lite v0.2.14 |
813 | 2025-01-14T19:59:37.863Z | Downloaded pin-project-internal v1.1.6 |
814 | 2025-01-14T19:59:37.866Z | Downloaded same-file v1.0.6 |
815 | 2025-01-14T19:59:37.868Z | Downloaded zerocopy-derive v0.8.10 |
816 | 2025-01-14T19:59:37.875Z | Downloaded termtree v0.4.1 |
817 | 2025-01-14T19:59:37.877Z | Downloaded aes-gcm v0.10.3 |
818 | 2025-01-14T19:59:37.880Z | Downloaded foreign-types v0.5.0 |
819 | 2025-01-14T19:59:37.883Z | Downloaded env_filter v0.1.2 |
820 | 2025-01-14T19:59:37.885Z | Downloaded num_threads v0.1.7 |
821 | 2025-01-14T19:59:37.885Z | Downloaded serde_derive_internals v0.29.1 |
822 | 2025-01-14T19:59:37.887Z | Downloaded toml v0.7.8 |
823 | 2025-01-14T19:59:37.890Z | Downloaded derive_builder_macro v0.20.2 |
824 | 2025-01-14T19:59:37.893Z | Downloaded sync-ptr v0.1.1 |
825 | 2025-01-14T19:59:37.893Z | Downloaded slog-stdlog v4.1.1 |
826 | 2025-01-14T19:59:37.895Z | Downloaded slog-scope v4.4.0 |
827 | 2025-01-14T19:59:37.897Z | Downloaded progenitor v0.8.0 |
828 | 2025-01-14T19:59:37.900Z | Downloaded dirs-sys-next v0.1.2 |
829 | 2025-01-14T19:59:37.900Z | Downloaded smallvec v0.6.14 |
830 | 2025-01-14T19:59:37.902Z | Downloaded zerocopy v0.6.6 |
831 | 2025-01-14T19:59:37.905Z | Downloaded rustyline v14.0.0 |
832 | 2025-01-14T19:59:37.910Z | Downloaded enum-as-inner v0.5.1 |
833 | 2025-01-14T19:59:37.913Z | Downloaded time v0.3.36 |
834 | 2025-01-14T19:59:37.921Z | Downloaded openssl-probe v0.1.5 |
835 | 2025-01-14T19:59:37.924Z | Downloaded parking_lot_core v0.9.10 |
836 | 2025-01-14T19:59:37.926Z | Downloaded pin-utils v0.1.0 |
837 | 2025-01-14T19:59:37.926Z | Downloaded try-lock v0.2.5 |
838 | 2025-01-14T19:59:37.928Z | Downloaded num_enum_derive v0.5.11 |
839 | 2025-01-14T19:59:37.928Z | Downloaded num-integer v0.1.46 |
840 | 2025-01-14T19:59:37.932Z | Downloaded num-derive v0.4.2 |
841 | 2025-01-14T19:59:37.934Z | Downloaded parking_lot_core v0.8.6 |
842 | 2025-01-14T19:59:37.936Z | Downloaded sha1 v0.10.6 |
843 | 2025-01-14T19:59:37.936Z | Downloaded vsss-rs v3.3.4 |
844 | 2025-01-14T19:59:37.939Z | Downloaded peg-macros v0.8.4 |
845 | 2025-01-14T19:59:37.942Z | Downloaded ron v0.7.1 |
846 | 2025-01-14T19:59:37.947Z | Downloaded tungstenite v0.23.0 |
847 | 2025-01-14T19:59:37.951Z | Downloaded tabwriter v1.4.0 |
848 | 2025-01-14T19:59:37.953Z | Downloaded termcolor v1.4.1 |
849 | 2025-01-14T19:59:37.955Z | Downloaded synstructure v0.13.1 |
850 | 2025-01-14T19:59:37.955Z | Downloaded walkdir v2.5.0 |
851 | 2025-01-14T19:59:37.958Z | Downloaded number_prefix v0.4.0 |
852 | 2025-01-14T19:59:37.962Z | Downloaded wait-timeout v0.2.0 |
853 | 2025-01-14T19:59:37.962Z | Downloaded pem-rfc7468 v0.7.0 |
854 | 2025-01-14T19:59:37.964Z | Downloaded serde_repr v0.1.19 |
855 | 2025-01-14T19:59:37.964Z | Downloaded dyn-clone v1.0.17 |
856 | 2025-01-14T19:59:37.967Z | Downloaded supports-color v3.0.1 |
857 | 2025-01-14T19:59:37.969Z | Downloaded scheduled-thread-pool v0.2.7 |
858 | 2025-01-14T19:59:37.969Z | Downloaded slog-term v2.9.1 |
859 | 2025-01-14T19:59:37.972Z | Downloaded term v0.7.0 |
860 | 2025-01-14T19:59:37.975Z | Downloaded parking_lot v0.12.3 |
861 | 2025-01-14T19:59:37.978Z | Downloaded der v0.7.9 |
862 | 2025-01-14T19:59:37.984Z | Downloaded nanorand v0.7.0 |
863 | 2025-01-14T19:59:37.987Z | Downloaded multimap v0.10.0 |
864 | 2025-01-14T19:59:37.990Z | Downloaded twox-hash v1.6.3 |
865 | 2025-01-14T19:59:37.992Z | Downloaded zerovec-derive v0.10.3 |
866 | 2025-01-14T19:59:37.992Z | Downloaded num-bigint v0.4.6 |
867 | 2025-01-14T19:59:37.998Z | Downloaded phf_shared v0.11.2 |
868 | 2025-01-14T19:59:38.001Z | Downloaded phf_codegen v0.11.2 |
869 | 2025-01-14T19:59:38.001Z | Downloaded pem v3.0.4 |
870 | 2025-01-14T19:59:38.003Z | Downloaded packed_struct_codegen v0.10.1 |
871 | 2025-01-14T19:59:38.003Z | Downloaded openssl-sys v0.9.103 |
872 | 2025-01-14T19:59:38.010Z | Downloaded serde_plain v1.0.2 |
873 | 2025-01-14T19:59:38.012Z | Downloaded structmeta v0.3.0 |
874 | 2025-01-14T19:59:38.012Z | Downloaded smf v0.2.3 |
875 | 2025-01-14T19:59:38.013Z | Downloaded string_cache v0.8.7 |
876 | 2025-01-14T19:59:38.015Z | Downloaded zone v0.1.8 |
877 | 2025-01-14T19:59:38.015Z | Downloaded tokio-tungstenite v0.24.0 |
878 | 2025-01-14T19:59:38.019Z | Downloaded fragile v2.0.0 |
879 | 2025-01-14T19:59:38.022Z | Downloaded foreign-types-shared v0.1.1 |
880 | 2025-01-14T19:59:38.022Z | Downloaded pkcs1 v0.7.5 |
881 | 2025-01-14T19:59:38.025Z | Downloaded embedded-io v0.4.0 |
882 | 2025-01-14T19:59:38.027Z | Downloaded rand_seeder v0.3.0 |
883 | 2025-01-14T19:59:38.027Z | Downloaded nom v7.1.3 |
884 | 2025-01-14T19:59:38.032Z | Downloaded rand_core v0.6.4 |
885 | 2025-01-14T19:59:38.035Z | Downloaded futures-sink v0.3.31 |
886 | 2025-01-14T19:59:38.039Z | Downloaded futures-macro v0.3.31 |
887 | 2025-01-14T19:59:38.039Z | Downloaded olpc-cjson v0.1.4 |
888 | 2025-01-14T19:59:38.039Z | Downloaded r2d2 v0.8.10 |
889 | 2025-01-14T19:59:38.047Z | Downloaded multer v3.1.0 |
890 | 2025-01-14T19:59:38.050Z | Downloaded ed25519-dalek v2.1.1 |
891 | 2025-01-14T19:59:38.050Z | Downloaded rayon v1.10.0 |
892 | 2025-01-14T19:59:38.057Z | Downloaded structmeta v0.2.0 |
893 | 2025-01-14T19:59:38.059Z | Downloaded pkcs8 v0.10.2 |
894 | 2025-01-14T19:59:38.062Z | Downloaded hash32 v0.3.1 |
895 | 2025-01-14T19:59:38.064Z | Downloaded typify v0.2.0 |
896 | 2025-01-14T19:59:38.066Z | Downloaded samael v0.0.17 |
897 | 2025-01-14T19:59:38.071Z | Downloaded rusqlite v0.32.1 |
898 | 2025-01-14T19:59:38.078Z | Downloaded form_urlencoded v1.2.1 |
899 | 2025-01-14T19:59:38.080Z | Downloaded tui-tree-widget v0.22.0 |
900 | 2025-01-14T19:59:38.083Z | Downloaded serde_path_to_error v0.1.16 |
901 | 2025-01-14T19:59:38.083Z | Downloaded quinn-udp v0.5.5 |
902 | 2025-01-14T19:59:38.087Z | Downloaded vte v0.11.1 |
903 | 2025-01-14T19:59:38.089Z | Downloaded mockall_derive v0.13.0 |
904 | 2025-01-14T19:59:38.089Z | Downloaded dropshot_endpoint v0.12.0 |
905 | 2025-01-14T19:59:38.092Z | Downloaded derive_builder_core v0.20.2 |
906 | 2025-01-14T19:59:38.094Z | Downloaded blake3 v1.5.4 |
907 | 2025-01-14T19:59:38.103Z | Downloaded dropshot_endpoint v0.13.0 |
908 | 2025-01-14T19:59:38.107Z | Downloaded aws-lc-rs v1.10.0 |
909 | 2025-01-14T19:59:38.117Z | Downloaded parking_lot v0.11.2 |
910 | 2025-01-14T19:59:38.119Z | Downloaded tungstenite v0.21.0 |
911 | 2025-01-14T19:59:38.124Z | Downloaded tar v0.4.42 |
912 | 2025-01-14T19:59:38.127Z | Downloaded pin-project v1.1.6 |
913 | 2025-01-14T19:59:38.139Z | Downloaded elliptic-curve v0.13.8 |
914 | 2025-01-14T19:59:38.144Z | Downloaded omicron-zone-package v0.12.0 |
915 | 2025-01-14T19:59:38.148Z | Downloaded reedline v0.35.0 |
916 | 2025-01-14T19:59:38.155Z | Downloaded num-bigint-dig v0.8.4 |
917 | 2025-01-14T19:59:38.161Z | Downloaded h2 v0.4.6 |
918 | 2025-01-14T19:59:38.169Z | Downloaded p521 v0.13.3 |
919 | 2025-01-14T19:59:38.172Z | Downloaded expectorate v1.1.0 |
920 | 2025-01-14T19:59:38.175Z | Downloaded bitvec v1.0.1 |
921 | 2025-01-14T19:59:38.192Z | Downloaded zip v0.6.6 |
922 | 2025-01-14T19:59:38.196Z | Downloaded tungstenite v0.24.0 |
923 | 2025-01-14T19:59:38.199Z | Downloaded rand v0.8.5 |
924 | 2025-01-14T19:59:38.203Z | Downloaded quick-xml v0.33.0 |
925 | 2025-01-14T19:59:38.210Z | Downloaded sqlparser v0.45.0 |
926 | 2025-01-14T19:59:38.216Z | Downloaded mio v1.0.2 |
927 | 2025-01-14T19:59:38.223Z | Downloaded zip v2.1.3 |
928 | 2025-01-14T19:59:38.227Z | Downloaded unicode-segmentation v1.12.0 |
929 | 2025-01-14T19:59:38.231Z | Downloaded hashbrown v0.12.3 |
930 | 2025-01-14T19:59:38.236Z | Downloaded bindgen v0.69.5 |
931 | 2025-01-14T19:59:38.244Z | Downloaded tracing v0.1.40 |
932 | 2025-01-14T19:59:38.249Z | Downloaded tokio-util v0.7.12 |
933 | 2025-01-14T19:59:38.256Z | Downloaded chrono v0.4.38 |
934 | 2025-01-14T19:59:38.264Z | Downloaded idna v0.5.0 |
935 | 2025-01-14T19:59:38.272Z | Downloaded typed-path v0.9.3 |
936 | 2025-01-14T19:59:38.280Z | Downloaded russh v0.45.0 |
937 | 2025-01-14T19:59:38.286Z | Downloaded rustls-webpki v0.102.8 |
938 | 2025-01-14T19:59:38.311Z | Downloaded hashbrown v0.13.2 |
939 | 2025-01-14T19:59:38.317Z | Downloaded idna v0.2.3 |
940 | 2025-01-14T19:59:38.326Z | Downloaded unicode-normalization v0.1.24 |
941 | 2025-01-14T19:59:38.332Z | Downloaded hashbrown v0.14.5 |
942 | 2025-01-14T19:59:38.367Z | Downloaded rustls-webpki v0.101.7 |
943 | 2025-01-14T19:59:38.371Z | Downloaded ssh-key v0.6.6 |
944 | 2025-01-14T19:59:38.371Z | Downloaded zerovec v0.10.4 |
945 | 2025-01-14T19:59:38.374Z | Downloaded reqwest v0.12.9 |
946 | 2025-01-14T19:59:38.383Z | Downloaded vcpkg v0.2.15 |
947 | 2025-01-14T19:59:38.424Z | Downloaded nix v0.27.1 |
948 | 2025-01-14T19:59:38.435Z | Downloaded unicode-width v0.2.0 |
949 | 2025-01-14T19:59:38.440Z | Downloaded openssl v0.10.66 |
950 | 2025-01-14T19:59:38.451Z | Downloaded p384 v0.13.0 |
951 | 2025-01-14T19:59:38.458Z | Downloaded webpki-roots v0.26.6 |
952 | 2025-01-14T19:59:38.477Z | Downloaded hickory-proto v0.24.1 |
953 | 2025-01-14T19:59:38.490Z | Downloaded git2 v0.19.0 |
954 | 2025-01-14T19:59:38.531Z | Downloaded chrono-tz v0.10.0 |
955 | 2025-01-14T19:59:38.532Z | Downloaded zerocopy v0.8.10 |
956 | 2025-01-14T19:59:38.532Z | Downloaded object v0.30.4 |
957 | 2025-01-14T19:59:38.557Z | Downloaded nix v0.28.0 |
958 | 2025-01-14T19:59:38.557Z | Downloaded radix_trie v0.2.1 |
959 | 2025-01-14T19:59:38.592Z | Downloaded openapiv3 v2.0.0 |
960 | 2025-01-14T19:59:38.592Z | Downloaded trust-dns-proto v0.22.0 |
961 | 2025-01-14T19:59:38.592Z | Downloaded dropshot v0.12.0 |
962 | 2025-01-14T19:59:38.610Z | Downloaded nix v0.29.0 |
963 | 2025-01-14T19:59:38.611Z | Downloaded rustls v0.21.12 |
964 | 2025-01-14T19:59:38.624Z | Downloaded regress v0.10.1 |
965 | 2025-01-14T19:59:38.624Z | Downloaded smoltcp v0.11.0 |
966 | 2025-01-14T19:59:38.643Z | Downloaded smoltcp v0.9.1 |
967 | 2025-01-14T19:59:38.660Z | Downloaded object v0.36.5 |
968 | 2025-01-14T19:59:38.660Z | Downloaded dropshot v0.13.0 |
969 | 2025-01-14T19:59:38.676Z | Downloaded rustls v0.23.19 |
970 | 2025-01-14T19:59:38.688Z | Downloaded rustls v0.22.4 |
971 | 2025-01-14T19:59:38.706Z | Downloaded sled v0.34.7 |
972 | 2025-01-14T19:59:38.720Z | Downloaded regress v0.9.1 |
973 | 2025-01-14T19:59:38.728Z | Downloaded typify-impl v0.2.0 |
974 | 2025-01-14T19:59:38.745Z | Downloaded diesel v2.2.6 |
975 | 2025-01-14T19:59:38.762Z | Downloaded regex-syntax v0.8.5 |
976 | 2025-01-14T19:59:38.776Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
977 | 2025-01-14T19:59:38.788Z | Downloaded bstr v1.10.0 |
978 | 2025-01-14T19:59:38.808Z | Downloaded ratatui v0.28.1 |
979 | 2025-01-14T19:59:38.814Z | Downloaded regex-syntax v0.6.29 |
980 | 2025-01-14T19:59:38.826Z | Downloaded gimli v0.31.1 |
981 | 2025-01-14T19:59:38.838Z | Downloaded polar-core v0.27.3 |
982 | 2025-01-14T19:59:38.838Z | Downloaded curve25519-dalek v4.1.3 |
983 | 2025-01-14T19:59:38.849Z | Downloaded winnow v0.5.40 |
984 | 2025-01-14T19:59:38.859Z | Downloaded zerocopy-derive v0.6.6 |
985 | 2025-01-14T19:59:38.881Z | Downloaded regex-automata v0.4.8 |
986 | 2025-01-14T19:59:38.885Z | Downloaded salty v0.3.0 |
987 | 2025-01-14T19:59:38.885Z | Downloaded petname v2.0.2 |
988 | 2025-01-14T19:59:38.890Z | Downloaded futures-util v0.3.31 |
989 | 2025-01-14T19:59:38.900Z | Downloaded regex v1.11.1 |
990 | 2025-01-14T19:59:38.914Z | Downloaded proptest v1.5.0 |
991 | 2025-01-14T19:59:38.924Z | Downloaded lzma-sys v0.1.20 |
992 | 2025-01-14T19:59:38.998Z | Downloaded portable-atomic v1.9.0 |
993 | 2025-01-14T19:59:39.032Z | Downloaded petgraph v0.6.5 |
994 | 2025-01-14T19:59:39.033Z | Downloaded sha3 v0.10.8 |
995 | 2025-01-14T19:59:39.033Z | Downloaded libz-sys v1.1.20 |
996 | 2025-01-14T19:59:39.033Z | Downloaded csv v1.3.0 |
997 | 2025-01-14T19:59:39.068Z | Downloaded tokio v1.40.0 |
998 | 2025-01-14T19:59:39.091Z | Downloaded idna v0.3.0 |
999 | 2025-01-14T19:59:39.092Z | Downloaded idna v0.4.0 |
1000 | 2025-01-14T19:59:39.104Z | Downloaded lalrpop v0.19.12 |
1001 | 2025-01-14T19:59:39.104Z | Downloaded quinn-proto v0.11.8 |
1002 | 2025-01-14T19:59:39.104Z | Downloaded yasna v0.5.2 |
1003 | 2025-01-14T19:59:39.109Z | Downloaded schemars v0.8.21 |
1004 | 2025-01-14T19:59:39.115Z | Downloaded icu_properties_data v1.5.0 |
1005 | 2025-01-14T19:59:39.125Z | Downloaded unarray v0.1.4 |
1006 | 2025-01-14T19:59:39.125Z | Downloaded serde_with v3.11.0 |
1007 | 2025-01-14T19:59:39.143Z | Downloaded hkdf v0.12.4 |
1008 | 2025-01-14T19:59:39.143Z | Downloaded parse-zoneinfo v0.3.1 |
1009 | 2025-01-14T19:59:39.153Z | Downloaded sync_wrapper v1.0.1 |
1010 | 2025-01-14T19:59:39.153Z | Downloaded socket2 v0.5.7 |
1011 | 2025-01-14T19:59:39.153Z | Downloaded peg v0.8.4 |
1012 | 2025-01-14T19:59:39.153Z | Downloaded num-rational v0.4.2 |
1013 | 2025-01-14T19:59:39.153Z | Downloaded similar v2.6.0 |
1014 | 2025-01-14T19:59:39.170Z | Downloaded flume v0.11.1 |
1015 | 2025-01-14T19:59:39.172Z | Downloaded itertools v0.12.1 |
1016 | 2025-01-14T19:59:39.193Z | Downloaded dirs-next v2.0.0 |
1017 | 2025-01-14T19:59:39.193Z | Downloaded diesel-dtrace v0.4.2 |
1018 | 2025-01-14T19:59:39.193Z | Downloaded test-strategy v0.3.1 |
1019 | 2025-01-14T19:59:39.193Z | Downloaded fatfs v0.3.6 |
1020 | 2025-01-14T19:59:39.193Z | Downloaded qorb v0.2.1 |
1021 | 2025-01-14T19:59:39.193Z | Downloaded vergen v8.3.2 |
1022 | 2025-01-14T19:59:39.193Z | Downloaded p256 v0.13.2 |
1023 | 2025-01-14T19:59:39.201Z | Downloaded x509-cert v0.2.5 |
1024 | 2025-01-14T19:59:39.201Z | Downloaded getrandom v0.2.15 |
1025 | 2025-01-14T19:59:39.201Z | Downloaded password-hash v0.4.2 |
1026 | 2025-01-14T19:59:39.201Z | Downloaded native-tls v0.2.12 |
1027 | 2025-01-14T19:59:39.201Z | Downloaded signal-hook v0.3.17 |
1028 | 2025-01-14T19:59:39.212Z | Downloaded darling_core v0.20.10 |
1029 | 2025-01-14T19:59:39.212Z | Downloaded steno v0.4.1 |
1030 | 2025-01-14T19:59:39.212Z | Downloaded either v1.13.0 |
1031 | 2025-01-14T19:59:39.212Z | Downloaded encoding_rs v0.8.34 |
1032 | 2025-01-14T19:59:39.236Z | Downloaded funty v2.0.0 |
1033 | 2025-01-14T19:59:39.252Z | Downloaded fs_extra v1.3.0 |
1034 | 2025-01-14T19:59:39.252Z | Downloaded waitgroup v0.1.2 |
1035 | 2025-01-14T19:59:39.252Z | Downloaded data-encoding v2.6.0 |
1036 | 2025-01-14T19:59:39.252Z | Downloaded rustversion v1.0.17 |
1037 | 2025-01-14T19:59:39.261Z | Downloaded ssh-cipher v0.2.0 |
1038 | 2025-01-14T19:59:39.261Z | Downloaded rayon-core v1.12.1 |
1039 | 2025-01-14T19:59:39.262Z | Downloaded primeorder v0.13.6 |
1040 | 2025-01-14T19:59:39.262Z | Downloaded predicates-core v1.0.8 |
1041 | 2025-01-14T19:59:39.262Z | Downloaded ppv-lite86 v0.2.20 |
1042 | 2025-01-14T19:59:39.262Z | Downloaded powerfmt v0.2.0 |
1043 | 2025-01-14T19:59:39.262Z | Downloaded time-macros v0.2.18 |
1044 | 2025-01-14T19:59:39.262Z | Downloaded thiserror v2.0.3 |
1045 | 2025-01-14T19:59:39.268Z | Downloaded half v2.4.1 |
1046 | 2025-01-14T19:59:39.268Z | Downloaded quinn v0.11.5 |
1047 | 2025-01-14T19:59:39.268Z | Downloaded toml_edit v0.19.15 |
1048 | 2025-01-14T19:59:39.289Z | Downloaded futures-io v0.3.31 |
1049 | 2025-01-14T19:59:39.293Z | Downloaded fallible-streaming-iterator v0.1.9 |
1050 | 2025-01-14T19:59:39.293Z | Downloaded fallible-iterator v0.3.0 |
1051 | 2025-01-14T19:59:39.293Z | Downloaded tokio-rustls v0.24.1 |
1052 | 2025-01-14T19:59:39.293Z | Downloaded thiserror-impl-no-std v2.0.2 |
1053 | 2025-01-14T19:59:39.293Z | Downloaded signal-hook-registry v1.4.2 |
1054 | 2025-01-14T19:59:39.293Z | Downloaded ecdsa v0.16.9 |
1055 | 2025-01-14T19:59:39.293Z | Downloaded pkcs5 v0.7.1 |
1056 | 2025-01-14T19:59:39.301Z | Downloaded aho-corasick v1.1.3 |
1057 | 2025-01-14T19:59:39.307Z | Downloaded futures v0.3.31 |
1058 | 2025-01-14T19:59:39.310Z | Downloaded postgres-protocol v0.6.7 |
1059 | 2025-01-14T19:59:39.310Z | Downloaded derive-where v1.2.7 |
1060 | 2025-01-14T19:59:39.316Z | Downloaded aes v0.8.4 |
1061 | 2025-01-14T19:59:39.319Z | Downloaded tinyvec v1.8.0 |
1062 | 2025-01-14T19:59:39.319Z | Downloaded thiserror-impl v2.0.3 |
1063 | 2025-01-14T19:59:39.322Z | Downloaded snafu v0.8.5 |
1064 | 2025-01-14T19:59:39.327Z | Downloaded enum-as-inner v0.6.1 |
1065 | 2025-01-14T19:59:39.331Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1066 | 2025-01-14T19:59:39.390Z | Downloaded miniz_oxide v0.8.0 |
1067 | 2025-01-14T19:59:39.393Z | Downloaded headers v0.4.0 |
1068 | 2025-01-14T19:59:39.398Z | Downloaded shell-words v1.1.0 |
1069 | 2025-01-14T19:59:39.406Z | Downloaded der_derive v0.7.3 |
1070 | 2025-01-14T19:59:39.406Z | Downloaded tracing-attributes v0.1.27 |
1071 | 2025-01-14T19:59:39.407Z | Downloaded unsafe-libyaml v0.2.11 |
1072 | 2025-01-14T19:59:39.411Z | Downloaded displaydoc v0.2.5 |
1073 | 2025-01-14T19:59:39.411Z | Downloaded rustc_version v0.1.7 |
1074 | 2025-01-14T19:59:39.411Z | Downloaded rustc-hash v2.0.0 |
1075 | 2025-01-14T19:59:39.411Z | Downloaded quick-error v1.2.3 |
1076 | 2025-01-14T19:59:39.414Z | Downloaded predicates-tree v1.0.11 |
1077 | 2025-01-14T19:59:39.414Z | Downloaded phf v0.11.2 |
1078 | 2025-01-14T19:59:39.414Z | Downloaded backtrace v0.3.74 |
1079 | 2025-01-14T19:59:39.426Z | Downloaded bumpalo v3.16.0 |
1080 | 2025-01-14T19:59:39.431Z | Downloaded unicode-bidi v0.3.17 |
1081 | 2025-01-14T19:59:39.431Z | Downloaded ff v0.13.0 |
1082 | 2025-01-14T19:59:39.431Z | Downloaded ena v0.14.3 |
1083 | 2025-01-14T19:59:39.431Z | Downloaded cc v1.1.30 |
1084 | 2025-01-14T19:59:39.435Z | Downloaded newtype_derive v0.1.6 |
1085 | 2025-01-14T19:59:39.435Z | Downloaded base64 v0.21.7 |
1086 | 2025-01-14T19:59:39.439Z | Downloaded slog-bunyan v2.5.0 |
1087 | 2025-01-14T19:59:39.439Z | Downloaded slog-async v2.8.0 |
1088 | 2025-01-14T19:59:39.439Z | Downloaded secrecy v0.8.0 |
1089 | 2025-01-14T19:59:39.443Z | Downloaded des v0.8.1 |
1090 | 2025-01-14T19:59:39.443Z | Downloaded diff v0.1.13 |
1091 | 2025-01-14T19:59:39.447Z | Downloaded progenitor-macro v0.8.0 |
1092 | 2025-01-14T19:59:39.447Z | Downloaded compact_str v0.8.0 |
1093 | 2025-01-14T19:59:39.453Z | Downloaded crc-any v2.5.0 |
1094 | 2025-01-14T19:59:39.458Z | Downloaded parse-display-derive v0.10.0 |
1095 | 2025-01-14T19:59:39.459Z | Downloaded russh-keys v0.45.0 |
1096 | 2025-01-14T19:59:39.459Z | Downloaded glob v0.3.1 |
1097 | 2025-01-14T19:59:39.463Z | Downloaded utf-8 v0.7.6 |
1098 | 2025-01-14T19:59:39.463Z | Downloaded strum_macros v0.26.4 |
1099 | 2025-01-14T19:59:39.463Z | Downloaded static_assertions v1.1.0 |
1100 | 2025-01-14T19:59:39.463Z | Downloaded heapless v0.7.17 |
1101 | 2025-01-14T19:59:39.468Z | Downloaded base64 v0.22.1 |
1102 | 2025-01-14T19:59:39.473Z | Downloaded futures-core v0.3.31 |
1103 | 2025-01-14T19:59:39.478Z | Downloaded ref-cast-impl v1.0.23 |
1104 | 2025-01-14T19:59:39.478Z | Downloaded sqlformat v0.2.6 |
1105 | 2025-01-14T19:59:39.479Z | Downloaded sct v0.7.1 |
1106 | 2025-01-14T19:59:39.479Z | Downloaded icu_properties v1.5.1 |
1107 | 2025-01-14T19:59:39.482Z | Downloaded dunce v1.0.5 |
1108 | 2025-01-14T19:59:39.482Z | Downloaded rpassword v7.3.1 |
1109 | 2025-01-14T19:59:39.482Z | Downloaded topological-sort v0.2.2 |
1110 | 2025-01-14T19:59:39.489Z | Downloaded thread_local v1.1.8 |
1111 | 2025-01-14T19:59:39.489Z | Downloaded bcs v0.1.6 |
1112 | 2025-01-14T19:59:39.489Z | Downloaded crossbeam-epoch v0.9.18 |
1113 | 2025-01-14T19:59:39.493Z | Downloaded cookie v0.18.1 |
1114 | 2025-01-14T19:59:39.494Z | Downloaded rtoolbox v0.0.2 |
1115 | 2025-01-14T19:59:39.494Z | Downloaded blake2 v0.10.6 |
1116 | 2025-01-14T19:59:39.499Z | Downloaded simd-adler32 v0.3.7 |
1117 | 2025-01-14T19:59:39.499Z | Downloaded sec1 v0.7.3 |
1118 | 2025-01-14T19:59:39.503Z | Downloaded scrypt v0.11.0 |
1119 | 2025-01-14T19:59:39.503Z | Downloaded allocator-api2 v0.2.18 |
1120 | 2025-01-14T19:59:39.503Z | Downloaded libefi-sys v0.1.0 |
1121 | 2025-01-14T19:59:39.507Z | Downloaded inout v0.1.3 |
1122 | 2025-01-14T19:59:39.507Z | Downloaded async-trait v0.1.83 |
1123 | 2025-01-14T19:59:39.510Z | Downloaded chacha20 v0.9.1 |
1124 | 2025-01-14T19:59:39.510Z | Downloaded backoff v0.4.0 |
1125 | 2025-01-14T19:59:39.515Z | Downloaded async-bb8-diesel v0.2.1 |
1126 | 2025-01-14T19:59:39.520Z | Downloaded bzip2 v0.4.4 |
1127 | 2025-01-14T19:59:39.520Z | Downloaded ciborium-ll v0.2.2 |
1128 | 2025-01-14T19:59:39.520Z | Downloaded assert_matches v1.5.0 |
1129 | 2025-01-14T19:59:39.520Z | Downloaded internet-checksum v0.2.1 |
1130 | 2025-01-14T19:59:39.520Z | Downloaded hyper-staticfile v0.10.1 |
1131 | 2025-01-14T19:59:39.530Z | Downloaded indent_write v2.2.0 |
1132 | 2025-01-14T19:59:39.531Z | Downloaded ipnetwork v0.20.0 |
1133 | 2025-01-14T19:59:39.531Z | Downloaded cipher v0.4.4 |
1134 | 2025-01-14T19:59:39.531Z | Downloaded bcrypt-pbkdf v0.10.0 |
1135 | 2025-01-14T19:59:39.538Z | Downloaded maplit v1.0.2 |
1136 | 2025-01-14T19:59:39.538Z | Downloaded keccak v0.1.5 |
1137 | 2025-01-14T19:59:39.538Z | Downloaded is-terminal v0.4.13 |
1138 | 2025-01-14T19:59:39.538Z | Downloaded castaway v0.2.3 |
1139 | 2025-01-14T19:59:39.538Z | Downloaded http-body-util v0.1.2 |
1140 | 2025-01-14T19:59:39.538Z | Downloaded convert_case v0.4.0 |
1141 | 2025-01-14T19:59:39.538Z | Downloaded block-padding v0.3.3 |
1142 | 2025-01-14T19:59:39.539Z | Downloaded bitflags v1.3.2 |
1143 | 2025-01-14T19:59:39.544Z | Downloaded cbc v0.1.2 |
1144 | 2025-01-14T19:59:39.544Z | Downloaded cassowary v0.3.0 |
1145 | 2025-01-14T19:59:39.544Z | Downloaded bit-vec v0.6.3 |
1146 | 2025-01-14T19:59:39.544Z | Downloaded base16ct v0.2.0 |
1147 | 2025-01-14T19:59:39.544Z | Downloaded bitfield v0.14.0 |
1148 | 2025-01-14T19:59:39.739Z | Downloaded ring v0.17.8 |
1149 | 2025-01-14T19:59:39.860Z | Downloaded libsqlite3-sys v0.30.1 |
1150 | 2025-01-14T19:59:39.995Z | Downloaded aws-lc-sys v0.22.0 |
1151 | 2025-01-14T19:59:40.307Z | Compiling serde v1.0.215 |
1152 | 2025-01-14T19:59:40.310Z | Compiling lock_api v0.4.12 |
1153 | 2025-01-14T19:59:40.310Z | Compiling scopeguard v1.2.0 |
1154 | 2025-01-14T19:59:40.310Z | Compiling value-bag v1.9.0 |
1155 | 2025-01-14T19:59:40.310Z | Compiling typenum v1.17.0 |
1156 | 2025-01-14T19:59:40.310Z | Compiling generic-array v0.14.7 |
1157 | 2025-01-14T19:59:40.458Z | Compiling syn v2.0.87 |
1158 | 2025-01-14T19:59:40.461Z | Compiling getrandom v0.2.15 |
1159 | 2025-01-14T19:59:40.588Z | Compiling subtle v2.6.1 |
1160 | 2025-01-14T19:59:40.834Z | Compiling rand_core v0.6.4 |
1161 | 2025-01-14T19:59:40.910Z | Compiling log v0.4.22 |
1162 | 2025-01-14T19:59:40.993Z | Compiling shlex v1.3.0 |
1163 | 2025-01-14T19:59:41.013Z | Compiling jobserver v0.1.32 |
1164 | 2025-01-14T19:59:41.056Z | Compiling smallvec v1.13.2 |
1165 | 2025-01-14T19:59:41.351Z | Compiling const-oid v0.9.6 |
1166 | 2025-01-14T19:59:41.378Z | Compiling cc v1.1.30 |
1167 | 2025-01-14T19:59:41.403Z | Compiling spin v0.9.8 |
1168 | 2025-01-14T19:59:41.471Z | Compiling pin-project-lite v0.2.14 |
1169 | 2025-01-14T19:59:41.590Z | Compiling rustix v0.38.37 |
1170 | 2025-01-14T19:59:41.782Z | Compiling parking_lot_core v0.9.10 |
1171 | 2025-01-14T19:59:41.797Z | Compiling futures-core v0.3.31 |
1172 | 2025-01-14T19:59:41.977Z | Compiling signal-hook-registry v1.4.2 |
1173 | 2025-01-14T19:59:42.038Z | Compiling mio v1.0.2 |
1174 | 2025-01-14T19:59:42.469Z | Compiling aho-corasick v1.1.3 |
1175 | 2025-01-14T19:59:42.821Z | Compiling parking_lot v0.12.3 |
1176 | 2025-01-14T19:59:42.893Z | Compiling regex-syntax v0.8.5 |
1177 | 2025-01-14T19:59:43.118Z | Compiling either v1.13.0 |
1178 | 2025-01-14T19:59:43.246Z | Compiling cpufeatures v0.2.14 |
1179 | 2025-01-14T19:59:43.316Z | Compiling lazy_static v1.5.0 |
1180 | 2025-01-14T19:59:43.468Z | Compiling glob v0.3.1 |
1181 | 2025-01-14T19:59:43.534Z | Compiling stable_deref_trait v1.2.0 |
1182 | 2025-01-14T19:59:43.588Z | Compiling futures-sink v0.3.31 |
1183 | 2025-01-14T19:59:43.647Z | Compiling socket2 v0.5.7 |
1184 | 2025-01-14T19:59:43.748Z | Compiling slab v0.4.9 |
1185 | 2025-01-14T19:59:43.935Z | Compiling prettyplease v0.2.25 |
1186 | 2025-01-14T19:59:44.190Z | Compiling minimal-lexical v0.2.1 |
1187 | 2025-01-14T19:59:44.281Z | Compiling serde_json v1.0.133 |
1188 | 2025-01-14T19:59:44.509Z | Compiling clang-sys v1.8.1 |
1189 | 2025-01-14T19:59:44.644Z | Compiling nom v7.1.3 |
1190 | 2025-01-14T19:59:44.743Z | Compiling libloading v0.8.5 |
1191 | 2025-01-14T19:59:45.026Z | Compiling bindgen v0.69.5 |
1192 | 2025-01-14T19:59:45.190Z | Compiling home v0.5.9 |
1193 | 2025-01-14T19:59:45.480Z | Compiling futures-channel v0.3.31 |
1194 | 2025-01-14T19:59:45.823Z | Compiling itertools v0.12.1 |
1195 | 2025-01-14T19:59:45.871Z | Compiling foldhash v0.1.3 |
1196 | 2025-01-14T19:59:45.911Z | Compiling lazycell v1.3.0 |
1197 | 2025-01-14T19:59:46.084Z | Compiling allocator-api2 v0.2.18 |
1198 | 2025-01-14T19:59:46.181Z | Compiling pin-utils v0.1.0 |
1199 | 2025-01-14T19:59:46.281Z | Compiling rustc-hash v1.1.0 |
1200 | 2025-01-14T19:59:46.436Z | Compiling futures-task v0.3.31 |
1201 | 2025-01-14T19:59:46.743Z | Compiling regex-automata v0.4.8 |
1202 | 2025-01-14T19:59:46.900Z | Compiling futures-io v0.3.31 |
1203 | 2025-01-14T19:59:47.233Z | Compiling libm v0.2.8 |
1204 | 2025-01-14T19:59:47.579Z | Compiling hashbrown v0.15.1 |
1205 | 2025-01-14T19:59:48.261Z | Compiling synstructure v0.13.1 |
1206 | 2025-01-14T19:59:48.987Z | Compiling cexpr v0.6.0 |
1207 | 2025-01-14T19:59:49.019Z | Compiling cmake v0.1.51 |
1208 | 2025-01-14T19:59:49.971Z | Compiling num-traits v0.2.19 |
1209 | 2025-01-14T19:59:50.073Z | Compiling tinyvec_macros v0.1.1 |
1210 | 2025-01-14T19:59:50.097Z | Compiling fs_extra v1.3.0 |
1211 | 2025-01-14T19:59:50.167Z | Compiling dunce v1.0.5 |
1212 | 2025-01-14T19:59:50.242Z | Compiling pkg-config v0.3.31 |
1213 | 2025-01-14T19:59:50.533Z | Compiling tinyvec v1.8.0 |
1214 | 2025-01-14T19:59:50.798Z | Compiling ring v0.17.8 |
1215 | 2025-01-14T19:59:51.832Z | Compiling paste v1.0.15 |
1216 | 2025-01-14T19:59:51.942Z | Compiling litemap v0.7.3 |
1217 | 2025-01-14T19:59:52.073Z | Compiling unicode-normalization v0.1.24 |
1218 | 2025-01-14T19:59:52.126Z | Compiling writeable v0.5.5 |
1219 | 2025-01-14T19:59:52.314Z | Compiling regex v1.11.1 |
1220 | 2025-01-14T19:59:52.358Z | Compiling base64ct v1.6.0 |
1221 | 2025-01-14T19:59:52.730Z | Compiling unicode-bidi v0.3.17 |
1222 | 2025-01-14T19:59:52.975Z | Compiling pem-rfc7468 v0.7.0 |
1223 | 2025-01-14T19:59:53.479Z | Compiling flagset v0.4.6 |
1224 | 2025-01-14T19:59:53.696Z | Compiling httparse v1.9.5 |
1225 | 2025-01-14T19:59:53.739Z | Compiling aws-lc-rs v1.10.0 |
1226 | 2025-01-14T19:59:54.171Z | Compiling tracing-core v0.1.32 |
1227 | 2025-01-14T19:59:54.191Z | Compiling rustls-pki-types v1.10.0 |
1228 | 2025-01-14T19:59:54.520Z | Compiling icu_locid_transform_data v1.5.0 |
1229 | 2025-01-14T19:59:54.630Z | Compiling percent-encoding v2.3.1 |
1230 | 2025-01-14T19:59:54.928Z | Compiling crossbeam-utils v0.8.20 |
1231 | 2025-01-14T19:59:55.263Z | Compiling untrusted v0.7.1 |
1232 | 2025-01-14T19:59:55.320Z | Compiling serde_derive v1.0.215 |
1233 | 2025-01-14T19:59:55.445Z | Compiling zeroize_derive v1.4.2 |
1234 | 2025-01-14T19:59:55.482Z | Compiling zerocopy-derive v0.7.35 |
1235 | 2025-01-14T19:59:55.558Z | Compiling tokio-macros v2.4.0 |
1236 | 2025-01-14T19:59:55.672Z | Compiling zerofrom-derive v0.1.4 |
1237 | 2025-01-14T19:59:57.015Z | Compiling zeroize v1.8.1 |
1238 | 2025-01-14T19:59:57.226Z | Compiling thiserror-impl v1.0.69 |
1239 | 2025-01-14T19:59:57.712Z | Compiling yoke-derive v0.7.4 |
1240 | 2025-01-14T19:59:57.773Z | Compiling zerocopy v0.7.35 |
1241 | 2025-01-14T19:59:58.833Z | Compiling crypto-common v0.1.6 |
1242 | 2025-01-14T19:59:59.022Z | Compiling block-buffer v0.10.4 |
1243 | 2025-01-14T19:59:59.074Z | Compiling futures-macro v0.3.31 |
1244 | 2025-01-14T19:59:59.293Z | Compiling digest v0.10.7 |
1245 | 2025-01-14T19:59:59.473Z | Compiling zerovec-derive v0.10.3 |
1246 | 2025-01-14T19:59:59.542Z | Compiling block-padding v0.3.3 |
1247 | 2025-01-14T19:59:59.746Z | Compiling hmac v0.12.1 |
1248 | 2025-01-14T19:59:59.793Z | Compiling displaydoc v0.2.5 |
1249 | 2025-01-14T19:59:59.982Z | Compiling zerofrom v0.1.4 |
1250 | 2025-01-14T20:00:00.001Z | Compiling inout v0.1.3 |
1251 | 2025-01-14T20:00:00.228Z | Compiling sha2 v0.10.8 |
1252 | 2025-01-14T20:00:00.287Z | Compiling cipher v0.4.4 |
1253 | 2025-01-14T20:00:00.670Z | Compiling thiserror v1.0.69 |
1254 | 2025-01-14T20:00:00.806Z | Compiling ppv-lite86 v0.2.20 |
1255 | 2025-01-14T20:00:00.833Z | Compiling der_derive v0.7.3 |
1256 | 2025-01-14T20:00:00.947Z | Compiling yoke v0.7.4 |
1257 | 2025-01-14T20:00:01.054Z | Compiling futures-util v0.3.31 |
1258 | 2025-01-14T20:00:01.326Z | Compiling icu_provider_macros v1.5.0 |
1259 | 2025-01-14T20:00:01.507Z | Compiling tracing-attributes v0.1.27 |
1260 | 2025-01-14T20:00:01.658Z | Compiling rand_chacha v0.3.1 |
1261 | 2025-01-14T20:00:02.215Z | Compiling zerovec v0.10.4 |
1262 | 2025-01-14T20:00:02.499Z | Compiling rand v0.8.5 |
1263 | 2025-01-14T20:00:03.391Z | Compiling der v0.7.9 |
1264 | 2025-01-14T20:00:03.886Z | Compiling pest v2.7.14 |
1265 | 2025-01-14T20:00:04.137Z | Compiling tinystr v0.7.6 |
1266 | 2025-01-14T20:00:04.540Z | Compiling icu_locid v1.5.0 |
1267 | 2025-01-14T20:00:04.588Z | Compiling icu_collections v1.5.0 |
1268 | 2025-01-14T20:00:04.704Z | Compiling salsa20 v0.10.2 |
1269 | 2025-01-14T20:00:04.938Z | Compiling pbkdf2 v0.12.2 |
1270 | 2025-01-14T20:00:05.156Z | Compiling vcpkg v0.2.15 |
1271 | 2025-01-14T20:00:05.430Z | Compiling tracing v0.1.40 |
1272 | 2025-01-14T20:00:05.966Z | Compiling icu_provider v1.5.0 |
1273 | 2025-01-14T20:00:06.097Z | Compiling spki v0.7.3 |
1274 | 2025-01-14T20:00:06.497Z | Compiling mirai-annotations v1.12.0 |
1275 | 2025-01-14T20:00:06.702Z | Compiling icu_locid_transform v1.5.0 |
1276 | 2025-01-14T20:00:06.870Z | Compiling num-conv v0.1.0 |
1277 | 2025-01-14T20:00:06.948Z | Compiling time-core v0.1.2 |
1278 | 2025-01-14T20:00:06.969Z | Compiling icu_properties_data v1.5.0 |
1279 | 2025-01-14T20:00:07.050Z | Compiling powerfmt v0.2.0 |
1280 | 2025-01-14T20:00:07.135Z | Compiling untrusted v0.9.0 |
1281 | 2025-01-14T20:00:07.154Z | Compiling time-macros v0.2.18 |
1282 | 2025-01-14T20:00:07.231Z | Compiling pest_meta v2.7.14 |
1283 | 2025-01-14T20:00:07.321Z | Compiling deranged v0.3.11 |
1284 | 2025-01-14T20:00:07.357Z | Compiling openssl-sys v0.9.103 |
1285 | 2025-01-14T20:00:08.524Z | Compiling icu_properties v1.5.1 |
1286 | 2025-01-14T20:00:08.811Z | Compiling scrypt v0.11.0 |
1287 | 2025-01-14T20:00:09.330Z | Compiling aes v0.8.4 |
1288 | 2025-01-14T20:00:09.381Z | Compiling cbc v0.1.2 |
1289 | 2025-01-14T20:00:09.437Z | Compiling scroll_derive v0.12.0 |
1290 | 2025-01-14T20:00:09.623Z | Compiling write16 v1.0.0 |
1291 | 2025-01-14T20:00:09.756Z | Compiling bitflags v2.6.0 |
1292 | 2025-01-14T20:00:10.105Z | Compiling bytes v1.8.0 |
1293 | 2025-01-14T20:00:10.999Z | Compiling tokio v1.40.0 |
1294 | 2025-01-14T20:00:11.277Z | Compiling indexmap v2.6.0 |
1295 | 2025-01-14T20:00:11.417Z | Compiling http v1.1.0 |
1296 | 2025-01-14T20:00:12.271Z | Compiling semver v1.0.23 |
1297 | 2025-01-14T20:00:12.507Z | Compiling utf16_iter v1.0.5 |
1298 | 2025-01-14T20:00:12.712Z | Compiling rustc_version v0.4.1 |
1299 | 2025-01-14T20:00:12.756Z | Compiling num_threads v0.1.7 |
1300 | 2025-01-14T20:00:12.897Z | Compiling atomic-waker v1.1.2 |
1301 | 2025-01-14T20:00:13.058Z | Compiling utf8_iter v1.0.4 |
1302 | 2025-01-14T20:00:13.096Z | Compiling icu_normalizer_data v1.5.0 |
1303 | 2025-01-14T20:00:13.212Z | Compiling http-body v1.0.1 |
1304 | 2025-01-14T20:00:13.313Z | Compiling icu_normalizer v1.5.0 |
1305 | 2025-01-14T20:00:13.495Z | Compiling time v0.3.36 |
1306 | 2025-01-14T20:00:13.533Z | Compiling scroll v0.12.0 |
1307 | 2025-01-14T20:00:13.582Z | Compiling pkcs5 v0.7.1 |
1308 | 2025-01-14T20:00:13.970Z | Compiling pest_generator v2.7.14 |
1309 | 2025-01-14T20:00:14.107Z | Compiling form_urlencoded v1.2.1 |
1310 | 2025-01-14T20:00:14.142Z | Compiling slog v2.7.0 |
1311 | 2025-01-14T20:00:14.436Z | Compiling which v4.4.2 |
1312 | 2025-01-14T20:00:14.676Z | Compiling try-lock v0.2.5 |
1313 | 2025-01-14T20:00:14.840Z | Compiling want v0.3.1 |
1314 | 2025-01-14T20:00:15.137Z | Compiling idna_adapter v1.2.0 |
1315 | 2025-01-14T20:00:15.165Z | Compiling pkcs8 v0.10.2 |
1316 | 2025-01-14T20:00:15.380Z | Compiling goblin v0.8.2 |
1317 | 2025-01-14T20:00:15.421Z | Compiling uuid v1.11.0 |
1318 | 2025-01-14T20:00:15.734Z | Compiling httpdate v1.0.3 |
1319 | 2025-01-14T20:00:15.895Z | Compiling iana-time-zone v0.1.61 |
1320 | 2025-01-14T20:00:15.997Z | Compiling pest_derive v2.7.14 |
1321 | 2025-01-14T20:00:16.208Z | Compiling chrono v0.4.38 |
1322 | 2025-01-14T20:00:16.341Z | Compiling idna v1.0.3 |
1323 | 2025-01-14T20:00:16.813Z | Compiling dtrace-parser v0.2.0 |
1324 | 2025-01-14T20:00:17.745Z | Compiling serde_spanned v0.6.8 |
1325 | 2025-01-14T20:00:17.994Z | Compiling toml_datetime v0.6.8 |
1326 | 2025-01-14T20:00:18.244Z | Compiling serde_tokenstream v0.2.2 |
1327 | 2025-01-14T20:00:18.535Z | Compiling tower-service v0.3.3 |
1328 | 2025-01-14T20:00:18.672Z | Compiling rustversion v1.0.17 |
1329 | 2025-01-14T20:00:18.876Z | Compiling openssl v0.10.66 |
1330 | 2025-01-14T20:00:18.980Z | Compiling foreign-types-shared v0.1.1 |
1331 | 2025-01-14T20:00:19.074Z | Compiling match_cfg v0.1.0 |
1332 | 2025-01-14T20:00:19.096Z | Compiling adler2 v2.0.0 |
1333 | 2025-01-14T20:00:19.173Z | Compiling base64 v0.22.1 |
1334 | 2025-01-14T20:00:19.282Z | Compiling miniz_oxide v0.8.0 |
1335 | 2025-01-14T20:00:19.307Z | Compiling hostname v0.3.1 |
1336 | 2025-01-14T20:00:19.482Z | Compiling foreign-types v0.3.2 |
1337 | 2025-01-14T20:00:19.562Z | Compiling url v2.5.3 |
1338 | 2025-01-14T20:00:19.919Z | Compiling tokio-util v0.7.12 |
1339 | 2025-01-14T20:00:20.049Z | Compiling async-trait v0.1.83 |
1340 | 2025-01-14T20:00:20.811Z | Compiling openssl-macros v0.1.1 |
1341 | 2025-01-14T20:00:21.005Z | Compiling h2 v0.4.6 |
1342 | 2025-01-14T20:00:21.403Z | Compiling dof v0.3.0 |
1343 | 2025-01-14T20:00:21.579Z | Compiling serde_derive_internals v0.29.1 |
1344 | 2025-01-14T20:00:21.598Z | Compiling dirs-sys-next v0.1.2 |
1345 | 2025-01-14T20:00:22.281Z | Compiling usdt-impl v0.5.0 |
1346 | 2025-01-14T20:00:22.827Z | Compiling data-encoding v2.6.0 |
1347 | 2025-01-14T20:00:23.635Z | Compiling rustls v0.23.19 |
1348 | 2025-01-14T20:00:23.852Z | Compiling schemars v0.8.21 |
1349 | 2025-01-14T20:00:23.917Z | Compiling siphasher v0.3.11 |
1350 | 2025-01-14T20:00:24.176Z | Compiling rustls v0.22.4 |
1351 | 2025-01-14T20:00:24.289Z | Compiling syn v1.0.109 |
1352 | 2025-01-14T20:00:24.445Z | Compiling native-tls v0.2.12 |
1353 | 2025-01-14T20:00:24.463Z | Compiling schemars_derive v0.8.21 |
1354 | 2025-01-14T20:00:24.878Z | Compiling dirs-next v2.0.0 |
1355 | 2025-01-14T20:00:25.269Z | Compiling heapless v0.7.17 |
1356 | 2025-01-14T20:00:25.705Z | Compiling http-body-util v0.1.2 |
1357 | 2025-01-14T20:00:26.019Z | Compiling crossbeam-epoch v0.9.18 |
1358 | 2025-01-14T20:00:26.243Z | Compiling signature v2.2.0 |
1359 | 2025-01-14T20:00:26.493Z | Compiling sha1 v0.10.6 |
1360 | 2025-01-14T20:00:26.533Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1361 | 2025-01-14T20:00:26.816Z | Compiling thread_local v1.1.8 |
1362 | 2025-01-14T20:00:26.924Z | Compiling multer v3.1.0 |
1363 | 2025-01-14T20:00:26.946Z | Compiling cookie v0.18.1 |
1364 | 2025-01-14T20:00:27.003Z | Compiling encoding_rs v0.8.34 |
1365 | 2025-01-14T20:00:27.197Z | Compiling signal-hook v0.3.17 |
1366 | 2025-01-14T20:00:27.229Z | Compiling gimli v0.31.1 |
1367 | 2025-01-14T20:00:27.361Z | Compiling ipnet v2.10.1 |
1368 | 2025-01-14T20:00:27.445Z | Compiling openssl-probe v0.1.5 |
1369 | 2025-01-14T20:00:27.807Z | Compiling mime v0.3.17 |
1370 | 2025-01-14T20:00:27.894Z | Compiling dyn-clone v1.0.17 |
1371 | 2025-01-14T20:00:28.131Z | Compiling hyper v1.5.0 |
1372 | 2025-01-14T20:00:28.430Z | Compiling slog-async v2.8.0 |
1373 | 2025-01-14T20:00:28.643Z | Compiling rayon-core v1.12.1 |
1374 | 2025-01-14T20:00:28.934Z | Compiling unicode-properties v0.1.3 |
1375 | 2025-01-14T20:00:29.045Z | Compiling toml_edit v0.22.22 |
1376 | 2025-01-14T20:00:29.359Z | Compiling stringprep v0.1.5 |
1377 | 2025-01-14T20:00:30.636Z | Compiling hyper-util v0.1.10 |
1378 | 2025-01-14T20:00:31.768Z | Compiling addr2line v0.24.2 |
1379 | 2025-01-14T20:00:32.551Z | Compiling crossbeam-deque v0.8.5 |
1380 | 2025-01-14T20:00:32.576Z | Compiling usdt-attr-macro v0.5.0 |
1381 | 2025-01-14T20:00:32.887Z | Compiling usdt-macro v0.5.0 |
1382 | 2025-01-14T20:00:33.861Z | Compiling term v0.7.0 |
1383 | 2025-01-14T20:00:33.908Z | Compiling slog-json v2.6.1 |
1384 | 2025-01-14T20:00:34.257Z | Compiling serde_urlencoded v0.7.1 |
1385 | 2025-01-14T20:00:34.290Z | Compiling curve25519-dalek v4.1.3 |
1386 | 2025-01-14T20:00:34.366Z | Compiling crossbeam-channel v0.5.13 |
1387 | 2025-01-14T20:00:34.785Z | Compiling futures-executor v0.3.31 |
1388 | 2025-01-14T20:00:34.915Z | Compiling enum-as-inner v0.6.1 |
1389 | 2025-01-14T20:00:35.369Z | Compiling md-5 v0.10.6 |
1390 | 2025-01-14T20:00:35.390Z | Compiling async-stream-impl v0.3.6 |
1391 | 2025-01-14T20:00:35.525Z | Compiling rustls-pemfile v2.2.0 |
1392 | 2025-01-14T20:00:35.640Z | Compiling num-integer v0.1.46 |
1393 | 2025-01-14T20:00:35.848Z | Compiling idna v0.4.0 |
1394 | 2025-01-14T20:00:36.026Z | Compiling idna v0.3.0 |
1395 | 2025-01-14T20:00:36.048Z | Compiling hash32 v0.2.1 |
1396 | 2025-01-14T20:00:36.405Z | Compiling ff v0.13.0 |
1397 | 2025-01-14T20:00:36.408Z | Compiling is-terminal v0.4.13 |
1398 | 2025-01-14T20:00:36.563Z | Compiling dropshot v0.12.0 |
1399 | 2025-01-14T20:00:36.666Z | Compiling object v0.36.5 |
1400 | 2025-01-14T20:00:36.810Z | Compiling anyhow v1.0.93 |
1401 | 2025-01-14T20:00:36.839Z | Compiling fallible-iterator v0.2.0 |
1402 | 2025-01-14T20:00:37.443Z | Compiling linked-hash-map v0.5.6 |
1403 | 2025-01-14T20:00:37.488Z | Compiling num-bigint-dig v0.8.4 |
1404 | 2025-01-14T20:00:37.559Z | Compiling take_mut v0.2.2 |
1405 | 2025-01-14T20:00:37.578Z | Compiling base16ct v0.2.0 |
1406 | 2025-01-14T20:00:37.735Z | Compiling utf-8 v0.7.6 |
1407 | 2025-01-14T20:00:37.753Z | Compiling portable-atomic v1.9.0 |
1408 | 2025-01-14T20:00:37.772Z | Compiling quick-error v1.2.3 |
1409 | 2025-01-14T20:00:37.799Z | Compiling psl-types v2.0.11 |
1410 | 2025-01-14T20:00:37.879Z | Compiling rustc-demangle v0.1.24 |
1411 | 2025-01-14T20:00:37.917Z | Compiling smoltcp v0.9.1 |
1412 | 2025-01-14T20:00:38.001Z | Compiling publicsuffix v2.2.3 |
1413 | 2025-01-14T20:00:38.064Z | Compiling tungstenite v0.24.0 |
1414 | 2025-01-14T20:00:38.254Z | Compiling resolv-conf v0.7.0 |
1415 | 2025-01-14T20:00:38.743Z | Compiling sec1 v0.7.3 |
1416 | 2025-01-14T20:00:38.891Z | Compiling lru-cache v0.1.2 |
1417 | 2025-01-14T20:00:39.104Z | Compiling postgres-protocol v0.6.7 |
1418 | 2025-01-14T20:00:39.420Z | Compiling async-stream v0.3.6 |
1419 | 2025-01-14T20:00:39.483Z | Compiling hickory-proto v0.24.1 |
1420 | 2025-01-14T20:00:39.730Z | Compiling group v0.13.0 |
1421 | 2025-01-14T20:00:40.063Z | Compiling slog-term v2.9.1 |
1422 | 2025-01-14T20:00:40.219Z | Compiling usdt v0.5.0 |
1423 | 2025-01-14T20:00:40.518Z | Compiling num-iter v0.1.45 |
1424 | 2025-01-14T20:00:40.701Z | Compiling futures v0.3.31 |
1425 | 2025-01-14T20:00:40.829Z | Compiling slog-bunyan v2.5.0 |
1426 | 2025-01-14T20:00:42.143Z | Compiling toml v0.8.19 |
1427 | 2025-01-14T20:00:42.524Z | Compiling tokio-native-tls v0.3.1 |
1428 | 2025-01-14T20:00:42.748Z | Compiling camino v1.1.9 |
1429 | 2025-01-14T20:00:42.811Z | Compiling phf_shared v0.11.2 |
1430 | 2025-01-14T20:00:42.832Z | Compiling dropshot_endpoint v0.12.0 |
1431 | 2025-01-14T20:00:43.199Z | Compiling terminal_size v0.4.0 |
1432 | 2025-01-14T20:00:43.433Z | Compiling waitgroup v0.1.2 |
1433 | 2025-01-14T20:00:43.665Z | Compiling openapiv3 v2.0.0 |
1434 | 2025-01-14T20:00:43.747Z | Compiling serde_path_to_error v0.1.16 |
1435 | 2025-01-14T20:00:43.974Z | Compiling hkdf v0.12.4 |
1436 | 2025-01-14T20:00:44.237Z | Compiling backtrace v0.3.74 |
1437 | 2025-01-14T20:00:44.607Z | Compiling crypto-bigint v0.5.5 |
1438 | 2025-01-14T20:00:44.899Z | Compiling curve25519-dalek-derive v0.1.1 |
1439 | 2025-01-14T20:00:46.501Z | Compiling zerocopy-derive v0.6.6 |
1440 | 2025-01-14T20:00:47.575Z | Compiling webpki-roots v0.26.6 |
1441 | 2025-01-14T20:00:47.813Z | Compiling idna v0.5.0 |
1442 | 2025-01-14T20:00:47.993Z | Compiling hostname v0.4.0 |
1443 | 2025-01-14T20:00:48.212Z | Compiling ahash v0.8.11 |
1444 | 2025-01-14T20:00:48.264Z | Compiling crc32fast v1.4.2 |
1445 | 2025-01-14T20:00:48.334Z | Compiling hubpack_derive v0.1.1 |
1446 | 2025-01-14T20:00:48.541Z | Compiling fs-err v2.11.0 |
1447 | 2025-01-14T20:00:48.628Z | Compiling newtype-uuid v1.1.3 |
1448 | 2025-01-14T20:00:48.800Z | Compiling debug-ignore v1.0.5 |
1449 | 2025-01-14T20:00:48.820Z | Compiling managed v0.8.0 |
1450 | 2025-01-14T20:00:48.887Z | Compiling bitflags v1.3.2 |
1451 | 2025-01-14T20:00:48.962Z | Compiling winnow v0.5.40 |
1452 | 2025-01-14T20:00:49.004Z | Compiling console v0.15.8 |
1453 | 2025-01-14T20:00:49.250Z | Compiling hubpack v0.1.2 |
1454 | 2025-01-14T20:00:49.502Z | Compiling clap_builder v4.5.21 |
1455 | 2025-01-14T20:00:49.740Z | Compiling strum_macros v0.25.3 |
1456 | 2025-01-14T20:00:50.500Z | Compiling zerocopy v0.6.6 |
1457 | 2025-01-14T20:00:50.678Z | Compiling cookie_store v0.21.0 |
1458 | 2025-01-14T20:00:50.956Z | Compiling flate2 v1.0.34 |
1459 | 2025-01-14T20:00:51.349Z | Compiling elliptic-curve v0.13.8 |
1460 | 2025-01-14T20:00:51.937Z | Compiling hickory-resolver v0.24.1 |
1461 | 2025-01-14T20:00:52.312Z | Compiling phf v0.11.2 |
1462 | 2025-01-14T20:00:52.614Z | Compiling toml_edit v0.19.15 |
1463 | 2025-01-14T20:00:52.916Z | Compiling hyper-tls v0.6.0 |
1464 | 2025-01-14T20:00:53.457Z | Compiling signal-hook-mio v0.2.4 |
1465 | 2025-01-14T20:00:53.469Z | Compiling rayon v1.10.0 |
1466 | 2025-01-14T20:00:53.469Z | Compiling bzip2 v0.4.4 |
1467 | 2025-01-14T20:00:53.991Z | Compiling postgres-types v0.2.8 |
1468 | 2025-01-14T20:00:55.550Z | Compiling tokio-tungstenite v0.24.0 |
1469 | 2025-01-14T20:00:57.533Z | Compiling ed25519 v2.2.3 |
1470 | 2025-01-14T20:00:58.276Z | Compiling phf_shared v0.10.0 |
1471 | 2025-01-14T20:00:58.731Z | Compiling tokio-stream v0.1.16 |
1472 | 2025-01-14T20:00:58.930Z | Compiling pkcs1 v0.7.5 |
1473 | 2025-01-14T20:00:59.040Z | Compiling serde-big-array v0.5.1 |
1474 | 2025-01-14T20:00:59.283Z | Compiling clap_derive v4.5.18 |
1475 | 2025-01-14T20:00:59.490Z | Compiling rfc6979 v0.4.0 |
1476 | 2025-01-14T20:00:59.691Z | Compiling derive-where v1.2.7 |
1477 | 2025-01-14T20:00:59.810Z | Compiling serde_repr v0.1.19 |
1478 | 2025-01-14T20:00:59.837Z | Compiling float-cmp v0.9.0 |
1479 | 2025-01-14T20:00:59.944Z | Compiling bstr v1.10.0 |
1480 | 2025-01-14T20:01:00.061Z | Compiling sync_wrapper v1.0.1 |
1481 | 2025-01-14T20:01:00.223Z | Compiling precomputed-hash v0.1.1 |
1482 | 2025-01-14T20:01:00.342Z | Compiling fixedbitset v0.4.2 |
1483 | 2025-01-14T20:01:00.801Z | Compiling unicode-segmentation v1.12.0 |
1484 | 2025-01-14T20:01:00.837Z | Compiling static_assertions v1.1.0 |
1485 | 2025-01-14T20:01:00.941Z | Compiling number_prefix v0.4.0 |
1486 | 2025-01-14T20:01:01.044Z | Compiling unicode-width v0.2.0 |
1487 | 2025-01-14T20:01:01.162Z | Compiling predicates-core v1.0.8 |
1488 | 2025-01-14T20:01:01.538Z | Compiling difflib v0.4.0 |
1489 | 2025-01-14T20:01:01.583Z | Compiling bit-vec v0.6.3 |
1490 | 2025-01-14T20:01:01.707Z | Compiling whoami v1.5.2 |
1491 | 2025-01-14T20:01:01.782Z | Compiling normalize-line-endings v0.3.0 |
1492 | 2025-01-14T20:01:01.919Z | Compiling new_debug_unreachable v1.0.6 |
1493 | 2025-01-14T20:01:02.022Z | Compiling string_cache v0.8.7 |
1494 | 2025-01-14T20:01:02.060Z | Compiling tokio-postgres v0.7.12 |
1495 | 2025-01-14T20:01:02.353Z | Compiling predicates v3.1.2 |
1496 | 2025-01-14T20:01:02.497Z | Compiling bit-set v0.5.3 |
1497 | 2025-01-14T20:01:02.801Z | Compiling indicatif v0.17.9 |
1498 | 2025-01-14T20:01:03.208Z | Compiling similar v2.6.0 |
1499 | 2025-01-14T20:01:03.331Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1500 | 2025-01-14T20:01:04.141Z | Compiling petgraph v0.6.5 |
1501 | 2025-01-14T20:01:04.420Z | Compiling clap v4.5.21 |
1502 | 2025-01-14T20:01:04.541Z | Compiling ecdsa v0.16.9 |
1503 | 2025-01-14T20:01:05.155Z | Compiling rsa v0.9.6 |
1504 | 2025-01-14T20:01:05.432Z | Compiling ed25519-dalek v2.1.1 |
1505 | 2025-01-14T20:01:05.766Z | Compiling toml v0.7.8 |
1506 | 2025-01-14T20:01:06.773Z | Compiling zip v0.6.6 |
1507 | 2025-01-14T20:01:07.586Z | Compiling crossterm v0.28.1 |
1508 | 2025-01-14T20:01:08.471Z | Compiling hex v0.4.3 |
1509 | 2025-01-14T20:01:08.709Z | Compiling x509-cert v0.2.5 |
1510 | 2025-01-14T20:01:08.768Z | Compiling itertools v0.10.5 |
1511 | 2025-01-14T20:01:09.099Z | Compiling unicode-xid v0.2.6 |
1512 | 2025-01-14T20:01:09.162Z | Compiling peg-runtime v0.8.3 |
1513 | 2025-01-14T20:01:09.279Z | Compiling lalrpop-util v0.19.12 |
1514 | 2025-01-14T20:01:09.620Z | Compiling strum_macros v0.26.4 |
1515 | 2025-01-14T20:01:09.814Z | Compiling xattr v1.3.1 |
1516 | 2025-01-14T20:01:10.088Z | Compiling filetime v0.2.25 |
1517 | 2025-01-14T20:01:10.418Z | Compiling tar v0.4.42 |
1518 | 2025-01-14T20:01:14.883Z | Compiling strum v0.26.3 |
1519 | 2025-01-14T20:01:17.521Z | Compiling aws-lc-sys v0.22.0 |
1520 | 2025-01-14T20:01:45.777Z | Compiling rustls-webpki v0.102.8 |
1521 | 2025-01-14T20:01:49.259Z | Compiling tokio-rustls v0.25.0 |
1522 | 2025-01-14T20:01:50.835Z | Compiling tokio-rustls v0.26.0 |
1523 | 2025-01-14T20:01:51.121Z | Compiling hyper-rustls v0.27.3 |
1524 | 2025-01-14T20:01:51.525Z | Compiling reqwest v0.12.9 |
1525 | 2025-01-14T20:01:53.035Z | Compiling qorb v0.2.1 |
1526 | 2025-01-14T20:01:57.617Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1527 | 2025-01-14T20:01:57.849Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1528 | 2025-01-14T20:02:03.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
1529 | 2025-01-14T20:02:04.006Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1530 | 2025-01-14T20:02:04.057Z | Jan 14 20:02:02.862 INFO Starting download, target: Clickhouse |
1531 | 2025-01-14T20:02:04.057Z | Jan 14 20:02:02.863 INFO Starting download, target: Cockroach |
1532 | 2025-01-14T20:02:04.060Z | Jan 14 20:02:02.863 INFO Starting download, target: Console |
1533 | 2025-01-14T20:02:04.060Z | Jan 14 20:02:02.863 INFO Starting download, target: DendriteOpenapi |
1534 | 2025-01-14T20:02:04.060Z | Jan 14 20:02:02.863 INFO Starting download, target: DendriteStub |
1535 | 2025-01-14T20:02:04.060Z | Jan 14 20:02:02.863 INFO Starting download, target: MaghemiteMgd |
1536 | 2025-01-14T20:02:04.060Z | Jan 14 20:02:02.863 INFO Starting download, target: TransceiverControl |
1537 | 2025-01-14T20:02:04.060Z | Jan 14 20:02:02.863 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1538 | 2025-01-14T20:02:04.060Z | Jan 14 20:02:02.863 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1539 | 2025-01-14T20:02:04.060Z | Jan 14 20:02:02.863 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1540 | 2025-01-14T20:02:04.060Z | Jan 14 20:02:02.863 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1541 | 2025-01-14T20:02:04.060Z | Jan 14 20:02:02.864 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1542 | 2025-01-14T20:02:04.060Z | Jan 14 20:02:02.864 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1543 | 2025-01-14T20:02:04.060Z | Jan 14 20:02:02.864 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1544 | 2025-01-14T20:02:04.228Z | Jan 14 20:02:03.016 INFO Download complete, target: DendriteOpenapi |
1545 | 2025-01-14T20:02:04.457Z | Jan 14 20:02:03.211 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1546 | 2025-01-14T20:02:04.584Z | Jan 14 20:02:03.342 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1547 | 2025-01-14T20:02:04.769Z | Jan 14 20:02:03.555 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1548 | 2025-01-14T20:02:04.882Z | Jan 14 20:02:03.677 INFO Download complete, target: Console |
1549 | 2025-01-14T20:02:05.048Z | Jan 14 20:02:03.848 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1550 | 2025-01-14T20:02:05.097Z | Jan 14 20:02:03.895 INFO Download complete, target: TransceiverControl |
1551 | 2025-01-14T20:02:05.728Z | Jan 14 20:02:04.531 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1552 | 2025-01-14T20:02:05.728Z | Jan 14 20:02:04.531 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1553 | 2025-01-14T20:02:06.004Z | Jan 14 20:02:04.810 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1554 | 2025-01-14T20:02:07.667Z | Jan 14 20:02:06.473 INFO Download complete, target: DendriteStub |
1555 | 2025-01-14T20:02:08.029Z | Jan 14 20:02:06.835 INFO Download complete, target: MaghemiteMgd |
1556 | 2025-01-14T20:02:13.299Z | Jan 14 20:02:12.105 INFO Checking that binary works, target: Cockroach |
1557 | 2025-01-14T20:02:13.458Z | Jan 14 20:02:12.264 INFO Download complete, target: Cockroach |
1558 | 2025-01-14T20:02:18.684Z | Jan 14 20:02:17.490 INFO Checking that binary works, target: Clickhouse |
1559 | 2025-01-14T20:02:18.800Z | Jan 14 20:02:17.606 INFO Download complete, target: Clickhouse |
1560 | 2025-01-14T20:02:18.807Z | All prerequisites installed successfully |
1561 | 2025-01-14T20:02:18.809Z | |
1562 | 2025-01-14T20:02:18.809Z | real 4:52.762457840 |
1563 | 2025-01-14T20:02:18.809Z | user 16:46.687884027 |
1564 | 2025-01-14T20:02:18.809Z | sys 3:16.721252187 |
1565 | 2025-01-14T20:02:18.809Z | trap 0.564864125 |
1566 | 2025-01-14T20:02:18.809Z | tflt 1.674484429 |
1567 | 2025-01-14T20:02:18.809Z | dflt 2.403927557 |
1568 | 2025-01-14T20:02:18.810Z | kflt 0.030099721 |
1569 | 2025-01-14T20:02:18.810Z | lock 30:00.024275405 |
1570 | 2025-01-14T20:02:18.810Z | slp 1:02:13.579171760 |
1571 | 2025-01-14T20:02:18.810Z | lat 56.415197168 |
1572 | 2025-01-14T20:02:18.810Z | stop 2:24.046686611 |
1573 | 2025-01-14T20:02:18.810Z | + ptime -m cargo xtask download softnpu |
1574 | 2025-01-14T20:02:19.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1575 | 2025-01-14T20:02:19.362Z | Running `target/debug/xtask download softnpu` |
1576 | 2025-01-14T20:02:20.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1577 | 2025-01-14T20:02:20.270Z | Running `target/debug/xtask-downloader softnpu` |
1578 | 2025-01-14T20:02:20.309Z | Jan 14 20:02:19.115 INFO Starting download, target: Softnpu |
1579 | 2025-01-14T20:02:20.311Z | Jan 14 20:02:19.115 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1580 | 2025-01-14T20:02:20.898Z | Jan 14 20:02:19.704 INFO Download complete, target: Softnpu |
1581 | 2025-01-14T20:02:20.902Z | |
1582 | 2025-01-14T20:02:20.904Z | real 2.088055002 |
1583 | 2025-01-14T20:02:20.904Z | user 1.289554023 |
1584 | 2025-01-14T20:02:20.904Z | sys 0.546331893 |
1585 | 2025-01-14T20:02:20.905Z | trap 0.001043042 |
1586 | 2025-01-14T20:02:20.905Z | tflt 0.000017710 |
1587 | 2025-01-14T20:02:20.905Z | dflt 0.000027231 |
1588 | 2025-01-14T20:02:20.905Z | kflt 0.000000000 |
1589 | 2025-01-14T20:02:20.905Z | lock 6.083214157 |
1590 | 2025-01-14T20:02:20.905Z | slp 0.416201212 |
1591 | 2025-01-14T20:02:20.905Z | lat 0.066561000 |
1592 | 2025-01-14T20:02:20.905Z | stop 0.000174753 |
1593 | 2025-01-14T20:02:20.905Z | + export CARGO_INCREMENTAL=0 |
1594 | 2025-01-14T20:02:20.905Z | + CARGO_INCREMENTAL=0 |
1595 | 2025-01-14T20:02:20.905Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1596 | 2025-01-14T20:02:21.878Z | Compiling proc-macro2 v1.0.89 |
1597 | 2025-01-14T20:02:21.878Z | Compiling unicode-ident v1.0.13 |
1598 | 2025-01-14T20:02:21.880Z | Compiling libc v0.2.162 |
1599 | 2025-01-14T20:02:21.880Z | Compiling serde v1.0.215 |
1600 | 2025-01-14T20:02:21.880Z | Compiling autocfg v1.4.0 |
1601 | 2025-01-14T20:02:21.880Z | Compiling version_check v0.9.5 |
1602 | 2025-01-14T20:02:21.880Z | Compiling cfg-if v1.0.0 |
1603 | 2025-01-14T20:02:22.125Z | Compiling memchr v2.7.4 |
1604 | 2025-01-14T20:02:22.164Z | Compiling typenum v1.17.0 |
1605 | 2025-01-14T20:02:22.207Z | Compiling shlex v1.3.0 |
1606 | 2025-01-14T20:02:22.622Z | Compiling value-bag v1.9.0 |
1607 | 2025-01-14T20:02:22.671Z | Compiling generic-array v0.14.7 |
1608 | 2025-01-14T20:02:22.915Z | Compiling lock_api v0.4.12 |
1609 | 2025-01-14T20:02:22.988Z | Compiling scopeguard v1.2.0 |
1610 | 2025-01-14T20:02:23.145Z | Compiling log v0.4.22 |
1611 | 2025-01-14T20:02:23.215Z | Compiling parking_lot_core v0.9.10 |
1612 | 2025-01-14T20:02:23.583Z | Compiling serde_json v1.0.133 |
1613 | 2025-01-14T20:02:23.617Z | Compiling once_cell v1.20.2 |
1614 | 2025-01-14T20:02:23.838Z | Compiling quote v1.0.37 |
1615 | 2025-01-14T20:02:23.887Z | Compiling libm v0.2.8 |
1616 | 2025-01-14T20:02:23.958Z | Compiling rustix v0.38.37 |
1617 | 2025-01-14T20:02:24.013Z | Compiling jobserver v0.1.32 |
1618 | 2025-01-14T20:02:24.204Z | Compiling syn v2.0.87 |
1619 | 2025-01-14T20:02:24.261Z | Compiling getrandom v0.2.15 |
1620 | 2025-01-14T20:02:24.465Z | Compiling cc v1.1.30 |
1621 | 2025-01-14T20:02:24.609Z | Compiling num-traits v0.2.19 |
1622 | 2025-01-14T20:02:24.611Z | Compiling thiserror v1.0.69 |
1623 | 2025-01-14T20:02:24.611Z | Compiling aho-corasick v1.1.3 |
1624 | 2025-01-14T20:02:24.765Z | Compiling regex-syntax v0.8.5 |
1625 | 2025-01-14T20:02:24.785Z | Compiling either v1.13.0 |
1626 | 2025-01-14T20:02:24.898Z | Compiling itoa v1.0.11 |
1627 | 2025-01-14T20:02:25.107Z | Compiling spin v0.9.8 |
1628 | 2025-01-14T20:02:25.355Z | Compiling slab v0.4.9 |
1629 | 2025-01-14T20:02:25.491Z | Compiling byteorder v1.5.0 |
1630 | 2025-01-14T20:02:25.690Z | Compiling errno v0.3.9 |
1631 | 2025-01-14T20:02:25.918Z | Compiling rand_core v0.6.4 |
1632 | 2025-01-14T20:02:26.055Z | Compiling lazy_static v1.5.0 |
1633 | 2025-01-14T20:02:26.177Z | Compiling glob v0.3.1 |
1634 | 2025-01-14T20:02:26.651Z | Compiling prettyplease v0.2.25 |
1635 | 2025-01-14T20:02:26.983Z | Compiling clang-sys v1.8.1 |
1636 | 2025-01-14T20:02:27.217Z | Compiling minimal-lexical v0.2.1 |
1637 | 2025-01-14T20:02:27.352Z | Compiling libloading v0.8.5 |
1638 | 2025-01-14T20:02:27.655Z | Compiling nom v7.1.3 |
1639 | 2025-01-14T20:02:27.702Z | Compiling home v0.5.9 |
1640 | 2025-01-14T20:02:27.724Z | Compiling subtle v2.6.1 |
1641 | 2025-01-14T20:02:28.440Z | Compiling allocator-api2 v0.2.18 |
1642 | 2025-01-14T20:02:28.448Z | Compiling bindgen v0.69.5 |
1643 | 2025-01-14T20:02:28.448Z | Compiling regex-automata v0.4.8 |
1644 | 2025-01-14T20:02:28.548Z | Compiling itertools v0.12.1 |
1645 | 2025-01-14T20:02:28.945Z | Compiling lazycell v1.3.0 |
1646 | 2025-01-14T20:02:29.048Z | Compiling semver v1.0.23 |
1647 | 2025-01-14T20:02:29.111Z | Compiling smallvec v1.13.2 |
1648 | 2025-01-14T20:02:29.514Z | Compiling rustc-hash v1.1.0 |
1649 | 2025-01-14T20:02:29.677Z | Compiling cmake v0.1.51 |
1650 | 2025-01-14T20:02:30.625Z | Compiling dunce v1.0.5 |
1651 | 2025-01-14T20:02:30.767Z | Compiling fs_extra v1.3.0 |
1652 | 2025-01-14T20:02:31.115Z | Compiling cexpr v0.6.0 |
1653 | 2025-01-14T20:02:31.168Z | Compiling pkg-config v0.3.31 |
1654 | 2025-01-14T20:02:31.308Z | Compiling ryu v1.0.18 |
1655 | 2025-01-14T20:02:31.606Z | Compiling ring v0.17.8 |
1656 | 2025-01-14T20:02:31.643Z | Compiling pin-project-lite v0.2.14 |
1657 | 2025-01-14T20:02:31.803Z | Compiling schemars v0.8.21 |
1658 | 2025-01-14T20:02:31.826Z | Compiling const-oid v0.9.6 |
1659 | 2025-01-14T20:02:32.130Z | Compiling synstructure v0.13.1 |
1660 | 2025-01-14T20:02:32.643Z | Compiling fnv v1.0.7 |
1661 | 2025-01-14T20:02:32.798Z | Compiling paste v1.0.15 |
1662 | 2025-01-14T20:02:33.013Z | Compiling serde_derive_internals v0.29.1 |
1663 | 2025-01-14T20:02:33.417Z | Compiling aws-lc-rs v1.10.0 |
1664 | 2025-01-14T20:02:33.595Z | Compiling foldhash v0.1.3 |
1665 | 2025-01-14T20:02:33.795Z | Compiling regex v1.11.1 |
1666 | 2025-01-14T20:02:33.843Z | Compiling equivalent v1.0.1 |
1667 | 2025-01-14T20:02:33.881Z | Compiling httparse v1.9.5 |
1668 | 2025-01-14T20:02:34.528Z | Compiling hashbrown v0.15.1 |
1669 | 2025-01-14T20:02:34.858Z | Compiling heck v0.5.0 |
1670 | 2025-01-14T20:02:35.288Z | Compiling signal-hook-registry v1.4.2 |
1671 | 2025-01-14T20:02:35.553Z | Compiling parking_lot v0.12.3 |
1672 | 2025-01-14T20:02:35.961Z | Compiling mio v1.0.2 |
1673 | 2025-01-14T20:02:37.483Z | Compiling serde_derive v1.0.215 |
1674 | 2025-01-14T20:02:37.533Z | Compiling zeroize_derive v1.4.2 |
1675 | 2025-01-14T20:02:37.573Z | Compiling zerocopy-derive v0.7.35 |
1676 | 2025-01-14T20:02:37.658Z | Compiling thiserror-impl v1.0.69 |
1677 | 2025-01-14T20:02:38.673Z | Compiling tokio-macros v2.4.0 |
1678 | 2025-01-14T20:02:38.773Z | Compiling zerofrom-derive v0.1.4 |
1679 | 2025-01-14T20:02:38.973Z | Compiling zeroize v1.8.1 |
1680 | 2025-01-14T20:02:39.331Z | Compiling yoke-derive v0.7.4 |
1681 | 2025-01-14T20:02:39.614Z | Compiling futures-macro v0.3.31 |
1682 | 2025-01-14T20:02:39.633Z | Compiling zerovec-derive v0.10.3 |
1683 | 2025-01-14T20:02:40.153Z | Compiling zerocopy v0.7.35 |
1684 | 2025-01-14T20:02:40.512Z | Compiling displaydoc v0.2.5 |
1685 | 2025-01-14T20:02:41.367Z | Compiling crypto-common v0.1.6 |
1686 | 2025-01-14T20:02:41.733Z | Compiling tracing-attributes v0.1.27 |
1687 | 2025-01-14T20:02:41.830Z | Compiling icu_provider_macros v1.5.0 |
1688 | 2025-01-14T20:02:42.014Z | Compiling schemars_derive v0.8.21 |
1689 | 2025-01-14T20:02:42.035Z | Compiling block-buffer v0.10.4 |
1690 | 2025-01-14T20:02:42.268Z | Compiling digest v0.10.7 |
1691 | 2025-01-14T20:02:42.288Z | Compiling crossbeam-utils v0.8.20 |
1692 | 2025-01-14T20:02:42.496Z | Compiling stable_deref_trait v1.2.0 |
1693 | 2025-01-14T20:02:42.716Z | Compiling der_derive v0.7.3 |
1694 | 2025-01-14T20:02:42.853Z | Compiling socket2 v0.5.7 |
1695 | 2025-01-14T20:02:42.920Z | Compiling time-core v0.1.2 |
1696 | 2025-01-14T20:02:42.923Z | Compiling futures-core v0.3.31 |
1697 | 2025-01-14T20:02:43.105Z | Compiling num-conv v0.1.0 |
1698 | 2025-01-14T20:02:43.408Z | Compiling time-macros v0.2.18 |
1699 | 2025-01-14T20:02:44.548Z | Compiling vcpkg v0.2.15 |
1700 | 2025-01-14T20:02:45.413Z | Compiling syn v1.0.109 |
1701 | 2025-01-14T20:02:46.149Z | Compiling openssl-sys v0.9.103 |
1702 | 2025-01-14T20:02:46.296Z | Compiling cpufeatures v0.2.14 |
1703 | 2025-01-14T20:02:46.402Z | Compiling futures-sink v0.3.31 |
1704 | 2025-01-14T20:02:46.561Z | Compiling slog v2.7.0 |
1705 | 2025-01-14T20:02:46.774Z | Compiling ahash v0.8.11 |
1706 | 2025-01-14T20:02:47.090Z | Compiling iana-time-zone v0.1.61 |
1707 | 2025-01-14T20:02:47.223Z | Compiling zerofrom v0.1.4 |
1708 | 2025-01-14T20:02:47.450Z | Compiling scroll_derive v0.12.0 |
1709 | 2025-01-14T20:02:47.477Z | Compiling ucd-trie v0.1.7 |
1710 | 2025-01-14T20:02:47.664Z | Compiling yoke v0.7.4 |
1711 | 2025-01-14T20:02:47.953Z | Compiling pest v2.7.14 |
1712 | 2025-01-14T20:02:47.992Z | Compiling futures-channel v0.3.31 |
1713 | 2025-01-14T20:02:48.425Z | Compiling hmac v0.12.1 |
1714 | 2025-01-14T20:02:48.675Z | Compiling futures-io v0.3.31 |
1715 | 2025-01-14T20:02:48.818Z | Compiling pin-utils v0.1.0 |
1716 | 2025-01-14T20:02:48.965Z | Compiling futures-task v0.3.31 |
1717 | 2025-01-14T20:02:49.201Z | Compiling openssl v0.10.66 |
1718 | 2025-01-14T20:02:49.404Z | Compiling futures-util v0.3.31 |
1719 | 2025-01-14T20:02:49.611Z | Compiling zerovec v0.10.4 |
1720 | 2025-01-14T20:02:49.736Z | Compiling block-padding v0.3.3 |
1721 | 2025-01-14T20:02:49.969Z | Compiling tinyvec_macros v0.1.1 |
1722 | 2025-01-14T20:02:50.211Z | Compiling tinyvec v1.8.0 |
1723 | 2025-01-14T20:02:50.953Z | Compiling bitflags v2.6.0 |
1724 | 2025-01-14T20:02:51.172Z | Compiling bytes v1.8.0 |
1725 | 2025-01-14T20:02:52.891Z | Compiling indexmap v2.6.0 |
1726 | 2025-01-14T20:02:53.080Z | Compiling tokio v1.40.0 |
1727 | 2025-01-14T20:02:54.661Z | Compiling serde_tokenstream v0.2.2 |
1728 | 2025-01-14T20:02:55.267Z | Compiling uuid v1.11.0 |
1729 | 2025-01-14T20:02:55.583Z | Compiling which v4.4.2 |
1730 | 2025-01-14T20:02:56.409Z | Compiling http v1.1.0 |
1731 | 2025-01-14T20:02:56.451Z | Compiling chrono v0.4.38 |
1732 | 2025-01-14T20:02:56.520Z | Compiling rustc_version v0.4.1 |
1733 | 2025-01-14T20:02:59.159Z | Compiling pest_meta v2.7.14 |
1734 | 2025-01-14T20:02:59.811Z | Compiling toml_datetime v0.6.8 |
1735 | 2025-01-14T20:03:00.286Z | Compiling serde_spanned v0.6.8 |
1736 | 2025-01-14T20:03:00.526Z | Compiling pest_generator v2.7.14 |
1737 | 2025-01-14T20:03:02.223Z | Compiling inout v0.1.3 |
1738 | 2025-01-14T20:03:02.471Z | Compiling openssl-macros v0.1.1 |
1739 | 2025-01-14T20:03:03.242Z | Compiling dyn-clone v1.0.17 |
1740 | 2025-01-14T20:03:03.265Z | Compiling native-tls v0.2.12 |
1741 | 2025-01-14T20:03:03.584Z | Compiling strsim v0.11.1 |
1742 | 2025-01-14T20:03:03.603Z | Compiling rustls v0.23.19 |
1743 | 2025-01-14T20:03:04.331Z | Compiling pest_derive v2.7.14 |
1744 | 2025-01-14T20:03:04.888Z | Compiling cipher v0.4.4 |
1745 | 2025-01-14T20:03:05.110Z | Compiling unicode-normalization v0.1.24 |
1746 | 2025-01-14T20:03:05.366Z | Compiling tinystr v0.7.6 |
1747 | 2025-01-14T20:03:05.389Z | Compiling sha2 v0.10.8 |
1748 | 2025-01-14T20:03:05.646Z | Compiling tracing-core v0.1.32 |
1749 | 2025-01-14T20:03:05.802Z | Compiling usdt-impl v0.5.0 |
1750 | 2025-01-14T20:03:06.148Z | Compiling base64ct v1.6.0 |
1751 | 2025-01-14T20:03:06.169Z | Compiling litemap v0.7.3 |
1752 | 2025-01-14T20:03:06.189Z | Compiling unicode-bidi v0.3.17 |
1753 | 2025-01-14T20:03:06.562Z | Compiling writeable v0.5.5 |
1754 | 2025-01-14T20:03:06.910Z | Compiling icu_locid v1.5.0 |
1755 | 2025-01-14T20:03:07.430Z | Compiling pem-rfc7468 v0.7.0 |
1756 | 2025-01-14T20:03:07.929Z | Compiling tracing v0.1.40 |
1757 | 2025-01-14T20:03:08.627Z | Compiling scroll v0.12.0 |
1758 | 2025-01-14T20:03:08.848Z | Compiling ppv-lite86 v0.2.20 |
1759 | 2025-01-14T20:03:09.120Z | Compiling async-trait v0.1.83 |
1760 | 2025-01-14T20:03:09.769Z | Compiling cookie v0.18.1 |
1761 | 2025-01-14T20:03:09.985Z | Compiling aws-lc-sys v0.22.0 |
1762 | 2025-01-14T20:03:10.043Z | Compiling plain v0.2.3 |
1763 | 2025-01-14T20:03:10.197Z | Compiling flagset v0.4.6 |
1764 | 2025-01-14T20:03:10.400Z | Compiling camino v1.1.9 |
1765 | 2025-01-14T20:03:11.338Z | Compiling anyhow v1.0.93 |
1766 | 2025-01-14T20:03:12.442Z | Compiling der v0.7.9 |
1767 | 2025-01-14T20:03:14.198Z | Compiling goblin v0.8.2 |
1768 | 2025-01-14T20:03:14.942Z | Compiling rand_chacha v0.3.1 |
1769 | 2025-01-14T20:03:15.976Z | Compiling icu_provider v1.5.0 |
1770 | 2025-01-14T20:03:16.864Z | Compiling pretty-hex v0.4.1 |
1771 | 2025-01-14T20:03:17.079Z | Compiling icu_locid_transform_data v1.5.0 |
1772 | 2025-01-14T20:03:17.177Z | Compiling rustls v0.22.4 |
1773 | 2025-01-14T20:03:17.455Z | Compiling rustls-pki-types v1.10.0 |
1774 | 2025-01-14T20:03:17.798Z | Compiling percent-encoding v2.3.1 |
1775 | 2025-01-14T20:03:18.453Z | Compiling rayon-core v1.12.1 |
1776 | 2025-01-14T20:03:18.890Z | Compiling icu_locid_transform v1.5.0 |
1777 | 2025-01-14T20:03:19.709Z | Compiling dof v0.3.0 |
1778 | 2025-01-14T20:03:20.319Z | Compiling rand v0.8.5 |
1779 | 2025-01-14T20:03:20.342Z | Compiling spki v0.7.3 |
1780 | 2025-01-14T20:03:21.276Z | Compiling salsa20 v0.10.2 |
1781 | 2025-01-14T20:03:21.456Z | Compiling dtrace-parser v0.2.0 |
1782 | 2025-01-14T20:03:21.495Z | Compiling tokio-util v0.7.12 |
1783 | 2025-01-14T20:03:22.290Z | Compiling icu_collections v1.5.0 |
1784 | 2025-01-14T20:03:22.806Z | Compiling pbkdf2 v0.12.2 |
1785 | 2025-01-14T20:03:22.996Z | Compiling thread-id v4.2.2 |
1786 | 2025-01-14T20:03:23.122Z | Compiling winnow v0.5.40 |
1787 | 2025-01-14T20:03:23.205Z | Compiling mirai-annotations v1.12.0 |
1788 | 2025-01-14T20:03:23.235Z | Compiling powerfmt v0.2.0 |
1789 | 2025-01-14T20:03:23.616Z | Compiling icu_properties_data v1.5.0 |
1790 | 2025-01-14T20:03:23.657Z | Compiling untrusted v0.7.1 |
1791 | 2025-01-14T20:03:23.746Z | Compiling untrusted v0.9.0 |
1792 | 2025-01-14T20:03:23.979Z | Compiling icu_properties v1.5.1 |
1793 | 2025-01-14T20:03:24.049Z | Compiling deranged v0.3.11 |
1794 | 2025-01-14T20:03:27.097Z | Compiling toml_edit v0.19.15 |
1795 | 2025-01-14T20:03:28.682Z | Compiling scrypt v0.11.0 |
1796 | 2025-01-14T20:03:28.914Z | Compiling cbc v0.1.2 |
1797 | 2025-01-14T20:03:29.144Z | Compiling aes v0.8.4 |
1798 | 2025-01-14T20:03:30.387Z | Compiling multer v3.1.0 |
1799 | 2025-01-14T20:03:30.683Z | Compiling atomic-waker v1.1.2 |
1800 | 2025-01-14T20:03:30.878Z | Compiling write16 v1.0.0 |
1801 | 2025-01-14T20:03:31.320Z | Compiling num_threads v0.1.7 |
1802 | 2025-01-14T20:03:31.451Z | Compiling slog-async v2.8.0 |
1803 | 2025-01-14T20:03:31.559Z | Compiling icu_normalizer_data v1.5.0 |
1804 | 2025-01-14T20:03:31.667Z | Compiling utf8_iter v1.0.4 |
1805 | 2025-01-14T20:03:31.687Z | Compiling utf16_iter v1.0.5 |
1806 | 2025-01-14T20:03:31.873Z | Compiling rustversion v1.0.17 |
1807 | 2025-01-14T20:03:32.040Z | Compiling time v0.3.36 |
1808 | 2025-01-14T20:03:32.563Z | Compiling icu_normalizer v1.5.0 |
1809 | 2025-01-14T20:03:32.816Z | Compiling pkcs5 v0.7.1 |
1810 | 2025-01-14T20:03:34.261Z | Compiling form_urlencoded v1.2.1 |
1811 | 2025-01-14T20:03:34.545Z | Compiling http-body v1.0.1 |
1812 | 2025-01-14T20:03:34.998Z | Compiling heapless v0.7.17 |
1813 | 2025-01-14T20:03:35.175Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1814 | 2025-01-14T20:03:35.694Z | Compiling signal-hook v0.3.17 |
1815 | 2025-01-14T20:03:35.922Z | Compiling try-lock v0.2.5 |
1816 | 2025-01-14T20:03:36.653Z | Compiling want v0.3.1 |
1817 | 2025-01-14T20:03:38.200Z | Compiling idna_adapter v1.2.0 |
1818 | 2025-01-14T20:03:38.430Z | Compiling pkcs8 v0.10.2 |
1819 | 2025-01-14T20:03:38.996Z | Compiling h2 v0.4.6 |
1820 | 2025-01-14T20:03:39.713Z | Compiling usdt-macro v0.5.0 |
1821 | 2025-01-14T20:03:41.049Z | Compiling usdt-attr-macro v0.5.0 |
1822 | 2025-01-14T20:03:41.302Z | Compiling async-stream-impl v0.3.6 |
1823 | 2025-01-14T20:03:41.331Z | Compiling adler2 v2.0.0 |
1824 | 2025-01-14T20:03:41.862Z | Compiling httpdate v1.0.3 |
1825 | 2025-01-14T20:03:42.558Z | Compiling miniz_oxide v0.8.0 |
1826 | 2025-01-14T20:03:43.789Z | Compiling idna v1.0.3 |
1827 | 2025-01-14T20:03:45.290Z | Compiling curve25519-dalek v4.1.3 |
1828 | 2025-01-14T20:03:45.691Z | Compiling openapiv3 v2.0.0 |
1829 | 2025-01-14T20:03:45.808Z | Compiling enum-as-inner v0.6.1 |
1830 | 2025-01-14T20:03:46.839Z | Compiling hyper v1.5.0 |
1831 | 2025-01-14T20:03:49.157Z | Compiling dropshot v0.12.0 |
1832 | 2025-01-14T20:03:49.460Z | Compiling smoltcp v0.9.1 |
1833 | 2025-01-14T20:03:49.925Z | Compiling base64 v0.22.1 |
1834 | 2025-01-14T20:03:50.007Z | Compiling portable-atomic v1.9.0 |
1835 | 2025-01-14T20:03:50.057Z | Compiling newtype-uuid v1.1.3 |
1836 | 2025-01-14T20:03:50.609Z | Compiling tower-service v0.3.3 |
1837 | 2025-01-14T20:03:50.749Z | Compiling foreign-types-shared v0.1.1 |
1838 | 2025-01-14T20:03:50.896Z | Compiling num-bigint-dig v0.8.4 |
1839 | 2025-01-14T20:03:51.042Z | Compiling match_cfg v0.1.0 |
1840 | 2025-01-14T20:03:51.140Z | Compiling hyper-util v0.1.10 |
1841 | 2025-01-14T20:03:51.160Z | Compiling hostname v0.3.1 |
1842 | 2025-01-14T20:03:51.179Z | Compiling foreign-types v0.3.2 |
1843 | 2025-01-14T20:03:57.875Z | Compiling url v2.5.3 |
1844 | 2025-01-14T20:03:59.437Z | Compiling dirs-sys-next v0.1.2 |
1845 | 2025-01-14T20:03:59.512Z | Compiling siphasher v0.3.11 |
1846 | 2025-01-14T20:03:59.645Z | Compiling data-encoding v2.6.0 |
1847 | 2025-01-14T20:03:59.803Z | Compiling gimli v0.31.1 |
1848 | 2025-01-14T20:03:59.863Z | Compiling heck v0.4.1 |
1849 | 2025-01-14T20:03:59.910Z | Compiling ident_case v1.0.1 |
1850 | 2025-01-14T20:04:00.035Z | Compiling dirs-next v2.0.0 |
1851 | 2025-01-14T20:04:00.101Z | Compiling darling_core v0.20.10 |
1852 | 2025-01-14T20:04:02.878Z | Compiling http-body-util v0.1.2 |
1853 | 2025-01-14T20:04:06.404Z | Compiling addr2line v0.24.2 |
1854 | 2025-01-14T20:04:06.653Z | Compiling crossbeam-epoch v0.9.18 |
1855 | 2025-01-14T20:04:06.780Z | Compiling hubpack_derive v0.1.1 |
1856 | 2025-01-14T20:04:06.823Z | Compiling dropshot_endpoint v0.12.0 |
1857 | 2025-01-14T20:04:07.363Z | Compiling sha1 v0.10.6 |
1858 | 2025-01-14T20:04:07.391Z | Compiling signature v2.2.0 |
1859 | 2025-01-14T20:04:07.624Z | Compiling curve25519-dalek-derive v0.1.1 |
1860 | 2025-01-14T20:04:07.650Z | Compiling zerocopy-derive v0.6.6 |
1861 | 2025-01-14T20:04:07.836Z | Compiling object v0.36.5 |
1862 | 2025-01-14T20:04:09.018Z | Compiling thread_local v1.1.8 |
1863 | 2025-01-14T20:04:09.508Z | Compiling fs-err v2.11.0 |
1864 | 2025-01-14T20:04:09.579Z | Compiling encoding_rs v0.8.34 |
1865 | 2025-01-14T20:04:10.989Z | Compiling openssl-probe v0.1.5 |
1866 | 2025-01-14T20:04:11.311Z | Compiling utf8parse v0.2.2 |
1867 | 2025-01-14T20:04:11.481Z | Compiling rustc-demangle v0.1.24 |
1868 | 2025-01-14T20:04:13.319Z | Compiling winnow v0.6.20 |
1869 | 2025-01-14T20:04:13.769Z | Compiling anstyle v1.0.10 |
1870 | 2025-01-14T20:04:17.119Z | Compiling mime v0.3.17 |
1871 | 2025-01-14T20:04:17.655Z | Compiling unicode-properties v0.1.3 |
1872 | 2025-01-14T20:04:18.073Z | Compiling ipnet v2.10.1 |
1873 | 2025-01-14T20:04:19.347Z | Compiling stringprep v0.1.5 |
1874 | 2025-01-14T20:04:19.812Z | Compiling toml_edit v0.22.22 |
1875 | 2025-01-14T20:04:20.320Z | Compiling backtrace v0.3.74 |
1876 | 2025-01-14T20:04:20.418Z | Compiling anstyle-parse v0.2.5 |
1877 | 2025-01-14T20:04:23.535Z | Compiling crossbeam-deque v0.8.5 |
1878 | 2025-01-14T20:04:25.289Z | Compiling rustls-webpki v0.102.8 |
1879 | 2025-01-14T20:04:27.206Z | Compiling darling_macro v0.20.10 |
1880 | 2025-01-14T20:04:31.335Z | Compiling term v0.7.0 |
1881 | 2025-01-14T20:04:32.609Z | Compiling slog-json v2.6.1 |
1882 | 2025-01-14T20:04:34.762Z | Compiling serde_urlencoded v0.7.1 |
1883 | 2025-01-14T20:04:35.529Z | Compiling crossbeam-channel v0.5.13 |
1884 | 2025-01-14T20:04:35.665Z | Compiling rustls-pemfile v2.2.0 |
1885 | 2025-01-14T20:04:36.036Z | Compiling hashbrown v0.14.5 |
1886 | 2025-01-14T20:04:36.604Z | Compiling idna v0.4.0 |
1887 | 2025-01-14T20:04:36.663Z | Compiling idna v0.3.0 |
1888 | 2025-01-14T20:04:37.386Z | Compiling futures-executor v0.3.31 |
1889 | 2025-01-14T20:04:38.147Z | Compiling num-integer v0.1.46 |
1890 | 2025-01-14T20:04:38.304Z | Compiling md-5 v0.10.6 |
1891 | 2025-01-14T20:04:38.557Z | Compiling ff v0.13.0 |
1892 | 2025-01-14T20:04:38.609Z | Compiling hash32 v0.2.1 |
1893 | 2025-01-14T20:04:38.799Z | Compiling memmap v0.7.0 |
1894 | 2025-01-14T20:04:38.856Z | Compiling is-terminal v0.4.13 |
1895 | 2025-01-14T20:04:39.103Z | Compiling linked-hash-map v0.5.6 |
1896 | 2025-01-14T20:04:39.477Z | Compiling base16ct v0.2.0 |
1897 | 2025-01-14T20:04:39.780Z | Compiling psl-types v2.0.11 |
1898 | 2025-01-14T20:04:39.994Z | Compiling is_terminal_polyfill v1.70.1 |
1899 | 2025-01-14T20:04:39.994Z | Compiling take_mut v0.2.2 |
1900 | 2025-01-14T20:04:40.134Z | Compiling colorchoice v1.0.2 |
1901 | 2025-01-14T20:04:40.148Z | Compiling anstyle-query v1.1.1 |
1902 | 2025-01-14T20:04:40.294Z | Compiling utf-8 v0.7.6 |
1903 | 2025-01-14T20:04:40.313Z | Compiling quick-error v1.2.3 |
1904 | 2025-01-14T20:04:40.471Z | Compiling fallible-iterator v0.2.0 |
1905 | 2025-01-14T20:04:41.235Z | Compiling postgres-protocol v0.6.7 |
1906 | 2025-01-14T20:04:41.470Z | Compiling tungstenite v0.24.0 |
1907 | 2025-01-14T20:04:42.467Z | Compiling resolv-conf v0.7.0 |
1908 | 2025-01-14T20:04:43.163Z | Compiling anstream v0.6.15 |
1909 | 2025-01-14T20:04:43.854Z | Compiling publicsuffix v2.2.3 |
1910 | 2025-01-14T20:04:43.906Z | Compiling sec1 v0.7.3 |
1911 | 2025-01-14T20:04:44.097Z | Compiling lru-cache v0.1.2 |
1912 | 2025-01-14T20:04:44.306Z | Compiling usdt v0.5.0 |
1913 | 2025-01-14T20:04:44.625Z | Compiling slog-term v2.9.1 |
1914 | 2025-01-14T20:04:44.778Z | Compiling group v0.13.0 |
1915 | 2025-01-14T20:04:45.074Z | Compiling num-iter v0.1.45 |
1916 | 2025-01-14T20:04:45.210Z | Compiling futures v0.3.31 |
1917 | 2025-01-14T20:04:45.279Z | Compiling hickory-proto v0.24.1 |
1918 | 2025-01-14T20:04:45.326Z | Compiling regress v0.10.1 |
1919 | 2025-01-14T20:04:48.790Z | Compiling tokio-rustls v0.26.0 |
1920 | 2025-01-14T20:04:49.098Z | Compiling slog-bunyan v2.5.0 |
1921 | 2025-01-14T20:04:49.258Z | Compiling tokio-rustls v0.25.0 |
1922 | 2025-01-14T20:04:49.309Z | Compiling darling v0.20.10 |
1923 | 2025-01-14T20:04:49.575Z | Compiling toml v0.8.19 |
1924 | 2025-01-14T20:04:49.643Z | Compiling tokio-native-tls v0.3.1 |
1925 | 2025-01-14T20:04:49.699Z | Compiling strum_macros v0.25.3 |
1926 | 2025-01-14T20:04:49.930Z | Compiling phf_shared v0.11.2 |
1927 | 2025-01-14T20:04:50.328Z | Compiling async-stream v0.3.6 |
1928 | 2025-01-14T20:04:50.360Z | Compiling waitgroup v0.1.2 |
1929 | 2025-01-14T20:04:51.069Z | Compiling webpki-roots v0.26.6 |
1930 | 2025-01-14T20:04:51.114Z | Compiling idna v0.5.0 |
1931 | 2025-01-14T20:04:51.120Z | Compiling terminal_size v0.4.0 |
1932 | 2025-01-14T20:04:51.332Z | Compiling serde_path_to_error v0.1.16 |
1933 | 2025-01-14T20:04:52.161Z | Compiling hkdf v0.12.4 |
1934 | 2025-01-14T20:04:52.528Z | Compiling crypto-bigint v0.5.5 |
1935 | 2025-01-14T20:04:52.528Z | Compiling clap_derive v4.5.18 |
1936 | 2025-01-14T20:04:52.563Z | Compiling serde_repr v0.1.19 |
1937 | 2025-01-14T20:04:53.256Z | Compiling derive-where v1.2.7 |
1938 | 2025-01-14T20:04:53.640Z | Compiling hostname v0.4.0 |
1939 | 2025-01-14T20:04:53.867Z | Compiling crc32fast v1.4.2 |
1940 | 2025-01-14T20:04:54.191Z | Compiling debug-ignore v1.0.5 |
1941 | 2025-01-14T20:04:54.505Z | Compiling bitflags v1.3.2 |
1942 | 2025-01-14T20:04:54.531Z | Compiling clap_lex v0.7.2 |
1943 | 2025-01-14T20:04:54.966Z | Compiling managed v0.8.0 |
1944 | 2025-01-14T20:04:55.917Z | Compiling unicode-width v0.1.14 |
1945 | 2025-01-14T20:04:56.317Z | Compiling elliptic-curve v0.13.8 |
1946 | 2025-01-14T20:04:56.412Z | Compiling console v0.15.8 |
1947 | 2025-01-14T20:04:57.136Z | Compiling clap_builder v4.5.21 |
1948 | 2025-01-14T20:04:58.451Z | Compiling flate2 v1.0.34 |
1949 | 2025-01-14T20:04:59.235Z | Compiling cookie_store v0.21.0 |
1950 | 2025-01-14T20:05:02.887Z | Compiling hickory-resolver v0.24.1 |
1951 | 2025-01-14T20:05:03.816Z | Compiling hyper-rustls v0.27.3 |
1952 | 2025-01-14T20:05:04.548Z | Compiling phf v0.11.2 |
1953 | 2025-01-14T20:05:05.672Z | Compiling hyper-tls v0.6.0 |
1954 | 2025-01-14T20:05:06.051Z | Compiling signal-hook-mio v0.2.4 |
1955 | 2025-01-14T20:05:06.073Z | Compiling typify-impl v0.2.0 |
1956 | 2025-01-14T20:05:06.243Z | Compiling bzip2 v0.4.4 |
1957 | 2025-01-14T20:05:06.338Z | Compiling rayon v1.10.0 |
1958 | 2025-01-14T20:05:06.918Z | Compiling tokio-tungstenite v0.24.0 |
1959 | 2025-01-14T20:05:07.010Z | Compiling postgres-types v0.2.8 |
1960 | 2025-01-14T20:05:07.654Z | Compiling zerocopy v0.6.6 |
1961 | 2025-01-14T20:05:08.385Z | Compiling hubpack v0.1.2 |
1962 | 2025-01-14T20:05:08.421Z | Compiling ed25519 v2.2.3 |
1963 | 2025-01-14T20:05:08.508Z | Compiling phf_shared v0.10.0 |
1964 | 2025-01-14T20:05:08.571Z | Compiling pkcs1 v0.7.5 |
1965 | 2025-01-14T20:05:09.082Z | Compiling tokio-stream v0.1.16 |
1966 | 2025-01-14T20:05:09.876Z | Compiling ipnetwork v0.20.0 |
1967 | 2025-01-14T20:05:10.037Z | Compiling serde-big-array v0.5.1 |
1968 | 2025-01-14T20:05:10.283Z | Compiling rfc6979 v0.4.0 |
1969 | 2025-01-14T20:05:10.485Z | Compiling float-cmp v0.9.0 |
1970 | 2025-01-14T20:05:13.665Z | Compiling sync_wrapper v1.0.1 |
1971 | 2025-01-14T20:05:13.735Z | Compiling bstr v1.10.0 |
1972 | 2025-01-14T20:05:13.819Z | Compiling difflib v0.4.0 |
1973 | 2025-01-14T20:05:13.819Z | Compiling static_assertions v1.1.0 |
1974 | 2025-01-14T20:05:13.819Z | Compiling unicode-width v0.2.0 |
1975 | 2025-01-14T20:05:13.819Z | Compiling whoami v1.5.2 |
1976 | 2025-01-14T20:05:13.819Z | Compiling number_prefix v0.4.0 |
1977 | 2025-01-14T20:05:13.819Z | Compiling normalize-line-endings v0.3.0 |
1978 | 2025-01-14T20:05:13.819Z | Compiling bit-vec v0.6.3 |
1979 | 2025-01-14T20:05:13.843Z | Compiling new_debug_unreachable v1.0.6 |
1980 | 2025-01-14T20:05:13.942Z | Compiling fixedbitset v0.4.2 |
1981 | 2025-01-14T20:05:13.961Z | Compiling unicode-segmentation v1.12.0 |
1982 | 2025-01-14T20:05:14.098Z | Compiling predicates-core v1.0.8 |
1983 | 2025-01-14T20:05:14.214Z | Compiling precomputed-hash v0.1.1 |
1984 | 2025-01-14T20:05:14.337Z | Compiling string_cache v0.8.7 |
1985 | 2025-01-14T20:05:14.356Z | Compiling predicates v3.1.2 |
1986 | 2025-01-14T20:05:14.415Z | Compiling petgraph v0.6.5 |
1987 | 2025-01-14T20:05:14.764Z | Compiling similar v2.6.0 |
1988 | 2025-01-14T20:05:14.836Z | Compiling bit-set v0.5.3 |
1989 | 2025-01-14T20:05:15.131Z | Compiling indicatif v0.17.9 |
1990 | 2025-01-14T20:05:15.881Z | Compiling tokio-postgres v0.7.12 |
1991 | 2025-01-14T20:05:16.809Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1992 | 2025-01-14T20:05:17.346Z | Compiling reqwest v0.12.9 |
1993 | 2025-01-14T20:05:18.226Z | Compiling typify-macro v0.2.0 |
1994 | 2025-01-14T20:05:18.507Z | Compiling ecdsa v0.16.9 |
1995 | 2025-01-14T20:05:21.257Z | Compiling qorb v0.2.1 |
1996 | 2025-01-14T20:05:21.954Z | Compiling rsa v0.9.6 |
1997 | 2025-01-14T20:05:21.988Z | Compiling ed25519-dalek v2.1.1 |
1998 | 2025-01-14T20:05:23.123Z | Compiling zip v0.6.6 |
1999 | 2025-01-14T20:05:23.410Z | Compiling crossterm v0.28.1 |
2000 | 2025-01-14T20:05:23.628Z | Compiling clap v4.5.21 |
2001 | 2025-01-14T20:05:24.887Z | Compiling toml v0.7.8 |
2002 | 2025-01-14T20:05:26.000Z | Compiling x509-cert v0.2.5 |
2003 | 2025-01-14T20:05:26.596Z | Compiling hex v0.4.3 |
2004 | 2025-01-14T20:05:27.239Z | Compiling itertools v0.10.5 |
2005 | 2025-01-14T20:05:27.633Z | Compiling unicode-xid v0.2.6 |
2006 | 2025-01-14T20:05:27.703Z | Compiling zerocopy v0.8.10 |
2007 | 2025-01-14T20:05:27.798Z | Compiling peg-runtime v0.8.3 |
2008 | 2025-01-14T20:05:28.131Z | Compiling lalrpop-util v0.19.12 |
2009 | 2025-01-14T20:05:30.412Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2010 | 2025-01-14T20:05:34.715Z | Compiling proc-macro-crate v1.3.1 |
2011 | 2025-01-14T20:05:34.759Z | Compiling macaddr v1.0.1 |
2012 | 2025-01-14T20:05:35.414Z | Compiling zerocopy-derive v0.8.10 |
2013 | 2025-01-14T20:05:35.514Z | Compiling itertools v0.13.0 |
2014 | 2025-01-14T20:05:37.562Z | Compiling heapless v0.8.0 |
2015 | 2025-01-14T20:05:38.878Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2016 | 2025-01-14T20:05:43.724Z | Compiling num_enum_derive v0.5.11 |
2017 | 2025-01-14T20:05:51.612Z | Compiling hash32 v0.3.1 |
2018 | 2025-01-14T20:05:52.943Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2019 | 2025-01-14T20:05:53.028Z | Compiling smoltcp v0.11.0 |
2020 | 2025-01-14T20:05:58.392Z | Compiling num_enum v0.5.11 |
2021 | 2025-01-14T20:05:58.584Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2022 | 2025-01-14T20:05:59.202Z | Compiling typify v0.2.0 |
2023 | 2025-01-14T20:05:59.357Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2024 | 2025-01-14T20:06:00.478Z | Compiling proc-macro-error-attr v1.0.4 |
2025 | 2025-01-14T20:06:00.956Z | Compiling cobs v0.2.3 |
2026 | 2025-01-14T20:06:01.409Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2027 | 2025-01-14T20:06:01.696Z | Compiling unsafe-libyaml v0.2.11 |
2028 | 2025-01-14T20:06:03.290Z | Compiling serde_yaml v0.9.34+deprecated |
2029 | 2025-01-14T20:06:04.378Z | Compiling postcard v1.0.10 |
2030 | 2025-01-14T20:06:18.189Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2031 | 2025-01-14T20:06:21.603Z | Compiling progenitor-impl v0.8.0 |
2032 | 2025-01-14T20:06:30.816Z | Compiling strum_macros v0.26.4 |
2033 | 2025-01-14T20:06:32.128Z | Compiling structmeta-derive v0.3.0 |
2034 | 2025-01-14T20:06:32.488Z | Compiling foreign-types-macros v0.2.3 |
2035 | 2025-01-14T20:06:32.539Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2036 | 2025-01-14T20:06:32.681Z | Compiling proc-macro-error v1.0.4 |
2037 | 2025-01-14T20:06:32.977Z | Compiling foreign-types-shared v0.3.1 |
2038 | 2025-01-14T20:06:33.112Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2039 | 2025-01-14T20:06:35.343Z | Compiling strum v0.26.3 |
2040 | 2025-01-14T20:06:35.551Z | Compiling structmeta v0.3.0 |
2041 | 2025-01-14T20:06:38.361Z | Compiling foreign-types v0.5.0 |
2042 | 2025-01-14T20:06:39.371Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2043 | 2025-01-14T20:06:43.766Z | Compiling progenitor-macro v0.8.0 |
2044 | 2025-01-14T20:06:47.885Z | Compiling progenitor-client v0.8.0 |
2045 | 2025-01-14T20:06:48.895Z | Compiling tabwriter v1.4.0 |
2046 | 2025-01-14T20:06:50.376Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2047 | 2025-01-14T20:06:51.583Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2048 | 2025-01-14T20:06:52.413Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2049 | 2025-01-14T20:06:52.778Z | Compiling cstr-argument v0.1.2 |
2050 | 2025-01-14T20:06:53.048Z | Compiling dropshot v0.13.0 |
2051 | 2025-01-14T20:06:53.266Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2052 | 2025-01-14T20:06:53.353Z | Compiling fastrand v2.1.1 |
2053 | 2025-01-14T20:06:53.563Z | Compiling crucible-workspace-hack v0.1.0 |
2054 | 2025-01-14T20:06:54.043Z | Compiling thiserror v2.0.3 |
2055 | 2025-01-14T20:06:54.242Z | Compiling pretty-hex v0.2.1 |
2056 | 2025-01-14T20:06:54.474Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2057 | 2025-01-14T20:06:54.999Z | Compiling tempfile v3.13.0 |
2058 | 2025-01-14T20:06:55.138Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2059 | 2025-01-14T20:06:55.386Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2060 | 2025-01-14T20:06:55.566Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2061 | 2025-01-14T20:06:56.535Z | Compiling progenitor v0.8.0 |
2062 | 2025-01-14T20:06:56.694Z | Compiling parse-display-derive v0.10.0 |
2063 | 2025-01-14T20:06:56.827Z | Compiling colored v2.1.0 |
2064 | 2025-01-14T20:06:56.830Z | Compiling serde_with_macros v3.11.0 |
2065 | 2025-01-14T20:06:57.311Z | Compiling dropshot_endpoint v0.13.0 |
2066 | 2025-01-14T20:06:58.107Z | Compiling thiserror-impl v2.0.3 |
2067 | 2025-01-14T20:06:58.766Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2068 | 2025-01-14T20:06:59.434Z | Compiling instant v0.1.13 |
2069 | 2025-01-14T20:06:59.530Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2070 | 2025-01-14T20:06:59.615Z | Compiling backoff v0.4.0 |
2071 | 2025-01-14T20:06:59.939Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2072 | 2025-01-14T20:06:59.998Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2073 | 2025-01-14T20:07:00.237Z | Compiling serde_with v3.11.0 |
2074 | 2025-01-14T20:07:00.575Z | Compiling parse-display v0.10.0 |
2075 | 2025-01-14T20:07:01.382Z | Compiling zone_cfg_derive v0.3.0 |
2076 | 2025-01-14T20:07:02.506Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2077 | 2025-01-14T20:07:02.749Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2078 | 2025-01-14T20:07:02.963Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2079 | 2025-01-14T20:07:03.478Z | Compiling camino-tempfile v1.1.1 |
2080 | 2025-01-14T20:07:03.849Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2081 | 2025-01-14T20:07:04.248Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2082 | 2025-01-14T20:07:04.346Z | Compiling regress v0.9.1 |
2083 | 2025-01-14T20:07:04.453Z | Compiling num-derive v0.4.2 |
2084 | 2025-01-14T20:07:04.628Z | Compiling sigpipe v0.1.3 |
2085 | 2025-01-14T20:07:04.778Z | Compiling libefi-sys v0.1.0 |
2086 | 2025-01-14T20:07:05.083Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2087 | 2025-01-14T20:07:05.428Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2088 | 2025-01-14T20:07:06.738Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2089 | 2025-01-14T20:07:08.283Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2090 | 2025-01-14T20:07:08.711Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2091 | 2025-01-14T20:07:08.866Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2092 | 2025-01-14T20:07:10.473Z | Compiling zone v0.3.0 |
2093 | 2025-01-14T20:07:13.758Z | Compiling smf v0.2.3 |
2094 | 2025-01-14T20:07:13.896Z | Compiling bitfield-struct v0.6.2 |
2095 | 2025-01-14T20:07:14.173Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2096 | 2025-01-14T20:07:14.580Z | Compiling blake3 v1.5.4 |
2097 | 2025-01-14T20:07:15.279Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2098 | 2025-01-14T20:07:15.942Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2099 | 2025-01-14T20:07:16.095Z | Compiling xattr v1.3.1 |
2100 | 2025-01-14T20:07:16.306Z | Compiling memmap2 v0.9.5 |
2101 | 2025-01-14T20:07:16.427Z | Compiling filetime v0.2.25 |
2102 | 2025-01-14T20:07:16.801Z | Compiling arrayvec v0.7.6 |
2103 | 2025-01-14T20:07:16.914Z | Compiling same-file v1.0.6 |
2104 | 2025-01-14T20:07:16.976Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2105 | 2025-01-14T20:07:17.092Z | Compiling constant_time_eq v0.3.1 |
2106 | 2025-01-14T20:07:17.116Z | Compiling arrayref v0.3.9 |
2107 | 2025-01-14T20:07:17.202Z | Compiling walkdir v2.5.0 |
2108 | 2025-01-14T20:07:17.233Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2109 | 2025-01-14T20:07:17.311Z | Compiling tar v0.4.42 |
2110 | 2025-01-14T20:07:18.898Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2111 | 2025-01-14T20:07:19.336Z | Compiling gethostname v0.5.0 |
2112 | 2025-01-14T20:07:19.555Z | Compiling cargo-platform v0.1.8 |
2113 | 2025-01-14T20:07:19.990Z | Compiling topological-sort v0.2.2 |
2114 | 2025-01-14T20:07:20.009Z | Compiling cargo_metadata v0.18.1 |
2115 | 2025-01-14T20:07:20.291Z | Compiling omicron-zone-package v0.12.0 |
2116 | 2025-01-14T20:07:20.636Z | Compiling shell-words v1.1.0 |
2117 | 2025-01-14T20:07:21.062Z | Compiling indent_write v2.2.0 |
2118 | 2025-01-14T20:07:28.060Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2119 | 2025-01-14T20:07:30.410Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2120 | 2025-01-14T20:07:36.142Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2121 | 2025-01-14T20:07:51.463Z | Finished `release` profile [optimized] target(s) in 5m 30s |
2122 | 2025-01-14T20:07:51.623Z | Running `target/release/omicron-package -t test target create -p dev` |
2123 | 2025-01-14T20:07:51.670Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2124 | 2025-01-14T20:07:51.673Z | Created new build target 'test' and set it as active |
2125 | 2025-01-14T20:07:51.673Z | |
2126 | 2025-01-14T20:07:51.673Z | real 5:30.761201826 |
2127 | 2025-01-14T20:07:51.673Z | user 37:08.741953099 |
2128 | 2025-01-14T20:07:51.673Z | sys 4:57.749055065 |
2129 | 2025-01-14T20:07:51.673Z | trap 1.105353395 |
2130 | 2025-01-14T20:07:51.673Z | tflt 2.979247846 |
2131 | 2025-01-14T20:07:51.673Z | dflt 0.976836029 |
2132 | 2025-01-14T20:07:51.673Z | kflt 0.000617085 |
2133 | 2025-01-14T20:07:51.673Z | lock 1:17:56.348800920 |
2134 | 2025-01-14T20:07:51.673Z | slp 2:34:50.647533574 |
2135 | 2025-01-14T20:07:51.673Z | lat 2:31.509541016 |
2136 | 2025-01-14T20:07:51.673Z | stop 4:39.779305187 |
2137 | 2025-01-14T20:07:51.673Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2138 | 2025-01-14T20:07:52.654Z | Finished `release` profile [optimized] target(s) in 0.93s |
2139 | 2025-01-14T20:07:52.713Z | Running `target/release/omicron-package -t test package` |
2140 | 2025-01-14T20:07:52.757Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2141 | 2025-01-14T20:07:53.894Z | Compiling convert_case v0.4.0 |
2142 | 2025-01-14T20:07:53.894Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2143 | 2025-01-14T20:07:53.894Z | Compiling newline-converter v0.3.0 |
2144 | 2025-01-14T20:07:53.897Z | Compiling password-hash v0.5.0 |
2145 | 2025-01-14T20:07:53.897Z | Compiling blake2 v0.10.6 |
2146 | 2025-01-14T20:07:53.897Z | Compiling base64 v0.21.7 |
2147 | 2025-01-14T20:07:53.897Z | Compiling atomicwrites v0.4.4 |
2148 | 2025-01-14T20:07:54.078Z | Compiling progenitor-client v0.8.0 |
2149 | 2025-01-14T20:07:54.236Z | Compiling expectorate v1.1.0 |
2150 | 2025-01-14T20:07:54.279Z | Compiling owo-colors v4.1.0 |
2151 | 2025-01-14T20:07:54.422Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2152 | 2025-01-14T20:07:54.573Z | Compiling argon2 v0.5.3 |
2153 | 2025-01-14T20:07:54.593Z | Compiling cancel-safe-futures v0.1.5 |
2154 | 2025-01-14T20:07:54.640Z | Compiling progenitor v0.8.0 |
2155 | 2025-01-14T20:07:54.762Z | Compiling derive_more v0.99.18 |
2156 | 2025-01-14T20:07:54.915Z | Compiling num-rational v0.4.2 |
2157 | 2025-01-14T20:07:54.964Z | Compiling num-complex v0.4.6 |
2158 | 2025-01-14T20:07:55.227Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2159 | 2025-01-14T20:07:55.808Z | Compiling libsw v3.3.1 |
2160 | 2025-01-14T20:07:55.830Z | Compiling swrite v0.1.0 |
2161 | 2025-01-14T20:07:55.967Z | Compiling linear-map v1.2.0 |
2162 | 2025-01-14T20:07:56.100Z | Compiling num v0.4.3 |
2163 | 2025-01-14T20:07:56.157Z | Compiling float-ord v0.3.2 |
2164 | 2025-01-14T20:07:56.222Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2165 | 2025-01-14T20:07:56.324Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2166 | 2025-01-14T20:07:56.343Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2167 | 2025-01-14T20:07:56.390Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2168 | 2025-01-14T20:07:56.934Z | Compiling highway v1.2.0 |
2169 | 2025-01-14T20:07:57.276Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2170 | 2025-01-14T20:07:57.978Z | Compiling semver v0.1.20 |
2171 | 2025-01-14T20:07:58.362Z | Compiling rustc_version v0.1.7 |
2172 | 2025-01-14T20:07:58.554Z | Compiling tungstenite v0.21.0 |
2173 | 2025-01-14T20:07:58.813Z | Compiling newtype_derive v0.1.6 |
2174 | 2025-01-14T20:07:59.129Z | Compiling ipnetwork v0.20.0 |
2175 | 2025-01-14T20:07:59.953Z | Compiling tokio-tungstenite v0.21.0 |
2176 | 2025-01-14T20:08:00.822Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2177 | 2025-01-14T20:08:01.337Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2178 | 2025-01-14T20:08:01.453Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2179 | 2025-01-14T20:08:03.765Z | Compiling humantime v2.1.0 |
2180 | 2025-01-14T20:08:04.375Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2181 | 2025-01-14T20:08:04.629Z | Compiling dropshot v0.13.0 |
2182 | 2025-01-14T20:08:04.784Z | Compiling instant v0.1.13 |
2183 | 2025-01-14T20:08:04.954Z | Compiling backoff v0.4.0 |
2184 | 2025-01-14T20:08:05.194Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2185 | 2025-01-14T20:08:05.344Z | Compiling steno v0.4.1 |
2186 | 2025-01-14T20:08:05.636Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2187 | 2025-01-14T20:08:05.769Z | Compiling parse-display v0.10.0 |
2188 | 2025-01-14T20:08:06.328Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2189 | 2025-01-14T20:08:06.523Z | Compiling strum v0.26.3 |
2190 | 2025-01-14T20:08:06.721Z | Compiling serde_with v3.11.0 |
2191 | 2025-01-14T20:08:10.450Z | Compiling regress v0.9.1 |
2192 | 2025-01-14T20:08:10.918Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2193 | 2025-01-14T20:08:13.551Z | Compiling macaddr v1.0.1 |
2194 | 2025-01-14T20:08:13.815Z | Compiling slog-dtrace v0.3.0 |
2195 | 2025-01-14T20:08:14.000Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2196 | 2025-01-14T20:08:14.193Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2197 | 2025-01-14T20:08:14.309Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2198 | 2025-01-14T20:08:16.443Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2199 | 2025-01-14T20:08:16.710Z | Compiling prettyplease v0.2.25 |
2200 | 2025-01-14T20:08:16.959Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2201 | 2025-01-14T20:08:17.078Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2202 | 2025-01-14T20:08:18.063Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2203 | 2025-01-14T20:08:20.802Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2204 | 2025-01-14T20:08:21.095Z | Compiling half v2.4.1 |
2205 | 2025-01-14T20:08:21.814Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2206 | 2025-01-14T20:08:33.334Z | Compiling ciborium-io v0.2.2 |
2207 | 2025-01-14T20:08:33.489Z | Compiling ciborium-ll v0.2.2 |
2208 | 2025-01-14T20:08:34.020Z | Compiling ciborium v0.2.2 |
2209 | 2025-01-14T20:08:34.900Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2210 | 2025-01-14T20:08:35.188Z | Compiling same-file v1.0.6 |
2211 | 2025-01-14T20:08:35.447Z | Compiling fastrand v2.1.1 |
2212 | 2025-01-14T20:08:35.531Z | Compiling display-error-chain v0.2.2 |
2213 | 2025-01-14T20:08:35.756Z | Compiling walkdir v2.5.0 |
2214 | 2025-01-14T20:08:35.776Z | Compiling blake3 v1.5.4 |
2215 | 2025-01-14T20:08:35.961Z | Compiling tempfile v3.13.0 |
2216 | 2025-01-14T20:08:36.230Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2217 | 2025-01-14T20:08:36.381Z | Compiling xattr v1.3.1 |
2218 | 2025-01-14T20:08:36.406Z | Compiling filetime v0.2.25 |
2219 | 2025-01-14T20:08:36.658Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2220 | 2025-01-14T20:08:36.660Z | Compiling memmap2 v0.9.5 |
2221 | 2025-01-14T20:08:36.694Z | Compiling arrayref v0.3.9 |
2222 | 2025-01-14T20:08:36.727Z | Compiling keccak v0.1.5 |
2223 | 2025-01-14T20:08:36.800Z | Compiling arrayvec v0.7.6 |
2224 | 2025-01-14T20:08:37.097Z | Compiling constant_time_eq v0.3.1 |
2225 | 2025-01-14T20:08:37.219Z | Compiling sha3 v0.10.8 |
2226 | 2025-01-14T20:08:37.683Z | Compiling tar v0.4.42 |
2227 | 2025-01-14T20:08:38.130Z | Compiling camino-tempfile v1.1.1 |
2228 | 2025-01-14T20:08:38.406Z | Compiling toolchain_find v0.4.0 |
2229 | 2025-01-14T20:08:38.588Z | Compiling const_format_proc_macros v0.2.33 |
2230 | 2025-01-14T20:08:39.009Z | Compiling crunchy v0.2.2 |
2231 | 2025-01-14T20:08:39.510Z | Compiling topological-sort v0.2.2 |
2232 | 2025-01-14T20:08:39.679Z | Compiling maplit v1.0.2 |
2233 | 2025-01-14T20:08:39.741Z | Compiling radium v0.7.0 |
2234 | 2025-01-14T20:08:39.816Z | Compiling omicron-zone-package v0.12.0 |
2235 | 2025-01-14T20:08:40.093Z | Compiling rustfmt-wrapper v0.2.1 |
2236 | 2025-01-14T20:08:40.199Z | Compiling tiny-keccak v2.0.2 |
2237 | 2025-01-14T20:08:40.481Z | Compiling tap v1.0.1 |
2238 | 2025-01-14T20:08:40.506Z | Compiling const_format v0.2.33 |
2239 | 2025-01-14T20:08:40.666Z | Compiling maybe-uninit v2.0.0 |
2240 | 2025-01-14T20:08:40.691Z | Compiling wyz v0.5.1 |
2241 | 2025-01-14T20:08:41.223Z | Compiling dsl_auto_type v0.1.2 |
2242 | 2025-01-14T20:08:41.302Z | Compiling phf_generator v0.11.2 |
2243 | 2025-01-14T20:08:41.506Z | Compiling scheduled-thread-pool v0.2.7 |
2244 | 2025-01-14T20:08:41.591Z | Compiling secrecy v0.8.0 |
2245 | 2025-01-14T20:08:41.625Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2246 | 2025-01-14T20:08:41.708Z | Compiling diesel_table_macro_syntax v0.2.0 |
2247 | 2025-01-14T20:08:41.864Z | Compiling async-recursion v1.1.1 |
2248 | 2025-01-14T20:08:42.136Z | Compiling packed_struct v0.10.1 |
2249 | 2025-01-14T20:08:42.149Z | Compiling crc-catalog v2.4.0 |
2250 | 2025-01-14T20:08:42.327Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2251 | 2025-01-14T20:08:42.552Z | Compiling funty v2.0.0 |
2252 | 2025-01-14T20:08:42.569Z | Compiling arc-swap v1.7.1 |
2253 | 2025-01-14T20:08:42.704Z | Compiling diesel_derives v2.2.3 |
2254 | 2025-01-14T20:08:42.723Z | Compiling crc v3.2.1 |
2255 | 2025-01-14T20:08:43.236Z | Compiling slog-scope v4.4.0 |
2256 | 2025-01-14T20:08:43.323Z | Compiling r2d2 v0.8.10 |
2257 | 2025-01-14T20:08:43.817Z | Compiling bitvec v1.0.1 |
2258 | 2025-01-14T20:08:44.089Z | Compiling phf_codegen v0.11.2 |
2259 | 2025-01-14T20:08:44.745Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2260 | 2025-01-14T20:08:44.843Z | Compiling ascii-canvas v3.0.0 |
2261 | 2025-01-14T20:08:45.123Z | Compiling universal-hash v0.5.1 |
2262 | 2025-01-14T20:08:45.360Z | Compiling thiserror-impl-no-std v2.0.2 |
2263 | 2025-01-14T20:08:45.369Z | Compiling packed_struct_codegen v0.10.1 |
2264 | 2025-01-14T20:08:45.736Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2265 | 2025-01-14T20:08:47.849Z | Compiling parse-zoneinfo v0.3.1 |
2266 | 2025-01-14T20:08:47.989Z | Compiling ena v0.14.3 |
2267 | 2025-01-14T20:08:48.422Z | Compiling indexmap v1.9.3 |
2268 | 2025-01-14T20:08:48.577Z | Compiling unicase v2.7.0 |
2269 | 2025-01-14T20:08:48.717Z | Compiling nodrop v0.1.14 |
2270 | 2025-01-14T20:08:48.848Z | Compiling diff v0.1.13 |
2271 | 2025-01-14T20:08:48.928Z | Compiling opaque-debug v0.3.1 |
2272 | 2025-01-14T20:08:48.954Z | Compiling regex-syntax v0.6.29 |
2273 | 2025-01-14T20:08:49.342Z | Compiling poly1305 v0.8.0 |
2274 | 2025-01-14T20:08:49.460Z | Compiling array-init v0.0.4 |
2275 | 2025-01-14T20:08:50.790Z | Compiling chrono-tz-build v0.4.0 |
2276 | 2025-01-14T20:08:51.918Z | Compiling thiserror-no-std v2.0.2 |
2277 | 2025-01-14T20:08:52.052Z | Compiling smallvec v0.6.14 |
2278 | 2025-01-14T20:08:52.586Z | Compiling lalrpop v0.19.12 |
2279 | 2025-01-14T20:08:54.397Z | Compiling diesel v2.2.6 |
2280 | 2025-01-14T20:08:54.400Z | Compiling slog-stdlog v4.1.1 |
2281 | 2025-01-14T20:08:55.191Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2282 | 2025-01-14T20:08:55.726Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2283 | 2025-01-14T20:08:56.036Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2284 | 2025-01-14T20:08:56.285Z | Compiling chacha20 v0.9.1 |
2285 | 2025-01-14T20:08:56.399Z | Compiling aead v0.5.2 |
2286 | 2025-01-14T20:08:56.747Z | Compiling vte_generate_state_changes v0.1.2 |
2287 | 2025-01-14T20:08:56.767Z | Compiling termcolor v1.4.1 |
2288 | 2025-01-14T20:08:57.362Z | Compiling hashbrown v0.12.3 |
2289 | 2025-01-14T20:08:57.881Z | Compiling ref-cast v1.0.23 |
2290 | 2025-01-14T20:08:58.372Z | Compiling bitfield v0.14.0 |
2291 | 2025-01-14T20:08:58.797Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2292 | 2025-01-14T20:09:03.033Z | Compiling vte v0.11.1 |
2293 | 2025-01-14T20:09:03.116Z | Compiling env_logger v0.10.2 |
2294 | 2025-01-14T20:09:04.549Z | Compiling chacha20poly1305 v0.10.1 |
2295 | 2025-01-14T20:09:04.834Z | Compiling slog-envlogger v2.2.0 |
2296 | 2025-01-14T20:09:07.656Z | Compiling serde-hex v0.1.0 |
2297 | 2025-01-14T20:09:12.974Z | Compiling vsss-rs v3.3.4 |
2298 | 2025-01-14T20:09:17.357Z | Compiling chrono-tz v0.10.0 |
2299 | 2025-01-14T20:09:18.011Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2300 | 2025-01-14T20:09:18.384Z | Compiling ron v0.8.1 |
2301 | 2025-01-14T20:09:18.463Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2302 | 2025-01-14T20:09:18.755Z | Compiling derive_builder_core v0.20.2 |
2303 | 2025-01-14T20:09:18.987Z | Compiling polar-core v0.27.3 |
2304 | 2025-01-14T20:09:20.265Z | Compiling hashbrown v0.13.2 |
2305 | 2025-01-14T20:09:20.941Z | Compiling headers-core v0.3.0 |
2306 | 2025-01-14T20:09:21.134Z | Compiling fxhash v0.2.1 |
2307 | 2025-01-14T20:09:21.370Z | Compiling libxml v0.3.3 |
2308 | 2025-01-14T20:09:21.660Z | Compiling ref-cast-impl v1.0.23 |
2309 | 2025-01-14T20:09:21.733Z | Compiling simd-adler32 v0.3.7 |
2310 | 2025-01-14T20:09:22.844Z | Compiling crc-any v2.5.0 |
2311 | 2025-01-14T20:09:22.893Z | Compiling bytecount v0.6.8 |
2312 | 2025-01-14T20:09:23.219Z | Compiling zip v2.1.3 |
2313 | 2025-01-14T20:09:23.547Z | Compiling bumpalo v3.16.0 |
2314 | 2025-01-14T20:09:23.780Z | Compiling lockfree-object-pool v0.1.6 |
2315 | 2025-01-14T20:09:24.106Z | Compiling zopfli v0.8.1 |
2316 | 2025-01-14T20:09:24.185Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2317 | 2025-01-14T20:09:24.479Z | Compiling papergrid v0.11.0 |
2318 | 2025-01-14T20:09:28.631Z | Compiling object v0.30.4 |
2319 | 2025-01-14T20:09:32.710Z | Compiling headers v0.4.0 |
2320 | 2025-01-14T20:09:33.164Z | Compiling derive_builder_macro v0.20.2 |
2321 | 2025-01-14T20:09:36.511Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2322 | 2025-01-14T20:09:38.895Z | Compiling strip-ansi-escapes v0.2.0 |
2323 | 2025-01-14T20:09:39.315Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2324 | 2025-01-14T20:09:39.831Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2325 | 2025-01-14T20:09:40.115Z | Compiling tabled_derive v0.7.0 |
2326 | 2025-01-14T20:09:41.088Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2327 | 2025-01-14T20:09:41.745Z | Compiling fd-lock v4.0.2 |
2328 | 2025-01-14T20:09:42.103Z | Compiling peg-macros v0.8.4 |
2329 | 2025-01-14T20:09:42.267Z | Compiling strum_macros v0.24.3 |
2330 | 2025-01-14T20:09:42.507Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2331 | 2025-01-14T20:09:43.573Z | Compiling kstat-rs v0.2.4 |
2332 | 2025-01-14T20:09:44.540Z | Compiling samael v0.0.17 |
2333 | 2025-01-14T20:09:45.156Z | Compiling path-slash v0.1.5 |
2334 | 2025-01-14T20:09:45.418Z | Compiling nu-ansi-term v0.50.1 |
2335 | 2025-01-14T20:09:45.488Z | Compiling indoc v1.0.9 |
2336 | 2025-01-14T20:09:45.539Z | Compiling peg v0.8.4 |
2337 | 2025-01-14T20:09:45.686Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2338 | 2025-01-14T20:09:45.818Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2339 | 2025-01-14T20:09:46.626Z | Compiling reedline v0.35.0 |
2340 | 2025-01-14T20:09:50.052Z | Compiling tabled v0.15.0 |
2341 | 2025-01-14T20:09:51.423Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2342 | 2025-01-14T20:10:01.433Z | Compiling derive_builder v0.20.2 |
2343 | 2025-01-14T20:10:06.643Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2344 | 2025-01-14T20:10:07.198Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2345 | 2025-01-14T20:10:09.800Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2346 | 2025-01-14T20:10:10.101Z | Compiling pem v3.0.4 |
2347 | 2025-01-14T20:10:10.438Z | Compiling bcs v0.1.6 |
2348 | 2025-01-14T20:10:10.440Z | Compiling oso-derive v0.27.3 |
2349 | 2025-01-14T20:10:11.400Z | Compiling impl-trait-for-tuples v0.2.2 |
2350 | 2025-01-14T20:10:11.435Z | Compiling libz-sys v1.1.20 |
2351 | 2025-01-14T20:10:11.554Z | Compiling quick-xml v0.33.0 |
2352 | 2025-01-14T20:10:12.112Z | Compiling diesel-dtrace v0.4.2 |
2353 | 2025-01-14T20:10:12.441Z | Compiling parking_lot_core v0.8.6 |
2354 | 2025-01-14T20:10:18.358Z | Compiling mime_guess v2.0.5 |
2355 | 2025-01-14T20:10:18.426Z | Compiling oso v0.27.3 |
2356 | 2025-01-14T20:10:19.525Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2357 | 2025-01-14T20:10:21.328Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2358 | 2025-01-14T20:10:26.783Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2359 | 2025-01-14T20:10:29.968Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2360 | 2025-01-14T20:10:30.279Z | Compiling bb8 v0.8.5 |
2361 | 2025-01-14T20:10:30.941Z | Compiling buf-list v1.0.3 |
2362 | 2025-01-14T20:10:31.606Z | Compiling async-bb8-diesel v0.2.1 |
2363 | 2025-01-14T20:10:34.500Z | Compiling nibble_vec v0.1.0 |
2364 | 2025-01-14T20:10:34.762Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2365 | 2025-01-14T20:10:35.542Z | Compiling pin-project-internal v1.1.6 |
2366 | 2025-01-14T20:10:35.814Z | Compiling atty v0.2.14 |
2367 | 2025-01-14T20:10:35.994Z | Compiling http-range v0.1.5 |
2368 | 2025-01-14T20:10:36.609Z | Compiling endian-type v0.1.2 |
2369 | 2025-01-14T20:10:36.879Z | Compiling salty v0.3.0 |
2370 | 2025-01-14T20:10:37.319Z | Compiling radix_trie v0.2.1 |
2371 | 2025-01-14T20:10:38.318Z | Compiling pin-project v1.1.6 |
2372 | 2025-01-14T20:10:38.484Z | Compiling parking_lot v0.11.2 |
2373 | 2025-01-14T20:10:43.344Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2374 | 2025-01-14T20:10:49.942Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2375 | 2025-01-14T20:10:53.964Z | Compiling snafu-derive v0.8.5 |
2376 | 2025-01-14T20:10:54.657Z | Compiling hyper-staticfile v0.10.1 |
2377 | 2025-01-14T20:10:57.570Z | Compiling sled v0.34.7 |
2378 | 2025-01-14T20:10:58.671Z | Compiling snafu v0.8.5 |
2379 | 2025-01-14T20:10:59.961Z | Compiling hickory-client v0.24.1 |
2380 | 2025-01-14T20:11:05.355Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2381 | 2025-01-14T20:11:05.976Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2382 | 2025-01-14T20:11:06.898Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2383 | 2025-01-14T20:11:06.942Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2384 | 2025-01-14T20:11:07.540Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2385 | 2025-01-14T20:11:09.053Z | Compiling globset v0.4.15 |
2386 | 2025-01-14T20:11:11.771Z | Compiling hickory-server v0.24.1 |
2387 | 2025-01-14T20:11:15.694Z | Compiling primeorder v0.13.6 |
2388 | 2025-01-14T20:11:16.242Z | Compiling olpc-cjson v0.1.4 |
2389 | 2025-01-14T20:11:16.292Z | Compiling vergen v8.3.2 |
2390 | 2025-01-14T20:11:16.594Z | Compiling castaway v0.2.3 |
2391 | 2025-01-14T20:11:16.597Z | Compiling env_filter v0.1.2 |
2392 | 2025-01-14T20:11:16.799Z | Compiling serde_plain v1.0.2 |
2393 | 2025-01-14T20:11:17.294Z | Compiling cargo-platform v0.1.8 |
2394 | 2025-01-14T20:11:17.815Z | Compiling nanorand v0.7.0 |
2395 | 2025-01-14T20:11:18.152Z | Compiling memoffset v0.9.1 |
2396 | 2025-01-14T20:11:18.464Z | Compiling typed-path v0.9.3 |
2397 | 2025-01-14T20:11:18.665Z | Compiling flume v0.11.1 |
2398 | 2025-01-14T20:11:19.438Z | Compiling cargo_metadata v0.18.1 |
2399 | 2025-01-14T20:11:23.634Z | Compiling tough v0.19.0 |
2400 | 2025-01-14T20:11:24.466Z | Compiling env_logger v0.11.5 |
2401 | 2025-01-14T20:11:25.653Z | Compiling compact_str v0.8.0 |
2402 | 2025-01-14T20:11:25.947Z | Compiling p384 v0.13.0 |
2403 | 2025-01-14T20:11:27.313Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2404 | 2025-01-14T20:11:28.173Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2405 | 2025-01-14T20:11:31.946Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2406 | 2025-01-14T20:11:32.447Z | Compiling git2 v0.19.0 |
2407 | 2025-01-14T20:11:38.213Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2408 | 2025-01-14T20:11:39.516Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2409 | 2025-01-14T20:11:41.965Z | Compiling unicode-truncate v1.1.0 |
2410 | 2025-01-14T20:11:42.275Z | Compiling lru v0.12.5 |
2411 | 2025-01-14T20:11:42.662Z | Compiling rand_seeder v0.3.0 |
2412 | 2025-01-14T20:11:43.092Z | Compiling libsqlite3-sys v0.30.1 |
2413 | 2025-01-14T20:11:43.545Z | Compiling lzma-sys v0.1.20 |
2414 | 2025-01-14T20:11:43.617Z | Compiling instability v0.3.2 |
2415 | 2025-01-14T20:11:44.255Z | Compiling cassowary v0.3.0 |
2416 | 2025-01-14T20:11:44.640Z | Compiling rustls v0.21.12 |
2417 | 2025-01-14T20:11:44.941Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2418 | 2025-01-14T20:11:45.266Z | Compiling cfg_aliases v0.2.1 |
2419 | 2025-01-14T20:11:45.395Z | Compiling parse-size v1.1.0 |
2420 | 2025-01-14T20:11:45.725Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2421 | 2025-01-14T20:11:46.488Z | Compiling nix v0.29.0 |
2422 | 2025-01-14T20:11:47.448Z | Compiling ratatui v0.28.1 |
2423 | 2025-01-14T20:11:47.929Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2424 | 2025-01-14T20:11:48.170Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2425 | 2025-01-14T20:11:52.437Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2426 | 2025-01-14T20:11:52.584Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2427 | 2025-01-14T20:11:53.382Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2428 | 2025-01-14T20:11:53.697Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2429 | 2025-01-14T20:11:54.070Z | Compiling sct v0.7.1 |
2430 | 2025-01-14T20:11:54.542Z | Compiling rustls-webpki v0.101.7 |
2431 | 2025-01-14T20:11:57.502Z | Compiling heck v0.3.3 |
2432 | 2025-01-14T20:11:57.883Z | Compiling csv-core v0.1.11 |
2433 | 2025-01-14T20:11:59.037Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2434 | 2025-01-14T20:11:59.063Z | Compiling glob v0.3.1 |
2435 | 2025-01-14T20:11:59.063Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2436 | 2025-01-14T20:11:59.063Z | Compiling csv v1.3.0 |
2437 | 2025-01-14T20:11:59.177Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2438 | 2025-01-14T20:12:00.813Z | Compiling zone_cfg_derive v0.1.2 |
2439 | 2025-01-14T20:12:02.243Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2440 | 2025-01-14T20:12:06.495Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2441 | 2025-01-14T20:12:06.598Z | Compiling nix v0.27.1 |
2442 | 2025-01-14T20:12:08.186Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2443 | 2025-01-14T20:12:09.454Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2444 | 2025-01-14T20:12:10.446Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2445 | 2025-01-14T20:12:11.679Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2446 | 2025-01-14T20:12:16.093Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2447 | 2025-01-14T20:12:18.871Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2448 | 2025-01-14T20:12:19.213Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2449 | 2025-01-14T20:12:19.237Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2450 | 2025-01-14T20:12:19.514Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2451 | 2025-01-14T20:12:19.547Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2452 | 2025-01-14T20:12:21.978Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2453 | 2025-01-14T20:12:22.501Z | Compiling hashlink v0.9.1 |
2454 | 2025-01-14T20:12:22.626Z | Compiling tungstenite v0.23.0 |
2455 | 2025-01-14T20:12:23.372Z | Compiling base64 v0.13.1 |
2456 | 2025-01-14T20:12:23.553Z | Compiling fallible-iterator v0.3.0 |
2457 | 2025-01-14T20:12:24.145Z | Compiling fallible-streaming-iterator v0.1.9 |
2458 | 2025-01-14T20:12:24.411Z | Compiling rusqlite v0.32.1 |
2459 | 2025-01-14T20:12:24.438Z | Compiling tokio-tungstenite v0.23.1 |
2460 | 2025-01-14T20:12:25.081Z | Compiling ron v0.7.1 |
2461 | 2025-01-14T20:12:25.351Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2462 | 2025-01-14T20:12:26.031Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2463 | 2025-01-14T20:12:27.157Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2464 | 2025-01-14T20:12:28.381Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2465 | 2025-01-14T20:12:30.444Z | Compiling xz2 v0.1.7 |
2466 | 2025-01-14T20:12:31.062Z | Compiling tokio-rustls v0.24.1 |
2467 | 2025-01-14T20:12:31.493Z | Compiling zone v0.1.8 |
2468 | 2025-01-14T20:12:34.843Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2469 | 2025-01-14T20:12:34.984Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2470 | 2025-01-14T20:12:42.381Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2471 | 2025-01-14T20:12:45.160Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2472 | 2025-01-14T20:12:48.458Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2473 | 2025-01-14T20:12:48.479Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2474 | 2025-01-14T20:12:48.613Z | Compiling rustls-pemfile v1.0.4 |
2475 | 2025-01-14T20:12:49.410Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2476 | 2025-01-14T20:12:49.732Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2477 | 2025-01-14T20:12:54.661Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2478 | 2025-01-14T20:12:54.839Z | Compiling signal-hook-tokio v0.3.1 |
2479 | 2025-01-14T20:12:55.073Z | Compiling twox-hash v1.6.3 |
2480 | 2025-01-14T20:12:56.071Z | Compiling yasna v0.5.2 |
2481 | 2025-01-14T20:12:56.476Z | Compiling unicode-linebreak v0.1.5 |
2482 | 2025-01-14T20:12:57.047Z | Compiling smawk v0.3.2 |
2483 | 2025-01-14T20:12:57.329Z | Compiling is_ci v1.2.0 |
2484 | 2025-01-14T20:12:57.656Z | Compiling supports-color v3.0.1 |
2485 | 2025-01-14T20:12:57.804Z | Compiling textwrap v0.16.1 |
2486 | 2025-01-14T20:12:58.081Z | Compiling rcgen v0.12.1 |
2487 | 2025-01-14T20:13:01.408Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2488 | 2025-01-14T20:13:06.937Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2489 | 2025-01-14T20:13:08.392Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2490 | 2025-01-14T20:13:10.979Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2491 | 2025-01-14T20:13:15.078Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2492 | 2025-01-14T20:13:26.567Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2493 | 2025-01-14T20:13:29.328Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2494 | 2025-01-14T20:13:31.419Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2495 | 2025-01-14T20:13:32.129Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2496 | 2025-01-14T20:13:42.613Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2497 | 2025-01-14T20:13:42.933Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2498 | 2025-01-14T20:13:46.767Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2499 | 2025-01-14T20:13:49.756Z | Compiling fatfs v0.3.6 |
2500 | 2025-01-14T20:13:51.257Z | Compiling rtoolbox v0.0.2 |
2501 | 2025-01-14T20:13:51.829Z | Compiling subprocess v0.2.9 |
2502 | 2025-01-14T20:13:52.619Z | Compiling assert_matches v1.5.0 |
2503 | 2025-01-14T20:13:56.526Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2504 | 2025-01-14T20:13:57.290Z | Compiling rpassword v7.3.1 |
2505 | 2025-01-14T20:13:57.682Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2506 | 2025-01-14T20:13:57.794Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2507 | 2025-01-14T20:14:04.309Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2508 | 2025-01-14T20:14:04.874Z | Compiling tui-tree-widget v0.22.0 |
2509 | 2025-01-14T20:14:05.332Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2510 | 2025-01-14T20:14:06.842Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2511 | 2025-01-14T20:14:07.169Z | Compiling uzers v0.12.1 |
2512 | 2025-01-14T20:14:10.330Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2513 | 2025-01-14T20:14:18.854Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2514 | 2025-01-14T20:14:20.891Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2515 | 2025-01-14T20:14:46.141Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2516 | 2025-01-14T20:14:53.541Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2517 | 2025-01-14T20:14:56.979Z | Compiling multimap v0.10.0 |
2518 | 2025-01-14T20:17:17.414Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2519 | 2025-01-14T20:17:28.476Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2520 | 2025-01-14T20:24:14.251Z | Finished `release` profile [optimized] target(s) in 16m 21s |
2521 | 2025-01-14T20:25:18.406Z | |
2522 | 2025-01-14T20:25:18.408Z | real 17:26.706103863 |
2523 | 2025-01-14T20:25:18.408Z | user 1:57:54.279981285 |
2524 | 2025-01-14T20:25:18.408Z | sys 6:00.662099545 |
2525 | 2025-01-14T20:25:18.408Z | trap 2.887850705 |
2526 | 2025-01-14T20:25:18.408Z | tflt 3.166560361 |
2527 | 2025-01-14T20:25:18.409Z | dflt 4.884289280 |
2528 | 2025-01-14T20:25:18.409Z | kflt 0.124347976 |
2529 | 2025-01-14T20:25:18.409Z | lock 7:23:42.396249532 |
2530 | 2025-01-14T20:25:18.409Z | slp 6:12:09.157581673 |
2531 | 2025-01-14T20:25:18.409Z | lat 2:51.723832222 |
2532 | 2025-01-14T20:25:18.409Z | stop 2:28.769640305 |
2533 | 2025-01-14T20:25:18.409Z | + mapfile -t packages |
2534 | 2025-01-14T20:25:18.409Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2535 | 2025-01-14T20:25:19.443Z | Finished `release` profile [optimized] target(s) in 0.98s |
2536 | 2025-01-14T20:25:19.511Z | Running `target/release/omicron-package -t test list-outputs` |
2537 | 2025-01-14T20:25:19.560Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2538 | 2025-01-14T20:25:19.562Z | + ptime -m cargo build --locked --release -p xtask |
2539 | 2025-01-14T20:25:20.124Z | Compiling serde v1.0.215 |
2540 | 2025-01-14T20:25:20.127Z | Compiling libc v0.2.162 |
2541 | 2025-01-14T20:25:20.127Z | Compiling rustix v0.38.37 |
2542 | 2025-01-14T20:25:20.127Z | Compiling serde_json v1.0.133 |
2543 | 2025-01-14T20:25:20.127Z | Compiling syn v2.0.87 |
2544 | 2025-01-14T20:25:20.217Z | Compiling bitflags v2.6.0 |
2545 | 2025-01-14T20:25:20.567Z | Compiling usdt-impl v0.5.0 |
2546 | 2025-01-14T20:25:20.607Z | Compiling syn v1.0.109 |
2547 | 2025-01-14T20:25:20.719Z | Compiling hashbrown v0.15.1 |
2548 | 2025-01-14T20:25:20.735Z | Compiling log v0.4.22 |
2549 | 2025-01-14T20:25:20.812Z | Compiling fs-err v2.11.0 |
2550 | 2025-01-14T20:25:21.129Z | Compiling anyhow v1.0.93 |
2551 | 2025-01-14T20:25:21.214Z | Compiling once_cell v1.20.2 |
2552 | 2025-01-14T20:25:21.701Z | Compiling thread-id v4.2.2 |
2553 | 2025-01-14T20:25:22.105Z | Compiling indexmap v2.6.0 |
2554 | 2025-01-14T20:25:23.157Z | Compiling terminal_size v0.4.0 |
2555 | 2025-01-14T20:25:23.157Z | Compiling tempfile v3.13.0 |
2556 | 2025-01-14T20:25:23.410Z | Compiling clap_builder v4.5.21 |
2557 | 2025-01-14T20:25:24.101Z | Compiling proc-macro-error v1.0.4 |
2558 | 2025-01-14T20:25:25.508Z | Compiling tabled_derive v0.7.0 |
2559 | 2025-01-14T20:25:26.903Z | Compiling tabled v0.15.0 |
2560 | 2025-01-14T20:25:28.303Z | Compiling serde_derive v1.0.215 |
2561 | 2025-01-14T20:25:29.232Z | Compiling thiserror-impl v1.0.69 |
2562 | 2025-01-14T20:25:29.262Z | Compiling zerocopy-derive v0.7.35 |
2563 | 2025-01-14T20:25:29.346Z | Compiling scroll_derive v0.12.0 |
2564 | 2025-01-14T20:25:30.813Z | Compiling scroll v0.12.0 |
2565 | 2025-01-14T20:25:31.314Z | Compiling zerocopy v0.7.35 |
2566 | 2025-01-14T20:25:31.515Z | Compiling goblin v0.8.2 |
2567 | 2025-01-14T20:25:32.253Z | Compiling thiserror v1.0.69 |
2568 | 2025-01-14T20:25:32.428Z | Compiling pest v2.7.14 |
2569 | 2025-01-14T20:25:35.369Z | Compiling pest_meta v2.7.14 |
2570 | 2025-01-14T20:25:36.948Z | Compiling pest_generator v2.7.14 |
2571 | 2025-01-14T20:25:39.648Z | Compiling pest_derive v2.7.14 |
2572 | 2025-01-14T20:25:40.428Z | Compiling dtrace-parser v0.2.0 |
2573 | 2025-01-14T20:25:42.223Z | Compiling clap_derive v4.5.18 |
2574 | 2025-01-14T20:25:46.273Z | Compiling dof v0.3.0 |
2575 | 2025-01-14T20:25:46.622Z | Compiling serde_tokenstream v0.2.2 |
2576 | 2025-01-14T20:25:47.210Z | Compiling toml_datetime v0.6.8 |
2577 | 2025-01-14T20:25:47.214Z | Compiling serde_spanned v0.6.8 |
2578 | 2025-01-14T20:25:47.937Z | Compiling toml_edit v0.22.22 |
2579 | 2025-01-14T20:25:48.276Z | Compiling camino v1.1.9 |
2580 | 2025-01-14T20:25:48.961Z | Compiling usdt-attr-macro v0.5.0 |
2581 | 2025-01-14T20:25:49.692Z | Compiling usdt-macro v0.5.0 |
2582 | 2025-01-14T20:25:50.940Z | Compiling semver v1.0.23 |
2583 | 2025-01-14T20:25:52.491Z | Compiling toml v0.8.19 |
2584 | 2025-01-14T20:25:52.885Z | Compiling cargo-platform v0.1.8 |
2585 | 2025-01-14T20:25:52.952Z | Compiling usdt v0.5.0 |
2586 | 2025-01-14T20:25:53.268Z | Compiling cargo_metadata v0.18.1 |
2587 | 2025-01-14T20:25:53.301Z | Compiling camino-tempfile v1.1.1 |
2588 | 2025-01-14T20:25:53.981Z | Compiling cargo_toml v0.20.5 |
2589 | 2025-01-14T20:25:54.095Z | Compiling clap v4.5.21 |
2590 | 2025-01-14T20:25:54.236Z | Compiling macaddr v1.0.1 |
2591 | 2025-01-14T20:26:05.310Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2592 | 2025-01-14T20:26:16.542Z | Finished `release` profile [optimized] target(s) in 56.93s |
2593 | 2025-01-14T20:26:16.650Z | |
2594 | 2025-01-14T20:26:16.652Z | real 57.060612734 |
2595 | 2025-01-14T20:26:16.652Z | user 5:47.500956166 |
2596 | 2025-01-14T20:26:16.652Z | sys 31.778202394 |
2597 | 2025-01-14T20:26:16.652Z | trap 0.152439937 |
2598 | 2025-01-14T20:26:16.652Z | tflt 0.310863320 |
2599 | 2025-01-14T20:26:16.652Z | dflt 0.566379238 |
2600 | 2025-01-14T20:26:16.652Z | kflt 0.000000000 |
2601 | 2025-01-14T20:26:16.652Z | lock 10:06.810935734 |
2602 | 2025-01-14T20:26:16.653Z | slp 15:03.938406488 |
2603 | 2025-01-14T20:26:16.653Z | lat 13.430074713 |
2604 | 2025-01-14T20:26:16.653Z | stop 17.830191011 |
2605 | 2025-01-14T20:26:16.653Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2606 | 2025-01-14T20:26:16.653Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2607 | 2025-01-14T20:26:16.653Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2608 | 2025-01-14T20:26:16.653Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2609 | 2025-01-14T20:26:16.653Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2610 | 2025-01-14T20:26:17.550Z | Compiling hashbrown v0.14.5 |
2611 | 2025-01-14T20:26:17.678Z | Compiling ident_case v1.0.1 |
2612 | 2025-01-14T20:26:17.691Z | Compiling unsafe-libyaml v0.2.11 |
2613 | 2025-01-14T20:26:17.691Z | Compiling progenitor-client v0.8.0 |
2614 | 2025-01-14T20:26:17.694Z | Compiling ipnetwork v0.20.0 |
2615 | 2025-01-14T20:26:17.694Z | Compiling macaddr v1.0.1 |
2616 | 2025-01-14T20:26:17.694Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2617 | 2025-01-14T20:26:17.695Z | Compiling instant v0.1.13 |
2618 | 2025-01-14T20:26:17.822Z | Compiling darling_core v0.20.10 |
2619 | 2025-01-14T20:26:17.923Z | Compiling structmeta-derive v0.3.0 |
2620 | 2025-01-14T20:26:18.177Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2621 | 2025-01-14T20:26:18.234Z | Compiling dropshot v0.13.0 |
2622 | 2025-01-14T20:26:18.253Z | Compiling dropshot_endpoint v0.13.0 |
2623 | 2025-01-14T20:26:18.617Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2624 | 2025-01-14T20:26:18.641Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2625 | 2025-01-14T20:26:18.952Z | Compiling regress v0.10.1 |
2626 | 2025-01-14T20:26:18.973Z | Compiling serde_yaml v0.9.34+deprecated |
2627 | 2025-01-14T20:26:19.536Z | Compiling regress v0.9.1 |
2628 | 2025-01-14T20:26:19.556Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2629 | 2025-01-14T20:26:19.734Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2630 | 2025-01-14T20:26:19.938Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2631 | 2025-01-14T20:26:20.564Z | Compiling backoff v0.4.0 |
2632 | 2025-01-14T20:26:20.944Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2633 | 2025-01-14T20:26:20.983Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2634 | 2025-01-14T20:26:20.989Z | Compiling structmeta v0.3.0 |
2635 | 2025-01-14T20:26:21.148Z | Compiling tempfile v3.13.0 |
2636 | 2025-01-14T20:26:21.429Z | Compiling proc-macro-crate v1.3.1 |
2637 | 2025-01-14T20:26:21.472Z | Compiling parse-display-derive v0.10.0 |
2638 | 2025-01-14T20:26:22.085Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2639 | 2025-01-14T20:26:22.524Z | Compiling itertools v0.13.0 |
2640 | 2025-01-14T20:26:22.606Z | Compiling num_enum_derive v0.5.11 |
2641 | 2025-01-14T20:26:23.172Z | Compiling typify-impl v0.2.0 |
2642 | 2025-01-14T20:26:24.169Z | Compiling zerocopy v0.8.10 |
2643 | 2025-01-14T20:26:24.718Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2644 | 2025-01-14T20:26:25.035Z | Compiling darling_macro v0.20.10 |
2645 | 2025-01-14T20:26:25.059Z | Compiling foreign-types-macros v0.2.3 |
2646 | 2025-01-14T20:26:25.164Z | Compiling zerocopy-derive v0.8.10 |
2647 | 2025-01-14T20:26:25.322Z | Compiling num_enum v0.5.11 |
2648 | 2025-01-14T20:26:25.491Z | Compiling foreign-types-shared v0.3.1 |
2649 | 2025-01-14T20:26:25.633Z | Compiling heapless v0.8.0 |
2650 | 2025-01-14T20:26:25.918Z | Compiling crucible-workspace-hack v0.1.0 |
2651 | 2025-01-14T20:26:25.988Z | Compiling darling v0.20.10 |
2652 | 2025-01-14T20:26:26.117Z | Compiling serde_with_macros v3.11.0 |
2653 | 2025-01-14T20:26:26.225Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2654 | 2025-01-14T20:26:26.252Z | Compiling parse-display v0.10.0 |
2655 | 2025-01-14T20:26:26.328Z | Compiling foreign-types v0.5.0 |
2656 | 2025-01-14T20:26:26.448Z | Compiling proc-macro-error v1.0.4 |
2657 | 2025-01-14T20:26:26.930Z | Compiling camino-tempfile v1.1.1 |
2658 | 2025-01-14T20:26:26.949Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2659 | 2025-01-14T20:26:27.254Z | Compiling hash32 v0.3.1 |
2660 | 2025-01-14T20:26:27.443Z | Compiling cstr-argument v0.1.2 |
2661 | 2025-01-14T20:26:27.512Z | Compiling smoltcp v0.11.0 |
2662 | 2025-01-14T20:26:27.726Z | Compiling pretty-hex v0.2.1 |
2663 | 2025-01-14T20:26:27.855Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2664 | 2025-01-14T20:26:27.927Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2665 | 2025-01-14T20:26:28.047Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2666 | 2025-01-14T20:26:28.428Z | Compiling tabwriter v1.4.0 |
2667 | 2025-01-14T20:26:28.665Z | Compiling colored v2.1.0 |
2668 | 2025-01-14T20:26:28.948Z | Compiling cobs v0.2.3 |
2669 | 2025-01-14T20:26:29.044Z | Compiling serde_with v3.11.0 |
2670 | 2025-01-14T20:26:29.255Z | Compiling postcard v1.0.10 |
2671 | 2025-01-14T20:26:29.487Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2672 | 2025-01-14T20:26:29.797Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2673 | 2025-01-14T20:26:29.990Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2674 | 2025-01-14T20:26:30.050Z | Compiling thiserror v2.0.3 |
2675 | 2025-01-14T20:26:30.733Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2676 | 2025-01-14T20:26:31.058Z | Compiling smf v0.2.3 |
2677 | 2025-01-14T20:26:31.316Z | Compiling thiserror-impl v2.0.3 |
2678 | 2025-01-14T20:26:31.813Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2679 | 2025-01-14T20:26:32.532Z | Compiling zone_cfg_derive v0.3.0 |
2680 | 2025-01-14T20:26:33.069Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2681 | 2025-01-14T20:26:33.127Z | Compiling num-derive v0.4.2 |
2682 | 2025-01-14T20:26:33.532Z | Compiling sigpipe v0.1.3 |
2683 | 2025-01-14T20:26:33.690Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2684 | 2025-01-14T20:26:33.827Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2685 | 2025-01-14T20:26:34.016Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2686 | 2025-01-14T20:26:34.037Z | Compiling zone v0.3.0 |
2687 | 2025-01-14T20:26:34.581Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2688 | 2025-01-14T20:26:34.677Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2689 | 2025-01-14T20:26:35.054Z | Compiling universal-hash v0.5.1 |
2690 | 2025-01-14T20:26:35.175Z | Compiling opaque-debug v0.3.1 |
2691 | 2025-01-14T20:26:35.236Z | Compiling tungstenite v0.21.0 |
2692 | 2025-01-14T20:26:35.269Z | Compiling num-rational v0.4.2 |
2693 | 2025-01-14T20:26:35.289Z | Compiling password-hash v0.5.0 |
2694 | 2025-01-14T20:26:35.506Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2695 | 2025-01-14T20:26:35.698Z | Compiling blake2 v0.10.6 |
2696 | 2025-01-14T20:26:36.357Z | Compiling num-complex v0.4.6 |
2697 | 2025-01-14T20:26:36.458Z | Compiling aead v0.5.2 |
2698 | 2025-01-14T20:26:36.561Z | Compiling keccak v0.1.5 |
2699 | 2025-01-14T20:26:36.836Z | Compiling convert_case v0.4.0 |
2700 | 2025-01-14T20:26:37.064Z | Compiling base64 v0.21.7 |
2701 | 2025-01-14T20:26:37.121Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2702 | 2025-01-14T20:26:37.492Z | Compiling num v0.4.3 |
2703 | 2025-01-14T20:26:37.511Z | Compiling sha3 v0.10.8 |
2704 | 2025-01-14T20:26:37.541Z | Compiling tokio-tungstenite v0.21.0 |
2705 | 2025-01-14T20:26:37.616Z | Compiling argon2 v0.5.3 |
2706 | 2025-01-14T20:26:37.677Z | Compiling poly1305 v0.8.0 |
2707 | 2025-01-14T20:26:37.906Z | Compiling chacha20 v0.9.1 |
2708 | 2025-01-14T20:26:37.909Z | Compiling derive_more v0.99.18 |
2709 | 2025-01-14T20:26:38.162Z | Compiling float-ord v0.3.2 |
2710 | 2025-01-14T20:26:38.352Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2711 | 2025-01-14T20:26:38.413Z | Compiling semver v0.1.20 |
2712 | 2025-01-14T20:26:38.821Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2713 | 2025-01-14T20:26:38.843Z | Compiling same-file v1.0.6 |
2714 | 2025-01-14T20:26:39.125Z | Compiling walkdir v2.5.0 |
2715 | 2025-01-14T20:26:39.173Z | Compiling rustc_version v0.1.7 |
2716 | 2025-01-14T20:26:39.230Z | Compiling newline-converter v0.3.0 |
2717 | 2025-01-14T20:26:39.356Z | Compiling primeorder v0.13.6 |
2718 | 2025-01-14T20:26:39.412Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2719 | 2025-01-14T20:26:39.732Z | Compiling secrecy v0.8.0 |
2720 | 2025-01-14T20:26:39.867Z | Compiling cancel-safe-futures v0.1.5 |
2721 | 2025-01-14T20:26:39.970Z | Compiling owo-colors v4.1.0 |
2722 | 2025-01-14T20:26:40.014Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2723 | 2025-01-14T20:26:40.077Z | Compiling newtype_derive v0.1.6 |
2724 | 2025-01-14T20:26:40.251Z | Compiling expectorate v1.1.0 |
2725 | 2025-01-14T20:26:40.303Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2726 | 2025-01-14T20:26:40.376Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2727 | 2025-01-14T20:26:40.439Z | Compiling thiserror-impl-no-std v2.0.2 |
2728 | 2025-01-14T20:26:40.512Z | Compiling blake3 v1.5.4 |
2729 | 2025-01-14T20:26:40.714Z | Compiling half v2.4.1 |
2730 | 2025-01-14T20:26:40.846Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2731 | 2025-01-14T20:26:41.172Z | Compiling unicase v2.7.0 |
2732 | 2025-01-14T20:26:41.200Z | Compiling ciborium-io v0.2.2 |
2733 | 2025-01-14T20:26:41.299Z | Compiling arc-swap v1.7.1 |
2734 | 2025-01-14T20:26:41.350Z | Compiling ciborium-ll v0.2.2 |
2735 | 2025-01-14T20:26:41.682Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2736 | 2025-01-14T20:26:41.777Z | Compiling slog-scope v4.4.0 |
2737 | 2025-01-14T20:26:41.966Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2738 | 2025-01-14T20:26:42.153Z | Compiling typify-macro v0.2.0 |
2739 | 2025-01-14T20:26:42.308Z | Compiling polyval v0.6.2 |
2740 | 2025-01-14T20:26:42.350Z | Compiling atomicwrites v0.4.4 |
2741 | 2025-01-14T20:26:42.747Z | Compiling libsw v3.3.1 |
2742 | 2025-01-14T20:26:42.784Z | Compiling memmap2 v0.9.5 |
2743 | 2025-01-14T20:26:42.915Z | Compiling salty v0.3.0 |
2744 | 2025-01-14T20:26:43.073Z | Compiling parking_lot_core v0.8.6 |
2745 | 2025-01-14T20:26:43.249Z | Compiling linear-map v1.2.0 |
2746 | 2025-01-14T20:26:43.349Z | Compiling constant_time_eq v0.3.1 |
2747 | 2025-01-14T20:26:43.559Z | Compiling libefi-sys v0.1.0 |
2748 | 2025-01-14T20:26:43.562Z | Compiling arrayvec v0.7.6 |
2749 | 2025-01-14T20:26:43.652Z | Compiling indent_write v2.2.0 |
2750 | 2025-01-14T20:26:43.797Z | Compiling thiserror-no-std v2.0.2 |
2751 | 2025-01-14T20:26:43.855Z | Compiling arrayref v0.3.9 |
2752 | 2025-01-14T20:26:43.918Z | Compiling vsss-rs v3.3.4 |
2753 | 2025-01-14T20:26:44.012Z | Compiling ghash v0.5.1 |
2754 | 2025-01-14T20:26:44.199Z | Compiling slog-stdlog v4.1.1 |
2755 | 2025-01-14T20:26:44.594Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2756 | 2025-01-14T20:26:44.594Z | Compiling ciborium v0.2.2 |
2757 | 2025-01-14T20:26:44.958Z | Compiling p384 v0.13.0 |
2758 | 2025-01-14T20:26:45.236Z | Compiling toolchain_find v0.4.0 |
2759 | 2025-01-14T20:26:45.899Z | Compiling chacha20poly1305 v0.10.1 |
2760 | 2025-01-14T20:26:45.956Z | Compiling lzma-sys v0.1.20 |
2761 | 2025-01-14T20:26:46.146Z | Compiling ctr v0.9.2 |
2762 | 2025-01-14T20:26:46.167Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2763 | 2025-01-14T20:26:46.538Z | Compiling bitfield-struct v0.6.2 |
2764 | 2025-01-14T20:26:46.559Z | Compiling slog-dtrace v0.3.0 |
2765 | 2025-01-14T20:26:46.563Z | Compiling topological-sort v0.2.2 |
2766 | 2025-01-14T20:26:46.598Z | Compiling highway v1.2.0 |
2767 | 2025-01-14T20:26:46.634Z | Compiling typify v0.2.0 |
2768 | 2025-01-14T20:26:46.757Z | Compiling omicron-zone-package v0.12.0 |
2769 | 2025-01-14T20:26:46.799Z | Compiling progenitor-impl v0.8.0 |
2770 | 2025-01-14T20:26:46.925Z | Compiling aes-gcm v0.10.3 |
2771 | 2025-01-14T20:26:46.945Z | Compiling rustfmt-wrapper v0.2.1 |
2772 | 2025-01-14T20:26:47.285Z | Compiling mime_guess v2.0.5 |
2773 | 2025-01-14T20:26:47.457Z | Compiling slog-envlogger v2.2.0 |
2774 | 2025-01-14T20:26:47.625Z | Compiling steno v0.4.1 |
2775 | 2025-01-14T20:26:48.134Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2776 | 2025-01-14T20:26:48.713Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2777 | 2025-01-14T20:26:48.911Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2778 | 2025-01-14T20:26:49.101Z | Compiling heck v0.3.3 |
2779 | 2025-01-14T20:26:49.124Z | Compiling ssh-encoding v0.2.0 |
2780 | 2025-01-14T20:26:49.320Z | Compiling blowfish v0.9.1 |
2781 | 2025-01-14T20:26:49.406Z | Compiling nibble_vec v0.1.0 |
2782 | 2025-01-14T20:26:49.554Z | Compiling env_filter v0.1.2 |
2783 | 2025-01-14T20:26:49.635Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2784 | 2025-01-14T20:26:49.670Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2785 | 2025-01-14T20:26:49.785Z | Compiling endian-type v0.1.2 |
2786 | 2025-01-14T20:26:49.811Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2787 | 2025-01-14T20:26:49.937Z | Compiling humantime v2.1.0 |
2788 | 2025-01-14T20:26:50.018Z | Compiling radix_trie v0.2.1 |
2789 | 2025-01-14T20:26:50.088Z | Compiling env_logger v0.11.5 |
2790 | 2025-01-14T20:26:50.143Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2791 | 2025-01-14T20:26:50.316Z | Compiling zone_cfg_derive v0.1.2 |
2792 | 2025-01-14T20:26:50.486Z | Compiling bcrypt-pbkdf v0.10.0 |
2793 | 2025-01-14T20:26:50.761Z | Compiling ssh-cipher v0.2.0 |
2794 | 2025-01-14T20:26:50.856Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2795 | 2025-01-14T20:26:51.170Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2796 | 2025-01-14T20:26:51.261Z | Compiling parking_lot v0.11.2 |
2797 | 2025-01-14T20:26:52.056Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2798 | 2025-01-14T20:26:52.184Z | Compiling password-hash v0.4.2 |
2799 | 2025-01-14T20:26:52.266Z | Compiling gethostname v0.5.0 |
2800 | 2025-01-14T20:26:52.455Z | Compiling fxhash v0.2.1 |
2801 | 2025-01-14T20:26:52.501Z | Compiling bumpalo v3.16.0 |
2802 | 2025-01-14T20:26:52.517Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2803 | 2025-01-14T20:26:52.552Z | Compiling matches v0.1.10 |
2804 | 2025-01-14T20:26:52.661Z | Compiling zip v2.1.3 |
2805 | 2025-01-14T20:26:52.681Z | Compiling base64 v0.13.1 |
2806 | 2025-01-14T20:26:52.821Z | Compiling lockfree-object-pool v0.1.6 |
2807 | 2025-01-14T20:26:52.991Z | Compiling simd-adler32 v0.3.7 |
2808 | 2025-01-14T20:26:53.020Z | Compiling http-range v0.1.5 |
2809 | 2025-01-14T20:26:53.116Z | Compiling ron v0.7.1 |
2810 | 2025-01-14T20:26:53.201Z | Compiling pbkdf2 v0.11.0 |
2811 | 2025-01-14T20:26:53.313Z | Compiling idna v0.2.3 |
2812 | 2025-01-14T20:26:53.385Z | Compiling zopfli v0.8.1 |
2813 | 2025-01-14T20:26:53.582Z | Compiling sled v0.34.7 |
2814 | 2025-01-14T20:26:53.606Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2815 | 2025-01-14T20:26:54.007Z | Compiling xz2 v0.1.7 |
2816 | 2025-01-14T20:26:54.303Z | Compiling zone v0.1.8 |
2817 | 2025-01-14T20:26:54.530Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2818 | 2025-01-14T20:26:55.200Z | Compiling progenitor-macro v0.8.0 |
2819 | 2025-01-14T20:26:55.225Z | Compiling ssh-key v0.6.6 |
2820 | 2025-01-14T20:26:55.425Z | Compiling hickory-client v0.24.1 |
2821 | 2025-01-14T20:26:56.011Z | Compiling p256 v0.13.2 |
2822 | 2025-01-14T20:26:56.050Z | Compiling p521 v0.13.3 |
2823 | 2025-01-14T20:26:56.172Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2824 | 2025-01-14T20:26:56.895Z | Compiling hickory-server v0.24.1 |
2825 | 2025-01-14T20:26:56.964Z | Compiling enum-as-inner v0.5.1 |
2826 | 2025-01-14T20:26:57.368Z | Compiling pem v3.0.4 |
2827 | 2025-01-14T20:26:58.054Z | Compiling yasna v0.5.2 |
2828 | 2025-01-14T20:26:58.241Z | Compiling headers-core v0.3.0 |
2829 | 2025-01-14T20:26:58.423Z | Compiling kstat-rs v0.2.4 |
2830 | 2025-01-14T20:26:58.518Z | Compiling nanorand v0.7.0 |
2831 | 2025-01-14T20:26:59.126Z | Compiling atty v0.2.14 |
2832 | 2025-01-14T20:26:59.147Z | Compiling russh-cryptovec v0.7.3 |
2833 | 2025-01-14T20:26:59.289Z | Compiling md5 v0.7.0 |
2834 | 2025-01-14T20:26:59.478Z | Compiling rcgen v0.12.1 |
2835 | 2025-01-14T20:26:59.785Z | Compiling russh-keys v0.45.0 |
2836 | 2025-01-14T20:26:59.823Z | Compiling flume v0.11.1 |
2837 | 2025-01-14T20:26:59.875Z | Compiling headers v0.4.0 |
2838 | 2025-01-14T20:26:59.965Z | Compiling trust-dns-proto v0.22.0 |
2839 | 2025-01-14T20:27:01.775Z | Compiling hyper-staticfile v0.10.1 |
2840 | 2025-01-14T20:27:02.063Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2841 | 2025-01-14T20:27:02.720Z | Compiling num-bigint v0.4.6 |
2842 | 2025-01-14T20:27:03.010Z | Compiling des v0.8.1 |
2843 | 2025-01-14T20:27:03.156Z | Compiling subprocess v0.2.9 |
2844 | 2025-01-14T20:27:03.381Z | Compiling hex-literal v0.4.1 |
2845 | 2025-01-14T20:27:03.555Z | Compiling display-error-chain v0.2.2 |
2846 | 2025-01-14T20:27:03.783Z | Compiling dhcproto-macros v0.1.0 |
2847 | 2025-01-14T20:27:03.994Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2848 | 2025-01-14T20:27:04.109Z | Compiling internet-checksum v0.2.1 |
2849 | 2025-01-14T20:27:04.770Z | Compiling dhcproto v0.12.0 |
2850 | 2025-01-14T20:27:05.688Z | Compiling russh v0.45.0 |
2851 | 2025-01-14T20:27:08.425Z | Compiling progenitor v0.8.0 |
2852 | 2025-01-14T20:27:08.558Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2853 | 2025-01-14T20:27:08.562Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2854 | 2025-01-14T20:27:08.562Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2855 | 2025-01-14T20:27:08.562Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2856 | 2025-01-14T20:27:08.562Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2857 | 2025-01-14T20:27:08.562Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2858 | 2025-01-14T20:27:08.659Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2859 | 2025-01-14T20:27:10.115Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2860 | 2025-01-14T20:27:10.461Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2861 | 2025-01-14T20:27:11.013Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2862 | 2025-01-14T20:27:13.670Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2863 | 2025-01-14T20:27:14.444Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2864 | 2025-01-14T20:27:24.471Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2865 | 2025-01-14T20:27:24.474Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2866 | 2025-01-14T20:27:24.474Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2867 | 2025-01-14T20:27:24.474Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2868 | 2025-01-14T20:27:25.303Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2869 | 2025-01-14T20:27:27.857Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2870 | 2025-01-14T20:27:28.667Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2871 | 2025-01-14T20:27:29.651Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2872 | 2025-01-14T20:27:29.824Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2873 | 2025-01-14T20:27:32.299Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2874 | 2025-01-14T20:27:32.964Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2875 | 2025-01-14T20:27:33.930Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2876 | 2025-01-14T20:27:34.115Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2877 | 2025-01-14T20:27:35.352Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2878 | 2025-01-14T20:27:36.912Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2879 | 2025-01-14T20:27:37.132Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2880 | 2025-01-14T20:27:38.018Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2881 | 2025-01-14T20:27:38.650Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2882 | 2025-01-14T20:27:38.796Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2883 | 2025-01-14T20:27:40.627Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2884 | 2025-01-14T20:27:41.155Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2885 | 2025-01-14T20:27:42.844Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2886 | 2025-01-14T20:27:43.903Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2887 | 2025-01-14T20:27:45.043Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2888 | 2025-01-14T20:27:48.324Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2889 | 2025-01-14T20:27:48.972Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2890 | 2025-01-14T20:27:50.800Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2891 | 2025-01-14T20:27:51.136Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2892 | 2025-01-14T20:27:54.699Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2893 | 2025-01-14T20:28:03.561Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2894 | 2025-01-14T20:28:04.879Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2895 | 2025-01-14T20:28:25.019Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2896 | 2025-01-14T20:29:04.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 48s |
2897 | 2025-01-14T20:29:04.998Z | |
2898 | 2025-01-14T20:29:05.002Z | real 2:48.301415174 |
2899 | 2025-01-14T20:29:05.002Z | user 12:42.952419334 |
2900 | 2025-01-14T20:29:05.002Z | sys 2:46.477450681 |
2901 | 2025-01-14T20:29:05.002Z | trap 0.332109394 |
2902 | 2025-01-14T20:29:05.002Z | tflt 0.871924893 |
2903 | 2025-01-14T20:29:05.002Z | dflt 2.465019083 |
2904 | 2025-01-14T20:29:05.002Z | kflt 0.000025170 |
2905 | 2025-01-14T20:29:05.002Z | lock 26:39.165264240 |
2906 | 2025-01-14T20:29:05.003Z | slp 45:36.934824849 |
2907 | 2025-01-14T20:29:05.003Z | lat 35.412264256 |
2908 | 2025-01-14T20:29:05.003Z | stop 1:31.544115137 |
2909 | 2025-01-14T20:29:05.003Z | + mkdir tests |
2910 | 2025-01-14T20:29:05.006Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2911 | 2025-01-14T20:29:05.006Z | + xargs -I '{}' -t cp '{}' tests/ |
2912 | 2025-01-14T20:29:05.049Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a626e37ccfd99b4e tests/ |
2913 | 2025-01-14T20:29:05.075Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-060574ed1f013f50 tests/ |
2914 | 2025-01-14T20:29:05.102Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a8145734fd1977ee tests/ |
2915 | 2025-01-14T20:29:05.129Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6848ed0f70deae96 tests/ |
2916 | 2025-01-14T20:29:05.407Z | + 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/*) |
2917 | 2025-01-14T20:29:05.410Z | + 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-a626e37ccfd99b4e tests/commtest-a8145734fd1977ee tests/dhcp_server-060574ed1f013f50 tests/end_to_end_tests-6848ed0f70deae96 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 |
2918 | 2025-01-14T20:30:18.081Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2919 | 2025-01-14T20:30:18.082Z | a .github/buildomat/ci-env.sh 1K |
2920 | 2025-01-14T20:30:18.082Z | a out/target/test 1K |
2921 | 2025-01-14T20:30:18.082Z | a out/npuzone/npuzone 23144K |
2922 | 2025-01-14T20:30:18.082Z | a package-manifest.toml 34K |
2923 | 2025-01-14T20:30:18.082Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2924 | 2025-01-14T20:30:18.082Z | a target/release/omicron-package 36062K |
2925 | 2025-01-14T20:30:18.082Z | a target/release/xtask 11721K |
2926 | 2025-01-14T20:30:18.082Z | a target/debug/bootstrap 209151K |
2927 | 2025-01-14T20:30:18.082Z | a tests/bootstrap-a626e37ccfd99b4e 24243K |
2928 | 2025-01-14T20:30:18.082Z | a tests/commtest-a8145734fd1977ee 25019K |
2929 | 2025-01-14T20:30:18.082Z | a tests/dhcp_server-060574ed1f013f50 24243K |
2930 | 2025-01-14T20:30:18.082Z | a tests/end_to_end_tests-6848ed0f70deae96 272005K |
2931 | 2025-01-14T20:30:18.082Z | a out/clickhouse.tar.gz 293540K |
2932 | 2025-01-14T20:30:18.082Z | a out/clickhouse_keeper.tar.gz 280637K |
2933 | 2025-01-14T20:30:18.082Z | a out/clickhouse_server.tar.gz 293516K |
2934 | 2025-01-14T20:30:18.082Z | a out/cockroachdb.tar.gz 134634K |
2935 | 2025-01-14T20:30:18.082Z | a out/crucible-dtrace.tar 85K |
2936 | 2025-01-14T20:30:18.082Z | a out/crucible-pantry-zone.tar.gz 28210K |
2937 | 2025-01-14T20:30:18.082Z | a out/crucible-zone.tar.gz 36432K |
2938 | 2025-01-14T20:30:18.082Z | a out/external-dns.tar.gz 35340K |
2939 | 2025-01-14T20:30:18.082Z | a out/internal-dns.tar.gz 35340K |
2940 | 2025-01-14T20:30:18.082Z | a out/mg-ddm-gz.tar 63075K |
2941 | 2025-01-14T20:30:18.082Z | a out/nexus.tar.gz 99083K |
2942 | 2025-01-14T20:30:18.082Z | a out/ntp.tar.gz 10387K |
2943 | 2025-01-14T20:30:18.082Z | a out/omicron-gateway-softnpu.tar.gz 23972K |
2944 | 2025-01-14T20:30:18.082Z | a out/omicron-sled-agent.tar 113922K |
2945 | 2025-01-14T20:30:18.082Z | a out/overlay.tar.gz 3K |
2946 | 2025-01-14T20:30:18.082Z | a out/oximeter.tar.gz 47840K |
2947 | 2025-01-14T20:30:18.083Z | a out/oxlog.tar 3088K |
2948 | 2025-01-14T20:30:18.083Z | a out/probe.tar.gz 2764K |
2949 | 2025-01-14T20:30:18.083Z | a out/propolis-server.tar.gz 66291K |
2950 | 2025-01-14T20:30:18.083Z | a out/pumpkind-gz.tar 26665K |
2951 | 2025-01-14T20:30:18.083Z | a out/switch-softnpu.tar.gz 235417K |
2952 | 2025-01-14T20:30:18.085Z | |
2953 | 2025-01-14T20:30:18.085Z | real 1:12.671305725 |
2954 | 2025-01-14T20:30:18.085Z | user 1:09.388193034 |
2955 | 2025-01-14T20:30:18.085Z | sys 4.683446614 |
2956 | 2025-01-14T20:30:18.086Z | trap 0.017928487 |
2957 | 2025-01-14T20:30:18.086Z | tflt 0.000000000 |
2958 | 2025-01-14T20:30:18.086Z | dflt 0.000000000 |
2959 | 2025-01-14T20:30:18.086Z | kflt 0.000000000 |
2960 | 2025-01-14T20:30:18.086Z | lock 0.000000000 |
2961 | 2025-01-14T20:30:18.086Z | slp 1:09.137396675 |
2962 | 2025-01-14T20:30:18.086Z | lat 2.110965382 |
2963 | 2025-01-14T20:30:18.086Z | stop 0.000200717 |
2964 | 2025-01-14T20:30:18.086Z | process exited: duration 1972152 ms, exit code 0 |
|
2965 | 2025-01-14T20:30:18.101Z | found 1 output files |
2966 | 2025-01-14T20:30:18.101Z | uploading: /work/package.tar.gz (1890978122 bytes) |
2967 | 2025-01-14T20:30:53.892Z | uploaded: /work/package.tar.gz |