|
|
|
1 | 2024-12-20T19:48:22.079Z | job assigned to worker 01JFJSQX2WMEXCSJSMYDKTH61X [factory aws, i-085c798d71ae35011] (queued for 1 m 23 s) |
|
2 | 2024-12-20T19:48:29.750Z | starting task 0: "setup" |
3 | 2024-12-20T19:48:29.761Z | ++ uname -s |
4 | 2024-12-20T19:48:29.764Z | + kern=SunOS |
5 | 2024-12-20T19:48:29.764Z | + case "$kern" in |
6 | 2024-12-20T19:48:29.764Z | + groupadd -g 12345 build |
7 | 2024-12-20T19:48:29.766Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T19:48:31.775Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T19:48:31.885Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T19:48:31.888Z | + home_fs=zfs |
11 | 2024-12-20T19:48:31.888Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T19:48:31.888Z | + mkdir -p /home/build |
13 | 2024-12-20T19:48:31.891Z | + chown build:build /home/build /work |
14 | 2024-12-20T19:48:33.892Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T19:48:33.895Z | process exited: duration 4144 ms, exit code 0 |
|
16 | 2024-12-20T19:48:33.900Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T19:48:33.906Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T19:48:33.906Z | ' 1.81.0 |
19 | 2024-12-20T19:48:33.906Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T19:48:33.906Z | * toolchain profile = "default" |
21 | 2024-12-20T19:48:33.906Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-20T19:48:33.906Z | ' default |
23 | 2024-12-20T19:48:33.909Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T19:48:33.909Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T19:48:34.024Z | info: downloading installer |
26 | 2024-12-20T19:48:35.221Z | info: profile set to 'default' |
27 | 2024-12-20T19:48:35.221Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T19:48:35.225Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T19:48:35.357Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T19:48:35.357Z | info: downloading component 'cargo' |
31 | 2024-12-20T19:48:36.247Z | info: downloading component 'clippy' |
32 | 2024-12-20T19:48:36.323Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T19:48:37.302Z | info: downloading component 'rust-std' |
34 | 2024-12-20T19:48:38.818Z | info: downloading component 'rustc' |
35 | 2024-12-20T19:48:44.333Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T19:48:44.545Z | info: installing component 'cargo' |
37 | 2024-12-20T19:48:45.337Z | info: installing component 'clippy' |
38 | 2024-12-20T19:48:45.694Z | info: installing component 'rust-docs' |
39 | 2024-12-20T19:48:47.326Z | info: installing component 'rust-std' |
40 | 2024-12-20T19:48:49.050Z | info: installing component 'rustc' |
41 | 2024-12-20T19:48:54.779Z | info: installing component 'rustfmt' |
42 | 2024-12-20T19:48:55.100Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T19:48:55.100Z | |
44 | 2024-12-20T19:48:55.468Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T19:48:55.468Z | |
46 | 2024-12-20T19:48:55.471Z | |
47 | 2024-12-20T19:48:55.471Z | Rust is installed now. Great! |
48 | 2024-12-20T19:48:55.471Z | |
49 | 2024-12-20T19:48:55.471Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T19:48:55.471Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T19:48:55.471Z | |
52 | 2024-12-20T19:48:55.471Z | To configure your current shell, you need to source |
53 | 2024-12-20T19:48:55.471Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T19:48:55.471Z | |
55 | 2024-12-20T19:48:55.471Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T19:48:55.471Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T19:48:55.471Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T19:48:55.547Z | + rustc --version |
59 | 2024-12-20T19:48:55.614Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T19:48:55.617Z | process exited: duration 21716 ms, exit code 0 |
|
61 | 2024-12-20T19:48:55.623Z | starting task 2: "authentication" |
62 | 2024-12-20T19:48:55.644Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-20T19:48:55.649Z | starting task 3: "clone repository" |
64 | 2024-12-20T19:48:55.654Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T19:48:55.656Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T19:48:55.696Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T19:49:02.989Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T19:49:02.989Z | + git fetch origin e3ee22c82e2b123027b26c7cb2aa88357d52e902 |
69 | 2024-12-20T19:49:03.312Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T19:49:03.312Z | * branch e3ee22c82e2b123027b26c7cb2aa88357d52e902 -> FETCH_HEAD |
71 | 2024-12-20T19:49:03.323Z | + [[ -n john/reconfigurator-blippy ]] |
72 | 2024-12-20T19:49:03.325Z | ++ git branch --show-current |
73 | 2024-12-20T19:49:03.327Z | + current=main |
74 | 2024-12-20T19:49:03.327Z | + [[ main != john/reconfigurator-blippy ]] |
75 | 2024-12-20T19:49:03.327Z | + git branch -f john/reconfigurator-blippy e3ee22c82e2b123027b26c7cb2aa88357d52e902 |
76 | 2024-12-20T19:49:03.330Z | + git checkout -f john/reconfigurator-blippy |
77 | 2024-12-20T19:49:03.413Z | Switched to branch 'john/reconfigurator-blippy' |
78 | 2024-12-20T19:49:03.416Z | + git reset --hard e3ee22c82e2b123027b26c7cb2aa88357d52e902 |
79 | 2024-12-20T19:49:03.497Z | HEAD is now at e3ee22c82 PR feedback |
80 | 2024-12-20T19:49:03.499Z | process exited: duration 7848 ms, exit code 0 |
|
81 | 2024-12-20T19:49:03.504Z | starting task 4: "build" |
82 | 2024-12-20T19:49:03.509Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T19:49:03.512Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T19:49:03.512Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T19:49:03.512Z | + cargo --version |
86 | 2024-12-20T19:49:03.567Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T19:49:03.570Z | + rustc --version |
88 | 2024-12-20T19:49:03.631Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T19:49:03.634Z | + WORK=/work |
90 | 2024-12-20T19:49:03.637Z | + pfexec mkdir -p /work |
91 | 2024-12-20T19:49:03.639Z | + pfexec chown build /work |
92 | 2024-12-20T19:49:03.641Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-20T19:49:10.265Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-20T19:49:14.149Z | Startup: Caching catalogs ... Done |
95 | 2024-12-20T19:49:24.991Z | Planning: Solver setup ... Done (9.861s) |
96 | 2024-12-20T19:49:25.124Z | Planning: Running solver ... Done (0.133s) |
97 | 2024-12-20T19:49:25.236Z | Planning: Finding local manifests ... Done (0.004s) |
98 | 2024-12-20T19:49:25.249Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-20T19:49:25.876Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-20T19:49:25.978Z | Planning: Package planning ... Done (0.102s) |
101 | 2024-12-20T19:49:26.033Z | Planning: Merging actions ... Done (0.054s) |
102 | 2024-12-20T19:49:26.398Z | Planning: Checking for conflicting actions ... Done (0.365s) |
103 | 2024-12-20T19:49:28.516Z | Planning: Consolidating action changes ... Done (2.118s) |
104 | 2024-12-20T19:49:28.972Z | Planning: Evaluating mediators ... Done (0.455s) |
105 | 2024-12-20T19:49:29.051Z | Planning: Planning completed in 14.81 seconds |
106 | 2024-12-20T19:49:29.067Z | Packages to install: 4 |
107 | 2024-12-20T19:49:29.067Z | Packages to update: 1 |
108 | 2024-12-20T19:49:29.070Z | Mediators to change: 2 |
109 | 2024-12-20T19:49:29.070Z | Services to change: 1 |
110 | 2024-12-20T19:49:29.070Z | Estimated space available: 155.63 GB |
111 | 2024-12-20T19:49:29.070Z | Estimated space to be consumed: 1.62 GB |
112 | 2024-12-20T19:49:29.070Z | Create boot environment: No |
113 | 2024-12-20T19:49:29.070Z | Create backup boot environment: Yes |
114 | 2024-12-20T19:49:29.070Z | Rebuild boot archive: No |
115 | 2024-12-20T19:49:29.070Z | |
116 | 2024-12-20T19:49:29.070Z | Changed mediators: |
117 | 2024-12-20T19:49:29.070Z | mediator clang: |
118 | 2024-12-20T19:49:29.070Z | version: None -> 15 (system default) |
119 | 2024-12-20T19:49:29.070Z | |
120 | 2024-12-20T19:49:29.070Z | mediator llvm: |
121 | 2024-12-20T19:49:29.070Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-20T19:49:29.070Z | |
123 | 2024-12-20T19:49:29.070Z | Changed packages: |
124 | 2024-12-20T19:49:29.070Z | helios-dev |
125 | 2024-12-20T19:49:29.070Z | developer/build-essential |
126 | 2024-12-20T19:49:29.070Z | None -> 11-2.0 |
127 | 2024-12-20T19:49:29.070Z | library/libxmlsec1 |
128 | 2024-12-20T19:49:29.070Z | None -> 1.2.35-2.0 |
129 | 2024-12-20T19:49:29.070Z | ooce/developer/clang-15 |
130 | 2024-12-20T19:49:29.070Z | None -> 15.0.7-2.0 |
131 | 2024-12-20T19:49:29.070Z | ooce/developer/llvm-15 |
132 | 2024-12-20T19:49:29.070Z | None -> 15.0.7-2.0 |
133 | 2024-12-20T19:49:29.070Z | package/pkg |
134 | 2024-12-20T19:49:29.070Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-20T19:49:29.070Z | |
136 | 2024-12-20T19:49:29.070Z | Services: |
137 | 2024-12-20T19:49:29.070Z | restart_fmri: |
138 | 2024-12-20T19:49:29.070Z | svc:/system/update-man-index:default |
139 | 2024-12-20T19:49:29.070Z | |
140 | 2024-12-20T19:49:29.070Z | Editable files to change: |
141 | 2024-12-20T19:49:29.070Z | Update: |
142 | 2024-12-20T19:49:29.070Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-20T19:49:29.150Z | |
144 | 2024-12-20T19:49:29.150Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-20T19:49:34.152Z | Download: 474/4281 items 16.8/220.6MB 7% complete (3.5M/s) |
146 | 2024-12-20T19:49:39.153Z | Download: 1406/4281 items 112.4/220.6MB 50% complete (11.3M/s) |
147 | 2024-12-20T19:49:44.156Z | Download: 2868/4281 items 121.1/220.6MB 54% complete (10.4M/s) |
148 | 2024-12-20T19:49:54.062Z | Download: 3246/4281 items 203.1/220.6MB 92% complete (16.2M/s) |
149 | 2024-12-20T19:49:59.379Z | Download: 3431/4281 items 213.2/220.6MB 96% complete (2.3M/s) |
150 | 2024-12-20T19:50:04.111Z | Download: Completed 220.60 MB in 34.96 seconds (6.3M/s) |
151 | 2024-12-20T19:50:06.263Z | Actions: 1/5063 actions (Removing old actions) |
152 | 2024-12-20T19:50:06.285Z | Actions: 194/5063 actions (Installing new actions) |
153 | 2024-12-20T19:50:10.986Z | Actions: 4226/5063 actions (Updating modified actions) |
154 | 2024-12-20T19:50:11.310Z | Actions: Completed 5063 actions in 5.05 seconds. |
155 | 2024-12-20T19:50:11.738Z | Done (0.421s) |
156 | 2024-12-20T19:50:11.741Z | Done (0.000s) |
157 | 2024-12-20T19:50:12.313Z | Done (0.573s) |
158 | 2024-12-20T19:50:16.763Z | Done (4.217s) |
159 | 2024-12-20T19:50:16.860Z | Done (0.025s) |
160 | 2024-12-20T19:50:16.862Z | Done (0.000s) |
161 | 2024-12-20T19:50:17.031Z | Done (0.000s) |
162 | 2024-12-20T19:50:17.734Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-12-20T19:50:17.896Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-12-20T19:50:17.898Z | Planning: Consolidating action changes ... Done |
165 | 2024-12-20T19:50:18.168Z | Planning: Evaluating mediators ... Done |
166 | 2024-12-20T19:50:18.171Z | Planning: Planning completed in 0.44 seconds |
167 | 2024-12-20T19:50:18.207Z | Mediators to change: 2 |
168 | 2024-12-20T19:50:18.207Z | Create boot environment: No |
169 | 2024-12-20T19:50:18.211Z | Create backup boot environment: No |
170 | 2024-12-20T19:50:18.265Z | Done |
171 | 2024-12-20T19:50:18.265Z | Done |
172 | 2024-12-20T19:50:18.637Z | Done |
173 | 2024-12-20T19:50:22.318Z | Done |
174 | 2024-12-20T19:50:22.410Z | Done |
175 | 2024-12-20T19:50:22.414Z | Done |
176 | 2024-12-20T19:50:22.556Z | Done |
177 | 2024-12-20T19:50:23.181Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-12-20T19:50:23.183Z | Planning: Merging actions ... Done |
179 | 2024-12-20T19:50:23.372Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-12-20T19:50:23.374Z | Planning: Consolidating action changes ... Done |
181 | 2024-12-20T19:50:23.643Z | Planning: Evaluating mediators ... Done |
182 | 2024-12-20T19:50:23.699Z | Planning: Planning completed in 0.76 seconds |
183 | 2024-12-20T19:50:23.740Z | Packages to change: 1 |
184 | 2024-12-20T19:50:23.740Z | Mediators to change: 1 |
185 | 2024-12-20T19:50:23.743Z | Services to change: 1 |
186 | 2024-12-20T19:50:23.743Z | Create boot environment: No |
187 | 2024-12-20T19:50:23.743Z | Create backup boot environment: Yes |
188 | 2024-12-20T19:50:26.091Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-12-20T19:50:26.093Z | Actions: Completed 6 actions in 0.00 seconds. |
190 | 2024-12-20T19:50:26.093Z | Done |
191 | 2024-12-20T19:50:26.093Z | Done |
192 | 2024-12-20T19:50:26.210Z | Done |
193 | 2024-12-20T19:50:29.882Z | Done |
194 | 2024-12-20T19:50:29.978Z | Done |
195 | 2024-12-20T19:50:29.980Z | Done |
196 | 2024-12-20T19:50:30.117Z | Done |
197 | 2024-12-20T19:50:30.560Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-12-20T19:50:30.560Z | clang system 15 system |
199 | 2024-12-20T19:50:30.560Z | csh system system illumos |
200 | 2024-12-20T19:50:30.560Z | ctags system system illumos |
201 | 2024-12-20T19:50:30.560Z | gcc vendor 12 vendor |
202 | 2024-12-20T19:50:30.560Z | gcc system 10 system |
203 | 2024-12-20T19:50:30.561Z | gcc system 7 system |
204 | 2024-12-20T19:50:30.561Z | go system 1.20 system |
205 | 2024-12-20T19:50:30.561Z | go system 1.19 system |
206 | 2024-12-20T19:50:30.561Z | llvm system 15 system |
207 | 2024-12-20T19:50:30.561Z | llvm system 14 system |
208 | 2024-12-20T19:50:30.561Z | mariadb system 10.6 system |
209 | 2024-12-20T19:50:30.561Z | mta vendor vendor dma |
210 | 2024-12-20T19:50:30.561Z | openjdk system 17 system |
211 | 2024-12-20T19:50:30.561Z | openjdk system 11 system |
212 | 2024-12-20T19:50:30.561Z | openjdk system 1.8 system |
213 | 2024-12-20T19:50:30.561Z | openssl vendor 3 vendor |
214 | 2024-12-20T19:50:30.561Z | perl system 5.36 system |
215 | 2024-12-20T19:50:30.561Z | postgresql system 15 system |
216 | 2024-12-20T19:50:30.561Z | postgresql system 13 system |
217 | 2024-12-20T19:50:30.561Z | python vendor 3 vendor |
218 | 2024-12-20T19:50:30.561Z | python system 2 system |
219 | 2024-12-20T19:50:30.561Z | python3 system 3.11 system |
220 | 2024-12-20T19:50:30.561Z | ruby system 3.0 system |
221 | 2024-12-20T19:50:30.561Z | words vendor vendor american-english |
222 | 2024-12-20T19:50:30.561Z | words system system australian-english |
223 | 2024-12-20T19:50:30.561Z | words system system british-english |
224 | 2024-12-20T19:50:30.562Z | words system system canadian-english |
225 | 2024-12-20T19:50:30.562Z | words system system french |
226 | 2024-12-20T19:50:30.562Z | words system system italian |
227 | 2024-12-20T19:50:30.562Z | words system system ngerman |
228 | 2024-12-20T19:50:30.562Z | words system system ogerman |
229 | 2024-12-20T19:50:30.562Z | words system system spanish |
230 | 2024-12-20T19:50:30.892Z | PUBLISHER TYPE STATUS P LOCATION |
231 | 2024-12-20T19:50:30.892Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
232 | 2024-12-20T19:50:33.664Z | FMRI IFO |
233 | 2024-12-20T19:50:33.664Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
234 | 2024-12-20T19:50:33.664Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
235 | 2024-12-20T19:50:33.664Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
236 | 2024-12-20T19:50:33.664Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
237 | 2024-12-20T19:50:33.664Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
238 | 2024-12-20T19:50:33.664Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
239 | 2024-12-20T19:50:33.664Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
240 | 2024-12-20T19:50:33.664Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
241 | 2024-12-20T19:50:33.664Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
242 | 2024-12-20T19:50:33.664Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
243 | 2024-12-20T19:50:33.664Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
244 | 2024-12-20T19:50:33.664Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
245 | 2024-12-20T19:50:33.664Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
246 | 2024-12-20T19:50:33.664Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
247 | 2024-12-20T19:50:33.665Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
248 | 2024-12-20T19:50:34.446Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
249 | 2024-12-20T19:50:34.724Z | Updating crates.io index |
250 | 2024-12-20T19:50:34.727Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
251 | 2024-12-20T19:50:35.310Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
252 | 2024-12-20T19:50:35.565Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
253 | 2024-12-20T19:50:35.796Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
254 | 2024-12-20T19:50:36.043Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
255 | 2024-12-20T19:50:36.923Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
256 | 2024-12-20T19:50:38.490Z | Updating git repository `https://github.com/oxidecomputer/opte` |
257 | 2024-12-20T19:50:39.105Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
258 | 2024-12-20T19:50:39.799Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
259 | 2024-12-20T19:50:40.069Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
260 | 2024-12-20T19:50:40.395Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
261 | 2024-12-20T19:50:40.987Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
262 | 2024-12-20T19:50:41.326Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
263 | 2024-12-20T19:50:41.631Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
264 | 2024-12-20T19:50:42.045Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
265 | 2024-12-20T19:50:42.300Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
266 | 2024-12-20T19:50:42.583Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
267 | 2024-12-20T19:50:42.884Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
268 | 2024-12-20T19:50:43.206Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
269 | 2024-12-20T19:50:43.517Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
270 | 2024-12-20T19:50:44.019Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
271 | 2024-12-20T19:50:44.527Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
272 | 2024-12-20T19:50:44.835Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
273 | 2024-12-20T19:50:45.210Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
274 | 2024-12-20T19:50:45.685Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
275 | 2024-12-20T19:50:46.024Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
276 | 2024-12-20T19:50:46.284Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
277 | 2024-12-20T19:50:46.615Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
278 | 2024-12-20T19:50:47.893Z | Downloading crates ... |
279 | 2024-12-20T19:50:48.015Z | Downloaded anstream v0.6.15 |
280 | 2024-12-20T19:50:48.021Z | Downloaded block-buffer v0.10.4 |
281 | 2024-12-20T19:50:48.024Z | Downloaded anstyle-parse v0.2.5 |
282 | 2024-12-20T19:50:48.041Z | Downloaded swrite v0.1.0 |
283 | 2024-12-20T19:50:48.044Z | Downloaded dtrace-parser v0.2.0 |
284 | 2024-12-20T19:50:48.048Z | Downloaded pretty-hex v0.4.1 |
285 | 2024-12-20T19:50:48.051Z | Downloaded equivalent v1.0.1 |
286 | 2024-12-20T19:50:48.066Z | Downloaded camino v1.1.9 |
287 | 2024-12-20T19:50:48.069Z | Downloaded usdt-attr-macro v0.5.0 |
288 | 2024-12-20T19:50:48.071Z | Downloaded scroll_derive v0.12.0 |
289 | 2024-12-20T19:50:48.077Z | Downloaded anstyle-query v1.1.1 |
290 | 2024-12-20T19:50:48.080Z | Downloaded cargo-platform v0.1.8 |
291 | 2024-12-20T19:50:48.080Z | Downloaded bytecount v0.6.8 |
292 | 2024-12-20T19:50:48.084Z | Downloaded autocfg v1.4.0 |
293 | 2024-12-20T19:50:48.084Z | Downloaded byteorder v1.5.0 |
294 | 2024-12-20T19:50:48.087Z | Downloaded anstyle v1.0.10 |
295 | 2024-12-20T19:50:48.087Z | Downloaded clap_lex v0.7.2 |
296 | 2024-12-20T19:50:48.092Z | Downloaded strsim v0.11.1 |
297 | 2024-12-20T19:50:48.095Z | Downloaded heck v0.5.0 |
298 | 2024-12-20T19:50:48.095Z | Downloaded cpufeatures v0.2.14 |
299 | 2024-12-20T19:50:48.098Z | Downloaded usdt v0.5.0 |
300 | 2024-12-20T19:50:48.098Z | Downloaded macaddr v1.0.1 |
301 | 2024-12-20T19:50:48.101Z | Downloaded generic-array v0.14.7 |
302 | 2024-12-20T19:50:48.103Z | Downloaded fastrand v2.1.1 |
303 | 2024-12-20T19:50:48.103Z | Downloaded errno v0.3.9 |
304 | 2024-12-20T19:50:48.107Z | Downloaded thread-id v4.2.2 |
305 | 2024-12-20T19:50:48.110Z | Downloaded usdt-macro v0.5.0 |
306 | 2024-12-20T19:50:48.112Z | Downloaded terminal_size v0.4.0 |
307 | 2024-12-20T19:50:48.112Z | Downloaded serde_spanned v0.6.8 |
308 | 2024-12-20T19:50:48.112Z | Downloaded crypto-common v0.1.6 |
309 | 2024-12-20T19:50:48.116Z | Downloaded pest_generator v2.7.14 |
310 | 2024-12-20T19:50:48.116Z | Downloaded itoa v1.0.11 |
311 | 2024-12-20T19:50:48.118Z | Downloaded dof v0.3.0 |
312 | 2024-12-20T19:50:48.130Z | Downloaded fs-err v2.11.0 |
313 | 2024-12-20T19:50:48.132Z | Downloaded utf8parse v0.2.2 |
314 | 2024-12-20T19:50:48.132Z | Downloaded serde_tokenstream v0.2.2 |
315 | 2024-12-20T19:50:48.132Z | Downloaded tabled_derive v0.7.0 |
316 | 2024-12-20T19:50:48.132Z | Downloaded smawk v0.3.2 |
317 | 2024-12-20T19:50:48.132Z | Downloaded unicode-linebreak v0.1.5 |
318 | 2024-12-20T19:50:48.132Z | Downloaded fnv v1.0.7 |
319 | 2024-12-20T19:50:48.135Z | Downloaded version_check v0.9.5 |
320 | 2024-12-20T19:50:48.135Z | Downloaded memmap v0.7.0 |
321 | 2024-12-20T19:50:48.138Z | Downloaded cargo_metadata v0.18.1 |
322 | 2024-12-20T19:50:48.140Z | Downloaded is_terminal_polyfill v1.70.1 |
323 | 2024-12-20T19:50:48.140Z | Downloaded heck v0.4.1 |
324 | 2024-12-20T19:50:48.142Z | Downloaded colorchoice v1.0.2 |
325 | 2024-12-20T19:50:48.143Z | Downloaded cfg-if v1.0.0 |
326 | 2024-12-20T19:50:48.145Z | Downloaded thiserror v1.0.69 |
327 | 2024-12-20T19:50:48.149Z | Downloaded toml_datetime v0.6.8 |
328 | 2024-12-20T19:50:48.151Z | Downloaded thiserror-impl v1.0.69 |
329 | 2024-12-20T19:50:48.151Z | Downloaded plain v0.2.3 |
330 | 2024-12-20T19:50:48.153Z | Downloaded camino-tempfile v1.1.1 |
331 | 2024-12-20T19:50:48.161Z | Downloaded quote v1.0.37 |
332 | 2024-12-20T19:50:48.171Z | Downloaded semver v1.0.23 |
333 | 2024-12-20T19:50:48.173Z | Downloaded zerocopy-derive v0.7.35 |
334 | 2024-12-20T19:50:48.177Z | Downloaded scroll v0.12.0 |
335 | 2024-12-20T19:50:48.179Z | Downloaded pest_derive v2.7.14 |
336 | 2024-12-20T19:50:48.181Z | Downloaded usdt-impl v0.5.0 |
337 | 2024-12-20T19:50:48.181Z | Downloaded sha2 v0.10.8 |
338 | 2024-12-20T19:50:48.184Z | Downloaded proc-macro-error-attr v1.0.4 |
339 | 2024-12-20T19:50:48.184Z | Downloaded anyhow v1.0.93 |
340 | 2024-12-20T19:50:48.187Z | Downloaded serde_derive v1.0.215 |
341 | 2024-12-20T19:50:48.190Z | Downloaded proc-macro2 v1.0.89 |
342 | 2024-12-20T19:50:48.192Z | Downloaded unicode-ident v1.0.13 |
343 | 2024-12-20T19:50:48.195Z | Downloaded textwrap v0.16.1 |
344 | 2024-12-20T19:50:48.197Z | Downloaded typenum v1.17.0 |
345 | 2024-12-20T19:50:48.199Z | Downloaded pest_meta v2.7.14 |
346 | 2024-12-20T19:50:48.201Z | Downloaded ucd-trie v0.1.7 |
347 | 2024-12-20T19:50:48.203Z | Downloaded digest v0.10.7 |
348 | 2024-12-20T19:50:48.206Z | Downloaded clap v4.5.21 |
349 | 2024-12-20T19:50:48.211Z | Downloaded toml v0.8.19 |
350 | 2024-12-20T19:50:48.215Z | Downloaded ryu v1.0.18 |
351 | 2024-12-20T19:50:48.217Z | Downloaded proc-macro-error v1.0.4 |
352 | 2024-12-20T19:50:48.220Z | Downloaded papergrid v0.11.0 |
353 | 2024-12-20T19:50:48.224Z | Downloaded log v0.4.22 |
354 | 2024-12-20T19:50:48.227Z | Downloaded tempfile v3.13.0 |
355 | 2024-12-20T19:50:48.229Z | Downloaded cargo_toml v0.20.5 |
356 | 2024-12-20T19:50:48.232Z | Downloaded bitflags v2.6.0 |
357 | 2024-12-20T19:50:48.235Z | Downloaded indexmap v2.6.0 |
358 | 2024-12-20T19:50:48.238Z | Downloaded serde v1.0.215 |
359 | 2024-12-20T19:50:48.240Z | Downloaded once_cell v1.20.2 |
360 | 2024-12-20T19:50:48.243Z | Downloaded clap_derive v4.5.18 |
361 | 2024-12-20T19:50:48.247Z | Downloaded memchr v2.7.4 |
362 | 2024-12-20T19:50:48.270Z | Downloaded toml_edit v0.22.22 |
363 | 2024-12-20T19:50:48.290Z | Downloaded pest v2.7.14 |
364 | 2024-12-20T19:50:48.295Z | Downloaded hashbrown v0.15.1 |
365 | 2024-12-20T19:50:48.309Z | Downloaded zerocopy v0.7.35 |
366 | 2024-12-20T19:50:48.323Z | Downloaded winnow v0.6.20 |
367 | 2024-12-20T19:50:48.330Z | Downloaded clap_builder v4.5.21 |
368 | 2024-12-20T19:50:48.336Z | Downloaded goblin v0.8.2 |
369 | 2024-12-20T19:50:48.343Z | Downloaded tabled v0.15.0 |
370 | 2024-12-20T19:50:48.357Z | Downloaded serde_json v1.0.132 |
371 | 2024-12-20T19:50:48.362Z | Downloaded syn v2.0.87 |
372 | 2024-12-20T19:50:48.372Z | Downloaded syn v1.0.109 |
373 | 2024-12-20T19:50:48.381Z | Downloaded unicode-width v0.1.14 |
374 | 2024-12-20T19:50:48.402Z | Downloaded rustix v0.38.37 |
375 | 2024-12-20T19:50:48.435Z | Downloaded libc v0.2.162 |
376 | 2024-12-20T19:50:48.745Z | Compiling proc-macro2 v1.0.89 |
377 | 2024-12-20T19:50:48.745Z | Compiling unicode-ident v1.0.13 |
378 | 2024-12-20T19:50:48.745Z | Compiling version_check v0.9.5 |
379 | 2024-12-20T19:50:48.748Z | Compiling serde v1.0.215 |
380 | 2024-12-20T19:50:48.748Z | Compiling memchr v2.7.4 |
381 | 2024-12-20T19:50:48.748Z | Compiling thiserror v1.0.69 |
382 | 2024-12-20T19:50:48.748Z | Compiling libc v0.2.162 |
383 | 2024-12-20T19:50:48.781Z | Compiling ucd-trie v0.1.7 |
384 | 2024-12-20T19:50:49.019Z | Compiling itoa v1.0.11 |
385 | 2024-12-20T19:50:49.254Z | Compiling ryu v1.0.18 |
386 | 2024-12-20T19:50:49.496Z | Compiling once_cell v1.20.2 |
387 | 2024-12-20T19:50:49.586Z | Compiling byteorder v1.5.0 |
388 | 2024-12-20T19:50:49.638Z | Compiling rustix v0.38.37 |
389 | 2024-12-20T19:50:49.879Z | Compiling serde_json v1.0.132 |
390 | 2024-12-20T19:50:50.136Z | Compiling bitflags v2.6.0 |
391 | 2024-12-20T19:50:50.265Z | Compiling usdt-impl v0.5.0 |
392 | 2024-12-20T19:50:50.499Z | Compiling proc-macro-error-attr v1.0.4 |
393 | 2024-12-20T19:50:50.598Z | Compiling syn v1.0.109 |
394 | 2024-12-20T19:50:50.624Z | Compiling proc-macro-error v1.0.4 |
395 | 2024-12-20T19:50:50.624Z | Compiling hashbrown v0.15.1 |
396 | 2024-12-20T19:50:50.672Z | Compiling quote v1.0.37 |
397 | 2024-12-20T19:50:50.926Z | Compiling camino v1.1.9 |
398 | 2024-12-20T19:50:51.034Z | Compiling errno v0.3.9 |
399 | 2024-12-20T19:50:51.258Z | Compiling syn v2.0.87 |
400 | 2024-12-20T19:50:51.419Z | Compiling log v0.4.22 |
401 | 2024-12-20T19:50:51.446Z | Compiling equivalent v1.0.1 |
402 | 2024-12-20T19:50:51.567Z | Compiling thread-id v4.2.2 |
403 | 2024-12-20T19:50:51.595Z | Compiling utf8parse v0.2.2 |
404 | 2024-12-20T19:50:51.598Z | Compiling plain v0.2.3 |
405 | 2024-12-20T19:50:51.760Z | Compiling indexmap v2.6.0 |
406 | 2024-12-20T19:50:51.789Z | Compiling anstyle-parse v0.2.5 |
407 | 2024-12-20T19:50:51.990Z | Compiling winnow v0.6.20 |
408 | 2024-12-20T19:50:52.122Z | Compiling anstyle-query v1.1.1 |
409 | 2024-12-20T19:50:52.206Z | Compiling anstyle v1.0.10 |
410 | 2024-12-20T19:50:52.283Z | Compiling colorchoice v1.0.2 |
411 | 2024-12-20T19:50:52.463Z | Compiling pretty-hex v0.4.1 |
412 | 2024-12-20T19:50:52.494Z | Compiling is_terminal_polyfill v1.70.1 |
413 | 2024-12-20T19:50:52.632Z | Compiling unicode-width v0.1.14 |
414 | 2024-12-20T19:50:52.677Z | Compiling semver v1.0.23 |
415 | 2024-12-20T19:50:52.708Z | Compiling autocfg v1.4.0 |
416 | 2024-12-20T19:50:53.165Z | Compiling anstream v0.6.15 |
417 | 2024-12-20T19:50:53.369Z | Compiling fnv v1.0.7 |
418 | 2024-12-20T19:50:53.452Z | Compiling terminal_size v0.4.0 |
419 | 2024-12-20T19:50:53.519Z | Compiling cfg-if v1.0.0 |
420 | 2024-12-20T19:50:53.624Z | Compiling bytecount v0.6.8 |
421 | 2024-12-20T19:50:53.668Z | Compiling fastrand v2.1.1 |
422 | 2024-12-20T19:50:53.847Z | Compiling fs-err v2.11.0 |
423 | 2024-12-20T19:50:53.961Z | Compiling anyhow v1.0.93 |
424 | 2024-12-20T19:50:54.131Z | Compiling clap_lex v0.7.2 |
425 | 2024-12-20T19:50:54.211Z | Compiling heck v0.5.0 |
426 | 2024-12-20T19:50:54.265Z | Compiling strsim v0.11.1 |
427 | 2024-12-20T19:50:54.312Z | Compiling heck v0.4.1 |
428 | 2024-12-20T19:50:54.774Z | Compiling clap_builder v4.5.21 |
429 | 2024-12-20T19:50:54.818Z | Compiling tempfile v3.13.0 |
430 | 2024-12-20T19:50:55.129Z | Compiling papergrid v0.11.0 |
431 | 2024-12-20T19:50:55.256Z | Compiling memmap v0.7.0 |
432 | 2024-12-20T19:50:55.387Z | Compiling smawk v0.3.2 |
433 | 2024-12-20T19:50:55.626Z | Compiling unicode-linebreak v0.1.5 |
434 | 2024-12-20T19:50:55.888Z | Compiling swrite v0.1.0 |
435 | 2024-12-20T19:50:56.020Z | Compiling textwrap v0.16.1 |
436 | 2024-12-20T19:50:57.422Z | Compiling tabled_derive v0.7.0 |
437 | 2024-12-20T19:50:59.090Z | Compiling tabled v0.15.0 |
438 | 2024-12-20T19:51:00.363Z | Compiling serde_derive v1.0.215 |
439 | 2024-12-20T19:51:00.365Z | Compiling thiserror-impl v1.0.69 |
440 | 2024-12-20T19:51:00.365Z | Compiling zerocopy-derive v0.7.35 |
441 | 2024-12-20T19:51:00.365Z | Compiling scroll_derive v0.12.0 |
442 | 2024-12-20T19:51:00.365Z | Compiling clap_derive v4.5.18 |
443 | 2024-12-20T19:51:01.714Z | Compiling scroll v0.12.0 |
444 | 2024-12-20T19:51:02.213Z | Compiling goblin v0.8.2 |
445 | 2024-12-20T19:51:02.239Z | Compiling zerocopy v0.7.35 |
446 | 2024-12-20T19:51:02.952Z | Compiling pest v2.7.14 |
447 | 2024-12-20T19:51:04.139Z | Compiling clap v4.5.21 |
448 | 2024-12-20T19:51:05.283Z | Compiling pest_meta v2.7.14 |
449 | 2024-12-20T19:51:06.167Z | Compiling pest_generator v2.7.14 |
450 | 2024-12-20T19:51:08.067Z | Compiling pest_derive v2.7.14 |
451 | 2024-12-20T19:51:08.795Z | Compiling dtrace-parser v0.2.0 |
452 | 2024-12-20T19:51:10.934Z | Compiling toml_datetime v0.6.8 |
453 | 2024-12-20T19:51:10.934Z | Compiling serde_spanned v0.6.8 |
454 | 2024-12-20T19:51:10.938Z | Compiling cargo-platform v0.1.8 |
455 | 2024-12-20T19:51:11.321Z | Compiling serde_tokenstream v0.2.2 |
456 | 2024-12-20T19:51:11.346Z | Compiling toml_edit v0.22.22 |
457 | 2024-12-20T19:51:11.476Z | Compiling macaddr v1.0.1 |
458 | 2024-12-20T19:51:11.628Z | Compiling camino-tempfile v1.1.1 |
459 | 2024-12-20T19:51:12.423Z | Compiling dof v0.3.0 |
460 | 2024-12-20T19:51:12.423Z | Compiling cargo_metadata v0.18.1 |
461 | 2024-12-20T19:51:14.123Z | Compiling toml v0.8.19 |
462 | 2024-12-20T19:51:14.652Z | Compiling usdt-attr-macro v0.5.0 |
463 | 2024-12-20T19:51:14.685Z | Compiling usdt-macro v0.5.0 |
464 | 2024-12-20T19:51:15.044Z | Compiling cargo_toml v0.20.5 |
465 | 2024-12-20T19:51:16.056Z | Compiling usdt v0.5.0 |
466 | 2024-12-20T19:51:18.722Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
467 | 2024-12-20T19:51:22.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.78s |
468 | 2024-12-20T19:51:23.258Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
469 | 2024-12-20T19:51:23.798Z | Downloading crates ... |
470 | 2024-12-20T19:51:23.919Z | Downloaded atomicwrites v0.4.4 |
471 | 2024-12-20T19:51:23.921Z | Downloaded async-stream-impl v0.3.6 |
472 | 2024-12-20T19:51:23.925Z | Downloaded arrayref v0.3.9 |
473 | 2024-12-20T19:51:23.928Z | Downloaded ascii-canvas v3.0.0 |
474 | 2024-12-20T19:51:23.928Z | Downloaded aead v0.5.2 |
475 | 2024-12-20T19:51:23.931Z | Downloaded adler2 v2.0.0 |
476 | 2024-12-20T19:51:23.933Z | Downloaded atty v0.2.14 |
477 | 2024-12-20T19:51:23.937Z | Downloaded headers-core v0.3.0 |
478 | 2024-12-20T19:51:23.940Z | Downloaded cfg_aliases v0.1.1 |
479 | 2024-12-20T19:51:23.947Z | Downloaded ciborium-io v0.2.2 |
480 | 2024-12-20T19:51:23.952Z | Downloaded http-range v0.1.5 |
481 | 2024-12-20T19:51:23.955Z | Downloaded cfg_aliases v0.2.1 |
482 | 2024-12-20T19:51:23.958Z | Downloaded icu_provider_macros v1.5.0 |
483 | 2024-12-20T19:51:23.960Z | Downloaded cstr-argument v0.1.2 |
484 | 2024-12-20T19:51:23.963Z | Downloaded crunchy v0.2.2 |
485 | 2024-12-20T19:51:23.963Z | Downloaded argon2 v0.5.3 |
486 | 2024-12-20T19:51:23.965Z | Downloaded hubpack_derive v0.1.1 |
487 | 2024-12-20T19:51:23.965Z | Downloaded atomic-waker v1.1.2 |
488 | 2024-12-20T19:51:23.969Z | Downloaded md5 v0.7.0 |
489 | 2024-12-20T19:51:23.972Z | Downloaded castaway v0.2.3 |
490 | 2024-12-20T19:51:23.973Z | Downloaded addr2line v0.24.2 |
491 | 2024-12-20T19:51:23.973Z | Downloaded ident_case v1.0.1 |
492 | 2024-12-20T19:51:23.975Z | Downloaded async-recursion v1.1.1 |
493 | 2024-12-20T19:51:23.977Z | Downloaded match_cfg v0.1.0 |
494 | 2024-12-20T19:51:23.980Z | Downloaded block-padding v0.3.3 |
495 | 2024-12-20T19:51:23.980Z | Downloaded convert_case v0.4.0 |
496 | 2024-12-20T19:51:23.982Z | Downloaded instant v0.1.13 |
497 | 2024-12-20T19:51:23.986Z | Downloaded buf-list v1.0.3 |
498 | 2024-12-20T19:51:23.986Z | Downloaded chrono-tz-build v0.4.0 |
499 | 2024-12-20T19:51:23.989Z | Downloaded bitfield-struct v0.6.2 |
500 | 2024-12-20T19:51:23.989Z | Downloaded cbc v0.1.2 |
501 | 2024-12-20T19:51:23.991Z | Downloaded matches v0.1.10 |
502 | 2024-12-20T19:51:23.991Z | Downloaded bitflags v1.3.2 |
503 | 2024-12-20T19:51:23.994Z | Downloaded humantime v2.1.0 |
504 | 2024-12-20T19:51:23.997Z | Downloaded bcrypt-pbkdf v0.10.0 |
505 | 2024-12-20T19:51:24.005Z | Downloaded hubpack v0.1.2 |
506 | 2024-12-20T19:51:24.008Z | Downloaded httpdate v1.0.3 |
507 | 2024-12-20T19:51:24.008Z | Downloaded crc-catalog v2.4.0 |
508 | 2024-12-20T19:51:24.008Z | Downloaded base16ct v0.2.0 |
509 | 2024-12-20T19:51:24.008Z | Downloaded hostname v0.3.1 |
510 | 2024-12-20T19:51:24.008Z | Downloaded is_ci v1.2.0 |
511 | 2024-12-20T19:51:24.008Z | Downloaded idna_adapter v1.2.0 |
512 | 2024-12-20T19:51:24.011Z | Downloaded hostname v0.4.0 |
513 | 2024-12-20T19:51:24.014Z | Downloaded indoc v1.0.9 |
514 | 2024-12-20T19:51:24.017Z | Downloaded chacha20 v0.9.1 |
515 | 2024-12-20T19:51:24.017Z | Downloaded heck v0.3.3 |
516 | 2024-12-20T19:51:24.021Z | Downloaded ctr v0.9.2 |
517 | 2024-12-20T19:51:24.023Z | Downloaded hex v0.4.3 |
518 | 2024-12-20T19:51:24.024Z | Downloaded http-body v1.0.1 |
519 | 2024-12-20T19:51:24.026Z | Downloaded crossbeam-deque v0.8.5 |
520 | 2024-12-20T19:51:24.026Z | Downloaded async-bb8-diesel v0.2.1 |
521 | 2024-12-20T19:51:24.029Z | Downloaded lazy_static v1.5.0 |
522 | 2024-12-20T19:51:24.034Z | Downloaded arrayvec v0.7.6 |
523 | 2024-12-20T19:51:24.034Z | Downloaded hyper-tls v0.6.0 |
524 | 2024-12-20T19:51:24.037Z | Downloaded hex-literal v0.4.1 |
525 | 2024-12-20T19:51:24.037Z | Downloaded http-body-util v0.1.2 |
526 | 2024-12-20T19:51:24.040Z | Downloaded base64ct v1.6.0 |
527 | 2024-12-20T19:51:24.044Z | Downloaded cexpr v0.6.0 |
528 | 2024-12-20T19:51:24.048Z | Downloaded bitfield v0.14.0 |
529 | 2024-12-20T19:51:24.048Z | Downloaded mime v0.3.17 |
530 | 2024-12-20T19:51:24.051Z | Downloaded const_format_proc_macros v0.2.33 |
531 | 2024-12-20T19:51:24.051Z | Downloaded libsw v3.3.1 |
532 | 2024-12-20T19:51:24.053Z | Downloaded crc v3.2.1 |
533 | 2024-12-20T19:51:24.057Z | Downloaded managed v0.8.0 |
534 | 2024-12-20T19:51:24.061Z | Downloaded impl-trait-for-tuples v0.2.2 |
535 | 2024-12-20T19:51:24.061Z | Downloaded bzip2 v0.4.4 |
536 | 2024-12-20T19:51:24.063Z | Downloaded lru v0.12.5 |
537 | 2024-12-20T19:51:24.066Z | Downloaded lockfree-object-pool v0.1.6 |
538 | 2024-12-20T19:51:24.073Z | Downloaded memoffset v0.9.1 |
539 | 2024-12-20T19:51:24.073Z | Downloaded maplit v1.0.2 |
540 | 2024-12-20T19:51:24.076Z | Downloaded csv-core v0.1.11 |
541 | 2024-12-20T19:51:24.076Z | Downloaded crc32fast v1.4.2 |
542 | 2024-12-20T19:51:24.076Z | Downloaded cmake v0.1.51 |
543 | 2024-12-20T19:51:24.076Z | Downloaded ahash v0.8.11 |
544 | 2024-12-20T19:51:24.079Z | Downloaded arc-swap v1.7.1 |
545 | 2024-12-20T19:51:24.084Z | Downloaded darling_macro v0.20.10 |
546 | 2024-12-20T19:51:24.088Z | Downloaded zerofrom v0.1.4 |
547 | 2024-12-20T19:51:24.088Z | Downloaded try-lock v0.2.5 |
548 | 2024-12-20T19:51:24.088Z | Downloaded take_mut v0.2.2 |
549 | 2024-12-20T19:51:24.091Z | Downloaded rfc6979 v0.4.0 |
550 | 2024-12-20T19:51:24.091Z | Downloaded linear-map v1.2.0 |
551 | 2024-12-20T19:51:24.095Z | Downloaded sec1 v0.7.3 |
552 | 2024-12-20T19:51:24.095Z | Downloaded same-file v1.0.6 |
553 | 2024-12-20T19:51:24.098Z | Downloaded slog-json v2.6.1 |
554 | 2024-12-20T19:51:24.098Z | Downloaded ssh-encoding v0.2.0 |
555 | 2024-12-20T19:51:24.102Z | Downloaded lock_api v0.4.12 |
556 | 2024-12-20T19:51:24.106Z | Downloaded async-trait v0.1.83 |
557 | 2024-12-20T19:51:24.109Z | Downloaded ipnet v2.10.1 |
558 | 2024-12-20T19:51:24.112Z | Downloaded mime_guess v2.0.5 |
559 | 2024-12-20T19:51:24.112Z | Downloaded memmap2 v0.9.5 |
560 | 2024-12-20T19:51:24.115Z | Downloaded clang-sys v1.8.1 |
561 | 2024-12-20T19:51:24.117Z | Downloaded libloading v0.8.5 |
562 | 2024-12-20T19:51:24.119Z | Downloaded downcast v0.11.0 |
563 | 2024-12-20T19:51:24.123Z | Downloaded cookie v0.18.1 |
564 | 2024-12-20T19:51:24.126Z | Downloaded hmac v0.12.1 |
565 | 2024-12-20T19:51:24.128Z | Downloaded icu_locid v1.5.0 |
566 | 2024-12-20T19:51:24.132Z | Downloaded thiserror-impl-no-std v2.0.2 |
567 | 2024-12-20T19:51:24.135Z | Downloaded number_prefix v0.4.0 |
568 | 2024-12-20T19:51:24.135Z | Downloaded num_threads v0.1.7 |
569 | 2024-12-20T19:51:24.138Z | Downloaded termios v0.3.3 |
570 | 2024-12-20T19:51:24.141Z | Downloaded progenitor-client v0.8.0 |
571 | 2024-12-20T19:51:24.141Z | Downloaded parse-size v1.1.0 |
572 | 2024-12-20T19:51:24.141Z | Downloaded twox-hash v1.6.3 |
573 | 2024-12-20T19:51:24.144Z | Downloaded newtype_derive v0.1.6 |
574 | 2024-12-20T19:51:24.146Z | Downloaded strum_macros v0.25.3 |
575 | 2024-12-20T19:51:24.147Z | Downloaded zerofrom-derive v0.1.4 |
576 | 2024-12-20T19:51:24.149Z | Downloaded dunce v1.0.5 |
577 | 2024-12-20T19:51:24.149Z | Downloaded serde_with_macros v3.11.0 |
578 | 2024-12-20T19:51:24.153Z | Downloaded peg-runtime v0.8.3 |
579 | 2024-12-20T19:51:24.158Z | Downloaded tls_codec_derive v0.4.1 |
580 | 2024-12-20T19:51:24.158Z | Downloaded strum_macros v0.26.4 |
581 | 2024-12-20T19:51:24.161Z | Downloaded stable_deref_trait v1.2.0 |
582 | 2024-12-20T19:51:24.161Z | Downloaded icu_normalizer v1.5.0 |
583 | 2024-12-20T19:51:24.164Z | Downloaded xattr v1.3.1 |
584 | 2024-12-20T19:51:24.169Z | Downloaded icu_locid_transform_data v1.5.0 |
585 | 2024-12-20T19:51:24.172Z | Downloaded base64 v0.13.1 |
586 | 2024-12-20T19:51:24.172Z | Downloaded universal-hash v0.5.1 |
587 | 2024-12-20T19:51:24.174Z | Downloaded icu_normalizer_data v1.5.0 |
588 | 2024-12-20T19:51:24.177Z | Downloaded indexmap v1.9.3 |
589 | 2024-12-20T19:51:24.180Z | Downloaded rpassword v7.3.1 |
590 | 2024-12-20T19:51:24.183Z | Downloaded sigpipe v0.1.3 |
591 | 2024-12-20T19:51:24.183Z | Downloaded time-macros v0.2.18 |
592 | 2024-12-20T19:51:24.186Z | Downloaded time-core v0.1.2 |
593 | 2024-12-20T19:51:24.188Z | Downloaded mirai-annotations v1.12.0 |
594 | 2024-12-20T19:51:24.188Z | Downloaded futures-task v0.3.31 |
595 | 2024-12-20T19:51:24.191Z | Downloaded write16 v1.0.0 |
596 | 2024-12-20T19:51:24.191Z | Downloaded difflib v0.4.0 |
597 | 2024-12-20T19:51:24.193Z | Downloaded foreign-types-shared v0.3.1 |
598 | 2024-12-20T19:51:24.194Z | Downloaded embedded-io v0.4.0 |
599 | 2024-12-20T19:51:24.196Z | Downloaded heapless v0.7.17 |
600 | 2024-12-20T19:51:24.200Z | Downloaded sqlparser_derive v0.2.2 |
601 | 2024-12-20T19:51:24.203Z | Downloaded slog-bunyan v2.5.0 |
602 | 2024-12-20T19:51:24.206Z | Downloaded derive_builder_core v0.20.2 |
603 | 2024-12-20T19:51:24.206Z | Downloaded uzers v0.12.1 |
604 | 2024-12-20T19:51:24.210Z | Downloaded newtype-uuid v1.1.3 |
605 | 2024-12-20T19:51:24.216Z | Downloaded olpc-cjson v0.1.4 |
606 | 2024-12-20T19:51:24.216Z | Downloaded pem v3.0.4 |
607 | 2024-12-20T19:51:24.216Z | Downloaded chacha20poly1305 v0.10.1 |
608 | 2024-12-20T19:51:24.218Z | Downloaded prettyplease v0.2.25 |
609 | 2024-12-20T19:51:24.221Z | Downloaded diesel_table_macro_syntax v0.2.0 |
610 | 2024-12-20T19:51:24.221Z | Downloaded glob v0.3.1 |
611 | 2024-12-20T19:51:24.223Z | Downloaded compact_str v0.8.0 |
612 | 2024-12-20T19:51:24.229Z | Downloaded walkdir v2.5.0 |
613 | 2024-12-20T19:51:24.232Z | Downloaded const_format v0.2.33 |
614 | 2024-12-20T19:51:24.234Z | Downloaded newline-converter v0.3.0 |
615 | 2024-12-20T19:51:24.237Z | Downloaded new_debug_unreachable v1.0.6 |
616 | 2024-12-20T19:51:24.237Z | Downloaded fxhash v0.2.1 |
617 | 2024-12-20T19:51:24.237Z | Downloaded bumpalo v3.16.0 |
618 | 2024-12-20T19:51:24.242Z | Downloaded spki v0.7.3 |
619 | 2024-12-20T19:51:24.244Z | Downloaded spin v0.5.2 |
620 | 2024-12-20T19:51:24.246Z | Downloaded russh-keys v0.45.0 |
621 | 2024-12-20T19:51:24.249Z | Downloaded indicatif v0.17.9 |
622 | 2024-12-20T19:51:24.253Z | Downloaded deranged v0.3.11 |
623 | 2024-12-20T19:51:24.256Z | Downloaded writeable v0.5.5 |
624 | 2024-12-20T19:51:24.258Z | Downloaded russh-cryptovec v0.7.3 |
625 | 2024-12-20T19:51:24.258Z | Downloaded serde_derive_internals v0.29.1 |
626 | 2024-12-20T19:51:24.261Z | Downloaded nu-ansi-term v0.50.1 |
627 | 2024-12-20T19:51:24.271Z | Downloaded path-slash v0.1.5 |
628 | 2024-12-20T19:51:24.272Z | Downloaded serde_yaml v0.9.34+deprecated |
629 | 2024-12-20T19:51:24.272Z | Downloaded static_assertions v1.1.0 |
630 | 2024-12-20T19:51:24.272Z | Downloaded pem-rfc7468 v0.7.0 |
631 | 2024-12-20T19:51:24.276Z | Downloaded ssh-cipher v0.2.0 |
632 | 2024-12-20T19:51:24.276Z | Downloaded foreign-types v0.5.0 |
633 | 2024-12-20T19:51:24.276Z | Downloaded poly1305 v0.8.0 |
634 | 2024-12-20T19:51:24.279Z | Downloaded unicode-xid v0.2.6 |
635 | 2024-12-20T19:51:24.282Z | Downloaded unicode-truncate v1.1.0 |
636 | 2024-12-20T19:51:24.286Z | Downloaded unicase v2.7.0 |
637 | 2024-12-20T19:51:24.286Z | Downloaded zone v0.1.8 |
638 | 2024-12-20T19:51:24.286Z | Downloaded termtree v0.4.1 |
639 | 2024-12-20T19:51:24.289Z | Downloaded signal-hook-tokio v0.3.1 |
640 | 2024-12-20T19:51:24.289Z | Downloaded pkcs8 v0.10.2 |
641 | 2024-12-20T19:51:24.292Z | Downloaded peg-macros v0.8.4 |
642 | 2024-12-20T19:51:24.296Z | Downloaded resolv-conf v0.7.0 |
643 | 2024-12-20T19:51:24.300Z | Downloaded num-derive v0.4.2 |
644 | 2024-12-20T19:51:24.300Z | Downloaded num-integer v0.1.46 |
645 | 2024-12-20T19:51:24.305Z | Downloaded enum-as-inner v0.5.1 |
646 | 2024-12-20T19:51:24.305Z | Downloaded vsss-rs v3.3.4 |
647 | 2024-12-20T19:51:24.308Z | Downloaded der_derive v0.7.3 |
648 | 2024-12-20T19:51:24.309Z | Downloaded foreign-types v0.3.2 |
649 | 2024-12-20T19:51:24.311Z | Downloaded value-bag v1.9.0 |
650 | 2024-12-20T19:51:24.316Z | Downloaded opaque-debug v0.3.1 |
651 | 2024-12-20T19:51:24.316Z | Downloaded predicates-core v1.0.8 |
652 | 2024-12-20T19:51:24.316Z | Downloaded polyval v0.6.2 |
653 | 2024-12-20T19:51:24.318Z | Downloaded phf_shared v0.11.2 |
654 | 2024-12-20T19:51:24.323Z | Downloaded rustc-hash v1.1.0 |
655 | 2024-12-20T19:51:24.323Z | Downloaded icu_collections v1.5.0 |
656 | 2024-12-20T19:51:24.338Z | Downloaded tracing-attributes v0.1.27 |
657 | 2024-12-20T19:51:24.341Z | Downloaded hickory-server v0.24.1 |
658 | 2024-12-20T19:51:24.348Z | Downloaded thread_local v1.1.8 |
659 | 2024-12-20T19:51:24.351Z | Downloaded serde_repr v0.1.19 |
660 | 2024-12-20T19:51:24.351Z | Downloaded pkg-config v0.3.31 |
661 | 2024-12-20T19:51:24.354Z | Downloaded thiserror-impl v2.0.3 |
662 | 2024-12-20T19:51:24.357Z | Downloaded zeroize_derive v1.4.2 |
663 | 2024-12-20T19:51:24.357Z | Downloaded precomputed-hash v0.1.1 |
664 | 2024-12-20T19:51:24.357Z | Downloaded parking_lot v0.12.3 |
665 | 2024-12-20T19:51:24.364Z | Downloaded native-tls v0.2.12 |
666 | 2024-12-20T19:51:24.364Z | Downloaded slog v2.7.0 |
667 | 2024-12-20T19:51:24.368Z | Downloaded signal-hook-registry v1.4.2 |
668 | 2024-12-20T19:51:24.368Z | Downloaded signal-hook-mio v0.2.4 |
669 | 2024-12-20T19:51:24.372Z | Downloaded rustc_version v0.4.1 |
670 | 2024-12-20T19:51:24.372Z | Downloaded rustc-hash v2.0.0 |
671 | 2024-12-20T19:51:24.372Z | Downloaded predicates-tree v1.0.11 |
672 | 2024-12-20T19:51:24.395Z | Downloaded minimal-lexical v0.2.1 |
673 | 2024-12-20T19:51:24.395Z | Downloaded num_enum_derive v0.5.11 |
674 | 2024-12-20T19:51:24.395Z | Downloaded foreign-types-macros v0.2.3 |
675 | 2024-12-20T19:51:24.395Z | Downloaded foldhash v0.1.3 |
676 | 2024-12-20T19:51:24.407Z | Downloaded tinyvec_macros v0.1.1 |
677 | 2024-12-20T19:51:24.407Z | Downloaded rustc-demangle v0.1.24 |
678 | 2024-12-20T19:51:24.407Z | Downloaded ron v0.7.1 |
679 | 2024-12-20T19:51:24.407Z | Downloaded dirs-next v2.0.0 |
680 | 2024-12-20T19:51:24.407Z | Downloaded zone v0.3.0 |
681 | 2024-12-20T19:51:24.407Z | Downloaded zerovec-derive v0.10.3 |
682 | 2024-12-20T19:51:24.407Z | Downloaded elliptic-curve v0.13.8 |
683 | 2024-12-20T19:51:24.407Z | Downloaded derive_builder_macro v0.20.2 |
684 | 2024-12-20T19:51:24.407Z | Downloaded toolchain_find v0.4.0 |
685 | 2024-12-20T19:51:24.407Z | Downloaded pbkdf2 v0.12.2 |
686 | 2024-12-20T19:51:24.411Z | Downloaded phf_shared v0.10.0 |
687 | 2024-12-20T19:51:24.411Z | Downloaded fixedbitset v0.4.2 |
688 | 2024-12-20T19:51:24.411Z | Downloaded unicode_categories v0.1.1 |
689 | 2024-12-20T19:51:24.411Z | Downloaded tabwriter v1.4.0 |
690 | 2024-12-20T19:51:24.411Z | Downloaded rusty-fork v0.3.0 |
691 | 2024-12-20T19:51:24.413Z | Downloaded ref-cast v1.0.23 |
692 | 2024-12-20T19:51:24.417Z | Downloaded vte v0.11.1 |
693 | 2024-12-20T19:51:24.422Z | Downloaded thiserror-no-std v2.0.2 |
694 | 2024-12-20T19:51:24.422Z | Downloaded thiserror v2.0.3 |
695 | 2024-12-20T19:51:24.428Z | Downloaded zip v0.6.6 |
696 | 2024-12-20T19:51:24.434Z | Downloaded slog-stdlog v4.1.1 |
697 | 2024-12-20T19:51:24.436Z | Downloaded slog-scope v4.4.0 |
698 | 2024-12-20T19:51:24.439Z | Downloaded ppv-lite86 v0.2.20 |
699 | 2024-12-20T19:51:24.439Z | Downloaded globset v0.4.15 |
700 | 2024-12-20T19:51:24.441Z | Downloaded tiny-keccak v2.0.2 |
701 | 2024-12-20T19:51:24.444Z | Downloaded tinystr v0.7.6 |
702 | 2024-12-20T19:51:24.449Z | Downloaded ron v0.8.1 |
703 | 2024-12-20T19:51:24.453Z | Downloaded structmeta-derive v0.2.0 |
704 | 2024-12-20T19:51:24.456Z | Downloaded parse-display-derive v0.10.0 |
705 | 2024-12-20T19:51:24.456Z | Downloaded structmeta v0.3.0 |
706 | 2024-12-20T19:51:24.458Z | Downloaded structmeta v0.2.0 |
707 | 2024-12-20T19:51:24.462Z | Downloaded yoke-derive v0.7.4 |
708 | 2024-12-20T19:51:24.462Z | Downloaded topological-sort v0.2.2 |
709 | 2024-12-20T19:51:24.465Z | Downloaded debug-ignore v1.0.5 |
710 | 2024-12-20T19:51:24.465Z | Downloaded http v1.1.0 |
711 | 2024-12-20T19:51:24.468Z | Downloaded funty v2.0.0 |
712 | 2024-12-20T19:51:24.471Z | Downloaded nodrop v0.1.14 |
713 | 2024-12-20T19:51:24.471Z | Downloaded multimap v0.10.0 |
714 | 2024-12-20T19:51:24.474Z | Downloaded aes-gcm v0.10.3 |
715 | 2024-12-20T19:51:24.477Z | Downloaded postgres-types v0.2.8 |
716 | 2024-12-20T19:51:24.480Z | Downloaded postgres-protocol v0.6.7 |
717 | 2024-12-20T19:51:24.482Z | Downloaded uuid v1.11.0 |
718 | 2024-12-20T19:51:24.485Z | Downloaded packed_struct v0.10.1 |
719 | 2024-12-20T19:51:24.487Z | Downloaded vergen v8.3.2 |
720 | 2024-12-20T19:51:24.490Z | Downloaded sync_wrapper v1.0.1 |
721 | 2024-12-20T19:51:24.492Z | Downloaded pin-utils v0.1.0 |
722 | 2024-12-20T19:51:24.495Z | Downloaded pin-project-internal v1.1.6 |
723 | 2024-12-20T19:51:24.497Z | Downloaded sync-ptr v0.1.1 |
724 | 2024-12-20T19:51:24.497Z | Downloaded tokio-postgres v0.7.12 |
725 | 2024-12-20T19:51:24.503Z | Downloaded tokio-macros v2.4.0 |
726 | 2024-12-20T19:51:24.505Z | Downloaded slog-dtrace v0.3.0 |
727 | 2024-12-20T19:51:24.505Z | Downloaded parse-zoneinfo v0.3.1 |
728 | 2024-12-20T19:51:24.508Z | Downloaded ssh-key v0.6.6 |
729 | 2024-12-20T19:51:24.516Z | Downloaded smallvec v0.6.14 |
730 | 2024-12-20T19:51:24.518Z | Downloaded smf v0.2.3 |
731 | 2024-12-20T19:51:24.521Z | Downloaded untrusted v0.7.1 |
732 | 2024-12-20T19:51:24.524Z | Downloaded serde_urlencoded v0.7.1 |
733 | 2024-12-20T19:51:24.524Z | Downloaded rustfmt-wrapper v0.2.1 |
734 | 2024-12-20T19:51:24.527Z | Downloaded omicron-zone-package v0.11.1 |
735 | 2024-12-20T19:51:24.529Z | Downloaded float-cmp v0.9.0 |
736 | 2024-12-20T19:51:24.531Z | Downloaded flagset v0.4.6 |
737 | 2024-12-20T19:51:24.531Z | Downloaded fallible-streaming-iterator v0.1.9 |
738 | 2024-12-20T19:51:24.534Z | Downloaded num_enum v0.5.11 |
739 | 2024-12-20T19:51:24.538Z | Downloaded rand_chacha v0.3.1 |
740 | 2024-12-20T19:51:24.541Z | Downloaded snafu v0.8.5 |
741 | 2024-12-20T19:51:24.546Z | Downloaded typed-path v0.9.3 |
742 | 2024-12-20T19:51:24.553Z | Downloaded signal-hook v0.3.17 |
743 | 2024-12-20T19:51:24.557Z | Downloaded shlex v1.3.0 |
744 | 2024-12-20T19:51:24.561Z | Downloaded num-bigint v0.4.6 |
745 | 2024-12-20T19:51:24.564Z | Downloaded pretty-hex v0.2.1 |
746 | 2024-12-20T19:51:24.567Z | Downloaded oso-derive v0.27.3 |
747 | 2024-12-20T19:51:24.567Z | Downloaded slab v0.4.9 |
748 | 2024-12-20T19:51:24.569Z | Downloaded sct v0.7.1 |
749 | 2024-12-20T19:51:24.572Z | Downloaded unicode-properties v0.1.3 |
750 | 2024-12-20T19:51:24.576Z | Downloaded aho-corasick v1.1.3 |
751 | 2024-12-20T19:51:24.582Z | Downloaded supports-color v3.0.1 |
752 | 2024-12-20T19:51:24.584Z | Downloaded serde-big-array v0.5.1 |
753 | 2024-12-20T19:51:24.587Z | Downloaded defmt-macros v0.3.9 |
754 | 2024-12-20T19:51:24.589Z | Downloaded tap v1.0.1 |
755 | 2024-12-20T19:51:24.597Z | Downloaded defmt-parser v0.3.4 |
756 | 2024-12-20T19:51:24.597Z | Downloaded futures v0.3.31 |
757 | 2024-12-20T19:51:24.600Z | Downloaded which v4.4.2 |
758 | 2024-12-20T19:51:24.600Z | Downloaded ed25519-dalek v2.1.1 |
759 | 2024-12-20T19:51:24.603Z | Downloaded yoke v0.7.4 |
760 | 2024-12-20T19:51:24.606Z | Downloaded toml v0.7.8 |
761 | 2024-12-20T19:51:24.609Z | Downloaded schemars v0.8.21 |
762 | 2024-12-20T19:51:24.622Z | Downloaded gethostname v0.5.0 |
763 | 2024-12-20T19:51:24.625Z | Downloaded blake3 v1.5.4 |
764 | 2024-12-20T19:51:24.631Z | Downloaded packed_struct_codegen v0.10.1 |
765 | 2024-12-20T19:51:24.634Z | Downloaded num-conv v0.1.0 |
766 | 2024-12-20T19:51:24.634Z | Downloaded pkcs1 v0.7.5 |
767 | 2024-12-20T19:51:24.637Z | Downloaded num-iter v0.1.45 |
768 | 2024-12-20T19:51:24.639Z | Downloaded synstructure v0.13.1 |
769 | 2024-12-20T19:51:24.642Z | Downloaded phf_generator v0.11.2 |
770 | 2024-12-20T19:51:24.642Z | Downloaded pbkdf2 v0.11.0 |
771 | 2024-12-20T19:51:24.644Z | Downloaded strum_macros v0.24.3 |
772 | 2024-12-20T19:51:24.646Z | Downloaded whoami v1.5.2 |
773 | 2024-12-20T19:51:24.648Z | Downloaded string_cache v0.8.7 |
774 | 2024-12-20T19:51:24.652Z | Downloaded siphasher v0.3.11 |
775 | 2024-12-20T19:51:24.654Z | Downloaded fatfs v0.3.6 |
776 | 2024-12-20T19:51:24.658Z | Downloaded pin-project v1.1.6 |
777 | 2024-12-20T19:51:24.668Z | Downloaded zone_cfg_derive v0.3.0 |
778 | 2024-12-20T19:51:24.670Z | Downloaded strum v0.26.3 |
779 | 2024-12-20T19:51:24.670Z | Downloaded paste v1.0.15 |
780 | 2024-12-20T19:51:24.674Z | Downloaded dsl_auto_type v0.1.2 |
781 | 2024-12-20T19:51:24.676Z | Downloaded untrusted v0.9.0 |
782 | 2024-12-20T19:51:24.676Z | Downloaded serde_with v3.11.0 |
783 | 2024-12-20T19:51:24.685Z | Downloaded serde_path_to_error v0.1.16 |
784 | 2024-12-20T19:51:24.687Z | Downloaded parse-display v0.10.0 |
785 | 2024-12-20T19:51:24.690Z | Downloaded parking_lot v0.11.2 |
786 | 2024-12-20T19:51:24.692Z | Downloaded display-error-chain v0.2.2 |
787 | 2024-12-20T19:51:24.692Z | Downloaded des v0.8.1 |
788 | 2024-12-20T19:51:24.694Z | Downloaded yasna v0.5.2 |
789 | 2024-12-20T19:51:24.697Z | Downloaded psl-types v2.0.11 |
790 | 2024-12-20T19:51:24.699Z | Downloaded secrecy v0.8.0 |
791 | 2024-12-20T19:51:24.699Z | Downloaded hash32 v0.3.1 |
792 | 2024-12-20T19:51:24.703Z | Downloaded termcolor v1.4.1 |
793 | 2024-12-20T19:51:24.703Z | Downloaded shell-words v1.1.0 |
794 | 2024-12-20T19:51:24.705Z | Downloaded dyn-clone v1.0.17 |
795 | 2024-12-20T19:51:24.705Z | Downloaded salsa20 v0.10.2 |
796 | 2024-12-20T19:51:24.707Z | Downloaded mockall_derive v0.13.0 |
797 | 2024-12-20T19:51:24.710Z | Downloaded num-traits v0.2.19 |
798 | 2024-12-20T19:51:24.712Z | Downloaded num-rational v0.4.2 |
799 | 2024-12-20T19:51:24.714Z | Downloaded time v0.3.36 |
800 | 2024-12-20T19:51:24.722Z | Downloaded waitgroup v0.1.2 |
801 | 2024-12-20T19:51:24.724Z | Downloaded hyper v1.5.0 |
802 | 2024-12-20T19:51:24.729Z | Downloaded password-hash v0.5.0 |
803 | 2024-12-20T19:51:24.732Z | Downloaded unarray v0.1.4 |
804 | 2024-12-20T19:51:24.732Z | Downloaded displaydoc v0.2.5 |
805 | 2024-12-20T19:51:24.735Z | Downloaded tower-service v0.3.3 |
806 | 2024-12-20T19:51:24.737Z | Downloaded signature v2.2.0 |
807 | 2024-12-20T19:51:24.740Z | Downloaded primeorder v0.13.6 |
808 | 2024-12-20T19:51:24.740Z | Downloaded owo-colors v4.1.0 |
809 | 2024-12-20T19:51:24.742Z | Downloaded tracing v0.1.40 |
810 | 2024-12-20T19:51:24.747Z | Downloaded serde_plain v1.0.2 |
811 | 2024-12-20T19:51:24.749Z | Downloaded radium v0.7.0 |
812 | 2024-12-20T19:51:24.752Z | Downloaded diesel-dtrace v0.4.2 |
813 | 2024-12-20T19:51:24.752Z | Downloaded semver v0.1.20 |
814 | 2024-12-20T19:51:24.758Z | Downloaded futures-io v0.3.31 |
815 | 2024-12-20T19:51:24.760Z | Downloaded quinn-udp v0.5.5 |
816 | 2024-12-20T19:51:24.760Z | Downloaded subprocess v0.2.9 |
817 | 2024-12-20T19:51:24.760Z | Downloaded quick-xml v0.33.0 |
818 | 2024-12-20T19:51:24.765Z | Downloaded progenitor-macro v0.8.0 |
819 | 2024-12-20T19:51:24.768Z | Downloaded dhcproto v0.12.0 |
820 | 2024-12-20T19:51:24.770Z | Downloaded tungstenite v0.21.0 |
821 | 2024-12-20T19:51:24.773Z | Downloaded simd-adler32 v0.3.7 |
822 | 2024-12-20T19:51:24.776Z | Downloaded ed25519 v2.2.3 |
823 | 2024-12-20T19:51:24.778Z | Downloaded structmeta-derive v0.3.0 |
824 | 2024-12-20T19:51:24.781Z | Downloaded stringprep v0.1.5 |
825 | 2024-12-20T19:51:24.781Z | Downloaded tokio-tungstenite v0.24.0 |
826 | 2024-12-20T19:51:24.784Z | Downloaded hkdf v0.12.4 |
827 | 2024-12-20T19:51:24.787Z | Downloaded futures-channel v0.3.31 |
828 | 2024-12-20T19:51:24.789Z | Downloaded openssl-sys v0.9.103 |
829 | 2024-12-20T19:51:24.794Z | Downloaded defmt v0.3.8 |
830 | 2024-12-20T19:51:24.799Z | Downloaded unicode-segmentation v1.12.0 |
831 | 2024-12-20T19:51:24.801Z | Downloaded form_urlencoded v1.2.1 |
832 | 2024-12-20T19:51:24.801Z | Downloaded tinyvec v1.8.0 |
833 | 2024-12-20T19:51:24.804Z | Downloaded tar v0.4.42 |
834 | 2024-12-20T19:51:24.808Z | Downloaded fallible-iterator v0.3.0 |
835 | 2024-12-20T19:51:24.810Z | Downloaded zopfli v0.8.1 |
836 | 2024-12-20T19:51:24.813Z | Downloaded term v0.7.0 |
837 | 2024-12-20T19:51:24.816Z | Downloaded parking_lot_core v0.8.6 |
838 | 2024-12-20T19:51:24.818Z | Downloaded bitvec v1.0.1 |
839 | 2024-12-20T19:51:24.833Z | Downloaded scheduled-thread-pool v0.2.7 |
840 | 2024-12-20T19:51:24.836Z | Downloaded chrono v0.4.38 |
841 | 2024-12-20T19:51:24.842Z | Downloaded futures-util v0.3.31 |
842 | 2024-12-20T19:51:24.855Z | Downloaded nibble_vec v0.1.0 |
843 | 2024-12-20T19:51:24.857Z | Downloaded sqlparser v0.45.0 |
844 | 2024-12-20T19:51:24.862Z | Downloaded rusqlite v0.32.1 |
845 | 2024-12-20T19:51:24.869Z | Downloaded env_logger v0.11.5 |
846 | 2024-12-20T19:51:24.872Z | Downloaded rand_core v0.6.4 |
847 | 2024-12-20T19:51:24.875Z | Downloaded darling_core v0.20.10 |
848 | 2024-12-20T19:51:24.878Z | Downloaded similar v2.6.0 |
849 | 2024-12-20T19:51:24.883Z | Downloaded reqwest v0.12.9 |
850 | 2024-12-20T19:51:24.891Z | Downloaded multer v3.1.0 |
851 | 2024-12-20T19:51:24.894Z | Downloaded zerocopy v0.6.6 |
852 | 2024-12-20T19:51:24.897Z | Downloaded tracing-core v0.1.32 |
853 | 2024-12-20T19:51:24.900Z | Downloaded headers v0.4.0 |
854 | 2024-12-20T19:51:24.904Z | Downloaded rayon v1.10.0 |
855 | 2024-12-20T19:51:24.913Z | Downloaded hashbrown v0.13.2 |
856 | 2024-12-20T19:51:24.918Z | Downloaded zerocopy-derive v0.8.10 |
857 | 2024-12-20T19:51:24.924Z | Downloaded x509-cert v0.2.5 |
858 | 2024-12-20T19:51:24.929Z | Downloaded rcgen v0.12.1 |
859 | 2024-12-20T19:51:24.932Z | Downloaded url v2.5.3 |
860 | 2024-12-20T19:51:24.935Z | Downloaded env_logger v0.10.2 |
861 | 2024-12-20T19:51:24.938Z | Downloaded rayon-core v1.12.1 |
862 | 2024-12-20T19:51:24.941Z | Downloaded hash32 v0.2.1 |
863 | 2024-12-20T19:51:24.945Z | Downloaded nanorand v0.7.0 |
864 | 2024-12-20T19:51:24.947Z | Downloaded proc-macro-crate v1.3.1 |
865 | 2024-12-20T19:51:24.947Z | Downloaded flate2 v1.0.34 |
866 | 2024-12-20T19:51:24.953Z | Downloaded lalrpop v0.19.12 |
867 | 2024-12-20T19:51:24.963Z | Downloaded mio v1.0.2 |
868 | 2024-12-20T19:51:24.969Z | Downloaded tough v0.19.0 |
869 | 2024-12-20T19:51:24.979Z | Downloaded rand v0.8.5 |
870 | 2024-12-20T19:51:24.981Z | Downloaded portable-atomic v1.9.0 |
871 | 2024-12-20T19:51:24.987Z | Downloaded publicsuffix v2.2.3 |
872 | 2024-12-20T19:51:24.990Z | Downloaded num-bigint-dig v0.8.4 |
873 | 2024-12-20T19:51:24.995Z | Downloaded object v0.30.4 |
874 | 2024-12-20T19:51:25.005Z | Downloaded unicode-bidi v0.3.17 |
875 | 2024-12-20T19:51:25.008Z | Downloaded tungstenite v0.24.0 |
876 | 2024-12-20T19:51:25.017Z | Downloaded bindgen v0.69.5 |
877 | 2024-12-20T19:51:25.022Z | Downloaded p521 v0.13.3 |
878 | 2024-12-20T19:51:25.028Z | Downloaded vcpkg v0.2.15 |
879 | 2024-12-20T19:51:25.076Z | Downloaded unicode-normalization v0.1.24 |
880 | 2024-12-20T19:51:25.080Z | Downloaded h2 v0.4.6 |
881 | 2024-12-20T19:51:25.087Z | Downloaded p384 v0.13.0 |
882 | 2024-12-20T19:51:25.094Z | Downloaded idna v0.4.0 |
883 | 2024-12-20T19:51:25.101Z | Downloaded idna v0.3.0 |
884 | 2024-12-20T19:51:25.107Z | Downloaded winnow v0.5.40 |
885 | 2024-12-20T19:51:25.116Z | Downloaded regress v0.10.1 |
886 | 2024-12-20T19:51:25.125Z | Downloaded proptest v1.5.0 |
887 | 2024-12-20T19:51:25.135Z | Downloaded rustls v0.21.12 |
888 | 2024-12-20T19:51:25.146Z | Downloaded rustls-webpki v0.101.7 |
889 | 2024-12-20T19:51:25.162Z | Downloaded rustyline v14.0.0 |
890 | 2024-12-20T19:51:25.167Z | Downloaded radix_trie v0.2.1 |
891 | 2024-12-20T19:51:25.172Z | Downloaded hashbrown v0.14.5 |
892 | 2024-12-20T19:51:25.178Z | Downloaded nix v0.29.0 |
893 | 2024-12-20T19:51:25.190Z | Downloaded webpki-roots v0.26.6 |
894 | 2024-12-20T19:51:25.194Z | Downloaded dropshot v0.12.0 |
895 | 2024-12-20T19:51:25.215Z | Downloaded trust-dns-proto v0.22.0 |
896 | 2024-12-20T19:51:25.226Z | Downloaded openssl v0.10.66 |
897 | 2024-12-20T19:51:25.235Z | Downloaded polar-core v0.27.3 |
898 | 2024-12-20T19:51:25.243Z | Downloaded nix v0.27.1 |
899 | 2024-12-20T19:51:25.255Z | Downloaded rustls-webpki v0.102.8 |
900 | 2024-12-20T19:51:25.275Z | Downloaded diesel v2.2.6 |
901 | 2024-12-20T19:51:25.293Z | Downloaded unicode-width v0.2.0 |
902 | 2024-12-20T19:51:25.299Z | Downloaded regress v0.9.1 |
903 | 2024-12-20T19:51:25.307Z | Downloaded zerocopy v0.8.10 |
904 | 2024-12-20T19:51:25.332Z | Downloaded hickory-proto v0.24.1 |
905 | 2024-12-20T19:51:25.351Z | Downloaded object v0.36.5 |
906 | 2024-12-20T19:51:25.361Z | Downloaded smoltcp v0.9.1 |
907 | 2024-12-20T19:51:25.372Z | Downloaded dropshot v0.13.0 |
908 | 2024-12-20T19:51:25.393Z | Downloaded regex v1.11.1 |
909 | 2024-12-20T19:51:25.406Z | Downloaded regex-automata v0.4.8 |
910 | 2024-12-20T19:51:25.425Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
911 | 2024-12-20T19:51:25.435Z | Downloaded nix v0.28.0 |
912 | 2024-12-20T19:51:25.446Z | Downloaded openapiv3 v2.0.0 |
913 | 2024-12-20T19:51:25.457Z | Downloaded rustls v0.22.4 |
914 | 2024-12-20T19:51:25.470Z | Downloaded rustls v0.23.19 |
915 | 2024-12-20T19:51:25.482Z | Downloaded sled v0.34.7 |
916 | 2024-12-20T19:51:25.492Z | Downloaded petname v2.0.2 |
917 | 2024-12-20T19:51:25.497Z | Downloaded gimli v0.31.1 |
918 | 2024-12-20T19:51:25.506Z | Downloaded salty v0.3.0 |
919 | 2024-12-20T19:51:25.513Z | Downloaded regex-syntax v0.8.5 |
920 | 2024-12-20T19:51:25.521Z | Downloaded zerocopy-derive v0.6.6 |
921 | 2024-12-20T19:51:25.531Z | Downloaded icu_properties_data v1.5.0 |
922 | 2024-12-20T19:51:25.543Z | Downloaded typify-impl v0.2.0 |
923 | 2024-12-20T19:51:25.558Z | Downloaded csv v1.3.0 |
924 | 2024-12-20T19:51:25.577Z | Downloaded bstr v1.10.0 |
925 | 2024-12-20T19:51:25.588Z | Downloaded ratatui v0.28.1 |
926 | 2024-12-20T19:51:25.608Z | Downloaded smoltcp v0.11.0 |
927 | 2024-12-20T19:51:25.620Z | Downloaded tokio v1.40.0 |
928 | 2024-12-20T19:51:25.659Z | Downloaded tokio-util v0.7.12 |
929 | 2024-12-20T19:51:25.666Z | Downloaded regex-syntax v0.6.29 |
930 | 2024-12-20T19:51:25.674Z | Downloaded git2 v0.19.0 |
931 | 2024-12-20T19:51:25.684Z | Downloaded lzma-sys v0.1.20 |
932 | 2024-12-20T19:51:25.715Z | Downloaded chrono-tz v0.10.0 |
933 | 2024-12-20T19:51:25.723Z | Downloaded quinn-proto v0.11.8 |
934 | 2024-12-20T19:51:25.730Z | Downloaded idna v0.5.0 |
935 | 2024-12-20T19:51:25.737Z | Downloaded idna v0.2.3 |
936 | 2024-12-20T19:51:25.744Z | Downloaded curve25519-dalek v4.1.3 |
937 | 2024-12-20T19:51:25.754Z | Downloaded petgraph v0.6.5 |
938 | 2024-12-20T19:51:25.773Z | Downloaded libz-sys v1.1.20 |
939 | 2024-12-20T19:51:25.795Z | Downloaded der v0.7.9 |
940 | 2024-12-20T19:51:25.800Z | Downloaded zerovec v0.10.4 |
941 | 2024-12-20T19:51:25.806Z | Downloaded flume v0.11.1 |
942 | 2024-12-20T19:51:25.810Z | Downloaded nom v7.1.3 |
943 | 2024-12-20T19:51:25.816Z | Downloaded password-hash v0.4.2 |
944 | 2024-12-20T19:51:25.818Z | Downloaded num-complex v0.4.6 |
945 | 2024-12-20T19:51:25.821Z | Downloaded derive_more v0.99.18 |
946 | 2024-12-20T19:51:25.825Z | Downloaded futures-executor v0.3.31 |
947 | 2024-12-20T19:51:25.828Z | Downloaded tls_codec v0.4.1 |
948 | 2024-12-20T19:51:25.832Z | Downloaded wait-timeout v0.2.0 |
949 | 2024-12-20T19:51:25.832Z | Downloaded sha3 v0.10.8 |
950 | 2024-12-20T19:51:25.835Z | Downloaded reedline v0.35.0 |
951 | 2024-12-20T19:51:25.844Z | Downloaded toml_edit v0.19.15 |
952 | 2024-12-20T19:51:25.860Z | Downloaded russh v0.45.0 |
953 | 2024-12-20T19:51:25.865Z | Downloaded idna v1.0.3 |
954 | 2024-12-20T19:51:25.870Z | Downloaded unsafe-libyaml v0.2.11 |
955 | 2024-12-20T19:51:25.873Z | Downloaded pkcs5 v0.7.1 |
956 | 2024-12-20T19:51:25.877Z | Downloaded oso v0.27.3 |
957 | 2024-12-20T19:51:25.880Z | Downloaded aws-lc-rs v1.10.0 |
958 | 2024-12-20T19:51:25.890Z | Downloaded typify-macro v0.2.0 |
959 | 2024-12-20T19:51:25.893Z | Downloaded tokio-tungstenite v0.23.1 |
960 | 2024-12-20T19:51:25.895Z | Downloaded rustversion v1.0.17 |
961 | 2024-12-20T19:51:25.909Z | Downloaded postcard v1.0.10 |
962 | 2024-12-20T19:51:25.909Z | Downloaded expectorate v1.1.0 |
963 | 2024-12-20T19:51:25.909Z | Downloaded libxml v0.3.3 |
964 | 2024-12-20T19:51:25.912Z | Downloaded p256 v0.13.2 |
965 | 2024-12-20T19:51:25.912Z | Downloaded encoding_rs v0.8.34 |
966 | 2024-12-20T19:51:25.934Z | Downloaded phf_codegen v0.11.2 |
967 | 2024-12-20T19:51:25.937Z | Downloaded phf v0.11.2 |
968 | 2024-12-20T19:51:25.939Z | Downloaded percent-encoding v2.3.1 |
969 | 2024-12-20T19:51:25.939Z | Downloaded predicates v3.1.2 |
970 | 2024-12-20T19:51:25.942Z | Downloaded rustls-pki-types v1.10.0 |
971 | 2024-12-20T19:51:25.944Z | Downloaded itertools v0.13.0 |
972 | 2024-12-20T19:51:25.951Z | Downloaded itertools v0.12.1 |
973 | 2024-12-20T19:51:25.958Z | Downloaded futures-sink v0.3.31 |
974 | 2024-12-20T19:51:25.961Z | Downloaded futures-macro v0.3.31 |
975 | 2024-12-20T19:51:25.961Z | Downloaded tui-tree-widget v0.22.0 |
976 | 2024-12-20T19:51:25.963Z | Downloaded serde-hex v0.1.0 |
977 | 2024-12-20T19:51:25.963Z | Downloaded dhcproto-macros v0.1.0 |
978 | 2024-12-20T19:51:25.967Z | Downloaded float-ord v0.3.2 |
979 | 2024-12-20T19:51:25.967Z | Downloaded ecdsa v0.16.9 |
980 | 2024-12-20T19:51:25.969Z | Downloaded slog-term v2.9.1 |
981 | 2024-12-20T19:51:25.972Z | Downloaded quinn v0.11.5 |
982 | 2024-12-20T19:51:25.975Z | Downloaded zip v2.1.3 |
983 | 2024-12-20T19:51:25.978Z | Downloaded steno v0.4.1 |
984 | 2024-12-20T19:51:25.982Z | Downloaded hashbrown v0.12.3 |
985 | 2024-12-20T19:51:25.986Z | Downloaded diff v0.1.13 |
986 | 2024-12-20T19:51:25.989Z | Downloaded smallvec v1.13.2 |
987 | 2024-12-20T19:51:25.992Z | Downloaded crossterm v0.28.1 |
988 | 2024-12-20T19:51:25.998Z | Downloaded pin-project-lite v0.2.14 |
989 | 2024-12-20T19:51:26.003Z | Downloaded hashlink v0.9.1 |
990 | 2024-12-20T19:51:26.007Z | Downloaded half v2.4.1 |
991 | 2024-12-20T19:51:26.011Z | Downloaded fd-lock v4.0.2 |
992 | 2024-12-20T19:51:26.013Z | Downloaded wyz v0.5.1 |
993 | 2024-12-20T19:51:26.013Z | Downloaded fs_extra v1.3.0 |
994 | 2024-12-20T19:51:26.016Z | Downloaded dirs-sys-next v0.1.2 |
995 | 2024-12-20T19:51:26.016Z | Downloaded libm v0.2.8 |
996 | 2024-12-20T19:51:26.023Z | Downloaded itertools v0.10.5 |
997 | 2024-12-20T19:51:26.030Z | Downloaded test-strategy v0.3.1 |
998 | 2024-12-20T19:51:26.034Z | Downloaded socket2 v0.5.7 |
999 | 2024-12-20T19:51:26.036Z | Downloaded dropshot_endpoint v0.13.0 |
1000 | 2024-12-20T19:51:26.039Z | Downloaded dropshot_endpoint v0.12.0 |
1001 | 2024-12-20T19:51:26.043Z | Downloaded ena v0.14.3 |
1002 | 2024-12-20T19:51:26.045Z | Downloaded embedded-io v0.6.1 |
1003 | 2024-12-20T19:51:26.048Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1004 | 2024-12-20T19:51:26.107Z | Downloaded utf8_iter v1.0.4 |
1005 | 2024-12-20T19:51:26.109Z | Downloaded utf16_iter v1.0.5 |
1006 | 2024-12-20T19:51:26.109Z | Downloaded utf-8 v0.7.6 |
1007 | 2024-12-20T19:51:26.112Z | Downloaded group v0.13.0 |
1008 | 2024-12-20T19:51:26.112Z | Downloaded miniz_oxide v0.8.0 |
1009 | 2024-12-20T19:51:26.115Z | Downloaded strip-ansi-escapes v0.2.0 |
1010 | 2024-12-20T19:51:26.115Z | Downloaded scrypt v0.11.0 |
1011 | 2024-12-20T19:51:26.118Z | Downloaded scopeguard v1.2.0 |
1012 | 2024-12-20T19:51:26.118Z | Downloaded schemars_derive v0.8.21 |
1013 | 2024-12-20T19:51:26.120Z | Downloaded powerfmt v0.2.0 |
1014 | 2024-12-20T19:51:26.120Z | Downloaded peg v0.8.4 |
1015 | 2024-12-20T19:51:26.124Z | Downloaded getrandom v0.2.15 |
1016 | 2024-12-20T19:51:26.129Z | Downloaded diesel_derives v2.2.3 |
1017 | 2024-12-20T19:51:26.133Z | Downloaded tungstenite v0.23.0 |
1018 | 2024-12-20T19:51:26.137Z | Downloaded snafu-derive v0.8.5 |
1019 | 2024-12-20T19:51:26.140Z | Downloaded subtle v2.6.1 |
1020 | 2024-12-20T19:51:26.140Z | Downloaded parking_lot_core v0.9.10 |
1021 | 2024-12-20T19:51:26.143Z | Downloaded aes v0.8.4 |
1022 | 2024-12-20T19:51:26.145Z | Downloaded qorb v0.2.1 |
1023 | 2024-12-20T19:51:26.149Z | Downloaded hickory-resolver v0.24.1 |
1024 | 2024-12-20T19:51:26.154Z | Downloaded tokio-rustls v0.24.1 |
1025 | 2024-12-20T19:51:26.157Z | Downloaded rsa v0.9.6 |
1026 | 2024-12-20T19:51:26.162Z | Downloaded cc v1.1.30 |
1027 | 2024-12-20T19:51:26.165Z | Downloaded normalize-line-endings v0.3.0 |
1028 | 2024-12-20T19:51:26.169Z | Downloaded zone_cfg_derive v0.1.2 |
1029 | 2024-12-20T19:51:26.169Z | Downloaded vte_generate_state_changes v0.1.2 |
1030 | 2024-12-20T19:51:26.169Z | Downloaded enum-as-inner v0.6.1 |
1031 | 2024-12-20T19:51:26.172Z | Downloaded tokio-native-tls v0.3.1 |
1032 | 2024-12-20T19:51:26.172Z | Downloaded sqlformat v0.2.6 |
1033 | 2024-12-20T19:51:26.174Z | Downloaded env_filter v0.1.2 |
1034 | 2024-12-20T19:51:26.174Z | Downloaded hyper-util v0.1.10 |
1035 | 2024-12-20T19:51:26.179Z | Downloaded crypto-bigint v0.5.5 |
1036 | 2024-12-20T19:51:26.185Z | Downloaded crossbeam-channel v0.5.13 |
1037 | 2024-12-20T19:51:26.190Z | Downloaded filetime v0.2.25 |
1038 | 2024-12-20T19:51:26.192Z | Downloaded samael v0.0.17 |
1039 | 2024-12-20T19:51:26.197Z | Downloaded openssl-probe v0.1.5 |
1040 | 2024-12-20T19:51:26.199Z | Downloaded openssl-macros v0.1.1 |
1041 | 2024-12-20T19:51:26.199Z | Downloaded either v1.13.0 |
1042 | 2024-12-20T19:51:26.202Z | Downloaded derive-where v1.2.7 |
1043 | 2024-12-20T19:51:26.204Z | Downloaded slog-async v2.8.0 |
1044 | 2024-12-20T19:51:26.207Z | Downloaded rtoolbox v0.0.2 |
1045 | 2024-12-20T19:51:26.207Z | Downloaded xz2 v0.1.7 |
1046 | 2024-12-20T19:51:26.209Z | Downloaded typify v0.2.0 |
1047 | 2024-12-20T19:51:26.212Z | Downloaded tokio-tungstenite v0.21.0 |
1048 | 2024-12-20T19:51:26.215Z | Downloaded base64 v0.21.7 |
1049 | 2024-12-20T19:51:26.218Z | Downloaded backtrace v0.3.74 |
1050 | 2024-12-20T19:51:26.223Z | Downloaded bytes v1.8.0 |
1051 | 2024-12-20T19:51:26.227Z | Downloaded base64 v0.22.1 |
1052 | 2024-12-20T19:51:26.238Z | Downloaded ghash v0.5.1 |
1053 | 2024-12-20T19:51:26.238Z | Downloaded fallible-iterator v0.2.0 |
1054 | 2024-12-20T19:51:26.238Z | Downloaded derive_builder v0.20.2 |
1055 | 2024-12-20T19:51:26.238Z | Downloaded tokio-rustls v0.26.0 |
1056 | 2024-12-20T19:51:26.245Z | Downloaded heapless v0.8.0 |
1057 | 2024-12-20T19:51:26.247Z | Downloaded ff v0.13.0 |
1058 | 2024-12-20T19:51:26.247Z | Downloaded r2d2 v0.8.10 |
1059 | 2024-12-20T19:51:26.248Z | Downloaded progenitor v0.8.0 |
1060 | 2024-12-20T19:51:26.250Z | Downloaded num v0.4.3 |
1061 | 2024-12-20T19:51:26.254Z | Downloaded mockall v0.13.0 |
1062 | 2024-12-20T19:51:26.254Z | Downloaded tokio-stream v0.1.16 |
1063 | 2024-12-20T19:51:26.258Z | Downloaded tokio-rustls v0.25.0 |
1064 | 2024-12-20T19:51:26.261Z | Downloaded spin v0.9.8 |
1065 | 2024-12-20T19:51:26.261Z | Downloaded foreign-types-shared v0.1.1 |
1066 | 2024-12-20T19:51:26.263Z | Downloaded endian-type v0.1.2 |
1067 | 2024-12-20T19:51:26.263Z | Downloaded data-encoding v2.6.0 |
1068 | 2024-12-20T19:51:26.263Z | Downloaded icu_provider v1.5.0 |
1069 | 2024-12-20T19:51:26.266Z | Downloaded icu_properties v1.5.1 |
1070 | 2024-12-20T19:51:26.269Z | Downloaded futures-core v0.3.31 |
1071 | 2024-12-20T19:51:26.271Z | Downloaded fragile v2.0.0 |
1072 | 2024-12-20T19:51:26.274Z | Downloaded zeroize v1.8.1 |
1073 | 2024-12-20T19:51:26.274Z | Downloaded rustls-pemfile v2.2.0 |
1074 | 2024-12-20T19:51:26.277Z | Downloaded rand_xorshift v0.3.0 |
1075 | 2024-12-20T19:51:26.277Z | Downloaded progenitor-impl v0.8.0 |
1076 | 2024-12-20T19:51:26.279Z | Downloaded crossbeam-utils v0.8.20 |
1077 | 2024-12-20T19:51:26.281Z | Downloaded allocator-api2 v0.2.18 |
1078 | 2024-12-20T19:51:26.284Z | Downloaded highway v1.2.0 |
1079 | 2024-12-20T19:51:26.286Z | Downloaded crc-any v2.5.0 |
1080 | 2024-12-20T19:51:26.289Z | Downloaded console v0.15.8 |
1081 | 2024-12-20T19:51:26.292Z | Downloaded want v0.3.1 |
1082 | 2024-12-20T19:51:26.292Z | Downloaded const-oid v0.9.6 |
1083 | 2024-12-20T19:51:26.294Z | Downloaded blake2 v0.10.6 |
1084 | 2024-12-20T19:51:26.297Z | Downloaded crossbeam-epoch v0.9.18 |
1085 | 2024-12-20T19:51:26.297Z | Downloaded maybe-uninit v2.0.0 |
1086 | 2024-12-20T19:51:26.299Z | Downloaded instability v0.3.2 |
1087 | 2024-12-20T19:51:26.300Z | Downloaded slog-envlogger v2.2.0 |
1088 | 2024-12-20T19:51:26.302Z | Downloaded iana-time-zone v0.1.61 |
1089 | 2024-12-20T19:51:26.304Z | Downloaded sha1 v0.10.6 |
1090 | 2024-12-20T19:51:26.306Z | Downloaded rustls-pemfile v1.0.4 |
1091 | 2024-12-20T19:51:26.306Z | Downloaded rustc_version v0.1.7 |
1092 | 2024-12-20T19:51:26.309Z | Downloaded libefi-sys v0.1.0 |
1093 | 2024-12-20T19:51:26.309Z | Downloaded lalrpop-util v0.19.12 |
1094 | 2024-12-20T19:51:26.309Z | Downloaded is-terminal v0.4.13 |
1095 | 2024-12-20T19:51:26.311Z | Downloaded inout v0.1.3 |
1096 | 2024-12-20T19:51:26.312Z | Downloaded jobserver v0.1.32 |
1097 | 2024-12-20T19:51:26.315Z | Downloaded ref-cast-impl v1.0.23 |
1098 | 2024-12-20T19:51:26.315Z | Downloaded rand_seeder v0.3.0 |
1099 | 2024-12-20T19:51:26.315Z | Downloaded quick-error v1.2.3 |
1100 | 2024-12-20T19:51:26.317Z | Downloaded litemap v0.7.3 |
1101 | 2024-12-20T19:51:26.317Z | Downloaded icu_locid_transform v1.5.0 |
1102 | 2024-12-20T19:51:26.321Z | Downloaded hyper-rustls v0.27.3 |
1103 | 2024-12-20T19:51:26.323Z | Downloaded httparse v1.9.5 |
1104 | 2024-12-20T19:51:26.325Z | Downloaded hickory-client v0.24.1 |
1105 | 2024-12-20T19:51:26.328Z | Downloaded darling v0.20.10 |
1106 | 2024-12-20T19:51:26.330Z | Downloaded lru-cache v0.1.2 |
1107 | 2024-12-20T19:51:26.333Z | Downloaded hyper-staticfile v0.10.1 |
1108 | 2024-12-20T19:51:26.336Z | Downloaded kstat-rs v0.2.4 |
1109 | 2024-12-20T19:51:26.336Z | Downloaded internet-checksum v0.2.1 |
1110 | 2024-12-20T19:51:26.336Z | Downloaded bit-vec v0.6.3 |
1111 | 2024-12-20T19:51:26.338Z | Downloaded linked-hash-map v0.5.6 |
1112 | 2024-12-20T19:51:26.338Z | Downloaded cancel-safe-futures v0.1.5 |
1113 | 2024-12-20T19:51:26.340Z | Downloaded bcs v0.1.6 |
1114 | 2024-12-20T19:51:26.343Z | Downloaded backoff v0.4.0 |
1115 | 2024-12-20T19:51:26.345Z | Downloaded cookie_store v0.21.0 |
1116 | 2024-12-20T19:51:26.345Z | Downloaded bit-set v0.5.3 |
1117 | 2024-12-20T19:51:26.348Z | Downloaded ipnetwork v0.20.0 |
1118 | 2024-12-20T19:51:26.348Z | Downloaded ciborium v0.2.2 |
1119 | 2024-12-20T19:51:26.350Z | Downloaded md-5 v0.10.6 |
1120 | 2024-12-20T19:51:26.353Z | Downloaded lazycell v1.3.0 |
1121 | 2024-12-20T19:51:26.353Z | Downloaded keccak v0.1.5 |
1122 | 2024-12-20T19:51:26.354Z | Downloaded indent_write v2.2.0 |
1123 | 2024-12-20T19:51:26.359Z | Downloaded home v0.5.9 |
1124 | 2024-12-20T19:51:26.359Z | Downloaded ciborium-ll v0.2.2 |
1125 | 2024-12-20T19:51:26.359Z | Downloaded curve25519-dalek-derive v0.1.1 |
1126 | 2024-12-20T19:51:26.362Z | Downloaded blowfish v0.9.1 |
1127 | 2024-12-20T19:51:26.362Z | Downloaded cassowary v0.3.0 |
1128 | 2024-12-20T19:51:26.362Z | Downloaded cobs v0.2.3 |
1129 | 2024-12-20T19:51:26.362Z | Downloaded bb8 v0.8.5 |
1130 | 2024-12-20T19:51:26.362Z | Downloaded constant_time_eq v0.3.1 |
1131 | 2024-12-20T19:51:26.364Z | Downloaded colored v2.1.0 |
1132 | 2024-12-20T19:51:26.365Z | Downloaded cipher v0.4.4 |
1133 | 2024-12-20T19:51:26.367Z | Downloaded async-stream v0.3.6 |
1134 | 2024-12-20T19:51:26.369Z | Downloaded assert_matches v1.5.0 |
1135 | 2024-12-20T19:51:26.369Z | Downloaded array-init v0.0.4 |
1136 | 2024-12-20T19:51:26.372Z | Downloaded crucible-workspace-hack v0.1.0 |
1137 | 2024-12-20T19:51:26.470Z | Downloaded libsqlite3-sys v0.30.1 |
1138 | 2024-12-20T19:51:26.562Z | Downloaded ring v0.17.8 |
1139 | 2024-12-20T19:51:26.725Z | Downloaded ring v0.16.20 |
1140 | 2024-12-20T19:51:26.952Z | Downloaded aws-lc-sys v0.22.0 |
1141 | 2024-12-20T19:51:27.254Z | Compiling serde v1.0.215 |
1142 | 2024-12-20T19:51:27.257Z | Compiling lock_api v0.4.12 |
1143 | 2024-12-20T19:51:27.257Z | Compiling scopeguard v1.2.0 |
1144 | 2024-12-20T19:51:27.257Z | Compiling value-bag v1.9.0 |
1145 | 2024-12-20T19:51:27.257Z | Compiling typenum v1.17.0 |
1146 | 2024-12-20T19:51:27.257Z | Compiling generic-array v0.14.7 |
1147 | 2024-12-20T19:51:27.432Z | Compiling syn v2.0.87 |
1148 | 2024-12-20T19:51:27.446Z | Compiling getrandom v0.2.15 |
1149 | 2024-12-20T19:51:27.538Z | Compiling shlex v1.3.0 |
1150 | 2024-12-20T19:51:27.758Z | Compiling rand_core v0.6.4 |
1151 | 2024-12-20T19:51:27.945Z | Compiling log v0.4.22 |
1152 | 2024-12-20T19:51:27.966Z | Compiling subtle v2.6.1 |
1153 | 2024-12-20T19:51:27.992Z | Compiling jobserver v0.1.32 |
1154 | 2024-12-20T19:51:28.077Z | Compiling smallvec v1.13.2 |
1155 | 2024-12-20T19:51:28.275Z | Compiling const-oid v0.9.6 |
1156 | 2024-12-20T19:51:28.295Z | Compiling spin v0.9.8 |
1157 | 2024-12-20T19:51:28.314Z | Compiling pin-project-lite v0.2.14 |
1158 | 2024-12-20T19:51:28.442Z | Compiling cc v1.1.30 |
1159 | 2024-12-20T19:51:28.475Z | Compiling rustix v0.38.37 |
1160 | 2024-12-20T19:51:28.689Z | Compiling parking_lot_core v0.9.10 |
1161 | 2024-12-20T19:51:28.849Z | Compiling futures-core v0.3.31 |
1162 | 2024-12-20T19:51:28.914Z | Compiling signal-hook-registry v1.4.2 |
1163 | 2024-12-20T19:51:29.092Z | Compiling mio v1.0.2 |
1164 | 2024-12-20T19:51:29.387Z | Compiling aho-corasick v1.1.3 |
1165 | 2024-12-20T19:51:29.730Z | Compiling parking_lot v0.12.3 |
1166 | 2024-12-20T19:51:29.851Z | Compiling regex-syntax v0.8.5 |
1167 | 2024-12-20T19:51:30.237Z | Compiling cpufeatures v0.2.14 |
1168 | 2024-12-20T19:51:30.344Z | Compiling lazy_static v1.5.0 |
1169 | 2024-12-20T19:51:30.362Z | Compiling futures-sink v0.3.31 |
1170 | 2024-12-20T19:51:30.391Z | Compiling either v1.13.0 |
1171 | 2024-12-20T19:51:30.467Z | Compiling glob v0.3.1 |
1172 | 2024-12-20T19:51:30.515Z | Compiling stable_deref_trait v1.2.0 |
1173 | 2024-12-20T19:51:30.665Z | Compiling socket2 v0.5.7 |
1174 | 2024-12-20T19:51:30.758Z | Compiling slab v0.4.9 |
1175 | 2024-12-20T19:51:30.834Z | Compiling prettyplease v0.2.25 |
1176 | 2024-12-20T19:51:31.180Z | Compiling minimal-lexical v0.2.1 |
1177 | 2024-12-20T19:51:31.505Z | Compiling libloading v0.8.5 |
1178 | 2024-12-20T19:51:31.559Z | Compiling clang-sys v1.8.1 |
1179 | 2024-12-20T19:51:31.678Z | Compiling nom v7.1.3 |
1180 | 2024-12-20T19:51:31.716Z | Compiling home v0.5.9 |
1181 | 2024-12-20T19:51:31.949Z | Compiling serde_json v1.0.132 |
1182 | 2024-12-20T19:51:31.997Z | Compiling bindgen v0.69.5 |
1183 | 2024-12-20T19:51:32.333Z | Compiling itertools v0.10.5 |
1184 | 2024-12-20T19:51:32.853Z | Compiling futures-channel v0.3.31 |
1185 | 2024-12-20T19:51:32.997Z | Compiling allocator-api2 v0.2.18 |
1186 | 2024-12-20T19:51:33.308Z | Compiling futures-task v0.3.31 |
1187 | 2024-12-20T19:51:33.624Z | Compiling foldhash v0.1.3 |
1188 | 2024-12-20T19:51:33.806Z | Compiling regex-automata v0.4.8 |
1189 | 2024-12-20T19:51:33.945Z | Compiling lazycell v1.3.0 |
1190 | 2024-12-20T19:51:34.110Z | Compiling pin-utils v0.1.0 |
1191 | 2024-12-20T19:51:34.218Z | Compiling rustc-hash v1.1.0 |
1192 | 2024-12-20T19:51:34.370Z | Compiling futures-io v0.3.31 |
1193 | 2024-12-20T19:51:34.696Z | Compiling hashbrown v0.15.1 |
1194 | 2024-12-20T19:51:35.209Z | Compiling cexpr v0.6.0 |
1195 | 2024-12-20T19:51:35.338Z | Compiling synstructure v0.13.1 |
1196 | 2024-12-20T19:51:36.063Z | Compiling cmake v0.1.51 |
1197 | 2024-12-20T19:51:37.053Z | Compiling fs_extra v1.3.0 |
1198 | 2024-12-20T19:51:37.074Z | Compiling tinyvec_macros v0.1.1 |
1199 | 2024-12-20T19:51:37.095Z | Compiling libm v0.2.8 |
1200 | 2024-12-20T19:51:37.126Z | Compiling dunce v1.0.5 |
1201 | 2024-12-20T19:51:37.164Z | Compiling pkg-config v0.3.31 |
1202 | 2024-12-20T19:51:37.268Z | Compiling tinyvec v1.8.0 |
1203 | 2024-12-20T19:51:37.442Z | Compiling num-traits v0.2.19 |
1204 | 2024-12-20T19:51:37.952Z | Compiling ring v0.17.8 |
1205 | 2024-12-20T19:51:38.702Z | Compiling writeable v0.5.5 |
1206 | 2024-12-20T19:51:38.780Z | Compiling unicode-normalization v0.1.24 |
1207 | 2024-12-20T19:51:38.827Z | Compiling unicode-bidi v0.3.17 |
1208 | 2024-12-20T19:51:38.948Z | Compiling litemap v0.7.3 |
1209 | 2024-12-20T19:51:39.105Z | Compiling base64ct v1.6.0 |
1210 | 2024-12-20T19:51:39.326Z | Compiling regex v1.11.1 |
1211 | 2024-12-20T19:51:39.353Z | Compiling paste v1.0.15 |
1212 | 2024-12-20T19:51:39.727Z | Compiling pem-rfc7468 v0.7.0 |
1213 | 2024-12-20T19:51:40.276Z | Compiling aws-lc-rs v1.10.0 |
1214 | 2024-12-20T19:51:40.462Z | Compiling httparse v1.9.5 |
1215 | 2024-12-20T19:51:40.493Z | Compiling flagset v0.4.6 |
1216 | 2024-12-20T19:51:40.735Z | Compiling tracing-core v0.1.32 |
1217 | 2024-12-20T19:51:41.261Z | Compiling icu_locid_transform_data v1.5.0 |
1218 | 2024-12-20T19:51:41.372Z | Compiling percent-encoding v2.3.1 |
1219 | 2024-12-20T19:51:41.744Z | Compiling rustls-pki-types v1.10.0 |
1220 | 2024-12-20T19:51:41.833Z | Compiling crossbeam-utils v0.8.20 |
1221 | 2024-12-20T19:51:42.095Z | Compiling untrusted v0.9.0 |
1222 | 2024-12-20T19:51:42.279Z | Compiling num-conv v0.1.0 |
1223 | 2024-12-20T19:51:42.421Z | Compiling time-core v0.1.2 |
1224 | 2024-12-20T19:51:42.464Z | Compiling serde_derive v1.0.215 |
1225 | 2024-12-20T19:51:42.569Z | Compiling zeroize_derive v1.4.2 |
1226 | 2024-12-20T19:51:42.598Z | Compiling zerocopy-derive v0.7.35 |
1227 | 2024-12-20T19:51:42.725Z | Compiling tokio-macros v2.4.0 |
1228 | 2024-12-20T19:51:42.855Z | Compiling zerofrom-derive v0.1.4 |
1229 | 2024-12-20T19:51:44.165Z | Compiling zeroize v1.8.1 |
1230 | 2024-12-20T19:51:44.290Z | Compiling yoke-derive v0.7.4 |
1231 | 2024-12-20T19:51:44.646Z | Compiling thiserror-impl v1.0.69 |
1232 | 2024-12-20T19:51:44.871Z | Compiling zerocopy v0.7.35 |
1233 | 2024-12-20T19:51:45.708Z | Compiling zerovec-derive v0.10.3 |
1234 | 2024-12-20T19:51:46.013Z | Compiling crypto-common v0.1.6 |
1235 | 2024-12-20T19:51:46.264Z | Compiling block-buffer v0.10.4 |
1236 | 2024-12-20T19:51:46.542Z | Compiling digest v0.10.7 |
1237 | 2024-12-20T19:51:46.591Z | Compiling futures-macro v0.3.31 |
1238 | 2024-12-20T19:51:46.804Z | Compiling block-padding v0.3.3 |
1239 | 2024-12-20T19:51:47.045Z | Compiling hmac v0.12.1 |
1240 | 2024-12-20T19:51:47.045Z | Compiling displaydoc v0.2.5 |
1241 | 2024-12-20T19:51:47.083Z | Compiling zerofrom v0.1.4 |
1242 | 2024-12-20T19:51:47.301Z | Compiling inout v0.1.3 |
1243 | 2024-12-20T19:51:47.321Z | Compiling sha2 v0.10.8 |
1244 | 2024-12-20T19:51:47.513Z | Compiling yoke v0.7.4 |
1245 | 2024-12-20T19:51:47.591Z | Compiling cipher v0.4.4 |
1246 | 2024-12-20T19:51:47.914Z | Compiling ppv-lite86 v0.2.20 |
1247 | 2024-12-20T19:51:48.111Z | Compiling icu_provider_macros v1.5.0 |
1248 | 2024-12-20T19:51:48.246Z | Compiling thiserror v1.0.69 |
1249 | 2024-12-20T19:51:48.267Z | Compiling zerovec v0.10.4 |
1250 | 2024-12-20T19:51:48.403Z | Compiling der_derive v0.7.3 |
1251 | 2024-12-20T19:51:48.514Z | Compiling futures-util v0.3.31 |
1252 | 2024-12-20T19:51:48.796Z | Compiling rand_chacha v0.3.1 |
1253 | 2024-12-20T19:51:48.816Z | Compiling tracing-attributes v0.1.27 |
1254 | 2024-12-20T19:51:49.302Z | Compiling rand v0.8.5 |
1255 | 2024-12-20T19:51:50.610Z | Compiling tinystr v0.7.6 |
1256 | 2024-12-20T19:51:50.971Z | Compiling icu_collections v1.5.0 |
1257 | 2024-12-20T19:51:51.014Z | Compiling icu_locid v1.5.0 |
1258 | 2024-12-20T19:51:51.070Z | Compiling der v0.7.9 |
1259 | 2024-12-20T19:51:51.297Z | Compiling pest v2.7.14 |
1260 | 2024-12-20T19:51:51.528Z | Compiling salsa20 v0.10.2 |
1261 | 2024-12-20T19:51:51.771Z | Compiling pbkdf2 v0.12.2 |
1262 | 2024-12-20T19:51:51.947Z | Compiling mirai-annotations v1.12.0 |
1263 | 2024-12-20T19:51:52.153Z | Compiling powerfmt v0.2.0 |
1264 | 2024-12-20T19:51:52.468Z | Compiling icu_provider v1.5.0 |
1265 | 2024-12-20T19:51:52.589Z | Compiling untrusted v0.7.1 |
1266 | 2024-12-20T19:51:52.646Z | Compiling tracing v0.1.40 |
1267 | 2024-12-20T19:51:52.789Z | Compiling icu_properties_data v1.5.0 |
1268 | 2024-12-20T19:51:53.072Z | Compiling vcpkg v0.2.15 |
1269 | 2024-12-20T19:51:53.162Z | Compiling spki v0.7.3 |
1270 | 2024-12-20T19:51:53.497Z | Compiling icu_locid_transform v1.5.0 |
1271 | 2024-12-20T19:51:53.562Z | Compiling deranged v0.3.11 |
1272 | 2024-12-20T19:51:53.583Z | Compiling scrypt v0.11.0 |
1273 | 2024-12-20T19:51:54.208Z | Compiling pest_meta v2.7.14 |
1274 | 2024-12-20T19:51:54.372Z | Compiling cbc v0.1.2 |
1275 | 2024-12-20T19:51:54.507Z | Compiling aes v0.8.4 |
1276 | 2024-12-20T19:51:54.911Z | Compiling icu_properties v1.5.1 |
1277 | 2024-12-20T19:51:55.326Z | Compiling openssl-sys v0.9.103 |
1278 | 2024-12-20T19:51:55.541Z | Compiling time-macros v0.2.18 |
1279 | 2024-12-20T19:51:56.266Z | Compiling scroll_derive v0.12.0 |
1280 | 2024-12-20T19:51:57.253Z | Compiling bitflags v2.6.0 |
1281 | 2024-12-20T19:51:57.436Z | Compiling bytes v1.8.0 |
1282 | 2024-12-20T19:51:57.795Z | Compiling indexmap v2.6.0 |
1283 | 2024-12-20T19:51:58.501Z | Compiling tokio v1.40.0 |
1284 | 2024-12-20T19:51:58.758Z | Compiling http v1.1.0 |
1285 | 2024-12-20T19:51:58.834Z | Compiling semver v1.0.23 |
1286 | 2024-12-20T19:51:59.307Z | Compiling rustc_version v0.4.1 |
1287 | 2024-12-20T19:51:59.484Z | Compiling num_threads v0.1.7 |
1288 | 2024-12-20T19:51:59.593Z | Compiling write16 v1.0.0 |
1289 | 2024-12-20T19:51:59.628Z | Compiling utf8_iter v1.0.4 |
1290 | 2024-12-20T19:51:59.733Z | Compiling icu_normalizer_data v1.5.0 |
1291 | 2024-12-20T19:51:59.847Z | Compiling utf16_iter v1.0.5 |
1292 | 2024-12-20T19:51:59.890Z | Compiling atomic-waker v1.1.2 |
1293 | 2024-12-20T19:51:59.972Z | Compiling time v0.3.36 |
1294 | 2024-12-20T19:52:00.090Z | Compiling icu_normalizer v1.5.0 |
1295 | 2024-12-20T19:52:00.112Z | Compiling scroll v0.12.0 |
1296 | 2024-12-20T19:52:00.242Z | Compiling pkcs5 v0.7.1 |
1297 | 2024-12-20T19:52:00.706Z | Compiling http-body v1.0.1 |
1298 | 2024-12-20T19:52:00.946Z | Compiling pest_generator v2.7.14 |
1299 | 2024-12-20T19:52:01.059Z | Compiling form_urlencoded v1.2.1 |
1300 | 2024-12-20T19:52:01.398Z | Compiling slog v2.7.0 |
1301 | 2024-12-20T19:52:01.426Z | Compiling try-lock v0.2.5 |
1302 | 2024-12-20T19:52:01.547Z | Compiling goblin v0.8.2 |
1303 | 2024-12-20T19:52:01.582Z | Compiling want v0.3.1 |
1304 | 2024-12-20T19:52:01.879Z | Compiling which v4.4.2 |
1305 | 2024-12-20T19:52:01.996Z | Compiling idna_adapter v1.2.0 |
1306 | 2024-12-20T19:52:02.223Z | Compiling pkcs8 v0.10.2 |
1307 | 2024-12-20T19:52:02.499Z | Compiling httpdate v1.0.3 |
1308 | 2024-12-20T19:52:02.939Z | Compiling idna v1.0.3 |
1309 | 2024-12-20T19:52:02.961Z | Compiling pest_derive v2.7.14 |
1310 | 2024-12-20T19:52:03.104Z | Compiling uuid v1.11.0 |
1311 | 2024-12-20T19:52:03.758Z | Compiling dtrace-parser v0.2.0 |
1312 | 2024-12-20T19:52:03.818Z | Compiling toml_datetime v0.6.8 |
1313 | 2024-12-20T19:52:04.350Z | Compiling serde_tokenstream v0.2.2 |
1314 | 2024-12-20T19:52:04.548Z | Compiling serde_spanned v0.6.8 |
1315 | 2024-12-20T19:52:04.795Z | Compiling iana-time-zone v0.1.61 |
1316 | 2024-12-20T19:52:04.890Z | Compiling base64 v0.22.1 |
1317 | 2024-12-20T19:52:04.972Z | Compiling tower-service v0.3.3 |
1318 | 2024-12-20T19:52:05.135Z | Compiling rustversion v1.0.17 |
1319 | 2024-12-20T19:52:05.280Z | Compiling adler2 v2.0.0 |
1320 | 2024-12-20T19:52:05.476Z | Compiling foreign-types-shared v0.1.1 |
1321 | 2024-12-20T19:52:05.501Z | Compiling openssl v0.10.66 |
1322 | 2024-12-20T19:52:05.595Z | Compiling match_cfg v0.1.0 |
1323 | 2024-12-20T19:52:05.700Z | Compiling hostname v0.3.1 |
1324 | 2024-12-20T19:52:05.721Z | Compiling foreign-types v0.3.2 |
1325 | 2024-12-20T19:52:05.817Z | Compiling miniz_oxide v0.8.0 |
1326 | 2024-12-20T19:52:05.943Z | Compiling chrono v0.4.38 |
1327 | 2024-12-20T19:52:05.965Z | Compiling url v2.5.3 |
1328 | 2024-12-20T19:52:06.003Z | Compiling openssl-macros v0.1.1 |
1329 | 2024-12-20T19:52:06.745Z | Compiling async-trait v0.1.83 |
1330 | 2024-12-20T19:52:07.390Z | Compiling tokio-util v0.7.12 |
1331 | 2024-12-20T19:52:07.412Z | Compiling dof v0.3.0 |
1332 | 2024-12-20T19:52:08.041Z | Compiling dirs-sys-next v0.1.2 |
1333 | 2024-12-20T19:52:08.709Z | Compiling h2 v0.4.6 |
1334 | 2024-12-20T19:52:08.895Z | Compiling usdt-impl v0.5.0 |
1335 | 2024-12-20T19:52:09.508Z | Compiling data-encoding v2.6.0 |
1336 | 2024-12-20T19:52:09.612Z | Compiling syn v1.0.109 |
1337 | 2024-12-20T19:52:09.734Z | Compiling native-tls v0.2.12 |
1338 | 2024-12-20T19:52:10.103Z | Compiling rustls v0.22.4 |
1339 | 2024-12-20T19:52:10.291Z | Compiling siphasher v0.3.11 |
1340 | 2024-12-20T19:52:10.369Z | Compiling rustls v0.23.19 |
1341 | 2024-12-20T19:52:10.683Z | Compiling dirs-next v2.0.0 |
1342 | 2024-12-20T19:52:10.879Z | Compiling http-body-util v0.1.2 |
1343 | 2024-12-20T19:52:11.436Z | Compiling heapless v0.7.17 |
1344 | 2024-12-20T19:52:11.868Z | Compiling crossbeam-epoch v0.9.18 |
1345 | 2024-12-20T19:52:11.950Z | Compiling sha1 v0.10.6 |
1346 | 2024-12-20T19:52:12.134Z | Compiling signature v2.2.0 |
1347 | 2024-12-20T19:52:12.168Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1348 | 2024-12-20T19:52:12.414Z | Compiling serde_derive_internals v0.29.1 |
1349 | 2024-12-20T19:52:12.436Z | Compiling thread_local v1.1.8 |
1350 | 2024-12-20T19:52:12.621Z | Compiling encoding_rs v0.8.34 |
1351 | 2024-12-20T19:52:12.674Z | Compiling multer v3.1.0 |
1352 | 2024-12-20T19:52:12.951Z | Compiling cookie v0.18.1 |
1353 | 2024-12-20T19:52:13.010Z | Compiling schemars v0.8.21 |
1354 | 2024-12-20T19:52:13.239Z | Compiling slog-async v2.8.0 |
1355 | 2024-12-20T19:52:13.349Z | Compiling unicode-properties v0.1.3 |
1356 | 2024-12-20T19:52:13.723Z | Compiling rayon-core v1.12.1 |
1357 | 2024-12-20T19:52:13.779Z | Compiling ipnet v2.10.1 |
1358 | 2024-12-20T19:52:14.003Z | Compiling mime v0.3.17 |
1359 | 2024-12-20T19:52:14.500Z | Compiling gimli v0.31.1 |
1360 | 2024-12-20T19:52:14.632Z | Compiling signal-hook v0.3.17 |
1361 | 2024-12-20T19:52:14.901Z | Compiling openssl-probe v0.1.5 |
1362 | 2024-12-20T19:52:15.125Z | Compiling toml_edit v0.22.22 |
1363 | 2024-12-20T19:52:15.203Z | Compiling schemars_derive v0.8.21 |
1364 | 2024-12-20T19:52:15.433Z | Compiling stringprep v0.1.5 |
1365 | 2024-12-20T19:52:16.737Z | Compiling hyper v1.5.0 |
1366 | 2024-12-20T19:52:18.633Z | Compiling crossbeam-deque v0.8.5 |
1367 | 2024-12-20T19:52:18.986Z | Compiling addr2line v0.24.2 |
1368 | 2024-12-20T19:52:19.317Z | Compiling hyper-util v0.1.10 |
1369 | 2024-12-20T19:52:19.537Z | Compiling usdt-attr-macro v0.5.0 |
1370 | 2024-12-20T19:52:19.626Z | Compiling usdt-macro v0.5.0 |
1371 | 2024-12-20T19:52:19.717Z | Compiling term v0.7.0 |
1372 | 2024-12-20T19:52:20.932Z | Compiling slog-json v2.6.1 |
1373 | 2024-12-20T19:52:21.166Z | Compiling serde_urlencoded v0.7.1 |
1374 | 2024-12-20T19:52:21.237Z | Compiling curve25519-dalek v4.1.3 |
1375 | 2024-12-20T19:52:21.322Z | Compiling crossbeam-channel v0.5.13 |
1376 | 2024-12-20T19:52:21.326Z | Compiling futures-executor v0.3.31 |
1377 | 2024-12-20T19:52:21.688Z | Compiling enum-as-inner v0.6.1 |
1378 | 2024-12-20T19:52:21.875Z | Compiling md-5 v0.10.6 |
1379 | 2024-12-20T19:52:21.913Z | Compiling async-stream-impl v0.3.6 |
1380 | 2024-12-20T19:52:22.145Z | Compiling rustls-pemfile v2.2.0 |
1381 | 2024-12-20T19:52:22.412Z | Compiling num-integer v0.1.46 |
1382 | 2024-12-20T19:52:22.500Z | Compiling idna v0.4.0 |
1383 | 2024-12-20T19:52:22.592Z | Compiling idna v0.3.0 |
1384 | 2024-12-20T19:52:22.800Z | Compiling hash32 v0.2.1 |
1385 | 2024-12-20T19:52:23.168Z | Compiling ff v0.13.0 |
1386 | 2024-12-20T19:52:23.262Z | Compiling is-terminal v0.4.13 |
1387 | 2024-12-20T19:52:23.289Z | Compiling dropshot v0.12.0 |
1388 | 2024-12-20T19:52:23.398Z | Compiling object v0.36.5 |
1389 | 2024-12-20T19:52:23.400Z | Compiling rustc-demangle v0.1.24 |
1390 | 2024-12-20T19:52:23.520Z | Compiling dyn-clone v1.0.17 |
1391 | 2024-12-20T19:52:23.577Z | Compiling psl-types v2.0.11 |
1392 | 2024-12-20T19:52:23.733Z | Compiling linked-hash-map v0.5.6 |
1393 | 2024-12-20T19:52:23.783Z | Compiling num-bigint-dig v0.8.4 |
1394 | 2024-12-20T19:52:24.080Z | Compiling smoltcp v0.9.1 |
1395 | 2024-12-20T19:52:24.112Z | Compiling fallible-iterator v0.2.0 |
1396 | 2024-12-20T19:52:24.164Z | Compiling base16ct v0.2.0 |
1397 | 2024-12-20T19:52:24.336Z | Compiling quick-error v1.2.3 |
1398 | 2024-12-20T19:52:24.412Z | Compiling utf-8 v0.7.6 |
1399 | 2024-12-20T19:52:24.482Z | Compiling anyhow v1.0.93 |
1400 | 2024-12-20T19:52:24.505Z | Compiling portable-atomic v1.9.0 |
1401 | 2024-12-20T19:52:24.753Z | Compiling take_mut v0.2.2 |
1402 | 2024-12-20T19:52:24.821Z | Compiling postgres-protocol v0.6.7 |
1403 | 2024-12-20T19:52:24.849Z | Compiling tungstenite v0.24.0 |
1404 | 2024-12-20T19:52:25.519Z | Compiling resolv-conf v0.7.0 |
1405 | 2024-12-20T19:52:25.688Z | Compiling sec1 v0.7.3 |
1406 | 2024-12-20T19:52:26.183Z | Compiling lru-cache v0.1.2 |
1407 | 2024-12-20T19:52:26.274Z | Compiling publicsuffix v2.2.3 |
1408 | 2024-12-20T19:52:26.374Z | Compiling hickory-proto v0.24.1 |
1409 | 2024-12-20T19:52:26.420Z | Compiling slog-term v2.9.1 |
1410 | 2024-12-20T19:52:26.524Z | Compiling group v0.13.0 |
1411 | 2024-12-20T19:52:26.853Z | Compiling async-stream v0.3.6 |
1412 | 2024-12-20T19:52:27.161Z | Compiling usdt v0.5.0 |
1413 | 2024-12-20T19:52:27.673Z | Compiling num-iter v0.1.45 |
1414 | 2024-12-20T19:52:27.815Z | Compiling futures v0.3.31 |
1415 | 2024-12-20T19:52:27.877Z | Compiling slog-bunyan v2.5.0 |
1416 | 2024-12-20T19:52:28.107Z | Compiling toml v0.8.19 |
1417 | 2024-12-20T19:52:29.938Z | Compiling camino v1.1.9 |
1418 | 2024-12-20T19:52:29.959Z | Compiling tokio-native-tls v0.3.1 |
1419 | 2024-12-20T19:52:30.263Z | Compiling phf_shared v0.11.2 |
1420 | 2024-12-20T19:52:30.676Z | Compiling dropshot_endpoint v0.12.0 |
1421 | 2024-12-20T19:52:30.892Z | Compiling backtrace v0.3.74 |
1422 | 2024-12-20T19:52:30.938Z | Compiling terminal_size v0.4.0 |
1423 | 2024-12-20T19:52:31.162Z | Compiling waitgroup v0.1.2 |
1424 | 2024-12-20T19:52:31.183Z | Compiling openapiv3 v2.0.0 |
1425 | 2024-12-20T19:52:31.392Z | Compiling serde_path_to_error v0.1.16 |
1426 | 2024-12-20T19:52:31.690Z | Compiling hkdf v0.12.4 |
1427 | 2024-12-20T19:52:31.964Z | Compiling crypto-bigint v0.5.5 |
1428 | 2024-12-20T19:52:32.255Z | Compiling zerocopy-derive v0.6.6 |
1429 | 2024-12-20T19:52:34.486Z | Compiling hubpack_derive v0.1.1 |
1430 | 2024-12-20T19:52:34.591Z | Compiling curve25519-dalek-derive v0.1.1 |
1431 | 2024-12-20T19:52:34.644Z | Compiling webpki-roots v0.26.6 |
1432 | 2024-12-20T19:52:34.868Z | Compiling idna v0.5.0 |
1433 | 2024-12-20T19:52:35.407Z | Compiling hostname v0.4.0 |
1434 | 2024-12-20T19:52:35.407Z | Compiling ahash v0.8.11 |
1435 | 2024-12-20T19:52:35.667Z | Compiling fs-err v2.11.0 |
1436 | 2024-12-20T19:52:35.732Z | Compiling crc32fast v1.4.2 |
1437 | 2024-12-20T19:52:35.758Z | Compiling bitflags v1.3.2 |
1438 | 2024-12-20T19:52:35.860Z | Compiling managed v0.8.0 |
1439 | 2024-12-20T19:52:35.950Z | Compiling winnow v0.5.40 |
1440 | 2024-12-20T19:52:36.067Z | Compiling debug-ignore v1.0.5 |
1441 | 2024-12-20T19:52:36.227Z | Compiling console v0.15.8 |
1442 | 2024-12-20T19:52:36.515Z | Compiling clap_builder v4.5.21 |
1443 | 2024-12-20T19:52:37.277Z | Compiling flate2 v1.0.34 |
1444 | 2024-12-20T19:52:37.889Z | Compiling strum_macros v0.25.3 |
1445 | 2024-12-20T19:52:38.355Z | Compiling cookie_store v0.21.0 |
1446 | 2024-12-20T19:52:38.407Z | Compiling hubpack v0.1.2 |
1447 | 2024-12-20T19:52:38.432Z | Compiling elliptic-curve v0.13.8 |
1448 | 2024-12-20T19:52:38.867Z | Compiling zerocopy v0.6.6 |
1449 | 2024-12-20T19:52:39.287Z | Compiling hickory-resolver v0.24.1 |
1450 | 2024-12-20T19:52:39.744Z | Compiling toml_edit v0.19.15 |
1451 | 2024-12-20T19:52:40.073Z | Compiling phf v0.11.2 |
1452 | 2024-12-20T19:52:40.416Z | Compiling signal-hook-mio v0.2.4 |
1453 | 2024-12-20T19:52:40.590Z | Compiling hyper-tls v0.6.0 |
1454 | 2024-12-20T19:52:40.871Z | Compiling rayon v1.10.0 |
1455 | 2024-12-20T19:52:41.023Z | Compiling bzip2 v0.4.4 |
1456 | 2024-12-20T19:52:42.143Z | Compiling tokio-tungstenite v0.24.0 |
1457 | 2024-12-20T19:52:44.079Z | Compiling postgres-types v0.2.8 |
1458 | 2024-12-20T19:52:44.431Z | Compiling ed25519 v2.2.3 |
1459 | 2024-12-20T19:52:45.645Z | Compiling phf_shared v0.10.0 |
1460 | 2024-12-20T19:52:45.833Z | Compiling tokio-stream v0.1.16 |
1461 | 2024-12-20T19:52:46.063Z | Compiling pkcs1 v0.7.5 |
1462 | 2024-12-20T19:52:46.202Z | Compiling serde-big-array v0.5.1 |
1463 | 2024-12-20T19:52:46.255Z | Compiling clap_derive v4.5.18 |
1464 | 2024-12-20T19:52:46.372Z | Compiling rfc6979 v0.4.0 |
1465 | 2024-12-20T19:52:46.432Z | Compiling serde_repr v0.1.19 |
1466 | 2024-12-20T19:52:46.573Z | Compiling derive-where v1.2.7 |
1467 | 2024-12-20T19:52:46.971Z | Compiling float-cmp v0.9.0 |
1468 | 2024-12-20T19:52:47.092Z | Compiling bstr v1.10.0 |
1469 | 2024-12-20T19:52:47.204Z | Compiling sync_wrapper v1.0.1 |
1470 | 2024-12-20T19:52:47.366Z | Compiling new_debug_unreachable v1.0.6 |
1471 | 2024-12-20T19:52:47.474Z | Compiling number_prefix v0.4.0 |
1472 | 2024-12-20T19:52:47.662Z | Compiling static_assertions v1.1.0 |
1473 | 2024-12-20T19:52:47.716Z | Compiling difflib v0.4.0 |
1474 | 2024-12-20T19:52:47.774Z | Compiling whoami v1.5.2 |
1475 | 2024-12-20T19:52:47.965Z | Compiling normalize-line-endings v0.3.0 |
1476 | 2024-12-20T19:52:48.101Z | Compiling unicode-segmentation v1.12.0 |
1477 | 2024-12-20T19:52:48.410Z | Compiling fixedbitset v0.4.2 |
1478 | 2024-12-20T19:52:48.881Z | Compiling bit-vec v0.6.3 |
1479 | 2024-12-20T19:52:48.899Z | Compiling unicode-width v0.2.0 |
1480 | 2024-12-20T19:52:49.014Z | Compiling precomputed-hash v0.1.1 |
1481 | 2024-12-20T19:52:49.141Z | Compiling predicates-core v1.0.8 |
1482 | 2024-12-20T19:52:49.344Z | Compiling predicates v3.1.2 |
1483 | 2024-12-20T19:52:49.366Z | Compiling indicatif v0.17.9 |
1484 | 2024-12-20T19:52:49.429Z | Compiling bit-set v0.5.3 |
1485 | 2024-12-20T19:52:49.506Z | Compiling string_cache v0.8.7 |
1486 | 2024-12-20T19:52:49.733Z | Compiling similar v2.6.0 |
1487 | 2024-12-20T19:52:49.986Z | Compiling petgraph v0.6.5 |
1488 | 2024-12-20T19:52:50.273Z | Compiling tokio-postgres v0.7.12 |
1489 | 2024-12-20T19:52:51.205Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1490 | 2024-12-20T19:52:51.512Z | Compiling clap v4.5.21 |
1491 | 2024-12-20T19:52:51.615Z | Compiling rsa v0.9.6 |
1492 | 2024-12-20T19:52:51.647Z | Compiling ecdsa v0.16.9 |
1493 | 2024-12-20T19:52:52.263Z | Compiling ed25519-dalek v2.1.1 |
1494 | 2024-12-20T19:52:52.493Z | Compiling toml v0.7.8 |
1495 | 2024-12-20T19:52:53.601Z | Compiling zip v0.6.6 |
1496 | 2024-12-20T19:52:54.220Z | Compiling crossterm v0.28.1 |
1497 | 2024-12-20T19:52:55.187Z | Compiling hex v0.4.3 |
1498 | 2024-12-20T19:52:55.792Z | Compiling x509-cert v0.2.5 |
1499 | 2024-12-20T19:52:55.830Z | Compiling peg-runtime v0.8.3 |
1500 | 2024-12-20T19:52:56.071Z | Compiling lalrpop-util v0.19.12 |
1501 | 2024-12-20T19:52:56.306Z | Compiling unicode-xid v0.2.6 |
1502 | 2024-12-20T19:52:56.420Z | Compiling strum_macros v0.26.4 |
1503 | 2024-12-20T19:52:56.490Z | Compiling xattr v1.3.1 |
1504 | 2024-12-20T19:52:56.492Z | Compiling filetime v0.2.25 |
1505 | 2024-12-20T19:52:56.765Z | Compiling tar v0.4.42 |
1506 | 2024-12-20T19:53:01.721Z | Compiling strum v0.26.3 |
1507 | 2024-12-20T19:53:04.487Z | Compiling aws-lc-sys v0.22.0 |
1508 | 2024-12-20T19:53:32.702Z | Compiling rustls-webpki v0.102.8 |
1509 | 2024-12-20T19:53:36.186Z | Compiling tokio-rustls v0.25.0 |
1510 | 2024-12-20T19:53:37.922Z | Compiling tokio-rustls v0.26.0 |
1511 | 2024-12-20T19:53:38.309Z | Compiling hyper-rustls v0.27.3 |
1512 | 2024-12-20T19:53:38.608Z | Compiling reqwest v0.12.9 |
1513 | 2024-12-20T19:53:39.889Z | Compiling qorb v0.2.1 |
1514 | 2024-12-20T19:53:44.769Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1515 | 2024-12-20T19:53:45.007Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1516 | 2024-12-20T19:53:50.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
1517 | 2024-12-20T19:53:51.112Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1518 | 2024-12-20T19:53:51.167Z | Dec 20 19:53:50.264 INFO Starting download, target: Clickhouse |
1519 | 2024-12-20T19:53:51.167Z | Dec 20 19:53:50.264 INFO Starting download, target: Cockroach |
1520 | 2024-12-20T19:53:51.168Z | Dec 20 19:53:50.264 INFO Starting download, target: Console |
1521 | 2024-12-20T19:53:51.168Z | Dec 20 19:53:50.264 INFO Starting download, target: DendriteOpenapi |
1522 | 2024-12-20T19:53:51.171Z | Dec 20 19:53:50.264 INFO Starting download, target: DendriteStub |
1523 | 2024-12-20T19:53:51.171Z | Dec 20 19:53:50.264 INFO Starting download, target: MaghemiteMgd |
1524 | 2024-12-20T19:53:51.171Z | Dec 20 19:53:50.264 INFO Starting download, target: TransceiverControl |
1525 | 2024-12-20T19:53:51.171Z | Dec 20 19:53:50.265 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1526 | 2024-12-20T19:53:51.171Z | Dec 20 19:53:50.265 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1527 | 2024-12-20T19:53:51.171Z | Dec 20 19:53:50.265 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1528 | 2024-12-20T19:53:51.171Z | Dec 20 19:53:50.265 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1529 | 2024-12-20T19:53:51.171Z | Dec 20 19:53:50.265 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1530 | 2024-12-20T19:53:51.171Z | Dec 20 19:53:50.265 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1531 | 2024-12-20T19:53:51.171Z | Dec 20 19:53:50.265 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1532 | 2024-12-20T19:53:51.352Z | Dec 20 19:53:50.448 INFO Download complete, target: DendriteOpenapi |
1533 | 2024-12-20T19:53:51.642Z | Dec 20 19:53:50.729 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1534 | 2024-12-20T19:53:51.705Z | Dec 20 19:53:50.770 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1535 | 2024-12-20T19:53:52.036Z | Dec 20 19:53:51.098 INFO Download complete, target: Console |
1536 | 2024-12-20T19:53:52.122Z | Dec 20 19:53:51.186 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1537 | 2024-12-20T19:53:52.238Z | Dec 20 19:53:51.324 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1538 | 2024-12-20T19:53:52.329Z | Dec 20 19:53:51.415 INFO Download complete, target: TransceiverControl |
1539 | 2024-12-20T19:53:52.632Z | Dec 20 19:53:51.729 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1540 | 2024-12-20T19:53:52.632Z | Dec 20 19:53:51.729 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1541 | 2024-12-20T19:53:53.315Z | Dec 20 19:53:52.412 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1542 | 2024-12-20T19:53:55.028Z | Dec 20 19:53:54.125 INFO Download complete, target: DendriteStub |
1543 | 2024-12-20T19:53:55.227Z | Dec 20 19:53:54.324 INFO Download complete, target: MaghemiteMgd |
1544 | 2024-12-20T19:54:00.303Z | Dec 20 19:53:59.399 INFO Checking that binary works, target: Cockroach |
1545 | 2024-12-20T19:54:00.464Z | Dec 20 19:53:59.561 INFO Download complete, target: Cockroach |
1546 | 2024-12-20T19:54:05.985Z | Dec 20 19:54:05.082 INFO Checking that binary works, target: Clickhouse |
1547 | 2024-12-20T19:54:06.102Z | Dec 20 19:54:05.197 INFO Download complete, target: Clickhouse |
1548 | 2024-12-20T19:54:06.108Z | All prerequisites installed successfully |
1549 | 2024-12-20T19:54:06.111Z | |
1550 | 2024-12-20T19:54:06.111Z | real 5:02.460096501 |
1551 | 2024-12-20T19:54:06.111Z | user 16:46.142987504 |
1552 | 2024-12-20T19:54:06.111Z | sys 3:18.030189472 |
1553 | 2024-12-20T19:54:06.111Z | trap 0.557980065 |
1554 | 2024-12-20T19:54:06.111Z | tflt 1.513863876 |
1555 | 2024-12-20T19:54:06.111Z | dflt 2.354116370 |
1556 | 2024-12-20T19:54:06.111Z | kflt 0.024019264 |
1557 | 2024-12-20T19:54:06.111Z | lock 30:41.104218144 |
1558 | 2024-12-20T19:54:06.111Z | slp 1:02:21.445524773 |
1559 | 2024-12-20T19:54:06.111Z | lat 56.944995908 |
1560 | 2024-12-20T19:54:06.111Z | stop 2:21.124609066 |
1561 | 2024-12-20T19:54:06.111Z | + ptime -m cargo xtask download softnpu |
1562 | 2024-12-20T19:54:06.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1563 | 2024-12-20T19:54:06.671Z | Running `target/debug/xtask download softnpu` |
1564 | 2024-12-20T19:54:07.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1565 | 2024-12-20T19:54:07.818Z | Running `target/debug/xtask-downloader softnpu` |
1566 | 2024-12-20T19:54:07.818Z | Dec 20 19:54:06.717 INFO Starting download, target: Softnpu |
1567 | 2024-12-20T19:54:07.818Z | Dec 20 19:54:06.718 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1568 | 2024-12-20T19:54:08.453Z | Dec 20 19:54:07.549 INFO Download complete, target: Softnpu |
1569 | 2024-12-20T19:54:08.458Z | |
1570 | 2024-12-20T19:54:08.461Z | real 2.340765944 |
1571 | 2024-12-20T19:54:08.461Z | user 1.290068227 |
1572 | 2024-12-20T19:54:08.461Z | sys 0.557937326 |
1573 | 2024-12-20T19:54:08.461Z | trap 0.000880407 |
1574 | 2024-12-20T19:54:08.461Z | tflt 0.000013679 |
1575 | 2024-12-20T19:54:08.461Z | dflt 0.000015590 |
1576 | 2024-12-20T19:54:08.461Z | kflt 0.000000000 |
1577 | 2024-12-20T19:54:08.461Z | lock 8.584144162 |
1578 | 2024-12-20T19:54:08.461Z | slp 0.676805203 |
1579 | 2024-12-20T19:54:08.461Z | lat 0.071347059 |
1580 | 2024-12-20T19:54:08.461Z | stop 0.000184600 |
1581 | 2024-12-20T19:54:08.461Z | + export CARGO_INCREMENTAL=0 |
1582 | 2024-12-20T19:54:08.461Z | + CARGO_INCREMENTAL=0 |
1583 | 2024-12-20T19:54:08.461Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1584 | 2024-12-20T19:54:09.442Z | Compiling proc-macro2 v1.0.89 |
1585 | 2024-12-20T19:54:09.442Z | Compiling unicode-ident v1.0.13 |
1586 | 2024-12-20T19:54:09.444Z | Compiling libc v0.2.162 |
1587 | 2024-12-20T19:54:09.444Z | Compiling serde v1.0.215 |
1588 | 2024-12-20T19:54:09.444Z | Compiling autocfg v1.4.0 |
1589 | 2024-12-20T19:54:09.444Z | Compiling version_check v0.9.5 |
1590 | 2024-12-20T19:54:09.444Z | Compiling cfg-if v1.0.0 |
1591 | 2024-12-20T19:54:09.688Z | Compiling memchr v2.7.4 |
1592 | 2024-12-20T19:54:09.745Z | Compiling typenum v1.17.0 |
1593 | 2024-12-20T19:54:10.055Z | Compiling shlex v1.3.0 |
1594 | 2024-12-20T19:54:10.274Z | Compiling generic-array v0.14.7 |
1595 | 2024-12-20T19:54:10.293Z | Compiling value-bag v1.9.0 |
1596 | 2024-12-20T19:54:10.528Z | Compiling lock_api v0.4.12 |
1597 | 2024-12-20T19:54:10.546Z | Compiling scopeguard v1.2.0 |
1598 | 2024-12-20T19:54:10.760Z | Compiling log v0.4.22 |
1599 | 2024-12-20T19:54:10.879Z | Compiling parking_lot_core v0.9.10 |
1600 | 2024-12-20T19:54:11.191Z | Compiling serde_json v1.0.132 |
1601 | 2024-12-20T19:54:11.446Z | Compiling quote v1.0.37 |
1602 | 2024-12-20T19:54:11.672Z | Compiling once_cell v1.20.2 |
1603 | 2024-12-20T19:54:11.673Z | Compiling rustix v0.38.37 |
1604 | 2024-12-20T19:54:11.787Z | Compiling thiserror v1.0.69 |
1605 | 2024-12-20T19:54:11.894Z | Compiling syn v2.0.87 |
1606 | 2024-12-20T19:54:11.946Z | Compiling jobserver v0.1.32 |
1607 | 2024-12-20T19:54:11.947Z | Compiling getrandom v0.2.15 |
1608 | 2024-12-20T19:54:12.108Z | Compiling libm v0.2.8 |
1609 | 2024-12-20T19:54:12.178Z | Compiling aho-corasick v1.1.3 |
1610 | 2024-12-20T19:54:12.249Z | Compiling cc v1.1.30 |
1611 | 2024-12-20T19:54:12.284Z | Compiling regex-syntax v0.8.5 |
1612 | 2024-12-20T19:54:12.311Z | Compiling num-traits v0.2.19 |
1613 | 2024-12-20T19:54:12.407Z | Compiling either v1.13.0 |
1614 | 2024-12-20T19:54:12.587Z | Compiling itoa v1.0.11 |
1615 | 2024-12-20T19:54:12.619Z | Compiling spin v0.9.8 |
1616 | 2024-12-20T19:54:12.834Z | Compiling slab v0.4.9 |
1617 | 2024-12-20T19:54:13.172Z | Compiling byteorder v1.5.0 |
1618 | 2024-12-20T19:54:13.335Z | Compiling errno v0.3.9 |
1619 | 2024-12-20T19:54:13.564Z | Compiling rand_core v0.6.4 |
1620 | 2024-12-20T19:54:13.643Z | Compiling lazy_static v1.5.0 |
1621 | 2024-12-20T19:54:13.775Z | Compiling glob v0.3.1 |
1622 | 2024-12-20T19:54:14.339Z | Compiling prettyplease v0.2.25 |
1623 | 2024-12-20T19:54:14.619Z | Compiling clang-sys v1.8.1 |
1624 | 2024-12-20T19:54:14.863Z | Compiling minimal-lexical v0.2.1 |
1625 | 2024-12-20T19:54:15.002Z | Compiling libloading v0.8.5 |
1626 | 2024-12-20T19:54:15.342Z | Compiling nom v7.1.3 |
1627 | 2024-12-20T19:54:15.390Z | Compiling subtle v2.6.1 |
1628 | 2024-12-20T19:54:15.390Z | Compiling home v0.5.9 |
1629 | 2024-12-20T19:54:15.721Z | Compiling allocator-api2 v0.2.18 |
1630 | 2024-12-20T19:54:15.799Z | Compiling regex-automata v0.4.8 |
1631 | 2024-12-20T19:54:15.946Z | Compiling bindgen v0.69.5 |
1632 | 2024-12-20T19:54:16.402Z | Compiling itertools v0.10.5 |
1633 | 2024-12-20T19:54:16.502Z | Compiling smallvec v1.13.2 |
1634 | 2024-12-20T19:54:16.531Z | Compiling lazycell v1.3.0 |
1635 | 2024-12-20T19:54:16.708Z | Compiling rustc-hash v1.1.0 |
1636 | 2024-12-20T19:54:16.860Z | Compiling semver v1.0.23 |
1637 | 2024-12-20T19:54:16.963Z | Compiling cmake v0.1.51 |
1638 | 2024-12-20T19:54:17.507Z | Compiling fs_extra v1.3.0 |
1639 | 2024-12-20T19:54:17.798Z | Compiling dunce v1.0.5 |
1640 | 2024-12-20T19:54:18.481Z | Compiling pkg-config v0.3.31 |
1641 | 2024-12-20T19:54:18.596Z | Compiling ring v0.17.8 |
1642 | 2024-12-20T19:54:19.003Z | Compiling cexpr v0.6.0 |
1643 | 2024-12-20T19:54:19.293Z | Compiling pin-project-lite v0.2.14 |
1644 | 2024-12-20T19:54:19.387Z | Compiling ryu v1.0.18 |
1645 | 2024-12-20T19:54:19.435Z | Compiling paste v1.0.15 |
1646 | 2024-12-20T19:54:19.614Z | Compiling synstructure v0.13.1 |
1647 | 2024-12-20T19:54:19.693Z | Compiling fnv v1.0.7 |
1648 | 2024-12-20T19:54:19.827Z | Compiling const-oid v0.9.6 |
1649 | 2024-12-20T19:54:20.514Z | Compiling aws-lc-rs v1.10.0 |
1650 | 2024-12-20T19:54:20.586Z | Compiling httparse v1.9.5 |
1651 | 2024-12-20T19:54:20.953Z | Compiling foldhash v0.1.3 |
1652 | 2024-12-20T19:54:21.068Z | Compiling equivalent v1.0.1 |
1653 | 2024-12-20T19:54:21.190Z | Compiling hashbrown v0.15.1 |
1654 | 2024-12-20T19:54:21.275Z | Compiling regex v1.11.1 |
1655 | 2024-12-20T19:54:22.278Z | Compiling schemars v0.8.21 |
1656 | 2024-12-20T19:54:22.280Z | Compiling heck v0.5.0 |
1657 | 2024-12-20T19:54:22.481Z | Compiling serde_derive_internals v0.29.1 |
1658 | 2024-12-20T19:54:22.597Z | Compiling signal-hook-registry v1.4.2 |
1659 | 2024-12-20T19:54:22.644Z | Compiling mio v1.0.2 |
1660 | 2024-12-20T19:54:22.767Z | Compiling parking_lot v0.12.3 |
1661 | 2024-12-20T19:54:24.561Z | Compiling crossbeam-utils v0.8.20 |
1662 | 2024-12-20T19:54:24.793Z | Compiling stable_deref_trait v1.2.0 |
1663 | 2024-12-20T19:54:24.825Z | Compiling socket2 v0.5.7 |
1664 | 2024-12-20T19:54:24.913Z | Compiling futures-core v0.3.31 |
1665 | 2024-12-20T19:54:25.091Z | Compiling num-conv v0.1.0 |
1666 | 2024-12-20T19:54:25.187Z | Compiling time-core v0.1.2 |
1667 | 2024-12-20T19:54:25.236Z | Compiling serde_derive v1.0.215 |
1668 | 2024-12-20T19:54:25.382Z | Compiling zeroize_derive v1.4.2 |
1669 | 2024-12-20T19:54:25.403Z | Compiling zerocopy-derive v0.7.35 |
1670 | 2024-12-20T19:54:25.428Z | Compiling thiserror-impl v1.0.69 |
1671 | 2024-12-20T19:54:26.507Z | Compiling tokio-macros v2.4.0 |
1672 | 2024-12-20T19:54:26.589Z | Compiling zerofrom-derive v0.1.4 |
1673 | 2024-12-20T19:54:26.713Z | Compiling yoke-derive v0.7.4 |
1674 | 2024-12-20T19:54:26.839Z | Compiling zeroize v1.8.1 |
1675 | 2024-12-20T19:54:27.288Z | Compiling futures-macro v0.3.31 |
1676 | 2024-12-20T19:54:27.443Z | Compiling zerovec-derive v0.10.3 |
1677 | 2024-12-20T19:54:27.942Z | Compiling zerocopy v0.7.35 |
1678 | 2024-12-20T19:54:28.325Z | Compiling displaydoc v0.2.5 |
1679 | 2024-12-20T19:54:29.080Z | Compiling crypto-common v0.1.6 |
1680 | 2024-12-20T19:54:29.397Z | Compiling tracing-attributes v0.1.27 |
1681 | 2024-12-20T19:54:29.435Z | Compiling icu_provider_macros v1.5.0 |
1682 | 2024-12-20T19:54:29.592Z | Compiling block-buffer v0.10.4 |
1683 | 2024-12-20T19:54:29.831Z | Compiling digest v0.10.7 |
1684 | 2024-12-20T19:54:29.849Z | Compiling schemars_derive v0.8.21 |
1685 | 2024-12-20T19:54:29.951Z | Compiling der_derive v0.7.3 |
1686 | 2024-12-20T19:54:30.563Z | Compiling time-macros v0.2.18 |
1687 | 2024-12-20T19:54:31.269Z | Compiling vcpkg v0.2.15 |
1688 | 2024-12-20T19:54:32.851Z | Compiling openssl-sys v0.9.103 |
1689 | 2024-12-20T19:54:33.493Z | Compiling cpufeatures v0.2.14 |
1690 | 2024-12-20T19:54:33.587Z | Compiling futures-sink v0.3.31 |
1691 | 2024-12-20T19:54:33.750Z | Compiling slog v2.7.0 |
1692 | 2024-12-20T19:54:33.975Z | Compiling ahash v0.8.11 |
1693 | 2024-12-20T19:54:33.997Z | Compiling syn v1.0.109 |
1694 | 2024-12-20T19:54:34.463Z | Compiling zerofrom v0.1.4 |
1695 | 2024-12-20T19:54:34.711Z | Compiling scroll_derive v0.12.0 |
1696 | 2024-12-20T19:54:34.713Z | Compiling ucd-trie v0.1.7 |
1697 | 2024-12-20T19:54:34.863Z | Compiling iana-time-zone v0.1.61 |
1698 | 2024-12-20T19:54:35.275Z | Compiling pest v2.7.14 |
1699 | 2024-12-20T19:54:35.357Z | Compiling yoke v0.7.4 |
1700 | 2024-12-20T19:54:35.625Z | Compiling futures-channel v0.3.31 |
1701 | 2024-12-20T19:54:36.008Z | Compiling hmac v0.12.1 |
1702 | 2024-12-20T19:54:36.237Z | Compiling futures-task v0.3.31 |
1703 | 2024-12-20T19:54:36.255Z | Compiling pin-utils v0.1.0 |
1704 | 2024-12-20T19:54:36.317Z | Compiling openssl v0.10.66 |
1705 | 2024-12-20T19:54:36.352Z | Compiling futures-io v0.3.31 |
1706 | 2024-12-20T19:54:36.843Z | Compiling zerovec v0.10.4 |
1707 | 2024-12-20T19:54:36.942Z | Compiling futures-util v0.3.31 |
1708 | 2024-12-20T19:54:37.141Z | Compiling block-padding v0.3.3 |
1709 | 2024-12-20T19:54:37.522Z | Compiling tinyvec_macros v0.1.1 |
1710 | 2024-12-20T19:54:37.977Z | Compiling pest_meta v2.7.14 |
1711 | 2024-12-20T19:54:38.208Z | Compiling tinyvec v1.8.0 |
1712 | 2024-12-20T19:54:38.955Z | Compiling bitflags v2.6.0 |
1713 | 2024-12-20T19:54:39.034Z | Compiling bytes v1.8.0 |
1714 | 2024-12-20T19:54:41.008Z | Compiling indexmap v2.6.0 |
1715 | 2024-12-20T19:54:42.200Z | Compiling tokio v1.40.0 |
1716 | 2024-12-20T19:54:42.728Z | Compiling serde_tokenstream v0.2.2 |
1717 | 2024-12-20T19:54:43.275Z | Compiling http v1.1.0 |
1718 | 2024-12-20T19:54:43.328Z | Compiling uuid v1.11.0 |
1719 | 2024-12-20T19:54:44.037Z | Compiling which v4.4.2 |
1720 | 2024-12-20T19:54:44.651Z | Compiling rustc_version v0.4.1 |
1721 | 2024-12-20T19:54:44.859Z | Compiling chrono v0.4.38 |
1722 | 2024-12-20T19:54:47.115Z | Compiling pest_generator v2.7.14 |
1723 | 2024-12-20T19:54:47.846Z | Compiling serde_spanned v0.6.8 |
1724 | 2024-12-20T19:54:48.076Z | Compiling toml_datetime v0.6.8 |
1725 | 2024-12-20T19:54:48.552Z | Compiling inout v0.1.3 |
1726 | 2024-12-20T19:54:48.882Z | Compiling openssl-macros v0.1.1 |
1727 | 2024-12-20T19:54:49.619Z | Compiling rustls v0.23.19 |
1728 | 2024-12-20T19:54:49.903Z | Compiling strsim v0.11.1 |
1729 | 2024-12-20T19:54:50.753Z | Compiling native-tls v0.2.12 |
1730 | 2024-12-20T19:54:51.193Z | Compiling pest_derive v2.7.14 |
1731 | 2024-12-20T19:54:51.896Z | Compiling cipher v0.4.4 |
1732 | 2024-12-20T19:54:51.962Z | Compiling unicode-normalization v0.1.24 |
1733 | 2024-12-20T19:54:51.971Z | Compiling tinystr v0.7.6 |
1734 | 2024-12-20T19:54:52.369Z | Compiling sha2 v0.10.8 |
1735 | 2024-12-20T19:54:52.467Z | Compiling tracing-core v0.1.32 |
1736 | 2024-12-20T19:54:52.822Z | Compiling usdt-impl v0.5.0 |
1737 | 2024-12-20T19:54:53.065Z | Compiling base64ct v1.6.0 |
1738 | 2024-12-20T19:54:53.190Z | Compiling dyn-clone v1.0.17 |
1739 | 2024-12-20T19:54:53.263Z | Compiling litemap v0.7.3 |
1740 | 2024-12-20T19:54:53.391Z | Compiling writeable v0.5.5 |
1741 | 2024-12-20T19:54:53.471Z | Compiling unicode-bidi v0.3.17 |
1742 | 2024-12-20T19:54:53.694Z | Compiling pem-rfc7468 v0.7.0 |
1743 | 2024-12-20T19:54:53.925Z | Compiling icu_locid v1.5.0 |
1744 | 2024-12-20T19:54:54.228Z | Compiling tracing v0.1.40 |
1745 | 2024-12-20T19:54:55.148Z | Compiling scroll v0.12.0 |
1746 | 2024-12-20T19:54:55.350Z | Compiling ppv-lite86 v0.2.20 |
1747 | 2024-12-20T19:54:55.708Z | Compiling async-trait v0.1.83 |
1748 | 2024-12-20T19:54:56.100Z | Compiling cookie v0.18.1 |
1749 | 2024-12-20T19:54:56.233Z | Compiling camino v1.1.9 |
1750 | 2024-12-20T19:54:56.399Z | Compiling plain v0.2.3 |
1751 | 2024-12-20T19:54:58.027Z | Compiling flagset v0.4.6 |
1752 | 2024-12-20T19:54:58.264Z | Compiling anyhow v1.0.93 |
1753 | 2024-12-20T19:54:58.469Z | Compiling aws-lc-sys v0.22.0 |
1754 | 2024-12-20T19:54:58.806Z | Compiling der v0.7.9 |
1755 | 2024-12-20T19:55:01.777Z | Compiling goblin v0.8.2 |
1756 | 2024-12-20T19:55:02.845Z | Compiling rand_chacha v0.3.1 |
1757 | 2024-12-20T19:55:03.853Z | Compiling icu_provider v1.5.0 |
1758 | 2024-12-20T19:55:04.853Z | Compiling percent-encoding v2.3.1 |
1759 | 2024-12-20T19:55:05.417Z | Compiling rustls v0.22.4 |
1760 | 2024-12-20T19:55:05.697Z | Compiling rustls-pki-types v1.10.0 |
1761 | 2024-12-20T19:55:05.699Z | Compiling rayon-core v1.12.1 |
1762 | 2024-12-20T19:55:05.855Z | Compiling untrusted v0.7.1 |
1763 | 2024-12-20T19:55:05.998Z | Compiling icu_locid_transform_data v1.5.0 |
1764 | 2024-12-20T19:55:06.045Z | Compiling pretty-hex v0.4.1 |
1765 | 2024-12-20T19:55:06.249Z | Compiling icu_locid_transform v1.5.0 |
1766 | 2024-12-20T19:55:08.135Z | Compiling dof v0.3.0 |
1767 | 2024-12-20T19:55:08.249Z | Compiling rand v0.8.5 |
1768 | 2024-12-20T19:55:08.567Z | Compiling spki v0.7.3 |
1769 | 2024-12-20T19:55:08.991Z | Compiling salsa20 v0.10.2 |
1770 | 2024-12-20T19:55:09.104Z | Compiling dtrace-parser v0.2.0 |
1771 | 2024-12-20T19:55:09.225Z | Compiling tokio-util v0.7.12 |
1772 | 2024-12-20T19:55:09.906Z | Compiling icu_collections v1.5.0 |
1773 | 2024-12-20T19:55:10.516Z | Compiling pbkdf2 v0.12.2 |
1774 | 2024-12-20T19:55:10.890Z | Compiling thread-id v4.2.2 |
1775 | 2024-12-20T19:55:10.913Z | Compiling mirai-annotations v1.12.0 |
1776 | 2024-12-20T19:55:11.010Z | Compiling icu_properties_data v1.5.0 |
1777 | 2024-12-20T19:55:11.198Z | Compiling powerfmt v0.2.0 |
1778 | 2024-12-20T19:55:11.240Z | Compiling untrusted v0.9.0 |
1779 | 2024-12-20T19:55:11.467Z | Compiling winnow v0.5.40 |
1780 | 2024-12-20T19:55:11.631Z | Compiling deranged v0.3.11 |
1781 | 2024-12-20T19:55:13.429Z | Compiling icu_properties v1.5.1 |
1782 | 2024-12-20T19:55:15.335Z | Compiling toml_edit v0.19.15 |
1783 | 2024-12-20T19:55:15.537Z | Compiling scrypt v0.11.0 |
1784 | 2024-12-20T19:55:16.055Z | Compiling aes v0.8.4 |
1785 | 2024-12-20T19:55:16.704Z | Compiling cbc v0.1.2 |
1786 | 2024-12-20T19:55:17.284Z | Compiling multer v3.1.0 |
1787 | 2024-12-20T19:55:17.602Z | Compiling utf16_iter v1.0.5 |
1788 | 2024-12-20T19:55:17.808Z | Compiling atomic-waker v1.1.2 |
1789 | 2024-12-20T19:55:18.003Z | Compiling icu_normalizer_data v1.5.0 |
1790 | 2024-12-20T19:55:18.115Z | Compiling write16 v1.0.0 |
1791 | 2024-12-20T19:55:18.254Z | Compiling slog-async v2.8.0 |
1792 | 2024-12-20T19:55:18.670Z | Compiling utf8_iter v1.0.4 |
1793 | 2024-12-20T19:55:18.986Z | Compiling rustversion v1.0.17 |
1794 | 2024-12-20T19:55:19.113Z | Compiling num_threads v0.1.7 |
1795 | 2024-12-20T19:55:19.260Z | Compiling time v0.3.36 |
1796 | 2024-12-20T19:55:19.598Z | Compiling icu_normalizer v1.5.0 |
1797 | 2024-12-20T19:55:19.672Z | Compiling pkcs5 v0.7.1 |
1798 | 2024-12-20T19:55:21.368Z | Compiling form_urlencoded v1.2.1 |
1799 | 2024-12-20T19:55:22.177Z | Compiling http-body v1.0.1 |
1800 | 2024-12-20T19:55:22.310Z | Compiling heapless v0.7.17 |
1801 | 2024-12-20T19:55:22.847Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1802 | 2024-12-20T19:55:23.322Z | Compiling signal-hook v0.3.17 |
1803 | 2024-12-20T19:55:23.587Z | Compiling try-lock v0.2.5 |
1804 | 2024-12-20T19:55:24.263Z | Compiling want v0.3.1 |
1805 | 2024-12-20T19:55:25.865Z | Compiling idna_adapter v1.2.0 |
1806 | 2024-12-20T19:55:26.069Z | Compiling pkcs8 v0.10.2 |
1807 | 2024-12-20T19:55:26.772Z | Compiling h2 v0.4.6 |
1808 | 2024-12-20T19:55:27.517Z | Compiling usdt-macro v0.5.0 |
1809 | 2024-12-20T19:55:28.841Z | Compiling usdt-attr-macro v0.5.0 |
1810 | 2024-12-20T19:55:29.587Z | Compiling async-stream-impl v0.3.6 |
1811 | 2024-12-20T19:55:29.607Z | Compiling adler2 v2.0.0 |
1812 | 2024-12-20T19:55:30.122Z | Compiling httpdate v1.0.3 |
1813 | 2024-12-20T19:55:30.863Z | Compiling miniz_oxide v0.8.0 |
1814 | 2024-12-20T19:55:31.701Z | Compiling idna v1.0.3 |
1815 | 2024-12-20T19:55:33.403Z | Compiling curve25519-dalek v4.1.3 |
1816 | 2024-12-20T19:55:33.806Z | Compiling hyper v1.5.0 |
1817 | 2024-12-20T19:55:34.049Z | Compiling openapiv3 v2.0.0 |
1818 | 2024-12-20T19:55:34.592Z | Compiling enum-as-inner v0.6.1 |
1819 | 2024-12-20T19:55:36.976Z | Compiling dropshot v0.12.0 |
1820 | 2024-12-20T19:55:37.276Z | Compiling base64 v0.22.1 |
1821 | 2024-12-20T19:55:37.900Z | Compiling num-bigint-dig v0.8.4 |
1822 | 2024-12-20T19:55:38.128Z | Compiling smoltcp v0.9.1 |
1823 | 2024-12-20T19:55:38.183Z | Compiling foreign-types-shared v0.1.1 |
1824 | 2024-12-20T19:55:38.303Z | Compiling portable-atomic v1.9.0 |
1825 | 2024-12-20T19:55:38.389Z | Compiling tower-service v0.3.3 |
1826 | 2024-12-20T19:55:38.427Z | Compiling match_cfg v0.1.0 |
1827 | 2024-12-20T19:55:38.648Z | Compiling hyper-util v0.1.10 |
1828 | 2024-12-20T19:55:38.702Z | Compiling hostname v0.3.1 |
1829 | 2024-12-20T19:55:39.207Z | Compiling foreign-types v0.3.2 |
1830 | 2024-12-20T19:55:44.820Z | Compiling url v2.5.3 |
1831 | 2024-12-20T19:55:47.121Z | Compiling dirs-sys-next v0.1.2 |
1832 | 2024-12-20T19:55:47.409Z | Compiling data-encoding v2.6.0 |
1833 | 2024-12-20T19:55:48.446Z | Compiling gimli v0.31.1 |
1834 | 2024-12-20T19:55:48.448Z | Compiling heck v0.4.1 |
1835 | 2024-12-20T19:55:48.448Z | Compiling siphasher v0.3.11 |
1836 | 2024-12-20T19:55:48.448Z | Compiling ident_case v1.0.1 |
1837 | 2024-12-20T19:55:48.448Z | Compiling darling_core v0.20.10 |
1838 | 2024-12-20T19:55:48.448Z | Compiling dirs-next v2.0.0 |
1839 | 2024-12-20T19:55:50.677Z | Compiling http-body-util v0.1.2 |
1840 | 2024-12-20T19:55:54.191Z | Compiling addr2line v0.24.2 |
1841 | 2024-12-20T19:55:54.513Z | Compiling crossbeam-epoch v0.9.18 |
1842 | 2024-12-20T19:55:54.571Z | Compiling hubpack_derive v0.1.1 |
1843 | 2024-12-20T19:55:54.763Z | Compiling dropshot_endpoint v0.12.0 |
1844 | 2024-12-20T19:55:55.184Z | Compiling sha1 v0.10.6 |
1845 | 2024-12-20T19:55:55.230Z | Compiling signature v2.2.0 |
1846 | 2024-12-20T19:55:55.443Z | Compiling zerocopy-derive v0.6.6 |
1847 | 2024-12-20T19:55:55.479Z | Compiling curve25519-dalek-derive v0.1.1 |
1848 | 2024-12-20T19:55:55.671Z | Compiling object v0.36.5 |
1849 | 2024-12-20T19:55:56.845Z | Compiling thread_local v1.1.8 |
1850 | 2024-12-20T19:55:57.343Z | Compiling fs-err v2.11.0 |
1851 | 2024-12-20T19:55:57.381Z | Compiling encoding_rs v0.8.34 |
1852 | 2024-12-20T19:55:58.871Z | Compiling ipnet v2.10.1 |
1853 | 2024-12-20T19:55:59.937Z | Compiling unicode-properties v0.1.3 |
1854 | 2024-12-20T19:56:00.359Z | Compiling utf8parse v0.2.2 |
1855 | 2024-12-20T19:56:00.524Z | Compiling winnow v0.6.20 |
1856 | 2024-12-20T19:56:00.932Z | Compiling rustc-demangle v0.1.24 |
1857 | 2024-12-20T19:56:03.223Z | Compiling anstyle v1.0.10 |
1858 | 2024-12-20T19:56:03.701Z | Compiling mime v0.3.17 |
1859 | 2024-12-20T19:56:04.434Z | Compiling openssl-probe v0.1.5 |
1860 | 2024-12-20T19:56:05.945Z | Compiling toml_edit v0.22.22 |
1861 | 2024-12-20T19:56:10.652Z | Compiling backtrace v0.3.74 |
1862 | 2024-12-20T19:56:10.805Z | Compiling anstyle-parse v0.2.5 |
1863 | 2024-12-20T19:56:11.149Z | Compiling stringprep v0.1.5 |
1864 | 2024-12-20T19:56:13.296Z | Compiling rustls-webpki v0.102.8 |
1865 | 2024-12-20T19:56:13.750Z | Compiling crossbeam-deque v0.8.5 |
1866 | 2024-12-20T19:56:17.289Z | Compiling darling_macro v0.20.10 |
1867 | 2024-12-20T19:56:21.712Z | Compiling term v0.7.0 |
1868 | 2024-12-20T19:56:21.736Z | Compiling slog-json v2.6.1 |
1869 | 2024-12-20T19:56:23.034Z | Compiling serde_urlencoded v0.7.1 |
1870 | 2024-12-20T19:56:23.737Z | Compiling crossbeam-channel v0.5.13 |
1871 | 2024-12-20T19:56:24.133Z | Compiling rustls-pemfile v2.2.0 |
1872 | 2024-12-20T19:56:24.470Z | Compiling hashbrown v0.14.5 |
1873 | 2024-12-20T19:56:24.955Z | Compiling idna v0.4.0 |
1874 | 2024-12-20T19:56:25.051Z | Compiling idna v0.3.0 |
1875 | 2024-12-20T19:56:25.867Z | Compiling futures-executor v0.3.31 |
1876 | 2024-12-20T19:56:26.520Z | Compiling num-integer v0.1.46 |
1877 | 2024-12-20T19:56:26.673Z | Compiling md-5 v0.10.6 |
1878 | 2024-12-20T19:56:26.946Z | Compiling ff v0.13.0 |
1879 | 2024-12-20T19:56:27.059Z | Compiling hash32 v0.2.1 |
1880 | 2024-12-20T19:56:27.184Z | Compiling memmap v0.7.0 |
1881 | 2024-12-20T19:56:27.213Z | Compiling is-terminal v0.4.13 |
1882 | 2024-12-20T19:56:27.430Z | Compiling psl-types v2.0.11 |
1883 | 2024-12-20T19:56:27.510Z | Compiling take_mut v0.2.2 |
1884 | 2024-12-20T19:56:27.640Z | Compiling utf-8 v0.7.6 |
1885 | 2024-12-20T19:56:27.939Z | Compiling colorchoice v1.0.2 |
1886 | 2024-12-20T19:56:28.109Z | Compiling quick-error v1.2.3 |
1887 | 2024-12-20T19:56:28.265Z | Compiling linked-hash-map v0.5.6 |
1888 | 2024-12-20T19:56:28.532Z | Compiling is_terminal_polyfill v1.70.1 |
1889 | 2024-12-20T19:56:28.642Z | Compiling anstyle-query v1.1.1 |
1890 | 2024-12-20T19:56:28.807Z | Compiling fallible-iterator v0.2.0 |
1891 | 2024-12-20T19:56:29.166Z | Compiling base16ct v0.2.0 |
1892 | 2024-12-20T19:56:29.464Z | Compiling sec1 v0.7.3 |
1893 | 2024-12-20T19:56:29.877Z | Compiling postgres-protocol v0.6.7 |
1894 | 2024-12-20T19:56:30.803Z | Compiling anstream v0.6.15 |
1895 | 2024-12-20T19:56:31.178Z | Compiling lru-cache v0.1.2 |
1896 | 2024-12-20T19:56:31.385Z | Compiling resolv-conf v0.7.0 |
1897 | 2024-12-20T19:56:31.489Z | Compiling tungstenite v0.24.0 |
1898 | 2024-12-20T19:56:32.077Z | Compiling publicsuffix v2.2.3 |
1899 | 2024-12-20T19:56:32.355Z | Compiling usdt v0.5.0 |
1900 | 2024-12-20T19:56:32.830Z | Compiling slog-term v2.9.1 |
1901 | 2024-12-20T19:56:33.551Z | Compiling group v0.13.0 |
1902 | 2024-12-20T19:56:33.847Z | Compiling num-iter v0.1.45 |
1903 | 2024-12-20T19:56:33.850Z | Compiling futures v0.3.31 |
1904 | 2024-12-20T19:56:33.952Z | Compiling hickory-proto v0.24.1 |
1905 | 2024-12-20T19:56:33.989Z | Compiling regress v0.10.1 |
1906 | 2024-12-20T19:56:37.198Z | Compiling slog-bunyan v2.5.0 |
1907 | 2024-12-20T19:56:37.398Z | Compiling tokio-rustls v0.26.0 |
1908 | 2024-12-20T19:56:37.849Z | Compiling tokio-rustls v0.25.0 |
1909 | 2024-12-20T19:56:37.876Z | Compiling darling v0.20.10 |
1910 | 2024-12-20T19:56:38.021Z | Compiling toml v0.8.19 |
1911 | 2024-12-20T19:56:38.133Z | Compiling tokio-native-tls v0.3.1 |
1912 | 2024-12-20T19:56:38.274Z | Compiling strum_macros v0.25.3 |
1913 | 2024-12-20T19:56:38.421Z | Compiling phf_shared v0.11.2 |
1914 | 2024-12-20T19:56:38.949Z | Compiling async-stream v0.3.6 |
1915 | 2024-12-20T19:56:39.014Z | Compiling waitgroup v0.1.2 |
1916 | 2024-12-20T19:56:39.227Z | Compiling webpki-roots v0.26.6 |
1917 | 2024-12-20T19:56:39.599Z | Compiling idna v0.5.0 |
1918 | 2024-12-20T19:56:39.693Z | Compiling terminal_size v0.4.0 |
1919 | 2024-12-20T19:56:39.935Z | Compiling serde_path_to_error v0.1.16 |
1920 | 2024-12-20T19:56:40.492Z | Compiling hkdf v0.12.4 |
1921 | 2024-12-20T19:56:40.909Z | Compiling crypto-bigint v0.5.5 |
1922 | 2024-12-20T19:56:41.101Z | Compiling serde_repr v0.1.19 |
1923 | 2024-12-20T19:56:41.405Z | Compiling derive-where v1.2.7 |
1924 | 2024-12-20T19:56:41.872Z | Compiling clap_derive v4.5.18 |
1925 | 2024-12-20T19:56:42.190Z | Compiling hostname v0.4.0 |
1926 | 2024-12-20T19:56:42.426Z | Compiling crc32fast v1.4.2 |
1927 | 2024-12-20T19:56:43.159Z | Compiling unicode-width v0.1.14 |
1928 | 2024-12-20T19:56:43.779Z | Compiling debug-ignore v1.0.5 |
1929 | 2024-12-20T19:56:43.913Z | Compiling clap_lex v0.7.2 |
1930 | 2024-12-20T19:56:43.933Z | Compiling managed v0.8.0 |
1931 | 2024-12-20T19:56:44.345Z | Compiling bitflags v1.3.2 |
1932 | 2024-12-20T19:56:44.603Z | Compiling clap_builder v4.5.21 |
1933 | 2024-12-20T19:56:44.622Z | Compiling elliptic-curve v0.13.8 |
1934 | 2024-12-20T19:56:46.432Z | Compiling console v0.15.8 |
1935 | 2024-12-20T19:56:47.753Z | Compiling flate2 v1.0.34 |
1936 | 2024-12-20T19:56:48.186Z | Compiling cookie_store v0.21.0 |
1937 | 2024-12-20T19:56:51.312Z | Compiling hickory-resolver v0.24.1 |
1938 | 2024-12-20T19:56:51.874Z | Compiling hyper-rustls v0.27.3 |
1939 | 2024-12-20T19:56:53.736Z | Compiling phf v0.11.2 |
1940 | 2024-12-20T19:56:54.064Z | Compiling hyper-tls v0.6.0 |
1941 | 2024-12-20T19:56:54.459Z | Compiling typify-impl v0.2.0 |
1942 | 2024-12-20T19:56:54.826Z | Compiling signal-hook-mio v0.2.4 |
1943 | 2024-12-20T19:56:54.854Z | Compiling bzip2 v0.4.4 |
1944 | 2024-12-20T19:56:55.012Z | Compiling rayon v1.10.0 |
1945 | 2024-12-20T19:56:55.260Z | Compiling tokio-tungstenite v0.24.0 |
1946 | 2024-12-20T19:56:55.698Z | Compiling postgres-types v0.2.8 |
1947 | 2024-12-20T19:56:55.867Z | Compiling zerocopy v0.6.6 |
1948 | 2024-12-20T19:56:55.977Z | Compiling hubpack v0.1.2 |
1949 | 2024-12-20T19:56:56.433Z | Compiling ed25519 v2.2.3 |
1950 | 2024-12-20T19:56:56.784Z | Compiling phf_shared v0.10.0 |
1951 | 2024-12-20T19:56:56.891Z | Compiling pkcs1 v0.7.5 |
1952 | 2024-12-20T19:56:57.102Z | Compiling tokio-stream v0.1.16 |
1953 | 2024-12-20T19:56:58.029Z | Compiling serde-big-array v0.5.1 |
1954 | 2024-12-20T19:56:58.163Z | Compiling rfc6979 v0.4.0 |
1955 | 2024-12-20T19:56:58.276Z | Compiling float-cmp v0.9.0 |
1956 | 2024-12-20T19:56:58.358Z | Compiling sync_wrapper v1.0.1 |
1957 | 2024-12-20T19:56:58.513Z | Compiling bstr v1.10.0 |
1958 | 2024-12-20T19:56:59.996Z | Compiling predicates-core v1.0.8 |
1959 | 2024-12-20T19:57:00.132Z | Compiling number_prefix v0.4.0 |
1960 | 2024-12-20T19:57:00.155Z | Compiling new_debug_unreachable v1.0.6 |
1961 | 2024-12-20T19:57:00.256Z | Compiling fixedbitset v0.4.2 |
1962 | 2024-12-20T19:57:00.323Z | Compiling normalize-line-endings v0.3.0 |
1963 | 2024-12-20T19:57:00.378Z | Compiling difflib v0.4.0 |
1964 | 2024-12-20T19:57:00.667Z | Compiling unicode-segmentation v1.12.0 |
1965 | 2024-12-20T19:57:01.048Z | Compiling whoami v1.5.2 |
1966 | 2024-12-20T19:57:01.294Z | Compiling unicode-width v0.2.0 |
1967 | 2024-12-20T19:57:01.544Z | Compiling static_assertions v1.1.0 |
1968 | 2024-12-20T19:57:01.658Z | Compiling bit-vec v0.6.3 |
1969 | 2024-12-20T19:57:01.682Z | Compiling precomputed-hash v0.1.1 |
1970 | 2024-12-20T19:57:01.803Z | Compiling string_cache v0.8.7 |
1971 | 2024-12-20T19:57:01.823Z | Compiling indicatif v0.17.9 |
1972 | 2024-12-20T19:57:02.121Z | Compiling bit-set v0.5.3 |
1973 | 2024-12-20T19:57:02.241Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1974 | 2024-12-20T19:57:02.450Z | Compiling tokio-postgres v0.7.12 |
1975 | 2024-12-20T19:57:03.708Z | Compiling similar v2.6.0 |
1976 | 2024-12-20T19:57:04.110Z | Compiling predicates v3.1.2 |
1977 | 2024-12-20T19:57:05.683Z | Compiling petgraph v0.6.5 |
1978 | 2024-12-20T19:57:06.626Z | Compiling typify-macro v0.2.0 |
1979 | 2024-12-20T19:57:07.470Z | Compiling reqwest v0.12.9 |
1980 | 2024-12-20T19:57:07.939Z | Compiling ecdsa v0.16.9 |
1981 | 2024-12-20T19:57:08.818Z | Compiling qorb v0.2.1 |
1982 | 2024-12-20T19:57:09.200Z | Compiling rsa v0.9.6 |
1983 | 2024-12-20T19:57:10.120Z | Compiling ed25519-dalek v2.1.1 |
1984 | 2024-12-20T19:57:10.706Z | Compiling zip v0.6.6 |
1985 | 2024-12-20T19:57:10.828Z | Compiling crossterm v0.28.1 |
1986 | 2024-12-20T19:57:10.976Z | Compiling clap v4.5.21 |
1987 | 2024-12-20T19:57:12.324Z | Compiling toml v0.7.8 |
1988 | 2024-12-20T19:57:13.756Z | Compiling x509-cert v0.2.5 |
1989 | 2024-12-20T19:57:14.075Z | Compiling hex v0.4.3 |
1990 | 2024-12-20T19:57:15.122Z | Compiling zerocopy v0.8.10 |
1991 | 2024-12-20T19:57:15.351Z | Compiling lalrpop-util v0.19.12 |
1992 | 2024-12-20T19:57:15.723Z | Compiling unicode-xid v0.2.6 |
1993 | 2024-12-20T19:57:15.797Z | Compiling peg-runtime v0.8.3 |
1994 | 2024-12-20T19:57:18.160Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1995 | 2024-12-20T19:57:22.054Z | Compiling proc-macro-crate v1.3.1 |
1996 | 2024-12-20T19:57:22.354Z | Compiling ipnetwork v0.20.0 |
1997 | 2024-12-20T19:57:22.532Z | Compiling macaddr v1.0.1 |
1998 | 2024-12-20T19:57:23.188Z | Compiling zerocopy-derive v0.8.10 |
1999 | 2024-12-20T19:57:23.209Z | Compiling itertools v0.13.0 |
2000 | 2024-12-20T19:57:25.979Z | Compiling heapless v0.8.0 |
2001 | 2024-12-20T19:57:26.618Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2002 | 2024-12-20T19:57:31.988Z | Compiling num_enum_derive v0.5.11 |
2003 | 2024-12-20T19:57:39.807Z | Compiling hash32 v0.3.1 |
2004 | 2024-12-20T19:57:40.360Z | Compiling smoltcp v0.11.0 |
2005 | 2024-12-20T19:57:40.574Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2006 | 2024-12-20T19:57:46.475Z | Compiling num_enum v0.5.11 |
2007 | 2024-12-20T19:57:46.521Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2008 | 2024-12-20T19:57:47.212Z | Compiling typify v0.2.0 |
2009 | 2024-12-20T19:57:48.057Z | Compiling proc-macro-error-attr v1.0.4 |
2010 | 2024-12-20T19:57:48.372Z | Compiling unsafe-libyaml v0.2.11 |
2011 | 2024-12-20T19:57:48.498Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2012 | 2024-12-20T19:57:49.539Z | Compiling cobs v0.2.3 |
2013 | 2024-12-20T19:57:50.002Z | Compiling postcard v1.0.10 |
2014 | 2024-12-20T19:57:50.194Z | Compiling serde_yaml v0.9.34+deprecated |
2015 | 2024-12-20T19:58:07.003Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2016 | 2024-12-20T19:58:07.146Z | Compiling progenitor-impl v0.8.0 |
2017 | 2024-12-20T19:58:19.231Z | Compiling strum_macros v0.26.4 |
2018 | 2024-12-20T19:58:20.158Z | Compiling structmeta-derive v0.3.0 |
2019 | 2024-12-20T19:58:20.289Z | Compiling foreign-types-macros v0.2.3 |
2020 | 2024-12-20T19:58:20.360Z | Compiling proc-macro-error v1.0.4 |
2021 | 2024-12-20T19:58:20.627Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2022 | 2024-12-20T19:58:20.930Z | Compiling newtype-uuid v1.1.3 |
2023 | 2024-12-20T19:58:21.632Z | Compiling foreign-types-shared v0.3.1 |
2024 | 2024-12-20T19:58:22.476Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2025 | 2024-12-20T19:58:22.654Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2026 | 2024-12-20T19:58:22.750Z | Compiling structmeta v0.3.0 |
2027 | 2024-12-20T19:58:23.808Z | Compiling strum v0.26.3 |
2028 | 2024-12-20T19:58:27.530Z | Compiling foreign-types v0.5.0 |
2029 | 2024-12-20T19:58:29.305Z | Compiling progenitor-macro v0.8.0 |
2030 | 2024-12-20T19:58:36.250Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2031 | 2024-12-20T19:58:37.020Z | Compiling progenitor-client v0.8.0 |
2032 | 2024-12-20T19:58:38.010Z | Compiling tabwriter v1.4.0 |
2033 | 2024-12-20T19:58:39.906Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2034 | 2024-12-20T19:58:39.967Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2035 | 2024-12-20T19:58:40.744Z | Compiling cstr-argument v0.1.2 |
2036 | 2024-12-20T19:58:40.848Z | Compiling dropshot v0.13.0 |
2037 | 2024-12-20T19:58:41.165Z | Compiling fastrand v2.1.1 |
2038 | 2024-12-20T19:58:41.861Z | Compiling thiserror v2.0.3 |
2039 | 2024-12-20T19:58:42.159Z | Compiling crucible-workspace-hack v0.1.0 |
2040 | 2024-12-20T19:58:42.442Z | Compiling pretty-hex v0.2.1 |
2041 | 2024-12-20T19:58:42.671Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2042 | 2024-12-20T19:58:42.992Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2043 | 2024-12-20T19:58:43.039Z | Compiling progenitor v0.8.0 |
2044 | 2024-12-20T19:58:43.389Z | Compiling tempfile v3.13.0 |
2045 | 2024-12-20T19:58:43.680Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2046 | 2024-12-20T19:58:43.752Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2047 | 2024-12-20T19:58:44.435Z | Compiling parse-display-derive v0.10.0 |
2048 | 2024-12-20T19:58:44.577Z | Compiling colored v2.1.0 |
2049 | 2024-12-20T19:58:44.598Z | Compiling serde_with_macros v3.11.0 |
2050 | 2024-12-20T19:58:45.169Z | Compiling dropshot_endpoint v0.13.0 |
2051 | 2024-12-20T19:58:45.862Z | Compiling thiserror-impl v2.0.3 |
2052 | 2024-12-20T19:58:47.284Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2053 | 2024-12-20T19:58:48.036Z | Compiling instant v0.1.13 |
2054 | 2024-12-20T19:58:48.219Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2055 | 2024-12-20T19:58:48.414Z | Compiling parse-display v0.10.0 |
2056 | 2024-12-20T19:58:48.435Z | Compiling backoff v0.4.0 |
2057 | 2024-12-20T19:58:48.620Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2058 | 2024-12-20T19:58:48.795Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2059 | 2024-12-20T19:58:48.998Z | Compiling serde_with v3.11.0 |
2060 | 2024-12-20T19:58:49.794Z | Compiling zone_cfg_derive v0.3.0 |
2061 | 2024-12-20T19:58:50.367Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2062 | 2024-12-20T19:58:50.997Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2063 | 2024-12-20T19:58:51.217Z | Compiling camino-tempfile v1.1.1 |
2064 | 2024-12-20T19:58:51.968Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2065 | 2024-12-20T19:58:51.988Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2066 | 2024-12-20T19:58:52.000Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2067 | 2024-12-20T19:58:52.196Z | Compiling regress v0.9.1 |
2068 | 2024-12-20T19:58:52.378Z | Compiling num-derive v0.4.2 |
2069 | 2024-12-20T19:58:53.484Z | Compiling sigpipe v0.1.3 |
2070 | 2024-12-20T19:58:53.629Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2071 | 2024-12-20T19:58:53.933Z | Compiling libefi-sys v0.1.0 |
2072 | 2024-12-20T19:58:54.296Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2073 | 2024-12-20T19:58:54.642Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2074 | 2024-12-20T19:58:56.255Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2075 | 2024-12-20T19:58:56.812Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2076 | 2024-12-20T19:58:57.565Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2077 | 2024-12-20T19:58:59.083Z | Compiling zone v0.3.0 |
2078 | 2024-12-20T19:59:00.915Z | Compiling smf v0.2.3 |
2079 | 2024-12-20T19:59:01.172Z | Compiling bitfield-struct v0.6.2 |
2080 | 2024-12-20T19:59:02.531Z | Compiling blake3 v1.5.4 |
2081 | 2024-12-20T19:59:02.631Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2082 | 2024-12-20T19:59:03.046Z | Compiling ring v0.16.20 |
2083 | 2024-12-20T19:59:03.717Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2084 | 2024-12-20T19:59:04.279Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2085 | 2024-12-20T19:59:04.560Z | Compiling xattr v1.3.1 |
2086 | 2024-12-20T19:59:04.680Z | Compiling memmap2 v0.9.5 |
2087 | 2024-12-20T19:59:04.885Z | Compiling filetime v0.2.25 |
2088 | 2024-12-20T19:59:05.278Z | Compiling arrayref v0.3.9 |
2089 | 2024-12-20T19:59:05.281Z | Compiling constant_time_eq v0.3.1 |
2090 | 2024-12-20T19:59:05.392Z | Compiling arrayvec v0.7.6 |
2091 | 2024-12-20T19:59:05.477Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2092 | 2024-12-20T19:59:05.496Z | Compiling spin v0.5.2 |
2093 | 2024-12-20T19:59:05.617Z | Compiling same-file v1.0.6 |
2094 | 2024-12-20T19:59:05.767Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2095 | 2024-12-20T19:59:05.906Z | Compiling walkdir v2.5.0 |
2096 | 2024-12-20T19:59:07.310Z | Compiling tar v0.4.42 |
2097 | 2024-12-20T19:59:08.558Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2098 | 2024-12-20T19:59:08.697Z | Compiling gethostname v0.5.0 |
2099 | 2024-12-20T19:59:08.912Z | Compiling cargo-platform v0.1.8 |
2100 | 2024-12-20T19:59:09.009Z | Compiling topological-sort v0.2.2 |
2101 | 2024-12-20T19:59:09.303Z | Compiling cargo_metadata v0.18.1 |
2102 | 2024-12-20T19:59:10.012Z | Compiling shell-words v1.1.0 |
2103 | 2024-12-20T19:59:12.958Z | Compiling omicron-zone-package v0.11.1 |
2104 | 2024-12-20T19:59:15.232Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2105 | 2024-12-20T19:59:17.558Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2106 | 2024-12-20T19:59:24.052Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2107 | 2024-12-20T19:59:39.793Z | Finished `release` profile [optimized] target(s) in 5m 31s |
2108 | 2024-12-20T19:59:39.964Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2109 | 2024-12-20T19:59:40.017Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2110 | 2024-12-20T19:59:40.020Z | Created new build target 'test' and set it as active |
2111 | 2024-12-20T19:59:40.020Z | |
2112 | 2024-12-20T19:59:40.020Z | real 5:31.552531508 |
2113 | 2024-12-20T19:59:40.020Z | user 37:22.274557342 |
2114 | 2024-12-20T19:59:40.020Z | sys 4:58.519196510 |
2115 | 2024-12-20T19:59:40.020Z | trap 1.124250214 |
2116 | 2024-12-20T19:59:40.020Z | tflt 3.254395658 |
2117 | 2024-12-20T19:59:40.020Z | dflt 0.758776475 |
2118 | 2024-12-20T19:59:40.020Z | kflt 0.038164544 |
2119 | 2024-12-20T19:59:40.020Z | lock 1:18:59.566753738 |
2120 | 2024-12-20T19:59:40.020Z | slp 2:36:46.391871021 |
2121 | 2024-12-20T19:59:40.020Z | lat 2:35.585543684 |
2122 | 2024-12-20T19:59:40.020Z | stop 4:36.651773263 |
2123 | 2024-12-20T19:59:40.020Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2124 | 2024-12-20T19:59:41.009Z | Finished `release` profile [optimized] target(s) in 0.93s |
2125 | 2024-12-20T19:59:41.070Z | Running `target/release/omicron-package -t test package` |
2126 | 2024-12-20T19:59:41.115Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2127 | 2024-12-20T19:59:42.285Z | Compiling convert_case v0.4.0 |
2128 | 2024-12-20T19:59:42.285Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2129 | 2024-12-20T19:59:42.285Z | Compiling newline-converter v0.3.0 |
2130 | 2024-12-20T19:59:42.288Z | Compiling password-hash v0.5.0 |
2131 | 2024-12-20T19:59:42.288Z | Compiling blake2 v0.10.6 |
2132 | 2024-12-20T19:59:42.288Z | Compiling atomicwrites v0.4.4 |
2133 | 2024-12-20T19:59:42.288Z | Compiling progenitor-client v0.8.0 |
2134 | 2024-12-20T19:59:42.431Z | Compiling owo-colors v4.1.0 |
2135 | 2024-12-20T19:59:42.694Z | Compiling expectorate v1.1.0 |
2136 | 2024-12-20T19:59:42.773Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2137 | 2024-12-20T19:59:42.817Z | Compiling cancel-safe-futures v0.1.5 |
2138 | 2024-12-20T19:59:42.914Z | Compiling progenitor v0.8.0 |
2139 | 2024-12-20T19:59:43.003Z | Compiling num-rational v0.4.2 |
2140 | 2024-12-20T19:59:43.022Z | Compiling argon2 v0.5.3 |
2141 | 2024-12-20T19:59:43.191Z | Compiling num-complex v0.4.6 |
2142 | 2024-12-20T19:59:43.232Z | Compiling derive_more v0.99.18 |
2143 | 2024-12-20T19:59:43.708Z | Compiling libsw v3.3.1 |
2144 | 2024-12-20T19:59:43.897Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2145 | 2024-12-20T19:59:44.100Z | Compiling float-ord v0.3.2 |
2146 | 2024-12-20T19:59:44.286Z | Compiling num v0.4.3 |
2147 | 2024-12-20T19:59:44.420Z | Compiling linear-map v1.2.0 |
2148 | 2024-12-20T19:59:44.444Z | Compiling indent_write v2.2.0 |
2149 | 2024-12-20T19:59:44.503Z | Compiling swrite v0.1.0 |
2150 | 2024-12-20T19:59:44.640Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2151 | 2024-12-20T19:59:44.659Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2152 | 2024-12-20T19:59:44.683Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2153 | 2024-12-20T19:59:44.861Z | Compiling base64 v0.21.7 |
2154 | 2024-12-20T19:59:45.448Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2155 | 2024-12-20T19:59:45.482Z | Compiling highway v1.2.0 |
2156 | 2024-12-20T19:59:46.032Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2157 | 2024-12-20T19:59:46.398Z | Compiling semver v0.1.20 |
2158 | 2024-12-20T19:59:46.920Z | Compiling rustc_version v0.1.7 |
2159 | 2024-12-20T19:59:46.993Z | Compiling newtype-uuid v1.1.3 |
2160 | 2024-12-20T19:59:47.025Z | Compiling humantime v2.1.0 |
2161 | 2024-12-20T19:59:47.352Z | Compiling newtype_derive v0.1.6 |
2162 | 2024-12-20T19:59:47.930Z | Compiling dropshot v0.13.0 |
2163 | 2024-12-20T19:59:48.009Z | Compiling ipnetwork v0.20.0 |
2164 | 2024-12-20T19:59:48.259Z | Compiling instant v0.1.13 |
2165 | 2024-12-20T19:59:48.439Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2166 | 2024-12-20T19:59:48.822Z | Compiling backoff v0.4.0 |
2167 | 2024-12-20T19:59:49.185Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2168 | 2024-12-20T19:59:49.185Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2169 | 2024-12-20T19:59:50.013Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2170 | 2024-12-20T19:59:52.747Z | Compiling steno v0.4.1 |
2171 | 2024-12-20T19:59:54.099Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2172 | 2024-12-20T19:59:54.202Z | Compiling parse-display v0.10.0 |
2173 | 2024-12-20T19:59:54.800Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2174 | 2024-12-20T19:59:55.014Z | Compiling strum v0.26.3 |
2175 | 2024-12-20T19:59:55.237Z | Compiling serde_with v3.11.0 |
2176 | 2024-12-20T19:59:58.238Z | Compiling regress v0.9.1 |
2177 | 2024-12-20T19:59:59.300Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2178 | 2024-12-20T20:00:00.584Z | Compiling macaddr v1.0.1 |
2179 | 2024-12-20T20:00:01.064Z | Compiling slog-dtrace v0.3.0 |
2180 | 2024-12-20T20:00:01.345Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2181 | 2024-12-20T20:00:02.227Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2182 | 2024-12-20T20:00:03.131Z | Compiling prettyplease v0.2.25 |
2183 | 2024-12-20T20:00:03.518Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2184 | 2024-12-20T20:00:04.476Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2185 | 2024-12-20T20:00:04.621Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2186 | 2024-12-20T20:00:05.252Z | Compiling half v2.4.1 |
2187 | 2024-12-20T20:00:05.982Z | Compiling ciborium-io v0.2.2 |
2188 | 2024-12-20T20:00:06.144Z | Compiling ciborium-ll v0.2.2 |
2189 | 2024-12-20T20:00:06.698Z | Compiling tungstenite v0.21.0 |
2190 | 2024-12-20T20:00:09.887Z | Compiling tokio-tungstenite v0.21.0 |
2191 | 2024-12-20T20:00:10.578Z | Compiling ciborium v0.2.2 |
2192 | 2024-12-20T20:00:12.054Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2193 | 2024-12-20T20:00:12.765Z | Compiling display-error-chain v0.2.2 |
2194 | 2024-12-20T20:00:13.014Z | Compiling fastrand v2.1.1 |
2195 | 2024-12-20T20:00:13.555Z | Compiling same-file v1.0.6 |
2196 | 2024-12-20T20:00:13.821Z | Compiling walkdir v2.5.0 |
2197 | 2024-12-20T20:00:14.528Z | Compiling tempfile v3.13.0 |
2198 | 2024-12-20T20:00:15.030Z | Compiling blake3 v1.5.4 |
2199 | 2024-12-20T20:00:15.670Z | Compiling ring v0.16.20 |
2200 | 2024-12-20T20:00:18.237Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2201 | 2024-12-20T20:00:18.444Z | Compiling xattr v1.3.1 |
2202 | 2024-12-20T20:00:18.719Z | Compiling filetime v0.2.25 |
2203 | 2024-12-20T20:00:19.054Z | Compiling memmap2 v0.9.5 |
2204 | 2024-12-20T20:00:19.673Z | Compiling keccak v0.1.5 |
2205 | 2024-12-20T20:00:20.643Z | Compiling constant_time_eq v0.3.1 |
2206 | 2024-12-20T20:00:20.825Z | Compiling spin v0.5.2 |
2207 | 2024-12-20T20:00:21.077Z | Compiling arrayref v0.3.9 |
2208 | 2024-12-20T20:00:21.194Z | Compiling arrayvec v0.7.6 |
2209 | 2024-12-20T20:00:22.332Z | Compiling sha3 v0.10.8 |
2210 | 2024-12-20T20:00:22.689Z | Compiling tar v0.4.42 |
2211 | 2024-12-20T20:00:22.784Z | Compiling camino-tempfile v1.1.1 |
2212 | 2024-12-20T20:00:23.142Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2213 | 2024-12-20T20:00:23.220Z | Compiling toolchain_find v0.4.0 |
2214 | 2024-12-20T20:00:23.245Z | Compiling const_format_proc_macros v0.2.33 |
2215 | 2024-12-20T20:00:23.824Z | Compiling crunchy v0.2.2 |
2216 | 2024-12-20T20:00:24.302Z | Compiling topological-sort v0.2.2 |
2217 | 2024-12-20T20:00:24.549Z | Compiling radium v0.7.0 |
2218 | 2024-12-20T20:00:24.569Z | Compiling maplit v1.0.2 |
2219 | 2024-12-20T20:00:24.691Z | Compiling omicron-zone-package v0.11.1 |
2220 | 2024-12-20T20:00:24.741Z | Compiling rustfmt-wrapper v0.2.1 |
2221 | 2024-12-20T20:00:25.033Z | Compiling tap v1.0.1 |
2222 | 2024-12-20T20:00:25.166Z | Compiling const_format v0.2.33 |
2223 | 2024-12-20T20:00:25.256Z | Compiling tiny-keccak v2.0.2 |
2224 | 2024-12-20T20:00:25.358Z | Compiling maybe-uninit v2.0.0 |
2225 | 2024-12-20T20:00:25.596Z | Compiling wyz v0.5.1 |
2226 | 2024-12-20T20:00:26.231Z | Compiling dsl_auto_type v0.1.2 |
2227 | 2024-12-20T20:00:26.751Z | Compiling phf_generator v0.11.2 |
2228 | 2024-12-20T20:00:26.790Z | Compiling scheduled-thread-pool v0.2.7 |
2229 | 2024-12-20T20:00:26.790Z | Compiling secrecy v0.8.0 |
2230 | 2024-12-20T20:00:26.795Z | Compiling diesel_table_macro_syntax v0.2.0 |
2231 | 2024-12-20T20:00:26.927Z | Compiling async-recursion v1.1.1 |
2232 | 2024-12-20T20:00:27.196Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2233 | 2024-12-20T20:00:27.513Z | Compiling funty v2.0.0 |
2234 | 2024-12-20T20:00:27.631Z | Compiling arc-swap v1.7.1 |
2235 | 2024-12-20T20:00:27.788Z | Compiling crc-catalog v2.4.0 |
2236 | 2024-12-20T20:00:27.959Z | Compiling packed_struct v0.10.1 |
2237 | 2024-12-20T20:00:28.047Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2238 | 2024-12-20T20:00:28.302Z | Compiling slog-scope v4.4.0 |
2239 | 2024-12-20T20:00:28.405Z | Compiling crc v3.2.1 |
2240 | 2024-12-20T20:00:28.429Z | Compiling diesel_derives v2.2.3 |
2241 | 2024-12-20T20:00:28.561Z | Compiling bitvec v1.0.1 |
2242 | 2024-12-20T20:00:29.135Z | Compiling r2d2 v0.8.10 |
2243 | 2024-12-20T20:00:29.628Z | Compiling phf_codegen v0.11.2 |
2244 | 2024-12-20T20:00:29.932Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2245 | 2024-12-20T20:00:30.081Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2246 | 2024-12-20T20:00:30.367Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2247 | 2024-12-20T20:00:30.398Z | Compiling ascii-canvas v3.0.0 |
2248 | 2024-12-20T20:00:30.921Z | Compiling universal-hash v0.5.1 |
2249 | 2024-12-20T20:00:31.201Z | Compiling thiserror-impl-no-std v2.0.2 |
2250 | 2024-12-20T20:00:33.391Z | Compiling packed_struct_codegen v0.10.1 |
2251 | 2024-12-20T20:00:33.888Z | Compiling parse-zoneinfo v0.3.1 |
2252 | 2024-12-20T20:00:35.530Z | Compiling ena v0.14.3 |
2253 | 2024-12-20T20:00:35.848Z | Compiling indexmap v1.9.3 |
2254 | 2024-12-20T20:00:35.942Z | Compiling diff v0.1.13 |
2255 | 2024-12-20T20:00:36.173Z | Compiling opaque-debug v0.3.1 |
2256 | 2024-12-20T20:00:36.297Z | Compiling regex-syntax v0.6.29 |
2257 | 2024-12-20T20:00:36.526Z | Compiling nodrop v0.1.14 |
2258 | 2024-12-20T20:00:36.690Z | Compiling array-init v0.0.4 |
2259 | 2024-12-20T20:00:37.921Z | Compiling poly1305 v0.8.0 |
2260 | 2024-12-20T20:00:40.230Z | Compiling diesel v2.2.6 |
2261 | 2024-12-20T20:00:41.825Z | Compiling lalrpop v0.19.12 |
2262 | 2024-12-20T20:00:44.055Z | Compiling chrono-tz-build v0.4.0 |
2263 | 2024-12-20T20:00:45.119Z | Compiling thiserror-no-std v2.0.2 |
2264 | 2024-12-20T20:00:45.278Z | Compiling smallvec v0.6.14 |
2265 | 2024-12-20T20:00:46.441Z | Compiling slog-stdlog v4.1.1 |
2266 | 2024-12-20T20:00:47.278Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2267 | 2024-12-20T20:00:47.553Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2268 | 2024-12-20T20:00:47.869Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2269 | 2024-12-20T20:00:48.132Z | Compiling chacha20 v0.9.1 |
2270 | 2024-12-20T20:00:48.420Z | Compiling aead v0.5.2 |
2271 | 2024-12-20T20:00:48.627Z | Compiling vte_generate_state_changes v0.1.2 |
2272 | 2024-12-20T20:00:48.789Z | Compiling ref-cast v1.0.23 |
2273 | 2024-12-20T20:00:49.287Z | Compiling termcolor v1.4.1 |
2274 | 2024-12-20T20:00:49.306Z | Compiling hashbrown v0.12.3 |
2275 | 2024-12-20T20:00:50.379Z | Compiling bitfield v0.14.0 |
2276 | 2024-12-20T20:00:50.719Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2277 | 2024-12-20T20:00:51.862Z | Compiling env_logger v0.10.2 |
2278 | 2024-12-20T20:00:55.150Z | Compiling vte v0.11.1 |
2279 | 2024-12-20T20:00:56.610Z | Compiling chacha20poly1305 v0.10.1 |
2280 | 2024-12-20T20:00:56.907Z | Compiling slog-envlogger v2.2.0 |
2281 | 2024-12-20T20:00:59.784Z | Compiling serde-hex v0.1.0 |
2282 | 2024-12-20T20:01:01.946Z | Compiling vsss-rs v3.3.4 |
2283 | 2024-12-20T20:01:05.245Z | Compiling chrono-tz v0.10.0 |
2284 | 2024-12-20T20:01:05.887Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2285 | 2024-12-20T20:01:06.234Z | Compiling ron v0.8.1 |
2286 | 2024-12-20T20:01:06.473Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2287 | 2024-12-20T20:01:06.770Z | Compiling derive_builder_core v0.20.2 |
2288 | 2024-12-20T20:01:07.894Z | Compiling polar-core v0.27.3 |
2289 | 2024-12-20T20:01:09.004Z | Compiling hashbrown v0.13.2 |
2290 | 2024-12-20T20:01:09.146Z | Compiling headers-core v0.3.0 |
2291 | 2024-12-20T20:01:09.353Z | Compiling fxhash v0.2.1 |
2292 | 2024-12-20T20:01:09.590Z | Compiling libxml v0.3.3 |
2293 | 2024-12-20T20:01:10.006Z | Compiling ref-cast-impl v1.0.23 |
2294 | 2024-12-20T20:01:10.441Z | Compiling bytecount v0.6.8 |
2295 | 2024-12-20T20:01:10.774Z | Compiling simd-adler32 v0.3.7 |
2296 | 2024-12-20T20:01:11.171Z | Compiling zip v2.1.3 |
2297 | 2024-12-20T20:01:11.510Z | Compiling lockfree-object-pool v0.1.6 |
2298 | 2024-12-20T20:01:11.851Z | Compiling crc-any v2.5.0 |
2299 | 2024-12-20T20:01:11.926Z | Compiling bumpalo v3.16.0 |
2300 | 2024-12-20T20:01:12.421Z | Compiling zopfli v0.8.1 |
2301 | 2024-12-20T20:01:12.543Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2302 | 2024-12-20T20:01:12.778Z | Compiling papergrid v0.11.0 |
2303 | 2024-12-20T20:01:16.696Z | Compiling object v0.30.4 |
2304 | 2024-12-20T20:01:17.242Z | Compiling headers v0.4.0 |
2305 | 2024-12-20T20:01:24.604Z | Compiling derive_builder_macro v0.20.2 |
2306 | 2024-12-20T20:01:25.476Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2307 | 2024-12-20T20:01:27.095Z | Compiling strip-ansi-escapes v0.2.0 |
2308 | 2024-12-20T20:01:27.587Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2309 | 2024-12-20T20:01:27.663Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2310 | 2024-12-20T20:01:27.788Z | Compiling tabled_derive v0.7.0 |
2311 | 2024-12-20T20:01:27.974Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2312 | 2024-12-20T20:01:28.528Z | Compiling itertools v0.12.1 |
2313 | 2024-12-20T20:01:29.680Z | Compiling fd-lock v4.0.2 |
2314 | 2024-12-20T20:01:29.947Z | Compiling peg-macros v0.8.4 |
2315 | 2024-12-20T20:01:30.041Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2316 | 2024-12-20T20:01:30.700Z | Compiling strum_macros v0.24.3 |
2317 | 2024-12-20T20:01:31.027Z | Compiling kstat-rs v0.2.4 |
2318 | 2024-12-20T20:01:32.051Z | Compiling samael v0.0.17 |
2319 | 2024-12-20T20:01:32.275Z | Compiling unicase v2.7.0 |
2320 | 2024-12-20T20:01:32.577Z | Compiling path-slash v0.1.5 |
2321 | 2024-12-20T20:01:32.606Z | Compiling indoc v1.0.9 |
2322 | 2024-12-20T20:01:32.780Z | Compiling nu-ansi-term v0.50.1 |
2323 | 2024-12-20T20:01:32.833Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2324 | 2024-12-20T20:01:33.108Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2325 | 2024-12-20T20:01:33.316Z | Compiling peg v0.8.4 |
2326 | 2024-12-20T20:01:33.447Z | Compiling reedline v0.35.0 |
2327 | 2024-12-20T20:01:33.985Z | Compiling tabled v0.15.0 |
2328 | 2024-12-20T20:01:37.624Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2329 | 2024-12-20T20:01:48.539Z | Compiling derive_builder v0.20.2 |
2330 | 2024-12-20T20:01:53.731Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2331 | 2024-12-20T20:01:54.214Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2332 | 2024-12-20T20:01:54.483Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2333 | 2024-12-20T20:01:54.800Z | Compiling pem v3.0.4 |
2334 | 2024-12-20T20:01:56.312Z | Compiling bcs v0.1.6 |
2335 | 2024-12-20T20:01:57.062Z | Compiling oso-derive v0.27.3 |
2336 | 2024-12-20T20:01:57.180Z | Compiling impl-trait-for-tuples v0.2.2 |
2337 | 2024-12-20T20:01:57.199Z | Compiling libz-sys v1.1.20 |
2338 | 2024-12-20T20:01:57.881Z | Compiling quick-xml v0.33.0 |
2339 | 2024-12-20T20:01:58.048Z | Compiling diesel-dtrace v0.4.2 |
2340 | 2024-12-20T20:01:58.374Z | Compiling parking_lot_core v0.8.6 |
2341 | 2024-12-20T20:02:04.182Z | Compiling oso v0.27.3 |
2342 | 2024-12-20T20:02:05.488Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2343 | 2024-12-20T20:02:07.082Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2344 | 2024-12-20T20:02:12.627Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2345 | 2024-12-20T20:02:15.811Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2346 | 2024-12-20T20:02:16.129Z | Compiling bb8 v0.8.5 |
2347 | 2024-12-20T20:02:16.779Z | Compiling buf-list v1.0.3 |
2348 | 2024-12-20T20:02:17.452Z | Compiling async-bb8-diesel v0.2.1 |
2349 | 2024-12-20T20:02:19.899Z | Compiling nibble_vec v0.1.0 |
2350 | 2024-12-20T20:02:20.174Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2351 | 2024-12-20T20:02:21.014Z | Compiling pin-project-internal v1.1.6 |
2352 | 2024-12-20T20:02:21.804Z | Compiling atty v0.2.14 |
2353 | 2024-12-20T20:02:21.994Z | Compiling salty v0.3.0 |
2354 | 2024-12-20T20:02:22.433Z | Compiling endian-type v0.1.2 |
2355 | 2024-12-20T20:02:22.749Z | Compiling radix_trie v0.2.1 |
2356 | 2024-12-20T20:02:23.821Z | Compiling pin-project v1.1.6 |
2357 | 2024-12-20T20:02:24.378Z | Compiling parking_lot v0.11.2 |
2358 | 2024-12-20T20:02:27.361Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2359 | 2024-12-20T20:02:33.786Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2360 | 2024-12-20T20:02:38.584Z | Compiling snafu-derive v0.8.5 |
2361 | 2024-12-20T20:02:39.654Z | Compiling sled v0.34.7 |
2362 | 2024-12-20T20:02:43.334Z | Compiling snafu v0.8.5 |
2363 | 2024-12-20T20:02:44.642Z | Compiling mime_guess v2.0.5 |
2364 | 2024-12-20T20:02:47.843Z | Compiling hickory-client v0.24.1 |
2365 | 2024-12-20T20:02:51.848Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2366 | 2024-12-20T20:02:53.220Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2367 | 2024-12-20T20:02:53.890Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2368 | 2024-12-20T20:02:54.053Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2369 | 2024-12-20T20:02:54.525Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2370 | 2024-12-20T20:02:56.054Z | Compiling globset v0.4.15 |
2371 | 2024-12-20T20:02:59.224Z | Compiling hickory-server v0.24.1 |
2372 | 2024-12-20T20:03:02.684Z | Compiling primeorder v0.13.6 |
2373 | 2024-12-20T20:03:03.298Z | Compiling olpc-cjson v0.1.4 |
2374 | 2024-12-20T20:03:03.434Z | Compiling vergen v8.3.2 |
2375 | 2024-12-20T20:03:03.672Z | Compiling castaway v0.2.3 |
2376 | 2024-12-20T20:03:03.750Z | Compiling env_filter v0.1.2 |
2377 | 2024-12-20T20:03:03.876Z | Compiling serde_plain v1.0.2 |
2378 | 2024-12-20T20:03:04.443Z | Compiling cargo-platform v0.1.8 |
2379 | 2024-12-20T20:03:04.944Z | Compiling nanorand v0.7.0 |
2380 | 2024-12-20T20:03:05.666Z | Compiling memoffset v0.9.1 |
2381 | 2024-12-20T20:03:06.834Z | Compiling typed-path v0.9.3 |
2382 | 2024-12-20T20:03:09.507Z | Compiling tough v0.19.0 |
2383 | 2024-12-20T20:03:13.434Z | Compiling flume v0.11.1 |
2384 | 2024-12-20T20:03:14.093Z | Compiling cargo_metadata v0.18.1 |
2385 | 2024-12-20T20:03:14.244Z | Compiling env_logger v0.11.5 |
2386 | 2024-12-20T20:03:14.518Z | Compiling compact_str v0.8.0 |
2387 | 2024-12-20T20:03:15.069Z | Compiling git2 v0.19.0 |
2388 | 2024-12-20T20:03:15.774Z | Compiling p384 v0.13.0 |
2389 | 2024-12-20T20:03:17.162Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2390 | 2024-12-20T20:03:17.590Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2391 | 2024-12-20T20:03:22.020Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2392 | 2024-12-20T20:03:25.167Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2393 | 2024-12-20T20:03:26.399Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2394 | 2024-12-20T20:03:27.812Z | Compiling unicode-truncate v1.1.0 |
2395 | 2024-12-20T20:03:28.116Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2396 | 2024-12-20T20:03:30.829Z | Compiling lru v0.12.5 |
2397 | 2024-12-20T20:03:31.226Z | Compiling rand_seeder v0.3.0 |
2398 | 2024-12-20T20:03:31.662Z | Compiling libsqlite3-sys v0.30.1 |
2399 | 2024-12-20T20:03:32.215Z | Compiling lzma-sys v0.1.20 |
2400 | 2024-12-20T20:03:32.958Z | Compiling instability v0.3.2 |
2401 | 2024-12-20T20:03:33.472Z | Compiling cassowary v0.3.0 |
2402 | 2024-12-20T20:03:33.816Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2403 | 2024-12-20T20:03:33.984Z | Compiling cfg_aliases v0.2.1 |
2404 | 2024-12-20T20:03:34.116Z | Compiling http-range v0.1.5 |
2405 | 2024-12-20T20:03:34.150Z | Compiling rustls v0.21.12 |
2406 | 2024-12-20T20:03:34.463Z | Compiling parse-size v1.1.0 |
2407 | 2024-12-20T20:03:34.705Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2408 | 2024-12-20T20:03:34.855Z | Compiling nix v0.29.0 |
2409 | 2024-12-20T20:03:34.880Z | Compiling ratatui v0.28.1 |
2410 | 2024-12-20T20:03:35.828Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2411 | 2024-12-20T20:03:37.114Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2412 | 2024-12-20T20:03:39.731Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2413 | 2024-12-20T20:03:40.973Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2414 | 2024-12-20T20:03:41.798Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2415 | 2024-12-20T20:03:42.120Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2416 | 2024-12-20T20:03:42.936Z | Compiling rustls-webpki v0.101.7 |
2417 | 2024-12-20T20:03:44.439Z | Compiling sct v0.7.1 |
2418 | 2024-12-20T20:03:44.948Z | Compiling heck v0.3.3 |
2419 | 2024-12-20T20:03:45.366Z | Compiling csv-core v0.1.11 |
2420 | 2024-12-20T20:03:46.280Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2421 | 2024-12-20T20:03:46.589Z | Compiling glob v0.3.1 |
2422 | 2024-12-20T20:03:46.615Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2423 | 2024-12-20T20:03:46.955Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2424 | 2024-12-20T20:03:46.982Z | Compiling csv v1.3.0 |
2425 | 2024-12-20T20:03:48.645Z | Compiling zone_cfg_derive v0.1.2 |
2426 | 2024-12-20T20:03:50.154Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2427 | 2024-12-20T20:03:53.722Z | Compiling nix v0.27.1 |
2428 | 2024-12-20T20:03:54.069Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2429 | 2024-12-20T20:03:55.381Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2430 | 2024-12-20T20:03:56.799Z | Compiling hyper-staticfile v0.10.1 |
2431 | 2024-12-20T20:03:56.821Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2432 | 2024-12-20T20:04:00.673Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2433 | 2024-12-20T20:04:01.968Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2434 | 2024-12-20T20:04:02.084Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2435 | 2024-12-20T20:04:05.170Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2436 | 2024-12-20T20:04:06.056Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2437 | 2024-12-20T20:04:06.422Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2438 | 2024-12-20T20:04:06.745Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2439 | 2024-12-20T20:04:07.062Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2440 | 2024-12-20T20:04:07.897Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2441 | 2024-12-20T20:04:09.653Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2442 | 2024-12-20T20:04:10.351Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2443 | 2024-12-20T20:04:10.894Z | Compiling hashlink v0.9.1 |
2444 | 2024-12-20T20:04:10.964Z | Compiling tungstenite v0.23.0 |
2445 | 2024-12-20T20:04:11.748Z | Compiling base64 v0.13.1 |
2446 | 2024-12-20T20:04:12.537Z | Compiling fallible-streaming-iterator v0.1.9 |
2447 | 2024-12-20T20:04:12.887Z | Compiling fallible-iterator v0.3.0 |
2448 | 2024-12-20T20:04:13.858Z | Compiling rusqlite v0.32.1 |
2449 | 2024-12-20T20:04:14.164Z | Compiling tokio-tungstenite v0.23.1 |
2450 | 2024-12-20T20:04:14.478Z | Compiling ron v0.7.1 |
2451 | 2024-12-20T20:04:14.760Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2452 | 2024-12-20T20:04:15.407Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2453 | 2024-12-20T20:04:17.714Z | Compiling xz2 v0.1.7 |
2454 | 2024-12-20T20:04:19.044Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2455 | 2024-12-20T20:04:19.911Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2456 | 2024-12-20T20:04:24.219Z | Compiling tokio-rustls v0.24.1 |
2457 | 2024-12-20T20:04:24.410Z | Compiling zone v0.1.8 |
2458 | 2024-12-20T20:04:24.724Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2459 | 2024-12-20T20:04:27.896Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2460 | 2024-12-20T20:04:34.076Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2461 | 2024-12-20T20:04:34.172Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2462 | 2024-12-20T20:04:38.883Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2463 | 2024-12-20T20:04:41.436Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2464 | 2024-12-20T20:04:42.270Z | Compiling rustls-pemfile v1.0.4 |
2465 | 2024-12-20T20:04:43.076Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2466 | 2024-12-20T20:04:43.409Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2467 | 2024-12-20T20:04:47.119Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2468 | 2024-12-20T20:04:47.317Z | Compiling signal-hook-tokio v0.3.1 |
2469 | 2024-12-20T20:04:47.566Z | Compiling twox-hash v1.6.3 |
2470 | 2024-12-20T20:04:48.463Z | Compiling yasna v0.5.2 |
2471 | 2024-12-20T20:04:48.613Z | Compiling is_ci v1.2.0 |
2472 | 2024-12-20T20:04:48.948Z | Compiling smawk v0.3.2 |
2473 | 2024-12-20T20:04:49.252Z | Compiling unicode-linebreak v0.1.5 |
2474 | 2024-12-20T20:04:49.831Z | Compiling textwrap v0.16.1 |
2475 | 2024-12-20T20:04:50.737Z | Compiling rcgen v0.12.1 |
2476 | 2024-12-20T20:04:51.864Z | Compiling supports-color v3.0.1 |
2477 | 2024-12-20T20:04:52.954Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2478 | 2024-12-20T20:04:53.461Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2479 | 2024-12-20T20:05:00.654Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2480 | 2024-12-20T20:05:01.115Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2481 | 2024-12-20T20:05:03.220Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2482 | 2024-12-20T20:05:10.085Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2483 | 2024-12-20T20:05:14.960Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2484 | 2024-12-20T20:05:21.976Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2485 | 2024-12-20T20:05:22.613Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2486 | 2024-12-20T20:05:28.557Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2487 | 2024-12-20T20:05:28.891Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2488 | 2024-12-20T20:05:35.588Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2489 | 2024-12-20T20:05:36.311Z | Compiling fatfs v0.3.6 |
2490 | 2024-12-20T20:05:39.268Z | Compiling rtoolbox v0.0.2 |
2491 | 2024-12-20T20:05:39.722Z | Compiling subprocess v0.2.9 |
2492 | 2024-12-20T20:05:41.688Z | Compiling assert_matches v1.5.0 |
2493 | 2024-12-20T20:05:44.526Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2494 | 2024-12-20T20:05:45.639Z | Compiling rpassword v7.3.1 |
2495 | 2024-12-20T20:05:45.960Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2496 | 2024-12-20T20:05:46.155Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2497 | 2024-12-20T20:05:52.158Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2498 | 2024-12-20T20:05:53.004Z | Compiling tui-tree-widget v0.22.0 |
2499 | 2024-12-20T20:05:53.251Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2500 | 2024-12-20T20:05:53.485Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2501 | 2024-12-20T20:05:53.818Z | Compiling uzers v0.12.1 |
2502 | 2024-12-20T20:05:56.983Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2503 | 2024-12-20T20:06:06.845Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2504 | 2024-12-20T20:06:09.043Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2505 | 2024-12-20T20:06:40.224Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2506 | 2024-12-20T20:06:41.518Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2507 | 2024-12-20T20:06:46.482Z | Compiling multimap v0.10.0 |
2508 | 2024-12-20T20:09:01.672Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2509 | 2024-12-20T20:09:14.498Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2510 | 2024-12-20T20:16:01.833Z | Finished `release` profile [optimized] target(s) in 16m 20s |
2511 | 2024-12-20T20:17:06.422Z | |
2512 | 2024-12-20T20:17:06.425Z | real 17:26.372578467 |
2513 | 2024-12-20T20:17:06.425Z | user 1:57:23.115542437 |
2514 | 2024-12-20T20:17:06.425Z | sys 6:03.629539530 |
2515 | 2024-12-20T20:17:06.425Z | trap 2.925296404 |
2516 | 2024-12-20T20:17:06.425Z | tflt 3.152477008 |
2517 | 2024-12-20T20:17:06.425Z | dflt 4.540456236 |
2518 | 2024-12-20T20:17:06.425Z | kflt 0.018930391 |
2519 | 2024-12-20T20:17:06.425Z | lock 7:16:31.013305395 |
2520 | 2024-12-20T20:17:06.425Z | slp 6:12:28.625783135 |
2521 | 2024-12-20T20:17:06.425Z | lat 2:58.227754202 |
2522 | 2024-12-20T20:17:06.425Z | stop 2:33.259923666 |
2523 | 2024-12-20T20:17:06.425Z | + mapfile -t packages |
2524 | 2024-12-20T20:17:06.425Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2525 | 2024-12-20T20:17:07.483Z | Finished `release` profile [optimized] target(s) in 1.00s |
2526 | 2024-12-20T20:17:07.550Z | Running `target/release/omicron-package -t test list-outputs` |
2527 | 2024-12-20T20:17:07.595Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2528 | 2024-12-20T20:17:07.597Z | + ptime -m cargo build --locked --release -p xtask |
2529 | 2024-12-20T20:17:08.152Z | Compiling serde v1.0.215 |
2530 | 2024-12-20T20:17:08.155Z | Compiling rustix v0.38.37 |
2531 | 2024-12-20T20:17:08.155Z | Compiling libc v0.2.162 |
2532 | 2024-12-20T20:17:08.242Z | Compiling serde_json v1.0.132 |
2533 | 2024-12-20T20:17:08.253Z | Compiling syn v2.0.87 |
2534 | 2024-12-20T20:17:08.257Z | Compiling bitflags v2.6.0 |
2535 | 2024-12-20T20:17:08.588Z | Compiling usdt-impl v0.5.0 |
2536 | 2024-12-20T20:17:08.622Z | Compiling syn v1.0.109 |
2537 | 2024-12-20T20:17:08.736Z | Compiling log v0.4.22 |
2538 | 2024-12-20T20:17:08.761Z | Compiling hashbrown v0.15.1 |
2539 | 2024-12-20T20:17:08.826Z | Compiling fs-err v2.11.0 |
2540 | 2024-12-20T20:17:09.122Z | Compiling once_cell v1.20.2 |
2541 | 2024-12-20T20:17:09.178Z | Compiling anyhow v1.0.93 |
2542 | 2024-12-20T20:17:09.626Z | Compiling thread-id v4.2.2 |
2543 | 2024-12-20T20:17:10.038Z | Compiling indexmap v2.6.0 |
2544 | 2024-12-20T20:17:11.208Z | Compiling terminal_size v0.4.0 |
2545 | 2024-12-20T20:17:11.209Z | Compiling tempfile v3.13.0 |
2546 | 2024-12-20T20:17:11.445Z | Compiling clap_builder v4.5.21 |
2547 | 2024-12-20T20:17:12.038Z | Compiling proc-macro-error v1.0.4 |
2548 | 2024-12-20T20:17:13.454Z | Compiling tabled_derive v0.7.0 |
2549 | 2024-12-20T20:17:14.770Z | Compiling tabled v0.15.0 |
2550 | 2024-12-20T20:17:16.350Z | Compiling serde_derive v1.0.215 |
2551 | 2024-12-20T20:17:17.485Z | Compiling thiserror-impl v1.0.69 |
2552 | 2024-12-20T20:17:17.558Z | Compiling zerocopy-derive v0.7.35 |
2553 | 2024-12-20T20:17:17.955Z | Compiling scroll_derive v0.12.0 |
2554 | 2024-12-20T20:17:18.371Z | Compiling clap_derive v4.5.18 |
2555 | 2024-12-20T20:17:19.363Z | Compiling scroll v0.12.0 |
2556 | 2024-12-20T20:17:19.667Z | Compiling zerocopy v0.7.35 |
2557 | 2024-12-20T20:17:20.047Z | Compiling goblin v0.8.2 |
2558 | 2024-12-20T20:17:20.388Z | Compiling thiserror v1.0.69 |
2559 | 2024-12-20T20:17:20.547Z | Compiling pest v2.7.14 |
2560 | 2024-12-20T20:17:23.590Z | Compiling pest_meta v2.7.14 |
2561 | 2024-12-20T20:17:25.443Z | Compiling pest_generator v2.7.14 |
2562 | 2024-12-20T20:17:27.301Z | Compiling clap v4.5.21 |
2563 | 2024-12-20T20:17:27.753Z | Compiling pest_derive v2.7.14 |
2564 | 2024-12-20T20:17:28.546Z | Compiling dtrace-parser v0.2.0 |
2565 | 2024-12-20T20:17:31.282Z | Compiling serde_tokenstream v0.2.2 |
2566 | 2024-12-20T20:17:31.893Z | Compiling toml_datetime v0.6.8 |
2567 | 2024-12-20T20:17:32.603Z | Compiling serde_spanned v0.6.8 |
2568 | 2024-12-20T20:17:32.869Z | Compiling toml_edit v0.22.22 |
2569 | 2024-12-20T20:17:33.896Z | Compiling dof v0.3.0 |
2570 | 2024-12-20T20:17:36.128Z | Compiling camino v1.1.9 |
2571 | 2024-12-20T20:17:36.421Z | Compiling toml v0.8.19 |
2572 | 2024-12-20T20:17:37.344Z | Compiling usdt-attr-macro v0.5.0 |
2573 | 2024-12-20T20:17:37.507Z | Compiling usdt-macro v0.5.0 |
2574 | 2024-12-20T20:17:38.749Z | Compiling cargo-platform v0.1.8 |
2575 | 2024-12-20T20:17:39.849Z | Compiling semver v1.0.23 |
2576 | 2024-12-20T20:17:40.837Z | Compiling cargo_metadata v0.18.1 |
2577 | 2024-12-20T20:17:41.356Z | Compiling usdt v0.5.0 |
2578 | 2024-12-20T20:17:42.840Z | Compiling cargo_toml v0.20.5 |
2579 | 2024-12-20T20:17:43.138Z | Compiling camino-tempfile v1.1.1 |
2580 | 2024-12-20T20:17:43.582Z | Compiling macaddr v1.0.1 |
2581 | 2024-12-20T20:17:53.697Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2582 | 2024-12-20T20:18:05.099Z | Finished `release` profile [optimized] target(s) in 57.45s |
2583 | 2024-12-20T20:18:05.201Z | |
2584 | 2024-12-20T20:18:05.204Z | real 57.580488153 |
2585 | 2024-12-20T20:18:05.204Z | user 5:47.119877512 |
2586 | 2024-12-20T20:18:05.204Z | sys 30.964236552 |
2587 | 2024-12-20T20:18:05.204Z | trap 0.156160069 |
2588 | 2024-12-20T20:18:05.204Z | tflt 0.354297742 |
2589 | 2024-12-20T20:18:05.204Z | dflt 0.520323947 |
2590 | 2024-12-20T20:18:05.204Z | kflt 0.008815735 |
2591 | 2024-12-20T20:18:05.204Z | lock 11:16.360030736 |
2592 | 2024-12-20T20:18:05.204Z | slp 16:29.222240775 |
2593 | 2024-12-20T20:18:05.204Z | lat 14.945770665 |
2594 | 2024-12-20T20:18:05.204Z | stop 13.437989985 |
2595 | 2024-12-20T20:18:05.204Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2596 | 2024-12-20T20:18:05.204Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2597 | 2024-12-20T20:18:05.204Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2598 | 2024-12-20T20:18:05.205Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2599 | 2024-12-20T20:18:05.205Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2600 | 2024-12-20T20:18:06.097Z | Compiling hashbrown v0.14.5 |
2601 | 2024-12-20T20:18:06.225Z | Compiling ident_case v1.0.1 |
2602 | 2024-12-20T20:18:06.225Z | Compiling unsafe-libyaml v0.2.11 |
2603 | 2024-12-20T20:18:06.227Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2604 | 2024-12-20T20:18:06.227Z | Compiling progenitor-client v0.8.0 |
2605 | 2024-12-20T20:18:06.227Z | Compiling ipnetwork v0.20.0 |
2606 | 2024-12-20T20:18:06.227Z | Compiling macaddr v1.0.1 |
2607 | 2024-12-20T20:18:06.227Z | Compiling instant v0.1.13 |
2608 | 2024-12-20T20:18:06.390Z | Compiling darling_core v0.20.10 |
2609 | 2024-12-20T20:18:06.414Z | Compiling structmeta-derive v0.3.0 |
2610 | 2024-12-20T20:18:06.693Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2611 | 2024-12-20T20:18:06.712Z | Compiling dropshot v0.13.0 |
2612 | 2024-12-20T20:18:06.716Z | Compiling newtype-uuid v1.1.3 |
2613 | 2024-12-20T20:18:07.039Z | Compiling dropshot_endpoint v0.13.0 |
2614 | 2024-12-20T20:18:07.201Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2615 | 2024-12-20T20:18:07.400Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2616 | 2024-12-20T20:18:07.434Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2617 | 2024-12-20T20:18:07.561Z | Compiling regress v0.10.1 |
2618 | 2024-12-20T20:18:07.763Z | Compiling serde_yaml v0.9.34+deprecated |
2619 | 2024-12-20T20:18:07.979Z | Compiling regress v0.9.1 |
2620 | 2024-12-20T20:18:08.193Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2621 | 2024-12-20T20:18:08.214Z | Compiling backoff v0.4.0 |
2622 | 2024-12-20T20:18:08.392Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2623 | 2024-12-20T20:18:08.546Z | Compiling tempfile v3.13.0 |
2624 | 2024-12-20T20:18:08.563Z | Compiling proc-macro-crate v1.3.1 |
2625 | 2024-12-20T20:18:09.460Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2626 | 2024-12-20T20:18:09.500Z | Compiling structmeta v0.3.0 |
2627 | 2024-12-20T20:18:09.705Z | Compiling num_enum_derive v0.5.11 |
2628 | 2024-12-20T20:18:09.844Z | Compiling itertools v0.13.0 |
2629 | 2024-12-20T20:18:09.968Z | Compiling parse-display-derive v0.10.0 |
2630 | 2024-12-20T20:18:12.007Z | Compiling typify-impl v0.2.0 |
2631 | 2024-12-20T20:18:12.416Z | Compiling num_enum v0.5.11 |
2632 | 2024-12-20T20:18:12.586Z | Compiling zerocopy v0.8.10 |
2633 | 2024-12-20T20:18:12.723Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2634 | 2024-12-20T20:18:13.042Z | Compiling foreign-types-macros v0.2.3 |
2635 | 2024-12-20T20:18:13.237Z | Compiling zerocopy-derive v0.8.10 |
2636 | 2024-12-20T20:18:13.299Z | Compiling foreign-types-shared v0.3.1 |
2637 | 2024-12-20T20:18:13.425Z | Compiling heapless v0.8.0 |
2638 | 2024-12-20T20:18:13.546Z | Compiling darling_macro v0.20.10 |
2639 | 2024-12-20T20:18:13.638Z | Compiling proc-macro-error v1.0.4 |
2640 | 2024-12-20T20:18:14.350Z | Compiling foreign-types v0.5.0 |
2641 | 2024-12-20T20:18:14.474Z | Compiling camino-tempfile v1.1.1 |
2642 | 2024-12-20T20:18:14.505Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2643 | 2024-12-20T20:18:14.548Z | Compiling hash32 v0.3.1 |
2644 | 2024-12-20T20:18:14.566Z | Compiling darling v0.20.10 |
2645 | 2024-12-20T20:18:14.685Z | Compiling parse-display v0.10.0 |
2646 | 2024-12-20T20:18:14.688Z | Compiling serde_with_macros v3.11.0 |
2647 | 2024-12-20T20:18:14.794Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2648 | 2024-12-20T20:18:14.954Z | Compiling cstr-argument v0.1.2 |
2649 | 2024-12-20T20:18:15.239Z | Compiling smoltcp v0.11.0 |
2650 | 2024-12-20T20:18:15.405Z | Compiling crucible-workspace-hack v0.1.0 |
2651 | 2024-12-20T20:18:15.469Z | Compiling pretty-hex v0.2.1 |
2652 | 2024-12-20T20:18:15.648Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2653 | 2024-12-20T20:18:15.697Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2654 | 2024-12-20T20:18:15.885Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2655 | 2024-12-20T20:18:16.098Z | Compiling tabwriter v1.4.0 |
2656 | 2024-12-20T20:18:16.525Z | Compiling colored v2.1.0 |
2657 | 2024-12-20T20:18:16.635Z | Compiling cobs v0.2.3 |
2658 | 2024-12-20T20:18:16.948Z | Compiling postcard v1.0.10 |
2659 | 2024-12-20T20:18:17.427Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2660 | 2024-12-20T20:18:17.611Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2661 | 2024-12-20T20:18:17.710Z | Compiling serde_with v3.11.0 |
2662 | 2024-12-20T20:18:17.775Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2663 | 2024-12-20T20:18:17.806Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2664 | 2024-12-20T20:18:18.094Z | Compiling thiserror v2.0.3 |
2665 | 2024-12-20T20:18:18.780Z | Compiling smf v0.2.3 |
2666 | 2024-12-20T20:18:19.123Z | Compiling thiserror-impl v2.0.3 |
2667 | 2024-12-20T20:18:19.858Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2668 | 2024-12-20T20:18:20.249Z | Compiling zone_cfg_derive v0.3.0 |
2669 | 2024-12-20T20:18:21.803Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2670 | 2024-12-20T20:18:21.840Z | Compiling num-derive v0.4.2 |
2671 | 2024-12-20T20:18:22.066Z | Compiling sigpipe v0.1.3 |
2672 | 2024-12-20T20:18:22.191Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2673 | 2024-12-20T20:18:22.281Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2674 | 2024-12-20T20:18:22.301Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2675 | 2024-12-20T20:18:22.353Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2676 | 2024-12-20T20:18:22.496Z | Compiling zone v0.3.0 |
2677 | 2024-12-20T20:18:22.743Z | Compiling universal-hash v0.5.1 |
2678 | 2024-12-20T20:18:22.960Z | Compiling opaque-debug v0.3.1 |
2679 | 2024-12-20T20:18:23.068Z | Compiling num-rational v0.4.2 |
2680 | 2024-12-20T20:18:23.131Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2681 | 2024-12-20T20:18:23.186Z | Compiling password-hash v0.5.0 |
2682 | 2024-12-20T20:18:23.442Z | Compiling num-complex v0.4.6 |
2683 | 2024-12-20T20:18:24.141Z | Compiling blake2 v0.10.6 |
2684 | 2024-12-20T20:18:24.218Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2685 | 2024-12-20T20:18:24.251Z | Compiling aead v0.5.2 |
2686 | 2024-12-20T20:18:24.545Z | Compiling convert_case v0.4.0 |
2687 | 2024-12-20T20:18:24.564Z | Compiling keccak v0.1.5 |
2688 | 2024-12-20T20:18:24.618Z | Compiling argon2 v0.5.3 |
2689 | 2024-12-20T20:18:24.926Z | Compiling sha3 v0.10.8 |
2690 | 2024-12-20T20:18:25.176Z | Compiling num v0.4.3 |
2691 | 2024-12-20T20:18:25.324Z | Compiling poly1305 v0.8.0 |
2692 | 2024-12-20T20:18:25.512Z | Compiling tungstenite v0.21.0 |
2693 | 2024-12-20T20:18:25.571Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2694 | 2024-12-20T20:18:25.621Z | Compiling derive_more v0.99.18 |
2695 | 2024-12-20T20:18:25.943Z | Compiling chacha20 v0.9.1 |
2696 | 2024-12-20T20:18:26.079Z | Compiling float-ord v0.3.2 |
2697 | 2024-12-20T20:18:26.267Z | Compiling base64 v0.21.7 |
2698 | 2024-12-20T20:18:26.450Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2699 | 2024-12-20T20:18:27.097Z | Compiling tokio-tungstenite v0.21.0 |
2700 | 2024-12-20T20:18:27.100Z | Compiling semver v0.1.20 |
2701 | 2024-12-20T20:18:27.173Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2702 | 2024-12-20T20:18:27.467Z | Compiling same-file v1.0.6 |
2703 | 2024-12-20T20:18:27.654Z | Compiling walkdir v2.5.0 |
2704 | 2024-12-20T20:18:27.718Z | Compiling rustc_version v0.1.7 |
2705 | 2024-12-20T20:18:27.768Z | Compiling newline-converter v0.3.0 |
2706 | 2024-12-20T20:18:27.787Z | Compiling primeorder v0.13.6 |
2707 | 2024-12-20T20:18:27.805Z | Compiling secrecy v0.8.0 |
2708 | 2024-12-20T20:18:27.945Z | Compiling owo-colors v4.1.0 |
2709 | 2024-12-20T20:18:28.082Z | Compiling cancel-safe-futures v0.1.5 |
2710 | 2024-12-20T20:18:28.230Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2711 | 2024-12-20T20:18:28.248Z | Compiling newtype_derive v0.1.6 |
2712 | 2024-12-20T20:18:28.364Z | Compiling expectorate v1.1.0 |
2713 | 2024-12-20T20:18:28.464Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2714 | 2024-12-20T20:18:28.492Z | Compiling thiserror-impl-no-std v2.0.2 |
2715 | 2024-12-20T20:18:28.535Z | Compiling blake3 v1.5.4 |
2716 | 2024-12-20T20:18:28.556Z | Compiling ring v0.16.20 |
2717 | 2024-12-20T20:18:28.791Z | Compiling unicase v2.7.0 |
2718 | 2024-12-20T20:18:29.105Z | Compiling half v2.4.1 |
2719 | 2024-12-20T20:18:29.131Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2720 | 2024-12-20T20:18:29.229Z | Compiling arc-swap v1.7.1 |
2721 | 2024-12-20T20:18:29.475Z | Compiling ciborium-io v0.2.2 |
2722 | 2024-12-20T20:18:29.617Z | Compiling ciborium-ll v0.2.2 |
2723 | 2024-12-20T20:18:29.698Z | Compiling slog-scope v4.4.0 |
2724 | 2024-12-20T20:18:30.240Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2725 | 2024-12-20T20:18:30.566Z | Compiling polyval v0.6.2 |
2726 | 2024-12-20T20:18:30.621Z | Compiling atomicwrites v0.4.4 |
2727 | 2024-12-20T20:18:30.854Z | Compiling typify-macro v0.2.0 |
2728 | 2024-12-20T20:18:30.967Z | Compiling libsw v3.3.1 |
2729 | 2024-12-20T20:18:31.001Z | Compiling memmap2 v0.9.5 |
2730 | 2024-12-20T20:18:31.047Z | Compiling constant_time_eq v0.3.1 |
2731 | 2024-12-20T20:18:31.247Z | Compiling libefi-sys v0.1.0 |
2732 | 2024-12-20T20:18:31.292Z | Compiling salty v0.3.0 |
2733 | 2024-12-20T20:18:31.472Z | Compiling spin v0.5.2 |
2734 | 2024-12-20T20:18:31.530Z | Compiling linear-map v1.2.0 |
2735 | 2024-12-20T20:18:31.723Z | Compiling parking_lot_core v0.8.6 |
2736 | 2024-12-20T20:18:31.742Z | Compiling arrayref v0.3.9 |
2737 | 2024-12-20T20:18:31.852Z | Compiling arrayvec v0.7.6 |
2738 | 2024-12-20T20:18:31.871Z | Compiling thiserror-no-std v2.0.2 |
2739 | 2024-12-20T20:18:31.898Z | Compiling indent_write v2.2.0 |
2740 | 2024-12-20T20:18:31.998Z | Compiling vsss-rs v3.3.4 |
2741 | 2024-12-20T20:18:32.196Z | Compiling ghash v0.5.1 |
2742 | 2024-12-20T20:18:32.431Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2743 | 2024-12-20T20:18:32.787Z | Compiling slog-stdlog v4.1.1 |
2744 | 2024-12-20T20:18:32.805Z | Compiling ciborium v0.2.2 |
2745 | 2024-12-20T20:18:33.352Z | Compiling p384 v0.13.0 |
2746 | 2024-12-20T20:18:33.497Z | Compiling toolchain_find v0.4.0 |
2747 | 2024-12-20T20:18:33.519Z | Compiling chacha20poly1305 v0.10.1 |
2748 | 2024-12-20T20:18:33.753Z | Compiling lzma-sys v0.1.20 |
2749 | 2024-12-20T20:18:34.209Z | Compiling ctr v0.9.2 |
2750 | 2024-12-20T20:18:34.362Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2751 | 2024-12-20T20:18:34.530Z | Compiling bitfield-struct v0.6.2 |
2752 | 2024-12-20T20:18:34.578Z | Compiling slog-dtrace v0.3.0 |
2753 | 2024-12-20T20:18:34.744Z | Compiling highway v1.2.0 |
2754 | 2024-12-20T20:18:34.883Z | Compiling topological-sort v0.2.2 |
2755 | 2024-12-20T20:18:35.128Z | Compiling omicron-zone-package v0.11.1 |
2756 | 2024-12-20T20:18:35.131Z | Compiling aes-gcm v0.10.3 |
2757 | 2024-12-20T20:18:35.291Z | Compiling typify v0.2.0 |
2758 | 2024-12-20T20:18:35.479Z | Compiling progenitor-impl v0.8.0 |
2759 | 2024-12-20T20:18:35.556Z | Compiling rustfmt-wrapper v0.2.1 |
2760 | 2024-12-20T20:18:35.578Z | Compiling slog-envlogger v2.2.0 |
2761 | 2024-12-20T20:18:35.990Z | Compiling mime_guess v2.0.5 |
2762 | 2024-12-20T20:18:36.050Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2763 | 2024-12-20T20:18:36.144Z | Compiling steno v0.4.1 |
2764 | 2024-12-20T20:18:36.852Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2765 | 2024-12-20T20:18:36.939Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2766 | 2024-12-20T20:18:37.098Z | Compiling heck v0.3.3 |
2767 | 2024-12-20T20:18:37.383Z | Compiling ssh-encoding v0.2.0 |
2768 | 2024-12-20T20:18:37.514Z | Compiling blowfish v0.9.1 |
2769 | 2024-12-20T20:18:37.566Z | Compiling nibble_vec v0.1.0 |
2770 | 2024-12-20T20:18:37.615Z | Compiling env_filter v0.1.2 |
2771 | 2024-12-20T20:18:38.039Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2772 | 2024-12-20T20:18:38.052Z | Compiling endian-type v0.1.2 |
2773 | 2024-12-20T20:18:38.052Z | Compiling humantime v2.1.0 |
2774 | 2024-12-20T20:18:38.052Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2775 | 2024-12-20T20:18:38.132Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2776 | 2024-12-20T20:18:38.151Z | Compiling radix_trie v0.2.1 |
2777 | 2024-12-20T20:18:38.312Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2778 | 2024-12-20T20:18:38.374Z | Compiling env_logger v0.11.5 |
2779 | 2024-12-20T20:18:38.450Z | Compiling bcrypt-pbkdf v0.10.0 |
2780 | 2024-12-20T20:18:38.475Z | Compiling ssh-cipher v0.2.0 |
2781 | 2024-12-20T20:18:38.866Z | Compiling zone_cfg_derive v0.1.2 |
2782 | 2024-12-20T20:18:39.129Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2783 | 2024-12-20T20:18:39.313Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2784 | 2024-12-20T20:18:39.686Z | Compiling parking_lot v0.11.2 |
2785 | 2024-12-20T20:18:40.134Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2786 | 2024-12-20T20:18:40.179Z | Compiling password-hash v0.4.2 |
2787 | 2024-12-20T20:18:40.449Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2788 | 2024-12-20T20:18:40.564Z | Compiling gethostname v0.5.0 |
2789 | 2024-12-20T20:18:40.613Z | Compiling fxhash v0.2.1 |
2790 | 2024-12-20T20:18:40.706Z | Compiling base64 v0.13.1 |
2791 | 2024-12-20T20:18:40.795Z | Compiling lockfree-object-pool v0.1.6 |
2792 | 2024-12-20T20:18:40.833Z | Compiling simd-adler32 v0.3.7 |
2793 | 2024-12-20T20:18:41.093Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2794 | 2024-12-20T20:18:41.112Z | Compiling bumpalo v3.16.0 |
2795 | 2024-12-20T20:18:41.162Z | Compiling matches v0.1.10 |
2796 | 2024-12-20T20:18:41.272Z | Compiling zip v2.1.3 |
2797 | 2024-12-20T20:18:41.361Z | Compiling http-range v0.1.5 |
2798 | 2024-12-20T20:18:41.422Z | Compiling idna v0.2.3 |
2799 | 2024-12-20T20:18:41.447Z | Compiling ron v0.7.1 |
2800 | 2024-12-20T20:18:41.618Z | Compiling zopfli v0.8.1 |
2801 | 2024-12-20T20:18:41.635Z | Compiling sled v0.34.7 |
2802 | 2024-12-20T20:18:41.696Z | Compiling pbkdf2 v0.11.0 |
2803 | 2024-12-20T20:18:41.715Z | Compiling zone v0.1.8 |
2804 | 2024-12-20T20:18:42.073Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2805 | 2024-12-20T20:18:42.818Z | Compiling xz2 v0.1.7 |
2806 | 2024-12-20T20:18:43.151Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2807 | 2024-12-20T20:18:43.401Z | Compiling ssh-key v0.6.6 |
2808 | 2024-12-20T20:18:43.463Z | Compiling hickory-client v0.24.1 |
2809 | 2024-12-20T20:18:43.774Z | Compiling progenitor-macro v0.8.0 |
2810 | 2024-12-20T20:18:44.308Z | Compiling p521 v0.13.3 |
2811 | 2024-12-20T20:18:44.328Z | Compiling p256 v0.13.2 |
2812 | 2024-12-20T20:18:44.359Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2813 | 2024-12-20T20:18:44.988Z | Compiling hickory-server v0.24.1 |
2814 | 2024-12-20T20:18:45.200Z | Compiling enum-as-inner v0.5.1 |
2815 | 2024-12-20T20:18:45.571Z | Compiling pem v3.0.4 |
2816 | 2024-12-20T20:18:46.290Z | Compiling yasna v0.5.2 |
2817 | 2024-12-20T20:18:46.404Z | Compiling headers-core v0.3.0 |
2818 | 2024-12-20T20:18:46.578Z | Compiling kstat-rs v0.2.4 |
2819 | 2024-12-20T20:18:46.792Z | Compiling nanorand v0.7.0 |
2820 | 2024-12-20T20:18:47.229Z | Compiling atty v0.2.14 |
2821 | 2024-12-20T20:18:47.387Z | Compiling russh-cryptovec v0.7.3 |
2822 | 2024-12-20T20:18:47.407Z | Compiling md5 v0.7.0 |
2823 | 2024-12-20T20:18:47.729Z | Compiling russh-keys v0.45.0 |
2824 | 2024-12-20T20:18:47.914Z | Compiling rcgen v0.12.1 |
2825 | 2024-12-20T20:18:47.983Z | Compiling flume v0.11.1 |
2826 | 2024-12-20T20:18:48.380Z | Compiling headers v0.4.0 |
2827 | 2024-12-20T20:18:48.400Z | Compiling trust-dns-proto v0.22.0 |
2828 | 2024-12-20T20:18:48.718Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2829 | 2024-12-20T20:18:50.490Z | Compiling hyper-staticfile v0.10.1 |
2830 | 2024-12-20T20:18:51.713Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2831 | 2024-12-20T20:18:52.203Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2832 | 2024-12-20T20:18:52.325Z | Compiling num-bigint v0.4.6 |
2833 | 2024-12-20T20:18:52.460Z | Compiling des v0.8.1 |
2834 | 2024-12-20T20:18:52.588Z | Compiling subprocess v0.2.9 |
2835 | 2024-12-20T20:18:52.738Z | Compiling display-error-chain v0.2.2 |
2836 | 2024-12-20T20:18:52.808Z | Compiling hex-literal v0.4.1 |
2837 | 2024-12-20T20:18:52.951Z | Compiling dhcproto-macros v0.1.0 |
2838 | 2024-12-20T20:18:52.977Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2839 | 2024-12-20T20:18:53.480Z | Compiling internet-checksum v0.2.1 |
2840 | 2024-12-20T20:18:53.943Z | Compiling dhcproto v0.12.0 |
2841 | 2024-12-20T20:18:55.310Z | Compiling russh v0.45.0 |
2842 | 2024-12-20T20:18:57.153Z | Compiling progenitor v0.8.0 |
2843 | 2024-12-20T20:18:57.279Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2844 | 2024-12-20T20:18:57.279Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2845 | 2024-12-20T20:18:57.281Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2846 | 2024-12-20T20:18:57.281Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2847 | 2024-12-20T20:18:57.281Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2848 | 2024-12-20T20:18:57.281Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2849 | 2024-12-20T20:18:57.366Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2850 | 2024-12-20T20:18:58.780Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2851 | 2024-12-20T20:18:59.658Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2852 | 2024-12-20T20:19:01.506Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2853 | 2024-12-20T20:19:03.383Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2854 | 2024-12-20T20:19:03.974Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2855 | 2024-12-20T20:19:13.363Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2856 | 2024-12-20T20:19:13.363Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2857 | 2024-12-20T20:19:13.365Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2858 | 2024-12-20T20:19:13.365Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2859 | 2024-12-20T20:19:14.278Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2860 | 2024-12-20T20:19:16.775Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2861 | 2024-12-20T20:19:17.821Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2862 | 2024-12-20T20:19:17.887Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2863 | 2024-12-20T20:19:20.517Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2864 | 2024-12-20T20:19:21.627Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2865 | 2024-12-20T20:19:21.991Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2866 | 2024-12-20T20:19:22.861Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2867 | 2024-12-20T20:19:24.199Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2868 | 2024-12-20T20:19:25.443Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2869 | 2024-12-20T20:19:25.821Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2870 | 2024-12-20T20:19:26.457Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2871 | 2024-12-20T20:19:27.550Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2872 | 2024-12-20T20:19:27.988Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2873 | 2024-12-20T20:19:28.140Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2874 | 2024-12-20T20:19:29.501Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2875 | 2024-12-20T20:19:29.993Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2876 | 2024-12-20T20:19:30.217Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2877 | 2024-12-20T20:19:33.124Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2878 | 2024-12-20T20:19:33.460Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2879 | 2024-12-20T20:19:34.533Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2880 | 2024-12-20T20:19:37.145Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2881 | 2024-12-20T20:19:37.428Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2882 | 2024-12-20T20:19:39.245Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2883 | 2024-12-20T20:19:45.335Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2884 | 2024-12-20T20:19:53.322Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2885 | 2024-12-20T20:19:54.682Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2886 | 2024-12-20T20:20:14.152Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2887 | 2024-12-20T20:20:47.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s |
2888 | 2024-12-20T20:20:47.687Z | |
2889 | 2024-12-20T20:20:47.687Z | real 2:42.442194487 |
2890 | 2024-12-20T20:20:47.687Z | user 12:37.930736406 |
2891 | 2024-12-20T20:20:47.687Z | sys 2:40.998262923 |
2892 | 2024-12-20T20:20:47.687Z | trap 0.332815052 |
2893 | 2024-12-20T20:20:47.690Z | tflt 0.813426485 |
2894 | 2024-12-20T20:20:47.690Z | dflt 2.347328451 |
2895 | 2024-12-20T20:20:47.690Z | kflt 0.000011690 |
2896 | 2024-12-20T20:20:47.690Z | lock 26:04.367244045 |
2897 | 2024-12-20T20:20:47.690Z | slp 45:32.286082010 |
2898 | 2024-12-20T20:20:47.690Z | lat 36.456815328 |
2899 | 2024-12-20T20:20:47.690Z | stop 1:29.248943944 |
2900 | 2024-12-20T20:20:47.690Z | + mkdir tests |
2901 | 2024-12-20T20:20:47.693Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2902 | 2024-12-20T20:20:47.695Z | + xargs -I '{}' -t cp '{}' tests/ |
2903 | 2024-12-20T20:20:47.735Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5f4fd34570514b4f tests/ |
2904 | 2024-12-20T20:20:47.762Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-41e4b8f650b448b3 tests/ |
2905 | 2024-12-20T20:20:47.790Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a6a38627cf68b1a4 tests/ |
2906 | 2024-12-20T20:20:47.814Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-40465226e9d9f67a tests/ |
2907 | 2024-12-20T20:20:48.048Z | + 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/*) |
2908 | 2024-12-20T20:20:48.051Z | + 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-41e4b8f650b448b3 tests/commtest-a6a38627cf68b1a4 tests/dhcp_server-5f4fd34570514b4f tests/end_to_end_tests-40465226e9d9f67a 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 |
2909 | 2024-12-20T20:21:59.662Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2910 | 2024-12-20T20:21:59.662Z | a .github/buildomat/ci-env.sh 1K |
2911 | 2024-12-20T20:21:59.662Z | a out/target/test 1K |
2912 | 2024-12-20T20:21:59.662Z | a out/npuzone/npuzone 23144K |
2913 | 2024-12-20T20:21:59.662Z | a package-manifest.toml 33K |
2914 | 2024-12-20T20:21:59.662Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2915 | 2024-12-20T20:21:59.663Z | a target/release/omicron-package 36325K |
2916 | 2024-12-20T20:21:59.663Z | a target/release/xtask 11762K |
2917 | 2024-12-20T20:21:59.663Z | a target/debug/bootstrap 210153K |
2918 | 2024-12-20T20:21:59.663Z | a tests/bootstrap-41e4b8f650b448b3 24246K |
2919 | 2024-12-20T20:21:59.663Z | a tests/commtest-a6a38627cf68b1a4 25022K |
2920 | 2024-12-20T20:21:59.663Z | a tests/dhcp_server-5f4fd34570514b4f 24246K |
2921 | 2024-12-20T20:21:59.663Z | a tests/end_to_end_tests-40465226e9d9f67a 228212K |
2922 | 2024-12-20T20:21:59.663Z | a out/clickhouse.tar.gz 293402K |
2923 | 2024-12-20T20:21:59.663Z | a out/clickhouse_keeper.tar.gz 280519K |
2924 | 2024-12-20T20:21:59.664Z | a out/clickhouse_server.tar.gz 293387K |
2925 | 2024-12-20T20:21:59.664Z | a out/cockroachdb.tar.gz 134576K |
2926 | 2024-12-20T20:21:59.664Z | a out/crucible-dtrace.tar 85K |
2927 | 2024-12-20T20:21:59.664Z | a out/crucible-pantry-zone.tar.gz 28189K |
2928 | 2024-12-20T20:21:59.664Z | a out/crucible-zone.tar.gz 36407K |
2929 | 2024-12-20T20:21:59.664Z | a out/external-dns.tar.gz 35285K |
2930 | 2024-12-20T20:21:59.664Z | a out/internal-dns.tar.gz 35283K |
2931 | 2024-12-20T20:21:59.664Z | a out/mg-ddm-gz.tar 63075K |
2932 | 2024-12-20T20:21:59.664Z | a out/nexus.tar.gz 97925K |
2933 | 2024-12-20T20:21:59.664Z | a out/ntp.tar.gz 10375K |
2934 | 2024-12-20T20:21:59.664Z | a out/omicron-gateway-softnpu.tar.gz 23852K |
2935 | 2024-12-20T20:21:59.664Z | a out/omicron-sled-agent.tar 113312K |
2936 | 2024-12-20T20:21:59.664Z | a out/overlay.tar.gz 3K |
2937 | 2024-12-20T20:21:59.664Z | a out/oximeter.tar.gz 47668K |
2938 | 2024-12-20T20:21:59.664Z | a out/oxlog.tar 3088K |
2939 | 2024-12-20T20:21:59.664Z | a out/probe.tar.gz 2764K |
2940 | 2024-12-20T20:21:59.664Z | a out/propolis-server.tar.gz 66730K |
2941 | 2024-12-20T20:21:59.664Z | a out/pumpkind-gz.tar 26665K |
2942 | 2024-12-20T20:21:59.664Z | a out/switch-softnpu.tar.gz 235565K |
2943 | 2024-12-20T20:21:59.667Z | |
2944 | 2024-12-20T20:21:59.667Z | real 1:11.610940360 |
2945 | 2024-12-20T20:21:59.667Z | user 1:08.325500541 |
2946 | 2024-12-20T20:21:59.667Z | sys 4.683042347 |
2947 | 2024-12-20T20:21:59.667Z | trap 0.018521668 |
2948 | 2024-12-20T20:21:59.667Z | tflt 0.000000000 |
2949 | 2024-12-20T20:21:59.667Z | dflt 0.000000000 |
2950 | 2024-12-20T20:21:59.667Z | kflt 0.000000000 |
2951 | 2024-12-20T20:21:59.667Z | lock 0.000000000 |
2952 | 2024-12-20T20:21:59.667Z | slp 1:08.144996366 |
2953 | 2024-12-20T20:21:59.667Z | lat 2.045374542 |
2954 | 2024-12-20T20:21:59.668Z | stop 0.000215129 |
2955 | 2024-12-20T20:21:59.668Z | process exited: duration 1976130 ms, exit code 0 |
|
2956 | 2024-12-20T20:21:59.682Z | found 1 output files |
2957 | 2024-12-20T20:21:59.682Z | uploading: /work/package.tar.gz (1880392898 bytes) |
2958 | 2024-12-20T20:22:43.330Z | uploaded: /work/package.tar.gz |