|
|
|
1 | 2024-12-17T07:20:35.363Z | job assigned to worker 01JF9QSA3Y26B2CP19B3N5Z82N [factory aws, i-0aeff3cd5ff3ad6f6] (queued for 58 s) |
|
2 | 2024-12-17T07:20:42.713Z | starting task 0: "setup" |
3 | 2024-12-17T07:20:42.723Z | ++ uname -s |
4 | 2024-12-17T07:20:42.725Z | + kern=SunOS |
5 | 2024-12-17T07:20:42.726Z | + case "$kern" in |
6 | 2024-12-17T07:20:42.726Z | + groupadd -g 12345 build |
7 | 2024-12-17T07:20:42.728Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-17T07:20:44.734Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-17T07:20:44.846Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-17T07:20:44.848Z | + home_fs=zfs |
11 | 2024-12-17T07:20:44.848Z | + [[ zfs == autofs ]] |
12 | 2024-12-17T07:20:44.849Z | + mkdir -p /home/build |
13 | 2024-12-17T07:20:44.851Z | + chown build:build /home/build /work |
14 | 2024-12-17T07:20:46.853Z | + chmod 0700 /home/build /work |
15 | 2024-12-17T07:20:46.855Z | process exited: duration 4143 ms, exit code 0 |
|
16 | 2024-12-17T07:20:46.860Z | starting task 1: "rust-toolchain" |
17 | 2024-12-17T07:20:46.865Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-17T07:20:46.865Z | ' 1.81.0 |
19 | 2024-12-17T07:20:46.866Z | * toolchain channel = "1.81.0" |
20 | 2024-12-17T07:20:46.866Z | * toolchain profile = "default" |
21 | 2024-12-17T07:20:46.866Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-17T07:20:46.866Z | ' default |
23 | 2024-12-17T07:20:46.868Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-17T07:20:46.868Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-17T07:20:46.988Z | info: downloading installer |
26 | 2024-12-17T07:20:48.410Z | info: profile set to 'default' |
27 | 2024-12-17T07:20:48.410Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-17T07:20:48.412Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-17T07:20:48.567Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-17T07:20:48.567Z | info: downloading component 'cargo' |
31 | 2024-12-17T07:20:49.434Z | info: downloading component 'clippy' |
32 | 2024-12-17T07:20:49.756Z | info: downloading component 'rust-docs' |
33 | 2024-12-17T07:20:50.953Z | info: downloading component 'rust-std' |
34 | 2024-12-17T07:20:52.813Z | info: downloading component 'rustc' |
35 | 2024-12-17T07:20:59.481Z | info: downloading component 'rustfmt' |
36 | 2024-12-17T07:20:59.733Z | info: installing component 'cargo' |
37 | 2024-12-17T07:21:00.552Z | info: installing component 'clippy' |
38 | 2024-12-17T07:21:00.912Z | info: installing component 'rust-docs' |
39 | 2024-12-17T07:21:02.578Z | info: installing component 'rust-std' |
40 | 2024-12-17T07:21:04.308Z | info: installing component 'rustc' |
41 | 2024-12-17T07:21:10.110Z | info: installing component 'rustfmt' |
42 | 2024-12-17T07:21:10.434Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-17T07:21:10.434Z | |
44 | 2024-12-17T07:21:10.797Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-17T07:21:10.797Z | |
46 | 2024-12-17T07:21:10.797Z | |
47 | 2024-12-17T07:21:10.797Z | Rust is installed now. Great! |
48 | 2024-12-17T07:21:10.797Z | |
49 | 2024-12-17T07:21:10.797Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-17T07:21:10.798Z | environment variable. This has not been done automatically. |
51 | 2024-12-17T07:21:10.798Z | |
52 | 2024-12-17T07:21:10.798Z | To configure your current shell, you need to source |
53 | 2024-12-17T07:21:10.798Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-17T07:21:10.798Z | |
55 | 2024-12-17T07:21:10.798Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-17T07:21:10.798Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-17T07:21:10.798Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-17T07:21:10.873Z | + rustc --version |
59 | 2024-12-17T07:21:10.937Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-17T07:21:10.940Z | process exited: duration 24079 ms, exit code 0 |
|
61 | 2024-12-17T07:21:10.946Z | starting task 2: "authentication" |
62 | 2024-12-17T07:21:10.968Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-17T07:21:10.973Z | starting task 3: "clone repository" |
64 | 2024-12-17T07:21:10.979Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-17T07:21:10.981Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-17T07:21:11.023Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-17T07:21:18.046Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-17T07:21:18.046Z | + git fetch origin fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6 |
69 | 2024-12-17T07:21:18.571Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-17T07:21:18.571Z | * branch fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6 -> FETCH_HEAD |
71 | 2024-12-17T07:21:18.582Z | + [[ -n eliza/dropshot-1180 ]] |
72 | 2024-12-17T07:21:18.585Z | ++ git branch --show-current |
73 | 2024-12-17T07:21:18.588Z | + current=main |
74 | 2024-12-17T07:21:18.588Z | + [[ main != eliza/dropshot-1180 ]] |
75 | 2024-12-17T07:21:18.588Z | + git branch -f eliza/dropshot-1180 fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6 |
76 | 2024-12-17T07:21:18.590Z | + git checkout -f eliza/dropshot-1180 |
77 | 2024-12-17T07:21:18.765Z | Switched to branch 'eliza/dropshot-1180' |
78 | 2024-12-17T07:21:18.768Z | + git reset --hard fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6 |
79 | 2024-12-17T07:21:18.782Z | HEAD is now at fb10fadb3 fix mupdate |
80 | 2024-12-17T07:21:18.784Z | process exited: duration 7809 ms, exit code 0 |
|
81 | 2024-12-17T07:21:18.792Z | starting task 4: "build" |
82 | 2024-12-17T07:21:18.795Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-17T07:21:18.798Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-17T07:21:18.798Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-17T07:21:18.798Z | + cargo --version |
86 | 2024-12-17T07:21:18.854Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-17T07:21:18.857Z | + rustc --version |
88 | 2024-12-17T07:21:18.918Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-17T07:21:18.921Z | + WORK=/work |
90 | 2024-12-17T07:21:18.921Z | + pfexec mkdir -p /work |
91 | 2024-12-17T07:21:18.925Z | + pfexec chown build /work |
92 | 2024-12-17T07:21:18.927Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-17T07:21:26.178Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-17T07:21:29.993Z | Startup: Caching catalogs ... Done |
95 | 2024-12-17T07:21:40.652Z | Planning: Solver setup ... Done (9.792s) |
96 | 2024-12-17T07:21:40.783Z | Planning: Running solver ... Done (0.131s) |
97 | 2024-12-17T07:21:40.886Z | Planning: Finding local manifests ... Done (0.004s) |
98 | 2024-12-17T07:21:41.024Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-17T07:21:41.285Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-17T07:21:41.387Z | Planning: Package planning ... Done (0.102s) |
101 | 2024-12-17T07:21:41.444Z | Planning: Merging actions ... Done (0.057s) |
102 | 2024-12-17T07:21:41.639Z | Planning: Checking for conflicting actions ... Done (0.195s) |
103 | 2024-12-17T07:21:43.696Z | Planning: Consolidating action changes ... Done (2.057s) |
104 | 2024-12-17T07:21:44.135Z | Planning: Evaluating mediators ... Done (0.439s) |
105 | 2024-12-17T07:21:44.217Z | Planning: Planning completed in 14.13 seconds |
106 | 2024-12-17T07:21:44.233Z | Packages to install: 4 |
107 | 2024-12-17T07:21:44.233Z | Packages to update: 1 |
108 | 2024-12-17T07:21:44.236Z | Mediators to change: 2 |
109 | 2024-12-17T07:21:44.236Z | Services to change: 1 |
110 | 2024-12-17T07:21:44.236Z | Estimated space available: 155.63 GB |
111 | 2024-12-17T07:21:44.236Z | Estimated space to be consumed: 1.61 GB |
112 | 2024-12-17T07:21:44.236Z | Create boot environment: No |
113 | 2024-12-17T07:21:44.236Z | Create backup boot environment: Yes |
114 | 2024-12-17T07:21:44.236Z | Rebuild boot archive: No |
115 | 2024-12-17T07:21:44.236Z | |
116 | 2024-12-17T07:21:44.236Z | Changed mediators: |
117 | 2024-12-17T07:21:44.236Z | mediator clang: |
118 | 2024-12-17T07:21:44.236Z | version: None -> 15 (system default) |
119 | 2024-12-17T07:21:44.236Z | |
120 | 2024-12-17T07:21:44.236Z | mediator llvm: |
121 | 2024-12-17T07:21:44.236Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-17T07:21:44.236Z | |
123 | 2024-12-17T07:21:44.236Z | Changed packages: |
124 | 2024-12-17T07:21:44.236Z | helios-dev |
125 | 2024-12-17T07:21:44.236Z | developer/build-essential |
126 | 2024-12-17T07:21:44.236Z | None -> 11-2.0 |
127 | 2024-12-17T07:21:44.236Z | library/libxmlsec1 |
128 | 2024-12-17T07:21:44.236Z | None -> 1.2.35-2.0 |
129 | 2024-12-17T07:21:44.236Z | ooce/developer/clang-15 |
130 | 2024-12-17T07:21:44.236Z | None -> 15.0.7-2.0 |
131 | 2024-12-17T07:21:44.236Z | ooce/developer/llvm-15 |
132 | 2024-12-17T07:21:44.236Z | None -> 15.0.7-2.0 |
133 | 2024-12-17T07:21:44.236Z | package/pkg |
134 | 2024-12-17T07:21:44.237Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-17T07:21:44.237Z | |
136 | 2024-12-17T07:21:44.237Z | Services: |
137 | 2024-12-17T07:21:44.237Z | restart_fmri: |
138 | 2024-12-17T07:21:44.237Z | svc:/system/update-man-index:default |
139 | 2024-12-17T07:21:44.237Z | |
140 | 2024-12-17T07:21:44.237Z | Editable files to change: |
141 | 2024-12-17T07:21:44.237Z | Update: |
142 | 2024-12-17T07:21:44.237Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-17T07:21:44.314Z | |
144 | 2024-12-17T07:21:44.314Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-17T07:21:49.315Z | Download: 282/4281 items 15.8/220.6MB 7% complete (3.1M/s) |
146 | 2024-12-17T07:21:54.395Z | Download: 1194/4281 items 82.4/220.6MB 37% complete (8.3M/s) |
147 | 2024-12-17T07:22:02.932Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (8.2M/s) |
148 | 2024-12-17T07:22:07.936Z | Download: 2191/4281 items 119.1/220.6MB 54% complete (7.3M/s) |
149 | 2024-12-17T07:22:12.938Z | Download: 2539/4281 items 120.4/220.6MB 54% complete (3.7M/s) |
150 | 2024-12-17T07:22:18.139Z | Download: 3288/4281 items 212.4/220.6MB 96% complete (9.3M/s) |
151 | 2024-12-17T07:22:23.954Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (10.3M/s) |
152 | 2024-12-17T07:22:24.150Z | Download: Completed 220.60 MB in 39.82 seconds (5.5M/s) |
153 | 2024-12-17T07:22:26.146Z | Actions: 1/5063 actions (Removing old actions) |
154 | 2024-12-17T07:22:26.166Z | Actions: 194/5063 actions (Installing new actions) |
155 | 2024-12-17T07:22:30.895Z | Actions: 4226/5063 actions (Updating modified actions) |
156 | 2024-12-17T07:22:31.214Z | Actions: Completed 5063 actions in 5.07 seconds. |
157 | 2024-12-17T07:22:31.616Z | Done (0.394s) |
158 | 2024-12-17T07:22:31.619Z | Done (0.000s) |
159 | 2024-12-17T07:22:32.189Z | Done (0.571s) |
160 | 2024-12-17T07:22:36.696Z | Done (4.279s) |
161 | 2024-12-17T07:22:36.785Z | Done (0.018s) |
162 | 2024-12-17T07:22:36.789Z | Done (0.000s) |
163 | 2024-12-17T07:22:36.956Z | Done (0.000s) |
164 | 2024-12-17T07:22:37.675Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-12-17T07:22:37.839Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-12-17T07:22:37.841Z | Planning: Consolidating action changes ... Done |
167 | 2024-12-17T07:22:38.118Z | Planning: Evaluating mediators ... Done |
168 | 2024-12-17T07:22:38.120Z | Planning: Planning completed in 0.44 seconds |
169 | 2024-12-17T07:22:38.159Z | Mediators to change: 2 |
170 | 2024-12-17T07:22:38.159Z | Create boot environment: No |
171 | 2024-12-17T07:22:38.159Z | Create backup boot environment: No |
172 | 2024-12-17T07:22:38.241Z | Done |
173 | 2024-12-17T07:22:38.241Z | Done |
174 | 2024-12-17T07:22:38.634Z | Done |
175 | 2024-12-17T07:22:42.531Z | Done |
176 | 2024-12-17T07:22:42.632Z | Done |
177 | 2024-12-17T07:22:42.727Z | Done |
178 | 2024-12-17T07:22:42.830Z | Done |
179 | 2024-12-17T07:22:43.319Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-12-17T07:22:43.328Z | Planning: Merging actions ... Done |
181 | 2024-12-17T07:22:43.504Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-12-17T07:22:43.544Z | Planning: Consolidating action changes ... Done |
183 | 2024-12-17T07:22:43.766Z | Planning: Evaluating mediators ... Done |
184 | 2024-12-17T07:22:43.822Z | Planning: Planning completed in 0.76 seconds |
185 | 2024-12-17T07:22:43.863Z | Packages to change: 1 |
186 | 2024-12-17T07:22:43.863Z | Mediators to change: 1 |
187 | 2024-12-17T07:22:43.863Z | Services to change: 1 |
188 | 2024-12-17T07:22:43.867Z | Create boot environment: No |
189 | 2024-12-17T07:22:43.867Z | Create backup boot environment: Yes |
190 | 2024-12-17T07:22:46.078Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-12-17T07:22:46.081Z | Actions: Completed 6 actions in 0.00 seconds. |
192 | 2024-12-17T07:22:46.085Z | Done |
193 | 2024-12-17T07:22:46.085Z | Done |
194 | 2024-12-17T07:22:46.196Z | Done |
195 | 2024-12-17T07:22:49.900Z | Done |
196 | 2024-12-17T07:22:49.993Z | Done |
197 | 2024-12-17T07:22:49.996Z | Done |
198 | 2024-12-17T07:22:50.131Z | Done |
199 | 2024-12-17T07:22:50.572Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-12-17T07:22:50.572Z | clang system 15 system |
201 | 2024-12-17T07:22:50.572Z | csh system system illumos |
202 | 2024-12-17T07:22:50.572Z | ctags system system illumos |
203 | 2024-12-17T07:22:50.572Z | gcc vendor 12 vendor |
204 | 2024-12-17T07:22:50.572Z | gcc system 10 system |
205 | 2024-12-17T07:22:50.572Z | gcc system 7 system |
206 | 2024-12-17T07:22:50.572Z | go system 1.20 system |
207 | 2024-12-17T07:22:50.572Z | go system 1.19 system |
208 | 2024-12-17T07:22:50.572Z | llvm system 15 system |
209 | 2024-12-17T07:22:50.572Z | llvm system 14 system |
210 | 2024-12-17T07:22:50.572Z | mariadb system 10.6 system |
211 | 2024-12-17T07:22:50.572Z | mta vendor vendor dma |
212 | 2024-12-17T07:22:50.572Z | openjdk system 17 system |
213 | 2024-12-17T07:22:50.572Z | openjdk system 11 system |
214 | 2024-12-17T07:22:50.572Z | openjdk system 1.8 system |
215 | 2024-12-17T07:22:50.572Z | openssl vendor 3 vendor |
216 | 2024-12-17T07:22:50.572Z | perl system 5.36 system |
217 | 2024-12-17T07:22:50.572Z | postgresql system 15 system |
218 | 2024-12-17T07:22:50.572Z | postgresql system 13 system |
219 | 2024-12-17T07:22:50.572Z | python vendor 3 vendor |
220 | 2024-12-17T07:22:50.572Z | python system 2 system |
221 | 2024-12-17T07:22:50.572Z | python3 system 3.11 system |
222 | 2024-12-17T07:22:50.573Z | ruby system 3.0 system |
223 | 2024-12-17T07:22:50.573Z | words vendor vendor american-english |
224 | 2024-12-17T07:22:50.573Z | words system system australian-english |
225 | 2024-12-17T07:22:50.573Z | words system system british-english |
226 | 2024-12-17T07:22:50.573Z | words system system canadian-english |
227 | 2024-12-17T07:22:50.573Z | words system system french |
228 | 2024-12-17T07:22:50.573Z | words system system italian |
229 | 2024-12-17T07:22:50.573Z | words system system ngerman |
230 | 2024-12-17T07:22:50.573Z | words system system ogerman |
231 | 2024-12-17T07:22:50.573Z | words system system spanish |
232 | 2024-12-17T07:22:50.908Z | PUBLISHER TYPE STATUS P LOCATION |
233 | 2024-12-17T07:22:50.908Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
234 | 2024-12-17T07:22:53.623Z | FMRI IFO |
235 | 2024-12-17T07:22:53.623Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2024-12-17T07:22:53.623Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2024-12-17T07:22:53.623Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2024-12-17T07:22:53.623Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
239 | 2024-12-17T07:22:53.623Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
240 | 2024-12-17T07:22:53.623Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2024-12-17T07:22:53.623Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
242 | 2024-12-17T07:22:53.623Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
243 | 2024-12-17T07:22:53.623Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
244 | 2024-12-17T07:22:53.623Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
245 | 2024-12-17T07:22:53.623Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
246 | 2024-12-17T07:22:53.623Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
247 | 2024-12-17T07:22:53.623Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
248 | 2024-12-17T07:22:53.623Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
249 | 2024-12-17T07:22:53.623Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
250 | 2024-12-17T07:22:54.409Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
251 | 2024-12-17T07:22:54.873Z | Updating crates.io index |
252 | 2024-12-17T07:22:54.876Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
253 | 2024-12-17T07:22:55.675Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
254 | 2024-12-17T07:22:56.223Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
255 | 2024-12-17T07:22:56.718Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
256 | 2024-12-17T07:22:57.313Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
257 | 2024-12-17T07:22:58.387Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
258 | 2024-12-17T07:23:00.221Z | Updating git repository `https://github.com/oxidecomputer/opte` |
259 | 2024-12-17T07:23:01.320Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
260 | 2024-12-17T07:23:02.830Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
261 | 2024-12-17T07:23:04.079Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
262 | 2024-12-17T07:23:05.498Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
263 | 2024-12-17T07:23:06.911Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
264 | 2024-12-17T07:23:07.872Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
265 | 2024-12-17T07:23:09.040Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
266 | 2024-12-17T07:23:10.028Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
267 | 2024-12-17T07:23:11.116Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
268 | 2024-12-17T07:23:12.196Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
269 | 2024-12-17T07:23:13.283Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
270 | 2024-12-17T07:23:14.268Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
271 | 2024-12-17T07:23:15.141Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
272 | 2024-12-17T07:23:16.049Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
273 | 2024-12-17T07:23:17.182Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
274 | 2024-12-17T07:23:18.149Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
275 | 2024-12-17T07:23:19.163Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
276 | 2024-12-17T07:23:20.413Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
277 | 2024-12-17T07:23:21.582Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
278 | 2024-12-17T07:23:22.548Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
279 | 2024-12-17T07:23:23.600Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
280 | 2024-12-17T07:23:25.980Z | Downloading crates ... |
281 | 2024-12-17T07:23:26.095Z | Downloaded fastrand v2.1.1 |
282 | 2024-12-17T07:23:26.101Z | Downloaded toml_datetime v0.6.8 |
283 | 2024-12-17T07:23:26.104Z | Downloaded quote v1.0.37 |
284 | 2024-12-17T07:23:26.106Z | Downloaded version_check v0.9.5 |
285 | 2024-12-17T07:23:26.108Z | Downloaded unicode-ident v1.0.13 |
286 | 2024-12-17T07:23:26.111Z | Downloaded cargo_toml v0.20.5 |
287 | 2024-12-17T07:23:26.111Z | Downloaded dtrace-parser v0.2.0 |
288 | 2024-12-17T07:23:26.114Z | Downloaded camino-tempfile v1.1.1 |
289 | 2024-12-17T07:23:26.114Z | Downloaded anstyle v1.0.10 |
290 | 2024-12-17T07:23:26.120Z | Downloaded dof v0.3.0 |
291 | 2024-12-17T07:23:26.122Z | Downloaded clap v4.5.21 |
292 | 2024-12-17T07:23:26.130Z | Downloaded zerocopy v0.7.35 |
293 | 2024-12-17T07:23:26.146Z | Downloaded zerocopy-derive v0.7.35 |
294 | 2024-12-17T07:23:26.150Z | Downloaded bitflags v2.6.0 |
295 | 2024-12-17T07:23:26.154Z | Downloaded once_cell v1.20.2 |
296 | 2024-12-17T07:23:26.157Z | Downloaded log v0.4.22 |
297 | 2024-12-17T07:23:26.160Z | Downloaded ryu v1.0.18 |
298 | 2024-12-17T07:23:26.162Z | Downloaded memchr v2.7.4 |
299 | 2024-12-17T07:23:26.167Z | Downloaded strsim v0.11.1 |
300 | 2024-12-17T07:23:26.170Z | Downloaded toml_edit v0.22.22 |
301 | 2024-12-17T07:23:26.190Z | Downloaded serde_spanned v0.6.8 |
302 | 2024-12-17T07:23:26.192Z | Downloaded semver v1.0.23 |
303 | 2024-12-17T07:23:26.195Z | Downloaded itoa v1.0.11 |
304 | 2024-12-17T07:23:26.195Z | Downloaded fnv v1.0.7 |
305 | 2024-12-17T07:23:26.195Z | Downloaded equivalent v1.0.1 |
306 | 2024-12-17T07:23:26.197Z | Downloaded cpufeatures v0.2.14 |
307 | 2024-12-17T07:23:26.198Z | Downloaded cfg-if v1.0.0 |
308 | 2024-12-17T07:23:26.200Z | Downloaded autocfg v1.4.0 |
309 | 2024-12-17T07:23:26.233Z | Downloaded anstyle-query v1.1.1 |
310 | 2024-12-17T07:23:26.236Z | Downloaded anstream v0.6.15 |
311 | 2024-12-17T07:23:26.239Z | Downloaded anstyle-parse v0.2.5 |
312 | 2024-12-17T07:23:26.243Z | Downloaded winnow v0.6.20 |
313 | 2024-12-17T07:23:26.259Z | Downloaded crypto-common v0.1.6 |
314 | 2024-12-17T07:23:26.261Z | Downloaded clap_lex v0.7.2 |
315 | 2024-12-17T07:23:26.261Z | Downloaded colorchoice v1.0.2 |
316 | 2024-12-17T07:23:26.264Z | Downloaded cargo-platform v0.1.8 |
317 | 2024-12-17T07:23:26.264Z | Downloaded block-buffer v0.10.4 |
318 | 2024-12-17T07:23:26.272Z | Downloaded syn v1.0.109 |
319 | 2024-12-17T07:23:26.283Z | Downloaded proc-macro2 v1.0.92 |
320 | 2024-12-17T07:23:26.285Z | Downloaded fs-err v2.11.0 |
321 | 2024-12-17T07:23:26.287Z | Downloaded proc-macro-error-attr v1.0.4 |
322 | 2024-12-17T07:23:26.291Z | Downloaded proc-macro-error v1.0.4 |
323 | 2024-12-17T07:23:26.291Z | Downloaded thiserror v1.0.69 |
324 | 2024-12-17T07:23:26.295Z | Downloaded thiserror-impl v1.0.69 |
325 | 2024-12-17T07:23:26.298Z | Downloaded toml v0.8.19 |
326 | 2024-12-17T07:23:26.300Z | Downloaded textwrap v0.16.1 |
327 | 2024-12-17T07:23:26.303Z | Downloaded utf8parse v0.2.2 |
328 | 2024-12-17T07:23:26.306Z | Downloaded camino v1.1.9 |
329 | 2024-12-17T07:23:26.306Z | Downloaded unicode-linebreak v0.1.5 |
330 | 2024-12-17T07:23:26.308Z | Downloaded typenum v1.17.0 |
331 | 2024-12-17T07:23:26.310Z | Downloaded cargo_metadata v0.18.1 |
332 | 2024-12-17T07:23:26.312Z | Downloaded tempfile v3.13.0 |
333 | 2024-12-17T07:23:26.315Z | Downloaded sha2 v0.10.8 |
334 | 2024-12-17T07:23:26.318Z | Downloaded serde_json v1.0.133 |
335 | 2024-12-17T07:23:26.323Z | Downloaded smawk v0.3.2 |
336 | 2024-12-17T07:23:26.326Z | Downloaded scroll v0.12.0 |
337 | 2024-12-17T07:23:26.326Z | Downloaded indexmap v2.7.0 |
338 | 2024-12-17T07:23:26.329Z | Downloaded plain v0.2.3 |
339 | 2024-12-17T07:23:26.332Z | Downloaded is_terminal_polyfill v1.70.1 |
340 | 2024-12-17T07:23:26.332Z | Downloaded heck v0.5.0 |
341 | 2024-12-17T07:23:26.335Z | Downloaded heck v0.4.1 |
342 | 2024-12-17T07:23:26.335Z | Downloaded generic-array v0.14.7 |
343 | 2024-12-17T07:23:26.338Z | Downloaded errno v0.3.9 |
344 | 2024-12-17T07:23:26.338Z | Downloaded digest v0.10.7 |
345 | 2024-12-17T07:23:26.340Z | Downloaded clap_derive v4.5.18 |
346 | 2024-12-17T07:23:26.343Z | Downloaded byteorder v1.5.0 |
347 | 2024-12-17T07:23:26.346Z | Downloaded terminal_size v0.4.0 |
348 | 2024-12-17T07:23:26.349Z | Downloaded unicode-width v0.1.14 |
349 | 2024-12-17T07:23:26.353Z | Downloaded scroll_derive v0.12.0 |
350 | 2024-12-17T07:23:26.358Z | Downloaded goblin v0.8.2 |
351 | 2024-12-17T07:23:26.364Z | Downloaded syn v2.0.90 |
352 | 2024-12-17T07:23:26.376Z | Downloaded papergrid v0.11.0 |
353 | 2024-12-17T07:23:26.380Z | Downloaded memmap v0.7.0 |
354 | 2024-12-17T07:23:26.383Z | Downloaded macaddr v1.0.1 |
355 | 2024-12-17T07:23:26.385Z | Downloaded usdt-macro v0.5.0 |
356 | 2024-12-17T07:23:26.385Z | Downloaded clap_builder v4.5.21 |
357 | 2024-12-17T07:23:26.391Z | Downloaded bytecount v0.6.8 |
358 | 2024-12-17T07:23:26.393Z | Downloaded anyhow v1.0.93 |
359 | 2024-12-17T07:23:26.396Z | Downloaded usdt-impl v0.5.0 |
360 | 2024-12-17T07:23:26.398Z | Downloaded usdt-attr-macro v0.5.0 |
361 | 2024-12-17T07:23:26.399Z | Downloaded usdt v0.5.0 |
362 | 2024-12-17T07:23:26.399Z | Downloaded ucd-trie v0.1.7 |
363 | 2024-12-17T07:23:26.401Z | Downloaded thread-id v4.2.2 |
364 | 2024-12-17T07:23:26.401Z | Downloaded tabled_derive v0.7.0 |
365 | 2024-12-17T07:23:26.404Z | Downloaded tabled v0.15.0 |
366 | 2024-12-17T07:23:26.416Z | Downloaded swrite v0.1.0 |
367 | 2024-12-17T07:23:26.418Z | Downloaded serde_tokenstream v0.2.2 |
368 | 2024-12-17T07:23:26.418Z | Downloaded serde_derive v1.0.215 |
369 | 2024-12-17T07:23:26.422Z | Downloaded serde v1.0.215 |
370 | 2024-12-17T07:23:26.425Z | Downloaded rustix v0.38.37 |
371 | 2024-12-17T07:23:26.443Z | Downloaded libc v0.2.162 |
372 | 2024-12-17T07:23:26.469Z | Downloaded pretty-hex v0.4.1 |
373 | 2024-12-17T07:23:26.471Z | Downloaded pest_meta v2.7.14 |
374 | 2024-12-17T07:23:26.474Z | Downloaded pest_generator v2.7.14 |
375 | 2024-12-17T07:23:26.474Z | Downloaded pest_derive v2.7.14 |
376 | 2024-12-17T07:23:26.476Z | Downloaded pest v2.7.14 |
377 | 2024-12-17T07:23:26.479Z | Downloaded hashbrown v0.15.1 |
378 | 2024-12-17T07:23:26.754Z | Compiling proc-macro2 v1.0.92 |
379 | 2024-12-17T07:23:26.754Z | Compiling unicode-ident v1.0.13 |
380 | 2024-12-17T07:23:26.754Z | Compiling version_check v0.9.5 |
381 | 2024-12-17T07:23:26.758Z | Compiling serde v1.0.215 |
382 | 2024-12-17T07:23:26.758Z | Compiling memchr v2.7.4 |
383 | 2024-12-17T07:23:26.758Z | Compiling thiserror v1.0.69 |
384 | 2024-12-17T07:23:26.758Z | Compiling libc v0.2.162 |
385 | 2024-12-17T07:23:26.789Z | Compiling itoa v1.0.11 |
386 | 2024-12-17T07:23:27.023Z | Compiling ryu v1.0.18 |
387 | 2024-12-17T07:23:27.127Z | Compiling ucd-trie v0.1.7 |
388 | 2024-12-17T07:23:27.372Z | Compiling once_cell v1.20.2 |
389 | 2024-12-17T07:23:27.600Z | Compiling byteorder v1.5.0 |
390 | 2024-12-17T07:23:27.758Z | Compiling serde_json v1.0.133 |
391 | 2024-12-17T07:23:27.803Z | Compiling rustix v0.38.37 |
392 | 2024-12-17T07:23:28.054Z | Compiling bitflags v2.6.0 |
393 | 2024-12-17T07:23:28.164Z | Compiling usdt-impl v0.5.0 |
394 | 2024-12-17T07:23:28.472Z | Compiling proc-macro-error-attr v1.0.4 |
395 | 2024-12-17T07:23:28.497Z | Compiling syn v1.0.109 |
396 | 2024-12-17T07:23:28.578Z | Compiling proc-macro-error v1.0.4 |
397 | 2024-12-17T07:23:28.623Z | Compiling quote v1.0.37 |
398 | 2024-12-17T07:23:28.729Z | Compiling log v0.4.22 |
399 | 2024-12-17T07:23:28.827Z | Compiling utf8parse v0.2.2 |
400 | 2024-12-17T07:23:28.855Z | Compiling plain v0.2.3 |
401 | 2024-12-17T07:23:29.006Z | Compiling syn v2.0.90 |
402 | 2024-12-17T07:23:29.031Z | Compiling errno v0.3.9 |
403 | 2024-12-17T07:23:29.127Z | Compiling equivalent v1.0.1 |
404 | 2024-12-17T07:23:29.167Z | Compiling hashbrown v0.15.1 |
405 | 2024-12-17T07:23:29.270Z | Compiling camino v1.1.9 |
406 | 2024-12-17T07:23:29.348Z | Compiling anstyle-parse v0.2.5 |
407 | 2024-12-17T07:23:29.511Z | Compiling thread-id v4.2.2 |
408 | 2024-12-17T07:23:29.777Z | Compiling anstyle v1.0.10 |
409 | 2024-12-17T07:23:30.006Z | Compiling pretty-hex v0.4.1 |
410 | 2024-12-17T07:23:30.046Z | Compiling winnow v0.6.20 |
411 | 2024-12-17T07:23:30.255Z | Compiling anstyle-query v1.1.1 |
412 | 2024-12-17T07:23:30.312Z | Compiling semver v1.0.23 |
413 | 2024-12-17T07:23:30.408Z | Compiling autocfg v1.4.0 |
414 | 2024-12-17T07:23:30.433Z | Compiling indexmap v2.7.0 |
415 | 2024-12-17T07:23:30.534Z | Compiling is_terminal_polyfill v1.70.1 |
416 | 2024-12-17T07:23:30.678Z | Compiling unicode-width v0.1.14 |
417 | 2024-12-17T07:23:30.867Z | Compiling colorchoice v1.0.2 |
418 | 2024-12-17T07:23:31.061Z | Compiling anstream v0.6.15 |
419 | 2024-12-17T07:23:31.607Z | Compiling terminal_size v0.4.0 |
420 | 2024-12-17T07:23:31.649Z | Compiling fs-err v2.11.0 |
421 | 2024-12-17T07:23:31.818Z | Compiling heck v0.5.0 |
422 | 2024-12-17T07:23:31.869Z | Compiling heck v0.4.1 |
423 | 2024-12-17T07:23:31.933Z | Compiling clap_lex v0.7.2 |
424 | 2024-12-17T07:23:31.965Z | Compiling fastrand v2.1.1 |
425 | 2024-12-17T07:23:32.358Z | Compiling cfg-if v1.0.0 |
426 | 2024-12-17T07:23:32.388Z | Compiling strsim v0.11.1 |
427 | 2024-12-17T07:23:32.461Z | Compiling bytecount v0.6.8 |
428 | 2024-12-17T07:23:32.487Z | Compiling anyhow v1.0.93 |
429 | 2024-12-17T07:23:32.510Z | Compiling fnv v1.0.7 |
430 | 2024-12-17T07:23:32.693Z | Compiling papergrid v0.11.0 |
431 | 2024-12-17T07:23:33.057Z | Compiling tempfile v3.13.0 |
432 | 2024-12-17T07:23:33.107Z | Compiling clap_builder v4.5.21 |
433 | 2024-12-17T07:23:33.463Z | Compiling memmap v0.7.0 |
434 | 2024-12-17T07:23:33.510Z | Compiling smawk v0.3.2 |
435 | 2024-12-17T07:23:33.740Z | Compiling unicode-linebreak v0.1.5 |
436 | 2024-12-17T07:23:33.951Z | Compiling swrite v0.1.0 |
437 | 2024-12-17T07:23:34.270Z | Compiling textwrap v0.16.1 |
438 | 2024-12-17T07:23:35.213Z | Compiling tabled_derive v0.7.0 |
439 | 2024-12-17T07:23:36.848Z | Compiling tabled v0.15.0 |
440 | 2024-12-17T07:23:38.178Z | Compiling serde_derive v1.0.215 |
441 | 2024-12-17T07:23:38.178Z | Compiling thiserror-impl v1.0.69 |
442 | 2024-12-17T07:23:38.181Z | Compiling zerocopy-derive v0.7.35 |
443 | 2024-12-17T07:23:38.181Z | Compiling scroll_derive v0.12.0 |
444 | 2024-12-17T07:23:38.670Z | Compiling clap_derive v4.5.18 |
445 | 2024-12-17T07:23:39.657Z | Compiling scroll v0.12.0 |
446 | 2024-12-17T07:23:40.147Z | Compiling goblin v0.8.2 |
447 | 2024-12-17T07:23:40.265Z | Compiling zerocopy v0.7.35 |
448 | 2024-12-17T07:23:41.063Z | Compiling pest v2.7.14 |
449 | 2024-12-17T07:23:42.536Z | Compiling clap v4.5.21 |
450 | 2024-12-17T07:23:43.356Z | Compiling pest_meta v2.7.14 |
451 | 2024-12-17T07:23:44.230Z | Compiling pest_generator v2.7.14 |
452 | 2024-12-17T07:23:46.026Z | Compiling pest_derive v2.7.14 |
453 | 2024-12-17T07:23:46.692Z | Compiling dtrace-parser v0.2.0 |
454 | 2024-12-17T07:23:48.701Z | Compiling serde_tokenstream v0.2.2 |
455 | 2024-12-17T07:23:48.824Z | Compiling serde_spanned v0.6.8 |
456 | 2024-12-17T07:23:48.827Z | Compiling toml_datetime v0.6.8 |
457 | 2024-12-17T07:23:48.982Z | Compiling cargo-platform v0.1.8 |
458 | 2024-12-17T07:23:49.226Z | Compiling toml_edit v0.22.22 |
459 | 2024-12-17T07:23:49.293Z | Compiling macaddr v1.0.1 |
460 | 2024-12-17T07:23:49.584Z | Compiling camino-tempfile v1.1.1 |
461 | 2024-12-17T07:23:50.293Z | Compiling dof v0.3.0 |
462 | 2024-12-17T07:23:50.397Z | Compiling cargo_metadata v0.18.1 |
463 | 2024-12-17T07:23:52.016Z | Compiling usdt-macro v0.5.0 |
464 | 2024-12-17T07:23:52.018Z | Compiling usdt-attr-macro v0.5.0 |
465 | 2024-12-17T07:23:52.272Z | Compiling toml v0.8.19 |
466 | 2024-12-17T07:23:53.219Z | Compiling cargo_toml v0.20.5 |
467 | 2024-12-17T07:23:53.291Z | Compiling usdt v0.5.0 |
468 | 2024-12-17T07:23:56.796Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
469 | 2024-12-17T07:24:01.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
470 | 2024-12-17T07:24:01.382Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
471 | 2024-12-17T07:24:01.932Z | Downloading crates ... |
472 | 2024-12-17T07:24:02.073Z | Downloaded ascii-canvas v3.0.0 |
473 | 2024-12-17T07:24:02.075Z | Downloaded async-trait v0.1.83 |
474 | 2024-12-17T07:24:02.078Z | Downloaded atomic-waker v1.1.2 |
475 | 2024-12-17T07:24:02.080Z | Downloaded bit-vec v0.6.3 |
476 | 2024-12-17T07:24:02.083Z | Downloaded bit-set v0.5.3 |
477 | 2024-12-17T07:24:02.085Z | Downloaded crunchy v0.2.2 |
478 | 2024-12-17T07:24:02.085Z | Downloaded assert_matches v1.5.0 |
479 | 2024-12-17T07:24:02.087Z | Downloaded async-bb8-diesel v0.2.1 |
480 | 2024-12-17T07:24:02.089Z | Downloaded argon2 v0.5.3 |
481 | 2024-12-17T07:24:02.092Z | Downloaded backoff v0.4.0 |
482 | 2024-12-17T07:24:02.095Z | Downloaded async-recursion v1.1.1 |
483 | 2024-12-17T07:24:02.098Z | Downloaded cexpr v0.6.0 |
484 | 2024-12-17T07:24:02.101Z | Downloaded clang-sys v1.8.1 |
485 | 2024-12-17T07:24:02.103Z | Downloaded bcrypt-pbkdf v0.10.0 |
486 | 2024-12-17T07:24:02.105Z | Downloaded crossbeam-utils v0.8.20 |
487 | 2024-12-17T07:24:02.109Z | Downloaded blake3 v1.5.4 |
488 | 2024-12-17T07:24:02.119Z | Downloaded chacha20poly1305 v0.10.1 |
489 | 2024-12-17T07:24:02.122Z | Downloaded cancel-safe-futures v0.1.5 |
490 | 2024-12-17T07:24:02.126Z | Downloaded chrono-tz-build v0.4.0 |
491 | 2024-12-17T07:24:02.128Z | Downloaded compact_str v0.8.0 |
492 | 2024-12-17T07:24:02.132Z | Downloaded cassowary v0.3.0 |
493 | 2024-12-17T07:24:02.135Z | Downloaded chacha20 v0.9.1 |
494 | 2024-12-17T07:24:02.135Z | Downloaded cbc v0.1.2 |
495 | 2024-12-17T07:24:02.138Z | Downloaded buf-list v1.0.3 |
496 | 2024-12-17T07:24:02.140Z | Downloaded cookie v0.18.1 |
497 | 2024-12-17T07:24:02.143Z | Downloaded constant_time_eq v0.3.1 |
498 | 2024-12-17T07:24:02.146Z | Downloaded blowfish v0.9.1 |
499 | 2024-12-17T07:24:02.146Z | Downloaded arrayref v0.3.9 |
500 | 2024-12-17T07:24:02.148Z | Downloaded atty v0.2.14 |
501 | 2024-12-17T07:24:02.148Z | Downloaded atomicwrites v0.4.4 |
502 | 2024-12-17T07:24:02.150Z | Downloaded cfg_aliases v0.1.1 |
503 | 2024-12-17T07:24:02.153Z | Downloaded castaway v0.2.3 |
504 | 2024-12-17T07:24:02.156Z | Downloaded libz-sys v1.1.20 |
505 | 2024-12-17T07:24:02.178Z | Downloaded lock_api v0.4.12 |
506 | 2024-12-17T07:24:02.180Z | Downloaded hickory-client v0.24.1 |
507 | 2024-12-17T07:24:02.183Z | Downloaded heapless v0.7.17 |
508 | 2024-12-17T07:24:02.188Z | Downloaded array-init v0.0.4 |
509 | 2024-12-17T07:24:02.191Z | Downloaded curve25519-dalek-derive v0.1.1 |
510 | 2024-12-17T07:24:02.191Z | Downloaded ciborium v0.2.2 |
511 | 2024-12-17T07:24:02.194Z | Downloaded base64 v0.13.1 |
512 | 2024-12-17T07:24:02.198Z | Downloaded bzip2 v0.4.4 |
513 | 2024-12-17T07:24:02.201Z | Downloaded crc32fast v1.4.2 |
514 | 2024-12-17T07:24:02.206Z | Downloaded bb8 v0.8.5 |
515 | 2024-12-17T07:24:02.208Z | Downloaded base16ct v0.2.0 |
516 | 2024-12-17T07:24:02.208Z | Downloaded aws-lc-rs v1.10.0 |
517 | 2024-12-17T07:24:02.216Z | Downloaded lazy_static v1.5.0 |
518 | 2024-12-17T07:24:02.218Z | Downloaded backtrace v0.3.74 |
519 | 2024-12-17T07:24:02.224Z | Downloaded const-oid v0.9.6 |
520 | 2024-12-17T07:24:02.227Z | Downloaded base64 v0.21.7 |
521 | 2024-12-17T07:24:02.231Z | Downloaded cc v1.1.30 |
522 | 2024-12-17T07:24:02.234Z | Downloaded crossbeam-epoch v0.9.18 |
523 | 2024-12-17T07:24:02.237Z | Downloaded bytes v1.8.0 |
524 | 2024-12-17T07:24:02.242Z | Downloaded bumpalo v3.16.0 |
525 | 2024-12-17T07:24:02.246Z | Downloaded humantime v2.1.0 |
526 | 2024-12-17T07:24:02.248Z | Downloaded aes v0.8.4 |
527 | 2024-12-17T07:24:02.251Z | Downloaded crossbeam-channel v0.5.13 |
528 | 2024-12-17T07:24:02.256Z | Downloaded base64 v0.22.1 |
529 | 2024-12-17T07:24:02.262Z | Downloaded httparse v1.9.5 |
530 | 2024-12-17T07:24:02.265Z | Downloaded aes-gcm v0.10.3 |
531 | 2024-12-17T07:24:02.269Z | Downloaded hex v0.4.3 |
532 | 2024-12-17T07:24:02.271Z | Downloaded aho-corasick v1.1.3 |
533 | 2024-12-17T07:24:02.278Z | Downloaded crypto-bigint v0.5.5 |
534 | 2024-12-17T07:24:02.285Z | Downloaded httpdate v1.0.3 |
535 | 2024-12-17T07:24:02.288Z | Downloaded heck v0.3.3 |
536 | 2024-12-17T07:24:02.291Z | Downloaded ident_case v1.0.1 |
537 | 2024-12-17T07:24:02.291Z | Downloaded idna_adapter v1.2.0 |
538 | 2024-12-17T07:24:02.291Z | Downloaded icu_provider_macros v1.5.0 |
539 | 2024-12-17T07:24:02.294Z | Downloaded iana-time-zone v0.1.61 |
540 | 2024-12-17T07:24:02.296Z | Downloaded instant v0.1.13 |
541 | 2024-12-17T07:24:02.299Z | Downloaded icu_provider v1.5.0 |
542 | 2024-12-17T07:24:02.301Z | Downloaded is-terminal v0.4.13 |
543 | 2024-12-17T07:24:02.304Z | Downloaded lazycell v1.3.0 |
544 | 2024-12-17T07:24:02.304Z | Downloaded icu_normalizer v1.5.0 |
545 | 2024-12-17T07:24:02.308Z | Downloaded libloading v0.8.5 |
546 | 2024-12-17T07:24:02.311Z | Downloaded icu_collections v1.5.0 |
547 | 2024-12-17T07:24:02.318Z | Downloaded icu_normalizer_data v1.5.0 |
548 | 2024-12-17T07:24:02.321Z | Downloaded chrono v0.4.38 |
549 | 2024-12-17T07:24:02.329Z | Downloaded lru v0.12.5 |
550 | 2024-12-17T07:24:02.332Z | Downloaded icu_properties v1.5.1 |
551 | 2024-12-17T07:24:02.335Z | Downloaded litemap v0.7.3 |
552 | 2024-12-17T07:24:02.338Z | Downloaded ctr v0.9.2 |
553 | 2024-12-17T07:24:02.340Z | Downloaded blake2 v0.10.6 |
554 | 2024-12-17T07:24:02.343Z | Downloaded http v1.1.0 |
555 | 2024-12-17T07:24:02.347Z | Downloaded itertools v0.10.5 |
556 | 2024-12-17T07:24:02.356Z | Downloaded idna v1.0.3 |
557 | 2024-12-17T07:24:02.361Z | Downloaded libm v0.2.8 |
558 | 2024-12-17T07:24:02.370Z | Downloaded itertools v0.13.0 |
559 | 2024-12-17T07:24:02.380Z | Downloaded icu_properties_data v1.5.0 |
560 | 2024-12-17T07:24:02.391Z | Downloaded itertools v0.12.1 |
561 | 2024-12-17T07:24:02.398Z | Downloaded cobs v0.2.3 |
562 | 2024-12-17T07:24:02.401Z | Downloaded csv-core v0.1.11 |
563 | 2024-12-17T07:24:02.403Z | Downloaded cstr-argument v0.1.2 |
564 | 2024-12-17T07:24:02.403Z | Downloaded crucible-workspace-hack v0.1.0 |
565 | 2024-12-17T07:24:02.405Z | Downloaded crc-catalog v2.4.0 |
566 | 2024-12-17T07:24:02.405Z | Downloaded crc-any v2.5.0 |
567 | 2024-12-17T07:24:02.408Z | Downloaded rand_core v0.6.4 |
568 | 2024-12-17T07:24:02.410Z | Downloaded curve25519-dalek v4.1.3 |
569 | 2024-12-17T07:24:02.419Z | Downloaded cookie_store v0.21.0 |
570 | 2024-12-17T07:24:02.422Z | Downloaded bstr v1.10.0 |
571 | 2024-12-17T07:24:02.434Z | Downloaded crossterm v0.28.1 |
572 | 2024-12-17T07:24:02.441Z | Downloaded const_format v0.2.33 |
573 | 2024-12-17T07:24:02.447Z | Downloaded const_format_proc_macros v0.2.33 |
574 | 2024-12-17T07:24:02.449Z | Downloaded console v0.15.8 |
575 | 2024-12-17T07:24:02.453Z | Downloaded matches v0.1.10 |
576 | 2024-12-17T07:24:02.456Z | Downloaded memoffset v0.9.1 |
577 | 2024-12-17T07:24:02.468Z | Downloaded mime v0.3.17 |
578 | 2024-12-17T07:24:02.471Z | Downloaded hyper v1.5.1 |
579 | 2024-12-17T07:24:02.478Z | Downloaded miniz_oxide v0.8.0 |
580 | 2024-12-17T07:24:02.481Z | Downloaded impl-trait-for-tuples v0.2.2 |
581 | 2024-12-17T07:24:02.484Z | Downloaded lalrpop-util v0.19.12 |
582 | 2024-12-17T07:24:02.487Z | Downloaded kstat-rs v0.2.4 |
583 | 2024-12-17T07:24:02.487Z | Downloaded keccak v0.1.5 |
584 | 2024-12-17T07:24:02.489Z | Downloaded is_ci v1.2.0 |
585 | 2024-12-17T07:24:02.489Z | Downloaded ipnetwork v0.20.0 |
586 | 2024-12-17T07:24:02.492Z | Downloaded proc-macro-crate v1.3.1 |
587 | 2024-12-17T07:24:02.495Z | Downloaded internet-checksum v0.2.1 |
588 | 2024-12-17T07:24:02.495Z | Downloaded instability v0.3.2 |
589 | 2024-12-17T07:24:02.497Z | Downloaded idna v0.5.0 |
590 | 2024-12-17T07:24:02.503Z | Downloaded smallvec v1.13.2 |
591 | 2024-12-17T07:24:02.506Z | Downloaded serde_with_macros v3.11.0 |
592 | 2024-12-17T07:24:02.509Z | Downloaded serde_repr v0.1.19 |
593 | 2024-12-17T07:24:02.511Z | Downloaded minimal-lexical v0.2.1 |
594 | 2024-12-17T07:24:02.516Z | Downloaded spin v0.9.8 |
595 | 2024-12-17T07:24:02.519Z | Downloaded serde_yaml v0.9.34+deprecated |
596 | 2024-12-17T07:24:02.523Z | Downloaded serde_with v3.11.0 |
597 | 2024-12-17T07:24:02.533Z | Downloaded zerofrom-derive v0.1.4 |
598 | 2024-12-17T07:24:02.536Z | Downloaded tinyvec v1.8.0 |
599 | 2024-12-17T07:24:02.538Z | Downloaded zerofrom v0.1.4 |
600 | 2024-12-17T07:24:02.541Z | Downloaded env_logger v0.11.5 |
601 | 2024-12-17T07:24:02.543Z | Downloaded tokio-util v0.7.12 |
602 | 2024-12-17T07:24:02.550Z | Downloaded parking_lot_core v0.9.10 |
603 | 2024-12-17T07:24:02.553Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
604 | 2024-12-17T07:24:02.568Z | Downloaded unicase v2.7.0 |
605 | 2024-12-17T07:24:02.570Z | Downloaded twox-hash v1.6.3 |
606 | 2024-12-17T07:24:02.572Z | Downloaded num-traits v0.2.19 |
607 | 2024-12-17T07:24:02.574Z | Downloaded polyval v0.6.2 |
608 | 2024-12-17T07:24:02.577Z | Downloaded pem-rfc7468 v0.7.0 |
609 | 2024-12-17T07:24:02.579Z | Downloaded pem v3.0.4 |
610 | 2024-12-17T07:24:02.581Z | Downloaded unicode-properties v0.1.3 |
611 | 2024-12-17T07:24:02.584Z | Downloaded portable-atomic v1.9.0 |
612 | 2024-12-17T07:24:02.591Z | Downloaded rustc-hash v2.0.0 |
613 | 2024-12-17T07:24:02.594Z | Downloaded indoc v1.0.9 |
614 | 2024-12-17T07:24:02.597Z | Downloaded hubpack v0.1.2 |
615 | 2024-12-17T07:24:02.599Z | Downloaded rand_xorshift v0.3.0 |
616 | 2024-12-17T07:24:02.601Z | Downloaded unicode-normalization v0.1.24 |
617 | 2024-12-17T07:24:02.603Z | Downloaded quick-error v1.2.3 |
618 | 2024-12-17T07:24:02.606Z | Downloaded unicode-bidi v0.3.17 |
619 | 2024-12-17T07:24:02.613Z | Downloaded percent-encoding v2.3.1 |
620 | 2024-12-17T07:24:02.615Z | Downloaded md5 v0.7.0 |
621 | 2024-12-17T07:24:02.615Z | Downloaded maybe-uninit v2.0.0 |
622 | 2024-12-17T07:24:02.615Z | Downloaded maplit v1.0.2 |
623 | 2024-12-17T07:24:02.615Z | Downloaded peg-runtime v0.8.3 |
624 | 2024-12-17T07:24:02.615Z | Downloaded tokio-tungstenite v0.24.0 |
625 | 2024-12-17T07:24:02.627Z | Downloaded strum_macros v0.25.3 |
626 | 2024-12-17T07:24:02.627Z | Downloaded same-file v1.0.6 |
627 | 2024-12-17T07:24:02.634Z | Downloaded deranged v0.3.11 |
628 | 2024-12-17T07:24:02.634Z | Downloaded der_derive v0.7.3 |
629 | 2024-12-17T07:24:02.634Z | Downloaded tabwriter v1.4.0 |
630 | 2024-12-17T07:24:02.634Z | Downloaded downcast v0.11.0 |
631 | 2024-12-17T07:24:02.634Z | Downloaded signal-hook v0.3.17 |
632 | 2024-12-17T07:24:02.634Z | Downloaded string_cache v0.8.7 |
633 | 2024-12-17T07:24:02.637Z | Downloaded simd-adler32 v0.3.7 |
634 | 2024-12-17T07:24:02.637Z | Downloaded rustls-pki-types v1.10.0 |
635 | 2024-12-17T07:24:02.640Z | Downloaded native-tls v0.2.12 |
636 | 2024-12-17T07:24:02.643Z | Downloaded hashlink v0.9.1 |
637 | 2024-12-17T07:24:02.646Z | Downloaded tinyvec_macros v0.1.1 |
638 | 2024-12-17T07:24:02.648Z | Downloaded idna v0.3.0 |
639 | 2024-12-17T07:24:02.655Z | Downloaded num-conv v0.1.0 |
640 | 2024-12-17T07:24:02.658Z | Downloaded owo-colors v4.1.0 |
641 | 2024-12-17T07:24:02.661Z | Downloaded nu-ansi-term v0.50.1 |
642 | 2024-12-17T07:24:02.664Z | Downloaded half v2.4.1 |
643 | 2024-12-17T07:24:02.667Z | Downloaded futures-io v0.3.31 |
644 | 2024-12-17T07:24:02.669Z | Downloaded funty v2.0.0 |
645 | 2024-12-17T07:24:02.670Z | Downloaded foreign-types-shared v0.1.1 |
646 | 2024-12-17T07:24:02.670Z | Downloaded crc v3.2.1 |
647 | 2024-12-17T07:24:02.672Z | Downloaded block-padding v0.3.3 |
648 | 2024-12-17T07:24:02.675Z | Downloaded either v1.13.0 |
649 | 2024-12-17T07:24:02.675Z | Downloaded displaydoc v0.2.5 |
650 | 2024-12-17T07:24:02.678Z | Downloaded der v0.7.9 |
651 | 2024-12-17T07:24:02.684Z | Downloaded env_filter v0.1.2 |
652 | 2024-12-17T07:24:02.687Z | Downloaded lzma-sys v0.1.20 |
653 | 2024-12-17T07:24:02.718Z | Downloaded toml v0.7.8 |
654 | 2024-12-17T07:24:02.721Z | Downloaded r2d2 v0.8.10 |
655 | 2024-12-17T07:24:02.724Z | Downloaded progenitor-macro v0.8.0 |
656 | 2024-12-17T07:24:02.727Z | Downloaded tokio-native-tls v0.3.1 |
657 | 2024-12-17T07:24:02.727Z | Downloaded subtle v2.6.1 |
658 | 2024-12-17T07:24:02.729Z | Downloaded stable_deref_trait v1.2.0 |
659 | 2024-12-17T07:24:02.729Z | Downloaded lalrpop v0.19.12 |
660 | 2024-12-17T07:24:02.743Z | Downloaded thiserror v2.0.3 |
661 | 2024-12-17T07:24:02.749Z | Downloaded darling_macro v0.20.10 |
662 | 2024-12-17T07:24:02.751Z | Downloaded derive_more v0.99.18 |
663 | 2024-12-17T07:24:02.755Z | Downloaded fragile v2.0.0 |
664 | 2024-12-17T07:24:02.759Z | Downloaded glob v0.3.1 |
665 | 2024-12-17T07:24:02.763Z | Downloaded rand_seeder v0.3.0 |
666 | 2024-12-17T07:24:02.765Z | Downloaded regex-syntax v0.6.29 |
667 | 2024-12-17T07:24:02.770Z | Downloaded tungstenite v0.24.0 |
668 | 2024-12-17T07:24:02.774Z | Downloaded hash32 v0.3.1 |
669 | 2024-12-17T07:24:02.777Z | Downloaded qorb v0.2.1 |
670 | 2024-12-17T07:24:02.780Z | Downloaded multimap v0.10.0 |
671 | 2024-12-17T07:24:02.783Z | Downloaded headers v0.4.0 |
672 | 2024-12-17T07:24:02.789Z | Downloaded yoke v0.7.4 |
673 | 2024-12-17T07:24:02.791Z | Downloaded hashbrown v0.14.5 |
674 | 2024-12-17T07:24:02.798Z | Downloaded hashbrown v0.13.2 |
675 | 2024-12-17T07:24:02.803Z | Downloaded hashbrown v0.12.3 |
676 | 2024-12-17T07:24:02.808Z | Downloaded mio v1.0.2 |
677 | 2024-12-17T07:24:02.814Z | Downloaded pin-project-internal v1.1.6 |
678 | 2024-12-17T07:24:02.823Z | Downloaded pin-project v1.1.6 |
679 | 2024-12-17T07:24:02.830Z | Downloaded scopeguard v1.2.0 |
680 | 2024-12-17T07:24:02.832Z | Downloaded sigpipe v0.1.3 |
681 | 2024-12-17T07:24:02.834Z | Downloaded schemars v0.8.21 |
682 | 2024-12-17T07:24:02.845Z | Downloaded scheduled-thread-pool v0.2.7 |
683 | 2024-12-17T07:24:02.848Z | Downloaded samael v0.0.17 |
684 | 2024-12-17T07:24:02.852Z | Downloaded pkcs1 v0.7.5 |
685 | 2024-12-17T07:24:02.855Z | Downloaded pin-utils v0.1.0 |
686 | 2024-12-17T07:24:02.857Z | Downloaded thiserror-impl v2.0.3 |
687 | 2024-12-17T07:24:02.860Z | Downloaded supports-color v3.0.1 |
688 | 2024-12-17T07:24:02.860Z | Downloaded phf_shared v0.11.2 |
689 | 2024-12-17T07:24:02.863Z | Downloaded phf_shared v0.10.0 |
690 | 2024-12-17T07:24:02.863Z | Downloaded phf_generator v0.11.2 |
691 | 2024-12-17T07:24:02.866Z | Downloaded spki v0.7.3 |
692 | 2024-12-17T07:24:02.869Z | Downloaded slab v0.4.9 |
693 | 2024-12-17T07:24:02.869Z | Downloaded nix v0.27.1 |
694 | 2024-12-17T07:24:02.881Z | Downloaded value-bag v1.9.0 |
695 | 2024-12-17T07:24:02.883Z | Downloaded tokio-stream v0.1.16 |
696 | 2024-12-17T07:24:02.888Z | Downloaded serde_derive_internals v0.29.1 |
697 | 2024-12-17T07:24:02.891Z | Downloaded tokio-rustls v0.26.0 |
698 | 2024-12-17T07:24:02.893Z | Downloaded sqlformat v0.2.6 |
699 | 2024-12-17T07:24:02.896Z | Downloaded debug-ignore v1.0.5 |
700 | 2024-12-17T07:24:02.898Z | Downloaded hickory-proto v0.24.1 |
701 | 2024-12-17T07:24:02.915Z | Downloaded darling_core v0.20.10 |
702 | 2024-12-17T07:24:02.919Z | Downloaded unicode-width v0.2.0 |
703 | 2024-12-17T07:24:02.926Z | Downloaded serde_path_to_error v0.1.16 |
704 | 2024-12-17T07:24:02.929Z | Downloaded fallible-streaming-iterator v0.1.9 |
705 | 2024-12-17T07:24:02.931Z | Downloaded fallible-iterator v0.3.0 |
706 | 2024-12-17T07:24:02.932Z | Downloaded uuid v1.11.0 |
707 | 2024-12-17T07:24:02.935Z | Downloaded group v0.13.0 |
708 | 2024-12-17T07:24:02.938Z | Downloaded ff v0.13.0 |
709 | 2024-12-17T07:24:02.940Z | Downloaded unicode_categories v0.1.1 |
710 | 2024-12-17T07:24:02.943Z | Downloaded utf8_iter v1.0.4 |
711 | 2024-12-17T07:24:02.945Z | Downloaded unicode-xid v0.2.6 |
712 | 2024-12-17T07:24:02.945Z | Downloaded regex v1.11.1 |
713 | 2024-12-17T07:24:02.960Z | Downloaded openssl-macros v0.1.1 |
714 | 2024-12-17T07:24:02.963Z | Downloaded derive-where v1.2.7 |
715 | 2024-12-17T07:24:02.966Z | Downloaded defmt-parser v0.3.4 |
716 | 2024-12-17T07:24:02.968Z | Downloaded defmt-macros v0.3.9 |
717 | 2024-12-17T07:24:02.971Z | Downloaded h2 v0.4.6 |
718 | 2024-12-17T07:24:02.978Z | Downloaded yoke-derive v0.7.4 |
719 | 2024-12-17T07:24:02.980Z | Downloaded writeable v0.5.5 |
720 | 2024-12-17T07:24:02.983Z | Downloaded nodrop v0.1.14 |
721 | 2024-12-17T07:24:02.983Z | Downloaded defmt v0.3.8 |
722 | 2024-12-17T07:24:02.986Z | Downloaded quinn-udp v0.5.5 |
723 | 2024-12-17T07:24:02.989Z | Downloaded polar-core v0.27.3 |
724 | 2024-12-17T07:24:02.999Z | Downloaded parking_lot v0.12.3 |
725 | 2024-12-17T07:24:03.002Z | Downloaded similar v2.6.0 |
726 | 2024-12-17T07:24:03.007Z | Downloaded tower-service v0.3.3 |
727 | 2024-12-17T07:24:03.010Z | Downloaded rfc6979 v0.4.0 |
728 | 2024-12-17T07:24:03.010Z | Downloaded resolv-conf v0.7.0 |
729 | 2024-12-17T07:24:03.013Z | Downloaded reqwest v0.12.9 |
730 | 2024-12-17T07:24:03.023Z | Downloaded zerovec-derive v0.10.3 |
731 | 2024-12-17T07:24:03.025Z | Downloaded psl-types v2.0.11 |
732 | 2024-12-17T07:24:03.027Z | Downloaded uzers v0.12.1 |
733 | 2024-12-17T07:24:03.029Z | Downloaded proptest v1.5.0 |
734 | 2024-12-17T07:24:03.039Z | Downloaded snafu v0.8.5 |
735 | 2024-12-17T07:24:03.045Z | Downloaded ena v0.14.3 |
736 | 2024-12-17T07:24:03.047Z | Downloaded path-slash v0.1.5 |
737 | 2024-12-17T07:24:03.049Z | Downloaded typify-impl v0.2.0 |
738 | 2024-12-17T07:24:03.067Z | Downloaded parking_lot_core v0.8.6 |
739 | 2024-12-17T07:24:03.069Z | Downloaded elliptic-curve v0.13.8 |
740 | 2024-12-17T07:24:03.073Z | Downloaded serde-hex v0.1.0 |
741 | 2024-12-17T07:24:03.076Z | Downloaded regex-automata v0.4.8 |
742 | 2024-12-17T07:24:03.094Z | Downloaded dirs-sys-next v0.1.2 |
743 | 2024-12-17T07:24:03.097Z | Downloaded zerovec v0.10.4 |
744 | 2024-12-17T07:24:03.102Z | Downloaded radix_trie v0.2.1 |
745 | 2024-12-17T07:24:03.108Z | Downloaded ed25519 v2.2.3 |
746 | 2024-12-17T07:24:03.111Z | Downloaded dyn-clone v1.0.17 |
747 | 2024-12-17T07:24:03.113Z | Downloaded dunce v1.0.5 |
748 | 2024-12-17T07:24:03.116Z | Downloaded zeroize_derive v1.4.2 |
749 | 2024-12-17T07:24:03.116Z | Downloaded want v0.3.1 |
750 | 2024-12-17T07:24:03.118Z | Downloaded walkdir v2.5.0 |
751 | 2024-12-17T07:24:03.121Z | Downloaded toml_edit v0.19.15 |
752 | 2024-12-17T07:24:03.136Z | Downloaded shlex v1.3.0 |
753 | 2024-12-17T07:24:03.139Z | Downloaded rsa v0.9.6 |
754 | 2024-12-17T07:24:03.144Z | Downloaded ron v0.8.1 |
755 | 2024-12-17T07:24:03.150Z | Downloaded p384 v0.13.0 |
756 | 2024-12-17T07:24:03.158Z | Downloaded tracing v0.1.40 |
757 | 2024-12-17T07:24:03.164Z | Downloaded tracing-attributes v0.1.27 |
758 | 2024-12-17T07:24:03.166Z | Downloaded tls_codec v0.4.1 |
759 | 2024-12-17T07:24:03.169Z | Downloaded tar v0.4.42 |
760 | 2024-12-17T07:24:03.173Z | Downloaded futures-executor v0.3.31 |
761 | 2024-12-17T07:24:03.178Z | Downloaded vcpkg v0.2.15 |
762 | 2024-12-17T07:24:03.214Z | Downloaded futures-core v0.3.31 |
763 | 2024-12-17T07:24:03.217Z | Downloaded utf16_iter v1.0.5 |
764 | 2024-12-17T07:24:03.220Z | Downloaded utf-8 v0.7.6 |
765 | 2024-12-17T07:24:03.220Z | Downloaded untrusted v0.9.0 |
766 | 2024-12-17T07:24:03.222Z | Downloaded untrusted v0.7.1 |
767 | 2024-12-17T07:24:03.222Z | Downloaded unsafe-libyaml v0.2.11 |
768 | 2024-12-17T07:24:03.225Z | Downloaded universal-hash v0.5.1 |
769 | 2024-12-17T07:24:03.227Z | Downloaded fd-lock v4.0.2 |
770 | 2024-12-17T07:24:03.230Z | Downloaded fatfs v0.3.6 |
771 | 2024-12-17T07:24:03.233Z | Downloaded fallible-iterator v0.2.0 |
772 | 2024-12-17T07:24:03.235Z | Downloaded expectorate v1.1.0 |
773 | 2024-12-17T07:24:03.238Z | Downloaded embedded-io v0.6.1 |
774 | 2024-12-17T07:24:03.238Z | Downloaded opaque-debug v0.3.1 |
775 | 2024-12-17T07:24:03.241Z | Downloaded num-rational v0.4.2 |
776 | 2024-12-17T07:24:03.244Z | Downloaded number_prefix v0.4.0 |
777 | 2024-12-17T07:24:03.244Z | Downloaded num-iter v0.1.45 |
778 | 2024-12-17T07:24:03.244Z | Downloaded num-integer v0.1.46 |
779 | 2024-12-17T07:24:03.246Z | Downloaded openssl-probe v0.1.5 |
780 | 2024-12-17T07:24:03.246Z | Downloaded openssl-sys v0.9.103 |
781 | 2024-12-17T07:24:03.252Z | Downloaded termtree v0.4.1 |
782 | 2024-12-17T07:24:03.255Z | Downloaded signal-hook-mio v0.2.4 |
783 | 2024-12-17T07:24:03.257Z | Downloaded tls_codec_derive v0.4.1 |
784 | 2024-12-17T07:24:03.257Z | Downloaded slog-bunyan v2.5.0 |
785 | 2024-12-17T07:24:03.259Z | Downloaded quinn-proto v0.11.8 |
786 | 2024-12-17T07:24:03.266Z | Downloaded quinn v0.11.5 |
787 | 2024-12-17T07:24:03.270Z | Downloaded postgres-protocol v0.6.7 |
788 | 2024-12-17T07:24:03.273Z | Downloaded termcolor v1.4.1 |
789 | 2024-12-17T07:24:03.275Z | Downloaded signature v2.2.0 |
790 | 2024-12-17T07:24:03.275Z | Downloaded signal-hook-tokio v0.3.1 |
791 | 2024-12-17T07:24:03.278Z | Downloaded signal-hook-registry v1.4.2 |
792 | 2024-12-17T07:24:03.278Z | Downloaded sha1 v0.10.6 |
793 | 2024-12-17T07:24:03.281Z | Downloaded num-derive v0.4.2 |
794 | 2024-12-17T07:24:03.283Z | Downloaded dhcproto v0.12.0 |
795 | 2024-12-17T07:24:03.286Z | Downloaded new_debug_unreachable v1.0.6 |
796 | 2024-12-17T07:24:03.288Z | Downloaded globset v0.4.15 |
797 | 2024-12-17T07:24:03.290Z | Downloaded zopfli v0.8.1 |
798 | 2024-12-17T07:24:03.292Z | Downloaded tough v0.19.0 |
799 | 2024-12-17T07:24:03.301Z | Downloaded ghash v0.5.1 |
800 | 2024-12-17T07:24:03.304Z | Downloaded foreign-types v0.3.2 |
801 | 2024-12-17T07:24:03.304Z | Downloaded openssl v0.10.66 |
802 | 2024-12-17T07:24:03.315Z | Downloaded enum-as-inner v0.5.1 |
803 | 2024-12-17T07:24:03.317Z | Downloaded secrecy v0.8.0 |
804 | 2024-12-17T07:24:03.320Z | Downloaded powerfmt v0.2.0 |
805 | 2024-12-17T07:24:03.320Z | Downloaded scrypt v0.11.0 |
806 | 2024-12-17T07:24:03.323Z | Downloaded time-macros v0.2.18 |
807 | 2024-12-17T07:24:03.325Z | Downloaded dropshot_endpoint v0.12.0 |
808 | 2024-12-17T07:24:03.328Z | Downloaded topological-sort v0.2.2 |
809 | 2024-12-17T07:24:03.331Z | Downloaded tap v1.0.1 |
810 | 2024-12-17T07:24:03.331Z | Downloaded toolchain_find v0.4.0 |
811 | 2024-12-17T07:24:03.333Z | Downloaded salty v0.3.0 |
812 | 2024-12-17T07:24:03.339Z | Downloaded which v4.4.2 |
813 | 2024-12-17T07:24:03.341Z | Downloaded rustls-webpki v0.102.8 |
814 | 2024-12-17T07:24:03.361Z | Downloaded xattr v1.3.1 |
815 | 2024-12-17T07:24:03.363Z | Downloaded structmeta-derive v0.3.0 |
816 | 2024-12-17T07:24:03.366Z | Downloaded ron v0.7.1 |
817 | 2024-12-17T07:24:03.369Z | Downloaded whoami v1.5.2 |
818 | 2024-12-17T07:24:03.372Z | Downloaded ref-cast-impl v1.0.23 |
819 | 2024-12-17T07:24:03.374Z | Downloaded ref-cast v1.0.23 |
820 | 2024-12-17T07:24:03.377Z | Downloaded wait-timeout v0.2.0 |
821 | 2024-12-17T07:24:03.377Z | Downloaded vte_generate_state_changes v0.1.2 |
822 | 2024-12-17T07:24:03.379Z | Downloaded xz2 v0.1.7 |
823 | 2024-12-17T07:24:03.382Z | Downloaded rustls-pemfile v2.2.0 |
824 | 2024-12-17T07:24:03.385Z | Downloaded strum_macros v0.24.3 |
825 | 2024-12-17T07:24:03.385Z | Downloaded dirs-next v2.0.0 |
826 | 2024-12-17T07:24:03.387Z | Downloaded diff v0.1.13 |
827 | 2024-12-17T07:24:03.390Z | Downloaded omicron-zone-package v0.11.1 |
828 | 2024-12-17T07:24:03.392Z | Downloaded rustls-webpki v0.101.7 |
829 | 2024-12-17T07:24:03.408Z | Downloaded olpc-cjson v0.1.4 |
830 | 2024-12-17T07:24:03.410Z | Downloaded num-bigint-dig v0.8.4 |
831 | 2024-12-17T07:24:03.414Z | Downloaded fixedbitset v0.4.2 |
832 | 2024-12-17T07:24:03.416Z | Downloaded time-core v0.1.2 |
833 | 2024-12-17T07:24:03.418Z | Downloaded filetime v0.2.25 |
834 | 2024-12-17T07:24:03.418Z | Downloaded phf v0.11.2 |
835 | 2024-12-17T07:24:03.421Z | Downloaded object v0.36.5 |
836 | 2024-12-17T07:24:03.432Z | Downloaded parse-zoneinfo v0.3.1 |
837 | 2024-12-17T07:24:03.435Z | Downloaded futures-task v0.3.31 |
838 | 2024-12-17T07:24:03.437Z | Downloaded flate2 v1.0.34 |
839 | 2024-12-17T07:24:03.443Z | Downloaded object v0.30.4 |
840 | 2024-12-17T07:24:03.455Z | Downloaded term v0.7.0 |
841 | 2024-12-17T07:24:03.458Z | Downloaded pkcs8 v0.10.2 |
842 | 2024-12-17T07:24:03.461Z | Downloaded difflib v0.4.0 |
843 | 2024-12-17T07:24:03.464Z | Downloaded zip v0.6.6 |
844 | 2024-12-17T07:24:03.466Z | Downloaded zeroize v1.8.1 |
845 | 2024-12-17T07:24:03.469Z | Downloaded tokio-macros v2.4.0 |
846 | 2024-12-17T07:24:03.471Z | Downloaded num v0.4.3 |
847 | 2024-12-17T07:24:03.471Z | Downloaded normalize-line-endings v0.3.0 |
848 | 2024-12-17T07:24:03.472Z | Downloaded newtype-uuid v1.1.3 |
849 | 2024-12-17T07:24:03.474Z | Downloaded getrandom v0.2.15 |
850 | 2024-12-17T07:24:03.476Z | Downloaded ppv-lite86 v0.2.20 |
851 | 2024-12-17T07:24:03.479Z | Downloaded vergen v8.3.2 |
852 | 2024-12-17T07:24:03.481Z | Downloaded url v2.5.3 |
853 | 2024-12-17T07:24:03.484Z | Downloaded shell-words v1.1.0 |
854 | 2024-12-17T07:24:03.486Z | Downloaded tokio-rustls v0.25.0 |
855 | 2024-12-17T07:24:03.489Z | Downloaded rustyline v14.0.0 |
856 | 2024-12-17T07:24:03.492Z | Downloaded peg-macros v0.8.4 |
857 | 2024-12-17T07:24:03.495Z | Downloaded thiserror-no-std v2.0.2 |
858 | 2024-12-17T07:24:03.498Z | Downloaded thiserror-impl-no-std v2.0.2 |
859 | 2024-12-17T07:24:03.501Z | Downloaded rand_chacha v0.3.1 |
860 | 2024-12-17T07:24:03.503Z | Downloaded ssh-cipher v0.2.0 |
861 | 2024-12-17T07:24:03.503Z | Downloaded structmeta v0.3.0 |
862 | 2024-12-17T07:24:03.503Z | Downloaded salsa20 v0.10.2 |
863 | 2024-12-17T07:24:03.506Z | Downloaded gimli v0.31.1 |
864 | 2024-12-17T07:24:03.512Z | Downloaded rustc_version v0.4.1 |
865 | 2024-12-17T07:24:03.515Z | Downloaded foreign-types v0.5.0 |
866 | 2024-12-17T07:24:03.515Z | Downloaded zip v2.1.3 |
867 | 2024-12-17T07:24:03.519Z | Downloaded rayon v1.10.0 |
868 | 2024-12-17T07:24:03.528Z | Downloaded siphasher v0.3.11 |
869 | 2024-12-17T07:24:03.531Z | Downloaded vsss-rs v3.3.4 |
870 | 2024-12-17T07:24:03.533Z | Downloaded pbkdf2 v0.12.2 |
871 | 2024-12-17T07:24:03.535Z | Downloaded password-hash v0.5.0 |
872 | 2024-12-17T07:24:03.535Z | Downloaded nom v7.1.3 |
873 | 2024-12-17T07:24:03.541Z | Downloaded password-hash v0.4.2 |
874 | 2024-12-17T07:24:03.544Z | Downloaded nibble_vec v0.1.0 |
875 | 2024-12-17T07:24:03.547Z | Downloaded float-ord v0.3.2 |
876 | 2024-12-17T07:24:03.547Z | Downloaded flagset v0.4.6 |
877 | 2024-12-17T07:24:03.550Z | Downloaded rustls v0.23.19 |
878 | 2024-12-17T07:24:03.559Z | Downloaded futures-macro v0.3.31 |
879 | 2024-12-17T07:24:03.561Z | Downloaded futures-channel v0.3.31 |
880 | 2024-12-17T07:24:03.564Z | Downloaded fs_extra v1.3.0 |
881 | 2024-12-17T07:24:03.566Z | Downloaded foldhash v0.1.3 |
882 | 2024-12-17T07:24:03.566Z | Downloaded rand v0.8.5 |
883 | 2024-12-17T07:24:03.569Z | Downloaded parse-size v1.1.0 |
884 | 2024-12-17T07:24:03.571Z | Downloaded newtype_derive v0.1.6 |
885 | 2024-12-17T07:24:03.574Z | Downloaded sqlparser v0.45.0 |
886 | 2024-12-17T07:24:03.577Z | Downloaded subprocess v0.2.9 |
887 | 2024-12-17T07:24:03.580Z | Downloaded pretty-hex v0.2.1 |
888 | 2024-12-17T07:24:03.583Z | Downloaded primeorder v0.13.6 |
889 | 2024-12-17T07:24:03.583Z | Downloaded predicates-tree v1.0.11 |
890 | 2024-12-17T07:24:03.585Z | Downloaded prettyplease v0.2.25 |
891 | 2024-12-17T07:24:03.589Z | Downloaded nanorand v0.7.0 |
892 | 2024-12-17T07:24:03.591Z | Downloaded hash32 v0.2.1 |
893 | 2024-12-17T07:24:03.591Z | Downloaded zone_cfg_derive v0.1.2 |
894 | 2024-12-17T07:24:03.591Z | Downloaded zone v0.3.0 |
895 | 2024-12-17T07:24:03.593Z | Downloaded zone v0.1.8 |
896 | 2024-12-17T07:24:03.593Z | Downloaded futures v0.3.31 |
897 | 2024-12-17T07:24:03.597Z | Downloaded test-strategy v0.3.1 |
898 | 2024-12-17T07:24:03.601Z | Downloaded termios v0.3.3 |
899 | 2024-12-17T07:24:03.603Z | Downloaded nix v0.29.0 |
900 | 2024-12-17T07:24:03.614Z | Downloaded futures-sink v0.3.31 |
901 | 2024-12-17T07:24:03.616Z | Downloaded time v0.3.36 |
902 | 2024-12-17T07:24:03.622Z | Downloaded thread_local v1.1.8 |
903 | 2024-12-17T07:24:03.624Z | Downloaded newline-converter v0.3.0 |
904 | 2024-12-17T07:24:03.624Z | Downloaded git2 v0.19.0 |
905 | 2024-12-17T07:24:03.632Z | Downloaded futures-util v0.3.31 |
906 | 2024-12-17T07:24:03.645Z | Downloaded rustls v0.22.4 |
907 | 2024-12-17T07:24:03.659Z | Downloaded ratatui v0.28.1 |
908 | 2024-12-17T07:24:03.679Z | Downloaded structmeta-derive v0.2.0 |
909 | 2024-12-17T07:24:03.681Z | Downloaded semver v0.1.20 |
910 | 2024-12-17T07:24:03.681Z | Downloaded rustls v0.21.12 |
911 | 2024-12-17T07:24:03.692Z | Downloaded russh v0.45.0 |
912 | 2024-12-17T07:24:03.697Z | Downloaded predicates-core v1.0.8 |
913 | 2024-12-17T07:24:03.699Z | Downloaded predicates v3.1.2 |
914 | 2024-12-17T07:24:03.702Z | Downloaded strum v0.26.3 |
915 | 2024-12-17T07:24:03.702Z | Downloaded sled v0.34.7 |
916 | 2024-12-17T07:24:03.712Z | Downloaded num-bigint v0.4.6 |
917 | 2024-12-17T07:24:03.717Z | Downloaded openapiv3 v2.0.0 |
918 | 2024-12-17T07:24:03.730Z | Downloaded petgraph v0.6.5 |
919 | 2024-12-17T07:24:03.748Z | Downloaded russh-cryptovec v0.7.3 |
920 | 2024-12-17T07:24:03.751Z | Downloaded postgres-types v0.2.8 |
921 | 2024-12-17T07:24:03.754Z | Downloaded petname v2.0.2 |
922 | 2024-12-17T07:24:03.757Z | Downloaded encoding_rs v0.8.34 |
923 | 2024-12-17T07:24:03.778Z | Downloaded diesel-dtrace v0.4.2 |
924 | 2024-12-17T07:24:03.782Z | Downloaded tokio-postgres v0.7.12 |
925 | 2024-12-17T07:24:03.785Z | Downloaded serde-big-array v0.5.1 |
926 | 2024-12-17T07:24:03.787Z | Downloaded diesel_derives v2.2.3 |
927 | 2024-12-17T07:24:03.790Z | Downloaded x509-cert v0.2.5 |
928 | 2024-12-17T07:24:03.796Z | Downloaded rustfmt-wrapper v0.2.1 |
929 | 2024-12-17T07:24:03.799Z | Downloaded nix v0.28.0 |
930 | 2024-12-17T07:24:03.809Z | Downloaded waitgroup v0.1.2 |
931 | 2024-12-17T07:24:03.812Z | Downloaded strip-ansi-escapes v0.2.0 |
932 | 2024-12-17T07:24:03.812Z | Downloaded sqlparser_derive v0.2.2 |
933 | 2024-12-17T07:24:03.812Z | Downloaded slog-scope v4.4.0 |
934 | 2024-12-17T07:24:03.815Z | Downloaded slog-async v2.8.0 |
935 | 2024-12-17T07:24:03.815Z | Downloaded slog v2.7.0 |
936 | 2024-12-17T07:24:03.817Z | Downloaded rustc_version v0.1.7 |
937 | 2024-12-17T07:24:03.820Z | Downloaded rusqlite v0.32.1 |
938 | 2024-12-17T07:24:03.824Z | Downloaded dhcproto-macros v0.1.0 |
939 | 2024-12-17T07:24:03.826Z | Downloaded dropshot v0.15.1 |
940 | 2024-12-17T07:24:03.847Z | Downloaded dropshot v0.12.0 |
941 | 2024-12-17T07:24:03.868Z | Downloaded structmeta v0.2.0 |
942 | 2024-12-17T07:24:03.871Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
943 | 2024-12-17T07:24:03.928Z | Downloaded tokio v1.42.0 |
944 | 2024-12-17T07:24:03.968Z | Downloaded radium v0.7.0 |
945 | 2024-12-17T07:24:03.971Z | Downloaded rtoolbox v0.0.2 |
946 | 2024-12-17T07:24:03.971Z | Downloaded peg v0.8.4 |
947 | 2024-12-17T07:24:03.976Z | Downloaded precomputed-hash v0.1.1 |
948 | 2024-12-17T07:24:03.976Z | Downloaded vte v0.11.1 |
949 | 2024-12-17T07:24:03.979Z | Downloaded diesel v2.2.6 |
950 | 2024-12-17T07:24:03.996Z | Downloaded wyz v0.5.1 |
951 | 2024-12-17T07:24:03.998Z | Downloaded write16 v1.0.0 |
952 | 2024-12-17T07:24:03.999Z | Downloaded oso-derive v0.27.3 |
953 | 2024-12-17T07:24:04.001Z | Downloaded oso v0.27.3 |
954 | 2024-12-17T07:24:04.004Z | Downloaded dropshot_endpoint v0.15.1 |
955 | 2024-12-17T07:24:04.006Z | Downloaded smoltcp v0.11.0 |
956 | 2024-12-17T07:24:04.018Z | Downloaded smoltcp v0.9.1 |
957 | 2024-12-17T07:24:04.028Z | Downloaded winnow v0.5.40 |
958 | 2024-12-17T07:24:04.037Z | Downloaded tiny-keccak v2.0.2 |
959 | 2024-12-17T07:24:04.042Z | Downloaded trust-dns-proto v0.22.0 |
960 | 2024-12-17T07:24:04.052Z | Downloaded schemars_derive v0.8.21 |
961 | 2024-12-17T07:24:04.055Z | Downloaded publicsuffix v2.2.3 |
962 | 2024-12-17T07:24:04.057Z | Downloaded progenitor-impl v0.8.0 |
963 | 2024-12-17T07:24:04.060Z | Downloaded progenitor v0.8.0 |
964 | 2024-12-17T07:24:04.060Z | Downloaded postcard v1.0.10 |
965 | 2024-12-17T07:24:04.063Z | Downloaded endian-type v0.1.2 |
966 | 2024-12-17T07:24:04.063Z | Downloaded embedded-io v0.4.0 |
967 | 2024-12-17T07:24:04.065Z | Downloaded ed25519-dalek v2.1.1 |
968 | 2024-12-17T07:24:04.068Z | Downloaded dsl_auto_type v0.1.2 |
969 | 2024-12-17T07:24:04.071Z | Downloaded ecdsa v0.16.9 |
970 | 2024-12-17T07:24:04.074Z | Downloaded sha3 v0.10.8 |
971 | 2024-12-17T07:24:04.078Z | Downloaded zerocopy v0.6.6 |
972 | 2024-12-17T07:24:04.081Z | Downloaded zone_cfg_derive v0.3.0 |
973 | 2024-12-17T07:24:04.083Z | Downloaded p521 v0.13.3 |
974 | 2024-12-17T07:24:04.087Z | Downloaded smf v0.2.3 |
975 | 2024-12-17T07:24:04.087Z | Downloaded slog-term v2.9.1 |
976 | 2024-12-17T07:24:04.089Z | Downloaded slog-stdlog v4.1.1 |
977 | 2024-12-17T07:24:04.092Z | Downloaded rayon-core v1.12.1 |
978 | 2024-12-17T07:24:04.095Z | Downloaded parking_lot v0.11.2 |
979 | 2024-12-17T07:24:04.097Z | Downloaded packed_struct_codegen v0.10.1 |
980 | 2024-12-17T07:24:04.097Z | Downloaded strum_macros v0.26.4 |
981 | 2024-12-17T07:24:04.099Z | Downloaded stringprep v0.1.5 |
982 | 2024-12-17T07:24:04.102Z | Downloaded ssh-encoding v0.2.0 |
983 | 2024-12-17T07:24:04.102Z | Downloaded tungstenite v0.23.0 |
984 | 2024-12-17T07:24:04.105Z | Downloaded zerocopy-derive v0.6.6 |
985 | 2024-12-17T07:24:04.115Z | Downloaded pkg-config v0.3.31 |
986 | 2024-12-17T07:24:04.118Z | Downloaded pbkdf2 v0.11.0 |
987 | 2024-12-17T07:24:04.120Z | Downloaded paste v1.0.15 |
988 | 2024-12-17T07:24:04.122Z | Downloaded pkcs5 v0.7.1 |
989 | 2024-12-17T07:24:04.125Z | Downloaded packed_struct v0.10.1 |
990 | 2024-12-17T07:24:04.128Z | Downloaded regress v0.10.1 |
991 | 2024-12-17T07:24:04.135Z | Downloaded regress v0.9.1 |
992 | 2024-12-17T07:24:04.144Z | Downloaded num-complex v0.4.6 |
993 | 2024-12-17T07:24:04.147Z | Downloaded tungstenite v0.21.0 |
994 | 2024-12-17T07:24:04.151Z | Downloaded tui-tree-widget v0.22.0 |
995 | 2024-12-17T07:24:04.154Z | Downloaded tokio-tungstenite v0.21.0 |
996 | 2024-12-17T07:24:04.156Z | Downloaded snafu-derive v0.8.5 |
997 | 2024-12-17T07:24:04.156Z | Downloaded slog-json v2.6.1 |
998 | 2024-12-17T07:24:04.159Z | Downloaded slog-dtrace v0.3.0 |
999 | 2024-12-17T07:24:04.159Z | Downloaded csv v1.3.0 |
1000 | 2024-12-17T07:24:04.179Z | Downloaded multer v3.1.0 |
1001 | 2024-12-17T07:24:04.181Z | Downloaded mockall_derive v0.13.0 |
1002 | 2024-12-17T07:24:04.184Z | Downloaded mirai-annotations v1.12.0 |
1003 | 2024-12-17T07:24:04.186Z | Downloaded headers-core v0.3.0 |
1004 | 2024-12-17T07:24:04.186Z | Downloaded des v0.8.1 |
1005 | 2024-12-17T07:24:04.189Z | Downloaded derive_builder_macro v0.20.2 |
1006 | 2024-12-17T07:24:04.189Z | Downloaded derive_builder_core v0.20.2 |
1007 | 2024-12-17T07:24:04.191Z | Downloaded derive_builder v0.20.2 |
1008 | 2024-12-17T07:24:04.195Z | Downloaded spin v0.5.2 |
1009 | 2024-12-17T07:24:04.195Z | Downloaded regex-syntax v0.8.5 |
1010 | 2024-12-17T07:24:04.206Z | Downloaded pin-project-lite v0.2.14 |
1011 | 2024-12-17T07:24:04.209Z | Downloaded phf_codegen v0.11.2 |
1012 | 2024-12-17T07:24:04.215Z | Downloaded mockall v0.13.0 |
1013 | 2024-12-17T07:24:04.215Z | Downloaded gethostname v0.5.0 |
1014 | 2024-12-17T07:24:04.215Z | Downloaded fxhash v0.2.1 |
1015 | 2024-12-17T07:24:04.217Z | Downloaded flume v0.11.1 |
1016 | 2024-12-17T07:24:04.217Z | Downloaded display-error-chain v0.2.2 |
1017 | 2024-12-17T07:24:04.217Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1018 | 2024-12-17T07:24:04.220Z | Downloaded zerocopy-derive v0.8.10 |
1019 | 2024-12-17T07:24:04.223Z | Downloaded zerocopy v0.8.10 |
1020 | 2024-12-17T07:24:04.248Z | Downloaded chrono-tz v0.10.0 |
1021 | 2024-12-17T07:24:04.255Z | Downloaded yasna v0.5.2 |
1022 | 2024-12-17T07:24:04.257Z | Downloaded webpki-roots v0.26.6 |
1023 | 2024-12-17T07:24:04.260Z | Downloaded unarray v0.1.4 |
1024 | 2024-12-17T07:24:04.264Z | Downloaded typify-macro v0.2.0 |
1025 | 2024-12-17T07:24:04.264Z | Downloaded typify v0.2.0 |
1026 | 2024-12-17T07:24:04.268Z | Downloaded typed-path v0.9.3 |
1027 | 2024-12-17T07:24:04.272Z | Downloaded tokio-tungstenite v0.23.1 |
1028 | 2024-12-17T07:24:04.276Z | Downloaded take_mut v0.2.2 |
1029 | 2024-12-17T07:24:04.276Z | Downloaded sync-ptr v0.1.1 |
1030 | 2024-12-17T07:24:04.279Z | Downloaded steno v0.4.1 |
1031 | 2024-12-17T07:24:04.281Z | Downloaded serde_plain v1.0.2 |
1032 | 2024-12-17T07:24:04.281Z | Downloaded form_urlencoded v1.2.1 |
1033 | 2024-12-17T07:24:04.283Z | Downloaded foreign-types-shared v0.3.1 |
1034 | 2024-12-17T07:24:04.283Z | Downloaded foreign-types-macros v0.2.3 |
1035 | 2024-12-17T07:24:04.283Z | Downloaded float-cmp v0.9.0 |
1036 | 2024-12-17T07:24:04.287Z | Downloaded data-encoding v2.6.0 |
1037 | 2024-12-17T07:24:04.287Z | Downloaded tracing-core v0.1.32 |
1038 | 2024-12-17T07:24:04.290Z | Downloaded rusty-fork v0.3.0 |
1039 | 2024-12-17T07:24:04.290Z | Downloaded rustversion v1.0.17 |
1040 | 2024-12-17T07:24:04.293Z | Downloaded russh-keys v0.45.0 |
1041 | 2024-12-17T07:24:04.296Z | Downloaded reedline v0.35.0 |
1042 | 2024-12-17T07:24:04.302Z | Downloaded rcgen v0.12.1 |
1043 | 2024-12-17T07:24:04.304Z | Downloaded ssh-key v0.6.6 |
1044 | 2024-12-17T07:24:04.311Z | Downloaded progenitor-client v0.8.0 |
1045 | 2024-12-17T07:24:04.314Z | Downloaded ring v0.17.8 |
1046 | 2024-12-17T07:24:04.382Z | Downloaded poly1305 v0.8.0 |
1047 | 2024-12-17T07:24:04.385Z | Downloaded parse-display-derive v0.10.0 |
1048 | 2024-12-17T07:24:04.387Z | Downloaded parse-display v0.10.0 |
1049 | 2024-12-17T07:24:04.387Z | Downloaded p256 v0.13.2 |
1050 | 2024-12-17T07:24:04.390Z | Downloaded num_threads v0.1.7 |
1051 | 2024-12-17T07:24:04.392Z | Downloaded num_enum_derive v0.5.11 |
1052 | 2024-12-17T07:24:04.392Z | Downloaded num_enum v0.5.11 |
1053 | 2024-12-17T07:24:04.396Z | Downloaded env_logger v0.10.2 |
1054 | 2024-12-17T07:24:04.399Z | Downloaded enum-as-inner v0.6.1 |
1055 | 2024-12-17T07:24:04.402Z | Downloaded unicode-truncate v1.1.0 |
1056 | 2024-12-17T07:24:04.404Z | Downloaded smallvec v0.6.14 |
1057 | 2024-12-17T07:24:04.404Z | Downloaded slog-envlogger v2.2.0 |
1058 | 2024-12-17T07:24:04.407Z | Downloaded quick-xml v0.33.0 |
1059 | 2024-12-17T07:24:04.411Z | Downloaded socket2 v0.5.7 |
1060 | 2024-12-17T07:24:04.414Z | Downloaded rustc-hash v1.1.0 |
1061 | 2024-12-17T07:24:04.416Z | Downloaded rpassword v7.3.1 |
1062 | 2024-12-17T07:24:04.416Z | Downloaded unicode-segmentation v1.12.0 |
1063 | 2024-12-17T07:24:04.419Z | Downloaded try-lock v0.2.5 |
1064 | 2024-12-17T07:24:04.421Z | Downloaded tokio-rustls v0.24.1 |
1065 | 2024-12-17T07:24:04.424Z | Downloaded tinystr v0.7.6 |
1066 | 2024-12-17T07:24:04.426Z | Downloaded synstructure v0.13.1 |
1067 | 2024-12-17T07:24:04.426Z | Downloaded sync_wrapper v1.0.1 |
1068 | 2024-12-17T07:24:04.426Z | Downloaded static_assertions v1.1.0 |
1069 | 2024-12-17T07:24:04.428Z | Downloaded serde_urlencoded v0.7.1 |
1070 | 2024-12-17T07:24:04.432Z | Downloaded sct v0.7.1 |
1071 | 2024-12-17T07:24:04.437Z | Downloaded mime_guess v2.0.5 |
1072 | 2024-12-17T07:24:04.437Z | Downloaded libefi-sys v0.1.0 |
1073 | 2024-12-17T07:24:04.437Z | Downloaded hostname v0.3.1 |
1074 | 2024-12-17T07:24:04.441Z | Downloaded sec1 v0.7.3 |
1075 | 2024-12-17T07:24:04.441Z | Downloaded rustls-pemfile v1.0.4 |
1076 | 2024-12-17T07:24:04.441Z | Downloaded rustc-demangle v0.1.24 |
1077 | 2024-12-17T07:24:04.444Z | Downloaded managed v0.8.0 |
1078 | 2024-12-17T07:24:04.444Z | Downloaded lru-cache v0.1.2 |
1079 | 2024-12-17T07:24:04.444Z | Downloaded lockfree-object-pool v0.1.6 |
1080 | 2024-12-17T07:24:04.446Z | Downloaded linear-map v1.2.0 |
1081 | 2024-12-17T07:24:04.448Z | Downloaded libxml v0.3.3 |
1082 | 2024-12-17T07:24:04.452Z | Downloaded libsw v3.3.1 |
1083 | 2024-12-17T07:24:04.455Z | Downloaded idna v0.4.0 |
1084 | 2024-12-17T07:24:04.461Z | Downloaded idna v0.2.3 |
1085 | 2024-12-17T07:24:04.468Z | Downloaded memmap2 v0.9.5 |
1086 | 2024-12-17T07:24:04.470Z | Downloaded md-5 v0.10.6 |
1087 | 2024-12-17T07:24:04.472Z | Downloaded hyper-util v0.1.10 |
1088 | 2024-12-17T07:24:04.475Z | Downloaded match_cfg v0.1.0 |
1089 | 2024-12-17T07:24:04.483Z | Downloaded indicatif v0.17.9 |
1090 | 2024-12-17T07:24:04.487Z | Downloaded indent_write v2.2.0 |
1091 | 2024-12-17T07:24:04.487Z | Downloaded hyper-staticfile v0.10.1 |
1092 | 2024-12-17T07:24:04.487Z | Downloaded hubpack_derive v0.1.1 |
1093 | 2024-12-17T07:24:04.487Z | Downloaded http-range v0.1.5 |
1094 | 2024-12-17T07:24:04.487Z | Downloaded hostname v0.4.0 |
1095 | 2024-12-17T07:24:04.487Z | Downloaded highway v1.2.0 |
1096 | 2024-12-17T07:24:04.489Z | Downloaded hickory-server v0.24.1 |
1097 | 2024-12-17T07:24:04.498Z | Downloaded hickory-resolver v0.24.1 |
1098 | 2024-12-17T07:24:04.498Z | Downloaded heapless v0.8.0 |
1099 | 2024-12-17T07:24:04.501Z | Downloaded bitfield v0.14.0 |
1100 | 2024-12-17T07:24:04.503Z | Downloaded bindgen v0.69.5 |
1101 | 2024-12-17T07:24:04.509Z | Downloaded linked-hash-map v0.5.6 |
1102 | 2024-12-17T07:24:04.511Z | Downloaded indexmap v1.9.3 |
1103 | 2024-12-17T07:24:04.514Z | Downloaded icu_locid v1.5.0 |
1104 | 2024-12-17T07:24:04.517Z | Downloaded hkdf v0.12.4 |
1105 | 2024-12-17T07:24:04.520Z | Downloaded ipnet v2.10.1 |
1106 | 2024-12-17T07:24:04.522Z | Downloaded jobserver v0.1.32 |
1107 | 2024-12-17T07:24:04.526Z | Downloaded icu_locid_transform_data v1.5.0 |
1108 | 2024-12-17T07:24:04.526Z | Downloaded inout v0.1.3 |
1109 | 2024-12-17T07:24:04.528Z | Downloaded icu_locid_transform v1.5.0 |
1110 | 2024-12-17T07:24:04.528Z | Downloaded hmac v0.12.1 |
1111 | 2024-12-17T07:24:04.530Z | Downloaded darling v0.20.10 |
1112 | 2024-12-17T07:24:04.534Z | Downloaded hyper-tls v0.6.0 |
1113 | 2024-12-17T07:24:04.537Z | Downloaded hyper-rustls v0.27.3 |
1114 | 2024-12-17T07:24:04.540Z | Downloaded bitvec v1.0.1 |
1115 | 2024-12-17T07:24:04.552Z | Downloaded http-body-util v0.1.2 |
1116 | 2024-12-17T07:24:04.557Z | Downloaded http-body v1.0.1 |
1117 | 2024-12-17T07:24:04.557Z | Downloaded home v0.5.9 |
1118 | 2024-12-17T07:24:04.559Z | Downloaded arc-swap v1.7.1 |
1119 | 2024-12-17T07:24:04.559Z | Downloaded allocator-api2 v0.2.18 |
1120 | 2024-12-17T07:24:04.562Z | Downloaded hex-literal v0.4.1 |
1121 | 2024-12-17T07:24:04.564Z | Downloaded crossbeam-deque v0.8.5 |
1122 | 2024-12-17T07:24:04.566Z | Downloaded convert_case v0.4.0 |
1123 | 2024-12-17T07:24:04.566Z | Downloaded colored v2.1.0 |
1124 | 2024-12-17T07:24:04.569Z | Downloaded cmake v0.1.51 |
1125 | 2024-12-17T07:24:04.569Z | Downloaded cipher v0.4.4 |
1126 | 2024-12-17T07:24:04.572Z | Downloaded ciborium-ll v0.2.2 |
1127 | 2024-12-17T07:24:04.572Z | Downloaded ciborium-io v0.2.2 |
1128 | 2024-12-17T07:24:04.572Z | Downloaded cfg_aliases v0.2.1 |
1129 | 2024-12-17T07:24:04.575Z | Downloaded base64ct v1.6.0 |
1130 | 2024-12-17T07:24:04.575Z | Downloaded ahash v0.8.11 |
1131 | 2024-12-17T07:24:04.578Z | Downloaded bitflags v1.3.2 |
1132 | 2024-12-17T07:24:04.581Z | Downloaded arrayvec v0.7.6 |
1133 | 2024-12-17T07:24:04.584Z | Downloaded async-stream v0.3.6 |
1134 | 2024-12-17T07:24:04.584Z | Downloaded async-stream-impl v0.3.6 |
1135 | 2024-12-17T07:24:04.586Z | Downloaded aead v0.5.2 |
1136 | 2024-12-17T07:24:04.586Z | Downloaded adler2 v2.0.0 |
1137 | 2024-12-17T07:24:04.589Z | Downloaded addr2line v0.24.2 |
1138 | 2024-12-17T07:24:04.589Z | Downloaded bcs v0.1.6 |
1139 | 2024-12-17T07:24:04.591Z | Downloaded bitfield-struct v0.6.2 |
1140 | 2024-12-17T07:24:04.604Z | Downloaded ring v0.16.20 |
1141 | 2024-12-17T07:24:04.696Z | Downloaded aws-lc-sys v0.22.0 |
1142 | 2024-12-17T07:24:04.930Z | Downloaded libsqlite3-sys v0.30.1 |
1143 | 2024-12-17T07:24:05.167Z | Compiling serde v1.0.215 |
1144 | 2024-12-17T07:24:05.170Z | Compiling lock_api v0.4.12 |
1145 | 2024-12-17T07:24:05.170Z | Compiling scopeguard v1.2.0 |
1146 | 2024-12-17T07:24:05.170Z | Compiling value-bag v1.9.0 |
1147 | 2024-12-17T07:24:05.170Z | Compiling typenum v1.17.0 |
1148 | 2024-12-17T07:24:05.170Z | Compiling generic-array v0.14.7 |
1149 | 2024-12-17T07:24:05.170Z | Compiling syn v2.0.90 |
1150 | 2024-12-17T07:24:05.170Z | Compiling getrandom v0.2.15 |
1151 | 2024-12-17T07:24:05.443Z | Compiling shlex v1.3.0 |
1152 | 2024-12-17T07:24:05.628Z | Compiling rand_core v0.6.4 |
1153 | 2024-12-17T07:24:05.848Z | Compiling log v0.4.22 |
1154 | 2024-12-17T07:24:05.851Z | Compiling subtle v2.6.1 |
1155 | 2024-12-17T07:24:05.933Z | Compiling jobserver v0.1.32 |
1156 | 2024-12-17T07:24:05.976Z | Compiling smallvec v1.13.2 |
1157 | 2024-12-17T07:24:06.212Z | Compiling const-oid v0.9.6 |
1158 | 2024-12-17T07:24:06.250Z | Compiling pin-project-lite v0.2.14 |
1159 | 2024-12-17T07:24:06.347Z | Compiling cc v1.1.30 |
1160 | 2024-12-17T07:24:06.385Z | Compiling spin v0.9.8 |
1161 | 2024-12-17T07:24:06.410Z | Compiling rustix v0.38.37 |
1162 | 2024-12-17T07:24:06.762Z | Compiling parking_lot_core v0.9.10 |
1163 | 2024-12-17T07:24:06.808Z | Compiling futures-core v0.3.31 |
1164 | 2024-12-17T07:24:06.932Z | Compiling signal-hook-registry v1.4.2 |
1165 | 2024-12-17T07:24:07.075Z | Compiling mio v1.0.2 |
1166 | 2024-12-17T07:24:07.332Z | Compiling aho-corasick v1.1.3 |
1167 | 2024-12-17T07:24:07.818Z | Compiling parking_lot v0.12.3 |
1168 | 2024-12-17T07:24:07.979Z | Compiling cpufeatures v0.2.14 |
1169 | 2024-12-17T07:24:08.091Z | Compiling regex-syntax v0.8.5 |
1170 | 2024-12-17T07:24:08.187Z | Compiling lazy_static v1.5.0 |
1171 | 2024-12-17T07:24:08.317Z | Compiling futures-sink v0.3.31 |
1172 | 2024-12-17T07:24:08.337Z | Compiling stable_deref_trait v1.2.0 |
1173 | 2024-12-17T07:24:08.339Z | Compiling either v1.13.0 |
1174 | 2024-12-17T07:24:08.444Z | Compiling glob v0.3.1 |
1175 | 2024-12-17T07:24:08.465Z | Compiling socket2 v0.5.7 |
1176 | 2024-12-17T07:24:08.822Z | Compiling slab v0.4.9 |
1177 | 2024-12-17T07:24:08.852Z | Compiling prettyplease v0.2.25 |
1178 | 2024-12-17T07:24:09.211Z | Compiling minimal-lexical v0.2.1 |
1179 | 2024-12-17T07:24:09.449Z | Compiling libloading v0.8.5 |
1180 | 2024-12-17T07:24:09.469Z | Compiling clang-sys v1.8.1 |
1181 | 2024-12-17T07:24:09.595Z | Compiling bindgen v0.69.5 |
1182 | 2024-12-17T07:24:09.739Z | Compiling nom v7.1.3 |
1183 | 2024-12-17T07:24:09.875Z | Compiling serde_json v1.0.133 |
1184 | 2024-12-17T07:24:10.216Z | Compiling home v0.5.9 |
1185 | 2024-12-17T07:24:10.456Z | Compiling itertools v0.10.5 |
1186 | 2024-12-17T07:24:10.494Z | Compiling futures-channel v0.3.31 |
1187 | 2024-12-17T07:24:10.866Z | Compiling rustc-hash v1.1.0 |
1188 | 2024-12-17T07:24:10.902Z | Compiling futures-io v0.3.31 |
1189 | 2024-12-17T07:24:11.042Z | Compiling allocator-api2 v0.2.18 |
1190 | 2024-12-17T07:24:11.225Z | Compiling lazycell v1.3.0 |
1191 | 2024-12-17T07:24:11.405Z | Compiling pin-utils v0.1.0 |
1192 | 2024-12-17T07:24:11.508Z | Compiling futures-task v0.3.31 |
1193 | 2024-12-17T07:24:11.809Z | Compiling regex-automata v0.4.8 |
1194 | 2024-12-17T07:24:11.842Z | Compiling foldhash v0.1.3 |
1195 | 2024-12-17T07:24:12.161Z | Compiling hashbrown v0.15.1 |
1196 | 2024-12-17T07:24:13.174Z | Compiling synstructure v0.13.1 |
1197 | 2024-12-17T07:24:13.467Z | Compiling cexpr v0.6.0 |
1198 | 2024-12-17T07:24:13.506Z | Compiling cmake v0.1.51 |
1199 | 2024-12-17T07:24:14.546Z | Compiling fs_extra v1.3.0 |
1200 | 2024-12-17T07:24:14.910Z | Compiling libm v0.2.8 |
1201 | 2024-12-17T07:24:15.065Z | Compiling pkg-config v0.3.31 |
1202 | 2024-12-17T07:24:15.148Z | Compiling dunce v1.0.5 |
1203 | 2024-12-17T07:24:15.227Z | Compiling tinyvec_macros v0.1.1 |
1204 | 2024-12-17T07:24:15.307Z | Compiling tinyvec v1.8.0 |
1205 | 2024-12-17T07:24:15.310Z | Compiling num-traits v0.2.19 |
1206 | 2024-12-17T07:24:15.834Z | Compiling ring v0.17.8 |
1207 | 2024-12-17T07:24:16.513Z | Compiling base64ct v1.6.0 |
1208 | 2024-12-17T07:24:16.612Z | Compiling paste v1.0.15 |
1209 | 2024-12-17T07:24:16.738Z | Compiling writeable v0.5.5 |
1210 | 2024-12-17T07:24:16.829Z | Compiling unicode-normalization v0.1.24 |
1211 | 2024-12-17T07:24:16.969Z | Compiling unicode-bidi v0.3.17 |
1212 | 2024-12-17T07:24:17.074Z | Compiling litemap v0.7.3 |
1213 | 2024-12-17T07:24:17.331Z | Compiling regex v1.11.1 |
1214 | 2024-12-17T07:24:17.447Z | Compiling pem-rfc7468 v0.7.0 |
1215 | 2024-12-17T07:24:18.156Z | Compiling httparse v1.9.5 |
1216 | 2024-12-17T07:24:18.301Z | Compiling aws-lc-rs v1.10.0 |
1217 | 2024-12-17T07:24:18.426Z | Compiling flagset v0.4.6 |
1218 | 2024-12-17T07:24:18.759Z | Compiling tracing-core v0.1.32 |
1219 | 2024-12-17T07:24:18.982Z | Compiling rustls-pki-types v1.10.0 |
1220 | 2024-12-17T07:24:19.736Z | Compiling percent-encoding v2.3.1 |
1221 | 2024-12-17T07:24:19.896Z | Compiling icu_locid_transform_data v1.5.0 |
1222 | 2024-12-17T07:24:20.001Z | Compiling crossbeam-utils v0.8.20 |
1223 | 2024-12-17T07:24:20.123Z | Compiling untrusted v0.7.1 |
1224 | 2024-12-17T07:24:20.142Z | Compiling untrusted v0.9.0 |
1225 | 2024-12-17T07:24:20.305Z | Compiling icu_properties_data v1.5.0 |
1226 | 2024-12-17T07:24:20.322Z | Compiling num-conv v0.1.0 |
1227 | 2024-12-17T07:24:20.385Z | Compiling serde_derive v1.0.215 |
1228 | 2024-12-17T07:24:20.555Z | Compiling zeroize_derive v1.4.2 |
1229 | 2024-12-17T07:24:20.584Z | Compiling zerocopy-derive v0.7.35 |
1230 | 2024-12-17T07:24:20.602Z | Compiling tokio-macros v2.4.0 |
1231 | 2024-12-17T07:24:20.783Z | Compiling zerofrom-derive v0.1.4 |
1232 | 2024-12-17T07:24:22.099Z | Compiling zeroize v1.8.1 |
1233 | 2024-12-17T07:24:22.194Z | Compiling thiserror-impl v1.0.69 |
1234 | 2024-12-17T07:24:22.466Z | Compiling yoke-derive v0.7.4 |
1235 | 2024-12-17T07:24:22.765Z | Compiling zerocopy v0.7.35 |
1236 | 2024-12-17T07:24:22.950Z | Compiling zerovec-derive v0.10.3 |
1237 | 2024-12-17T07:24:23.813Z | Compiling crypto-common v0.1.6 |
1238 | 2024-12-17T07:24:24.061Z | Compiling block-buffer v0.10.4 |
1239 | 2024-12-17T07:24:24.330Z | Compiling digest v0.10.7 |
1240 | 2024-12-17T07:24:24.451Z | Compiling futures-macro v0.3.31 |
1241 | 2024-12-17T07:24:24.832Z | Compiling hmac v0.12.1 |
1242 | 2024-12-17T07:24:24.855Z | Compiling block-padding v0.3.3 |
1243 | 2024-12-17T07:24:25.000Z | Compiling zerofrom v0.1.4 |
1244 | 2024-12-17T07:24:25.131Z | Compiling displaydoc v0.2.5 |
1245 | 2024-12-17T07:24:25.151Z | Compiling inout v0.1.3 |
1246 | 2024-12-17T07:24:25.265Z | Compiling sha2 v0.10.8 |
1247 | 2024-12-17T07:24:25.435Z | Compiling cipher v0.4.4 |
1248 | 2024-12-17T07:24:25.623Z | Compiling thiserror v1.0.69 |
1249 | 2024-12-17T07:24:25.711Z | Compiling yoke v0.7.4 |
1250 | 2024-12-17T07:24:25.775Z | Compiling ppv-lite86 v0.2.20 |
1251 | 2024-12-17T07:24:25.826Z | Compiling icu_provider_macros v1.5.0 |
1252 | 2024-12-17T07:24:25.990Z | Compiling der_derive v0.7.3 |
1253 | 2024-12-17T07:24:26.093Z | Compiling zerovec v0.10.4 |
1254 | 2024-12-17T07:24:26.503Z | Compiling futures-util v0.3.31 |
1255 | 2024-12-17T07:24:26.661Z | Compiling rand_chacha v0.3.1 |
1256 | 2024-12-17T07:24:26.959Z | Compiling tracing-attributes v0.1.27 |
1257 | 2024-12-17T07:24:27.041Z | Compiling salsa20 v0.10.2 |
1258 | 2024-12-17T07:24:27.289Z | Compiling rand v0.8.5 |
1259 | 2024-12-17T07:24:28.393Z | Compiling tinystr v0.7.6 |
1260 | 2024-12-17T07:24:28.569Z | Compiling der v0.7.9 |
1261 | 2024-12-17T07:24:28.848Z | Compiling icu_locid v1.5.0 |
1262 | 2024-12-17T07:24:28.869Z | Compiling icu_collections v1.5.0 |
1263 | 2024-12-17T07:24:28.989Z | Compiling pest v2.7.14 |
1264 | 2024-12-17T07:24:29.604Z | Compiling pbkdf2 v0.12.2 |
1265 | 2024-12-17T07:24:29.811Z | Compiling mirai-annotations v1.12.0 |
1266 | 2024-12-17T07:24:30.014Z | Compiling time-core v0.1.2 |
1267 | 2024-12-17T07:24:30.233Z | Compiling icu_provider v1.5.0 |
1268 | 2024-12-17T07:24:30.373Z | Compiling powerfmt v0.2.0 |
1269 | 2024-12-17T07:24:30.775Z | Compiling spki v0.7.3 |
1270 | 2024-12-17T07:24:30.943Z | Compiling tracing v0.1.40 |
1271 | 2024-12-17T07:24:31.172Z | Compiling icu_locid_transform v1.5.0 |
1272 | 2024-12-17T07:24:31.320Z | Compiling vcpkg v0.2.15 |
1273 | 2024-12-17T07:24:31.355Z | Compiling deranged v0.3.11 |
1274 | 2024-12-17T07:24:31.482Z | Compiling time-macros v0.2.18 |
1275 | 2024-12-17T07:24:32.081Z | Compiling pest_meta v2.7.14 |
1276 | 2024-12-17T07:24:32.947Z | Compiling icu_properties v1.5.1 |
1277 | 2024-12-17T07:24:33.340Z | Compiling scrypt v0.11.0 |
1278 | 2024-12-17T07:24:33.461Z | Compiling aes v0.8.4 |
1279 | 2024-12-17T07:24:33.631Z | Compiling openssl-sys v0.9.103 |
1280 | 2024-12-17T07:24:33.908Z | Compiling cbc v0.1.2 |
1281 | 2024-12-17T07:24:34.149Z | Compiling scroll_derive v0.12.0 |
1282 | 2024-12-17T07:24:34.707Z | Compiling bitflags v2.6.0 |
1283 | 2024-12-17T07:24:34.799Z | Compiling bytes v1.8.0 |
1284 | 2024-12-17T07:24:35.713Z | Compiling indexmap v2.7.0 |
1285 | 2024-12-17T07:24:36.180Z | Compiling tokio v1.42.0 |
1286 | 2024-12-17T07:24:36.396Z | Compiling http v1.1.0 |
1287 | 2024-12-17T07:24:37.223Z | Compiling semver v1.0.23 |
1288 | 2024-12-17T07:24:37.275Z | Compiling num_threads v0.1.7 |
1289 | 2024-12-17T07:24:37.414Z | Compiling icu_normalizer_data v1.5.0 |
1290 | 2024-12-17T07:24:37.524Z | Compiling atomic-waker v1.1.2 |
1291 | 2024-12-17T07:24:37.724Z | Compiling rustc_version v0.4.1 |
1292 | 2024-12-17T07:24:37.767Z | Compiling utf8_iter v1.0.4 |
1293 | 2024-12-17T07:24:37.976Z | Compiling utf16_iter v1.0.5 |
1294 | 2024-12-17T07:24:38.024Z | Compiling write16 v1.0.0 |
1295 | 2024-12-17T07:24:38.060Z | Compiling http-body v1.0.1 |
1296 | 2024-12-17T07:24:38.161Z | Compiling icu_normalizer v1.5.0 |
1297 | 2024-12-17T07:24:38.180Z | Compiling time v0.3.36 |
1298 | 2024-12-17T07:24:38.235Z | Compiling scroll v0.12.0 |
1299 | 2024-12-17T07:24:38.401Z | Compiling pkcs5 v0.7.1 |
1300 | 2024-12-17T07:24:38.502Z | Compiling pest_generator v2.7.14 |
1301 | 2024-12-17T07:24:38.825Z | Compiling form_urlencoded v1.2.1 |
1302 | 2024-12-17T07:24:38.911Z | Compiling try-lock v0.2.5 |
1303 | 2024-12-17T07:24:39.067Z | Compiling slog v2.7.0 |
1304 | 2024-12-17T07:24:39.149Z | Compiling goblin v0.8.2 |
1305 | 2024-12-17T07:24:39.586Z | Compiling which v4.4.2 |
1306 | 2024-12-17T07:24:39.699Z | Compiling want v0.3.1 |
1307 | 2024-12-17T07:24:40.167Z | Compiling pkcs8 v0.10.2 |
1308 | 2024-12-17T07:24:40.250Z | Compiling idna_adapter v1.2.0 |
1309 | 2024-12-17T07:24:40.482Z | Compiling httpdate v1.0.3 |
1310 | 2024-12-17T07:24:40.577Z | Compiling pest_derive v2.7.14 |
1311 | 2024-12-17T07:24:40.708Z | Compiling idna v1.0.3 |
1312 | 2024-12-17T07:24:40.945Z | Compiling serde_tokenstream v0.2.2 |
1313 | 2024-12-17T07:24:41.393Z | Compiling dtrace-parser v0.2.0 |
1314 | 2024-12-17T07:24:41.557Z | Compiling serde_spanned v0.6.8 |
1315 | 2024-12-17T07:24:41.761Z | Compiling toml_datetime v0.6.8 |
1316 | 2024-12-17T07:24:41.801Z | Compiling uuid v1.11.0 |
1317 | 2024-12-17T07:24:42.282Z | Compiling openssl v0.10.66 |
1318 | 2024-12-17T07:24:42.630Z | Compiling match_cfg v0.1.0 |
1319 | 2024-12-17T07:24:42.700Z | Compiling foreign-types-shared v0.1.1 |
1320 | 2024-12-17T07:24:42.728Z | Compiling iana-time-zone v0.1.61 |
1321 | 2024-12-17T07:24:42.820Z | Compiling base64 v0.22.1 |
1322 | 2024-12-17T07:24:43.199Z | Compiling rustversion v1.0.17 |
1323 | 2024-12-17T07:24:43.224Z | Compiling adler2 v2.0.0 |
1324 | 2024-12-17T07:24:43.437Z | Compiling tower-service v0.3.3 |
1325 | 2024-12-17T07:24:43.530Z | Compiling miniz_oxide v0.8.0 |
1326 | 2024-12-17T07:24:43.570Z | Compiling chrono v0.4.38 |
1327 | 2024-12-17T07:24:43.573Z | Compiling foreign-types v0.3.2 |
1328 | 2024-12-17T07:24:43.636Z | Compiling hostname v0.3.1 |
1329 | 2024-12-17T07:24:43.711Z | Compiling url v2.5.3 |
1330 | 2024-12-17T07:24:43.987Z | Compiling async-trait v0.1.83 |
1331 | 2024-12-17T07:24:45.115Z | Compiling tokio-util v0.7.12 |
1332 | 2024-12-17T07:24:45.319Z | Compiling dof v0.3.0 |
1333 | 2024-12-17T07:24:45.767Z | Compiling openssl-macros v0.1.1 |
1334 | 2024-12-17T07:24:46.522Z | Compiling h2 v0.4.6 |
1335 | 2024-12-17T07:24:46.583Z | Compiling usdt-impl v0.5.0 |
1336 | 2024-12-17T07:24:46.788Z | Compiling dirs-sys-next v0.1.2 |
1337 | 2024-12-17T07:24:47.375Z | Compiling rustls v0.22.4 |
1338 | 2024-12-17T07:24:47.440Z | Compiling siphasher v0.3.11 |
1339 | 2024-12-17T07:24:47.561Z | Compiling native-tls v0.2.12 |
1340 | 2024-12-17T07:24:47.632Z | Compiling syn v1.0.109 |
1341 | 2024-12-17T07:24:47.830Z | Compiling data-encoding v2.6.0 |
1342 | 2024-12-17T07:24:47.884Z | Compiling rustls v0.23.19 |
1343 | 2024-12-17T07:24:48.195Z | Compiling dirs-next v2.0.0 |
1344 | 2024-12-17T07:24:48.403Z | Compiling heapless v0.7.17 |
1345 | 2024-12-17T07:24:48.844Z | Compiling http-body-util v0.1.2 |
1346 | 2024-12-17T07:24:49.392Z | Compiling crossbeam-epoch v0.9.18 |
1347 | 2024-12-17T07:24:49.803Z | Compiling sha1 v0.10.6 |
1348 | 2024-12-17T07:24:49.841Z | Compiling signature v2.2.0 |
1349 | 2024-12-17T07:24:50.165Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1350 | 2024-12-17T07:24:50.202Z | Compiling serde_derive_internals v0.29.1 |
1351 | 2024-12-17T07:24:50.287Z | Compiling thread_local v1.1.8 |
1352 | 2024-12-17T07:24:50.289Z | Compiling cookie v0.18.1 |
1353 | 2024-12-17T07:24:50.564Z | Compiling encoding_rs v0.8.34 |
1354 | 2024-12-17T07:24:50.639Z | Compiling multer v3.1.0 |
1355 | 2024-12-17T07:24:50.888Z | Compiling mime v0.3.17 |
1356 | 2024-12-17T07:24:50.932Z | Compiling slog-async v2.8.0 |
1357 | 2024-12-17T07:24:51.457Z | Compiling rayon-core v1.12.1 |
1358 | 2024-12-17T07:24:51.488Z | Compiling ipnet v2.10.1 |
1359 | 2024-12-17T07:24:51.732Z | Compiling schemars v0.8.21 |
1360 | 2024-12-17T07:24:52.061Z | Compiling signal-hook v0.3.17 |
1361 | 2024-12-17T07:24:52.179Z | Compiling gimli v0.31.1 |
1362 | 2024-12-17T07:24:52.335Z | Compiling unicode-properties v0.1.3 |
1363 | 2024-12-17T07:24:52.720Z | Compiling openssl-probe v0.1.5 |
1364 | 2024-12-17T07:24:52.808Z | Compiling stringprep v0.1.5 |
1365 | 2024-12-17T07:24:53.059Z | Compiling schemars_derive v0.8.21 |
1366 | 2024-12-17T07:24:53.079Z | Compiling toml_edit v0.22.22 |
1367 | 2024-12-17T07:24:54.045Z | Compiling hyper v1.5.1 |
1368 | 2024-12-17T07:24:56.544Z | Compiling hyper-util v0.1.10 |
1369 | 2024-12-17T07:24:57.003Z | Compiling addr2line v0.24.2 |
1370 | 2024-12-17T07:24:57.221Z | Compiling crossbeam-deque v0.8.5 |
1371 | 2024-12-17T07:24:57.529Z | Compiling usdt-attr-macro v0.5.0 |
1372 | 2024-12-17T07:24:57.548Z | Compiling usdt-macro v0.5.0 |
1373 | 2024-12-17T07:24:57.719Z | Compiling term v0.7.0 |
1374 | 2024-12-17T07:24:58.200Z | Compiling slog-json v2.6.1 |
1375 | 2024-12-17T07:24:58.574Z | Compiling serde_urlencoded v0.7.1 |
1376 | 2024-12-17T07:24:59.050Z | Compiling curve25519-dalek v4.1.3 |
1377 | 2024-12-17T07:24:59.084Z | Compiling crossbeam-channel v0.5.13 |
1378 | 2024-12-17T07:24:59.182Z | Compiling futures-executor v0.3.31 |
1379 | 2024-12-17T07:24:59.255Z | Compiling enum-as-inner v0.6.1 |
1380 | 2024-12-17T07:24:59.658Z | Compiling md-5 v0.10.6 |
1381 | 2024-12-17T07:24:59.679Z | Compiling async-stream-impl v0.3.6 |
1382 | 2024-12-17T07:24:59.762Z | Compiling num-integer v0.1.46 |
1383 | 2024-12-17T07:24:59.924Z | Compiling rustls-pemfile v2.2.0 |
1384 | 2024-12-17T07:25:00.248Z | Compiling idna v0.4.0 |
1385 | 2024-12-17T07:25:00.303Z | Compiling idna v0.3.0 |
1386 | 2024-12-17T07:25:00.388Z | Compiling hash32 v0.2.1 |
1387 | 2024-12-17T07:25:00.603Z | Compiling ff v0.13.0 |
1388 | 2024-12-17T07:25:00.779Z | Compiling is-terminal v0.4.13 |
1389 | 2024-12-17T07:25:00.850Z | Compiling dropshot v0.12.0 |
1390 | 2024-12-17T07:25:00.908Z | Compiling object v0.36.5 |
1391 | 2024-12-17T07:25:01.099Z | Compiling take_mut v0.2.2 |
1392 | 2024-12-17T07:25:01.142Z | Compiling fallible-iterator v0.2.0 |
1393 | 2024-12-17T07:25:01.258Z | Compiling portable-atomic v1.9.0 |
1394 | 2024-12-17T07:25:01.559Z | Compiling quick-error v1.2.3 |
1395 | 2024-12-17T07:25:01.717Z | Compiling anyhow v1.0.93 |
1396 | 2024-12-17T07:25:01.864Z | Compiling rustc-demangle v0.1.24 |
1397 | 2024-12-17T07:25:01.918Z | Compiling num-bigint-dig v0.8.4 |
1398 | 2024-12-17T07:25:02.014Z | Compiling dyn-clone v1.0.17 |
1399 | 2024-12-17T07:25:02.200Z | Compiling utf-8 v0.7.6 |
1400 | 2024-12-17T07:25:02.243Z | Compiling smoltcp v0.9.1 |
1401 | 2024-12-17T07:25:02.299Z | Compiling base16ct v0.2.0 |
1402 | 2024-12-17T07:25:02.363Z | Compiling linked-hash-map v0.5.6 |
1403 | 2024-12-17T07:25:02.534Z | Compiling psl-types v2.0.11 |
1404 | 2024-12-17T07:25:02.638Z | Compiling sec1 v0.7.3 |
1405 | 2024-12-17T07:25:02.727Z | Compiling publicsuffix v2.2.3 |
1406 | 2024-12-17T07:25:02.743Z | Compiling lru-cache v0.1.2 |
1407 | 2024-12-17T07:25:02.854Z | Compiling tungstenite v0.24.0 |
1408 | 2024-12-17T07:25:03.076Z | Compiling postgres-protocol v0.6.7 |
1409 | 2024-12-17T07:25:03.217Z | Compiling resolv-conf v0.7.0 |
1410 | 2024-12-17T07:25:04.083Z | Compiling hickory-proto v0.24.1 |
1411 | 2024-12-17T07:25:04.458Z | Compiling async-stream v0.3.6 |
1412 | 2024-12-17T07:25:04.527Z | Compiling slog-term v2.9.1 |
1413 | 2024-12-17T07:25:04.774Z | Compiling usdt v0.5.0 |
1414 | 2024-12-17T07:25:05.283Z | Compiling group v0.13.0 |
1415 | 2024-12-17T07:25:05.645Z | Compiling num-iter v0.1.45 |
1416 | 2024-12-17T07:25:05.890Z | Compiling futures v0.3.31 |
1417 | 2024-12-17T07:25:05.948Z | Compiling slog-bunyan v2.5.0 |
1418 | 2024-12-17T07:25:06.593Z | Compiling toml v0.8.19 |
1419 | 2024-12-17T07:25:06.996Z | Compiling camino v1.1.9 |
1420 | 2024-12-17T07:25:08.010Z | Compiling tokio-native-tls v0.3.1 |
1421 | 2024-12-17T07:25:08.293Z | Compiling phf_shared v0.11.2 |
1422 | 2024-12-17T07:25:08.402Z | Compiling backtrace v0.3.74 |
1423 | 2024-12-17T07:25:08.462Z | Compiling dropshot_endpoint v0.12.0 |
1424 | 2024-12-17T07:25:08.681Z | Compiling terminal_size v0.4.0 |
1425 | 2024-12-17T07:25:08.916Z | Compiling waitgroup v0.1.2 |
1426 | 2024-12-17T07:25:08.983Z | Compiling openapiv3 v2.0.0 |
1427 | 2024-12-17T07:25:09.152Z | Compiling serde_path_to_error v0.1.16 |
1428 | 2024-12-17T07:25:09.172Z | Compiling hkdf v0.12.4 |
1429 | 2024-12-17T07:25:09.448Z | Compiling crypto-bigint v0.5.5 |
1430 | 2024-12-17T07:25:10.049Z | Compiling curve25519-dalek-derive v0.1.1 |
1431 | 2024-12-17T07:25:11.722Z | Compiling zerocopy-derive v0.6.6 |
1432 | 2024-12-17T07:25:12.234Z | Compiling webpki-roots v0.26.6 |
1433 | 2024-12-17T07:25:12.405Z | Compiling hubpack_derive v0.1.1 |
1434 | 2024-12-17T07:25:12.471Z | Compiling idna v0.5.0 |
1435 | 2024-12-17T07:25:13.339Z | Compiling hostname v0.4.0 |
1436 | 2024-12-17T07:25:13.359Z | Compiling ahash v0.8.11 |
1437 | 2024-12-17T07:25:13.621Z | Compiling fs-err v2.11.0 |
1438 | 2024-12-17T07:25:13.684Z | Compiling crc32fast v1.4.2 |
1439 | 2024-12-17T07:25:13.703Z | Compiling winnow v0.5.40 |
1440 | 2024-12-17T07:25:13.908Z | Compiling bitflags v1.3.2 |
1441 | 2024-12-17T07:25:14.006Z | Compiling debug-ignore v1.0.5 |
1442 | 2024-12-17T07:25:14.027Z | Compiling managed v0.8.0 |
1443 | 2024-12-17T07:25:14.050Z | Compiling strum_macros v0.25.3 |
1444 | 2024-12-17T07:25:14.144Z | Compiling clap_builder v4.5.21 |
1445 | 2024-12-17T07:25:14.165Z | Compiling console v0.15.8 |
1446 | 2024-12-17T07:25:14.872Z | Compiling zerocopy v0.6.6 |
1447 | 2024-12-17T07:25:15.842Z | Compiling flate2 v1.0.34 |
1448 | 2024-12-17T07:25:16.027Z | Compiling hubpack v0.1.2 |
1449 | 2024-12-17T07:25:16.047Z | Compiling cookie_store v0.21.0 |
1450 | 2024-12-17T07:25:16.515Z | Compiling elliptic-curve v0.13.8 |
1451 | 2024-12-17T07:25:16.851Z | Compiling hickory-resolver v0.24.1 |
1452 | 2024-12-17T07:25:17.461Z | Compiling toml_edit v0.19.15 |
1453 | 2024-12-17T07:25:17.859Z | Compiling phf v0.11.2 |
1454 | 2024-12-17T07:25:18.184Z | Compiling signal-hook-mio v0.2.4 |
1455 | 2024-12-17T07:25:18.366Z | Compiling hyper-tls v0.6.0 |
1456 | 2024-12-17T07:25:18.695Z | Compiling rayon v1.10.0 |
1457 | 2024-12-17T07:25:18.697Z | Compiling bzip2 v0.4.4 |
1458 | 2024-12-17T07:25:19.144Z | Compiling tokio-tungstenite v0.24.0 |
1459 | 2024-12-17T07:25:19.762Z | Compiling postgres-types v0.2.8 |
1460 | 2024-12-17T07:25:22.870Z | Compiling ed25519 v2.2.3 |
1461 | 2024-12-17T07:25:23.843Z | Compiling phf_shared v0.10.0 |
1462 | 2024-12-17T07:25:24.034Z | Compiling tokio-stream v0.1.16 |
1463 | 2024-12-17T07:25:24.149Z | Compiling pkcs1 v0.7.5 |
1464 | 2024-12-17T07:25:24.262Z | Compiling serde-big-array v0.5.1 |
1465 | 2024-12-17T07:25:24.514Z | Compiling clap_derive v4.5.18 |
1466 | 2024-12-17T07:25:24.824Z | Compiling rfc6979 v0.4.0 |
1467 | 2024-12-17T07:25:25.025Z | Compiling derive-where v1.2.7 |
1468 | 2024-12-17T07:25:25.165Z | Compiling serde_repr v0.1.19 |
1469 | 2024-12-17T07:25:25.198Z | Compiling float-cmp v0.9.0 |
1470 | 2024-12-17T07:25:25.387Z | Compiling bstr v1.10.0 |
1471 | 2024-12-17T07:25:25.437Z | Compiling sync_wrapper v1.0.1 |
1472 | 2024-12-17T07:25:25.608Z | Compiling difflib v0.4.0 |
1473 | 2024-12-17T07:25:26.072Z | Compiling bit-vec v0.6.3 |
1474 | 2024-12-17T07:25:26.386Z | Compiling new_debug_unreachable v1.0.6 |
1475 | 2024-12-17T07:25:26.494Z | Compiling unicode-width v0.2.0 |
1476 | 2024-12-17T07:25:26.565Z | Compiling precomputed-hash v0.1.1 |
1477 | 2024-12-17T07:25:26.693Z | Compiling number_prefix v0.4.0 |
1478 | 2024-12-17T07:25:26.934Z | Compiling predicates-core v1.0.8 |
1479 | 2024-12-17T07:25:27.033Z | Compiling normalize-line-endings v0.3.0 |
1480 | 2024-12-17T07:25:27.168Z | Compiling unicode-segmentation v1.12.0 |
1481 | 2024-12-17T07:25:27.263Z | Compiling fixedbitset v0.4.2 |
1482 | 2024-12-17T07:25:27.305Z | Compiling static_assertions v1.1.0 |
1483 | 2024-12-17T07:25:27.309Z | Compiling whoami v1.5.2 |
1484 | 2024-12-17T07:25:27.409Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1485 | 2024-12-17T07:25:27.731Z | Compiling tokio-postgres v0.7.12 |
1486 | 2024-12-17T07:25:27.993Z | Compiling similar v2.6.0 |
1487 | 2024-12-17T07:25:28.106Z | Compiling petgraph v0.6.5 |
1488 | 2024-12-17T07:25:28.754Z | Compiling predicates v3.1.2 |
1489 | 2024-12-17T07:25:29.809Z | Compiling clap v4.5.21 |
1490 | 2024-12-17T07:25:29.945Z | Compiling indicatif v0.17.9 |
1491 | 2024-12-17T07:25:30.448Z | Compiling string_cache v0.8.7 |
1492 | 2024-12-17T07:25:30.549Z | Compiling bit-set v0.5.3 |
1493 | 2024-12-17T07:25:30.846Z | Compiling ecdsa v0.16.9 |
1494 | 2024-12-17T07:25:30.975Z | Compiling rsa v0.9.6 |
1495 | 2024-12-17T07:25:31.725Z | Compiling ed25519-dalek v2.1.1 |
1496 | 2024-12-17T07:25:32.326Z | Compiling toml v0.7.8 |
1497 | 2024-12-17T07:25:32.421Z | Compiling zip v0.6.6 |
1498 | 2024-12-17T07:25:33.003Z | Compiling crossterm v0.28.1 |
1499 | 2024-12-17T07:25:33.873Z | Compiling hex v0.4.3 |
1500 | 2024-12-17T07:25:34.055Z | Compiling x509-cert v0.2.5 |
1501 | 2024-12-17T07:25:34.501Z | Compiling unicode-xid v0.2.6 |
1502 | 2024-12-17T07:25:34.522Z | Compiling peg-runtime v0.8.3 |
1503 | 2024-12-17T07:25:34.595Z | Compiling lalrpop-util v0.19.12 |
1504 | 2024-12-17T07:25:34.638Z | Compiling strum_macros v0.26.4 |
1505 | 2024-12-17T07:25:34.678Z | Compiling xattr v1.3.1 |
1506 | 2024-12-17T07:25:34.944Z | Compiling filetime v0.2.25 |
1507 | 2024-12-17T07:25:35.221Z | Compiling tar v0.4.42 |
1508 | 2024-12-17T07:25:39.444Z | Compiling strum v0.26.3 |
1509 | 2024-12-17T07:25:43.270Z | Compiling aws-lc-sys v0.22.0 |
1510 | 2024-12-17T07:26:12.235Z | Compiling rustls-webpki v0.102.8 |
1511 | 2024-12-17T07:26:15.921Z | Compiling tokio-rustls v0.25.0 |
1512 | 2024-12-17T07:26:17.823Z | Compiling tokio-rustls v0.26.0 |
1513 | 2024-12-17T07:26:18.182Z | Compiling hyper-rustls v0.27.3 |
1514 | 2024-12-17T07:26:18.477Z | Compiling reqwest v0.12.9 |
1515 | 2024-12-17T07:26:19.724Z | Compiling qorb v0.2.1 |
1516 | 2024-12-17T07:26:24.660Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1517 | 2024-12-17T07:26:24.907Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1518 | 2024-12-17T07:26:30.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s |
1519 | 2024-12-17T07:26:31.108Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1520 | 2024-12-17T07:26:31.161Z | Dec 17 07:26:30.429 INFO Starting download, target: Clickhouse |
1521 | 2024-12-17T07:26:31.161Z | Dec 17 07:26:30.429 INFO Starting download, target: Cockroach |
1522 | 2024-12-17T07:26:31.161Z | Dec 17 07:26:30.429 INFO Starting download, target: Console |
1523 | 2024-12-17T07:26:31.161Z | Dec 17 07:26:30.429 INFO Starting download, target: DendriteOpenapi |
1524 | 2024-12-17T07:26:31.163Z | Dec 17 07:26:30.429 INFO Starting download, target: DendriteStub |
1525 | 2024-12-17T07:26:31.163Z | Dec 17 07:26:30.429 INFO Starting download, target: MaghemiteMgd |
1526 | 2024-12-17T07:26:31.163Z | Dec 17 07:26:30.429 INFO Starting download, target: TransceiverControl |
1527 | 2024-12-17T07:26:31.163Z | Dec 17 07:26:30.429 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1528 | 2024-12-17T07:26:31.163Z | Dec 17 07:26:30.429 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1529 | 2024-12-17T07:26:31.163Z | Dec 17 07:26:30.430 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1530 | 2024-12-17T07:26:31.163Z | Dec 17 07:26:30.430 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1531 | 2024-12-17T07:26:31.163Z | Dec 17 07:26:30.430 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1532 | 2024-12-17T07:26:31.163Z | Dec 17 07:26:30.430 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1533 | 2024-12-17T07:26:31.163Z | Dec 17 07:26:30.430 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1534 | 2024-12-17T07:26:31.316Z | Dec 17 07:26:30.571 INFO Download complete, target: DendriteOpenapi |
1535 | 2024-12-17T07:26:31.629Z | Dec 17 07:26:30.896 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1536 | 2024-12-17T07:26:31.777Z | Dec 17 07:26:31.045 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1537 | 2024-12-17T07:26:31.925Z | Dec 17 07:26:31.191 INFO Download complete, target: Console |
1538 | 2024-12-17T07:26:31.943Z | Dec 17 07:26:31.210 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1539 | 2024-12-17T07:26:32.291Z | Dec 17 07:26:31.559 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1540 | 2024-12-17T07:26:32.659Z | Dec 17 07:26:31.926 INFO Download complete, target: TransceiverControl |
1541 | 2024-12-17T07:26:33.102Z | Dec 17 07:26:32.370 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1542 | 2024-12-17T07:26:33.241Z | Dec 17 07:26:32.509 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1543 | 2024-12-17T07:26:33.241Z | Dec 17 07:26:32.509 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1544 | 2024-12-17T07:26:34.802Z | Dec 17 07:26:34.069 INFO Download complete, target: MaghemiteMgd |
1545 | 2024-12-17T07:26:35.225Z | Dec 17 07:26:34.494 INFO Download complete, target: DendriteStub |
1546 | 2024-12-17T07:26:40.539Z | Dec 17 07:26:39.807 INFO Checking that binary works, target: Cockroach |
1547 | 2024-12-17T07:26:40.701Z | Dec 17 07:26:39.969 INFO Download complete, target: Cockroach |
1548 | 2024-12-17T07:26:45.399Z | Dec 17 07:26:44.667 INFO Checking that binary works, target: Clickhouse |
1549 | 2024-12-17T07:26:45.515Z | Dec 17 07:26:44.783 INFO Download complete, target: Clickhouse |
1550 | 2024-12-17T07:26:45.523Z | All prerequisites installed successfully |
1551 | 2024-12-17T07:26:45.527Z | |
1552 | 2024-12-17T07:26:45.527Z | real 5:26.588156816 |
1553 | 2024-12-17T07:26:45.527Z | user 16:50.210266009 |
1554 | 2024-12-17T07:26:45.527Z | sys 3:17.059372802 |
1555 | 2024-12-17T07:26:45.527Z | trap 0.599961210 |
1556 | 2024-12-17T07:26:45.527Z | tflt 1.779150350 |
1557 | 2024-12-17T07:26:45.527Z | dflt 2.136795904 |
1558 | 2024-12-17T07:26:45.527Z | kflt 0.027469430 |
1559 | 2024-12-17T07:26:45.527Z | lock 30:12.156370198 |
1560 | 2024-12-17T07:26:45.527Z | slp 1:03:31.279978125 |
1561 | 2024-12-17T07:26:45.527Z | lat 56.845842097 |
1562 | 2024-12-17T07:26:45.527Z | stop 2:17.276069359 |
1563 | 2024-12-17T07:26:45.527Z | + ptime -m cargo xtask download softnpu |
1564 | 2024-12-17T07:26:46.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1565 | 2024-12-17T07:26:46.089Z | Running `target/debug/xtask download softnpu` |
1566 | 2024-12-17T07:26:46.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
1567 | 2024-12-17T07:26:47.010Z | Running `target/debug/xtask-downloader softnpu` |
1568 | 2024-12-17T07:26:47.049Z | Dec 17 07:26:46.317 INFO Starting download, target: Softnpu |
1569 | 2024-12-17T07:26:47.052Z | Dec 17 07:26:46.318 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1570 | 2024-12-17T07:26:47.461Z | Dec 17 07:26:46.728 INFO Download complete, target: Softnpu |
1571 | 2024-12-17T07:26:47.464Z | |
1572 | 2024-12-17T07:26:47.467Z | real 1.934955742 |
1573 | 2024-12-17T07:26:47.467Z | user 1.296964797 |
1574 | 2024-12-17T07:26:47.467Z | sys 0.561672375 |
1575 | 2024-12-17T07:26:47.467Z | trap 0.001017428 |
1576 | 2024-12-17T07:26:47.467Z | tflt 0.000005020 |
1577 | 2024-12-17T07:26:47.467Z | dflt 0.000006850 |
1578 | 2024-12-17T07:26:47.467Z | kflt 0.000000000 |
1579 | 2024-12-17T07:26:47.467Z | lock 4.056133411 |
1580 | 2024-12-17T07:26:47.467Z | slp 0.295788874 |
1581 | 2024-12-17T07:26:47.467Z | lat 0.076642442 |
1582 | 2024-12-17T07:26:47.467Z | stop 0.000157497 |
1583 | 2024-12-17T07:26:47.467Z | + export CARGO_INCREMENTAL=0 |
1584 | 2024-12-17T07:26:47.467Z | + CARGO_INCREMENTAL=0 |
1585 | 2024-12-17T07:26:47.467Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1586 | 2024-12-17T07:26:48.477Z | Compiling proc-macro2 v1.0.92 |
1587 | 2024-12-17T07:26:48.477Z | Compiling unicode-ident v1.0.13 |
1588 | 2024-12-17T07:26:48.480Z | Compiling libc v0.2.162 |
1589 | 2024-12-17T07:26:48.480Z | Compiling serde v1.0.215 |
1590 | 2024-12-17T07:26:48.480Z | Compiling autocfg v1.4.0 |
1591 | 2024-12-17T07:26:48.480Z | Compiling version_check v0.9.5 |
1592 | 2024-12-17T07:26:48.480Z | Compiling cfg-if v1.0.0 |
1593 | 2024-12-17T07:26:48.717Z | Compiling memchr v2.7.4 |
1594 | 2024-12-17T07:26:48.770Z | Compiling shlex v1.3.0 |
1595 | 2024-12-17T07:26:48.824Z | Compiling typenum v1.17.0 |
1596 | 2024-12-17T07:26:49.170Z | Compiling value-bag v1.9.0 |
1597 | 2024-12-17T07:26:49.327Z | Compiling generic-array v0.14.7 |
1598 | 2024-12-17T07:26:49.531Z | Compiling lock_api v0.4.12 |
1599 | 2024-12-17T07:26:49.616Z | Compiling log v0.4.22 |
1600 | 2024-12-17T07:26:49.671Z | Compiling scopeguard v1.2.0 |
1601 | 2024-12-17T07:26:49.834Z | Compiling parking_lot_core v0.9.10 |
1602 | 2024-12-17T07:26:50.165Z | Compiling serde_json v1.0.133 |
1603 | 2024-12-17T07:26:50.255Z | Compiling once_cell v1.20.2 |
1604 | 2024-12-17T07:26:50.478Z | Compiling quote v1.0.37 |
1605 | 2024-12-17T07:26:50.531Z | Compiling rustix v0.38.37 |
1606 | 2024-12-17T07:26:50.531Z | Compiling thiserror v1.0.69 |
1607 | 2024-12-17T07:26:50.661Z | Compiling jobserver v0.1.32 |
1608 | 2024-12-17T07:26:50.808Z | Compiling getrandom v0.2.15 |
1609 | 2024-12-17T07:26:51.064Z | Compiling syn v2.0.90 |
1610 | 2024-12-17T07:26:51.084Z | Compiling cc v1.1.30 |
1611 | 2024-12-17T07:26:51.176Z | Compiling libm v0.2.8 |
1612 | 2024-12-17T07:26:51.208Z | Compiling aho-corasick v1.1.3 |
1613 | 2024-12-17T07:26:51.240Z | Compiling regex-syntax v0.8.5 |
1614 | 2024-12-17T07:26:51.392Z | Compiling num-traits v0.2.19 |
1615 | 2024-12-17T07:26:51.412Z | Compiling either v1.13.0 |
1616 | 2024-12-17T07:26:51.500Z | Compiling itoa v1.0.11 |
1617 | 2024-12-17T07:26:51.693Z | Compiling spin v0.9.8 |
1618 | 2024-12-17T07:26:51.833Z | Compiling slab v0.4.9 |
1619 | 2024-12-17T07:26:52.139Z | Compiling byteorder v1.5.0 |
1620 | 2024-12-17T07:26:52.413Z | Compiling errno v0.3.9 |
1621 | 2024-12-17T07:26:52.586Z | Compiling rand_core v0.6.4 |
1622 | 2024-12-17T07:26:52.605Z | Compiling lazy_static v1.5.0 |
1623 | 2024-12-17T07:26:52.731Z | Compiling glob v0.3.1 |
1624 | 2024-12-17T07:26:53.309Z | Compiling prettyplease v0.2.25 |
1625 | 2024-12-17T07:26:53.526Z | Compiling clang-sys v1.8.1 |
1626 | 2024-12-17T07:26:53.983Z | Compiling minimal-lexical v0.2.1 |
1627 | 2024-12-17T07:26:54.046Z | Compiling libloading v0.8.5 |
1628 | 2024-12-17T07:26:54.204Z | Compiling home v0.5.9 |
1629 | 2024-12-17T07:26:54.451Z | Compiling nom v7.1.3 |
1630 | 2024-12-17T07:26:54.471Z | Compiling bindgen v0.69.5 |
1631 | 2024-12-17T07:26:54.489Z | Compiling subtle v2.6.1 |
1632 | 2024-12-17T07:26:54.619Z | Compiling allocator-api2 v0.2.18 |
1633 | 2024-12-17T07:26:54.905Z | Compiling regex-automata v0.4.8 |
1634 | 2024-12-17T07:26:55.226Z | Compiling itertools v0.10.5 |
1635 | 2024-12-17T07:26:55.451Z | Compiling rustc-hash v1.1.0 |
1636 | 2024-12-17T07:26:55.621Z | Compiling semver v1.0.23 |
1637 | 2024-12-17T07:26:55.813Z | Compiling lazycell v1.3.0 |
1638 | 2024-12-17T07:26:56.002Z | Compiling smallvec v1.13.2 |
1639 | 2024-12-17T07:26:56.094Z | Compiling cmake v0.1.51 |
1640 | 2024-12-17T07:26:56.730Z | Compiling fs_extra v1.3.0 |
1641 | 2024-12-17T07:26:56.979Z | Compiling dunce v1.0.5 |
1642 | 2024-12-17T07:26:57.696Z | Compiling pkg-config v0.3.31 |
1643 | 2024-12-17T07:26:57.789Z | Compiling ring v0.17.8 |
1644 | 2024-12-17T07:26:58.118Z | Compiling cexpr v0.6.0 |
1645 | 2024-12-17T07:26:58.167Z | Compiling ryu v1.0.18 |
1646 | 2024-12-17T07:26:58.470Z | Compiling pin-project-lite v0.2.14 |
1647 | 2024-12-17T07:26:58.603Z | Compiling fnv v1.0.7 |
1648 | 2024-12-17T07:26:58.654Z | Compiling const-oid v0.9.6 |
1649 | 2024-12-17T07:26:58.754Z | Compiling paste v1.0.15 |
1650 | 2024-12-17T07:26:58.924Z | Compiling synstructure v0.13.1 |
1651 | 2024-12-17T07:26:59.412Z | Compiling equivalent v1.0.1 |
1652 | 2024-12-17T07:26:59.530Z | Compiling aws-lc-rs v1.10.0 |
1653 | 2024-12-17T07:26:59.728Z | Compiling httparse v1.9.5 |
1654 | 2024-12-17T07:26:59.990Z | Compiling foldhash v0.1.3 |
1655 | 2024-12-17T07:27:00.308Z | Compiling hashbrown v0.15.1 |
1656 | 2024-12-17T07:27:00.410Z | Compiling regex v1.11.1 |
1657 | 2024-12-17T07:27:01.217Z | Compiling schemars v0.8.21 |
1658 | 2024-12-17T07:27:01.459Z | Compiling heck v0.5.0 |
1659 | 2024-12-17T07:27:01.550Z | Compiling serde_derive_internals v0.29.1 |
1660 | 2024-12-17T07:27:01.735Z | Compiling signal-hook-registry v1.4.2 |
1661 | 2024-12-17T07:27:01.942Z | Compiling parking_lot v0.12.3 |
1662 | 2024-12-17T07:27:01.976Z | Compiling mio v1.0.2 |
1663 | 2024-12-17T07:27:03.903Z | Compiling stable_deref_trait v1.2.0 |
1664 | 2024-12-17T07:27:03.922Z | Compiling crossbeam-utils v0.8.20 |
1665 | 2024-12-17T07:27:03.996Z | Compiling socket2 v0.5.7 |
1666 | 2024-12-17T07:27:04.025Z | Compiling futures-core v0.3.31 |
1667 | 2024-12-17T07:27:04.287Z | Compiling time-core v0.1.2 |
1668 | 2024-12-17T07:27:04.477Z | Compiling num-conv v0.1.0 |
1669 | 2024-12-17T07:27:04.537Z | Compiling serde_derive v1.0.215 |
1670 | 2024-12-17T07:27:04.563Z | Compiling zeroize_derive v1.4.2 |
1671 | 2024-12-17T07:27:04.783Z | Compiling zerocopy-derive v0.7.35 |
1672 | 2024-12-17T07:27:05.659Z | Compiling thiserror-impl v1.0.69 |
1673 | 2024-12-17T07:27:05.686Z | Compiling tokio-macros v2.4.0 |
1674 | 2024-12-17T07:27:05.775Z | Compiling zerofrom-derive v0.1.4 |
1675 | 2024-12-17T07:27:06.078Z | Compiling zeroize v1.8.1 |
1676 | 2024-12-17T07:27:06.544Z | Compiling yoke-derive v0.7.4 |
1677 | 2024-12-17T07:27:06.563Z | Compiling futures-macro v0.3.31 |
1678 | 2024-12-17T07:27:07.013Z | Compiling zerovec-derive v0.10.3 |
1679 | 2024-12-17T07:27:07.176Z | Compiling zerocopy v0.7.35 |
1680 | 2024-12-17T07:27:08.186Z | Compiling displaydoc v0.2.5 |
1681 | 2024-12-17T07:27:08.729Z | Compiling crypto-common v0.1.6 |
1682 | 2024-12-17T07:27:08.869Z | Compiling tracing-attributes v0.1.27 |
1683 | 2024-12-17T07:27:08.934Z | Compiling icu_provider_macros v1.5.0 |
1684 | 2024-12-17T07:27:09.196Z | Compiling block-buffer v0.10.4 |
1685 | 2024-12-17T07:27:09.293Z | Compiling schemars_derive v0.8.21 |
1686 | 2024-12-17T07:27:09.443Z | Compiling digest v0.10.7 |
1687 | 2024-12-17T07:27:09.721Z | Compiling der_derive v0.7.3 |
1688 | 2024-12-17T07:27:10.095Z | Compiling time-macros v0.2.18 |
1689 | 2024-12-17T07:27:10.244Z | Compiling vcpkg v0.2.15 |
1690 | 2024-12-17T07:27:11.935Z | Compiling openssl-sys v0.9.103 |
1691 | 2024-12-17T07:27:12.920Z | Compiling cpufeatures v0.2.14 |
1692 | 2024-12-17T07:27:13.032Z | Compiling futures-sink v0.3.31 |
1693 | 2024-12-17T07:27:13.099Z | Compiling slog v2.7.0 |
1694 | 2024-12-17T07:27:13.209Z | Compiling ahash v0.8.11 |
1695 | 2024-12-17T07:27:13.287Z | Compiling syn v1.0.109 |
1696 | 2024-12-17T07:27:13.856Z | Compiling zerofrom v0.1.4 |
1697 | 2024-12-17T07:27:13.998Z | Compiling scroll_derive v0.12.0 |
1698 | 2024-12-17T07:27:14.077Z | Compiling ucd-trie v0.1.7 |
1699 | 2024-12-17T07:27:14.267Z | Compiling iana-time-zone v0.1.61 |
1700 | 2024-12-17T07:27:14.478Z | Compiling pest v2.7.14 |
1701 | 2024-12-17T07:27:14.738Z | Compiling yoke v0.7.4 |
1702 | 2024-12-17T07:27:15.044Z | Compiling futures-channel v0.3.31 |
1703 | 2024-12-17T07:27:15.370Z | Compiling hmac v0.12.1 |
1704 | 2024-12-17T07:27:15.627Z | Compiling openssl v0.10.66 |
1705 | 2024-12-17T07:27:15.630Z | Compiling futures-io v0.3.31 |
1706 | 2024-12-17T07:27:15.744Z | Compiling futures-task v0.3.31 |
1707 | 2024-12-17T07:27:16.016Z | Compiling pin-utils v0.1.0 |
1708 | 2024-12-17T07:27:16.166Z | Compiling futures-util v0.3.31 |
1709 | 2024-12-17T07:27:16.330Z | Compiling zerovec v0.10.4 |
1710 | 2024-12-17T07:27:16.647Z | Compiling block-padding v0.3.3 |
1711 | 2024-12-17T07:27:16.888Z | Compiling tinyvec_macros v0.1.1 |
1712 | 2024-12-17T07:27:16.998Z | Compiling pest_meta v2.7.14 |
1713 | 2024-12-17T07:27:17.826Z | Compiling tinyvec v1.8.0 |
1714 | 2024-12-17T07:27:18.514Z | Compiling bitflags v2.6.0 |
1715 | 2024-12-17T07:27:18.584Z | Compiling bytes v1.8.0 |
1716 | 2024-12-17T07:27:20.135Z | Compiling indexmap v2.7.0 |
1717 | 2024-12-17T07:27:21.154Z | Compiling tokio v1.42.0 |
1718 | 2024-12-17T07:27:22.213Z | Compiling serde_tokenstream v0.2.2 |
1719 | 2024-12-17T07:27:22.805Z | Compiling http v1.1.0 |
1720 | 2024-12-17T07:27:22.912Z | Compiling uuid v1.11.0 |
1721 | 2024-12-17T07:27:23.367Z | Compiling which v4.4.2 |
1722 | 2024-12-17T07:27:24.184Z | Compiling rustc_version v0.4.1 |
1723 | 2024-12-17T07:27:24.310Z | Compiling chrono v0.4.38 |
1724 | 2024-12-17T07:27:26.680Z | Compiling pest_generator v2.7.14 |
1725 | 2024-12-17T07:27:27.185Z | Compiling toml_datetime v0.6.8 |
1726 | 2024-12-17T07:27:27.774Z | Compiling serde_spanned v0.6.8 |
1727 | 2024-12-17T07:27:28.001Z | Compiling inout v0.1.3 |
1728 | 2024-12-17T07:27:28.479Z | Compiling openssl-macros v0.1.1 |
1729 | 2024-12-17T07:27:29.242Z | Compiling native-tls v0.2.12 |
1730 | 2024-12-17T07:27:29.682Z | Compiling strsim v0.11.1 |
1731 | 2024-12-17T07:27:30.420Z | Compiling rustls v0.23.19 |
1732 | 2024-12-17T07:27:30.757Z | Compiling pest_derive v2.7.14 |
1733 | 2024-12-17T07:27:31.049Z | Compiling cipher v0.4.4 |
1734 | 2024-12-17T07:27:31.406Z | Compiling unicode-normalization v0.1.24 |
1735 | 2024-12-17T07:27:31.519Z | Compiling tinystr v0.7.6 |
1736 | 2024-12-17T07:27:31.556Z | Compiling sha2 v0.10.8 |
1737 | 2024-12-17T07:27:32.006Z | Compiling tracing-core v0.1.32 |
1738 | 2024-12-17T07:27:32.399Z | Compiling usdt-impl v0.5.0 |
1739 | 2024-12-17T07:27:32.464Z | Compiling unicode-bidi v0.3.17 |
1740 | 2024-12-17T07:27:32.493Z | Compiling dyn-clone v1.0.17 |
1741 | 2024-12-17T07:27:32.711Z | Compiling litemap v0.7.3 |
1742 | 2024-12-17T07:27:32.731Z | Compiling base64ct v1.6.0 |
1743 | 2024-12-17T07:27:32.780Z | Compiling writeable v0.5.5 |
1744 | 2024-12-17T07:27:33.126Z | Compiling icu_locid v1.5.0 |
1745 | 2024-12-17T07:27:33.292Z | Compiling pem-rfc7468 v0.7.0 |
1746 | 2024-12-17T07:27:33.311Z | Compiling tracing v0.1.40 |
1747 | 2024-12-17T07:27:34.315Z | Compiling scroll v0.12.0 |
1748 | 2024-12-17T07:27:34.706Z | Compiling ppv-lite86 v0.2.20 |
1749 | 2024-12-17T07:27:34.882Z | Compiling async-trait v0.1.83 |
1750 | 2024-12-17T07:27:35.625Z | Compiling cookie v0.18.1 |
1751 | 2024-12-17T07:27:36.293Z | Compiling plain v0.2.3 |
1752 | 2024-12-17T07:27:36.796Z | Compiling flagset v0.4.6 |
1753 | 2024-12-17T07:27:37.134Z | Compiling camino v1.1.9 |
1754 | 2024-12-17T07:27:37.669Z | Compiling anyhow v1.0.93 |
1755 | 2024-12-17T07:27:37.688Z | Compiling aws-lc-sys v0.22.0 |
1756 | 2024-12-17T07:27:39.112Z | Compiling der v0.7.9 |
1757 | 2024-12-17T07:27:41.504Z | Compiling goblin v0.8.2 |
1758 | 2024-12-17T07:27:42.225Z | Compiling rand_chacha v0.3.1 |
1759 | 2024-12-17T07:27:43.814Z | Compiling icu_provider v1.5.0 |
1760 | 2024-12-17T07:27:44.874Z | Compiling percent-encoding v2.3.1 |
1761 | 2024-12-17T07:27:45.362Z | Compiling rustls-pki-types v1.10.0 |
1762 | 2024-12-17T07:27:45.382Z | Compiling rayon-core v1.12.1 |
1763 | 2024-12-17T07:27:45.667Z | Compiling pretty-hex v0.4.1 |
1764 | 2024-12-17T07:27:46.114Z | Compiling untrusted v0.7.1 |
1765 | 2024-12-17T07:27:46.287Z | Compiling rustls v0.22.4 |
1766 | 2024-12-17T07:27:46.563Z | Compiling icu_locid_transform_data v1.5.0 |
1767 | 2024-12-17T07:27:46.676Z | Compiling icu_locid_transform v1.5.0 |
1768 | 2024-12-17T07:27:47.414Z | Compiling dof v0.3.0 |
1769 | 2024-12-17T07:27:48.283Z | Compiling rand v0.8.5 |
1770 | 2024-12-17T07:27:48.854Z | Compiling spki v0.7.3 |
1771 | 2024-12-17T07:27:49.144Z | Compiling dtrace-parser v0.2.0 |
1772 | 2024-12-17T07:27:49.176Z | Compiling salsa20 v0.10.2 |
1773 | 2024-12-17T07:27:49.220Z | Compiling tokio-util v0.7.12 |
1774 | 2024-12-17T07:27:49.983Z | Compiling icu_collections v1.5.0 |
1775 | 2024-12-17T07:27:50.524Z | Compiling pbkdf2 v0.12.2 |
1776 | 2024-12-17T07:27:50.972Z | Compiling thread-id v4.2.2 |
1777 | 2024-12-17T07:27:51.065Z | Compiling untrusted v0.9.0 |
1778 | 2024-12-17T07:27:51.264Z | Compiling mirai-annotations v1.12.0 |
1779 | 2024-12-17T07:27:51.306Z | Compiling icu_properties_data v1.5.0 |
1780 | 2024-12-17T07:27:51.325Z | Compiling winnow v0.5.40 |
1781 | 2024-12-17T07:27:51.461Z | Compiling powerfmt v0.2.0 |
1782 | 2024-12-17T07:27:51.689Z | Compiling icu_properties v1.5.1 |
1783 | 2024-12-17T07:27:51.957Z | Compiling deranged v0.3.11 |
1784 | 2024-12-17T07:27:55.463Z | Compiling toml_edit v0.19.15 |
1785 | 2024-12-17T07:27:56.528Z | Compiling scrypt v0.11.0 |
1786 | 2024-12-17T07:27:57.039Z | Compiling cbc v0.1.2 |
1787 | 2024-12-17T07:27:57.214Z | Compiling aes v0.8.4 |
1788 | 2024-12-17T07:27:57.512Z | Compiling multer v3.1.0 |
1789 | 2024-12-17T07:27:57.804Z | Compiling slog-async v2.8.0 |
1790 | 2024-12-17T07:27:57.837Z | Compiling num_threads v0.1.7 |
1791 | 2024-12-17T07:27:57.978Z | Compiling atomic-waker v1.1.2 |
1792 | 2024-12-17T07:27:58.288Z | Compiling utf8_iter v1.0.4 |
1793 | 2024-12-17T07:27:58.464Z | Compiling rustversion v1.0.17 |
1794 | 2024-12-17T07:27:58.582Z | Compiling utf16_iter v1.0.5 |
1795 | 2024-12-17T07:27:58.819Z | Compiling write16 v1.0.0 |
1796 | 2024-12-17T07:27:58.958Z | Compiling icu_normalizer_data v1.5.0 |
1797 | 2024-12-17T07:27:59.077Z | Compiling icu_normalizer v1.5.0 |
1798 | 2024-12-17T07:27:59.130Z | Compiling time v0.3.36 |
1799 | 2024-12-17T07:28:00.022Z | Compiling pkcs5 v0.7.1 |
1800 | 2024-12-17T07:28:01.758Z | Compiling form_urlencoded v1.2.1 |
1801 | 2024-12-17T07:28:02.493Z | Compiling http-body v1.0.1 |
1802 | 2024-12-17T07:28:02.566Z | Compiling heapless v0.7.17 |
1803 | 2024-12-17T07:28:03.128Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1804 | 2024-12-17T07:28:04.029Z | Compiling try-lock v0.2.5 |
1805 | 2024-12-17T07:28:04.557Z | Compiling signal-hook v0.3.17 |
1806 | 2024-12-17T07:28:04.809Z | Compiling want v0.3.1 |
1807 | 2024-12-17T07:28:06.189Z | Compiling pkcs8 v0.10.2 |
1808 | 2024-12-17T07:28:06.893Z | Compiling idna_adapter v1.2.0 |
1809 | 2024-12-17T07:28:07.124Z | Compiling h2 v0.4.6 |
1810 | 2024-12-17T07:28:08.258Z | Compiling usdt-attr-macro v0.5.0 |
1811 | 2024-12-17T07:28:09.829Z | Compiling usdt-macro v0.5.0 |
1812 | 2024-12-17T07:28:10.226Z | Compiling async-stream-impl v0.3.6 |
1813 | 2024-12-17T07:28:10.255Z | Compiling adler2 v2.0.0 |
1814 | 2024-12-17T07:28:10.543Z | Compiling httpdate v1.0.3 |
1815 | 2024-12-17T07:28:11.583Z | Compiling miniz_oxide v0.8.0 |
1816 | 2024-12-17T07:28:12.389Z | Compiling idna v1.0.3 |
1817 | 2024-12-17T07:28:14.262Z | Compiling curve25519-dalek v4.1.3 |
1818 | 2024-12-17T07:28:14.693Z | Compiling openapiv3 v2.0.0 |
1819 | 2024-12-17T07:28:15.045Z | Compiling hyper v1.5.1 |
1820 | 2024-12-17T07:28:15.140Z | Compiling enum-as-inner v0.6.1 |
1821 | 2024-12-17T07:28:18.097Z | Compiling dropshot v0.12.0 |
1822 | 2024-12-17T07:28:18.636Z | Compiling portable-atomic v1.9.0 |
1823 | 2024-12-17T07:28:19.014Z | Compiling num-bigint-dig v0.8.4 |
1824 | 2024-12-17T07:28:19.145Z | Compiling base64 v0.22.1 |
1825 | 2024-12-17T07:28:19.251Z | Compiling foreign-types-shared v0.1.1 |
1826 | 2024-12-17T07:28:19.311Z | Compiling match_cfg v0.1.0 |
1827 | 2024-12-17T07:28:19.376Z | Compiling tower-service v0.3.3 |
1828 | 2024-12-17T07:28:19.420Z | Compiling smoltcp v0.9.1 |
1829 | 2024-12-17T07:28:19.658Z | Compiling hyper-util v0.1.10 |
1830 | 2024-12-17T07:28:20.307Z | Compiling hostname v0.3.1 |
1831 | 2024-12-17T07:28:20.326Z | Compiling foreign-types v0.3.2 |
1832 | 2024-12-17T07:28:23.763Z | Compiling url v2.5.3 |
1833 | 2024-12-17T07:28:27.480Z | Compiling dirs-sys-next v0.1.2 |
1834 | 2024-12-17T07:28:27.675Z | Compiling ident_case v1.0.1 |
1835 | 2024-12-17T07:28:27.880Z | Compiling heck v0.4.1 |
1836 | 2024-12-17T07:28:28.010Z | Compiling siphasher v0.3.11 |
1837 | 2024-12-17T07:28:28.339Z | Compiling data-encoding v2.6.0 |
1838 | 2024-12-17T07:28:28.409Z | Compiling gimli v0.31.1 |
1839 | 2024-12-17T07:28:28.597Z | Compiling darling_core v0.20.10 |
1840 | 2024-12-17T07:28:28.828Z | Compiling dirs-next v2.0.0 |
1841 | 2024-12-17T07:28:31.689Z | Compiling http-body-util v0.1.2 |
1842 | 2024-12-17T07:28:35.045Z | Compiling addr2line v0.24.2 |
1843 | 2024-12-17T07:28:35.650Z | Compiling crossbeam-epoch v0.9.18 |
1844 | 2024-12-17T07:28:35.740Z | Compiling hubpack_derive v0.1.1 |
1845 | 2024-12-17T07:28:35.775Z | Compiling dropshot_endpoint v0.12.0 |
1846 | 2024-12-17T07:28:36.063Z | Compiling sha1 v0.10.6 |
1847 | 2024-12-17T07:28:36.378Z | Compiling signature v2.2.0 |
1848 | 2024-12-17T07:28:36.470Z | Compiling curve25519-dalek-derive v0.1.1 |
1849 | 2024-12-17T07:28:36.586Z | Compiling zerocopy-derive v0.6.6 |
1850 | 2024-12-17T07:28:36.693Z | Compiling object v0.36.5 |
1851 | 2024-12-17T07:28:37.868Z | Compiling thread_local v1.1.8 |
1852 | 2024-12-17T07:28:38.374Z | Compiling fs-err v2.11.0 |
1853 | 2024-12-17T07:28:38.555Z | Compiling encoding_rs v0.8.34 |
1854 | 2024-12-17T07:28:39.993Z | Compiling rustc-demangle v0.1.24 |
1855 | 2024-12-17T07:28:42.335Z | Compiling ipnet v2.10.1 |
1856 | 2024-12-17T07:28:43.436Z | Compiling anstyle v1.0.10 |
1857 | 2024-12-17T07:28:43.943Z | Compiling utf8parse v0.2.2 |
1858 | 2024-12-17T07:28:44.131Z | Compiling winnow v0.6.20 |
1859 | 2024-12-17T07:28:46.139Z | Compiling mime v0.3.17 |
1860 | 2024-12-17T07:28:46.682Z | Compiling openssl-probe v0.1.5 |
1861 | 2024-12-17T07:28:48.069Z | Compiling unicode-properties v0.1.3 |
1862 | 2024-12-17T07:28:48.091Z | Compiling toml_edit v0.22.22 |
1863 | 2024-12-17T07:28:48.508Z | Compiling stringprep v0.1.5 |
1864 | 2024-12-17T07:28:50.194Z | Compiling backtrace v0.3.74 |
1865 | 2024-12-17T07:28:50.212Z | Compiling anstyle-parse v0.2.5 |
1866 | 2024-12-17T07:28:52.102Z | Compiling crossbeam-deque v0.8.5 |
1867 | 2024-12-17T07:28:53.212Z | Compiling darling_macro v0.20.10 |
1868 | 2024-12-17T07:28:54.149Z | Compiling rustls-webpki v0.102.8 |
1869 | 2024-12-17T07:29:01.368Z | Compiling term v0.7.0 |
1870 | 2024-12-17T07:29:02.713Z | Compiling slog-json v2.6.1 |
1871 | 2024-12-17T07:29:04.552Z | Compiling serde_urlencoded v0.7.1 |
1872 | 2024-12-17T07:29:05.113Z | Compiling crossbeam-channel v0.5.13 |
1873 | 2024-12-17T07:29:05.131Z | Compiling rustls-pemfile v2.2.0 |
1874 | 2024-12-17T07:29:05.492Z | Compiling hashbrown v0.14.5 |
1875 | 2024-12-17T07:29:06.181Z | Compiling idna v0.3.0 |
1876 | 2024-12-17T07:29:06.216Z | Compiling idna v0.4.0 |
1877 | 2024-12-17T07:29:06.889Z | Compiling futures-executor v0.3.31 |
1878 | 2024-12-17T07:29:07.670Z | Compiling num-integer v0.1.46 |
1879 | 2024-12-17T07:29:07.698Z | Compiling md-5 v0.10.6 |
1880 | 2024-12-17T07:29:07.947Z | Compiling ff v0.13.0 |
1881 | 2024-12-17T07:29:08.210Z | Compiling hash32 v0.2.1 |
1882 | 2024-12-17T07:29:08.378Z | Compiling is-terminal v0.4.13 |
1883 | 2024-12-17T07:29:08.438Z | Compiling memmap v0.7.0 |
1884 | 2024-12-17T07:29:08.792Z | Compiling psl-types v2.0.11 |
1885 | 2024-12-17T07:29:09.005Z | Compiling colorchoice v1.0.2 |
1886 | 2024-12-17T07:29:09.532Z | Compiling anstyle-query v1.1.1 |
1887 | 2024-12-17T07:29:09.709Z | Compiling is_terminal_polyfill v1.70.1 |
1888 | 2024-12-17T07:29:09.873Z | Compiling take_mut v0.2.2 |
1889 | 2024-12-17T07:29:10.061Z | Compiling quick-error v1.2.3 |
1890 | 2024-12-17T07:29:10.226Z | Compiling fallible-iterator v0.2.0 |
1891 | 2024-12-17T07:29:10.422Z | Compiling base16ct v0.2.0 |
1892 | 2024-12-17T07:29:10.755Z | Compiling linked-hash-map v0.5.6 |
1893 | 2024-12-17T07:29:11.030Z | Compiling utf-8 v0.7.6 |
1894 | 2024-12-17T07:29:11.712Z | Compiling tungstenite v0.24.0 |
1895 | 2024-12-17T07:29:12.381Z | Compiling lru-cache v0.1.2 |
1896 | 2024-12-17T07:29:12.526Z | Compiling postgres-protocol v0.6.7 |
1897 | 2024-12-17T07:29:12.602Z | Compiling sec1 v0.7.3 |
1898 | 2024-12-17T07:29:13.209Z | Compiling resolv-conf v0.7.0 |
1899 | 2024-12-17T07:29:13.885Z | Compiling anstream v0.6.15 |
1900 | 2024-12-17T07:29:13.937Z | Compiling publicsuffix v2.2.3 |
1901 | 2024-12-17T07:29:14.235Z | Compiling usdt v0.5.0 |
1902 | 2024-12-17T07:29:14.661Z | Compiling slog-term v2.9.1 |
1903 | 2024-12-17T07:29:14.717Z | Compiling num-iter v0.1.45 |
1904 | 2024-12-17T07:29:14.864Z | Compiling group v0.13.0 |
1905 | 2024-12-17T07:29:14.929Z | Compiling futures v0.3.31 |
1906 | 2024-12-17T07:29:15.065Z | Compiling hickory-proto v0.24.1 |
1907 | 2024-12-17T07:29:15.174Z | Compiling regress v0.10.1 |
1908 | 2024-12-17T07:29:18.757Z | Compiling tokio-rustls v0.26.0 |
1909 | 2024-12-17T07:29:19.270Z | Compiling slog-bunyan v2.5.0 |
1910 | 2024-12-17T07:29:19.493Z | Compiling tokio-rustls v0.25.0 |
1911 | 2024-12-17T07:29:19.978Z | Compiling darling v0.20.10 |
1912 | 2024-12-17T07:29:20.052Z | Compiling toml v0.8.19 |
1913 | 2024-12-17T07:29:20.104Z | Compiling tokio-native-tls v0.3.1 |
1914 | 2024-12-17T07:29:20.125Z | Compiling strum_macros v0.25.3 |
1915 | 2024-12-17T07:29:20.392Z | Compiling phf_shared v0.11.2 |
1916 | 2024-12-17T07:29:21.133Z | Compiling async-stream v0.3.6 |
1917 | 2024-12-17T07:29:21.440Z | Compiling waitgroup v0.1.2 |
1918 | 2024-12-17T07:29:21.599Z | Compiling webpki-roots v0.26.6 |
1919 | 2024-12-17T07:29:22.117Z | Compiling idna v0.5.0 |
1920 | 2024-12-17T07:29:22.217Z | Compiling terminal_size v0.4.0 |
1921 | 2024-12-17T07:29:22.442Z | Compiling serde_path_to_error v0.1.16 |
1922 | 2024-12-17T07:29:23.305Z | Compiling hkdf v0.12.4 |
1923 | 2024-12-17T07:29:23.750Z | Compiling crypto-bigint v0.5.5 |
1924 | 2024-12-17T07:29:23.777Z | Compiling clap_derive v4.5.18 |
1925 | 2024-12-17T07:29:24.244Z | Compiling serde_repr v0.1.19 |
1926 | 2024-12-17T07:29:24.496Z | Compiling derive-where v1.2.7 |
1927 | 2024-12-17T07:29:25.352Z | Compiling hostname v0.4.0 |
1928 | 2024-12-17T07:29:25.618Z | Compiling crc32fast v1.4.2 |
1929 | 2024-12-17T07:29:25.829Z | Compiling debug-ignore v1.0.5 |
1930 | 2024-12-17T07:29:25.951Z | Compiling clap_lex v0.7.2 |
1931 | 2024-12-17T07:29:25.994Z | Compiling managed v0.8.0 |
1932 | 2024-12-17T07:29:26.545Z | Compiling bitflags v1.3.2 |
1933 | 2024-12-17T07:29:26.924Z | Compiling unicode-width v0.1.14 |
1934 | 2024-12-17T07:29:27.484Z | Compiling console v0.15.8 |
1935 | 2024-12-17T07:29:27.756Z | Compiling elliptic-curve v0.13.8 |
1936 | 2024-12-17T07:29:28.825Z | Compiling clap_builder v4.5.21 |
1937 | 2024-12-17T07:29:30.690Z | Compiling flate2 v1.0.34 |
1938 | 2024-12-17T07:29:31.518Z | Compiling cookie_store v0.21.0 |
1939 | 2024-12-17T07:29:35.180Z | Compiling hyper-rustls v0.27.3 |
1940 | 2024-12-17T07:29:36.343Z | Compiling hickory-resolver v0.24.1 |
1941 | 2024-12-17T07:29:36.514Z | Compiling phf v0.11.2 |
1942 | 2024-12-17T07:29:36.859Z | Compiling hyper-tls v0.6.0 |
1943 | 2024-12-17T07:29:37.195Z | Compiling signal-hook-mio v0.2.4 |
1944 | 2024-12-17T07:29:37.279Z | Compiling typify-impl v0.2.0 |
1945 | 2024-12-17T07:29:37.380Z | Compiling bzip2 v0.4.4 |
1946 | 2024-12-17T07:29:37.671Z | Compiling rayon v1.10.0 |
1947 | 2024-12-17T07:29:37.766Z | Compiling postgres-types v0.2.8 |
1948 | 2024-12-17T07:29:38.404Z | Compiling tokio-tungstenite v0.24.0 |
1949 | 2024-12-17T07:29:39.202Z | Compiling zerocopy v0.6.6 |
1950 | 2024-12-17T07:29:39.222Z | Compiling hubpack v0.1.2 |
1951 | 2024-12-17T07:29:39.306Z | Compiling ed25519 v2.2.3 |
1952 | 2024-12-17T07:29:39.689Z | Compiling phf_shared v0.10.0 |
1953 | 2024-12-17T07:29:39.774Z | Compiling pkcs1 v0.7.5 |
1954 | 2024-12-17T07:29:40.140Z | Compiling tokio-stream v0.1.16 |
1955 | 2024-12-17T07:29:41.461Z | Compiling serde-big-array v0.5.1 |
1956 | 2024-12-17T07:29:41.718Z | Compiling rfc6979 v0.4.0 |
1957 | 2024-12-17T07:29:41.928Z | Compiling float-cmp v0.9.0 |
1958 | 2024-12-17T07:29:42.171Z | Compiling sync_wrapper v1.0.1 |
1959 | 2024-12-17T07:29:42.228Z | Compiling bstr v1.10.0 |
1960 | 2024-12-17T07:29:42.681Z | Compiling normalize-line-endings v0.3.0 |
1961 | 2024-12-17T07:29:43.091Z | Compiling bit-vec v0.6.3 |
1962 | 2024-12-17T07:29:43.529Z | Compiling predicates-core v1.0.8 |
1963 | 2024-12-17T07:29:43.880Z | Compiling precomputed-hash v0.1.1 |
1964 | 2024-12-17T07:29:43.938Z | Compiling static_assertions v1.1.0 |
1965 | 2024-12-17T07:29:43.981Z | Compiling new_debug_unreachable v1.0.6 |
1966 | 2024-12-17T07:29:44.012Z | Compiling whoami v1.5.2 |
1967 | 2024-12-17T07:29:44.055Z | Compiling fixedbitset v0.4.2 |
1968 | 2024-12-17T07:29:44.090Z | Compiling difflib v0.4.0 |
1969 | 2024-12-17T07:29:44.492Z | Compiling unicode-segmentation v1.12.0 |
1970 | 2024-12-17T07:29:44.611Z | Compiling number_prefix v0.4.0 |
1971 | 2024-12-17T07:29:44.898Z | Compiling unicode-width v0.2.0 |
1972 | 2024-12-17T07:29:45.282Z | Compiling similar v2.6.0 |
1973 | 2024-12-17T07:29:45.404Z | Compiling indicatif v0.17.9 |
1974 | 2024-12-17T07:29:45.443Z | Compiling predicates v3.1.2 |
1975 | 2024-12-17T07:29:45.463Z | Compiling tokio-postgres v0.7.12 |
1976 | 2024-12-17T07:29:46.951Z | Compiling petgraph v0.6.5 |
1977 | 2024-12-17T07:29:47.264Z | Compiling string_cache v0.8.7 |
1978 | 2024-12-17T07:29:47.357Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1979 | 2024-12-17T07:29:47.570Z | Compiling bit-set v0.5.3 |
1980 | 2024-12-17T07:29:48.165Z | Compiling reqwest v0.12.9 |
1981 | 2024-12-17T07:29:49.318Z | Compiling typify-macro v0.2.0 |
1982 | 2024-12-17T07:29:51.051Z | Compiling ecdsa v0.16.9 |
1983 | 2024-12-17T07:29:52.928Z | Compiling qorb v0.2.1 |
1984 | 2024-12-17T07:29:53.397Z | Compiling rsa v0.9.6 |
1985 | 2024-12-17T07:29:53.523Z | Compiling ed25519-dalek v2.1.1 |
1986 | 2024-12-17T07:29:54.288Z | Compiling zip v0.6.6 |
1987 | 2024-12-17T07:29:54.350Z | Compiling crossterm v0.28.1 |
1988 | 2024-12-17T07:29:54.997Z | Compiling clap v4.5.21 |
1989 | 2024-12-17T07:29:55.678Z | Compiling toml v0.7.8 |
1990 | 2024-12-17T07:29:57.015Z | Compiling x509-cert v0.2.5 |
1991 | 2024-12-17T07:29:57.901Z | Compiling hex v0.4.3 |
1992 | 2024-12-17T07:29:58.917Z | Compiling peg-runtime v0.8.3 |
1993 | 2024-12-17T07:29:59.077Z | Compiling unicode-xid v0.2.6 |
1994 | 2024-12-17T07:29:59.235Z | Compiling zerocopy v0.8.10 |
1995 | 2024-12-17T07:29:59.256Z | Compiling lalrpop-util v0.19.12 |
1996 | 2024-12-17T07:30:01.441Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1997 | 2024-12-17T07:30:05.688Z | Compiling proc-macro-crate v1.3.1 |
1998 | 2024-12-17T07:30:05.779Z | Compiling ipnetwork v0.20.0 |
1999 | 2024-12-17T07:30:05.814Z | Compiling macaddr v1.0.1 |
2000 | 2024-12-17T07:30:06.556Z | Compiling zerocopy-derive v0.8.10 |
2001 | 2024-12-17T07:30:06.762Z | Compiling itertools v0.13.0 |
2002 | 2024-12-17T07:30:09.660Z | Compiling heapless v0.8.0 |
2003 | 2024-12-17T07:30:10.195Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2004 | 2024-12-17T07:30:15.236Z | Compiling num_enum_derive v0.5.11 |
2005 | 2024-12-17T07:30:23.055Z | Compiling hash32 v0.3.1 |
2006 | 2024-12-17T07:30:24.002Z | Compiling smoltcp v0.11.0 |
2007 | 2024-12-17T07:30:24.171Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2008 | 2024-12-17T07:30:29.641Z | Compiling num_enum v0.5.11 |
2009 | 2024-12-17T07:30:29.861Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2010 | 2024-12-17T07:30:30.862Z | Compiling typify v0.2.0 |
2011 | 2024-12-17T07:30:31.978Z | Compiling proc-macro-error-attr v1.0.4 |
2012 | 2024-12-17T07:30:32.062Z | Compiling unsafe-libyaml v0.2.11 |
2013 | 2024-12-17T07:30:33.057Z | Compiling thiserror v2.0.3 |
2014 | 2024-12-17T07:30:33.620Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2015 | 2024-12-17T07:30:33.849Z | Compiling cobs v0.2.3 |
2016 | 2024-12-17T07:30:34.300Z | Compiling postcard v1.0.10 |
2017 | 2024-12-17T07:30:34.319Z | Compiling serde_yaml v0.9.34+deprecated |
2018 | 2024-12-17T07:30:50.626Z | Compiling progenitor-impl v0.8.0 |
2019 | 2024-12-17T07:30:51.137Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2020 | 2024-12-17T07:31:02.757Z | Compiling strum_macros v0.26.4 |
2021 | 2024-12-17T07:31:03.663Z | Compiling structmeta-derive v0.3.0 |
2022 | 2024-12-17T07:31:03.917Z | Compiling foreign-types-macros v0.2.3 |
2023 | 2024-12-17T07:31:04.277Z | Compiling thiserror-impl v2.0.3 |
2024 | 2024-12-17T07:31:04.297Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2025 | 2024-12-17T07:31:04.365Z | Compiling proc-macro-error v1.0.4 |
2026 | 2024-12-17T07:31:05.691Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2027 | 2024-12-17T07:31:06.241Z | Compiling newtype-uuid v1.1.3 |
2028 | 2024-12-17T07:31:06.986Z | Compiling foreign-types-shared v0.3.1 |
2029 | 2024-12-17T07:31:07.308Z | Compiling strum v0.26.3 |
2030 | 2024-12-17T07:31:07.507Z | Compiling foreign-types v0.5.0 |
2031 | 2024-12-17T07:31:08.178Z | Compiling structmeta v0.3.0 |
2032 | 2024-12-17T07:31:11.168Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2033 | 2024-12-17T07:31:15.564Z | Compiling progenitor-macro v0.8.0 |
2034 | 2024-12-17T07:31:21.494Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2035 | 2024-12-17T07:31:21.536Z | Compiling progenitor-client v0.8.0 |
2036 | 2024-12-17T07:31:22.576Z | Compiling tabwriter v1.4.0 |
2037 | 2024-12-17T07:31:23.348Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2038 | 2024-12-17T07:31:24.146Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2039 | 2024-12-17T07:31:25.039Z | Compiling cstr-argument v0.1.2 |
2040 | 2024-12-17T07:31:25.102Z | Compiling dropshot v0.15.1 |
2041 | 2024-12-17T07:31:25.405Z | Compiling pretty-hex v0.2.1 |
2042 | 2024-12-17T07:31:25.636Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2043 | 2024-12-17T07:31:25.927Z | Compiling crucible-workspace-hack v0.1.0 |
2044 | 2024-12-17T07:31:26.463Z | Compiling fastrand v2.1.1 |
2045 | 2024-12-17T07:31:27.278Z | Compiling tempfile v3.13.0 |
2046 | 2024-12-17T07:31:28.088Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2047 | 2024-12-17T07:31:28.462Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2048 | 2024-12-17T07:31:28.570Z | Compiling progenitor v0.8.0 |
2049 | 2024-12-17T07:31:28.772Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2050 | 2024-12-17T07:31:28.997Z | Compiling parse-display-derive v0.10.0 |
2051 | 2024-12-17T07:31:29.351Z | Compiling colored v2.1.0 |
2052 | 2024-12-17T07:31:29.401Z | Compiling serde_with_macros v3.11.0 |
2053 | 2024-12-17T07:31:29.595Z | Compiling dropshot_endpoint v0.15.1 |
2054 | 2024-12-17T07:31:30.690Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2055 | 2024-12-17T07:31:31.158Z | Compiling instant v0.1.13 |
2056 | 2024-12-17T07:31:31.351Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2057 | 2024-12-17T07:31:31.437Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2058 | 2024-12-17T07:31:31.665Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2059 | 2024-12-17T07:31:31.762Z | Compiling backoff v0.4.0 |
2060 | 2024-12-17T07:31:32.019Z | Compiling serde_with v3.11.0 |
2061 | 2024-12-17T07:31:32.967Z | Compiling parse-display v0.10.0 |
2062 | 2024-12-17T07:31:34.192Z | Compiling zone_cfg_derive v0.3.0 |
2063 | 2024-12-17T07:31:34.739Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2064 | 2024-12-17T07:31:34.972Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2065 | 2024-12-17T07:31:35.344Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2066 | 2024-12-17T07:31:35.701Z | Compiling camino-tempfile v1.1.1 |
2067 | 2024-12-17T07:31:35.704Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2068 | 2024-12-17T07:31:36.281Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2069 | 2024-12-17T07:31:36.484Z | Compiling regress v0.9.1 |
2070 | 2024-12-17T07:31:36.503Z | Compiling num-derive v0.4.2 |
2071 | 2024-12-17T07:31:36.594Z | Compiling sigpipe v0.1.3 |
2072 | 2024-12-17T07:31:36.744Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2073 | 2024-12-17T07:31:37.043Z | Compiling libefi-sys v0.1.0 |
2074 | 2024-12-17T07:31:37.409Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2075 | 2024-12-17T07:31:38.753Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2076 | 2024-12-17T07:31:40.324Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2077 | 2024-12-17T07:31:40.726Z | Compiling zone v0.3.0 |
2078 | 2024-12-17T07:31:40.888Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2079 | 2024-12-17T07:31:41.871Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2080 | 2024-12-17T07:31:45.066Z | Compiling smf v0.2.3 |
2081 | 2024-12-17T07:31:45.186Z | Compiling bitfield-struct v0.6.2 |
2082 | 2024-12-17T07:31:46.585Z | Compiling blake3 v1.5.4 |
2083 | 2024-12-17T07:31:47.207Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2084 | 2024-12-17T07:31:47.620Z | Compiling ring v0.16.20 |
2085 | 2024-12-17T07:31:48.051Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2086 | 2024-12-17T07:31:48.450Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2087 | 2024-12-17T07:31:48.697Z | Compiling xattr v1.3.1 |
2088 | 2024-12-17T07:31:48.794Z | Compiling memmap2 v0.9.5 |
2089 | 2024-12-17T07:31:49.028Z | Compiling filetime v0.2.25 |
2090 | 2024-12-17T07:31:49.386Z | Compiling same-file v1.0.6 |
2091 | 2024-12-17T07:31:49.405Z | Compiling arrayref v0.3.9 |
2092 | 2024-12-17T07:31:49.525Z | Compiling arrayvec v0.7.6 |
2093 | 2024-12-17T07:31:49.564Z | Compiling constant_time_eq v0.3.1 |
2094 | 2024-12-17T07:31:49.685Z | Compiling spin v0.5.2 |
2095 | 2024-12-17T07:31:49.771Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2096 | 2024-12-17T07:31:49.914Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2097 | 2024-12-17T07:31:50.035Z | Compiling walkdir v2.5.0 |
2098 | 2024-12-17T07:31:51.469Z | Compiling tar v0.4.42 |
2099 | 2024-12-17T07:31:52.672Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2100 | 2024-12-17T07:31:52.822Z | Compiling gethostname v0.5.0 |
2101 | 2024-12-17T07:31:53.041Z | Compiling cargo-platform v0.1.8 |
2102 | 2024-12-17T07:31:53.107Z | Compiling topological-sort v0.2.2 |
2103 | 2024-12-17T07:31:53.388Z | Compiling cargo_metadata v0.18.1 |
2104 | 2024-12-17T07:31:57.442Z | Compiling omicron-zone-package v0.11.1 |
2105 | 2024-12-17T07:32:01.061Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2106 | 2024-12-17T07:32:03.415Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2107 | 2024-12-17T07:32:07.902Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2108 | 2024-12-17T07:32:24.834Z | Finished `release` profile [optimized] target(s) in 5m 37s |
2109 | 2024-12-17T07:32:25.001Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2110 | 2024-12-17T07:32:25.047Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2111 | 2024-12-17T07:32:25.050Z | Created new build target 'test' and set it as active |
2112 | 2024-12-17T07:32:25.050Z | |
2113 | 2024-12-17T07:32:25.050Z | real 5:37.575515618 |
2114 | 2024-12-17T07:32:25.050Z | user 37:56.462964520 |
2115 | 2024-12-17T07:32:25.050Z | sys 5:03.580553811 |
2116 | 2024-12-17T07:32:25.050Z | trap 1.177475607 |
2117 | 2024-12-17T07:32:25.050Z | tflt 3.080947604 |
2118 | 2024-12-17T07:32:25.050Z | dflt 0.677472321 |
2119 | 2024-12-17T07:32:25.050Z | kflt 0.017780687 |
2120 | 2024-12-17T07:32:25.050Z | lock 1:20:07.431618175 |
2121 | 2024-12-17T07:32:25.050Z | slp 2:38:44.466704338 |
2122 | 2024-12-17T07:32:25.050Z | lat 2:35.988313335 |
2123 | 2024-12-17T07:32:25.050Z | stop 4:45.331699995 |
2124 | 2024-12-17T07:32:25.050Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2125 | 2024-12-17T07:32:26.019Z | Finished `release` profile [optimized] target(s) in 0.92s |
2126 | 2024-12-17T07:32:26.078Z | Running `target/release/omicron-package -t test package` |
2127 | 2024-12-17T07:32:26.123Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2128 | 2024-12-17T07:32:27.253Z | Compiling convert_case v0.4.0 |
2129 | 2024-12-17T07:32:27.253Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2130 | 2024-12-17T07:32:27.256Z | Compiling newline-converter v0.3.0 |
2131 | 2024-12-17T07:32:27.256Z | Compiling password-hash v0.5.0 |
2132 | 2024-12-17T07:32:27.256Z | Compiling progenitor-client v0.8.0 |
2133 | 2024-12-17T07:32:27.256Z | Compiling blake2 v0.10.6 |
2134 | 2024-12-17T07:32:27.256Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2135 | 2024-12-17T07:32:27.404Z | Compiling owo-colors v4.1.0 |
2136 | 2024-12-17T07:32:27.551Z | Compiling expectorate v1.1.0 |
2137 | 2024-12-17T07:32:27.590Z | Compiling cancel-safe-futures v0.1.5 |
2138 | 2024-12-17T07:32:27.760Z | Compiling progenitor v0.8.0 |
2139 | 2024-12-17T07:32:27.811Z | Compiling num-rational v0.4.2 |
2140 | 2024-12-17T07:32:27.849Z | Compiling num-complex v0.4.6 |
2141 | 2024-12-17T07:32:27.911Z | Compiling argon2 v0.5.3 |
2142 | 2024-12-17T07:32:28.125Z | Compiling derive_more v0.99.18 |
2143 | 2024-12-17T07:32:28.557Z | Compiling atomicwrites v0.4.4 |
2144 | 2024-12-17T07:32:28.729Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2145 | 2024-12-17T07:32:29.097Z | Compiling num v0.4.3 |
2146 | 2024-12-17T07:32:29.112Z | Compiling libsw v3.3.1 |
2147 | 2024-12-17T07:32:29.222Z | Compiling indent_write v2.2.0 |
2148 | 2024-12-17T07:32:29.301Z | Compiling linear-map v1.2.0 |
2149 | 2024-12-17T07:32:29.436Z | Compiling swrite v0.1.0 |
2150 | 2024-12-17T07:32:29.460Z | Compiling float-ord v0.3.2 |
2151 | 2024-12-17T07:32:29.546Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2152 | 2024-12-17T07:32:29.581Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2153 | 2024-12-17T07:32:29.644Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2154 | 2024-12-17T07:32:29.721Z | Compiling base64 v0.21.7 |
2155 | 2024-12-17T07:32:30.262Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2156 | 2024-12-17T07:32:30.377Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2157 | 2024-12-17T07:32:30.859Z | Compiling highway v1.2.0 |
2158 | 2024-12-17T07:32:31.046Z | Compiling semver v0.1.20 |
2159 | 2024-12-17T07:32:31.585Z | Compiling rustc_version v0.1.7 |
2160 | 2024-12-17T07:32:32.008Z | Compiling newtype_derive v0.1.6 |
2161 | 2024-12-17T07:32:32.267Z | Compiling thiserror v2.0.3 |
2162 | 2024-12-17T07:32:32.318Z | Compiling newtype-uuid v1.1.3 |
2163 | 2024-12-17T07:32:32.745Z | Compiling dropshot v0.15.1 |
2164 | 2024-12-17T07:32:32.792Z | Compiling ipnetwork v0.20.0 |
2165 | 2024-12-17T07:32:32.824Z | Compiling instant v0.1.13 |
2166 | 2024-12-17T07:32:32.993Z | Compiling humantime v2.1.0 |
2167 | 2024-12-17T07:32:33.584Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2168 | 2024-12-17T07:32:33.881Z | Compiling backoff v0.4.0 |
2169 | 2024-12-17T07:32:34.216Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2170 | 2024-12-17T07:32:34.768Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2171 | 2024-12-17T07:32:37.729Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2172 | 2024-12-17T07:32:38.102Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2173 | 2024-12-17T07:32:38.322Z | Compiling parse-display v0.10.0 |
2174 | 2024-12-17T07:32:38.916Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2175 | 2024-12-17T07:32:38.945Z | Compiling serde_with v3.11.0 |
2176 | 2024-12-17T07:32:39.106Z | Compiling strum v0.26.3 |
2177 | 2024-12-17T07:32:39.293Z | Compiling regress v0.9.1 |
2178 | 2024-12-17T07:32:42.934Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2179 | 2024-12-17T07:32:44.091Z | Compiling macaddr v1.0.1 |
2180 | 2024-12-17T07:32:44.234Z | Compiling steno v0.4.1 |
2181 | 2024-12-17T07:32:44.452Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2182 | 2024-12-17T07:32:44.846Z | Compiling prettyplease v0.2.25 |
2183 | 2024-12-17T07:32:44.878Z | Compiling slog-dtrace v0.3.0 |
2184 | 2024-12-17T07:32:46.209Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2185 | 2024-12-17T07:32:46.819Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2186 | 2024-12-17T07:32:47.267Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2187 | 2024-12-17T07:32:49.335Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2188 | 2024-12-17T07:32:50.486Z | Compiling half v2.4.1 |
2189 | 2024-12-17T07:32:51.201Z | Compiling ciborium-io v0.2.2 |
2190 | 2024-12-17T07:32:51.346Z | Compiling ciborium-ll v0.2.2 |
2191 | 2024-12-17T07:32:51.870Z | Compiling tungstenite v0.21.0 |
2192 | 2024-12-17T07:32:54.648Z | Compiling tokio-tungstenite v0.21.0 |
2193 | 2024-12-17T07:32:55.284Z | Compiling ciborium v0.2.2 |
2194 | 2024-12-17T07:32:57.030Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2195 | 2024-12-17T07:33:03.308Z | Compiling fastrand v2.1.1 |
2196 | 2024-12-17T07:33:03.510Z | Compiling same-file v1.0.6 |
2197 | 2024-12-17T07:33:03.755Z | Compiling display-error-chain v0.2.2 |
2198 | 2024-12-17T07:33:03.799Z | Compiling walkdir v2.5.0 |
2199 | 2024-12-17T07:33:03.978Z | Compiling tempfile v3.13.0 |
2200 | 2024-12-17T07:33:04.471Z | Compiling ring v0.16.20 |
2201 | 2024-12-17T07:33:04.790Z | Compiling blake3 v1.5.4 |
2202 | 2024-12-17T07:33:04.817Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2203 | 2024-12-17T07:33:05.224Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2204 | 2024-12-17T07:33:05.422Z | Compiling xattr v1.3.1 |
2205 | 2024-12-17T07:33:05.692Z | Compiling memmap2 v0.9.5 |
2206 | 2024-12-17T07:33:06.142Z | Compiling filetime v0.2.25 |
2207 | 2024-12-17T07:33:06.159Z | Compiling constant_time_eq v0.3.1 |
2208 | 2024-12-17T07:33:06.320Z | Compiling arrayvec v0.7.6 |
2209 | 2024-12-17T07:33:06.418Z | Compiling arrayref v0.3.9 |
2210 | 2024-12-17T07:33:06.528Z | Compiling spin v0.5.2 |
2211 | 2024-12-17T07:33:06.734Z | Compiling keccak v0.1.5 |
2212 | 2024-12-17T07:33:07.382Z | Compiling sha3 v0.10.8 |
2213 | 2024-12-17T07:33:07.731Z | Compiling tar v0.4.42 |
2214 | 2024-12-17T07:33:07.870Z | Compiling camino-tempfile v1.1.1 |
2215 | 2024-12-17T07:33:08.151Z | Compiling toolchain_find v0.4.0 |
2216 | 2024-12-17T07:33:08.273Z | Compiling const_format_proc_macros v0.2.33 |
2217 | 2024-12-17T07:33:08.343Z | Compiling topological-sort v0.2.2 |
2218 | 2024-12-17T07:33:08.581Z | Compiling crunchy v0.2.2 |
2219 | 2024-12-17T07:33:08.795Z | Compiling maplit v1.0.2 |
2220 | 2024-12-17T07:33:08.931Z | Compiling radium v0.7.0 |
2221 | 2024-12-17T07:33:09.087Z | Compiling omicron-zone-package v0.11.1 |
2222 | 2024-12-17T07:33:09.380Z | Compiling rustfmt-wrapper v0.2.1 |
2223 | 2024-12-17T07:33:09.708Z | Compiling tap v1.0.1 |
2224 | 2024-12-17T07:33:09.964Z | Compiling tiny-keccak v2.0.2 |
2225 | 2024-12-17T07:33:09.964Z | Compiling maybe-uninit v2.0.0 |
2226 | 2024-12-17T07:33:10.117Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2227 | 2024-12-17T07:33:10.247Z | Compiling const_format v0.2.33 |
2228 | 2024-12-17T07:33:10.294Z | Compiling wyz v0.5.1 |
2229 | 2024-12-17T07:33:10.608Z | Compiling dsl_auto_type v0.1.2 |
2230 | 2024-12-17T07:33:10.656Z | Compiling phf_generator v0.11.2 |
2231 | 2024-12-17T07:33:10.802Z | Compiling scheduled-thread-pool v0.2.7 |
2232 | 2024-12-17T07:33:10.853Z | Compiling secrecy v0.8.0 |
2233 | 2024-12-17T07:33:10.881Z | Compiling diesel_table_macro_syntax v0.2.0 |
2234 | 2024-12-17T07:33:11.137Z | Compiling async-recursion v1.1.1 |
2235 | 2024-12-17T07:33:11.298Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2236 | 2024-12-17T07:33:11.468Z | Compiling packed_struct v0.10.1 |
2237 | 2024-12-17T07:33:11.611Z | Compiling arc-swap v1.7.1 |
2238 | 2024-12-17T07:33:11.901Z | Compiling funty v2.0.0 |
2239 | 2024-12-17T07:33:11.971Z | Compiling crc-catalog v2.4.0 |
2240 | 2024-12-17T07:33:12.036Z | Compiling diesel_derives v2.2.3 |
2241 | 2024-12-17T07:33:12.139Z | Compiling crc v3.2.1 |
2242 | 2024-12-17T07:33:12.244Z | Compiling slog-scope v4.4.0 |
2243 | 2024-12-17T07:33:12.657Z | Compiling r2d2 v0.8.10 |
2244 | 2024-12-17T07:33:13.087Z | Compiling bitvec v1.0.1 |
2245 | 2024-12-17T07:33:13.128Z | Compiling phf_codegen v0.11.2 |
2246 | 2024-12-17T07:33:13.891Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2247 | 2024-12-17T07:33:14.105Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2248 | 2024-12-17T07:33:14.324Z | Compiling ascii-canvas v3.0.0 |
2249 | 2024-12-17T07:33:14.491Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2250 | 2024-12-17T07:33:14.859Z | Compiling universal-hash v0.5.1 |
2251 | 2024-12-17T07:33:15.107Z | Compiling thiserror-impl-no-std v2.0.2 |
2252 | 2024-12-17T07:33:17.664Z | Compiling packed_struct_codegen v0.10.1 |
2253 | 2024-12-17T07:33:17.902Z | Compiling parse-zoneinfo v0.3.1 |
2254 | 2024-12-17T07:33:19.554Z | Compiling ena v0.14.3 |
2255 | 2024-12-17T07:33:20.022Z | Compiling indexmap v1.9.3 |
2256 | 2024-12-17T07:33:20.149Z | Compiling diff v0.1.13 |
2257 | 2024-12-17T07:33:20.345Z | Compiling regex-syntax v0.6.29 |
2258 | 2024-12-17T07:33:20.705Z | Compiling nodrop v0.1.14 |
2259 | 2024-12-17T07:33:20.858Z | Compiling opaque-debug v0.3.1 |
2260 | 2024-12-17T07:33:20.979Z | Compiling poly1305 v0.8.0 |
2261 | 2024-12-17T07:33:22.447Z | Compiling array-init v0.0.4 |
2262 | 2024-12-17T07:33:23.396Z | Compiling diesel v2.2.6 |
2263 | 2024-12-17T07:33:23.741Z | Compiling lalrpop v0.19.12 |
2264 | 2024-12-17T07:33:29.905Z | Compiling chrono-tz-build v0.4.0 |
2265 | 2024-12-17T07:33:31.074Z | Compiling thiserror-no-std v2.0.2 |
2266 | 2024-12-17T07:33:31.201Z | Compiling smallvec v0.6.14 |
2267 | 2024-12-17T07:33:31.730Z | Compiling slog-stdlog v4.1.1 |
2268 | 2024-12-17T07:33:31.790Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2269 | 2024-12-17T07:33:32.580Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2270 | 2024-12-17T07:33:32.884Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2271 | 2024-12-17T07:33:33.002Z | Compiling chacha20 v0.9.1 |
2272 | 2024-12-17T07:33:33.107Z | Compiling aead v0.5.2 |
2273 | 2024-12-17T07:33:33.452Z | Compiling vte_generate_state_changes v0.1.2 |
2274 | 2024-12-17T07:33:33.477Z | Compiling hashbrown v0.12.3 |
2275 | 2024-12-17T07:33:34.056Z | Compiling ref-cast v1.0.23 |
2276 | 2024-12-17T07:33:34.530Z | Compiling termcolor v1.4.1 |
2277 | 2024-12-17T07:33:34.822Z | Compiling bitfield v0.14.0 |
2278 | 2024-12-17T07:33:35.139Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2279 | 2024-12-17T07:33:35.623Z | Compiling env_logger v0.10.2 |
2280 | 2024-12-17T07:33:40.036Z | Compiling vte v0.11.1 |
2281 | 2024-12-17T07:33:41.538Z | Compiling chacha20poly1305 v0.10.1 |
2282 | 2024-12-17T07:33:41.835Z | Compiling slog-envlogger v2.2.0 |
2283 | 2024-12-17T07:33:44.658Z | Compiling serde-hex v0.1.0 |
2284 | 2024-12-17T07:33:48.720Z | Compiling vsss-rs v3.3.4 |
2285 | 2024-12-17T07:33:49.802Z | Compiling polar-core v0.27.3 |
2286 | 2024-12-17T07:33:49.894Z | Compiling chrono-tz v0.10.0 |
2287 | 2024-12-17T07:33:50.540Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2288 | 2024-12-17T07:33:50.896Z | Compiling ron v0.8.1 |
2289 | 2024-12-17T07:33:51.036Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2290 | 2024-12-17T07:33:51.339Z | Compiling derive_builder_core v0.20.2 |
2291 | 2024-12-17T07:33:53.216Z | Compiling hashbrown v0.13.2 |
2292 | 2024-12-17T07:33:53.665Z | Compiling headers-core v0.3.0 |
2293 | 2024-12-17T07:33:53.855Z | Compiling fxhash v0.2.1 |
2294 | 2024-12-17T07:33:54.107Z | Compiling libxml v0.3.3 |
2295 | 2024-12-17T07:33:54.472Z | Compiling ref-cast-impl v1.0.23 |
2296 | 2024-12-17T07:33:54.573Z | Compiling lockfree-object-pool v0.1.6 |
2297 | 2024-12-17T07:33:54.913Z | Compiling bumpalo v3.16.0 |
2298 | 2024-12-17T07:33:55.503Z | Compiling simd-adler32 v0.3.7 |
2299 | 2024-12-17T07:33:55.643Z | Compiling crc-any v2.5.0 |
2300 | 2024-12-17T07:33:56.638Z | Compiling bytecount v0.6.8 |
2301 | 2024-12-17T07:33:56.698Z | Compiling zip v2.1.3 |
2302 | 2024-12-17T07:33:56.781Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2303 | 2024-12-17T07:33:56.974Z | Compiling papergrid v0.11.0 |
2304 | 2024-12-17T07:33:57.070Z | Compiling zopfli v0.8.1 |
2305 | 2024-12-17T07:34:01.500Z | Compiling object v0.30.4 |
2306 | 2024-12-17T07:34:01.585Z | Compiling headers v0.4.0 |
2307 | 2024-12-17T07:34:05.247Z | Compiling derive_builder_macro v0.20.2 |
2308 | 2024-12-17T07:34:09.255Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2309 | 2024-12-17T07:34:10.894Z | Compiling strip-ansi-escapes v0.2.0 |
2310 | 2024-12-17T07:34:11.748Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2311 | 2024-12-17T07:34:11.770Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2312 | 2024-12-17T07:34:12.067Z | Compiling tabled_derive v0.7.0 |
2313 | 2024-12-17T07:34:12.100Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2314 | 2024-12-17T07:34:14.243Z | Compiling itertools v0.12.1 |
2315 | 2024-12-17T07:34:14.516Z | Compiling fd-lock v4.0.2 |
2316 | 2024-12-17T07:34:14.741Z | Compiling peg-macros v0.8.4 |
2317 | 2024-12-17T07:34:14.900Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2318 | 2024-12-17T07:34:15.951Z | Compiling strum_macros v0.24.3 |
2319 | 2024-12-17T07:34:16.633Z | Compiling kstat-rs v0.2.4 |
2320 | 2024-12-17T07:34:16.831Z | Compiling samael v0.0.17 |
2321 | 2024-12-17T07:34:17.620Z | Compiling unicase v2.7.0 |
2322 | 2024-12-17T07:34:17.795Z | Compiling nu-ansi-term v0.50.1 |
2323 | 2024-12-17T07:34:17.947Z | Compiling path-slash v0.1.5 |
2324 | 2024-12-17T07:34:18.174Z | Compiling indoc v1.0.9 |
2325 | 2024-12-17T07:34:18.195Z | Compiling peg v0.8.4 |
2326 | 2024-12-17T07:34:18.326Z | Compiling reedline v0.35.0 |
2327 | 2024-12-17T07:34:19.037Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2328 | 2024-12-17T07:34:19.056Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2329 | 2024-12-17T07:34:19.588Z | Compiling tabled v0.15.0 |
2330 | 2024-12-17T07:34:22.256Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2331 | 2024-12-17T07:34:34.781Z | Compiling derive_builder v0.20.2 |
2332 | 2024-12-17T07:34:38.935Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2333 | 2024-12-17T07:34:39.699Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2334 | 2024-12-17T07:34:39.871Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2335 | 2024-12-17T07:34:39.892Z | Compiling pem v3.0.4 |
2336 | 2024-12-17T07:34:40.172Z | Compiling bcs v0.1.6 |
2337 | 2024-12-17T07:34:41.100Z | Compiling oso-derive v0.27.3 |
2338 | 2024-12-17T07:34:41.379Z | Compiling impl-trait-for-tuples v0.2.2 |
2339 | 2024-12-17T07:34:42.097Z | Compiling libz-sys v1.1.20 |
2340 | 2024-12-17T07:34:42.245Z | Compiling quick-xml v0.33.0 |
2341 | 2024-12-17T07:34:42.784Z | Compiling diesel-dtrace v0.4.2 |
2342 | 2024-12-17T07:34:43.110Z | Compiling parking_lot_core v0.8.6 |
2343 | 2024-12-17T07:34:48.359Z | Compiling oso v0.27.3 |
2344 | 2024-12-17T07:34:51.056Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2345 | 2024-12-17T07:34:52.610Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2346 | 2024-12-17T07:34:58.025Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2347 | 2024-12-17T07:35:01.305Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2348 | 2024-12-17T07:35:01.618Z | Compiling bb8 v0.8.5 |
2349 | 2024-12-17T07:35:02.246Z | Compiling buf-list v1.0.3 |
2350 | 2024-12-17T07:35:02.913Z | Compiling async-bb8-diesel v0.2.1 |
2351 | 2024-12-17T07:35:05.390Z | Compiling nibble_vec v0.1.0 |
2352 | 2024-12-17T07:35:05.649Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2353 | 2024-12-17T07:35:05.991Z | Compiling pin-project-internal v1.1.6 |
2354 | 2024-12-17T07:35:06.451Z | Compiling atty v0.2.14 |
2355 | 2024-12-17T07:35:06.632Z | Compiling endian-type v0.1.2 |
2356 | 2024-12-17T07:35:06.905Z | Compiling salty v0.3.0 |
2357 | 2024-12-17T07:35:07.367Z | Compiling radix_trie v0.2.1 |
2358 | 2024-12-17T07:35:08.892Z | Compiling pin-project v1.1.6 |
2359 | 2024-12-17T07:35:09.447Z | Compiling parking_lot v0.11.2 |
2360 | 2024-12-17T07:35:12.563Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2361 | 2024-12-17T07:35:17.326Z | Compiling snafu-derive v0.8.5 |
2362 | 2024-12-17T07:35:22.026Z | Compiling snafu v0.8.5 |
2363 | 2024-12-17T07:35:23.347Z | Compiling sled v0.34.7 |
2364 | 2024-12-17T07:35:24.957Z | Compiling mime_guess v2.0.5 |
2365 | 2024-12-17T07:35:25.933Z | Compiling hickory-client v0.24.1 |
2366 | 2024-12-17T07:35:33.437Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2367 | 2024-12-17T07:35:35.697Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2368 | 2024-12-17T07:35:38.297Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2369 | 2024-12-17T07:35:39.876Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2370 | 2024-12-17T07:35:41.660Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2371 | 2024-12-17T07:35:42.560Z | Compiling globset v0.4.15 |
2372 | 2024-12-17T07:35:43.284Z | Compiling hickory-server v0.24.1 |
2373 | 2024-12-17T07:35:48.623Z | Compiling primeorder v0.13.6 |
2374 | 2024-12-17T07:35:49.235Z | Compiling olpc-cjson v0.1.4 |
2375 | 2024-12-17T07:35:49.588Z | Compiling vergen v8.3.2 |
2376 | 2024-12-17T07:35:49.921Z | Compiling env_filter v0.1.2 |
2377 | 2024-12-17T07:35:50.021Z | Compiling cargo-platform v0.1.8 |
2378 | 2024-12-17T07:35:50.562Z | Compiling serde_plain v1.0.2 |
2379 | 2024-12-17T07:35:51.107Z | Compiling nanorand v0.7.0 |
2380 | 2024-12-17T07:35:51.419Z | Compiling memoffset v0.9.1 |
2381 | 2024-12-17T07:35:51.722Z | Compiling typed-path v0.9.3 |
2382 | 2024-12-17T07:35:51.935Z | Compiling flume v0.11.1 |
2383 | 2024-12-17T07:35:55.012Z | Compiling tough v0.19.0 |
2384 | 2024-12-17T07:35:56.933Z | Compiling cargo_metadata v0.18.1 |
2385 | 2024-12-17T07:35:57.399Z | Compiling env_logger v0.11.5 |
2386 | 2024-12-17T07:35:58.841Z | Compiling p384 v0.13.0 |
2387 | 2024-12-17T07:35:58.859Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2388 | 2024-12-17T07:35:58.965Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2389 | 2024-12-17T07:36:00.224Z | Compiling git2 v0.19.0 |
2390 | 2024-12-17T07:36:05.010Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2391 | 2024-12-17T07:36:10.020Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2392 | 2024-12-17T07:36:10.523Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2393 | 2024-12-17T07:36:11.193Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2394 | 2024-12-17T07:36:16.972Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2395 | 2024-12-17T07:36:17.454Z | Compiling rand_seeder v0.3.0 |
2396 | 2024-12-17T07:36:17.876Z | Compiling libsqlite3-sys v0.30.1 |
2397 | 2024-12-17T07:36:18.290Z | Compiling lzma-sys v0.1.20 |
2398 | 2024-12-17T07:36:18.402Z | Compiling rustls v0.21.12 |
2399 | 2024-12-17T07:36:18.706Z | Compiling parse-size v1.1.0 |
2400 | 2024-12-17T07:36:19.025Z | Compiling cfg_aliases v0.2.1 |
2401 | 2024-12-17T07:36:19.028Z | Compiling http-range v0.1.5 |
2402 | 2024-12-17T07:36:19.169Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2403 | 2024-12-17T07:36:19.527Z | Compiling nix v0.29.0 |
2404 | 2024-12-17T07:36:19.643Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2405 | 2024-12-17T07:36:19.778Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2406 | 2024-12-17T07:36:20.032Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2407 | 2024-12-17T07:36:22.832Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2408 | 2024-12-17T07:36:22.888Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2409 | 2024-12-17T07:36:23.722Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2410 | 2024-12-17T07:36:23.863Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2411 | 2024-12-17T07:36:24.038Z | Compiling sct v0.7.1 |
2412 | 2024-12-17T07:36:24.549Z | Compiling rustls-webpki v0.101.7 |
2413 | 2024-12-17T07:36:25.954Z | Compiling heck v0.3.3 |
2414 | 2024-12-17T07:36:26.365Z | Compiling castaway v0.2.3 |
2415 | 2024-12-17T07:36:26.577Z | Compiling csv-core v0.1.11 |
2416 | 2024-12-17T07:36:27.440Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2417 | 2024-12-17T07:36:27.769Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2418 | 2024-12-17T07:36:28.081Z | Compiling glob v0.3.1 |
2419 | 2024-12-17T07:36:28.335Z | Compiling csv v1.3.0 |
2420 | 2024-12-17T07:36:28.541Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2421 | 2024-12-17T07:36:30.091Z | Compiling compact_str v0.8.0 |
2422 | 2024-12-17T07:36:30.485Z | Compiling zone_cfg_derive v0.1.2 |
2423 | 2024-12-17T07:36:31.925Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2424 | 2024-12-17T07:36:32.745Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2425 | 2024-12-17T07:36:34.114Z | Compiling nix v0.27.1 |
2426 | 2024-12-17T07:36:35.804Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2427 | 2024-12-17T07:36:37.333Z | Compiling hyper-staticfile v0.10.1 |
2428 | 2024-12-17T07:36:40.533Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2429 | 2024-12-17T07:36:41.678Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2430 | 2024-12-17T07:36:42.587Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2431 | 2024-12-17T07:36:42.945Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2432 | 2024-12-17T07:36:48.011Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2433 | 2024-12-17T07:36:50.639Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2434 | 2024-12-17T07:36:50.990Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2435 | 2024-12-17T07:36:51.162Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2436 | 2024-12-17T07:36:51.297Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2437 | 2024-12-17T07:36:51.478Z | Compiling unicode-truncate v1.1.0 |
2438 | 2024-12-17T07:36:51.781Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2439 | 2024-12-17T07:36:53.389Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2440 | 2024-12-17T07:36:54.064Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2441 | 2024-12-17T07:36:54.650Z | Compiling hashlink v0.9.1 |
2442 | 2024-12-17T07:36:54.688Z | Compiling tungstenite v0.23.0 |
2443 | 2024-12-17T07:36:55.511Z | Compiling lru v0.12.5 |
2444 | 2024-12-17T07:36:55.905Z | Compiling instability v0.3.2 |
2445 | 2024-12-17T07:36:56.738Z | Compiling base64 v0.13.1 |
2446 | 2024-12-17T07:36:56.940Z | Compiling fallible-iterator v0.3.0 |
2447 | 2024-12-17T07:36:57.498Z | Compiling fallible-streaming-iterator v0.1.9 |
2448 | 2024-12-17T07:36:57.521Z | Compiling cassowary v0.3.0 |
2449 | 2024-12-17T07:36:57.756Z | Compiling ron v0.7.1 |
2450 | 2024-12-17T07:36:57.806Z | Compiling rusqlite v0.32.1 |
2451 | 2024-12-17T07:36:58.857Z | Compiling ratatui v0.28.1 |
2452 | 2024-12-17T07:37:00.424Z | Compiling tokio-tungstenite v0.23.1 |
2453 | 2024-12-17T07:37:01.068Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2454 | 2024-12-17T07:37:01.199Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2455 | 2024-12-17T07:37:03.139Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2456 | 2024-12-17T07:37:07.521Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2457 | 2024-12-17T07:37:08.162Z | Compiling xz2 v0.1.7 |
2458 | 2024-12-17T07:37:09.160Z | Compiling tokio-rustls v0.24.1 |
2459 | 2024-12-17T07:37:09.661Z | Compiling zone v0.1.8 |
2460 | 2024-12-17T07:37:13.113Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2461 | 2024-12-17T07:37:18.283Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2462 | 2024-12-17T07:37:19.365Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2463 | 2024-12-17T07:37:20.758Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2464 | 2024-12-17T07:37:24.644Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2465 | 2024-12-17T07:37:30.865Z | Compiling rustls-pemfile v1.0.4 |
2466 | 2024-12-17T07:37:31.297Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2467 | 2024-12-17T07:37:31.628Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2468 | 2024-12-17T07:37:31.713Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2469 | 2024-12-17T07:37:31.900Z | Compiling signal-hook-tokio v0.3.1 |
2470 | 2024-12-17T07:37:32.157Z | Compiling twox-hash v1.6.3 |
2471 | 2024-12-17T07:37:33.214Z | Compiling yasna v0.5.2 |
2472 | 2024-12-17T07:37:34.331Z | Compiling smawk v0.3.2 |
2473 | 2024-12-17T07:37:34.616Z | Compiling unicode-linebreak v0.1.5 |
2474 | 2024-12-17T07:37:35.199Z | Compiling is_ci v1.2.0 |
2475 | 2024-12-17T07:37:35.539Z | Compiling supports-color v3.0.1 |
2476 | 2024-12-17T07:37:35.969Z | Compiling textwrap v0.16.1 |
2477 | 2024-12-17T07:37:36.691Z | Compiling rcgen v0.12.1 |
2478 | 2024-12-17T07:37:39.594Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2479 | 2024-12-17T07:37:47.092Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2480 | 2024-12-17T07:37:48.433Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2481 | 2024-12-17T07:37:48.894Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2482 | 2024-12-17T07:37:50.507Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2483 | 2024-12-17T07:37:52.378Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2484 | 2024-12-17T07:37:57.217Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2485 | 2024-12-17T07:38:09.952Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2486 | 2024-12-17T07:38:11.013Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2487 | 2024-12-17T07:38:11.670Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2488 | 2024-12-17T07:38:11.994Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2489 | 2024-12-17T07:38:18.696Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2490 | 2024-12-17T07:38:25.479Z | Compiling fatfs v0.3.6 |
2491 | 2024-12-17T07:38:28.379Z | Compiling subprocess v0.2.9 |
2492 | 2024-12-17T07:38:29.158Z | Compiling rtoolbox v0.0.2 |
2493 | 2024-12-17T07:38:29.619Z | Compiling assert_matches v1.5.0 |
2494 | 2024-12-17T07:38:29.677Z | Compiling rpassword v7.3.1 |
2495 | 2024-12-17T07:38:30.138Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2496 | 2024-12-17T07:38:33.113Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2497 | 2024-12-17T07:38:33.340Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2498 | 2024-12-17T07:38:37.935Z | Compiling tui-tree-widget v0.22.0 |
2499 | 2024-12-17T07:38:38.420Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2500 | 2024-12-17T07:38:40.728Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2501 | 2024-12-17T07:38:48.370Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2502 | 2024-12-17T07:38:48.668Z | Compiling uzers v0.12.1 |
2503 | 2024-12-17T07:38:51.844Z | Compiling shell-words v1.1.0 |
2504 | 2024-12-17T07:38:52.295Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2505 | 2024-12-17T07:38:54.675Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2506 | 2024-12-17T07:38:56.820Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2507 | 2024-12-17T07:39:29.126Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2508 | 2024-12-17T07:39:30.482Z | Compiling multimap v0.10.0 |
2509 | 2024-12-17T07:41:55.466Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2510 | 2024-12-17T07:42:02.229Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2511 | 2024-12-17T07:49:29.712Z | Finished `release` profile [optimized] target(s) in 17m 03s |
2512 | 2024-12-17T07:50:33.041Z | |
2513 | 2024-12-17T07:50:33.041Z | real 18:07.964746965 |
2514 | 2024-12-17T07:50:33.041Z | user 2:02:43.538155023 |
2515 | 2024-12-17T07:50:33.041Z | sys 6:07.078090556 |
2516 | 2024-12-17T07:50:33.044Z | trap 3.028587363 |
2517 | 2024-12-17T07:50:33.044Z | tflt 3.048483858 |
2518 | 2024-12-17T07:50:33.044Z | dflt 4.329707361 |
2519 | 2024-12-17T07:50:33.044Z | kflt 0.010976624 |
2520 | 2024-12-17T07:50:33.044Z | lock 7:32:55.809080658 |
2521 | 2024-12-17T07:50:33.044Z | slp 6:27:34.821200374 |
2522 | 2024-12-17T07:50:33.044Z | lat 2:54.886732002 |
2523 | 2024-12-17T07:50:33.044Z | stop 2:31.524571979 |
2524 | 2024-12-17T07:50:33.044Z | + mapfile -t packages |
2525 | 2024-12-17T07:50:33.044Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2526 | 2024-12-17T07:50:34.048Z | Finished `release` profile [optimized] target(s) in 0.95s |
2527 | 2024-12-17T07:50:34.107Z | Running `target/release/omicron-package -t test list-outputs` |
2528 | 2024-12-17T07:50:34.155Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2529 | 2024-12-17T07:50:34.157Z | + ptime -m cargo build --locked --release -p xtask |
2530 | 2024-12-17T07:50:34.713Z | Compiling serde v1.0.215 |
2531 | 2024-12-17T07:50:34.716Z | Compiling libc v0.2.162 |
2532 | 2024-12-17T07:50:34.717Z | Compiling serde_json v1.0.133 |
2533 | 2024-12-17T07:50:34.717Z | Compiling rustix v0.38.37 |
2534 | 2024-12-17T07:50:34.816Z | Compiling syn v2.0.90 |
2535 | 2024-12-17T07:50:34.827Z | Compiling bitflags v2.6.0 |
2536 | 2024-12-17T07:50:35.199Z | Compiling usdt-impl v0.5.0 |
2537 | 2024-12-17T07:50:35.238Z | Compiling syn v1.0.109 |
2538 | 2024-12-17T07:50:35.324Z | Compiling hashbrown v0.15.1 |
2539 | 2024-12-17T07:50:35.345Z | Compiling log v0.4.22 |
2540 | 2024-12-17T07:50:35.392Z | Compiling fs-err v2.11.0 |
2541 | 2024-12-17T07:50:35.701Z | Compiling once_cell v1.20.2 |
2542 | 2024-12-17T07:50:35.820Z | Compiling anyhow v1.0.93 |
2543 | 2024-12-17T07:50:36.322Z | Compiling thread-id v4.2.2 |
2544 | 2024-12-17T07:50:36.709Z | Compiling indexmap v2.7.0 |
2545 | 2024-12-17T07:50:37.842Z | Compiling terminal_size v0.4.0 |
2546 | 2024-12-17T07:50:37.844Z | Compiling tempfile v3.13.0 |
2547 | 2024-12-17T07:50:38.103Z | Compiling clap_builder v4.5.21 |
2548 | 2024-12-17T07:50:38.682Z | Compiling proc-macro-error v1.0.4 |
2549 | 2024-12-17T07:50:40.008Z | Compiling tabled_derive v0.7.0 |
2550 | 2024-12-17T07:50:41.348Z | Compiling tabled v0.15.0 |
2551 | 2024-12-17T07:50:42.523Z | Compiling serde_derive v1.0.215 |
2552 | 2024-12-17T07:50:43.782Z | Compiling thiserror-impl v1.0.69 |
2553 | 2024-12-17T07:50:44.343Z | Compiling zerocopy-derive v0.7.35 |
2554 | 2024-12-17T07:50:44.979Z | Compiling scroll_derive v0.12.0 |
2555 | 2024-12-17T07:50:45.020Z | Compiling clap_derive v4.5.18 |
2556 | 2024-12-17T07:50:46.389Z | Compiling scroll v0.12.0 |
2557 | 2024-12-17T07:50:46.436Z | Compiling zerocopy v0.7.35 |
2558 | 2024-12-17T07:50:46.678Z | Compiling thiserror v1.0.69 |
2559 | 2024-12-17T07:50:46.847Z | Compiling pest v2.7.14 |
2560 | 2024-12-17T07:50:48.063Z | Compiling goblin v0.8.2 |
2561 | 2024-12-17T07:50:49.673Z | Compiling pest_meta v2.7.14 |
2562 | 2024-12-17T07:50:51.274Z | Compiling pest_generator v2.7.14 |
2563 | 2024-12-17T07:50:53.112Z | Compiling clap v4.5.21 |
2564 | 2024-12-17T07:50:53.868Z | Compiling pest_derive v2.7.14 |
2565 | 2024-12-17T07:50:54.670Z | Compiling dtrace-parser v0.2.0 |
2566 | 2024-12-17T07:50:57.987Z | Compiling serde_tokenstream v0.2.2 |
2567 | 2024-12-17T07:50:58.627Z | Compiling toml_datetime v0.6.8 |
2568 | 2024-12-17T07:50:59.381Z | Compiling serde_spanned v0.6.8 |
2569 | 2024-12-17T07:50:59.646Z | Compiling toml_edit v0.22.22 |
2570 | 2024-12-17T07:51:00.540Z | Compiling dof v0.3.0 |
2571 | 2024-12-17T07:51:02.558Z | Compiling camino v1.1.9 |
2572 | 2024-12-17T07:51:02.963Z | Compiling usdt-attr-macro v0.5.0 |
2573 | 2024-12-17T07:51:03.103Z | Compiling usdt-macro v0.5.0 |
2574 | 2024-12-17T07:51:03.956Z | Compiling toml v0.8.19 |
2575 | 2024-12-17T07:51:04.389Z | Compiling semver v1.0.23 |
2576 | 2024-12-17T07:51:05.878Z | Compiling cargo-platform v0.1.8 |
2577 | 2024-12-17T07:51:06.988Z | Compiling cargo_metadata v0.18.1 |
2578 | 2024-12-17T07:51:07.471Z | Compiling cargo_toml v0.20.5 |
2579 | 2024-12-17T07:51:10.722Z | Compiling usdt v0.5.0 |
2580 | 2024-12-17T07:51:11.208Z | Compiling camino-tempfile v1.1.1 |
2581 | 2024-12-17T07:51:11.802Z | Compiling macaddr v1.0.1 |
2582 | 2024-12-17T07:51:20.177Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2583 | 2024-12-17T07:51:31.567Z | Finished `release` profile [optimized] target(s) in 57.36s |
2584 | 2024-12-17T07:51:31.676Z | |
2585 | 2024-12-17T07:51:31.678Z | real 57.490463059 |
2586 | 2024-12-17T07:51:31.678Z | user 5:49.125187911 |
2587 | 2024-12-17T07:51:31.678Z | sys 31.880168446 |
2588 | 2024-12-17T07:51:31.678Z | trap 0.149796239 |
2589 | 2024-12-17T07:51:31.678Z | tflt 0.353745725 |
2590 | 2024-12-17T07:51:31.678Z | dflt 0.525166909 |
2591 | 2024-12-17T07:51:31.678Z | kflt 0.000000000 |
2592 | 2024-12-17T07:51:31.678Z | lock 11:28.783400798 |
2593 | 2024-12-17T07:51:31.678Z | slp 16:50.937808236 |
2594 | 2024-12-17T07:51:31.678Z | lat 14.230331062 |
2595 | 2024-12-17T07:51:31.678Z | stop 18.160375669 |
2596 | 2024-12-17T07:51:31.678Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2597 | 2024-12-17T07:51:31.678Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2598 | 2024-12-17T07:51:31.678Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2599 | 2024-12-17T07:51:31.679Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2600 | 2024-12-17T07:51:31.679Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2601 | 2024-12-17T07:51:32.563Z | Compiling hashbrown v0.14.5 |
2602 | 2024-12-17T07:51:32.692Z | Compiling ident_case v1.0.1 |
2603 | 2024-12-17T07:51:32.694Z | Compiling unsafe-libyaml v0.2.11 |
2604 | 2024-12-17T07:51:32.695Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2605 | 2024-12-17T07:51:32.695Z | Compiling progenitor-client v0.8.0 |
2606 | 2024-12-17T07:51:32.695Z | Compiling ipnetwork v0.20.0 |
2607 | 2024-12-17T07:51:32.695Z | Compiling macaddr v1.0.1 |
2608 | 2024-12-17T07:51:32.695Z | Compiling thiserror v2.0.3 |
2609 | 2024-12-17T07:51:32.856Z | Compiling darling_core v0.20.10 |
2610 | 2024-12-17T07:51:33.164Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2611 | 2024-12-17T07:51:33.184Z | Compiling thiserror-impl v2.0.3 |
2612 | 2024-12-17T07:51:33.240Z | Compiling instant v0.1.13 |
2613 | 2024-12-17T07:51:33.415Z | Compiling structmeta-derive v0.3.0 |
2614 | 2024-12-17T07:51:33.655Z | Compiling dropshot v0.15.1 |
2615 | 2024-12-17T07:51:33.745Z | Compiling newtype-uuid v1.1.3 |
2616 | 2024-12-17T07:51:33.910Z | Compiling regress v0.10.1 |
2617 | 2024-12-17T07:51:33.952Z | Compiling serde_yaml v0.9.34+deprecated |
2618 | 2024-12-17T07:51:34.065Z | Compiling regress v0.9.1 |
2619 | 2024-12-17T07:51:34.090Z | Compiling dropshot_endpoint v0.15.1 |
2620 | 2024-12-17T07:51:34.976Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2621 | 2024-12-17T07:51:35.771Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2622 | 2024-12-17T07:51:35.970Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2623 | 2024-12-17T07:51:36.344Z | Compiling backoff v0.4.0 |
2624 | 2024-12-17T07:51:36.512Z | Compiling structmeta v0.3.0 |
2625 | 2024-12-17T07:51:36.725Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2626 | 2024-12-17T07:51:36.949Z | Compiling parse-display-derive v0.10.0 |
2627 | 2024-12-17T07:51:37.145Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2628 | 2024-12-17T07:51:37.326Z | Compiling tempfile v3.13.0 |
2629 | 2024-12-17T07:51:37.518Z | Compiling proc-macro-crate v1.3.1 |
2630 | 2024-12-17T07:51:38.234Z | Compiling typify-impl v0.2.0 |
2631 | 2024-12-17T07:51:38.254Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2632 | 2024-12-17T07:51:38.614Z | Compiling num_enum_derive v0.5.11 |
2633 | 2024-12-17T07:51:38.662Z | Compiling itertools v0.13.0 |
2634 | 2024-12-17T07:51:39.051Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2635 | 2024-12-17T07:51:39.300Z | Compiling zerocopy v0.8.10 |
2636 | 2024-12-17T07:51:39.373Z | Compiling foreign-types-macros v0.2.3 |
2637 | 2024-12-17T07:51:40.112Z | Compiling darling_macro v0.20.10 |
2638 | 2024-12-17T07:51:40.357Z | Compiling zerocopy-derive v0.8.10 |
2639 | 2024-12-17T07:51:40.722Z | Compiling heapless v0.8.0 |
2640 | 2024-12-17T07:51:41.060Z | Compiling darling v0.20.10 |
2641 | 2024-12-17T07:51:41.195Z | Compiling serde_with_macros v3.11.0 |
2642 | 2024-12-17T07:51:41.302Z | Compiling num_enum v0.5.11 |
2643 | 2024-12-17T07:51:41.305Z | Compiling foreign-types-shared v0.3.1 |
2644 | 2024-12-17T07:51:41.430Z | Compiling foreign-types v0.5.0 |
2645 | 2024-12-17T07:51:41.546Z | Compiling proc-macro-error v1.0.4 |
2646 | 2024-12-17T07:51:41.620Z | Compiling parse-display v0.10.0 |
2647 | 2024-12-17T07:51:41.999Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2648 | 2024-12-17T07:51:42.176Z | Compiling camino-tempfile v1.1.1 |
2649 | 2024-12-17T07:51:42.274Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2650 | 2024-12-17T07:51:42.333Z | Compiling hash32 v0.3.1 |
2651 | 2024-12-17T07:51:42.591Z | Compiling cstr-argument v0.1.2 |
2652 | 2024-12-17T07:51:42.637Z | Compiling pretty-hex v0.2.1 |
2653 | 2024-12-17T07:51:42.844Z | Compiling smoltcp v0.11.0 |
2654 | 2024-12-17T07:51:42.864Z | Compiling crucible-workspace-hack v0.1.0 |
2655 | 2024-12-17T07:51:43.134Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2656 | 2024-12-17T07:51:43.188Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2657 | 2024-12-17T07:51:43.323Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2658 | 2024-12-17T07:51:43.612Z | Compiling tabwriter v1.4.0 |
2659 | 2024-12-17T07:51:43.943Z | Compiling colored v2.1.0 |
2660 | 2024-12-17T07:51:44.131Z | Compiling serde_with v3.11.0 |
2661 | 2024-12-17T07:51:44.153Z | Compiling cobs v0.2.3 |
2662 | 2024-12-17T07:51:44.466Z | Compiling postcard v1.0.10 |
2663 | 2024-12-17T07:51:44.922Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2664 | 2024-12-17T07:51:45.212Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2665 | 2024-12-17T07:51:45.311Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2666 | 2024-12-17T07:51:45.398Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2667 | 2024-12-17T07:51:45.729Z | Compiling smf v0.2.3 |
2668 | 2024-12-17T07:51:46.249Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2669 | 2024-12-17T07:51:47.016Z | Compiling zone_cfg_derive v0.3.0 |
2670 | 2024-12-17T07:51:47.194Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2671 | 2024-12-17T07:51:47.692Z | Compiling num-derive v0.4.2 |
2672 | 2024-12-17T07:51:48.282Z | Compiling sigpipe v0.1.3 |
2673 | 2024-12-17T07:51:48.421Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2674 | 2024-12-17T07:51:48.599Z | Compiling zone v0.3.0 |
2675 | 2024-12-17T07:51:48.727Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2676 | 2024-12-17T07:51:49.334Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2677 | 2024-12-17T07:51:49.459Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2678 | 2024-12-17T07:51:49.851Z | Compiling universal-hash v0.5.1 |
2679 | 2024-12-17T07:51:49.872Z | Compiling opaque-debug v0.3.1 |
2680 | 2024-12-17T07:51:49.936Z | Compiling num-rational v0.4.2 |
2681 | 2024-12-17T07:51:50.035Z | Compiling password-hash v0.5.0 |
2682 | 2024-12-17T07:51:50.078Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2683 | 2024-12-17T07:51:50.078Z | Compiling num-complex v0.4.6 |
2684 | 2024-12-17T07:51:50.264Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2685 | 2024-12-17T07:51:50.321Z | Compiling blake2 v0.10.6 |
2686 | 2024-12-17T07:51:50.903Z | Compiling aead v0.5.2 |
2687 | 2024-12-17T07:51:51.100Z | Compiling convert_case v0.4.0 |
2688 | 2024-12-17T07:51:51.121Z | Compiling keccak v0.1.5 |
2689 | 2024-12-17T07:51:51.247Z | Compiling num v0.4.3 |
2690 | 2024-12-17T07:51:51.302Z | Compiling argon2 v0.5.3 |
2691 | 2024-12-17T07:51:51.373Z | Compiling poly1305 v0.8.0 |
2692 | 2024-12-17T07:51:51.696Z | Compiling sha3 v0.10.8 |
2693 | 2024-12-17T07:51:51.785Z | Compiling tungstenite v0.21.0 |
2694 | 2024-12-17T07:51:52.133Z | Compiling derive_more v0.99.18 |
2695 | 2024-12-17T07:51:52.236Z | Compiling chacha20 v0.9.1 |
2696 | 2024-12-17T07:51:52.740Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2697 | 2024-12-17T07:51:52.759Z | Compiling base64 v0.21.7 |
2698 | 2024-12-17T07:51:53.100Z | Compiling float-ord v0.3.2 |
2699 | 2024-12-17T07:51:53.164Z | Compiling tokio-tungstenite v0.21.0 |
2700 | 2024-12-17T07:51:53.289Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2701 | 2024-12-17T07:51:53.529Z | Compiling semver v0.1.20 |
2702 | 2024-12-17T07:51:53.735Z | Compiling same-file v1.0.6 |
2703 | 2024-12-17T07:51:53.794Z | Compiling newline-converter v0.3.0 |
2704 | 2024-12-17T07:51:53.984Z | Compiling walkdir v2.5.0 |
2705 | 2024-12-17T07:51:54.032Z | Compiling rustc_version v0.1.7 |
2706 | 2024-12-17T07:51:54.083Z | Compiling primeorder v0.13.6 |
2707 | 2024-12-17T07:51:54.243Z | Compiling secrecy v0.8.0 |
2708 | 2024-12-17T07:51:54.321Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2709 | 2024-12-17T07:51:54.514Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2710 | 2024-12-17T07:51:54.569Z | Compiling owo-colors v4.1.0 |
2711 | 2024-12-17T07:51:54.619Z | Compiling cancel-safe-futures v0.1.5 |
2712 | 2024-12-17T07:51:54.787Z | Compiling newtype_derive v0.1.6 |
2713 | 2024-12-17T07:51:54.790Z | Compiling expectorate v1.1.0 |
2714 | 2024-12-17T07:51:54.917Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2715 | 2024-12-17T07:51:54.992Z | Compiling thiserror-impl-no-std v2.0.2 |
2716 | 2024-12-17T07:51:55.046Z | Compiling blake3 v1.5.4 |
2717 | 2024-12-17T07:51:55.113Z | Compiling ring v0.16.20 |
2718 | 2024-12-17T07:51:55.270Z | Compiling unicase v2.7.0 |
2719 | 2024-12-17T07:51:55.435Z | Compiling half v2.4.1 |
2720 | 2024-12-17T07:51:55.585Z | Compiling ciborium-io v0.2.2 |
2721 | 2024-12-17T07:51:55.746Z | Compiling arc-swap v1.7.1 |
2722 | 2024-12-17T07:51:55.994Z | Compiling ciborium-ll v0.2.2 |
2723 | 2024-12-17T07:51:56.337Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2724 | 2024-12-17T07:51:56.399Z | Compiling slog-scope v4.4.0 |
2725 | 2024-12-17T07:51:56.584Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2726 | 2024-12-17T07:51:56.929Z | Compiling polyval v0.6.2 |
2727 | 2024-12-17T07:51:57.124Z | Compiling typify-macro v0.2.0 |
2728 | 2024-12-17T07:51:57.338Z | Compiling atomicwrites v0.4.4 |
2729 | 2024-12-17T07:51:57.392Z | Compiling libsw v3.3.1 |
2730 | 2024-12-17T07:51:57.717Z | Compiling memmap2 v0.9.5 |
2731 | 2024-12-17T07:51:57.736Z | Compiling arrayvec v0.7.6 |
2732 | 2024-12-17T07:51:57.806Z | Compiling parking_lot_core v0.8.6 |
2733 | 2024-12-17T07:51:58.141Z | Compiling constant_time_eq v0.3.1 |
2734 | 2024-12-17T07:51:58.163Z | Compiling thiserror-no-std v2.0.2 |
2735 | 2024-12-17T07:51:58.200Z | Compiling linear-map v1.2.0 |
2736 | 2024-12-17T07:51:58.280Z | Compiling indent_write v2.2.0 |
2737 | 2024-12-17T07:51:58.302Z | Compiling salty v0.3.0 |
2738 | 2024-12-17T07:51:58.333Z | Compiling spin v0.5.2 |
2739 | 2024-12-17T07:51:58.507Z | Compiling arrayref v0.3.9 |
2740 | 2024-12-17T07:51:58.582Z | Compiling libefi-sys v0.1.0 |
2741 | 2024-12-17T07:51:58.650Z | Compiling vsss-rs v3.3.4 |
2742 | 2024-12-17T07:51:58.772Z | Compiling ghash v0.5.1 |
2743 | 2024-12-17T07:51:58.905Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2744 | 2024-12-17T07:51:59.180Z | Compiling slog-stdlog v4.1.1 |
2745 | 2024-12-17T07:51:59.574Z | Compiling ciborium v0.2.2 |
2746 | 2024-12-17T07:51:59.869Z | Compiling p384 v0.13.0 |
2747 | 2024-12-17T07:51:59.872Z | Compiling toolchain_find v0.4.0 |
2748 | 2024-12-17T07:51:59.970Z | Compiling chacha20poly1305 v0.10.1 |
2749 | 2024-12-17T07:52:00.212Z | Compiling ctr v0.9.2 |
2750 | 2024-12-17T07:52:00.620Z | Compiling lzma-sys v0.1.20 |
2751 | 2024-12-17T07:52:00.641Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2752 | 2024-12-17T07:52:01.065Z | Compiling bitfield-struct v0.6.2 |
2753 | 2024-12-17T07:52:01.208Z | Compiling slog-dtrace v0.3.0 |
2754 | 2024-12-17T07:52:01.406Z | Compiling topological-sort v0.2.2 |
2755 | 2024-12-17T07:52:01.439Z | Compiling highway v1.2.0 |
2756 | 2024-12-17T07:52:01.510Z | Compiling typify v0.2.0 |
2757 | 2024-12-17T07:52:01.639Z | Compiling omicron-zone-package v0.11.1 |
2758 | 2024-12-17T07:52:01.686Z | Compiling progenitor-impl v0.8.0 |
2759 | 2024-12-17T07:52:01.779Z | Compiling aes-gcm v0.10.3 |
2760 | 2024-12-17T07:52:02.111Z | Compiling rustfmt-wrapper v0.2.1 |
2761 | 2024-12-17T07:52:02.241Z | Compiling mime_guess v2.0.5 |
2762 | 2024-12-17T07:52:02.385Z | Compiling slog-envlogger v2.2.0 |
2763 | 2024-12-17T07:52:02.492Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2764 | 2024-12-17T07:52:02.722Z | Compiling steno v0.4.1 |
2765 | 2024-12-17T07:52:03.302Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2766 | 2024-12-17T07:52:03.390Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2767 | 2024-12-17T07:52:03.586Z | Compiling heck v0.3.3 |
2768 | 2024-12-17T07:52:03.908Z | Compiling ssh-encoding v0.2.0 |
2769 | 2024-12-17T07:52:04.008Z | Compiling blowfish v0.9.1 |
2770 | 2024-12-17T07:52:04.042Z | Compiling nibble_vec v0.1.0 |
2771 | 2024-12-17T07:52:04.184Z | Compiling env_filter v0.1.2 |
2772 | 2024-12-17T07:52:04.271Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2773 | 2024-12-17T07:52:04.415Z | Compiling endian-type v0.1.2 |
2774 | 2024-12-17T07:52:04.443Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2775 | 2024-12-17T07:52:04.499Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2776 | 2024-12-17T07:52:04.532Z | Compiling humantime v2.1.0 |
2777 | 2024-12-17T07:52:04.653Z | Compiling radix_trie v0.2.1 |
2778 | 2024-12-17T07:52:04.818Z | Compiling env_logger v0.11.5 |
2779 | 2024-12-17T07:52:04.869Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2780 | 2024-12-17T07:52:04.954Z | Compiling bcrypt-pbkdf v0.10.0 |
2781 | 2024-12-17T07:52:05.143Z | Compiling ssh-cipher v0.2.0 |
2782 | 2024-12-17T07:52:05.464Z | Compiling zone_cfg_derive v0.1.2 |
2783 | 2024-12-17T07:52:05.602Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2784 | 2024-12-17T07:52:05.914Z | Compiling parking_lot v0.11.2 |
2785 | 2024-12-17T07:52:06.550Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2786 | 2024-12-17T07:52:06.841Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2787 | 2024-12-17T07:52:06.863Z | Compiling password-hash v0.4.2 |
2788 | 2024-12-17T07:52:06.947Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2789 | 2024-12-17T07:52:06.980Z | Compiling gethostname v0.5.0 |
2790 | 2024-12-17T07:52:07.219Z | Compiling fxhash v0.2.1 |
2791 | 2024-12-17T07:52:07.258Z | Compiling simd-adler32 v0.3.7 |
2792 | 2024-12-17T07:52:07.407Z | Compiling zip v2.1.3 |
2793 | 2024-12-17T07:52:07.447Z | Compiling matches v0.1.10 |
2794 | 2024-12-17T07:52:07.561Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2795 | 2024-12-17T07:52:07.591Z | Compiling bumpalo v3.16.0 |
2796 | 2024-12-17T07:52:07.735Z | Compiling base64 v0.13.1 |
2797 | 2024-12-17T07:52:07.818Z | Compiling lockfree-object-pool v0.1.6 |
2798 | 2024-12-17T07:52:07.838Z | Compiling http-range v0.1.5 |
2799 | 2024-12-17T07:52:07.918Z | Compiling idna v0.2.3 |
2800 | 2024-12-17T07:52:07.947Z | Compiling sled v0.34.7 |
2801 | 2024-12-17T07:52:08.077Z | Compiling zopfli v0.8.1 |
2802 | 2024-12-17T07:52:08.106Z | Compiling pbkdf2 v0.11.0 |
2803 | 2024-12-17T07:52:08.210Z | Compiling ron v0.7.1 |
2804 | 2024-12-17T07:52:08.354Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2805 | 2024-12-17T07:52:08.475Z | Compiling zone v0.1.8 |
2806 | 2024-12-17T07:52:09.090Z | Compiling xz2 v0.1.7 |
2807 | 2024-12-17T07:52:09.615Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2808 | 2024-12-17T07:52:09.948Z | Compiling progenitor-macro v0.8.0 |
2809 | 2024-12-17T07:52:10.001Z | Compiling ssh-key v0.6.6 |
2810 | 2024-12-17T07:52:10.195Z | Compiling hickory-client v0.24.1 |
2811 | 2024-12-17T07:52:10.687Z | Compiling p256 v0.13.2 |
2812 | 2024-12-17T07:52:10.858Z | Compiling p521 v0.13.3 |
2813 | 2024-12-17T07:52:11.115Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2814 | 2024-12-17T07:52:11.555Z | Compiling hickory-server v0.24.1 |
2815 | 2024-12-17T07:52:11.755Z | Compiling enum-as-inner v0.5.1 |
2816 | 2024-12-17T07:52:12.310Z | Compiling pem v3.0.4 |
2817 | 2024-12-17T07:52:12.824Z | Compiling yasna v0.5.2 |
2818 | 2024-12-17T07:52:13.155Z | Compiling headers-core v0.3.0 |
2819 | 2024-12-17T07:52:13.304Z | Compiling kstat-rs v0.2.4 |
2820 | 2024-12-17T07:52:13.330Z | Compiling nanorand v0.7.0 |
2821 | 2024-12-17T07:52:13.950Z | Compiling atty v0.2.14 |
2822 | 2024-12-17T07:52:13.988Z | Compiling russh-cryptovec v0.7.3 |
2823 | 2024-12-17T07:52:14.116Z | Compiling md5 v0.7.0 |
2824 | 2024-12-17T07:52:14.337Z | Compiling rcgen v0.12.1 |
2825 | 2024-12-17T07:52:14.572Z | Compiling russh-keys v0.45.0 |
2826 | 2024-12-17T07:52:14.665Z | Compiling flume v0.11.1 |
2827 | 2024-12-17T07:52:14.932Z | Compiling headers v0.4.0 |
2828 | 2024-12-17T07:52:14.952Z | Compiling trust-dns-proto v0.22.0 |
2829 | 2024-12-17T07:52:15.451Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2830 | 2024-12-17T07:52:16.964Z | Compiling hyper-staticfile v0.10.1 |
2831 | 2024-12-17T07:52:18.168Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2832 | 2024-12-17T07:52:18.836Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2833 | 2024-12-17T07:52:18.944Z | Compiling num-bigint v0.4.6 |
2834 | 2024-12-17T07:52:19.073Z | Compiling des v0.8.1 |
2835 | 2024-12-17T07:52:19.104Z | Compiling subprocess v0.2.9 |
2836 | 2024-12-17T07:52:19.379Z | Compiling dhcproto-macros v0.1.0 |
2837 | 2024-12-17T07:52:19.425Z | Compiling hex-literal v0.4.1 |
2838 | 2024-12-17T07:52:19.600Z | Compiling display-error-chain v0.2.2 |
2839 | 2024-12-17T07:52:19.846Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2840 | 2024-12-17T07:52:19.867Z | Compiling internet-checksum v0.2.1 |
2841 | 2024-12-17T07:52:20.370Z | Compiling dhcproto v0.12.0 |
2842 | 2024-12-17T07:52:21.914Z | Compiling russh v0.45.0 |
2843 | 2024-12-17T07:52:23.721Z | Compiling progenitor v0.8.0 |
2844 | 2024-12-17T07:52:23.867Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2845 | 2024-12-17T07:52:23.867Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2846 | 2024-12-17T07:52:23.870Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2847 | 2024-12-17T07:52:23.870Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2848 | 2024-12-17T07:52:23.870Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2849 | 2024-12-17T07:52:23.870Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2850 | 2024-12-17T07:52:23.972Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2851 | 2024-12-17T07:52:25.409Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2852 | 2024-12-17T07:52:26.235Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2853 | 2024-12-17T07:52:28.084Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2854 | 2024-12-17T07:52:29.780Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2855 | 2024-12-17T07:52:30.621Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2856 | 2024-12-17T07:52:39.557Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2857 | 2024-12-17T07:52:39.560Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2858 | 2024-12-17T07:52:39.560Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2859 | 2024-12-17T07:52:39.560Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2860 | 2024-12-17T07:52:42.899Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2861 | 2024-12-17T07:52:43.177Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2862 | 2024-12-17T07:52:44.329Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2863 | 2024-12-17T07:52:44.600Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2864 | 2024-12-17T07:52:47.015Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2865 | 2024-12-17T07:52:47.761Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2866 | 2024-12-17T07:52:49.007Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2867 | 2024-12-17T07:52:49.043Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2868 | 2024-12-17T07:52:50.272Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2869 | 2024-12-17T07:52:51.876Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2870 | 2024-12-17T07:52:51.927Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2871 | 2024-12-17T07:52:53.039Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2872 | 2024-12-17T07:52:53.533Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2873 | 2024-12-17T07:52:53.997Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2874 | 2024-12-17T07:52:54.130Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2875 | 2024-12-17T07:52:55.467Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2876 | 2024-12-17T07:52:55.980Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2877 | 2024-12-17T07:52:56.247Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2878 | 2024-12-17T07:52:59.371Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2879 | 2024-12-17T07:52:59.506Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2880 | 2024-12-17T07:53:00.572Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2881 | 2024-12-17T07:53:03.197Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2882 | 2024-12-17T07:53:03.542Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2883 | 2024-12-17T07:53:05.330Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2884 | 2024-12-17T07:53:08.701Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2885 | 2024-12-17T07:53:18.305Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2886 | 2024-12-17T07:53:19.658Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2887 | 2024-12-17T07:53:40.254Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2888 | 2024-12-17T07:54:14.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s |
2889 | 2024-12-17T07:54:14.562Z | |
2890 | 2024-12-17T07:54:14.565Z | real 2:42.839972242 |
2891 | 2024-12-17T07:54:14.566Z | user 12:39.318576084 |
2892 | 2024-12-17T07:54:14.566Z | sys 2:42.637033796 |
2893 | 2024-12-17T07:54:14.566Z | trap 0.347314956 |
2894 | 2024-12-17T07:54:14.566Z | tflt 0.934623592 |
2895 | 2024-12-17T07:54:14.566Z | dflt 2.023861249 |
2896 | 2024-12-17T07:54:14.566Z | kflt 0.000023560 |
2897 | 2024-12-17T07:54:14.566Z | lock 26:13.480892397 |
2898 | 2024-12-17T07:54:14.566Z | slp 45:42.910915798 |
2899 | 2024-12-17T07:54:14.566Z | lat 36.098619730 |
2900 | 2024-12-17T07:54:14.566Z | stop 1:34.737480795 |
2901 | 2024-12-17T07:54:14.566Z | + mkdir tests |
2902 | 2024-12-17T07:54:14.568Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2903 | 2024-12-17T07:54:14.568Z | + xargs -I '{}' -t cp '{}' tests/ |
2904 | 2024-12-17T07:54:14.608Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-19f200d1d26f6033 tests/ |
2905 | 2024-12-17T07:54:14.636Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7a75e212014f3a5d tests/ |
2906 | 2024-12-17T07:54:14.662Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-b786ea1a48f7811d tests/ |
2907 | 2024-12-17T07:54:14.689Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-29798a172171ba7e tests/ |
2908 | 2024-12-17T07:54:14.922Z | + 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/*) |
2909 | 2024-12-17T07:54:14.924Z | + 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-7a75e212014f3a5d tests/commtest-b786ea1a48f7811d tests/dhcp_server-19f200d1d26f6033 tests/end_to_end_tests-29798a172171ba7e 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 |
2910 | 2024-12-17T07:55:26.209Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2911 | 2024-12-17T07:55:26.209Z | a .github/buildomat/ci-env.sh 1K |
2912 | 2024-12-17T07:55:26.209Z | a out/target/test 1K |
2913 | 2024-12-17T07:55:26.209Z | a out/npuzone/npuzone 23144K |
2914 | 2024-12-17T07:55:26.209Z | a package-manifest.toml 32K |
2915 | 2024-12-17T07:55:26.209Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2916 | 2024-12-17T07:55:26.209Z | a target/release/omicron-package 36419K |
2917 | 2024-12-17T07:55:26.209Z | a target/release/xtask 11770K |
2918 | 2024-12-17T07:55:26.210Z | a target/debug/bootstrap 210161K |
2919 | 2024-12-17T07:55:26.210Z | a tests/bootstrap-7a75e212014f3a5d 24448K |
2920 | 2024-12-17T07:55:26.210Z | a tests/commtest-b786ea1a48f7811d 25224K |
2921 | 2024-12-17T07:55:26.210Z | a tests/dhcp_server-19f200d1d26f6033 24448K |
2922 | 2024-12-17T07:55:26.210Z | a tests/end_to_end_tests-29798a172171ba7e 228230K |
2923 | 2024-12-17T07:55:26.210Z | a out/clickhouse.tar.gz 280834K |
2924 | 2024-12-17T07:55:26.210Z | a out/clickhouse_keeper.tar.gz 280823K |
2925 | 2024-12-17T07:55:26.210Z | a out/clickhouse_server.tar.gz 280822K |
2926 | 2024-12-17T07:55:26.210Z | a out/cockroachdb.tar.gz 134719K |
2927 | 2024-12-17T07:55:26.210Z | a out/crucible-dtrace.tar 85K |
2928 | 2024-12-17T07:55:26.210Z | a out/crucible-pantry-zone.tar.gz 28218K |
2929 | 2024-12-17T07:55:26.210Z | a out/crucible-zone.tar.gz 36437K |
2930 | 2024-12-17T07:55:26.210Z | a out/external-dns.tar.gz 35356K |
2931 | 2024-12-17T07:55:26.210Z | a out/internal-dns.tar.gz 35356K |
2932 | 2024-12-17T07:55:26.210Z | a out/mg-ddm-gz.tar 63075K |
2933 | 2024-12-17T07:55:26.210Z | a out/nexus.tar.gz 98498K |
2934 | 2024-12-17T07:55:26.210Z | a out/ntp.tar.gz 10393K |
2935 | 2024-12-17T07:55:26.210Z | a out/omicron-gateway-softnpu.tar.gz 23978K |
2936 | 2024-12-17T07:55:26.210Z | a out/omicron-sled-agent.tar 114016K |
2937 | 2024-12-17T07:55:26.210Z | a out/overlay.tar.gz 3K |
2938 | 2024-12-17T07:55:26.210Z | a out/oximeter.tar.gz 47863K |
2939 | 2024-12-17T07:55:26.210Z | a out/oxlog.tar 3088K |
2940 | 2024-12-17T07:55:26.210Z | a out/probe.tar.gz 2764K |
2941 | 2024-12-17T07:55:26.210Z | a out/propolis-server.tar.gz 66730K |
2942 | 2024-12-17T07:55:26.210Z | a out/pumpkind-gz.tar 26665K |
2943 | 2024-12-17T07:55:26.210Z | a out/switch-softnpu.tar.gz 235807K |
2944 | 2024-12-17T07:55:26.213Z | |
2945 | 2024-12-17T07:55:26.213Z | real 1:11.286012498 |
2946 | 2024-12-17T07:55:26.213Z | user 1:08.005868399 |
2947 | 2024-12-17T07:55:26.213Z | sys 4.669444656 |
2948 | 2024-12-17T07:55:26.213Z | trap 0.018307141 |
2949 | 2024-12-17T07:55:26.213Z | tflt 0.000000000 |
2950 | 2024-12-17T07:55:26.213Z | dflt 0.000000000 |
2951 | 2024-12-17T07:55:26.213Z | kflt 0.000000000 |
2952 | 2024-12-17T07:55:26.213Z | lock 0.000000000 |
2953 | 2024-12-17T07:55:26.213Z | slp 1:07.811700063 |
2954 | 2024-12-17T07:55:26.213Z | lat 2.061538515 |
2955 | 2024-12-17T07:55:26.213Z | stop 0.000229043 |
2956 | 2024-12-17T07:55:26.216Z | process exited: duration 2047395 ms, exit code 0 |
|
2957 | 2024-12-17T07:55:26.230Z | found 1 output files |
2958 | 2024-12-17T07:55:26.230Z | uploading: /work/package.tar.gz (1857070392 bytes) |
2959 | 2024-12-17T07:56:06.272Z | uploaded: /work/package.tar.gz |