|
|
|
1 | 2024-12-21T04:20:41.705Z | job assigned to worker 01JFKQ328T4ZD6B6T594YD3Q2K [factory aws, i-04ec2f160dd9276ec] (queued for 1 m 0 s) |
|
2 | 2024-12-21T04:20:49.738Z | starting task 0: "setup" |
3 | 2024-12-21T04:20:49.835Z | ++ uname -s |
4 | 2024-12-21T04:20:49.835Z | + kern=SunOS |
5 | 2024-12-21T04:20:49.835Z | + case "$kern" in |
6 | 2024-12-21T04:20:49.835Z | + groupadd -g 12345 build |
7 | 2024-12-21T04:20:49.835Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T04:20:51.794Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T04:20:52.009Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T04:20:52.197Z | + home_fs=zfs |
11 | 2024-12-21T04:20:52.197Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T04:20:52.198Z | + mkdir -p /home/build |
13 | 2024-12-21T04:20:52.198Z | + chown build:build /home/build /work |
14 | 2024-12-21T04:20:52.920Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T04:20:53.046Z | process exited: duration 3221 ms, exit code 0 |
|
16 | 2024-12-21T04:20:53.174Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T04:20:53.209Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T04:20:53.209Z | ' 1.81.0 |
19 | 2024-12-21T04:20:53.209Z | * toolchain channel = "1.81.0" |
20 | 2024-12-21T04:20:53.209Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-21T04:20:53.209Z | ' default |
22 | 2024-12-21T04:20:53.209Z | * toolchain profile = "default" |
23 | 2024-12-21T04:20:53.209Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T04:20:53.209Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T04:20:53.267Z | info: downloading installer |
26 | 2024-12-21T04:20:54.446Z | info: profile set to 'default' |
27 | 2024-12-21T04:20:54.446Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T04:20:54.446Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T04:20:54.584Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T04:20:54.584Z | info: downloading component 'cargo' |
31 | 2024-12-21T04:20:55.410Z | info: downloading component 'clippy' |
32 | 2024-12-21T04:20:55.553Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T04:20:56.609Z | info: downloading component 'rust-std' |
34 | 2024-12-21T04:20:58.045Z | info: downloading component 'rustc' |
35 | 2024-12-21T04:21:03.562Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T04:21:03.772Z | info: installing component 'cargo' |
37 | 2024-12-21T04:21:04.564Z | info: installing component 'clippy' |
38 | 2024-12-21T04:21:04.972Z | info: installing component 'rust-docs' |
39 | 2024-12-21T04:21:06.551Z | info: installing component 'rust-std' |
40 | 2024-12-21T04:21:08.273Z | info: installing component 'rustc' |
41 | 2024-12-21T04:21:13.937Z | info: installing component 'rustfmt' |
42 | 2024-12-21T04:21:14.250Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T04:21:14.250Z | |
44 | 2024-12-21T04:21:14.615Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T04:21:14.615Z | |
46 | 2024-12-21T04:21:14.618Z | |
47 | 2024-12-21T04:21:14.619Z | Rust is installed now. Great! |
48 | 2024-12-21T04:21:14.620Z | |
49 | 2024-12-21T04:21:14.620Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T04:21:14.620Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T04:21:14.620Z | |
52 | 2024-12-21T04:21:14.620Z | To configure your current shell, you need to source |
53 | 2024-12-21T04:21:14.620Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T04:21:14.620Z | |
55 | 2024-12-21T04:21:14.620Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T04:21:14.620Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T04:21:14.620Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T04:21:14.694Z | + rustc --version |
59 | 2024-12-21T04:21:14.759Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T04:21:14.763Z | process exited: duration 21605 ms, exit code 0 |
|
61 | 2024-12-21T04:21:14.772Z | starting task 2: "authentication" |
62 | 2024-12-21T04:21:14.788Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
63 | 2024-12-21T04:21:42.980Z | process exited: duration 28206 ms, exit code 0 |
|
64 | 2024-12-21T04:21:42.984Z | starting task 3: "clone repository" |
65 | 2024-12-21T04:21:42.990Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-12-21T04:21:42.993Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-12-21T04:21:43.036Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-12-21T04:21:50.953Z | + cd /work/oxidecomputer/omicron |
69 | 2024-12-21T04:21:50.953Z | + git fetch origin 9026ed2f3d434656d97e98729aaab9eb0c87eb4e |
70 | 2024-12-21T04:21:51.279Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-12-21T04:21:51.279Z | * branch 9026ed2f3d434656d97e98729aaab9eb0c87eb4e -> FETCH_HEAD |
72 | 2024-12-21T04:21:51.286Z | + [[ -n renovate/hyper-1.x ]] |
73 | 2024-12-21T04:21:51.290Z | ++ git branch --show-current |
74 | 2024-12-21T04:21:51.290Z | + current=main |
75 | 2024-12-21T04:21:51.290Z | + [[ main != renovate/hyper-1.x ]] |
76 | 2024-12-21T04:21:51.290Z | + git branch -f renovate/hyper-1.x 9026ed2f3d434656d97e98729aaab9eb0c87eb4e |
77 | 2024-12-21T04:21:51.293Z | + git checkout -f renovate/hyper-1.x |
78 | 2024-12-21T04:21:51.476Z | Switched to branch 'renovate/hyper-1.x' |
79 | 2024-12-21T04:21:51.491Z | + git reset --hard 9026ed2f3d434656d97e98729aaab9eb0c87eb4e |
80 | 2024-12-21T04:21:51.641Z | HEAD is now at 9026ed2f3 Update Rust crate hyper to 1.5.2 |
81 | 2024-12-21T04:21:51.699Z | process exited: duration 8651 ms, exit code 0 |
|
82 | 2024-12-21T04:21:51.750Z | starting task 4: "build" |
83 | 2024-12-21T04:21:51.762Z | + source .github/buildomat/ci-env.sh |
84 | 2024-12-21T04:21:51.762Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-12-21T04:21:51.763Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-12-21T04:21:51.763Z | + cargo --version |
87 | 2024-12-21T04:21:51.825Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
88 | 2024-12-21T04:21:51.896Z | + rustc --version |
89 | 2024-12-21T04:21:51.955Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
90 | 2024-12-21T04:21:51.955Z | + WORK=/work |
91 | 2024-12-21T04:21:51.955Z | + pfexec mkdir -p /work |
92 | 2024-12-21T04:21:51.955Z | + pfexec chown build /work |
93 | 2024-12-21T04:21:51.955Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2024-12-21T04:22:04.280Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2024-12-21T04:22:08.104Z | Startup: Caching catalogs ... Done |
96 | 2024-12-21T04:22:18.708Z | Planning: Solver setup ... Done (9.646s) |
97 | 2024-12-21T04:22:18.840Z | Planning: Running solver ... Done (0.132s) |
98 | 2024-12-21T04:22:18.945Z | Planning: Finding local manifests ... Done (0.004s) |
99 | 2024-12-21T04:22:18.972Z | Planning: Fetching manifests: 0/5 0% complete |
100 | 2024-12-21T04:22:19.204Z | Planning: Fetching manifests: 5/5 100% complete |
101 | 2024-12-21T04:22:19.306Z | Planning: Package planning ... Done (0.098s) |
102 | 2024-12-21T04:22:19.359Z | Planning: Merging actions ... Done (0.057s) |
103 | 2024-12-21T04:22:19.722Z | Planning: Checking for conflicting actions ... Done (0.363s) |
104 | 2024-12-21T04:22:21.927Z | Planning: Consolidating action changes ... Done (2.205s) |
105 | 2024-12-21T04:22:22.370Z | Planning: Evaluating mediators ... Done (0.442s) |
106 | 2024-12-21T04:22:22.454Z | Planning: Planning completed in 14.28 seconds |
107 | 2024-12-21T04:22:22.472Z | Packages to install: 4 |
108 | 2024-12-21T04:22:22.472Z | Packages to update: 1 |
109 | 2024-12-21T04:22:22.476Z | Mediators to change: 2 |
110 | 2024-12-21T04:22:22.476Z | Services to change: 1 |
111 | 2024-12-21T04:22:22.476Z | Estimated space available: 155.63 GB |
112 | 2024-12-21T04:22:22.476Z | Estimated space to be consumed: 1.62 GB |
113 | 2024-12-21T04:22:22.476Z | Create boot environment: No |
114 | 2024-12-21T04:22:22.476Z | Create backup boot environment: Yes |
115 | 2024-12-21T04:22:22.476Z | Rebuild boot archive: No |
116 | 2024-12-21T04:22:22.476Z | |
117 | 2024-12-21T04:22:22.476Z | Changed mediators: |
118 | 2024-12-21T04:22:22.476Z | mediator clang: |
119 | 2024-12-21T04:22:22.476Z | version: None -> 15 (system default) |
120 | 2024-12-21T04:22:22.476Z | |
121 | 2024-12-21T04:22:22.476Z | mediator llvm: |
122 | 2024-12-21T04:22:22.476Z | version: 14 (system default) -> 15 (system default) |
123 | 2024-12-21T04:22:22.476Z | |
124 | 2024-12-21T04:22:22.476Z | Changed packages: |
125 | 2024-12-21T04:22:22.476Z | helios-dev |
126 | 2024-12-21T04:22:22.476Z | developer/build-essential |
127 | 2024-12-21T04:22:22.476Z | None -> 11-2.0 |
128 | 2024-12-21T04:22:22.476Z | library/libxmlsec1 |
129 | 2024-12-21T04:22:22.476Z | None -> 1.2.35-2.0 |
130 | 2024-12-21T04:22:22.476Z | ooce/developer/clang-15 |
131 | 2024-12-21T04:22:22.476Z | None -> 15.0.7-2.0 |
132 | 2024-12-21T04:22:22.476Z | ooce/developer/llvm-15 |
133 | 2024-12-21T04:22:22.476Z | None -> 15.0.7-2.0 |
134 | 2024-12-21T04:22:22.476Z | package/pkg |
135 | 2024-12-21T04:22:22.476Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
136 | 2024-12-21T04:22:22.476Z | |
137 | 2024-12-21T04:22:22.476Z | Services: |
138 | 2024-12-21T04:22:22.476Z | restart_fmri: |
139 | 2024-12-21T04:22:22.477Z | svc:/system/update-man-index:default |
140 | 2024-12-21T04:22:22.477Z | |
141 | 2024-12-21T04:22:22.477Z | Editable files to change: |
142 | 2024-12-21T04:22:22.477Z | Update: |
143 | 2024-12-21T04:22:22.477Z | usr/share/lib/pkg/web/config.shtml |
144 | 2024-12-21T04:22:22.557Z | |
145 | 2024-12-21T04:22:22.558Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
146 | 2024-12-21T04:22:27.626Z | Download: 228/4281 items 15.4/220.6MB 6% complete (3.2M/s) |
147 | 2024-12-21T04:22:32.652Z | Download: 885/4281 items 18.6/220.6MB 8% complete (1.9M/s) |
148 | 2024-12-21T04:22:38.126Z | Download: 1191/4281 items 82.6/220.6MB 37% complete (8.3M/s) |
149 | 2024-12-21T04:22:45.706Z | Download: 1195/4281 items 82.6/220.6MB 37% complete (7.9M/s) |
150 | 2024-12-21T04:22:50.710Z | Download: 1416/4281 items 117.1/220.6MB 53% complete (6.1M/s) |
151 | 2024-12-21T04:22:55.733Z | Download: 1665/4281 items 117.9/220.6MB 53% complete (3.7M/s) |
152 | 2024-12-21T04:23:01.035Z | Download: 1803/4281 items 118.4/220.6MB 53% complete (937k/s) |
153 | 2024-12-21T04:23:06.037Z | Download: 2067/4281 items 118.8/220.6MB 53% complete (85.1k/s) |
154 | 2024-12-21T04:23:11.904Z | Download: 2213/4281 items 119.2/220.6MB 54% complete (96.9k/s) |
155 | 2024-12-21T04:23:20.022Z | Download: 2220/4281 items 119.2/220.6MB 54% complete (86.3k/s) |
156 | 2024-12-21T04:23:26.253Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (695B/s) |
157 | 2024-12-21T04:23:31.392Z | Download: 2589/4281 items 120.5/220.6MB 54% complete (200k/s) |
158 | 2024-12-21T04:23:36.400Z | Download: 2770/4281 items 120.9/220.6MB 54% complete (181k/s) |
159 | 2024-12-21T04:23:41.407Z | Download: 3050/4281 items 121.4/220.6MB 55% complete (94.6k/s) |
160 | 2024-12-21T04:23:46.606Z | Download: 3238/4281 items 197.8/220.6MB 89% complete (7.6M/s) |
161 | 2024-12-21T04:24:03.819Z | Download: 3248/4281 items 203.1/220.6MB 92% complete |
162 | 2024-12-21T04:24:10.125Z | Download: 3276/4281 items 209.0/220.6MB 94% complete (2.7M/s) |
163 | 2024-12-21T04:24:16.543Z | Download: 3281/4281 items 210.8/220.6MB 95% complete (1.3M/s) |
164 | 2024-12-21T04:24:29.354Z | Download: 3284/4281 items 211.4/220.6MB 95% complete |
165 | 2024-12-21T04:24:34.431Z | Download: 4205/4281 items 220.6/220.6MB 99% complete (2.1M/s) |
166 | 2024-12-21T04:24:34.604Z | Download: Completed 220.60 MB in 132.03 seconds (1.7M/s) |
167 | 2024-12-21T04:24:36.599Z | Actions: 1/5063 actions (Removing old actions) |
168 | 2024-12-21T04:24:36.623Z | Actions: 194/5063 actions (Installing new actions) |
169 | 2024-12-21T04:24:41.234Z | Actions: 4226/5063 actions (Updating modified actions) |
170 | 2024-12-21T04:24:41.556Z | Actions: Completed 5063 actions in 4.96 seconds. |
171 | 2024-12-21T04:24:41.961Z | Done (0.397s) |
172 | 2024-12-21T04:24:41.964Z | Done (0.000s) |
173 | 2024-12-21T04:24:42.545Z | Done (0.581s) |
174 | 2024-12-21T04:24:46.862Z | Done (4.095s) |
175 | 2024-12-21T04:24:46.953Z | Done (0.017s) |
176 | 2024-12-21T04:24:46.956Z | Done (0.000s) |
177 | 2024-12-21T04:24:47.199Z | Done (0.000s) |
178 | 2024-12-21T04:24:47.888Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-12-21T04:24:48.045Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-12-21T04:24:48.049Z | Planning: Consolidating action changes ... Done |
181 | 2024-12-21T04:24:48.311Z | Planning: Evaluating mediators ... Done |
182 | 2024-12-21T04:24:48.313Z | Planning: Planning completed in 0.42 seconds |
183 | 2024-12-21T04:24:48.351Z | Mediators to change: 2 |
184 | 2024-12-21T04:24:48.351Z | Create boot environment: No |
185 | 2024-12-21T04:24:48.354Z | Create backup boot environment: No |
186 | 2024-12-21T04:24:48.447Z | Done |
187 | 2024-12-21T04:24:48.447Z | Done |
188 | 2024-12-21T04:24:48.841Z | Done |
189 | 2024-12-21T04:24:52.383Z | Done |
190 | 2024-12-21T04:24:52.482Z | Done |
191 | 2024-12-21T04:24:52.485Z | Done |
192 | 2024-12-21T04:24:52.630Z | Done |
193 | 2024-12-21T04:24:53.256Z | Planning: Evaluating mediator changes ... Done |
194 | 2024-12-21T04:24:53.258Z | Planning: Merging actions ... Done |
195 | 2024-12-21T04:24:53.447Z | Planning: Checking for conflicting actions ... Done |
196 | 2024-12-21T04:24:53.450Z | Planning: Consolidating action changes ... Done |
197 | 2024-12-21T04:24:53.718Z | Planning: Evaluating mediators ... Done |
198 | 2024-12-21T04:24:53.776Z | Planning: Planning completed in 0.76 seconds |
199 | 2024-12-21T04:24:53.820Z | Packages to change: 1 |
200 | 2024-12-21T04:24:53.820Z | Mediators to change: 1 |
201 | 2024-12-21T04:24:53.820Z | Services to change: 1 |
202 | 2024-12-21T04:24:53.820Z | Create boot environment: No |
203 | 2024-12-21T04:24:53.824Z | Create backup boot environment: Yes |
204 | 2024-12-21T04:24:56.057Z | Actions: 1/6 actions (Updating modified actions) |
205 | 2024-12-21T04:24:56.060Z | Actions: Completed 6 actions in 0.00 seconds. |
206 | 2024-12-21T04:24:56.060Z | Done |
207 | 2024-12-21T04:24:56.060Z | Done |
208 | 2024-12-21T04:24:56.177Z | Done |
209 | 2024-12-21T04:25:00.009Z | Done |
210 | 2024-12-21T04:25:00.102Z | Done |
211 | 2024-12-21T04:25:00.105Z | Done |
212 | 2024-12-21T04:25:00.246Z | Done |
213 | 2024-12-21T04:25:00.702Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
214 | 2024-12-21T04:25:00.702Z | clang system 15 system |
215 | 2024-12-21T04:25:00.702Z | csh system system illumos |
216 | 2024-12-21T04:25:00.702Z | ctags system system illumos |
217 | 2024-12-21T04:25:00.702Z | gcc vendor 12 vendor |
218 | 2024-12-21T04:25:00.703Z | gcc system 10 system |
219 | 2024-12-21T04:25:00.703Z | gcc system 7 system |
220 | 2024-12-21T04:25:00.703Z | go system 1.20 system |
221 | 2024-12-21T04:25:00.703Z | go system 1.19 system |
222 | 2024-12-21T04:25:00.703Z | llvm system 15 system |
223 | 2024-12-21T04:25:00.703Z | llvm system 14 system |
224 | 2024-12-21T04:25:00.703Z | mariadb system 10.6 system |
225 | 2024-12-21T04:25:00.703Z | mta vendor vendor dma |
226 | 2024-12-21T04:25:00.703Z | openjdk system 17 system |
227 | 2024-12-21T04:25:00.703Z | openjdk system 11 system |
228 | 2024-12-21T04:25:00.703Z | openjdk system 1.8 system |
229 | 2024-12-21T04:25:00.703Z | openssl vendor 3 vendor |
230 | 2024-12-21T04:25:00.703Z | perl system 5.36 system |
231 | 2024-12-21T04:25:00.703Z | postgresql system 15 system |
232 | 2024-12-21T04:25:00.703Z | postgresql system 13 system |
233 | 2024-12-21T04:25:00.703Z | python vendor 3 vendor |
234 | 2024-12-21T04:25:00.703Z | python system 2 system |
235 | 2024-12-21T04:25:00.703Z | python3 system 3.11 system |
236 | 2024-12-21T04:25:00.703Z | ruby system 3.0 system |
237 | 2024-12-21T04:25:00.703Z | words vendor vendor american-english |
238 | 2024-12-21T04:25:00.703Z | words system system australian-english |
239 | 2024-12-21T04:25:00.703Z | words system system british-english |
240 | 2024-12-21T04:25:00.703Z | words system system canadian-english |
241 | 2024-12-21T04:25:00.703Z | words system system french |
242 | 2024-12-21T04:25:00.703Z | words system system italian |
243 | 2024-12-21T04:25:00.703Z | words system system ngerman |
244 | 2024-12-21T04:25:00.703Z | words system system ogerman |
245 | 2024-12-21T04:25:00.703Z | words system system spanish |
246 | 2024-12-21T04:25:01.045Z | PUBLISHER TYPE STATUS P LOCATION |
247 | 2024-12-21T04:25:01.045Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
248 | 2024-12-21T04:25:03.806Z | FMRI IFO |
249 | 2024-12-21T04:25:03.807Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
250 | 2024-12-21T04:25:03.807Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
251 | 2024-12-21T04:25:03.807Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
252 | 2024-12-21T04:25:03.807Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
253 | 2024-12-21T04:25:03.807Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
254 | 2024-12-21T04:25:03.807Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
255 | 2024-12-21T04:25:03.807Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
256 | 2024-12-21T04:25:03.807Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
257 | 2024-12-21T04:25:03.807Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
258 | 2024-12-21T04:25:03.807Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
259 | 2024-12-21T04:25:03.807Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
260 | 2024-12-21T04:25:03.807Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
261 | 2024-12-21T04:25:03.807Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
262 | 2024-12-21T04:25:03.807Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
263 | 2024-12-21T04:25:03.807Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
264 | 2024-12-21T04:25:04.598Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
265 | 2024-12-21T04:25:04.891Z | Updating crates.io index |
266 | 2024-12-21T04:25:04.894Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
267 | 2024-12-21T04:25:05.325Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
268 | 2024-12-21T04:25:05.789Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
269 | 2024-12-21T04:25:05.997Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
270 | 2024-12-21T04:25:06.253Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
271 | 2024-12-21T04:25:06.491Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
272 | 2024-12-21T04:25:07.341Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
273 | 2024-12-21T04:25:08.852Z | Updating git repository `https://github.com/oxidecomputer/opte` |
274 | 2024-12-21T04:25:09.414Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
275 | 2024-12-21T04:25:10.049Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
276 | 2024-12-21T04:25:10.282Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
277 | 2024-12-21T04:25:10.551Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
278 | 2024-12-21T04:25:11.117Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
279 | 2024-12-21T04:25:11.419Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
280 | 2024-12-21T04:25:11.709Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
281 | 2024-12-21T04:25:11.958Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
282 | 2024-12-21T04:25:12.224Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
283 | 2024-12-21T04:25:12.448Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
284 | 2024-12-21T04:25:12.748Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
285 | 2024-12-21T04:25:13.050Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
286 | 2024-12-21T04:25:13.389Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
287 | 2024-12-21T04:25:13.701Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
288 | 2024-12-21T04:25:14.156Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
289 | 2024-12-21T04:25:14.486Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
290 | 2024-12-21T04:25:14.857Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
291 | 2024-12-21T04:25:15.222Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
292 | 2024-12-21T04:25:15.517Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
293 | 2024-12-21T04:25:15.752Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
294 | 2024-12-21T04:25:16.028Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
295 | 2024-12-21T04:25:17.276Z | Downloading crates ... |
296 | 2024-12-21T04:25:17.369Z | Downloaded anstyle v1.0.10 |
297 | 2024-12-21T04:25:17.372Z | Downloaded anstyle-query v1.1.1 |
298 | 2024-12-21T04:25:17.380Z | Downloaded anstream v0.6.15 |
299 | 2024-12-21T04:25:17.386Z | Downloaded anyhow v1.0.93 |
300 | 2024-12-21T04:25:17.389Z | Downloaded anstyle-parse v0.2.5 |
301 | 2024-12-21T04:25:17.394Z | Downloaded swrite v0.1.0 |
302 | 2024-12-21T04:25:17.403Z | Downloaded pretty-hex v0.4.1 |
303 | 2024-12-21T04:25:17.406Z | Downloaded equivalent v1.0.1 |
304 | 2024-12-21T04:25:17.408Z | Downloaded scroll_derive v0.12.0 |
305 | 2024-12-21T04:25:17.408Z | Downloaded dtrace-parser v0.2.0 |
306 | 2024-12-21T04:25:17.424Z | Downloaded usdt-macro v0.5.0 |
307 | 2024-12-21T04:25:17.429Z | Downloaded usdt-attr-macro v0.5.0 |
308 | 2024-12-21T04:25:17.432Z | Downloaded is_terminal_polyfill v1.70.1 |
309 | 2024-12-21T04:25:17.445Z | Downloaded fnv v1.0.7 |
310 | 2024-12-21T04:25:17.445Z | Downloaded strsim v0.11.1 |
311 | 2024-12-21T04:25:17.445Z | Downloaded proc-macro-error-attr v1.0.4 |
312 | 2024-12-21T04:25:17.445Z | Downloaded autocfg v1.4.0 |
313 | 2024-12-21T04:25:17.448Z | Downloaded digest v0.10.7 |
314 | 2024-12-21T04:25:17.450Z | Downloaded plain v0.2.3 |
315 | 2024-12-21T04:25:17.450Z | Downloaded camino-tempfile v1.1.1 |
316 | 2024-12-21T04:25:17.453Z | Downloaded unicode-linebreak v0.1.5 |
317 | 2024-12-21T04:25:17.453Z | Downloaded serde_spanned v0.6.8 |
318 | 2024-12-21T04:25:17.456Z | Downloaded scroll v0.12.0 |
319 | 2024-12-21T04:25:17.456Z | Downloaded cpufeatures v0.2.14 |
320 | 2024-12-21T04:25:17.459Z | Downloaded cfg-if v1.0.0 |
321 | 2024-12-21T04:25:17.459Z | Downloaded itoa v1.0.11 |
322 | 2024-12-21T04:25:17.462Z | Downloaded generic-array v0.14.7 |
323 | 2024-12-21T04:25:17.462Z | Downloaded colorchoice v1.0.2 |
324 | 2024-12-21T04:25:17.462Z | Downloaded clap_lex v0.7.2 |
325 | 2024-12-21T04:25:17.467Z | Downloaded byteorder v1.5.0 |
326 | 2024-12-21T04:25:17.467Z | Downloaded thiserror-impl v1.0.69 |
327 | 2024-12-21T04:25:17.472Z | Downloaded block-buffer v0.10.4 |
328 | 2024-12-21T04:25:17.477Z | Downloaded terminal_size v0.4.0 |
329 | 2024-12-21T04:25:17.477Z | Downloaded fastrand v2.1.1 |
330 | 2024-12-21T04:25:17.479Z | Downloaded pest_generator v2.7.14 |
331 | 2024-12-21T04:25:17.481Z | Downloaded errno v0.3.9 |
332 | 2024-12-21T04:25:17.481Z | Downloaded dof v0.3.0 |
333 | 2024-12-21T04:25:17.484Z | Downloaded cargo-platform v0.1.8 |
334 | 2024-12-21T04:25:17.484Z | Downloaded heck v0.4.1 |
335 | 2024-12-21T04:25:17.487Z | Downloaded fs-err v2.11.0 |
336 | 2024-12-21T04:25:17.490Z | Downloaded toml_datetime v0.6.8 |
337 | 2024-12-21T04:25:17.490Z | Downloaded crypto-common v0.1.6 |
338 | 2024-12-21T04:25:17.490Z | Downloaded bytecount v0.6.8 |
339 | 2024-12-21T04:25:17.492Z | Downloaded memmap v0.7.0 |
340 | 2024-12-21T04:25:17.497Z | Downloaded version_check v0.9.5 |
341 | 2024-12-21T04:25:17.500Z | Downloaded utf8parse v0.2.2 |
342 | 2024-12-21T04:25:17.500Z | Downloaded tabled_derive v0.7.0 |
343 | 2024-12-21T04:25:17.505Z | Downloaded quote v1.0.37 |
344 | 2024-12-21T04:25:17.510Z | Downloaded heck v0.5.0 |
345 | 2024-12-21T04:25:17.510Z | Downloaded thiserror v1.0.69 |
346 | 2024-12-21T04:25:17.512Z | Downloaded semver v1.0.23 |
347 | 2024-12-21T04:25:17.516Z | Downloaded usdt v0.5.0 |
348 | 2024-12-21T04:25:17.520Z | Downloaded tempfile v3.13.0 |
349 | 2024-12-21T04:25:17.520Z | Downloaded proc-macro-error v1.0.4 |
350 | 2024-12-21T04:25:17.524Z | Downloaded pest_derive v2.7.14 |
351 | 2024-12-21T04:25:17.528Z | Downloaded zerocopy-derive v0.7.35 |
352 | 2024-12-21T04:25:17.531Z | Downloaded camino v1.1.9 |
353 | 2024-12-21T04:25:17.531Z | Downloaded cargo_toml v0.20.5 |
354 | 2024-12-21T04:25:17.531Z | Downloaded macaddr v1.0.1 |
355 | 2024-12-21T04:25:17.533Z | Downloaded thread-id v4.2.2 |
356 | 2024-12-21T04:25:17.533Z | Downloaded smawk v0.3.2 |
357 | 2024-12-21T04:25:17.536Z | Downloaded once_cell v1.20.2 |
358 | 2024-12-21T04:25:17.538Z | Downloaded clap_derive v4.5.18 |
359 | 2024-12-21T04:25:17.542Z | Downloaded cargo_metadata v0.18.1 |
360 | 2024-12-21T04:25:17.542Z | Downloaded usdt-impl v0.5.0 |
361 | 2024-12-21T04:25:17.546Z | Downloaded sha2 v0.10.8 |
362 | 2024-12-21T04:25:17.546Z | Downloaded serde_tokenstream v0.2.2 |
363 | 2024-12-21T04:25:17.554Z | Downloaded pest_meta v2.7.14 |
364 | 2024-12-21T04:25:17.558Z | Downloaded ryu v1.0.18 |
365 | 2024-12-21T04:25:17.558Z | Downloaded bitflags v2.6.0 |
366 | 2024-12-21T04:25:17.558Z | Downloaded clap v4.5.21 |
367 | 2024-12-21T04:25:17.565Z | Downloaded ucd-trie v0.1.7 |
368 | 2024-12-21T04:25:17.569Z | Downloaded typenum v1.17.0 |
369 | 2024-12-21T04:25:17.576Z | Downloaded toml v0.8.19 |
370 | 2024-12-21T04:25:17.576Z | Downloaded unicode-ident v1.0.13 |
371 | 2024-12-21T04:25:17.580Z | Downloaded textwrap v0.16.1 |
372 | 2024-12-21T04:25:17.581Z | Downloaded serde_derive v1.0.215 |
373 | 2024-12-21T04:25:17.583Z | Downloaded log v0.4.22 |
374 | 2024-12-21T04:25:17.583Z | Downloaded proc-macro2 v1.0.89 |
375 | 2024-12-21T04:25:17.601Z | Downloaded serde v1.0.215 |
376 | 2024-12-21T04:25:17.605Z | Downloaded indexmap v2.6.0 |
377 | 2024-12-21T04:25:17.608Z | Downloaded papergrid v0.11.0 |
378 | 2024-12-21T04:25:17.625Z | Downloaded memchr v2.7.4 |
379 | 2024-12-21T04:25:17.637Z | Downloaded toml_edit v0.22.22 |
380 | 2024-12-21T04:25:17.658Z | Downloaded pest v2.7.14 |
381 | 2024-12-21T04:25:17.663Z | Downloaded hashbrown v0.15.1 |
382 | 2024-12-21T04:25:17.667Z | Downloaded serde_json v1.0.133 |
383 | 2024-12-21T04:25:17.685Z | Downloaded winnow v0.6.20 |
384 | 2024-12-21T04:25:17.696Z | Downloaded goblin v0.8.2 |
385 | 2024-12-21T04:25:17.706Z | Downloaded zerocopy v0.7.35 |
386 | 2024-12-21T04:25:17.733Z | Downloaded clap_builder v4.5.21 |
387 | 2024-12-21T04:25:17.762Z | Downloaded syn v1.0.109 |
388 | 2024-12-21T04:25:17.762Z | Downloaded tabled v0.15.0 |
389 | 2024-12-21T04:25:17.847Z | Downloaded unicode-width v0.1.14 |
390 | 2024-12-21T04:25:17.847Z | Downloaded syn v2.0.87 |
391 | 2024-12-21T04:25:17.847Z | Downloaded rustix v0.38.37 |
392 | 2024-12-21T04:25:17.960Z | Downloaded libc v0.2.162 |
393 | 2024-12-21T04:25:18.142Z | Compiling proc-macro2 v1.0.89 |
394 | 2024-12-21T04:25:18.142Z | Compiling unicode-ident v1.0.13 |
395 | 2024-12-21T04:25:18.183Z | Compiling version_check v0.9.5 |
396 | 2024-12-21T04:25:18.183Z | Compiling serde v1.0.215 |
397 | 2024-12-21T04:25:18.183Z | Compiling thiserror v1.0.69 |
398 | 2024-12-21T04:25:18.183Z | Compiling memchr v2.7.4 |
399 | 2024-12-21T04:25:18.186Z | Compiling libc v0.2.162 |
400 | 2024-12-21T04:25:18.186Z | Compiling itoa v1.0.11 |
401 | 2024-12-21T04:25:18.357Z | Compiling ryu v1.0.18 |
402 | 2024-12-21T04:25:18.472Z | Compiling ucd-trie v0.1.7 |
403 | 2024-12-21T04:25:18.707Z | Compiling once_cell v1.20.2 |
404 | 2024-12-21T04:25:19.062Z | Compiling byteorder v1.5.0 |
405 | 2024-12-21T04:25:19.091Z | Compiling serde_json v1.0.133 |
406 | 2024-12-21T04:25:19.164Z | Compiling rustix v0.38.37 |
407 | 2024-12-21T04:25:19.483Z | Compiling bitflags v2.6.0 |
408 | 2024-12-21T04:25:19.511Z | Compiling proc-macro-error-attr v1.0.4 |
409 | 2024-12-21T04:25:19.816Z | Compiling usdt-impl v0.5.0 |
410 | 2024-12-21T04:25:19.841Z | Compiling syn v1.0.109 |
411 | 2024-12-21T04:25:19.946Z | Compiling quote v1.0.37 |
412 | 2024-12-21T04:25:19.969Z | Compiling proc-macro-error v1.0.4 |
413 | 2024-12-21T04:25:20.042Z | Compiling utf8parse v0.2.2 |
414 | 2024-12-21T04:25:20.228Z | Compiling plain v0.2.3 |
415 | 2024-12-21T04:25:20.284Z | Compiling equivalent v1.0.1 |
416 | 2024-12-21T04:25:20.321Z | Compiling log v0.4.22 |
417 | 2024-12-21T04:25:20.405Z | Compiling syn v2.0.87 |
418 | 2024-12-21T04:25:20.408Z | Compiling errno v0.3.9 |
419 | 2024-12-21T04:25:20.678Z | Compiling camino v1.1.9 |
420 | 2024-12-21T04:25:20.710Z | Compiling hashbrown v0.15.1 |
421 | 2024-12-21T04:25:20.868Z | Compiling thread-id v4.2.2 |
422 | 2024-12-21T04:25:20.914Z | Compiling anstyle-parse v0.2.5 |
423 | 2024-12-21T04:25:21.284Z | Compiling winnow v0.6.20 |
424 | 2024-12-21T04:25:21.350Z | Compiling pretty-hex v0.4.1 |
425 | 2024-12-21T04:25:21.402Z | Compiling semver v1.0.23 |
426 | 2024-12-21T04:25:21.570Z | Compiling autocfg v1.4.0 |
427 | 2024-12-21T04:25:21.809Z | Compiling is_terminal_polyfill v1.70.1 |
428 | 2024-12-21T04:25:21.945Z | Compiling indexmap v2.6.0 |
429 | 2024-12-21T04:25:21.973Z | Compiling colorchoice v1.0.2 |
430 | 2024-12-21T04:25:22.011Z | Compiling anstyle-query v1.1.1 |
431 | 2024-12-21T04:25:22.155Z | Compiling unicode-width v0.1.14 |
432 | 2024-12-21T04:25:22.183Z | Compiling anstyle v1.0.10 |
433 | 2024-12-21T04:25:22.650Z | Compiling anstream v0.6.15 |
434 | 2024-12-21T04:25:22.758Z | Compiling fs-err v2.11.0 |
435 | 2024-12-21T04:25:22.785Z | Compiling terminal_size v0.4.0 |
436 | 2024-12-21T04:25:23.144Z | Compiling heck v0.5.0 |
437 | 2024-12-21T04:25:23.170Z | Compiling bytecount v0.6.8 |
438 | 2024-12-21T04:25:23.344Z | Compiling cfg-if v1.0.0 |
439 | 2024-12-21T04:25:23.399Z | Compiling fastrand v2.1.1 |
440 | 2024-12-21T04:25:23.446Z | Compiling heck v0.4.1 |
441 | 2024-12-21T04:25:23.473Z | Compiling anyhow v1.0.93 |
442 | 2024-12-21T04:25:23.509Z | Compiling fnv v1.0.7 |
443 | 2024-12-21T04:25:23.696Z | Compiling clap_lex v0.7.2 |
444 | 2024-12-21T04:25:23.968Z | Compiling strsim v0.11.1 |
445 | 2024-12-21T04:25:24.228Z | Compiling papergrid v0.11.0 |
446 | 2024-12-21T04:25:24.377Z | Compiling clap_builder v4.5.21 |
447 | 2024-12-21T04:25:24.380Z | Compiling tempfile v3.13.0 |
448 | 2024-12-21T04:25:24.616Z | Compiling memmap v0.7.0 |
449 | 2024-12-21T04:25:24.872Z | Compiling unicode-linebreak v0.1.5 |
450 | 2024-12-21T04:25:24.991Z | Compiling smawk v0.3.2 |
451 | 2024-12-21T04:25:25.276Z | Compiling swrite v0.1.0 |
452 | 2024-12-21T04:25:25.389Z | Compiling textwrap v0.16.1 |
453 | 2024-12-21T04:25:26.501Z | Compiling tabled_derive v0.7.0 |
454 | 2024-12-21T04:25:28.093Z | Compiling tabled v0.15.0 |
455 | 2024-12-21T04:25:29.371Z | Compiling serde_derive v1.0.215 |
456 | 2024-12-21T04:25:29.375Z | Compiling thiserror-impl v1.0.69 |
457 | 2024-12-21T04:25:29.375Z | Compiling zerocopy-derive v0.7.35 |
458 | 2024-12-21T04:25:29.375Z | Compiling scroll_derive v0.12.0 |
459 | 2024-12-21T04:25:29.375Z | Compiling clap_derive v4.5.18 |
460 | 2024-12-21T04:25:30.928Z | Compiling scroll v0.12.0 |
461 | 2024-12-21T04:25:31.422Z | Compiling goblin v0.8.2 |
462 | 2024-12-21T04:25:31.535Z | Compiling zerocopy v0.7.35 |
463 | 2024-12-21T04:25:32.478Z | Compiling pest v2.7.14 |
464 | 2024-12-21T04:25:33.336Z | Compiling clap v4.5.21 |
465 | 2024-12-21T04:25:34.617Z | Compiling pest_meta v2.7.14 |
466 | 2024-12-21T04:25:35.521Z | Compiling pest_generator v2.7.14 |
467 | 2024-12-21T04:25:37.454Z | Compiling pest_derive v2.7.14 |
468 | 2024-12-21T04:25:38.197Z | Compiling dtrace-parser v0.2.0 |
469 | 2024-12-21T04:25:39.782Z | Compiling serde_spanned v0.6.8 |
470 | 2024-12-21T04:25:39.782Z | Compiling toml_datetime v0.6.8 |
471 | 2024-12-21T04:25:39.785Z | Compiling cargo-platform v0.1.8 |
472 | 2024-12-21T04:25:40.157Z | Compiling serde_tokenstream v0.2.2 |
473 | 2024-12-21T04:25:40.213Z | Compiling toml_edit v0.22.22 |
474 | 2024-12-21T04:25:40.366Z | Compiling macaddr v1.0.1 |
475 | 2024-12-21T04:25:40.565Z | Compiling camino-tempfile v1.1.1 |
476 | 2024-12-21T04:25:41.300Z | Compiling dof v0.3.0 |
477 | 2024-12-21T04:25:41.300Z | Compiling cargo_metadata v0.18.1 |
478 | 2024-12-21T04:25:42.976Z | Compiling toml v0.8.19 |
479 | 2024-12-21T04:25:43.259Z | Compiling usdt-attr-macro v0.5.0 |
480 | 2024-12-21T04:25:43.260Z | Compiling usdt-macro v0.5.0 |
481 | 2024-12-21T04:25:43.826Z | Compiling cargo_toml v0.20.5 |
482 | 2024-12-21T04:25:44.572Z | Compiling usdt v0.5.0 |
483 | 2024-12-21T04:25:47.437Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
484 | 2024-12-21T04:25:51.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.33s |
485 | 2024-12-21T04:25:51.964Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
486 | 2024-12-21T04:25:52.498Z | Downloading crates ... |
487 | 2024-12-21T04:25:52.609Z | Downloaded adler2 v2.0.0 |
488 | 2024-12-21T04:25:52.614Z | Downloaded addr2line v0.24.2 |
489 | 2024-12-21T04:25:52.617Z | Downloaded aead v0.5.2 |
490 | 2024-12-21T04:25:52.623Z | Downloaded async-stream-impl v0.3.6 |
491 | 2024-12-21T04:25:52.626Z | Downloaded ciborium-io v0.2.2 |
492 | 2024-12-21T04:25:52.630Z | Downloaded assert_matches v1.5.0 |
493 | 2024-12-21T04:25:52.632Z | Downloaded cfg_aliases v0.2.1 |
494 | 2024-12-21T04:25:52.637Z | Downloaded crunchy v0.2.2 |
495 | 2024-12-21T04:25:52.644Z | Downloaded atomicwrites v0.4.4 |
496 | 2024-12-21T04:25:52.646Z | Downloaded icu_locid v1.5.0 |
497 | 2024-12-21T04:25:52.646Z | Downloaded http-range v0.1.5 |
498 | 2024-12-21T04:25:52.649Z | Downloaded cstr-argument v0.1.2 |
499 | 2024-12-21T04:25:52.652Z | Downloaded icu_provider_macros v1.5.0 |
500 | 2024-12-21T04:25:52.655Z | Downloaded crucible-workspace-hack v0.1.0 |
501 | 2024-12-21T04:25:52.655Z | Downloaded cfg_aliases v0.1.1 |
502 | 2024-12-21T04:25:52.657Z | Downloaded hubpack_derive v0.1.1 |
503 | 2024-12-21T04:25:52.660Z | Downloaded http-body v1.0.1 |
504 | 2024-12-21T04:25:52.660Z | Downloaded instant v0.1.13 |
505 | 2024-12-21T04:25:52.663Z | Downloaded matches v0.1.10 |
506 | 2024-12-21T04:25:52.665Z | Downloaded buf-list v1.0.3 |
507 | 2024-12-21T04:25:52.668Z | Downloaded bitfield v0.14.0 |
508 | 2024-12-21T04:25:52.668Z | Downloaded md5 v0.7.0 |
509 | 2024-12-21T04:25:52.670Z | Downloaded async-recursion v1.1.1 |
510 | 2024-12-21T04:25:52.673Z | Downloaded crc-catalog v2.4.0 |
511 | 2024-12-21T04:25:52.675Z | Downloaded atty v0.2.14 |
512 | 2024-12-21T04:25:52.675Z | Downloaded ascii-canvas v3.0.0 |
513 | 2024-12-21T04:25:52.678Z | Downloaded atomic-waker v1.1.2 |
514 | 2024-12-21T04:25:52.680Z | Downloaded is_ci v1.2.0 |
515 | 2024-12-21T04:25:52.680Z | Downloaded base16ct v0.2.0 |
516 | 2024-12-21T04:25:52.682Z | Downloaded async-stream v0.3.6 |
517 | 2024-12-21T04:25:52.685Z | Downloaded mirai-annotations v1.12.0 |
518 | 2024-12-21T04:25:52.685Z | Downloaded idna_adapter v1.2.0 |
519 | 2024-12-21T04:25:52.687Z | Downloaded block-padding v0.3.3 |
520 | 2024-12-21T04:25:52.687Z | Downloaded ident_case v1.0.1 |
521 | 2024-12-21T04:25:52.687Z | Downloaded bitflags v1.3.2 |
522 | 2024-12-21T04:25:52.691Z | Downloaded match_cfg v0.1.0 |
523 | 2024-12-21T04:25:52.695Z | Downloaded http-body-util v0.1.2 |
524 | 2024-12-21T04:25:52.697Z | Downloaded home v0.5.9 |
525 | 2024-12-21T04:25:52.697Z | Downloaded ctr v0.9.2 |
526 | 2024-12-21T04:25:52.700Z | Downloaded maplit v1.0.2 |
527 | 2024-12-21T04:25:52.700Z | Downloaded lru v0.12.5 |
528 | 2024-12-21T04:25:52.702Z | Downloaded cassowary v0.3.0 |
529 | 2024-12-21T04:25:52.705Z | Downloaded hex-literal v0.4.1 |
530 | 2024-12-21T04:25:52.705Z | Downloaded libefi-sys v0.1.0 |
531 | 2024-12-21T04:25:52.708Z | Downloaded memoffset v0.9.1 |
532 | 2024-12-21T04:25:52.710Z | Downloaded internet-checksum v0.2.1 |
533 | 2024-12-21T04:25:52.710Z | Downloaded impl-trait-for-tuples v0.2.2 |
534 | 2024-12-21T04:25:52.713Z | Downloaded lazy_static v1.5.0 |
535 | 2024-12-21T04:25:52.716Z | Downloaded keccak v0.1.5 |
536 | 2024-12-21T04:25:52.718Z | Downloaded headers-core v0.3.0 |
537 | 2024-12-21T04:25:52.718Z | Downloaded cbc v0.1.2 |
538 | 2024-12-21T04:25:52.722Z | Downloaded is-terminal v0.4.13 |
539 | 2024-12-21T04:25:52.722Z | Downloaded linked-hash-map v0.5.6 |
540 | 2024-12-21T04:25:52.724Z | Downloaded maybe-uninit v2.0.0 |
541 | 2024-12-21T04:25:52.724Z | Downloaded castaway v0.2.3 |
542 | 2024-12-21T04:25:52.727Z | Downloaded bitfield-struct v0.6.2 |
543 | 2024-12-21T04:25:52.727Z | Downloaded bit-vec v0.6.3 |
544 | 2024-12-21T04:25:52.729Z | Downloaded indoc v1.0.9 |
545 | 2024-12-21T04:25:52.733Z | Downloaded mime v0.3.17 |
546 | 2024-12-21T04:25:52.735Z | Downloaded lockfree-object-pool v0.1.6 |
547 | 2024-12-21T04:25:52.738Z | Downloaded russh-cryptovec v0.7.3 |
548 | 2024-12-21T04:25:52.738Z | Downloaded mockall v0.13.0 |
549 | 2024-12-21T04:25:52.742Z | Downloaded cookie_store v0.21.0 |
550 | 2024-12-21T04:25:52.745Z | Downloaded cipher v0.4.4 |
551 | 2024-12-21T04:25:52.745Z | Downloaded indent_write v2.2.0 |
552 | 2024-12-21T04:25:52.745Z | Downloaded async-bb8-diesel v0.2.1 |
553 | 2024-12-21T04:25:52.748Z | Downloaded cancel-safe-futures v0.1.5 |
554 | 2024-12-21T04:25:52.751Z | Downloaded md-5 v0.10.6 |
555 | 2024-12-21T04:25:52.754Z | Downloaded libsw v3.3.1 |
556 | 2024-12-21T04:25:52.756Z | Downloaded iana-time-zone v0.1.61 |
557 | 2024-12-21T04:25:52.759Z | Downloaded litemap v0.7.3 |
558 | 2024-12-21T04:25:52.763Z | Downloaded lock_api v0.4.12 |
559 | 2024-12-21T04:25:52.766Z | Downloaded jobserver v0.1.32 |
560 | 2024-12-21T04:25:52.768Z | Downloaded try-lock v0.2.5 |
561 | 2024-12-21T04:25:52.768Z | Downloaded memmap2 v0.9.5 |
562 | 2024-12-21T04:25:52.771Z | Downloaded ciborium v0.2.2 |
563 | 2024-12-21T04:25:52.773Z | Downloaded rand_chacha v0.3.1 |
564 | 2024-12-21T04:25:52.776Z | Downloaded quinn-udp v0.5.5 |
565 | 2024-12-21T04:25:52.776Z | Downloaded sync_wrapper v1.0.1 |
566 | 2024-12-21T04:25:52.779Z | Downloaded sync-ptr v0.1.1 |
567 | 2024-12-21T04:25:52.779Z | Downloaded curve25519-dalek-derive v0.1.1 |
568 | 2024-12-21T04:25:52.779Z | Downloaded async-trait v0.1.83 |
569 | 2024-12-21T04:25:52.783Z | Downloaded serde_path_to_error v0.1.16 |
570 | 2024-12-21T04:25:52.785Z | Downloaded const_format_proc_macros v0.2.33 |
571 | 2024-12-21T04:25:52.788Z | Downloaded colored v2.1.0 |
572 | 2024-12-21T04:25:52.791Z | Downloaded diesel_table_macro_syntax v0.2.0 |
573 | 2024-12-21T04:25:52.793Z | Downloaded crossbeam-epoch v0.9.18 |
574 | 2024-12-21T04:25:52.795Z | Downloaded const-oid v0.9.6 |
575 | 2024-12-21T04:25:52.798Z | Downloaded clang-sys v1.8.1 |
576 | 2024-12-21T04:25:52.800Z | Downloaded rustls-pemfile v1.0.4 |
577 | 2024-12-21T04:25:52.803Z | Downloaded salsa20 v0.10.2 |
578 | 2024-12-21T04:25:52.805Z | Downloaded signal-hook-mio v0.2.4 |
579 | 2024-12-21T04:25:52.808Z | Downloaded new_debug_unreachable v1.0.6 |
580 | 2024-12-21T04:25:52.808Z | Downloaded foreign-types-shared v0.3.1 |
581 | 2024-12-21T04:25:52.810Z | Downloaded foreign-types-shared v0.1.1 |
582 | 2024-12-21T04:25:52.810Z | Downloaded miniz_oxide v0.8.0 |
583 | 2024-12-21T04:25:52.813Z | Downloaded newtype_derive v0.1.6 |
584 | 2024-12-21T04:25:52.816Z | Downloaded stable_deref_trait v1.2.0 |
585 | 2024-12-21T04:25:52.816Z | Downloaded crc32fast v1.4.2 |
586 | 2024-12-21T04:25:52.818Z | Downloaded newline-converter v0.3.0 |
587 | 2024-12-21T04:25:52.818Z | Downloaded openssl-macros v0.1.1 |
588 | 2024-12-21T04:25:52.821Z | Downloaded opaque-debug v0.3.1 |
589 | 2024-12-21T04:25:52.821Z | Downloaded slog-bunyan v2.5.0 |
590 | 2024-12-21T04:25:52.824Z | Downloaded cookie v0.18.1 |
591 | 2024-12-21T04:25:52.826Z | Downloaded shlex v1.3.0 |
592 | 2024-12-21T04:25:52.826Z | Downloaded tui-tree-widget v0.22.0 |
593 | 2024-12-21T04:25:52.829Z | Downloaded thiserror-impl-no-std v2.0.2 |
594 | 2024-12-21T04:25:52.831Z | Downloaded precomputed-hash v0.1.1 |
595 | 2024-12-21T04:25:52.831Z | Downloaded path-slash v0.1.5 |
596 | 2024-12-21T04:25:52.833Z | Downloaded thiserror-impl v2.0.3 |
597 | 2024-12-21T04:25:52.833Z | Downloaded structmeta v0.2.0 |
598 | 2024-12-21T04:25:52.836Z | Downloaded icu_normalizer v1.5.0 |
599 | 2024-12-21T04:25:52.839Z | Downloaded mime_guess v2.0.5 |
600 | 2024-12-21T04:25:52.841Z | Downloaded unicode-xid v0.2.6 |
601 | 2024-12-21T04:25:52.844Z | Downloaded semver v0.1.20 |
602 | 2024-12-21T04:25:52.847Z | Downloaded blake2 v0.10.6 |
603 | 2024-12-21T04:25:52.850Z | Downloaded rustls-pemfile v2.2.0 |
604 | 2024-12-21T04:25:52.850Z | Downloaded difflib v0.4.0 |
605 | 2024-12-21T04:25:52.852Z | Downloaded defmt-parser v0.3.4 |
606 | 2024-12-21T04:25:52.857Z | Downloaded crossbeam-utils v0.8.20 |
607 | 2024-12-21T04:25:52.860Z | Downloaded serde-big-array v0.5.1 |
608 | 2024-12-21T04:25:52.860Z | Downloaded hyper-util v0.1.10 |
609 | 2024-12-21T04:25:52.862Z | Downloaded slog-term v2.9.1 |
610 | 2024-12-21T04:25:52.866Z | Downloaded rustfmt-wrapper v0.2.1 |
611 | 2024-12-21T04:25:52.869Z | Downloaded tinyvec_macros v0.1.1 |
612 | 2024-12-21T04:25:52.869Z | Downloaded fallible-streaming-iterator v0.1.9 |
613 | 2024-12-21T04:25:52.871Z | Downloaded defmt-macros v0.3.9 |
614 | 2024-12-21T04:25:52.874Z | Downloaded take_mut v0.2.2 |
615 | 2024-12-21T04:25:52.874Z | Downloaded newtype-uuid v1.1.3 |
616 | 2024-12-21T04:25:52.877Z | Downloaded futures-macro v0.3.31 |
617 | 2024-12-21T04:25:52.877Z | Downloaded ed25519 v2.2.3 |
618 | 2024-12-21T04:25:52.880Z | Downloaded futures-task v0.3.31 |
619 | 2024-12-21T04:25:52.882Z | Downloaded pin-utils v0.1.0 |
620 | 2024-12-21T04:25:52.883Z | Downloaded progenitor-impl v0.8.0 |
621 | 2024-12-21T04:25:52.885Z | Downloaded pbkdf2 v0.12.2 |
622 | 2024-12-21T04:25:52.889Z | Downloaded tower-service v0.3.3 |
623 | 2024-12-21T04:25:52.889Z | Downloaded http v1.1.0 |
624 | 2024-12-21T04:25:52.893Z | Downloaded zerofrom v0.1.4 |
625 | 2024-12-21T04:25:52.895Z | Downloaded tokio-rustls v0.25.0 |
626 | 2024-12-21T04:25:52.898Z | Downloaded predicates v3.1.2 |
627 | 2024-12-21T04:25:52.900Z | Downloaded tokio-rustls v0.24.1 |
628 | 2024-12-21T04:25:52.903Z | Downloaded dhcproto-macros v0.1.0 |
629 | 2024-12-21T04:25:52.903Z | Downloaded ref-cast v1.0.23 |
630 | 2024-12-21T04:25:52.907Z | Downloaded base64 v0.22.1 |
631 | 2024-12-21T04:25:52.910Z | Downloaded serde-hex v0.1.0 |
632 | 2024-12-21T04:25:52.912Z | Downloaded crypto-bigint v0.5.5 |
633 | 2024-12-21T04:25:52.920Z | Downloaded secrecy v0.8.0 |
634 | 2024-12-21T04:25:52.922Z | Downloaded rustc_version v0.4.1 |
635 | 2024-12-21T04:25:52.925Z | Downloaded string_cache v0.8.7 |
636 | 2024-12-21T04:25:52.925Z | Downloaded rustc-hash v2.0.0 |
637 | 2024-12-21T04:25:52.928Z | Downloaded smallvec v1.13.2 |
638 | 2024-12-21T04:25:52.931Z | Downloaded ecdsa v0.16.9 |
639 | 2024-12-21T04:25:52.935Z | Downloaded foreign-types v0.5.0 |
640 | 2024-12-21T04:25:52.935Z | Downloaded openssl-probe v0.1.5 |
641 | 2024-12-21T04:25:52.937Z | Downloaded foreign-types-macros v0.2.3 |
642 | 2024-12-21T04:25:52.937Z | Downloaded const_format v0.2.33 |
643 | 2024-12-21T04:25:52.941Z | Downloaded progenitor-client v0.8.0 |
644 | 2024-12-21T04:25:52.943Z | Downloaded xattr v1.3.1 |
645 | 2024-12-21T04:25:52.945Z | Downloaded zerofrom-derive v0.1.4 |
646 | 2024-12-21T04:25:52.947Z | Downloaded zeroize v1.8.1 |
647 | 2024-12-21T04:25:52.947Z | Downloaded pin-project-lite v0.2.14 |
648 | 2024-12-21T04:25:52.953Z | Downloaded pin-project-internal v1.1.6 |
649 | 2024-12-21T04:25:52.955Z | Downloaded tinyvec v1.8.0 |
650 | 2024-12-21T04:25:52.959Z | Downloaded writeable v0.5.5 |
651 | 2024-12-21T04:25:52.961Z | Downloaded utf-8 v0.7.6 |
652 | 2024-12-21T04:25:52.963Z | Downloaded sigpipe v0.1.3 |
653 | 2024-12-21T04:25:52.963Z | Downloaded unicode-truncate v1.1.0 |
654 | 2024-12-21T04:25:52.966Z | Downloaded bytes v1.8.0 |
655 | 2024-12-21T04:25:52.969Z | Downloaded either v1.13.0 |
656 | 2024-12-21T04:25:52.972Z | Downloaded dunce v1.0.5 |
657 | 2024-12-21T04:25:52.974Z | Downloaded base64 v0.21.7 |
658 | 2024-12-21T04:25:52.977Z | Downloaded foreign-types v0.3.2 |
659 | 2024-12-21T04:25:52.981Z | Downloaded hickory-server v0.24.1 |
660 | 2024-12-21T04:25:52.984Z | Downloaded form_urlencoded v1.2.1 |
661 | 2024-12-21T04:25:52.986Z | Downloaded env_logger v0.11.5 |
662 | 2024-12-21T04:25:52.989Z | Downloaded fatfs v0.3.6 |
663 | 2024-12-21T04:25:52.992Z | Downloaded fragile v2.0.0 |
664 | 2024-12-21T04:25:52.994Z | Downloaded nodrop v0.1.14 |
665 | 2024-12-21T04:25:52.997Z | Downloaded fxhash v0.2.1 |
666 | 2024-12-21T04:25:52.997Z | Downloaded float-ord v0.3.2 |
667 | 2024-12-21T04:25:53.000Z | Downloaded pem v3.0.4 |
668 | 2024-12-21T04:25:53.001Z | Downloaded zone_cfg_derive v0.1.2 |
669 | 2024-12-21T04:25:53.001Z | Downloaded progenitor v0.8.0 |
670 | 2024-12-21T04:25:53.003Z | Downloaded tokio-tungstenite v0.24.0 |
671 | 2024-12-21T04:25:53.006Z | Downloaded proc-macro-crate v1.3.1 |
672 | 2024-12-21T04:25:53.006Z | Downloaded pin-project v1.1.6 |
673 | 2024-12-21T04:25:53.019Z | Downloaded parse-size v1.1.0 |
674 | 2024-12-21T04:25:53.022Z | Downloaded oso-derive v0.27.3 |
675 | 2024-12-21T04:25:53.022Z | Downloaded schemars v0.8.21 |
676 | 2024-12-21T04:25:53.045Z | Downloaded termcolor v1.4.1 |
677 | 2024-12-21T04:25:53.048Z | Downloaded spki v0.7.3 |
678 | 2024-12-21T04:25:53.048Z | Downloaded spin v0.5.2 |
679 | 2024-12-21T04:25:53.051Z | Downloaded signature v2.2.0 |
680 | 2024-12-21T04:25:53.051Z | Downloaded signal-hook-tokio v0.3.1 |
681 | 2024-12-21T04:25:53.053Z | Downloaded utf16_iter v1.0.5 |
682 | 2024-12-21T04:25:53.058Z | Downloaded unarray v0.1.4 |
683 | 2024-12-21T04:25:53.058Z | Downloaded typify-macro v0.2.0 |
684 | 2024-12-21T04:25:53.058Z | Downloaded env_logger v0.10.2 |
685 | 2024-12-21T04:25:53.061Z | Downloaded data-encoding v2.6.0 |
686 | 2024-12-21T04:25:53.064Z | Downloaded utf8_iter v1.0.4 |
687 | 2024-12-21T04:25:53.064Z | Downloaded tokio-macros v2.4.0 |
688 | 2024-12-21T04:25:53.064Z | Downloaded tls_codec_derive v0.4.1 |
689 | 2024-12-21T04:25:53.066Z | Downloaded termios v0.3.3 |
690 | 2024-12-21T04:25:53.069Z | Downloaded vte_generate_state_changes v0.1.2 |
691 | 2024-12-21T04:25:53.069Z | Downloaded ssh-encoding v0.2.0 |
692 | 2024-12-21T04:25:53.071Z | Downloaded display-error-chain v0.2.2 |
693 | 2024-12-21T04:25:53.074Z | Downloaded dirs-next v2.0.0 |
694 | 2024-12-21T04:25:53.074Z | Downloaded pem-rfc7468 v0.7.0 |
695 | 2024-12-21T04:25:53.077Z | Downloaded env_filter v0.1.2 |
696 | 2024-12-21T04:25:53.079Z | Downloaded unicode-properties v0.1.3 |
697 | 2024-12-21T04:25:53.081Z | Downloaded rayon-core v1.12.1 |
698 | 2024-12-21T04:25:53.084Z | Downloaded percent-encoding v2.3.1 |
699 | 2024-12-21T04:25:53.086Z | Downloaded hickory-resolver v0.24.1 |
700 | 2024-12-21T04:25:53.091Z | Downloaded primeorder v0.13.6 |
701 | 2024-12-21T04:25:53.093Z | Downloaded des v0.8.1 |
702 | 2024-12-21T04:25:53.095Z | Downloaded group v0.13.0 |
703 | 2024-12-21T04:25:53.098Z | Downloaded radium v0.7.0 |
704 | 2024-12-21T04:25:53.100Z | Downloaded term v0.7.0 |
705 | 2024-12-21T04:25:53.103Z | Downloaded spin v0.9.8 |
706 | 2024-12-21T04:25:53.106Z | Downloaded dhcproto v0.12.0 |
707 | 2024-12-21T04:25:53.108Z | Downloaded static_assertions v1.1.0 |
708 | 2024-12-21T04:25:53.110Z | Downloaded displaydoc v0.2.5 |
709 | 2024-12-21T04:25:53.113Z | Downloaded num-conv v0.1.0 |
710 | 2024-12-21T04:25:53.116Z | Downloaded normalize-line-endings v0.3.0 |
711 | 2024-12-21T04:25:53.116Z | Downloaded tokio-native-tls v0.3.1 |
712 | 2024-12-21T04:25:53.119Z | Downloaded slog-async v2.8.0 |
713 | 2024-12-21T04:25:53.121Z | Downloaded tls_codec v0.4.1 |
714 | 2024-12-21T04:25:53.123Z | Downloaded aes v0.8.4 |
715 | 2024-12-21T04:25:53.126Z | Downloaded slog-envlogger v2.2.0 |
716 | 2024-12-21T04:25:53.128Z | Downloaded pretty-hex v0.2.1 |
717 | 2024-12-21T04:25:53.130Z | Downloaded parking_lot_core v0.9.10 |
718 | 2024-12-21T04:25:53.133Z | Downloaded sha1 v0.10.6 |
719 | 2024-12-21T04:25:53.133Z | Downloaded unicase v2.7.0 |
720 | 2024-12-21T04:25:53.135Z | Downloaded tiny-keccak v2.0.2 |
721 | 2024-12-21T04:25:53.137Z | Downloaded time-macros v0.2.18 |
722 | 2024-12-21T04:25:53.140Z | Downloaded num-traits v0.2.19 |
723 | 2024-12-21T04:25:53.145Z | Downloaded derive_builder_macro v0.20.2 |
724 | 2024-12-21T04:25:53.147Z | Downloaded der v0.7.9 |
725 | 2024-12-21T04:25:53.150Z | Downloaded xz2 v0.1.7 |
726 | 2024-12-21T04:25:53.152Z | Downloaded rfc6979 v0.4.0 |
727 | 2024-12-21T04:25:53.155Z | Downloaded libxml v0.3.3 |
728 | 2024-12-21T04:25:53.161Z | Downloaded ghash v0.5.1 |
729 | 2024-12-21T04:25:53.167Z | Downloaded diesel-dtrace v0.4.2 |
730 | 2024-12-21T04:25:53.167Z | Downloaded derive_more v0.99.18 |
731 | 2024-12-21T04:25:53.172Z | Downloaded darling_macro v0.20.10 |
732 | 2024-12-21T04:25:53.177Z | Downloaded zone_cfg_derive v0.3.0 |
733 | 2024-12-21T04:25:53.177Z | Downloaded num-derive v0.4.2 |
734 | 2024-12-21T04:25:53.177Z | Downloaded filetime v0.2.25 |
735 | 2024-12-21T04:25:53.180Z | Downloaded typify v0.2.0 |
736 | 2024-12-21T04:25:53.181Z | Downloaded openssl-sys v0.9.103 |
737 | 2024-12-21T04:25:53.184Z | Downloaded phf_shared v0.11.2 |
738 | 2024-12-21T04:25:53.186Z | Downloaded headers v0.4.0 |
739 | 2024-12-21T04:25:53.195Z | Downloaded url v2.5.3 |
740 | 2024-12-21T04:25:53.198Z | Downloaded progenitor-macro v0.8.0 |
741 | 2024-12-21T04:25:53.198Z | Downloaded predicates-tree v1.0.11 |
742 | 2024-12-21T04:25:53.198Z | Downloaded psl-types v2.0.11 |
743 | 2024-12-21T04:25:53.201Z | Downloaded yoke v0.7.4 |
744 | 2024-12-21T04:25:53.203Z | Downloaded half v2.4.1 |
745 | 2024-12-21T04:25:53.207Z | Downloaded unicode_categories v0.1.1 |
746 | 2024-12-21T04:25:53.211Z | Downloaded aes-gcm v0.10.3 |
747 | 2024-12-21T04:25:53.216Z | Downloaded waitgroup v0.1.2 |
748 | 2024-12-21T04:25:53.216Z | Downloaded wait-timeout v0.2.0 |
749 | 2024-12-21T04:25:53.220Z | Downloaded russh-keys v0.45.0 |
750 | 2024-12-21T04:25:53.221Z | Downloaded sqlparser_derive v0.2.2 |
751 | 2024-12-21T04:25:53.221Z | Downloaded ron v0.8.1 |
752 | 2024-12-21T04:25:53.225Z | Downloaded simd-adler32 v0.3.7 |
753 | 2024-12-21T04:25:53.229Z | Downloaded signal-hook-registry v1.4.2 |
754 | 2024-12-21T04:25:53.229Z | Downloaded zone v0.3.0 |
755 | 2024-12-21T04:25:53.229Z | Downloaded getrandom v0.2.15 |
756 | 2024-12-21T04:25:53.236Z | Downloaded slog-scope v4.4.0 |
757 | 2024-12-21T04:25:53.241Z | Downloaded futures-executor v0.3.31 |
758 | 2024-12-21T04:25:53.241Z | Downloaded flagset v0.4.6 |
759 | 2024-12-21T04:25:53.241Z | Downloaded strum v0.26.3 |
760 | 2024-12-21T04:25:53.241Z | Downloaded unicode-bidi v0.3.17 |
761 | 2024-12-21T04:25:53.244Z | Downloaded phf_codegen v0.11.2 |
762 | 2024-12-21T04:25:53.244Z | Downloaded tungstenite v0.21.0 |
763 | 2024-12-21T04:25:53.247Z | Downloaded pkcs1 v0.7.5 |
764 | 2024-12-21T04:25:53.249Z | Downloaded flume v0.11.1 |
765 | 2024-12-21T04:25:53.254Z | Downloaded futures-core v0.3.31 |
766 | 2024-12-21T04:25:53.257Z | Downloaded funty v2.0.0 |
767 | 2024-12-21T04:25:53.257Z | Downloaded sct v0.7.1 |
768 | 2024-12-21T04:25:53.261Z | Downloaded time-core v0.1.2 |
769 | 2024-12-21T04:25:53.266Z | Downloaded sec1 v0.7.3 |
770 | 2024-12-21T04:25:53.266Z | Downloaded vte v0.11.1 |
771 | 2024-12-21T04:25:53.266Z | Downloaded endian-type v0.1.2 |
772 | 2024-12-21T04:25:53.269Z | Downloaded embedded-io v0.6.1 |
773 | 2024-12-21T04:25:53.269Z | Downloaded yoke-derive v0.7.4 |
774 | 2024-12-21T04:25:53.271Z | Downloaded rustc-demangle v0.1.24 |
775 | 2024-12-21T04:25:53.274Z | Downloaded prettyplease v0.2.25 |
776 | 2024-12-21T04:25:53.277Z | Downloaded nanorand v0.7.0 |
777 | 2024-12-21T04:25:53.280Z | Downloaded slog v2.7.0 |
778 | 2024-12-21T04:25:53.283Z | Downloaded multimap v0.10.0 |
779 | 2024-12-21T04:25:53.283Z | Downloaded nibble_vec v0.1.0 |
780 | 2024-12-21T04:25:53.288Z | Downloaded toolchain_find v0.4.0 |
781 | 2024-12-21T04:25:53.288Z | Downloaded strip-ansi-escapes v0.2.0 |
782 | 2024-12-21T04:25:53.291Z | Downloaded same-file v1.0.6 |
783 | 2024-12-21T04:25:53.291Z | Downloaded value-bag v1.9.0 |
784 | 2024-12-21T04:25:53.300Z | Downloaded powerfmt v0.2.0 |
785 | 2024-12-21T04:25:53.300Z | Downloaded foldhash v0.1.3 |
786 | 2024-12-21T04:25:53.300Z | Downloaded parse-display-derive v0.10.0 |
787 | 2024-12-21T04:25:53.304Z | Downloaded parking_lot_core v0.8.6 |
788 | 2024-12-21T04:25:53.304Z | Downloaded pkcs5 v0.7.1 |
789 | 2024-12-21T04:25:53.304Z | Downloaded parking_lot v0.12.3 |
790 | 2024-12-21T04:25:53.309Z | Downloaded phf_shared v0.10.0 |
791 | 2024-12-21T04:25:53.312Z | Downloaded unicode-segmentation v1.12.0 |
792 | 2024-12-21T04:25:53.312Z | Downloaded thread_local v1.1.8 |
793 | 2024-12-21T04:25:53.315Z | Downloaded tokio-tungstenite v0.23.1 |
794 | 2024-12-21T04:25:53.318Z | Downloaded tokio-tungstenite v0.21.0 |
795 | 2024-12-21T04:25:53.318Z | Downloaded sqlformat v0.2.6 |
796 | 2024-12-21T04:25:53.321Z | Downloaded uzers v0.12.1 |
797 | 2024-12-21T04:25:53.326Z | Downloaded downcast v0.11.0 |
798 | 2024-12-21T04:25:53.326Z | Downloaded write16 v1.0.0 |
799 | 2024-12-21T04:25:53.331Z | Downloaded rustc-hash v1.1.0 |
800 | 2024-12-21T04:25:53.331Z | Downloaded ssh-cipher v0.2.0 |
801 | 2024-12-21T04:25:53.331Z | Downloaded embedded-io v0.4.0 |
802 | 2024-12-21T04:25:53.335Z | Downloaded fd-lock v4.0.2 |
803 | 2024-12-21T04:25:53.335Z | Downloaded enum-as-inner v0.6.1 |
804 | 2024-12-21T04:25:53.335Z | Downloaded native-tls v0.2.12 |
805 | 2024-12-21T04:25:53.339Z | Downloaded num_threads v0.1.7 |
806 | 2024-12-21T04:25:53.339Z | Downloaded nu-ansi-term v0.50.1 |
807 | 2024-12-21T04:25:53.344Z | Downloaded hashlink v0.9.1 |
808 | 2024-12-21T04:25:53.344Z | Downloaded dsl_auto_type v0.1.2 |
809 | 2024-12-21T04:25:53.349Z | Downloaded hex v0.4.3 |
810 | 2024-12-21T04:25:53.349Z | Downloaded rand_xorshift v0.3.0 |
811 | 2024-12-21T04:25:53.349Z | Downloaded rand_seeder v0.3.0 |
812 | 2024-12-21T04:25:53.354Z | Downloaded zerovec v0.10.4 |
813 | 2024-12-21T04:25:53.357Z | Downloaded hashbrown v0.14.5 |
814 | 2024-12-21T04:25:53.361Z | Downloaded number_prefix v0.4.0 |
815 | 2024-12-21T04:25:53.364Z | Downloaded hkdf v0.12.4 |
816 | 2024-12-21T04:25:53.367Z | Downloaded futures v0.3.31 |
817 | 2024-12-21T04:25:53.370Z | Downloaded slog-stdlog v4.1.1 |
818 | 2024-12-21T04:25:53.373Z | Downloaded expectorate v1.1.0 |
819 | 2024-12-21T04:25:53.374Z | Downloaded scopeguard v1.2.0 |
820 | 2024-12-21T04:25:53.381Z | Downloaded vsss-rs v3.3.4 |
821 | 2024-12-21T04:25:53.384Z | Downloaded tough v0.19.0 |
822 | 2024-12-21T04:25:53.388Z | Downloaded termtree v0.4.1 |
823 | 2024-12-21T04:25:53.388Z | Downloaded polyval v0.6.2 |
824 | 2024-12-21T04:25:53.394Z | Downloaded want v0.3.1 |
825 | 2024-12-21T04:25:53.394Z | Downloaded dropshot_endpoint v0.13.0 |
826 | 2024-12-21T04:25:53.399Z | Downloaded twox-hash v1.6.3 |
827 | 2024-12-21T04:25:53.399Z | Downloaded num_enum_derive v0.5.11 |
828 | 2024-12-21T04:25:53.399Z | Downloaded num_enum v0.5.11 |
829 | 2024-12-21T04:25:53.404Z | Downloaded futures-io v0.3.31 |
830 | 2024-12-21T04:25:53.407Z | Downloaded serde_repr v0.1.19 |
831 | 2024-12-21T04:25:53.407Z | Downloaded derive_builder v0.20.2 |
832 | 2024-12-21T04:25:53.410Z | Downloaded steno v0.4.1 |
833 | 2024-12-21T04:25:53.415Z | Downloaded schemars_derive v0.8.21 |
834 | 2024-12-21T04:25:53.417Z | Downloaded postcard v1.0.10 |
835 | 2024-12-21T04:25:53.420Z | Downloaded serde_yaml v0.9.34+deprecated |
836 | 2024-12-21T04:25:53.423Z | Downloaded phf_generator v0.11.2 |
837 | 2024-12-21T04:25:53.427Z | Downloaded thiserror v2.0.3 |
838 | 2024-12-21T04:25:53.431Z | Downloaded thiserror-no-std v2.0.2 |
839 | 2024-12-21T04:25:53.437Z | Downloaded which v4.4.2 |
840 | 2024-12-21T04:25:53.441Z | Downloaded heck v0.3.3 |
841 | 2024-12-21T04:25:53.441Z | Downloaded serde_plain v1.0.2 |
842 | 2024-12-21T04:25:53.441Z | Downloaded scrypt v0.11.0 |
843 | 2024-12-21T04:25:53.441Z | Downloaded subtle v2.6.1 |
844 | 2024-12-21T04:25:53.444Z | Downloaded futures-util v0.3.31 |
845 | 2024-12-21T04:25:53.454Z | Downloaded num-complex v0.4.6 |
846 | 2024-12-21T04:25:53.457Z | Downloaded test-strategy v0.3.1 |
847 | 2024-12-21T04:25:53.459Z | Downloaded samael v0.0.17 |
848 | 2024-12-21T04:25:53.465Z | Downloaded gethostname v0.5.0 |
849 | 2024-12-21T04:25:53.467Z | Downloaded pkg-config v0.3.31 |
850 | 2024-12-21T04:25:53.470Z | Downloaded whoami v1.5.2 |
851 | 2024-12-21T04:25:53.476Z | Downloaded elliptic-curve v0.13.8 |
852 | 2024-12-21T04:25:53.480Z | Downloaded darling_core v0.20.10 |
853 | 2024-12-21T04:25:53.483Z | Downloaded structmeta-derive v0.3.0 |
854 | 2024-12-21T04:25:53.483Z | Downloaded unicode-normalization v0.1.24 |
855 | 2024-12-21T04:25:53.486Z | Downloaded postgres-protocol v0.6.7 |
856 | 2024-12-21T04:25:53.488Z | Downloaded derive-where v1.2.7 |
857 | 2024-12-21T04:25:53.491Z | Downloaded aws-lc-rs v1.10.0 |
858 | 2024-12-21T04:25:53.501Z | Downloaded rusty-fork v0.3.0 |
859 | 2024-12-21T04:25:53.504Z | Downloaded tracing-attributes v0.1.27 |
860 | 2024-12-21T04:25:53.508Z | Downloaded rustversion v1.0.17 |
861 | 2024-12-21T04:25:53.508Z | Downloaded strum_macros v0.25.3 |
862 | 2024-12-21T04:25:53.511Z | Downloaded dropshot_endpoint v0.12.0 |
863 | 2024-12-21T04:25:53.518Z | Downloaded p256 v0.13.2 |
864 | 2024-12-21T04:25:53.521Z | Downloaded pkcs8 v0.10.2 |
865 | 2024-12-21T04:25:53.521Z | Downloaded tokio-stream v0.1.16 |
866 | 2024-12-21T04:25:53.524Z | Downloaded strum_macros v0.26.4 |
867 | 2024-12-21T04:25:53.527Z | Downloaded subprocess v0.2.9 |
868 | 2024-12-21T04:25:53.529Z | Downloaded oso v0.27.3 |
869 | 2024-12-21T04:25:53.534Z | Downloaded quinn v0.11.5 |
870 | 2024-12-21T04:25:53.541Z | Downloaded bindgen v0.69.5 |
871 | 2024-12-21T04:25:53.543Z | Downloaded flate2 v1.0.34 |
872 | 2024-12-21T04:25:53.548Z | Downloaded diesel_derives v2.2.3 |
873 | 2024-12-21T04:25:53.555Z | Downloaded rustls-pki-types v1.10.0 |
874 | 2024-12-21T04:25:53.559Z | Downloaded bitvec v1.0.1 |
875 | 2024-12-21T04:25:53.573Z | Downloaded tar v0.4.42 |
876 | 2024-12-21T04:25:53.577Z | Downloaded icu_properties_data v1.5.0 |
877 | 2024-12-21T04:25:53.584Z | Downloaded chrono v0.4.38 |
878 | 2024-12-21T04:25:53.592Z | Downloaded rand v0.8.5 |
879 | 2024-12-21T04:25:53.595Z | Downloaded toml_edit v0.19.15 |
880 | 2024-12-21T04:25:53.612Z | Downloaded vergen v8.3.2 |
881 | 2024-12-21T04:25:53.615Z | Downloaded tracing v0.1.40 |
882 | 2024-12-21T04:25:53.618Z | Downloaded zerocopy-derive v0.8.10 |
883 | 2024-12-21T04:25:53.629Z | Downloaded tungstenite v0.23.0 |
884 | 2024-12-21T04:25:53.632Z | Downloaded lalrpop v0.19.12 |
885 | 2024-12-21T04:25:53.637Z | Downloaded heapless v0.8.0 |
886 | 2024-12-21T04:25:53.643Z | Downloaded h2 v0.4.6 |
887 | 2024-12-21T04:25:53.648Z | Downloaded rusqlite v0.32.1 |
888 | 2024-12-21T04:25:53.657Z | Downloaded toml v0.7.8 |
889 | 2024-12-21T04:25:53.660Z | Downloaded zip v2.1.3 |
890 | 2024-12-21T04:25:53.663Z | Downloaded num-bigint v0.4.6 |
891 | 2024-12-21T04:25:53.667Z | Downloaded idna v0.3.0 |
892 | 2024-12-21T04:25:53.675Z | Downloaded ssh-key v0.6.6 |
893 | 2024-12-21T04:25:53.681Z | Downloaded num-bigint-dig v0.8.4 |
894 | 2024-12-21T04:25:53.686Z | Downloaded idna v0.5.0 |
895 | 2024-12-21T04:25:53.696Z | Downloaded time v0.3.36 |
896 | 2024-12-21T04:25:53.702Z | Downloaded rustls-webpki v0.101.7 |
897 | 2024-12-21T04:25:53.714Z | Downloaded quick-xml v0.33.0 |
898 | 2024-12-21T04:25:53.719Z | Downloaded regex v1.11.1 |
899 | 2024-12-21T04:25:53.732Z | Downloaded unicode-width v0.2.0 |
900 | 2024-12-21T04:25:53.740Z | Downloaded zerocopy v0.8.10 |
901 | 2024-12-21T04:25:53.764Z | Downloaded tokio-util v0.7.12 |
902 | 2024-12-21T04:25:53.767Z | Downloaded petname v2.0.2 |
903 | 2024-12-21T04:25:53.774Z | Downloaded winnow v0.5.40 |
904 | 2024-12-21T04:25:53.781Z | Downloaded rustyline v14.0.0 |
905 | 2024-12-21T04:25:53.786Z | Downloaded rustls v0.21.12 |
906 | 2024-12-21T04:25:53.797Z | Downloaded smoltcp v0.9.1 |
907 | 2024-12-21T04:25:53.809Z | Downloaded p521 v0.13.3 |
908 | 2024-12-21T04:25:53.812Z | Downloaded nix v0.28.0 |
909 | 2024-12-21T04:25:53.823Z | Downloaded salty v0.3.0 |
910 | 2024-12-21T04:25:53.830Z | Downloaded quinn-proto v0.11.8 |
911 | 2024-12-21T04:25:53.837Z | Downloaded bstr v1.10.0 |
912 | 2024-12-21T04:25:53.850Z | Downloaded smoltcp v0.11.0 |
913 | 2024-12-21T04:25:53.859Z | Downloaded gimli v0.31.1 |
914 | 2024-12-21T04:25:53.868Z | Downloaded rustls-webpki v0.102.8 |
915 | 2024-12-21T04:25:53.887Z | Downloaded webpki-roots v0.26.6 |
916 | 2024-12-21T04:25:53.893Z | Downloaded rustls v0.22.4 |
917 | 2024-12-21T04:25:53.901Z | Downloaded polar-core v0.27.3 |
918 | 2024-12-21T04:25:53.910Z | Downloaded p384 v0.13.0 |
919 | 2024-12-21T04:25:53.917Z | Downloaded object v0.30.4 |
920 | 2024-12-21T04:25:53.927Z | Downloaded openapiv3 v2.0.0 |
921 | 2024-12-21T04:25:53.941Z | Downloaded dropshot v0.12.0 |
922 | 2024-12-21T04:25:53.958Z | Downloaded nix v0.27.1 |
923 | 2024-12-21T04:25:53.966Z | Downloaded regex-syntax v0.8.5 |
924 | 2024-12-21T04:25:53.977Z | Downloaded rustls v0.23.19 |
925 | 2024-12-21T04:25:53.987Z | Downloaded diesel v2.2.6 |
926 | 2024-12-21T04:25:54.006Z | Downloaded dropshot v0.13.0 |
927 | 2024-12-21T04:25:54.025Z | Downloaded zerocopy-derive v0.6.6 |
928 | 2024-12-21T04:25:54.034Z | Downloaded typify-impl v0.2.0 |
929 | 2024-12-21T04:25:54.053Z | Downloaded nix v0.29.0 |
930 | 2024-12-21T04:25:54.060Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
931 | 2024-12-21T04:25:54.073Z | Downloaded hickory-proto v0.24.1 |
932 | 2024-12-21T04:25:54.089Z | Downloaded object v0.36.5 |
933 | 2024-12-21T04:25:54.099Z | Downloaded sled v0.34.7 |
934 | 2024-12-21T04:25:54.109Z | Downloaded ratatui v0.28.1 |
935 | 2024-12-21T04:25:54.128Z | Downloaded regex-automata v0.4.8 |
936 | 2024-12-21T04:25:54.144Z | Downloaded chrono-tz v0.10.0 |
937 | 2024-12-21T04:25:54.151Z | Downloaded vcpkg v0.2.15 |
938 | 2024-12-21T04:25:54.186Z | Downloaded regex-syntax v0.6.29 |
939 | 2024-12-21T04:25:54.194Z | Downloaded regress v0.10.1 |
940 | 2024-12-21T04:25:54.202Z | Downloaded portable-atomic v1.9.0 |
941 | 2024-12-21T04:25:54.208Z | Downloaded serde_with v3.11.0 |
942 | 2024-12-21T04:25:54.216Z | Downloaded proptest v1.5.0 |
943 | 2024-12-21T04:25:54.225Z | Downloaded trust-dns-proto v0.22.0 |
944 | 2024-12-21T04:25:54.237Z | Downloaded regress v0.9.1 |
945 | 2024-12-21T04:25:54.247Z | Downloaded lzma-sys v0.1.20 |
946 | 2024-12-21T04:25:54.273Z | Downloaded sqlparser v0.45.0 |
947 | 2024-12-21T04:25:54.279Z | Downloaded petgraph v0.6.5 |
948 | 2024-12-21T04:25:54.295Z | Downloaded csv v1.3.0 |
949 | 2024-12-21T04:25:54.315Z | Downloaded openssl v0.10.66 |
950 | 2024-12-21T04:25:54.324Z | Downloaded tokio v1.40.0 |
951 | 2024-12-21T04:25:54.361Z | Downloaded sha3 v0.10.8 |
952 | 2024-12-21T04:25:54.364Z | Downloaded libz-sys v1.1.20 |
953 | 2024-12-21T04:25:54.384Z | Downloaded git2 v0.19.0 |
954 | 2024-12-21T04:25:54.392Z | Downloaded idna v0.4.0 |
955 | 2024-12-21T04:25:54.398Z | Downloaded radix_trie v0.2.1 |
956 | 2024-12-21T04:25:54.404Z | Downloaded nom v7.1.3 |
957 | 2024-12-21T04:25:54.408Z | Downloaded curve25519-dalek v4.1.3 |
958 | 2024-12-21T04:25:54.417Z | Downloaded reqwest v0.12.9 |
959 | 2024-12-21T04:25:54.425Z | Downloaded idna v0.2.3 |
960 | 2024-12-21T04:25:54.436Z | Downloaded typed-path v0.9.3 |
961 | 2024-12-21T04:25:54.441Z | Downloaded zerocopy v0.6.6 |
962 | 2024-12-21T04:25:54.441Z | Downloaded tungstenite v0.24.0 |
963 | 2024-12-21T04:25:54.443Z | Downloaded russh v0.45.0 |
964 | 2024-12-21T04:25:54.447Z | Downloaded parse-zoneinfo v0.3.1 |
965 | 2024-12-21T04:25:54.450Z | Downloaded scheduled-thread-pool v0.2.7 |
966 | 2024-12-21T04:25:54.452Z | Downloaded aho-corasick v1.1.3 |
967 | 2024-12-21T04:25:54.457Z | Downloaded rayon v1.10.0 |
968 | 2024-12-21T04:25:54.464Z | Downloaded packed_struct v0.10.1 |
969 | 2024-12-21T04:25:54.467Z | Downloaded multer v3.1.0 |
970 | 2024-12-21T04:25:54.471Z | Downloaded qorb v0.2.1 |
971 | 2024-12-21T04:25:54.473Z | Downloaded num-integer v0.1.46 |
972 | 2024-12-21T04:25:54.476Z | Downloaded structmeta-derive v0.2.0 |
973 | 2024-12-21T04:25:54.476Z | Downloaded fixedbitset v0.4.2 |
974 | 2024-12-21T04:25:54.476Z | Downloaded postgres-types v0.2.8 |
975 | 2024-12-21T04:25:54.479Z | Downloaded zone v0.1.8 |
976 | 2024-12-21T04:25:54.479Z | Downloaded poly1305 v0.8.0 |
977 | 2024-12-21T04:25:54.482Z | Downloaded reedline v0.35.0 |
978 | 2024-12-21T04:25:54.487Z | Downloaded crossterm v0.28.1 |
979 | 2024-12-21T04:25:54.493Z | Downloaded num v0.4.3 |
980 | 2024-12-21T04:25:54.496Z | Downloaded strum_macros v0.24.3 |
981 | 2024-12-21T04:25:54.498Z | Downloaded r2d2 v0.8.10 |
982 | 2024-12-21T04:25:54.498Z | Downloaded zopfli v0.8.1 |
983 | 2024-12-21T04:25:54.501Z | Downloaded uuid v1.11.0 |
984 | 2024-12-21T04:25:54.503Z | Downloaded der_derive v0.7.3 |
985 | 2024-12-21T04:25:54.506Z | Downloaded similar v2.6.0 |
986 | 2024-12-21T04:25:54.510Z | Downloaded enum-as-inner v0.5.1 |
987 | 2024-12-21T04:25:54.512Z | Downloaded ena v0.14.3 |
988 | 2024-12-21T04:25:54.512Z | Downloaded walkdir v2.5.0 |
989 | 2024-12-21T04:25:54.515Z | Downloaded deranged v0.3.11 |
990 | 2024-12-21T04:25:54.515Z | Downloaded yasna v0.5.2 |
991 | 2024-12-21T04:25:54.523Z | Downloaded itertools v0.13.0 |
992 | 2024-12-21T04:25:54.532Z | Downloaded blake3 v1.5.4 |
993 | 2024-12-21T04:25:54.535Z | Downloaded phf v0.11.2 |
994 | 2024-12-21T04:25:54.536Z | Downloaded parse-display v0.10.0 |
995 | 2024-12-21T04:25:54.536Z | Downloaded float-cmp v0.9.0 |
996 | 2024-12-21T04:25:54.536Z | Downloaded owo-colors v4.1.0 |
997 | 2024-12-21T04:25:54.540Z | Downloaded futures-channel v0.3.31 |
998 | 2024-12-21T04:25:54.540Z | Downloaded hashbrown v0.13.2 |
999 | 2024-12-21T04:25:54.543Z | Downloaded packed_struct_codegen v0.10.1 |
1000 | 2024-12-21T04:25:54.543Z | Downloaded slog-json v2.6.1 |
1001 | 2024-12-21T04:25:54.546Z | Downloaded encoding_rs v0.8.34 |
1002 | 2024-12-21T04:25:54.565Z | Downloaded slab v0.4.9 |
1003 | 2024-12-21T04:25:54.570Z | Downloaded ff v0.13.0 |
1004 | 2024-12-21T04:25:54.574Z | Downloaded shell-words v1.1.0 |
1005 | 2024-12-21T04:25:54.574Z | Downloaded ron v0.7.1 |
1006 | 2024-12-21T04:25:54.576Z | Downloaded hashbrown v0.12.3 |
1007 | 2024-12-21T04:25:54.576Z | Downloaded hyper v1.5.2 |
1008 | 2024-12-21T04:25:54.583Z | Downloaded derive_builder_core v0.20.2 |
1009 | 2024-12-21T04:25:54.586Z | Downloaded itertools v0.12.1 |
1010 | 2024-12-21T04:25:54.592Z | Downloaded idna v1.0.3 |
1011 | 2024-12-21T04:25:54.595Z | Downloaded parking_lot v0.11.2 |
1012 | 2024-12-21T04:25:54.598Z | Downloaded heapless v0.7.17 |
1013 | 2024-12-21T04:25:54.602Z | Downloaded debug-ignore v1.0.5 |
1014 | 2024-12-21T04:25:54.607Z | Downloaded stringprep v0.1.5 |
1015 | 2024-12-21T04:25:54.607Z | Downloaded password-hash v0.4.2 |
1016 | 2024-12-21T04:25:54.612Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1017 | 2024-12-21T04:25:54.662Z | Downloaded globset v0.4.15 |
1018 | 2024-12-21T04:25:54.665Z | Downloaded dirs-sys-next v0.1.2 |
1019 | 2024-12-21T04:25:54.665Z | Downloaded socket2 v0.5.7 |
1020 | 2024-12-21T04:25:54.675Z | Downloaded itertools v0.10.5 |
1021 | 2024-12-21T04:25:54.675Z | Downloaded x509-cert v0.2.5 |
1022 | 2024-12-21T04:25:54.678Z | Downloaded resolv-conf v0.7.0 |
1023 | 2024-12-21T04:25:54.682Z | Downloaded libm v0.2.8 |
1024 | 2024-12-21T04:25:54.686Z | Downloaded snafu v0.8.5 |
1025 | 2024-12-21T04:25:54.691Z | Downloaded fs_extra v1.3.0 |
1026 | 2024-12-21T04:25:54.694Z | Downloaded glob v0.3.1 |
1027 | 2024-12-21T04:25:54.698Z | Downloaded rcgen v0.12.1 |
1028 | 2024-12-21T04:25:54.708Z | Downloaded ed25519-dalek v2.1.1 |
1029 | 2024-12-21T04:25:54.708Z | Downloaded mio v1.0.2 |
1030 | 2024-12-21T04:25:54.711Z | Downloaded hash32 v0.3.1 |
1031 | 2024-12-21T04:25:54.711Z | Downloaded hash32 v0.2.1 |
1032 | 2024-12-21T04:25:54.713Z | Downloaded rtoolbox v0.0.2 |
1033 | 2024-12-21T04:25:54.713Z | Downloaded tokio-postgres v0.7.12 |
1034 | 2024-12-21T04:25:54.716Z | Downloaded crossbeam-channel v0.5.13 |
1035 | 2024-12-21T04:25:54.720Z | Downloaded peg-macros v0.8.4 |
1036 | 2024-12-21T04:25:54.724Z | Downloaded password-hash v0.5.0 |
1037 | 2024-12-21T04:25:54.728Z | Downloaded publicsuffix v2.2.3 |
1038 | 2024-12-21T04:25:54.728Z | Downloaded serde_urlencoded v0.7.1 |
1039 | 2024-12-21T04:25:54.728Z | Downloaded rpassword v7.3.1 |
1040 | 2024-12-21T04:25:54.731Z | Downloaded serde_derive_internals v0.29.1 |
1041 | 2024-12-21T04:25:54.731Z | Downloaded zip v0.6.6 |
1042 | 2024-12-21T04:25:54.735Z | Downloaded unsafe-libyaml v0.2.11 |
1043 | 2024-12-21T04:25:54.737Z | Downloaded rand_core v0.6.4 |
1044 | 2024-12-21T04:25:54.740Z | Downloaded zeroize_derive v1.4.2 |
1045 | 2024-12-21T04:25:54.740Z | Downloaded rsa v0.9.6 |
1046 | 2024-12-21T04:25:54.744Z | Downloaded minimal-lexical v0.2.1 |
1047 | 2024-12-21T04:25:54.748Z | Downloaded icu_properties v1.5.1 |
1048 | 2024-12-21T04:25:54.750Z | Downloaded omicron-zone-package v0.11.1 |
1049 | 2024-12-21T04:25:54.753Z | Downloaded tracing-core v0.1.32 |
1050 | 2024-12-21T04:25:54.757Z | Downloaded ppv-lite86 v0.2.20 |
1051 | 2024-12-21T04:25:54.760Z | Downloaded peg v0.8.4 |
1052 | 2024-12-21T04:25:54.763Z | Downloaded slog-dtrace v0.3.0 |
1053 | 2024-12-21T04:25:54.763Z | Downloaded bumpalo v3.16.0 |
1054 | 2024-12-21T04:25:54.766Z | Downloaded snafu-derive v0.8.5 |
1055 | 2024-12-21T04:25:54.768Z | Downloaded diff v0.1.13 |
1056 | 2024-12-21T04:25:54.768Z | Downloaded topological-sort v0.2.2 |
1057 | 2024-12-21T04:25:54.772Z | Downloaded peg-runtime v0.8.3 |
1058 | 2024-12-21T04:25:54.772Z | Downloaded tap v1.0.1 |
1059 | 2024-12-21T04:25:54.773Z | Downloaded tabwriter v1.4.0 |
1060 | 2024-12-21T04:25:54.776Z | Downloaded predicates-core v1.0.8 |
1061 | 2024-12-21T04:25:54.776Z | Downloaded num-rational v0.4.2 |
1062 | 2024-12-21T04:25:54.776Z | Downloaded futures-sink v0.3.31 |
1063 | 2024-12-21T04:25:54.776Z | Downloaded tinystr v0.7.6 |
1064 | 2024-12-21T04:25:54.779Z | Downloaded supports-color v3.0.1 |
1065 | 2024-12-21T04:25:54.779Z | Downloaded siphasher v0.3.11 |
1066 | 2024-12-21T04:25:54.779Z | Downloaded fallible-iterator v0.2.0 |
1067 | 2024-12-21T04:25:54.782Z | Downloaded cc v1.1.30 |
1068 | 2024-12-21T04:25:54.785Z | Downloaded signal-hook v0.3.17 |
1069 | 2024-12-21T04:25:54.788Z | Downloaded indicatif v0.17.9 |
1070 | 2024-12-21T04:25:54.791Z | Downloaded indexmap v1.9.3 |
1071 | 2024-12-21T04:25:54.795Z | Downloaded icu_collections v1.5.0 |
1072 | 2024-12-21T04:25:54.798Z | Downloaded backtrace v0.3.74 |
1073 | 2024-12-21T04:25:54.805Z | Downloaded arc-swap v1.7.1 |
1074 | 2024-12-21T04:25:54.808Z | Downloaded quick-error v1.2.3 |
1075 | 2024-12-21T04:25:54.808Z | Downloaded untrusted v0.9.0 |
1076 | 2024-12-21T04:25:54.811Z | Downloaded paste v1.0.15 |
1077 | 2024-12-21T04:25:54.811Z | Downloaded olpc-cjson v0.1.4 |
1078 | 2024-12-21T04:25:54.814Z | Downloaded num-iter v0.1.45 |
1079 | 2024-12-21T04:25:54.814Z | Downloaded tokio-rustls v0.26.0 |
1080 | 2024-12-21T04:25:54.818Z | Downloaded smallvec v0.6.14 |
1081 | 2024-12-21T04:25:54.818Z | Downloaded pbkdf2 v0.11.0 |
1082 | 2024-12-21T04:25:54.820Z | Downloaded chacha20poly1305 v0.10.1 |
1083 | 2024-12-21T04:25:54.820Z | Downloaded base64 v0.13.1 |
1084 | 2024-12-21T04:25:54.825Z | Downloaded dyn-clone v1.0.17 |
1085 | 2024-12-21T04:25:54.827Z | Downloaded compact_str v0.8.0 |
1086 | 2024-12-21T04:25:54.827Z | Downloaded fallible-iterator v0.3.0 |
1087 | 2024-12-21T04:25:54.830Z | Downloaded allocator-api2 v0.2.18 |
1088 | 2024-12-21T04:25:54.832Z | Downloaded defmt v0.3.8 |
1089 | 2024-12-21T04:25:54.836Z | Downloaded smf v0.2.3 |
1090 | 2024-12-21T04:25:54.836Z | Downloaded serde_with_macros v3.11.0 |
1091 | 2024-12-21T04:25:54.839Z | Downloaded mockall_derive v0.13.0 |
1092 | 2024-12-21T04:25:54.839Z | Downloaded icu_provider v1.5.0 |
1093 | 2024-12-21T04:25:54.841Z | Downloaded icu_locid_transform_data v1.5.0 |
1094 | 2024-12-21T04:25:54.845Z | Downloaded zerovec-derive v0.10.3 |
1095 | 2024-12-21T04:25:54.845Z | Downloaded wyz v0.5.1 |
1096 | 2024-12-21T04:25:54.847Z | Downloaded untrusted v0.7.1 |
1097 | 2024-12-21T04:25:54.847Z | Downloaded universal-hash v0.5.1 |
1098 | 2024-12-21T04:25:54.847Z | Downloaded crc-any v2.5.0 |
1099 | 2024-12-21T04:25:54.850Z | Downloaded synstructure v0.13.1 |
1100 | 2024-12-21T04:25:54.850Z | Downloaded structmeta v0.3.0 |
1101 | 2024-12-21T04:25:54.853Z | Downloaded ref-cast-impl v1.0.23 |
1102 | 2024-12-21T04:25:54.853Z | Downloaded rustc_version v0.1.7 |
1103 | 2024-12-21T04:25:54.853Z | Downloaded icu_normalizer_data v1.5.0 |
1104 | 2024-12-21T04:25:54.856Z | Downloaded hyper-rustls v0.27.3 |
1105 | 2024-12-21T04:25:54.860Z | Downloaded httparse v1.9.5 |
1106 | 2024-12-21T04:25:54.862Z | Downloaded hmac v0.12.1 |
1107 | 2024-12-21T04:25:54.862Z | Downloaded ipnet v2.10.1 |
1108 | 2024-12-21T04:25:54.865Z | Downloaded ahash v0.8.11 |
1109 | 2024-12-21T04:25:54.868Z | Downloaded libloading v0.8.5 |
1110 | 2024-12-21T04:25:54.868Z | Downloaded csv-core v0.1.11 |
1111 | 2024-12-21T04:25:54.871Z | Downloaded crossbeam-deque v0.8.5 |
1112 | 2024-12-21T04:25:54.871Z | Downloaded arrayvec v0.7.6 |
1113 | 2024-12-21T04:25:54.873Z | Downloaded hyper-staticfile v0.10.1 |
1114 | 2024-12-21T04:25:54.875Z | Downloaded highway v1.2.0 |
1115 | 2024-12-21T04:25:54.878Z | Downloaded console v0.15.8 |
1116 | 2024-12-21T04:25:54.882Z | Downloaded lru-cache v0.1.2 |
1117 | 2024-12-21T04:25:54.882Z | Downloaded icu_locid_transform v1.5.0 |
1118 | 2024-12-21T04:25:54.885Z | Downloaded kstat-rs v0.2.4 |
1119 | 2024-12-21T04:25:54.885Z | Downloaded base64ct v1.6.0 |
1120 | 2024-12-21T04:25:54.889Z | Downloaded argon2 v0.5.3 |
1121 | 2024-12-21T04:25:54.889Z | Downloaded instability v0.3.2 |
1122 | 2024-12-21T04:25:54.889Z | Downloaded hyper-tls v0.6.0 |
1123 | 2024-12-21T04:25:54.892Z | Downloaded humantime v2.1.0 |
1124 | 2024-12-21T04:25:54.892Z | Downloaded bzip2 v0.4.4 |
1125 | 2024-12-21T04:25:54.899Z | Downloaded bcs v0.1.6 |
1126 | 2024-12-21T04:25:54.899Z | Downloaded arrayref v0.3.9 |
1127 | 2024-12-21T04:25:54.899Z | Downloaded managed v0.8.0 |
1128 | 2024-12-21T04:25:54.902Z | Downloaded lalrpop-util v0.19.12 |
1129 | 2024-12-21T04:25:54.902Z | Downloaded lazycell v1.3.0 |
1130 | 2024-12-21T04:25:54.902Z | Downloaded ipnetwork v0.20.0 |
1131 | 2024-12-21T04:25:54.902Z | Downloaded backoff v0.4.0 |
1132 | 2024-12-21T04:25:54.902Z | Downloaded inout v0.1.3 |
1133 | 2024-12-21T04:25:54.902Z | Downloaded darling v0.20.10 |
1134 | 2024-12-21T04:25:54.905Z | Downloaded cobs v0.2.3 |
1135 | 2024-12-21T04:25:54.909Z | Downloaded chacha20 v0.9.1 |
1136 | 2024-12-21T04:25:54.912Z | Downloaded blowfish v0.9.1 |
1137 | 2024-12-21T04:25:54.912Z | Downloaded hostname v0.4.0 |
1138 | 2024-12-21T04:25:54.912Z | Downloaded hickory-client v0.24.1 |
1139 | 2024-12-21T04:25:54.915Z | Downloaded convert_case v0.4.0 |
1140 | 2024-12-21T04:25:54.915Z | Downloaded cmake v0.1.51 |
1141 | 2024-12-21T04:25:54.917Z | Downloaded httpdate v1.0.3 |
1142 | 2024-12-21T04:25:54.917Z | Downloaded crc v3.2.1 |
1143 | 2024-12-21T04:25:54.921Z | Downloaded linear-map v1.2.0 |
1144 | 2024-12-21T04:25:54.921Z | Downloaded hubpack v0.1.2 |
1145 | 2024-12-21T04:25:54.924Z | Downloaded hostname v0.3.1 |
1146 | 2024-12-21T04:25:54.924Z | Downloaded bit-set v0.5.3 |
1147 | 2024-12-21T04:25:54.924Z | Downloaded bcrypt-pbkdf v0.10.0 |
1148 | 2024-12-21T04:25:54.927Z | Downloaded array-init v0.0.4 |
1149 | 2024-12-21T04:25:54.927Z | Downloaded cexpr v0.6.0 |
1150 | 2024-12-21T04:25:54.927Z | Downloaded constant_time_eq v0.3.1 |
1151 | 2024-12-21T04:25:54.927Z | Downloaded ciborium-ll v0.2.2 |
1152 | 2024-12-21T04:25:54.931Z | Downloaded chrono-tz-build v0.4.0 |
1153 | 2024-12-21T04:25:54.931Z | Downloaded bb8 v0.8.5 |
1154 | 2024-12-21T04:25:55.009Z | Downloaded libsqlite3-sys v0.30.1 |
1155 | 2024-12-21T04:25:55.165Z | Downloaded ring v0.17.8 |
1156 | 2024-12-21T04:25:55.357Z | Downloaded ring v0.16.20 |
1157 | 2024-12-21T04:25:55.591Z | Downloaded aws-lc-sys v0.22.0 |
1158 | 2024-12-21T04:25:55.901Z | Compiling serde v1.0.215 |
1159 | 2024-12-21T04:25:55.904Z | Compiling lock_api v0.4.12 |
1160 | 2024-12-21T04:25:55.904Z | Compiling scopeguard v1.2.0 |
1161 | 2024-12-21T04:25:55.904Z | Compiling value-bag v1.9.0 |
1162 | 2024-12-21T04:25:55.904Z | Compiling typenum v1.17.0 |
1163 | 2024-12-21T04:25:55.904Z | Compiling generic-array v0.14.7 |
1164 | 2024-12-21T04:25:56.103Z | Compiling syn v2.0.87 |
1165 | 2024-12-21T04:25:56.116Z | Compiling getrandom v0.2.15 |
1166 | 2024-12-21T04:25:56.251Z | Compiling subtle v2.6.1 |
1167 | 2024-12-21T04:25:56.381Z | Compiling rand_core v0.6.4 |
1168 | 2024-12-21T04:25:56.566Z | Compiling log v0.4.22 |
1169 | 2024-12-21T04:25:56.650Z | Compiling shlex v1.3.0 |
1170 | 2024-12-21T04:25:56.674Z | Compiling jobserver v0.1.32 |
1171 | 2024-12-21T04:25:56.738Z | Compiling const-oid v0.9.6 |
1172 | 2024-12-21T04:25:56.920Z | Compiling smallvec v1.13.2 |
1173 | 2024-12-21T04:25:56.989Z | Compiling spin v0.9.8 |
1174 | 2024-12-21T04:25:57.073Z | Compiling cc v1.1.30 |
1175 | 2024-12-21T04:25:57.340Z | Compiling pin-project-lite v0.2.14 |
1176 | 2024-12-21T04:25:57.389Z | Compiling rustix v0.38.37 |
1177 | 2024-12-21T04:25:57.478Z | Compiling parking_lot_core v0.9.10 |
1178 | 2024-12-21T04:25:57.512Z | Compiling futures-core v0.3.31 |
1179 | 2024-12-21T04:25:57.641Z | Compiling signal-hook-registry v1.4.2 |
1180 | 2024-12-21T04:25:57.779Z | Compiling mio v1.0.2 |
1181 | 2024-12-21T04:25:58.322Z | Compiling aho-corasick v1.1.3 |
1182 | 2024-12-21T04:25:58.484Z | Compiling parking_lot v0.12.3 |
1183 | 2024-12-21T04:25:58.664Z | Compiling cpufeatures v0.2.14 |
1184 | 2024-12-21T04:25:58.769Z | Compiling regex-syntax v0.8.5 |
1185 | 2024-12-21T04:25:58.824Z | Compiling either v1.13.0 |
1186 | 2024-12-21T04:25:58.973Z | Compiling lazy_static v1.5.0 |
1187 | 2024-12-21T04:25:59.049Z | Compiling futures-sink v0.3.31 |
1188 | 2024-12-21T04:25:59.102Z | Compiling glob v0.3.1 |
1189 | 2024-12-21T04:25:59.207Z | Compiling stable_deref_trait v1.2.0 |
1190 | 2024-12-21T04:25:59.238Z | Compiling socket2 v0.5.7 |
1191 | 2024-12-21T04:25:59.323Z | Compiling slab v0.4.9 |
1192 | 2024-12-21T04:25:59.385Z | Compiling prettyplease v0.2.25 |
1193 | 2024-12-21T04:25:59.731Z | Compiling serde_json v1.0.133 |
1194 | 2024-12-21T04:25:59.751Z | Compiling minimal-lexical v0.2.1 |
1195 | 2024-12-21T04:26:00.086Z | Compiling clang-sys v1.8.1 |
1196 | 2024-12-21T04:26:00.263Z | Compiling nom v7.1.3 |
1197 | 2024-12-21T04:26:00.340Z | Compiling libloading v0.8.5 |
1198 | 2024-12-21T04:26:00.375Z | Compiling home v0.5.9 |
1199 | 2024-12-21T04:26:00.639Z | Compiling bindgen v0.69.5 |
1200 | 2024-12-21T04:26:00.760Z | Compiling itertools v0.12.1 |
1201 | 2024-12-21T04:26:01.485Z | Compiling futures-channel v0.3.31 |
1202 | 2024-12-21T04:26:01.514Z | Compiling allocator-api2 v0.2.18 |
1203 | 2024-12-21T04:26:01.920Z | Compiling futures-task v0.3.31 |
1204 | 2024-12-21T04:26:02.247Z | Compiling pin-utils v0.1.0 |
1205 | 2024-12-21T04:26:02.304Z | Compiling lazycell v1.3.0 |
1206 | 2024-12-21T04:26:02.342Z | Compiling libm v0.2.8 |
1207 | 2024-12-21T04:26:02.473Z | Compiling regex-automata v0.4.8 |
1208 | 2024-12-21T04:26:02.683Z | Compiling rustc-hash v1.1.0 |
1209 | 2024-12-21T04:26:02.824Z | Compiling futures-io v0.3.31 |
1210 | 2024-12-21T04:26:03.151Z | Compiling foldhash v0.1.3 |
1211 | 2024-12-21T04:26:03.453Z | Compiling hashbrown v0.15.1 |
1212 | 2024-12-21T04:26:03.930Z | Compiling synstructure v0.13.1 |
1213 | 2024-12-21T04:26:04.099Z | Compiling cexpr v0.6.0 |
1214 | 2024-12-21T04:26:04.820Z | Compiling cmake v0.1.51 |
1215 | 2024-12-21T04:26:05.620Z | Compiling num-traits v0.2.19 |
1216 | 2024-12-21T04:26:05.725Z | Compiling fs_extra v1.3.0 |
1217 | 2024-12-21T04:26:05.819Z | Compiling tinyvec_macros v0.1.1 |
1218 | 2024-12-21T04:26:05.902Z | Compiling dunce v1.0.5 |
1219 | 2024-12-21T04:26:05.921Z | Compiling pkg-config v0.3.31 |
1220 | 2024-12-21T04:26:06.022Z | Compiling tinyvec v1.8.0 |
1221 | 2024-12-21T04:26:06.308Z | Compiling ring v0.17.8 |
1222 | 2024-12-21T04:26:07.416Z | Compiling paste v1.0.15 |
1223 | 2024-12-21T04:26:07.514Z | Compiling unicode-normalization v0.1.24 |
1224 | 2024-12-21T04:26:07.516Z | Compiling unicode-bidi v0.3.17 |
1225 | 2024-12-21T04:26:07.557Z | Compiling writeable v0.5.5 |
1226 | 2024-12-21T04:26:07.912Z | Compiling litemap v0.7.3 |
1227 | 2024-12-21T04:26:08.155Z | Compiling regex v1.11.1 |
1228 | 2024-12-21T04:26:08.304Z | Compiling base64ct v1.6.0 |
1229 | 2024-12-21T04:26:08.883Z | Compiling pem-rfc7468 v0.7.0 |
1230 | 2024-12-21T04:26:08.926Z | Compiling httparse v1.9.5 |
1231 | 2024-12-21T04:26:09.265Z | Compiling flagset v0.4.6 |
1232 | 2024-12-21T04:26:09.285Z | Compiling aws-lc-rs v1.10.0 |
1233 | 2024-12-21T04:26:09.579Z | Compiling tracing-core v0.1.32 |
1234 | 2024-12-21T04:26:09.717Z | Compiling rustls-pki-types v1.10.0 |
1235 | 2024-12-21T04:26:09.738Z | Compiling icu_locid_transform_data v1.5.0 |
1236 | 2024-12-21T04:26:09.843Z | Compiling crossbeam-utils v0.8.20 |
1237 | 2024-12-21T04:26:10.456Z | Compiling percent-encoding v2.3.1 |
1238 | 2024-12-21T04:26:10.714Z | Compiling serde_derive v1.0.215 |
1239 | 2024-12-21T04:26:10.804Z | Compiling zeroize_derive v1.4.2 |
1240 | 2024-12-21T04:26:10.824Z | Compiling zerocopy-derive v0.7.35 |
1241 | 2024-12-21T04:26:10.905Z | Compiling tokio-macros v2.4.0 |
1242 | 2024-12-21T04:26:11.356Z | Compiling zerofrom-derive v0.1.4 |
1243 | 2024-12-21T04:26:12.395Z | Compiling zeroize v1.8.1 |
1244 | 2024-12-21T04:26:12.529Z | Compiling yoke-derive v0.7.4 |
1245 | 2024-12-21T04:26:12.974Z | Compiling thiserror-impl v1.0.69 |
1246 | 2024-12-21T04:26:13.145Z | Compiling zerocopy v0.7.35 |
1247 | 2024-12-21T04:26:14.226Z | Compiling crypto-common v0.1.6 |
1248 | 2024-12-21T04:26:14.457Z | Compiling block-buffer v0.10.4 |
1249 | 2024-12-21T04:26:14.619Z | Compiling futures-macro v0.3.31 |
1250 | 2024-12-21T04:26:14.662Z | Compiling zerovec-derive v0.10.3 |
1251 | 2024-12-21T04:26:14.732Z | Compiling digest v0.10.7 |
1252 | 2024-12-21T04:26:15.271Z | Compiling hmac v0.12.1 |
1253 | 2024-12-21T04:26:15.375Z | Compiling block-padding v0.3.3 |
1254 | 2024-12-21T04:26:15.518Z | Compiling zerofrom v0.1.4 |
1255 | 2024-12-21T04:26:15.538Z | Compiling displaydoc v0.2.5 |
1256 | 2024-12-21T04:26:15.637Z | Compiling inout v0.1.3 |
1257 | 2024-12-21T04:26:15.657Z | Compiling sha2 v0.10.8 |
1258 | 2024-12-21T04:26:15.757Z | Compiling yoke v0.7.4 |
1259 | 2024-12-21T04:26:15.932Z | Compiling cipher v0.4.4 |
1260 | 2024-12-21T04:26:16.152Z | Compiling ppv-lite86 v0.2.20 |
1261 | 2024-12-21T04:26:16.351Z | Compiling thiserror v1.0.69 |
1262 | 2024-12-21T04:26:16.469Z | Compiling der_derive v0.7.3 |
1263 | 2024-12-21T04:26:16.495Z | Compiling icu_provider_macros v1.5.0 |
1264 | 2024-12-21T04:26:16.665Z | Compiling futures-util v0.3.31 |
1265 | 2024-12-21T04:26:17.020Z | Compiling rand_chacha v0.3.1 |
1266 | 2024-12-21T04:26:17.297Z | Compiling tracing-attributes v0.1.27 |
1267 | 2024-12-21T04:26:17.405Z | Compiling zerovec v0.10.4 |
1268 | 2024-12-21T04:26:17.631Z | Compiling rand v0.8.5 |
1269 | 2024-12-21T04:26:19.084Z | Compiling der v0.7.9 |
1270 | 2024-12-21T04:26:19.177Z | Compiling pest v2.7.14 |
1271 | 2024-12-21T04:26:19.425Z | Compiling tinystr v0.7.6 |
1272 | 2024-12-21T04:26:19.734Z | Compiling icu_collections v1.5.0 |
1273 | 2024-12-21T04:26:19.805Z | Compiling icu_locid v1.5.0 |
1274 | 2024-12-21T04:26:19.893Z | Compiling salsa20 v0.10.2 |
1275 | 2024-12-21T04:26:20.181Z | Compiling pbkdf2 v0.12.2 |
1276 | 2024-12-21T04:26:20.378Z | Compiling untrusted v0.9.0 |
1277 | 2024-12-21T04:26:20.579Z | Compiling num-conv v0.1.0 |
1278 | 2024-12-21T04:26:20.861Z | Compiling vcpkg v0.2.15 |
1279 | 2024-12-21T04:26:21.331Z | Compiling icu_provider v1.5.0 |
1280 | 2024-12-21T04:26:21.362Z | Compiling tracing v0.1.40 |
1281 | 2024-12-21T04:26:21.751Z | Compiling spki v0.7.3 |
1282 | 2024-12-21T04:26:22.123Z | Compiling icu_locid_transform v1.5.0 |
1283 | 2024-12-21T04:26:22.283Z | Compiling icu_properties_data v1.5.0 |
1284 | 2024-12-21T04:26:22.305Z | Compiling time-core v0.1.2 |
1285 | 2024-12-21T04:26:22.308Z | Compiling untrusted v0.7.1 |
1286 | 2024-12-21T04:26:22.485Z | Compiling powerfmt v0.2.0 |
1287 | 2024-12-21T04:26:22.509Z | Compiling mirai-annotations v1.12.0 |
1288 | 2024-12-21T04:26:22.524Z | Compiling time-macros v0.2.18 |
1289 | 2024-12-21T04:26:22.547Z | Compiling pest_meta v2.7.14 |
1290 | 2024-12-21T04:26:22.883Z | Compiling deranged v0.3.11 |
1291 | 2024-12-21T04:26:22.905Z | Compiling scrypt v0.11.0 |
1292 | 2024-12-21T04:26:23.065Z | Compiling openssl-sys v0.9.103 |
1293 | 2024-12-21T04:26:23.498Z | Compiling icu_properties v1.5.1 |
1294 | 2024-12-21T04:26:24.174Z | Compiling cbc v0.1.2 |
1295 | 2024-12-21T04:26:24.404Z | Compiling aes v0.8.4 |
1296 | 2024-12-21T04:26:24.840Z | Compiling bitflags v2.6.0 |
1297 | 2024-12-21T04:26:24.860Z | Compiling bytes v1.8.0 |
1298 | 2024-12-21T04:26:25.875Z | Compiling tokio v1.40.0 |
1299 | 2024-12-21T04:26:26.278Z | Compiling indexmap v2.6.0 |
1300 | 2024-12-21T04:26:26.620Z | Compiling http v1.1.0 |
1301 | 2024-12-21T04:26:27.311Z | Compiling semver v1.0.23 |
1302 | 2024-12-21T04:26:27.718Z | Compiling rustc_version v0.4.1 |
1303 | 2024-12-21T04:26:27.806Z | Compiling scroll_derive v0.12.0 |
1304 | 2024-12-21T04:26:28.423Z | Compiling utf16_iter v1.0.5 |
1305 | 2024-12-21T04:26:28.541Z | Compiling icu_normalizer_data v1.5.0 |
1306 | 2024-12-21T04:26:28.622Z | Compiling num_threads v0.1.7 |
1307 | 2024-12-21T04:26:28.629Z | Compiling write16 v1.0.0 |
1308 | 2024-12-21T04:26:28.661Z | Compiling atomic-waker v1.1.2 |
1309 | 2024-12-21T04:26:28.754Z | Compiling utf8_iter v1.0.4 |
1310 | 2024-12-21T04:26:28.758Z | Compiling time v0.3.36 |
1311 | 2024-12-21T04:26:28.840Z | Compiling http-body v1.0.1 |
1312 | 2024-12-21T04:26:28.997Z | Compiling icu_normalizer v1.5.0 |
1313 | 2024-12-21T04:26:29.081Z | Compiling pkcs5 v0.7.1 |
1314 | 2024-12-21T04:26:29.218Z | Compiling which v4.4.2 |
1315 | 2024-12-21T04:26:29.243Z | Compiling scroll v0.12.0 |
1316 | 2024-12-21T04:26:29.279Z | Compiling pest_generator v2.7.14 |
1317 | 2024-12-21T04:26:29.822Z | Compiling form_urlencoded v1.2.1 |
1318 | 2024-12-21T04:26:30.184Z | Compiling slog v2.7.0 |
1319 | 2024-12-21T04:26:30.365Z | Compiling try-lock v0.2.5 |
1320 | 2024-12-21T04:26:30.523Z | Compiling goblin v0.8.2 |
1321 | 2024-12-21T04:26:30.671Z | Compiling want v0.3.1 |
1322 | 2024-12-21T04:26:30.799Z | Compiling idna_adapter v1.2.0 |
1323 | 2024-12-21T04:26:30.955Z | Compiling pkcs8 v0.10.2 |
1324 | 2024-12-21T04:26:31.016Z | Compiling uuid v1.11.0 |
1325 | 2024-12-21T04:26:31.036Z | Compiling iana-time-zone v0.1.61 |
1326 | 2024-12-21T04:26:31.354Z | Compiling pest_derive v2.7.14 |
1327 | 2024-12-21T04:26:31.507Z | Compiling httpdate v1.0.3 |
1328 | 2024-12-21T04:26:31.689Z | Compiling chrono v0.4.38 |
1329 | 2024-12-21T04:26:31.977Z | Compiling idna v1.0.3 |
1330 | 2024-12-21T04:26:32.177Z | Compiling dtrace-parser v0.2.0 |
1331 | 2024-12-21T04:26:33.291Z | Compiling serde_tokenstream v0.2.2 |
1332 | 2024-12-21T04:26:33.872Z | Compiling serde_spanned v0.6.8 |
1333 | 2024-12-21T04:26:33.927Z | Compiling toml_datetime v0.6.8 |
1334 | 2024-12-21T04:26:34.061Z | Compiling adler2 v2.0.0 |
1335 | 2024-12-21T04:26:34.113Z | Compiling match_cfg v0.1.0 |
1336 | 2024-12-21T04:26:34.215Z | Compiling foreign-types-shared v0.1.1 |
1337 | 2024-12-21T04:26:34.268Z | Compiling openssl v0.10.66 |
1338 | 2024-12-21T04:26:34.325Z | Compiling tokio-util v0.7.12 |
1339 | 2024-12-21T04:26:34.407Z | Compiling base64 v0.22.1 |
1340 | 2024-12-21T04:26:34.436Z | Compiling tower-service v0.3.3 |
1341 | 2024-12-21T04:26:34.570Z | Compiling rustversion v1.0.17 |
1342 | 2024-12-21T04:26:34.718Z | Compiling foreign-types v0.3.2 |
1343 | 2024-12-21T04:26:34.814Z | Compiling hostname v0.3.1 |
1344 | 2024-12-21T04:26:35.092Z | Compiling miniz_oxide v0.8.0 |
1345 | 2024-12-21T04:26:35.206Z | Compiling url v2.5.3 |
1346 | 2024-12-21T04:26:35.396Z | Compiling h2 v0.4.6 |
1347 | 2024-12-21T04:26:35.783Z | Compiling async-trait v0.1.83 |
1348 | 2024-12-21T04:26:36.635Z | Compiling dof v0.3.0 |
1349 | 2024-12-21T04:26:36.867Z | Compiling openssl-macros v0.1.1 |
1350 | 2024-12-21T04:26:37.124Z | Compiling serde_derive_internals v0.29.1 |
1351 | 2024-12-21T04:26:37.656Z | Compiling usdt-impl v0.5.0 |
1352 | 2024-12-21T04:26:38.575Z | Compiling dirs-sys-next v0.1.2 |
1353 | 2024-12-21T04:26:38.817Z | Compiling rustls v0.23.19 |
1354 | 2024-12-21T04:26:39.084Z | Compiling data-encoding v2.6.0 |
1355 | 2024-12-21T04:26:39.241Z | Compiling schemars v0.8.21 |
1356 | 2024-12-21T04:26:39.261Z | Compiling native-tls v0.2.12 |
1357 | 2024-12-21T04:26:39.582Z | Compiling rustls v0.22.4 |
1358 | 2024-12-21T04:26:39.585Z | Compiling siphasher v0.3.11 |
1359 | 2024-12-21T04:26:39.847Z | Compiling syn v1.0.109 |
1360 | 2024-12-21T04:26:39.931Z | Compiling schemars_derive v0.8.21 |
1361 | 2024-12-21T04:26:40.084Z | Compiling dirs-next v2.0.0 |
1362 | 2024-12-21T04:26:40.966Z | Compiling http-body-util v0.1.2 |
1363 | 2024-12-21T04:26:41.480Z | Compiling crossbeam-epoch v0.9.18 |
1364 | 2024-12-21T04:26:41.501Z | Compiling heapless v0.7.17 |
1365 | 2024-12-21T04:26:41.704Z | Compiling signature v2.2.0 |
1366 | 2024-12-21T04:26:41.928Z | Compiling sha1 v0.10.6 |
1367 | 2024-12-21T04:26:42.003Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1368 | 2024-12-21T04:26:42.073Z | Compiling thread_local v1.1.8 |
1369 | 2024-12-21T04:26:42.243Z | Compiling hyper v1.5.2 |
1370 | 2024-12-21T04:26:42.378Z | Compiling cookie v0.18.1 |
1371 | 2024-12-21T04:26:42.490Z | Compiling multer v3.1.0 |
1372 | 2024-12-21T04:26:42.629Z | Compiling encoding_rs v0.8.34 |
1373 | 2024-12-21T04:26:42.655Z | Compiling dyn-clone v1.0.17 |
1374 | 2024-12-21T04:26:42.763Z | Compiling openssl-probe v0.1.5 |
1375 | 2024-12-21T04:26:42.866Z | Compiling rayon-core v1.12.1 |
1376 | 2024-12-21T04:26:43.112Z | Compiling unicode-properties v0.1.3 |
1377 | 2024-12-21T04:26:43.138Z | Compiling mime v0.3.17 |
1378 | 2024-12-21T04:26:43.282Z | Compiling signal-hook v0.3.17 |
1379 | 2024-12-21T04:26:43.499Z | Compiling slog-async v2.8.0 |
1380 | 2024-12-21T04:26:43.540Z | Compiling ipnet v2.10.1 |
1381 | 2024-12-21T04:26:43.778Z | Compiling gimli v0.31.1 |
1382 | 2024-12-21T04:26:44.094Z | Compiling stringprep v0.1.5 |
1383 | 2024-12-21T04:26:44.809Z | Compiling hyper-util v0.1.10 |
1384 | 2024-12-21T04:26:45.455Z | Compiling toml_edit v0.22.22 |
1385 | 2024-12-21T04:26:47.259Z | Compiling crossbeam-deque v0.8.5 |
1386 | 2024-12-21T04:26:47.679Z | Compiling usdt-macro v0.5.0 |
1387 | 2024-12-21T04:26:48.022Z | Compiling usdt-attr-macro v0.5.0 |
1388 | 2024-12-21T04:26:48.523Z | Compiling addr2line v0.24.2 |
1389 | 2024-12-21T04:26:49.168Z | Compiling term v0.7.0 |
1390 | 2024-12-21T04:26:49.205Z | Compiling slog-json v2.6.1 |
1391 | 2024-12-21T04:26:49.250Z | Compiling serde_urlencoded v0.7.1 |
1392 | 2024-12-21T04:26:49.576Z | Compiling crossbeam-channel v0.5.13 |
1393 | 2024-12-21T04:26:49.651Z | Compiling curve25519-dalek v4.1.3 |
1394 | 2024-12-21T04:26:49.654Z | Compiling futures-executor v0.3.31 |
1395 | 2024-12-21T04:26:49.726Z | Compiling enum-as-inner v0.6.1 |
1396 | 2024-12-21T04:26:50.240Z | Compiling md-5 v0.10.6 |
1397 | 2024-12-21T04:26:50.280Z | Compiling async-stream-impl v0.3.6 |
1398 | 2024-12-21T04:26:50.516Z | Compiling rustls-pemfile v2.2.0 |
1399 | 2024-12-21T04:26:50.735Z | Compiling num-integer v0.1.46 |
1400 | 2024-12-21T04:26:50.755Z | Compiling idna v0.4.0 |
1401 | 2024-12-21T04:26:50.851Z | Compiling idna v0.3.0 |
1402 | 2024-12-21T04:26:50.871Z | Compiling hash32 v0.2.1 |
1403 | 2024-12-21T04:26:51.235Z | Compiling ff v0.13.0 |
1404 | 2024-12-21T04:26:51.450Z | Compiling is-terminal v0.4.13 |
1405 | 2024-12-21T04:26:51.529Z | Compiling object v0.36.5 |
1406 | 2024-12-21T04:26:51.585Z | Compiling dropshot v0.12.0 |
1407 | 2024-12-21T04:26:51.678Z | Compiling take_mut v0.2.2 |
1408 | 2024-12-21T04:26:51.845Z | Compiling utf-8 v0.7.6 |
1409 | 2024-12-21T04:26:51.868Z | Compiling psl-types v2.0.11 |
1410 | 2024-12-21T04:26:52.069Z | Compiling rustc-demangle v0.1.24 |
1411 | 2024-12-21T04:26:52.176Z | Compiling base16ct v0.2.0 |
1412 | 2024-12-21T04:26:52.431Z | Compiling smoltcp v0.9.1 |
1413 | 2024-12-21T04:26:52.502Z | Compiling fallible-iterator v0.2.0 |
1414 | 2024-12-21T04:26:52.521Z | Compiling portable-atomic v1.9.0 |
1415 | 2024-12-21T04:26:53.045Z | Compiling num-bigint-dig v0.8.4 |
1416 | 2024-12-21T04:26:53.148Z | Compiling anyhow v1.0.93 |
1417 | 2024-12-21T04:26:53.199Z | Compiling linked-hash-map v0.5.6 |
1418 | 2024-12-21T04:26:53.326Z | Compiling quick-error v1.2.3 |
1419 | 2024-12-21T04:26:53.478Z | Compiling resolv-conf v0.7.0 |
1420 | 2024-12-21T04:26:53.585Z | Compiling lru-cache v0.1.2 |
1421 | 2024-12-21T04:26:53.743Z | Compiling postgres-protocol v0.6.7 |
1422 | 2024-12-21T04:26:53.771Z | Compiling sec1 v0.7.3 |
1423 | 2024-12-21T04:26:53.840Z | Compiling publicsuffix v2.2.3 |
1424 | 2024-12-21T04:26:54.098Z | Compiling tungstenite v0.24.0 |
1425 | 2024-12-21T04:26:54.241Z | Compiling async-stream v0.3.6 |
1426 | 2024-12-21T04:26:54.359Z | Compiling hickory-proto v0.24.1 |
1427 | 2024-12-21T04:26:54.562Z | Compiling slog-term v2.9.1 |
1428 | 2024-12-21T04:26:55.081Z | Compiling usdt v0.5.0 |
1429 | 2024-12-21T04:26:55.499Z | Compiling group v0.13.0 |
1430 | 2024-12-21T04:26:55.636Z | Compiling num-iter v0.1.45 |
1431 | 2024-12-21T04:26:55.853Z | Compiling futures v0.3.31 |
1432 | 2024-12-21T04:26:55.945Z | Compiling slog-bunyan v2.5.0 |
1433 | 2024-12-21T04:26:55.979Z | Compiling toml v0.8.19 |
1434 | 2024-12-21T04:26:56.448Z | Compiling tokio-native-tls v0.3.1 |
1435 | 2024-12-21T04:26:57.754Z | Compiling camino v1.1.9 |
1436 | 2024-12-21T04:26:58.098Z | Compiling phf_shared v0.11.2 |
1437 | 2024-12-21T04:26:58.159Z | Compiling dropshot_endpoint v0.12.0 |
1438 | 2024-12-21T04:26:58.492Z | Compiling terminal_size v0.4.0 |
1439 | 2024-12-21T04:26:58.719Z | Compiling waitgroup v0.1.2 |
1440 | 2024-12-21T04:26:58.747Z | Compiling openapiv3 v2.0.0 |
1441 | 2024-12-21T04:26:58.859Z | Compiling backtrace v0.3.74 |
1442 | 2024-12-21T04:26:58.947Z | Compiling serde_path_to_error v0.1.16 |
1443 | 2024-12-21T04:26:59.611Z | Compiling hkdf v0.12.4 |
1444 | 2024-12-21T04:26:59.780Z | Compiling crypto-bigint v0.5.5 |
1445 | 2024-12-21T04:26:59.882Z | Compiling zerocopy-derive v0.6.6 |
1446 | 2024-12-21T04:27:02.164Z | Compiling curve25519-dalek-derive v0.1.1 |
1447 | 2024-12-21T04:27:02.659Z | Compiling webpki-roots v0.26.6 |
1448 | 2024-12-21T04:27:02.798Z | Compiling idna v0.5.0 |
1449 | 2024-12-21T04:27:02.877Z | Compiling hostname v0.4.0 |
1450 | 2024-12-21T04:27:03.143Z | Compiling fs-err v2.11.0 |
1451 | 2024-12-21T04:27:03.175Z | Compiling hubpack_derive v0.1.1 |
1452 | 2024-12-21T04:27:03.231Z | Compiling ahash v0.8.11 |
1453 | 2024-12-21T04:27:03.423Z | Compiling crc32fast v1.4.2 |
1454 | 2024-12-21T04:27:03.581Z | Compiling bitflags v1.3.2 |
1455 | 2024-12-21T04:27:03.691Z | Compiling debug-ignore v1.0.5 |
1456 | 2024-12-21T04:27:03.711Z | Compiling newtype-uuid v1.1.3 |
1457 | 2024-12-21T04:27:03.769Z | Compiling winnow v0.5.40 |
1458 | 2024-12-21T04:27:03.842Z | Compiling managed v0.8.0 |
1459 | 2024-12-21T04:27:04.009Z | Compiling clap_builder v4.5.21 |
1460 | 2024-12-21T04:27:04.049Z | Compiling hubpack v0.1.2 |
1461 | 2024-12-21T04:27:04.509Z | Compiling cookie_store v0.21.0 |
1462 | 2024-12-21T04:27:05.126Z | Compiling flate2 v1.0.34 |
1463 | 2024-12-21T04:27:05.866Z | Compiling strum_macros v0.25.3 |
1464 | 2024-12-21T04:27:06.179Z | Compiling console v0.15.8 |
1465 | 2024-12-21T04:27:06.422Z | Compiling elliptic-curve v0.13.8 |
1466 | 2024-12-21T04:27:06.516Z | Compiling zerocopy v0.6.6 |
1467 | 2024-12-21T04:27:07.295Z | Compiling toml_edit v0.19.15 |
1468 | 2024-12-21T04:27:07.382Z | Compiling hickory-resolver v0.24.1 |
1469 | 2024-12-21T04:27:07.788Z | Compiling phf v0.11.2 |
1470 | 2024-12-21T04:27:08.091Z | Compiling signal-hook-mio v0.2.4 |
1471 | 2024-12-21T04:27:08.265Z | Compiling rayon v1.10.0 |
1472 | 2024-12-21T04:27:08.579Z | Compiling hyper-tls v0.6.0 |
1473 | 2024-12-21T04:27:09.002Z | Compiling bzip2 v0.4.4 |
1474 | 2024-12-21T04:27:10.043Z | Compiling tokio-tungstenite v0.24.0 |
1475 | 2024-12-21T04:27:10.627Z | Compiling postgres-types v0.2.8 |
1476 | 2024-12-21T04:27:12.728Z | Compiling ed25519 v2.2.3 |
1477 | 2024-12-21T04:27:13.122Z | Compiling phf_shared v0.10.0 |
1478 | 2024-12-21T04:27:13.517Z | Compiling tokio-stream v0.1.16 |
1479 | 2024-12-21T04:27:13.539Z | Compiling pkcs1 v0.7.5 |
1480 | 2024-12-21T04:27:13.555Z | Compiling serde-big-array v0.5.1 |
1481 | 2024-12-21T04:27:13.797Z | Compiling clap_derive v4.5.18 |
1482 | 2024-12-21T04:27:14.159Z | Compiling rfc6979 v0.4.0 |
1483 | 2024-12-21T04:27:14.351Z | Compiling derive-where v1.2.7 |
1484 | 2024-12-21T04:27:14.538Z | Compiling serde_repr v0.1.19 |
1485 | 2024-12-21T04:27:14.599Z | Compiling float-cmp v0.9.0 |
1486 | 2024-12-21T04:27:14.650Z | Compiling bstr v1.10.0 |
1487 | 2024-12-21T04:27:14.816Z | Compiling sync_wrapper v1.0.1 |
1488 | 2024-12-21T04:27:14.977Z | Compiling static_assertions v1.1.0 |
1489 | 2024-12-21T04:27:15.087Z | Compiling new_debug_unreachable v1.0.6 |
1490 | 2024-12-21T04:27:15.208Z | Compiling unicode-segmentation v1.12.0 |
1491 | 2024-12-21T04:27:15.480Z | Compiling difflib v0.4.0 |
1492 | 2024-12-21T04:27:15.730Z | Compiling normalize-line-endings v0.3.0 |
1493 | 2024-12-21T04:27:15.860Z | Compiling predicates-core v1.0.8 |
1494 | 2024-12-21T04:27:16.093Z | Compiling whoami v1.5.2 |
1495 | 2024-12-21T04:27:16.229Z | Compiling number_prefix v0.4.0 |
1496 | 2024-12-21T04:27:16.471Z | Compiling bit-vec v0.6.3 |
1497 | 2024-12-21T04:27:16.493Z | Compiling unicode-width v0.2.0 |
1498 | 2024-12-21T04:27:16.729Z | Compiling fixedbitset v0.4.2 |
1499 | 2024-12-21T04:27:16.923Z | Compiling precomputed-hash v0.1.1 |
1500 | 2024-12-21T04:27:17.025Z | Compiling string_cache v0.8.7 |
1501 | 2024-12-21T04:27:17.046Z | Compiling petgraph v0.6.5 |
1502 | 2024-12-21T04:27:17.148Z | Compiling indicatif v0.17.9 |
1503 | 2024-12-21T04:27:17.181Z | Compiling bit-set v0.5.3 |
1504 | 2024-12-21T04:27:17.476Z | Compiling tokio-postgres v0.7.12 |
1505 | 2024-12-21T04:27:17.499Z | Compiling predicates v3.1.2 |
1506 | 2024-12-21T04:27:18.028Z | Compiling similar v2.6.0 |
1507 | 2024-12-21T04:27:18.953Z | Compiling clap v4.5.21 |
1508 | 2024-12-21T04:27:19.084Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1509 | 2024-12-21T04:27:19.318Z | Compiling ecdsa v0.16.9 |
1510 | 2024-12-21T04:27:19.427Z | Compiling rsa v0.9.6 |
1511 | 2024-12-21T04:27:20.156Z | Compiling ed25519-dalek v2.1.1 |
1512 | 2024-12-21T04:27:20.543Z | Compiling toml v0.7.8 |
1513 | 2024-12-21T04:27:21.177Z | Compiling zip v0.6.6 |
1514 | 2024-12-21T04:27:21.498Z | Compiling crossterm v0.28.1 |
1515 | 2024-12-21T04:27:23.382Z | Compiling hex v0.4.3 |
1516 | 2024-12-21T04:27:23.474Z | Compiling x509-cert v0.2.5 |
1517 | 2024-12-21T04:27:23.512Z | Compiling itertools v0.10.5 |
1518 | 2024-12-21T04:27:23.968Z | Compiling peg-runtime v0.8.3 |
1519 | 2024-12-21T04:27:24.150Z | Compiling unicode-xid v0.2.6 |
1520 | 2024-12-21T04:27:24.327Z | Compiling lalrpop-util v0.19.12 |
1521 | 2024-12-21T04:27:24.681Z | Compiling strum_macros v0.26.4 |
1522 | 2024-12-21T04:27:24.698Z | Compiling xattr v1.3.1 |
1523 | 2024-12-21T04:27:24.972Z | Compiling filetime v0.2.25 |
1524 | 2024-12-21T04:27:25.300Z | Compiling tar v0.4.42 |
1525 | 2024-12-21T04:27:29.902Z | Compiling strum v0.26.3 |
1526 | 2024-12-21T04:27:32.098Z | Compiling aws-lc-sys v0.22.0 |
1527 | 2024-12-21T04:28:00.284Z | Compiling rustls-webpki v0.102.8 |
1528 | 2024-12-21T04:28:03.715Z | Compiling tokio-rustls v0.25.0 |
1529 | 2024-12-21T04:28:05.463Z | Compiling tokio-rustls v0.26.0 |
1530 | 2024-12-21T04:28:05.917Z | Compiling hyper-rustls v0.27.3 |
1531 | 2024-12-21T04:28:06.270Z | Compiling reqwest v0.12.9 |
1532 | 2024-12-21T04:28:07.443Z | Compiling qorb v0.2.1 |
1533 | 2024-12-21T04:28:12.343Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1534 | 2024-12-21T04:28:12.575Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1535 | 2024-12-21T04:28:18.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
1536 | 2024-12-21T04:28:18.516Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1537 | 2024-12-21T04:28:18.567Z | Dec 21 04:28:17.798 INFO Starting download, target: DendriteOpenapi |
1538 | 2024-12-21T04:28:18.567Z | Dec 21 04:28:17.798 INFO Starting download, target: Clickhouse |
1539 | 2024-12-21T04:28:18.567Z | Dec 21 04:28:17.798 INFO Starting download, target: DendriteStub |
1540 | 2024-12-21T04:28:18.590Z | Dec 21 04:28:17.798 INFO Starting download, target: Console |
1541 | 2024-12-21T04:28:18.591Z | Dec 21 04:28:17.798 INFO Starting download, target: Cockroach |
1542 | 2024-12-21T04:28:18.591Z | Dec 21 04:28:17.798 INFO Starting download, target: MaghemiteMgd |
1543 | 2024-12-21T04:28:18.591Z | Dec 21 04:28:17.798 INFO Starting download, target: TransceiverControl |
1544 | 2024-12-21T04:28:18.591Z | Dec 21 04:28:17.799 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1545 | 2024-12-21T04:28:18.591Z | Dec 21 04:28:17.799 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1546 | 2024-12-21T04:28:18.591Z | Dec 21 04:28:17.799 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1547 | 2024-12-21T04:28:18.591Z | Dec 21 04:28:17.799 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1548 | 2024-12-21T04:28:18.592Z | Dec 21 04:28:17.799 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1549 | 2024-12-21T04:28:18.592Z | Dec 21 04:28:17.799 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1550 | 2024-12-21T04:28:18.592Z | Dec 21 04:28:17.799 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1551 | 2024-12-21T04:28:18.851Z | Dec 21 04:28:18.073 INFO Download complete, target: DendriteOpenapi |
1552 | 2024-12-21T04:28:19.096Z | Dec 21 04:28:18.319 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1553 | 2024-12-21T04:28:19.130Z | Dec 21 04:28:18.323 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1554 | 2024-12-21T04:28:19.432Z | Dec 21 04:28:18.644 INFO Download complete, target: Console |
1555 | 2024-12-21T04:28:19.790Z | Dec 21 04:28:18.960 INFO Download complete, target: TransceiverControl |
1556 | 2024-12-21T04:28:19.851Z | Dec 21 04:28:19.053 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1557 | 2024-12-21T04:28:19.925Z | Dec 21 04:28:19.161 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1558 | 2024-12-21T04:28:20.521Z | Dec 21 04:28:19.759 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1559 | 2024-12-21T04:28:20.521Z | Dec 21 04:28:19.759 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1560 | 2024-12-21T04:28:20.813Z | Dec 21 04:28:20.050 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1561 | 2024-12-21T04:28:22.782Z | Dec 21 04:28:21.999 INFO Download complete, target: DendriteStub |
1562 | 2024-12-21T04:28:22.956Z | Dec 21 04:28:22.165 INFO Download complete, target: MaghemiteMgd |
1563 | 2024-12-21T04:28:27.980Z | Dec 21 04:28:27.217 INFO Checking that binary works, target: Cockroach |
1564 | 2024-12-21T04:28:28.140Z | Dec 21 04:28:27.377 INFO Download complete, target: Cockroach |
1565 | 2024-12-21T04:28:33.410Z | Dec 21 04:28:32.626 INFO Checking that binary works, target: Clickhouse |
1566 | 2024-12-21T04:28:33.553Z | Dec 21 04:28:32.782 INFO Download complete, target: Clickhouse |
1567 | 2024-12-21T04:28:33.575Z | All prerequisites installed successfully |
1568 | 2024-12-21T04:28:33.575Z | |
1569 | 2024-12-21T04:28:33.575Z | real 6:41.636989167 |
1570 | 2024-12-21T04:28:33.576Z | user 16:34.765606893 |
1571 | 2024-12-21T04:28:33.576Z | sys 3:16.927484741 |
1572 | 2024-12-21T04:28:33.576Z | trap 0.556205318 |
1573 | 2024-12-21T04:28:33.577Z | tflt 1.545401957 |
1574 | 2024-12-21T04:28:33.577Z | dflt 2.181273749 |
1575 | 2024-12-21T04:28:33.577Z | kflt 0.024760419 |
1576 | 2024-12-21T04:28:33.578Z | lock 29:23.722213097 |
1577 | 2024-12-21T04:28:33.578Z | slp 1:05:30.884633930 |
1578 | 2024-12-21T04:28:33.578Z | lat 57.330750775 |
1579 | 2024-12-21T04:28:33.578Z | stop 2:18.788030140 |
1580 | 2024-12-21T04:28:33.578Z | + ptime -m cargo xtask download softnpu |
1581 | 2024-12-21T04:28:34.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1582 | 2024-12-21T04:28:34.089Z | Running `target/debug/xtask download softnpu` |
1583 | 2024-12-21T04:28:34.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
1584 | 2024-12-21T04:28:35.003Z | Running `target/debug/xtask-downloader softnpu` |
1585 | 2024-12-21T04:28:35.040Z | Dec 21 04:28:34.276 INFO Starting download, target: Softnpu |
1586 | 2024-12-21T04:28:35.043Z | Dec 21 04:28:34.277 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1587 | 2024-12-21T04:28:35.525Z | Dec 21 04:28:34.759 INFO Download complete, target: Softnpu |
1588 | 2024-12-21T04:28:35.537Z | |
1589 | 2024-12-21T04:28:35.538Z | real 1.966695727 |
1590 | 2024-12-21T04:28:35.538Z | user 1.273326415 |
1591 | 2024-12-21T04:28:35.538Z | sys 0.535968325 |
1592 | 2024-12-21T04:28:35.538Z | trap 0.000692371 |
1593 | 2024-12-21T04:28:35.538Z | tflt 0.000030745 |
1594 | 2024-12-21T04:28:35.538Z | dflt 0.000007189 |
1595 | 2024-12-21T04:28:35.538Z | kflt 0.000000000 |
1596 | 2024-12-21T04:28:35.539Z | lock 4.913610939 |
1597 | 2024-12-21T04:28:35.539Z | slp 0.354283620 |
1598 | 2024-12-21T04:28:35.539Z | lat 0.068512720 |
1599 | 2024-12-21T04:28:35.539Z | stop 0.000157111 |
1600 | 2024-12-21T04:28:35.540Z | + export CARGO_INCREMENTAL=0 |
1601 | 2024-12-21T04:28:35.540Z | + CARGO_INCREMENTAL=0 |
1602 | 2024-12-21T04:28:35.540Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1603 | 2024-12-21T04:28:36.487Z | Compiling proc-macro2 v1.0.89 |
1604 | 2024-12-21T04:28:36.487Z | Compiling unicode-ident v1.0.13 |
1605 | 2024-12-21T04:28:36.487Z | Compiling libc v0.2.162 |
1606 | 2024-12-21T04:28:36.487Z | Compiling serde v1.0.215 |
1607 | 2024-12-21T04:28:36.491Z | Compiling autocfg v1.4.0 |
1608 | 2024-12-21T04:28:36.491Z | Compiling version_check v0.9.5 |
1609 | 2024-12-21T04:28:36.491Z | Compiling cfg-if v1.0.0 |
1610 | 2024-12-21T04:28:36.711Z | Compiling memchr v2.7.4 |
1611 | 2024-12-21T04:28:36.730Z | Compiling typenum v1.17.0 |
1612 | 2024-12-21T04:28:36.851Z | Compiling shlex v1.3.0 |
1613 | 2024-12-21T04:28:37.187Z | Compiling value-bag v1.9.0 |
1614 | 2024-12-21T04:28:37.211Z | Compiling scopeguard v1.2.0 |
1615 | 2024-12-21T04:28:37.242Z | Compiling generic-array v0.14.7 |
1616 | 2024-12-21T04:28:37.446Z | Compiling lock_api v0.4.12 |
1617 | 2024-12-21T04:28:37.606Z | Compiling log v0.4.22 |
1618 | 2024-12-21T04:28:37.717Z | Compiling parking_lot_core v0.9.10 |
1619 | 2024-12-21T04:28:38.093Z | Compiling serde_json v1.0.133 |
1620 | 2024-12-21T04:28:38.126Z | Compiling once_cell v1.20.2 |
1621 | 2024-12-21T04:28:38.313Z | Compiling quote v1.0.37 |
1622 | 2024-12-21T04:28:38.387Z | Compiling libm v0.2.8 |
1623 | 2024-12-21T04:28:38.419Z | Compiling rustix v0.38.37 |
1624 | 2024-12-21T04:28:38.517Z | Compiling num-traits v0.2.19 |
1625 | 2024-12-21T04:28:38.707Z | Compiling syn v2.0.87 |
1626 | 2024-12-21T04:28:38.804Z | Compiling jobserver v0.1.32 |
1627 | 2024-12-21T04:28:38.812Z | Compiling getrandom v0.2.15 |
1628 | 2024-12-21T04:28:38.984Z | Compiling thiserror v1.0.69 |
1629 | 2024-12-21T04:28:39.057Z | Compiling aho-corasick v1.1.3 |
1630 | 2024-12-21T04:28:39.145Z | Compiling cc v1.1.30 |
1631 | 2024-12-21T04:28:39.209Z | Compiling regex-syntax v0.8.5 |
1632 | 2024-12-21T04:28:39.325Z | Compiling either v1.13.0 |
1633 | 2024-12-21T04:28:39.469Z | Compiling itoa v1.0.11 |
1634 | 2024-12-21T04:28:39.565Z | Compiling spin v0.9.8 |
1635 | 2024-12-21T04:28:39.913Z | Compiling slab v0.4.9 |
1636 | 2024-12-21T04:28:39.953Z | Compiling byteorder v1.5.0 |
1637 | 2024-12-21T04:28:40.320Z | Compiling errno v0.3.9 |
1638 | 2024-12-21T04:28:40.459Z | Compiling rand_core v0.6.4 |
1639 | 2024-12-21T04:28:40.528Z | Compiling lazy_static v1.5.0 |
1640 | 2024-12-21T04:28:40.643Z | Compiling glob v0.3.1 |
1641 | 2024-12-21T04:28:41.192Z | Compiling prettyplease v0.2.25 |
1642 | 2024-12-21T04:28:41.460Z | Compiling clang-sys v1.8.1 |
1643 | 2024-12-21T04:28:41.676Z | Compiling minimal-lexical v0.2.1 |
1644 | 2024-12-21T04:28:42.035Z | Compiling libloading v0.8.5 |
1645 | 2024-12-21T04:28:42.124Z | Compiling nom v7.1.3 |
1646 | 2024-12-21T04:28:42.161Z | Compiling allocator-api2 v0.2.18 |
1647 | 2024-12-21T04:28:42.410Z | Compiling bindgen v0.69.5 |
1648 | 2024-12-21T04:28:42.663Z | Compiling subtle v2.6.1 |
1649 | 2024-12-21T04:28:42.814Z | Compiling regex-automata v0.4.8 |
1650 | 2024-12-21T04:28:43.190Z | Compiling home v0.5.9 |
1651 | 2024-12-21T04:28:43.224Z | Compiling itertools v0.12.1 |
1652 | 2024-12-21T04:28:43.240Z | Compiling semver v1.0.23 |
1653 | 2024-12-21T04:28:43.449Z | Compiling smallvec v1.13.2 |
1654 | 2024-12-21T04:28:43.676Z | Compiling lazycell v1.3.0 |
1655 | 2024-12-21T04:28:43.847Z | Compiling rustc-hash v1.1.0 |
1656 | 2024-12-21T04:28:43.920Z | Compiling cmake v0.1.51 |
1657 | 2024-12-21T04:28:44.195Z | Compiling dunce v1.0.5 |
1658 | 2024-12-21T04:28:44.332Z | Compiling fs_extra v1.3.0 |
1659 | 2024-12-21T04:28:45.383Z | Compiling ryu v1.0.18 |
1660 | 2024-12-21T04:28:45.454Z | Compiling pkg-config v0.3.31 |
1661 | 2024-12-21T04:28:45.661Z | Compiling cexpr v0.6.0 |
1662 | 2024-12-21T04:28:45.823Z | Compiling ring v0.17.8 |
1663 | 2024-12-21T04:28:46.216Z | Compiling pin-project-lite v0.2.14 |
1664 | 2024-12-21T04:28:46.353Z | Compiling synstructure v0.13.1 |
1665 | 2024-12-21T04:28:46.663Z | Compiling schemars v0.8.21 |
1666 | 2024-12-21T04:28:46.988Z | Compiling paste v1.0.15 |
1667 | 2024-12-21T04:28:47.156Z | Compiling const-oid v0.9.6 |
1668 | 2024-12-21T04:28:47.197Z | Compiling fnv v1.0.7 |
1669 | 2024-12-21T04:28:47.323Z | Compiling serde_derive_internals v0.29.1 |
1670 | 2024-12-21T04:28:47.555Z | Compiling equivalent v1.0.1 |
1671 | 2024-12-21T04:28:47.668Z | Compiling httparse v1.9.5 |
1672 | 2024-12-21T04:28:48.314Z | Compiling regex v1.11.1 |
1673 | 2024-12-21T04:28:48.341Z | Compiling aws-lc-rs v1.10.0 |
1674 | 2024-12-21T04:28:48.753Z | Compiling foldhash v0.1.3 |
1675 | 2024-12-21T04:28:49.030Z | Compiling hashbrown v0.15.1 |
1676 | 2024-12-21T04:28:49.127Z | Compiling heck v0.5.0 |
1677 | 2024-12-21T04:28:49.531Z | Compiling signal-hook-registry v1.4.2 |
1678 | 2024-12-21T04:28:50.127Z | Compiling parking_lot v0.12.3 |
1679 | 2024-12-21T04:28:50.143Z | Compiling mio v1.0.2 |
1680 | 2024-12-21T04:28:51.825Z | Compiling crossbeam-utils v0.8.20 |
1681 | 2024-12-21T04:28:52.006Z | Compiling serde_derive v1.0.215 |
1682 | 2024-12-21T04:28:52.084Z | Compiling zeroize_derive v1.4.2 |
1683 | 2024-12-21T04:28:52.328Z | Compiling zerocopy-derive v0.7.35 |
1684 | 2024-12-21T04:28:52.425Z | Compiling thiserror-impl v1.0.69 |
1685 | 2024-12-21T04:28:53.061Z | Compiling tokio-macros v2.4.0 |
1686 | 2024-12-21T04:28:53.283Z | Compiling zerofrom-derive v0.1.4 |
1687 | 2024-12-21T04:28:53.373Z | Compiling yoke-derive v0.7.4 |
1688 | 2024-12-21T04:28:53.481Z | Compiling zeroize v1.8.1 |
1689 | 2024-12-21T04:28:53.846Z | Compiling futures-macro v0.3.31 |
1690 | 2024-12-21T04:28:54.249Z | Compiling zerovec-derive v0.10.3 |
1691 | 2024-12-21T04:28:54.492Z | Compiling zerocopy v0.7.35 |
1692 | 2024-12-21T04:28:55.248Z | Compiling displaydoc v0.2.5 |
1693 | 2024-12-21T04:28:55.770Z | Compiling crypto-common v0.1.6 |
1694 | 2024-12-21T04:28:55.964Z | Compiling tracing-attributes v0.1.27 |
1695 | 2024-12-21T04:28:56.044Z | Compiling icu_provider_macros v1.5.0 |
1696 | 2024-12-21T04:28:56.164Z | Compiling schemars_derive v0.8.21 |
1697 | 2024-12-21T04:28:56.605Z | Compiling block-buffer v0.10.4 |
1698 | 2024-12-21T04:28:56.808Z | Compiling digest v0.10.7 |
1699 | 2024-12-21T04:28:56.845Z | Compiling stable_deref_trait v1.2.0 |
1700 | 2024-12-21T04:28:56.952Z | Compiling der_derive v0.7.3 |
1701 | 2024-12-21T04:28:56.970Z | Compiling socket2 v0.5.7 |
1702 | 2024-12-21T04:28:57.087Z | Compiling futures-core v0.3.31 |
1703 | 2024-12-21T04:28:57.246Z | Compiling time-core v0.1.2 |
1704 | 2024-12-21T04:28:57.341Z | Compiling num-conv v0.1.0 |
1705 | 2024-12-21T04:28:57.634Z | Compiling time-macros v0.2.18 |
1706 | 2024-12-21T04:28:58.681Z | Compiling vcpkg v0.2.15 |
1707 | 2024-12-21T04:28:59.589Z | Compiling syn v1.0.109 |
1708 | 2024-12-21T04:29:00.275Z | Compiling openssl-sys v0.9.103 |
1709 | 2024-12-21T04:29:00.459Z | Compiling cpufeatures v0.2.14 |
1710 | 2024-12-21T04:29:00.668Z | Compiling futures-sink v0.3.31 |
1711 | 2024-12-21T04:29:00.829Z | Compiling slog v2.7.0 |
1712 | 2024-12-21T04:29:00.998Z | Compiling ahash v0.8.11 |
1713 | 2024-12-21T04:29:01.259Z | Compiling iana-time-zone v0.1.61 |
1714 | 2024-12-21T04:29:01.299Z | Compiling zerofrom v0.1.4 |
1715 | 2024-12-21T04:29:01.536Z | Compiling scroll_derive v0.12.0 |
1716 | 2024-12-21T04:29:01.575Z | Compiling ucd-trie v0.1.7 |
1717 | 2024-12-21T04:29:01.982Z | Compiling pest v2.7.14 |
1718 | 2024-12-21T04:29:02.036Z | Compiling yoke v0.7.4 |
1719 | 2024-12-21T04:29:02.085Z | Compiling futures-channel v0.3.31 |
1720 | 2024-12-21T04:29:02.504Z | Compiling hmac v0.12.1 |
1721 | 2024-12-21T04:29:02.862Z | Compiling futures-task v0.3.31 |
1722 | 2024-12-21T04:29:02.904Z | Compiling futures-io v0.3.31 |
1723 | 2024-12-21T04:29:03.244Z | Compiling pin-utils v0.1.0 |
1724 | 2024-12-21T04:29:03.435Z | Compiling openssl v0.10.66 |
1725 | 2024-12-21T04:29:03.452Z | Compiling futures-util v0.3.31 |
1726 | 2024-12-21T04:29:03.814Z | Compiling zerovec v0.10.4 |
1727 | 2024-12-21T04:29:03.871Z | Compiling block-padding v0.3.3 |
1728 | 2024-12-21T04:29:04.100Z | Compiling tinyvec_macros v0.1.1 |
1729 | 2024-12-21T04:29:04.345Z | Compiling tinyvec v1.8.0 |
1730 | 2024-12-21T04:29:04.975Z | Compiling pest_meta v2.7.14 |
1731 | 2024-12-21T04:29:05.565Z | Compiling bitflags v2.6.0 |
1732 | 2024-12-21T04:29:05.799Z | Compiling bytes v1.8.0 |
1733 | 2024-12-21T04:29:07.829Z | Compiling indexmap v2.6.0 |
1734 | 2024-12-21T04:29:09.001Z | Compiling tokio v1.40.0 |
1735 | 2024-12-21T04:29:09.319Z | Compiling serde_tokenstream v0.2.2 |
1736 | 2024-12-21T04:29:09.665Z | Compiling uuid v1.11.0 |
1737 | 2024-12-21T04:29:09.920Z | Compiling which v4.4.2 |
1738 | 2024-12-21T04:29:10.484Z | Compiling http v1.1.0 |
1739 | 2024-12-21T04:29:10.915Z | Compiling chrono v0.4.38 |
1740 | 2024-12-21T04:29:10.944Z | Compiling rustc_version v0.4.1 |
1741 | 2024-12-21T04:29:14.177Z | Compiling pest_generator v2.7.14 |
1742 | 2024-12-21T04:29:14.425Z | Compiling serde_spanned v0.6.8 |
1743 | 2024-12-21T04:29:14.655Z | Compiling toml_datetime v0.6.8 |
1744 | 2024-12-21T04:29:15.110Z | Compiling inout v0.1.3 |
1745 | 2024-12-21T04:29:15.997Z | Compiling openssl-macros v0.1.1 |
1746 | 2024-12-21T04:29:16.442Z | Compiling dyn-clone v1.0.17 |
1747 | 2024-12-21T04:29:16.669Z | Compiling native-tls v0.2.12 |
1748 | 2024-12-21T04:29:16.727Z | Compiling strsim v0.11.1 |
1749 | 2024-12-21T04:29:16.993Z | Compiling rustls v0.23.19 |
1750 | 2024-12-21T04:29:17.719Z | Compiling pest_derive v2.7.14 |
1751 | 2024-12-21T04:29:18.430Z | Compiling cipher v0.4.4 |
1752 | 2024-12-21T04:29:18.462Z | Compiling unicode-normalization v0.1.24 |
1753 | 2024-12-21T04:29:18.867Z | Compiling tinystr v0.7.6 |
1754 | 2024-12-21T04:29:19.156Z | Compiling sha2 v0.10.8 |
1755 | 2024-12-21T04:29:19.305Z | Compiling tracing-core v0.1.32 |
1756 | 2024-12-21T04:29:19.324Z | Compiling usdt-impl v0.5.0 |
1757 | 2024-12-21T04:29:19.541Z | Compiling litemap v0.7.3 |
1758 | 2024-12-21T04:29:19.886Z | Compiling unicode-bidi v0.3.17 |
1759 | 2024-12-21T04:29:19.953Z | Compiling writeable v0.5.5 |
1760 | 2024-12-21T04:29:19.986Z | Compiling base64ct v1.6.0 |
1761 | 2024-12-21T04:29:20.480Z | Compiling pem-rfc7468 v0.7.0 |
1762 | 2024-12-21T04:29:20.548Z | Compiling icu_locid v1.5.0 |
1763 | 2024-12-21T04:29:21.098Z | Compiling tracing v0.1.40 |
1764 | 2024-12-21T04:29:22.363Z | Compiling scroll v0.12.0 |
1765 | 2024-12-21T04:29:22.500Z | Compiling ppv-lite86 v0.2.20 |
1766 | 2024-12-21T04:29:22.672Z | Compiling async-trait v0.1.83 |
1767 | 2024-12-21T04:29:23.366Z | Compiling cookie v0.18.1 |
1768 | 2024-12-21T04:29:23.656Z | Compiling anyhow v1.0.93 |
1769 | 2024-12-21T04:29:23.967Z | Compiling aws-lc-sys v0.22.0 |
1770 | 2024-12-21T04:29:24.179Z | Compiling camino v1.1.9 |
1771 | 2024-12-21T04:29:24.369Z | Compiling plain v0.2.3 |
1772 | 2024-12-21T04:29:24.545Z | Compiling flagset v0.4.6 |
1773 | 2024-12-21T04:29:25.869Z | Compiling der v0.7.9 |
1774 | 2024-12-21T04:29:27.592Z | Compiling goblin v0.8.2 |
1775 | 2024-12-21T04:29:28.477Z | Compiling rand_chacha v0.3.1 |
1776 | 2024-12-21T04:29:29.436Z | Compiling icu_provider v1.5.0 |
1777 | 2024-12-21T04:29:30.530Z | Compiling rustls v0.22.4 |
1778 | 2024-12-21T04:29:30.652Z | Compiling untrusted v0.7.1 |
1779 | 2024-12-21T04:29:30.850Z | Compiling percent-encoding v2.3.1 |
1780 | 2024-12-21T04:29:31.078Z | Compiling rustls-pki-types v1.10.0 |
1781 | 2024-12-21T04:29:32.172Z | Compiling rayon-core v1.12.1 |
1782 | 2024-12-21T04:29:32.444Z | Compiling icu_locid_transform_data v1.5.0 |
1783 | 2024-12-21T04:29:32.544Z | Compiling pretty-hex v0.4.1 |
1784 | 2024-12-21T04:29:32.583Z | Compiling icu_locid_transform v1.5.0 |
1785 | 2024-12-21T04:29:33.234Z | Compiling dof v0.3.0 |
1786 | 2024-12-21T04:29:34.527Z | Compiling rand v0.8.5 |
1787 | 2024-12-21T04:29:34.722Z | Compiling spki v0.7.3 |
1788 | 2024-12-21T04:29:35.042Z | Compiling salsa20 v0.10.2 |
1789 | 2024-12-21T04:29:35.062Z | Compiling dtrace-parser v0.2.0 |
1790 | 2024-12-21T04:29:35.271Z | Compiling tokio-util v0.7.12 |
1791 | 2024-12-21T04:29:36.026Z | Compiling icu_collections v1.5.0 |
1792 | 2024-12-21T04:29:36.447Z | Compiling pbkdf2 v0.12.2 |
1793 | 2024-12-21T04:29:36.930Z | Compiling thread-id v4.2.2 |
1794 | 2024-12-21T04:29:36.992Z | Compiling powerfmt v0.2.0 |
1795 | 2024-12-21T04:29:37.045Z | Compiling winnow v0.5.40 |
1796 | 2024-12-21T04:29:37.248Z | Compiling mirai-annotations v1.12.0 |
1797 | 2024-12-21T04:29:37.345Z | Compiling untrusted v0.9.0 |
1798 | 2024-12-21T04:29:37.434Z | Compiling icu_properties_data v1.5.0 |
1799 | 2024-12-21T04:29:37.719Z | Compiling icu_properties v1.5.1 |
1800 | 2024-12-21T04:29:39.338Z | Compiling deranged v0.3.11 |
1801 | 2024-12-21T04:29:41.044Z | Compiling toml_edit v0.19.15 |
1802 | 2024-12-21T04:29:43.036Z | Compiling scrypt v0.11.0 |
1803 | 2024-12-21T04:29:43.146Z | Compiling cbc v0.1.2 |
1804 | 2024-12-21T04:29:43.355Z | Compiling aes v0.8.4 |
1805 | 2024-12-21T04:29:43.537Z | Compiling multer v3.1.0 |
1806 | 2024-12-21T04:29:43.821Z | Compiling num_threads v0.1.7 |
1807 | 2024-12-21T04:29:43.845Z | Compiling rustversion v1.0.17 |
1808 | 2024-12-21T04:29:43.955Z | Compiling slog-async v2.8.0 |
1809 | 2024-12-21T04:29:44.408Z | Compiling write16 v1.0.0 |
1810 | 2024-12-21T04:29:44.451Z | Compiling atomic-waker v1.1.2 |
1811 | 2024-12-21T04:29:44.652Z | Compiling utf16_iter v1.0.5 |
1812 | 2024-12-21T04:29:44.715Z | Compiling utf8_iter v1.0.4 |
1813 | 2024-12-21T04:29:44.968Z | Compiling icu_normalizer_data v1.5.0 |
1814 | 2024-12-21T04:29:45.067Z | Compiling icu_normalizer v1.5.0 |
1815 | 2024-12-21T04:29:45.122Z | Compiling time v0.3.36 |
1816 | 2024-12-21T04:29:45.221Z | Compiling pkcs5 v0.7.1 |
1817 | 2024-12-21T04:29:46.865Z | Compiling form_urlencoded v1.2.1 |
1818 | 2024-12-21T04:29:47.677Z | Compiling http-body v1.0.1 |
1819 | 2024-12-21T04:29:47.935Z | Compiling heapless v0.7.17 |
1820 | 2024-12-21T04:29:48.472Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1821 | 2024-12-21T04:29:49.123Z | Compiling try-lock v0.2.5 |
1822 | 2024-12-21T04:29:49.895Z | Compiling signal-hook v0.3.17 |
1823 | 2024-12-21T04:29:50.571Z | Compiling want v0.3.1 |
1824 | 2024-12-21T04:29:51.476Z | Compiling idna_adapter v1.2.0 |
1825 | 2024-12-21T04:29:51.663Z | Compiling pkcs8 v0.10.2 |
1826 | 2024-12-21T04:29:52.330Z | Compiling h2 v0.4.6 |
1827 | 2024-12-21T04:29:52.928Z | Compiling usdt-attr-macro v0.5.0 |
1828 | 2024-12-21T04:29:54.418Z | Compiling usdt-macro v0.5.0 |
1829 | 2024-12-21T04:29:54.960Z | Compiling async-stream-impl v0.3.6 |
1830 | 2024-12-21T04:29:55.796Z | Compiling httpdate v1.0.3 |
1831 | 2024-12-21T04:29:56.122Z | Compiling adler2 v2.0.0 |
1832 | 2024-12-21T04:29:56.390Z | Compiling miniz_oxide v0.8.0 |
1833 | 2024-12-21T04:29:57.514Z | Compiling idna v1.0.3 |
1834 | 2024-12-21T04:29:58.940Z | Compiling curve25519-dalek v4.1.3 |
1835 | 2024-12-21T04:29:59.335Z | Compiling openapiv3 v2.0.0 |
1836 | 2024-12-21T04:29:59.636Z | Compiling enum-as-inner v0.6.1 |
1837 | 2024-12-21T04:29:59.985Z | Compiling hyper v1.5.2 |
1838 | 2024-12-21T04:30:02.952Z | Compiling dropshot v0.12.0 |
1839 | 2024-12-21T04:30:03.245Z | Compiling base64 v0.22.1 |
1840 | 2024-12-21T04:30:03.563Z | Compiling smoltcp v0.9.1 |
1841 | 2024-12-21T04:30:03.698Z | Compiling newtype-uuid v1.1.3 |
1842 | 2024-12-21T04:30:03.979Z | Compiling tower-service v0.3.3 |
1843 | 2024-12-21T04:30:04.116Z | Compiling portable-atomic v1.9.0 |
1844 | 2024-12-21T04:30:04.176Z | Compiling num-bigint-dig v0.8.4 |
1845 | 2024-12-21T04:30:04.342Z | Compiling foreign-types-shared v0.1.1 |
1846 | 2024-12-21T04:30:04.443Z | Compiling match_cfg v0.1.0 |
1847 | 2024-12-21T04:30:04.540Z | Compiling hostname v0.3.1 |
1848 | 2024-12-21T04:30:04.616Z | Compiling hyper-util v0.1.10 |
1849 | 2024-12-21T04:30:05.055Z | Compiling foreign-types v0.3.2 |
1850 | 2024-12-21T04:30:07.518Z | Compiling url v2.5.3 |
1851 | 2024-12-21T04:30:11.680Z | Compiling dirs-sys-next v0.1.2 |
1852 | 2024-12-21T04:30:12.074Z | Compiling data-encoding v2.6.0 |
1853 | 2024-12-21T04:30:12.178Z | Compiling gimli v0.31.1 |
1854 | 2024-12-21T04:30:12.217Z | Compiling heck v0.4.1 |
1855 | 2024-12-21T04:30:12.642Z | Compiling ident_case v1.0.1 |
1856 | 2024-12-21T04:30:12.832Z | Compiling siphasher v0.3.11 |
1857 | 2024-12-21T04:30:13.203Z | Compiling darling_core v0.20.10 |
1858 | 2024-12-21T04:30:13.580Z | Compiling dirs-next v2.0.0 |
1859 | 2024-12-21T04:30:16.532Z | Compiling http-body-util v0.1.2 |
1860 | 2024-12-21T04:30:17.056Z | Compiling addr2line v0.24.2 |
1861 | 2024-12-21T04:30:19.139Z | Compiling crossbeam-epoch v0.9.18 |
1862 | 2024-12-21T04:30:19.371Z | Compiling hubpack_derive v0.1.1 |
1863 | 2024-12-21T04:30:19.852Z | Compiling dropshot_endpoint v0.12.0 |
1864 | 2024-12-21T04:30:20.296Z | Compiling sha1 v0.10.6 |
1865 | 2024-12-21T04:30:20.327Z | Compiling signature v2.2.0 |
1866 | 2024-12-21T04:30:20.564Z | Compiling curve25519-dalek-derive v0.1.1 |
1867 | 2024-12-21T04:30:20.706Z | Compiling zerocopy-derive v0.6.6 |
1868 | 2024-12-21T04:30:21.927Z | Compiling object v0.36.5 |
1869 | 2024-12-21T04:30:22.280Z | Compiling thread_local v1.1.8 |
1870 | 2024-12-21T04:30:22.631Z | Compiling fs-err v2.11.0 |
1871 | 2024-12-21T04:30:22.757Z | Compiling encoding_rs v0.8.34 |
1872 | 2024-12-21T04:30:26.248Z | Compiling anstyle v1.0.10 |
1873 | 2024-12-21T04:30:26.708Z | Compiling mime v0.3.17 |
1874 | 2024-12-21T04:30:27.818Z | Compiling unicode-properties v0.1.3 |
1875 | 2024-12-21T04:30:29.013Z | Compiling ipnet v2.10.1 |
1876 | 2024-12-21T04:30:30.126Z | Compiling winnow v0.6.20 |
1877 | 2024-12-21T04:30:31.230Z | Compiling utf8parse v0.2.2 |
1878 | 2024-12-21T04:30:31.401Z | Compiling openssl-probe v0.1.5 |
1879 | 2024-12-21T04:30:31.711Z | Compiling rustc-demangle v0.1.24 |
1880 | 2024-12-21T04:30:33.957Z | Compiling toml_edit v0.22.22 |
1881 | 2024-12-21T04:30:33.975Z | Compiling backtrace v0.3.74 |
1882 | 2024-12-21T04:30:35.830Z | Compiling anstyle-parse v0.2.5 |
1883 | 2024-12-21T04:30:37.061Z | Compiling stringprep v0.1.5 |
1884 | 2024-12-21T04:30:39.330Z | Compiling rustls-webpki v0.102.8 |
1885 | 2024-12-21T04:30:44.443Z | Compiling crossbeam-deque v0.8.5 |
1886 | 2024-12-21T04:30:44.818Z | Compiling darling_macro v0.20.10 |
1887 | 2024-12-21T04:30:45.413Z | Compiling term v0.7.0 |
1888 | 2024-12-21T04:30:45.719Z | Compiling slog-json v2.6.1 |
1889 | 2024-12-21T04:30:46.782Z | Compiling serde_urlencoded v0.7.1 |
1890 | 2024-12-21T04:30:47.732Z | Compiling crossbeam-channel v0.5.13 |
1891 | 2024-12-21T04:30:47.927Z | Compiling rustls-pemfile v2.2.0 |
1892 | 2024-12-21T04:30:48.726Z | Compiling hashbrown v0.14.5 |
1893 | 2024-12-21T04:30:49.325Z | Compiling idna v0.3.0 |
1894 | 2024-12-21T04:30:49.896Z | Compiling idna v0.4.0 |
1895 | 2024-12-21T04:30:50.145Z | Compiling futures-executor v0.3.31 |
1896 | 2024-12-21T04:30:50.899Z | Compiling num-integer v0.1.46 |
1897 | 2024-12-21T04:30:51.324Z | Compiling md-5 v0.10.6 |
1898 | 2024-12-21T04:30:51.467Z | Compiling ff v0.13.0 |
1899 | 2024-12-21T04:30:51.579Z | Compiling hash32 v0.2.1 |
1900 | 2024-12-21T04:30:51.616Z | Compiling is-terminal v0.4.13 |
1901 | 2024-12-21T04:30:51.701Z | Compiling memmap v0.7.0 |
1902 | 2024-12-21T04:30:52.022Z | Compiling psl-types v2.0.11 |
1903 | 2024-12-21T04:30:52.236Z | Compiling colorchoice v1.0.2 |
1904 | 2024-12-21T04:30:52.404Z | Compiling take_mut v0.2.2 |
1905 | 2024-12-21T04:30:52.421Z | Compiling fallible-iterator v0.2.0 |
1906 | 2024-12-21T04:30:53.634Z | Compiling is_terminal_polyfill v1.70.1 |
1907 | 2024-12-21T04:30:53.831Z | Compiling base16ct v0.2.0 |
1908 | 2024-12-21T04:30:54.136Z | Compiling utf-8 v0.7.6 |
1909 | 2024-12-21T04:30:54.467Z | Compiling anstyle-query v1.1.1 |
1910 | 2024-12-21T04:30:54.643Z | Compiling linked-hash-map v0.5.6 |
1911 | 2024-12-21T04:30:54.722Z | Compiling quick-error v1.2.3 |
1912 | 2024-12-21T04:30:54.892Z | Compiling resolv-conf v0.7.0 |
1913 | 2024-12-21T04:30:55.019Z | Compiling lru-cache v0.1.2 |
1914 | 2024-12-21T04:30:55.227Z | Compiling anstream v0.6.15 |
1915 | 2024-12-21T04:30:55.549Z | Compiling tungstenite v0.24.0 |
1916 | 2024-12-21T04:30:55.665Z | Compiling sec1 v0.7.3 |
1917 | 2024-12-21T04:30:55.897Z | Compiling postgres-protocol v0.6.7 |
1918 | 2024-12-21T04:30:57.042Z | Compiling publicsuffix v2.2.3 |
1919 | 2024-12-21T04:30:57.301Z | Compiling usdt v0.5.0 |
1920 | 2024-12-21T04:30:57.763Z | Compiling slog-term v2.9.1 |
1921 | 2024-12-21T04:30:58.285Z | Compiling group v0.13.0 |
1922 | 2024-12-21T04:30:58.601Z | Compiling num-iter v0.1.45 |
1923 | 2024-12-21T04:30:58.731Z | Compiling hickory-proto v0.24.1 |
1924 | 2024-12-21T04:30:58.799Z | Compiling futures v0.3.31 |
1925 | 2024-12-21T04:30:58.860Z | Compiling regress v0.10.1 |
1926 | 2024-12-21T04:31:02.149Z | Compiling tokio-rustls v0.26.0 |
1927 | 2024-12-21T04:31:02.629Z | Compiling slog-bunyan v2.5.0 |
1928 | 2024-12-21T04:31:02.646Z | Compiling darling v0.20.10 |
1929 | 2024-12-21T04:31:02.770Z | Compiling tokio-rustls v0.25.0 |
1930 | 2024-12-21T04:31:02.897Z | Compiling toml v0.8.19 |
1931 | 2024-12-21T04:31:03.218Z | Compiling tokio-native-tls v0.3.1 |
1932 | 2024-12-21T04:31:03.406Z | Compiling phf_shared v0.11.2 |
1933 | 2024-12-21T04:31:03.505Z | Compiling strum_macros v0.25.3 |
1934 | 2024-12-21T04:31:03.778Z | Compiling async-stream v0.3.6 |
1935 | 2024-12-21T04:31:03.871Z | Compiling waitgroup v0.1.2 |
1936 | 2024-12-21T04:31:04.053Z | Compiling webpki-roots v0.26.6 |
1937 | 2024-12-21T04:31:04.510Z | Compiling idna v0.5.0 |
1938 | 2024-12-21T04:31:04.745Z | Compiling terminal_size v0.4.0 |
1939 | 2024-12-21T04:31:05.269Z | Compiling serde_path_to_error v0.1.16 |
1940 | 2024-12-21T04:31:05.840Z | Compiling hkdf v0.12.4 |
1941 | 2024-12-21T04:31:05.974Z | Compiling crypto-bigint v0.5.5 |
1942 | 2024-12-21T04:31:06.088Z | Compiling serde_repr v0.1.19 |
1943 | 2024-12-21T04:31:06.106Z | Compiling derive-where v1.2.7 |
1944 | 2024-12-21T04:31:07.026Z | Compiling clap_derive v4.5.18 |
1945 | 2024-12-21T04:31:07.169Z | Compiling hostname v0.4.0 |
1946 | 2024-12-21T04:31:07.403Z | Compiling crc32fast v1.4.2 |
1947 | 2024-12-21T04:31:07.695Z | Compiling managed v0.8.0 |
1948 | 2024-12-21T04:31:08.195Z | Compiling clap_lex v0.7.2 |
1949 | 2024-12-21T04:31:08.213Z | Compiling unicode-width v0.1.14 |
1950 | 2024-12-21T04:31:08.448Z | Compiling bitflags v1.3.2 |
1951 | 2024-12-21T04:31:08.568Z | Compiling debug-ignore v1.0.5 |
1952 | 2024-12-21T04:31:09.296Z | Compiling elliptic-curve v0.13.8 |
1953 | 2024-12-21T04:31:10.035Z | Compiling console v0.15.8 |
1954 | 2024-12-21T04:31:11.329Z | Compiling clap_builder v4.5.21 |
1955 | 2024-12-21T04:31:11.942Z | Compiling flate2 v1.0.34 |
1956 | 2024-12-21T04:31:12.936Z | Compiling cookie_store v0.21.0 |
1957 | 2024-12-21T04:31:15.096Z | Compiling hyper-rustls v0.27.3 |
1958 | 2024-12-21T04:31:15.713Z | Compiling hickory-resolver v0.24.1 |
1959 | 2024-12-21T04:31:17.456Z | Compiling phf v0.11.2 |
1960 | 2024-12-21T04:31:18.633Z | Compiling hyper-tls v0.6.0 |
1961 | 2024-12-21T04:31:18.864Z | Compiling signal-hook-mio v0.2.4 |
1962 | 2024-12-21T04:31:18.960Z | Compiling typify-impl v0.2.0 |
1963 | 2024-12-21T04:31:19.022Z | Compiling rayon v1.10.0 |
1964 | 2024-12-21T04:31:19.024Z | Compiling bzip2 v0.4.4 |
1965 | 2024-12-21T04:31:19.534Z | Compiling postgres-types v0.2.8 |
1966 | 2024-12-21T04:31:19.730Z | Compiling tokio-tungstenite v0.24.0 |
1967 | 2024-12-21T04:31:20.462Z | Compiling zerocopy v0.6.6 |
1968 | 2024-12-21T04:31:20.881Z | Compiling ed25519 v2.2.3 |
1969 | 2024-12-21T04:31:20.954Z | Compiling hubpack v0.1.2 |
1970 | 2024-12-21T04:31:21.111Z | Compiling phf_shared v0.10.0 |
1971 | 2024-12-21T04:31:21.373Z | Compiling pkcs1 v0.7.5 |
1972 | 2024-12-21T04:31:21.386Z | Compiling tokio-stream v0.1.16 |
1973 | 2024-12-21T04:31:22.316Z | Compiling ipnetwork v0.20.0 |
1974 | 2024-12-21T04:31:22.462Z | Compiling serde-big-array v0.5.1 |
1975 | 2024-12-21T04:31:22.697Z | Compiling rfc6979 v0.4.0 |
1976 | 2024-12-21T04:31:22.898Z | Compiling float-cmp v0.9.0 |
1977 | 2024-12-21T04:31:23.692Z | Compiling sync_wrapper v1.0.1 |
1978 | 2024-12-21T04:31:23.866Z | Compiling bstr v1.10.0 |
1979 | 2024-12-21T04:31:24.929Z | Compiling new_debug_unreachable v1.0.6 |
1980 | 2024-12-21T04:31:25.035Z | Compiling bit-vec v0.6.3 |
1981 | 2024-12-21T04:31:25.483Z | Compiling fixedbitset v0.4.2 |
1982 | 2024-12-21T04:31:25.711Z | Compiling whoami v1.5.2 |
1983 | 2024-12-21T04:31:25.750Z | Compiling precomputed-hash v0.1.1 |
1984 | 2024-12-21T04:31:25.879Z | Compiling unicode-width v0.2.0 |
1985 | 2024-12-21T04:31:25.897Z | Compiling normalize-line-endings v0.3.0 |
1986 | 2024-12-21T04:31:26.286Z | Compiling number_prefix v0.4.0 |
1987 | 2024-12-21T04:31:26.409Z | Compiling static_assertions v1.1.0 |
1988 | 2024-12-21T04:31:26.412Z | Compiling unicode-segmentation v1.12.0 |
1989 | 2024-12-21T04:31:26.516Z | Compiling predicates-core v1.0.8 |
1990 | 2024-12-21T04:31:26.534Z | Compiling difflib v0.4.0 |
1991 | 2024-12-21T04:31:26.591Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1992 | 2024-12-21T04:31:26.836Z | Compiling indicatif v0.17.9 |
1993 | 2024-12-21T04:31:27.279Z | Compiling similar v2.6.0 |
1994 | 2024-12-21T04:31:27.796Z | Compiling predicates v3.1.2 |
1995 | 2024-12-21T04:31:28.558Z | Compiling tokio-postgres v0.7.12 |
1996 | 2024-12-21T04:31:28.721Z | Compiling string_cache v0.8.7 |
1997 | 2024-12-21T04:31:29.146Z | Compiling petgraph v0.6.5 |
1998 | 2024-12-21T04:31:29.297Z | Compiling bit-set v0.5.3 |
1999 | 2024-12-21T04:31:29.883Z | Compiling reqwest v0.12.9 |
2000 | 2024-12-21T04:31:30.997Z | Compiling typify-macro v0.2.0 |
2001 | 2024-12-21T04:31:33.328Z | Compiling ecdsa v0.16.9 |
2002 | 2024-12-21T04:31:34.185Z | Compiling qorb v0.2.1 |
2003 | 2024-12-21T04:31:34.483Z | Compiling rsa v0.9.6 |
2004 | 2024-12-21T04:31:35.392Z | Compiling ed25519-dalek v2.1.1 |
2005 | 2024-12-21T04:31:35.971Z | Compiling zip v0.6.6 |
2006 | 2024-12-21T04:31:36.064Z | Compiling crossterm v0.28.1 |
2007 | 2024-12-21T04:31:36.172Z | Compiling clap v4.5.21 |
2008 | 2024-12-21T04:31:37.929Z | Compiling toml v0.7.8 |
2009 | 2024-12-21T04:31:38.054Z | Compiling x509-cert v0.2.5 |
2010 | 2024-12-21T04:31:39.554Z | Compiling hex v0.4.3 |
2011 | 2024-12-21T04:31:40.184Z | Compiling itertools v0.10.5 |
2012 | 2024-12-21T04:31:40.423Z | Compiling zerocopy v0.8.10 |
2013 | 2024-12-21T04:31:40.817Z | Compiling lalrpop-util v0.19.12 |
2014 | 2024-12-21T04:31:40.837Z | Compiling unicode-xid v0.2.6 |
2015 | 2024-12-21T04:31:41.008Z | Compiling peg-runtime v0.8.3 |
2016 | 2024-12-21T04:31:43.009Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2017 | 2024-12-21T04:31:46.899Z | Compiling proc-macro-crate v1.3.1 |
2018 | 2024-12-21T04:31:47.680Z | Compiling macaddr v1.0.1 |
2019 | 2024-12-21T04:31:47.777Z | Compiling zerocopy-derive v0.8.10 |
2020 | 2024-12-21T04:31:48.043Z | Compiling itertools v0.13.0 |
2021 | 2024-12-21T04:31:50.279Z | Compiling heapless v0.8.0 |
2022 | 2024-12-21T04:31:51.474Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2023 | 2024-12-21T04:31:55.342Z | Compiling num_enum_derive v0.5.11 |
2024 | 2024-12-21T04:32:04.305Z | Compiling hash32 v0.3.1 |
2025 | 2024-12-21T04:32:04.897Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2026 | 2024-12-21T04:32:05.647Z | Compiling smoltcp v0.11.0 |
2027 | 2024-12-21T04:32:11.308Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2028 | 2024-12-21T04:32:11.346Z | Compiling num_enum v0.5.11 |
2029 | 2024-12-21T04:32:12.034Z | Compiling typify v0.2.0 |
2030 | 2024-12-21T04:32:12.095Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2031 | 2024-12-21T04:32:13.018Z | Compiling proc-macro-error-attr v1.0.4 |
2032 | 2024-12-21T04:32:13.294Z | Compiling unsafe-libyaml v0.2.11 |
2033 | 2024-12-21T04:32:14.077Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2034 | 2024-12-21T04:32:15.101Z | Compiling cobs v0.2.3 |
2035 | 2024-12-21T04:32:15.539Z | Compiling postcard v1.0.10 |
2036 | 2024-12-21T04:32:16.275Z | Compiling serde_yaml v0.9.34+deprecated |
2037 | 2024-12-21T04:32:32.709Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2038 | 2024-12-21T04:32:34.148Z | Compiling progenitor-impl v0.8.0 |
2039 | 2024-12-21T04:32:43.380Z | Compiling strum_macros v0.26.4 |
2040 | 2024-12-21T04:32:44.647Z | Compiling structmeta-derive v0.3.0 |
2041 | 2024-12-21T04:32:44.762Z | Compiling foreign-types-macros v0.2.3 |
2042 | 2024-12-21T04:32:44.835Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2043 | 2024-12-21T04:32:44.918Z | Compiling proc-macro-error v1.0.4 |
2044 | 2024-12-21T04:32:46.033Z | Compiling foreign-types-shared v0.3.1 |
2045 | 2024-12-21T04:32:46.857Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2046 | 2024-12-21T04:32:47.207Z | Compiling structmeta v0.3.0 |
2047 | 2024-12-21T04:32:47.460Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2048 | 2024-12-21T04:32:47.883Z | Compiling strum v0.26.3 |
2049 | 2024-12-21T04:32:50.468Z | Compiling foreign-types v0.5.0 |
2050 | 2024-12-21T04:32:56.219Z | Compiling progenitor-macro v0.8.0 |
2051 | 2024-12-21T04:33:00.279Z | Compiling progenitor-client v0.8.0 |
2052 | 2024-12-21T04:33:01.037Z | Compiling tabwriter v1.4.0 |
2053 | 2024-12-21T04:33:02.062Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2054 | 2024-12-21T04:33:02.875Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2055 | 2024-12-21T04:33:04.085Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2056 | 2024-12-21T04:33:04.943Z | Compiling cstr-argument v0.1.2 |
2057 | 2024-12-21T04:33:05.075Z | Compiling dropshot v0.13.0 |
2058 | 2024-12-21T04:33:05.209Z | Compiling fastrand v2.1.1 |
2059 | 2024-12-21T04:33:05.814Z | Compiling crucible-workspace-hack v0.1.0 |
2060 | 2024-12-21T04:33:05.891Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2061 | 2024-12-21T04:33:06.104Z | Compiling pretty-hex v0.2.1 |
2062 | 2024-12-21T04:33:06.182Z | Compiling thiserror v2.0.3 |
2063 | 2024-12-21T04:33:06.456Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2064 | 2024-12-21T04:33:06.918Z | Compiling tempfile v3.13.0 |
2065 | 2024-12-21T04:33:07.147Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2066 | 2024-12-21T04:33:07.602Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2067 | 2024-12-21T04:33:08.018Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2068 | 2024-12-21T04:33:08.614Z | Compiling parse-display-derive v0.10.0 |
2069 | 2024-12-21T04:33:08.926Z | Compiling colored v2.1.0 |
2070 | 2024-12-21T04:33:09.038Z | Compiling progenitor v0.8.0 |
2071 | 2024-12-21T04:33:09.329Z | Compiling serde_with_macros v3.11.0 |
2072 | 2024-12-21T04:33:09.345Z | Compiling dropshot_endpoint v0.13.0 |
2073 | 2024-12-21T04:33:10.168Z | Compiling thiserror-impl v2.0.3 |
2074 | 2024-12-21T04:33:11.478Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2075 | 2024-12-21T04:33:11.955Z | Compiling instant v0.1.13 |
2076 | 2024-12-21T04:33:12.160Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2077 | 2024-12-21T04:33:12.246Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2078 | 2024-12-21T04:33:12.466Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2079 | 2024-12-21T04:33:12.508Z | Compiling parse-display v0.10.0 |
2080 | 2024-12-21T04:33:12.540Z | Compiling backoff v0.4.0 |
2081 | 2024-12-21T04:33:12.841Z | Compiling serde_with v3.11.0 |
2082 | 2024-12-21T04:33:13.414Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2083 | 2024-12-21T04:33:14.450Z | Compiling zone_cfg_derive v0.3.0 |
2084 | 2024-12-21T04:33:15.501Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2085 | 2024-12-21T04:33:15.862Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2086 | 2024-12-21T04:33:16.216Z | Compiling camino-tempfile v1.1.1 |
2087 | 2024-12-21T04:33:16.665Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2088 | 2024-12-21T04:33:17.001Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2089 | 2024-12-21T04:33:17.181Z | Compiling regress v0.9.1 |
2090 | 2024-12-21T04:33:17.199Z | Compiling num-derive v0.4.2 |
2091 | 2024-12-21T04:33:17.217Z | Compiling sigpipe v0.1.3 |
2092 | 2024-12-21T04:33:17.357Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2093 | 2024-12-21T04:33:17.655Z | Compiling libefi-sys v0.1.0 |
2094 | 2024-12-21T04:33:18.005Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2095 | 2024-12-21T04:33:19.391Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2096 | 2024-12-21T04:33:20.977Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2097 | 2024-12-21T04:33:21.244Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2098 | 2024-12-21T04:33:21.533Z | Compiling zone v0.3.0 |
2099 | 2024-12-21T04:33:22.506Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2100 | 2024-12-21T04:33:25.727Z | Compiling smf v0.2.3 |
2101 | 2024-12-21T04:33:26.681Z | Compiling bitfield-struct v0.6.2 |
2102 | 2024-12-21T04:33:26.774Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2103 | 2024-12-21T04:33:27.506Z | Compiling ring v0.16.20 |
2104 | 2024-12-21T04:33:28.073Z | Compiling blake3 v1.5.4 |
2105 | 2024-12-21T04:33:28.393Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2106 | 2024-12-21T04:33:29.193Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2107 | 2024-12-21T04:33:29.300Z | Compiling xattr v1.3.1 |
2108 | 2024-12-21T04:33:29.440Z | Compiling memmap2 v0.9.5 |
2109 | 2024-12-21T04:33:29.649Z | Compiling filetime v0.2.25 |
2110 | 2024-12-21T04:33:30.018Z | Compiling arrayref v0.3.9 |
2111 | 2024-12-21T04:33:30.043Z | Compiling arrayvec v0.7.6 |
2112 | 2024-12-21T04:33:30.156Z | Compiling constant_time_eq v0.3.1 |
2113 | 2024-12-21T04:33:30.349Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2114 | 2024-12-21T04:33:30.365Z | Compiling same-file v1.0.6 |
2115 | 2024-12-21T04:33:30.484Z | Compiling spin v0.5.2 |
2116 | 2024-12-21T04:33:30.558Z | Compiling walkdir v2.5.0 |
2117 | 2024-12-21T04:33:30.748Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2118 | 2024-12-21T04:33:32.039Z | Compiling tar v0.4.42 |
2119 | 2024-12-21T04:33:32.274Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2120 | 2024-12-21T04:33:32.701Z | Compiling gethostname v0.5.0 |
2121 | 2024-12-21T04:33:32.938Z | Compiling cargo-platform v0.1.8 |
2122 | 2024-12-21T04:33:33.358Z | Compiling topological-sort v0.2.2 |
2123 | 2024-12-21T04:33:33.398Z | Compiling cargo_metadata v0.18.1 |
2124 | 2024-12-21T04:33:33.594Z | Compiling shell-words v1.1.0 |
2125 | 2024-12-21T04:33:37.385Z | Compiling omicron-zone-package v0.11.1 |
2126 | 2024-12-21T04:33:39.117Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2127 | 2024-12-21T04:33:41.236Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2128 | 2024-12-21T04:33:47.728Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2129 | 2024-12-21T04:34:02.784Z | Finished `release` profile [optimized] target(s) in 5m 27s |
2130 | 2024-12-21T04:34:02.947Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2131 | 2024-12-21T04:34:02.996Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2132 | 2024-12-21T04:34:03.000Z | Created new build target 'test' and set it as active |
2133 | 2024-12-21T04:34:03.000Z | |
2134 | 2024-12-21T04:34:03.000Z | real 5:27.436290155 |
2135 | 2024-12-21T04:34:03.000Z | user 36:54.332421051 |
2136 | 2024-12-21T04:34:03.000Z | sys 4:55.748060543 |
2137 | 2024-12-21T04:34:03.000Z | trap 1.093039777 |
2138 | 2024-12-21T04:34:03.000Z | tflt 3.002323865 |
2139 | 2024-12-21T04:34:03.000Z | dflt 0.634390161 |
2140 | 2024-12-21T04:34:03.000Z | kflt 0.000465014 |
2141 | 2024-12-21T04:34:03.000Z | lock 1:17:50.217878582 |
2142 | 2024-12-21T04:34:03.000Z | slp 2:34:55.227113690 |
2143 | 2024-12-21T04:34:03.000Z | lat 2:36.441884383 |
2144 | 2024-12-21T04:34:03.000Z | stop 4:34.411836969 |
2145 | 2024-12-21T04:34:03.000Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2146 | 2024-12-21T04:34:04.005Z | Finished `release` profile [optimized] target(s) in 0.95s |
2147 | 2024-12-21T04:34:04.066Z | Running `target/release/omicron-package -t test package` |
2148 | 2024-12-21T04:34:04.112Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2149 | 2024-12-21T04:34:05.293Z | Compiling convert_case v0.4.0 |
2150 | 2024-12-21T04:34:05.293Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2151 | 2024-12-21T04:34:05.293Z | Compiling newline-converter v0.3.0 |
2152 | 2024-12-21T04:34:05.297Z | Compiling password-hash v0.5.0 |
2153 | 2024-12-21T04:34:05.297Z | Compiling blake2 v0.10.6 |
2154 | 2024-12-21T04:34:05.297Z | Compiling base64 v0.21.7 |
2155 | 2024-12-21T04:34:05.297Z | Compiling atomicwrites v0.4.4 |
2156 | 2024-12-21T04:34:05.297Z | Compiling progenitor-client v0.8.0 |
2157 | 2024-12-21T04:34:05.580Z | Compiling expectorate v1.1.0 |
2158 | 2024-12-21T04:34:05.760Z | Compiling owo-colors v4.1.0 |
2159 | 2024-12-21T04:34:05.784Z | Compiling cancel-safe-futures v0.1.5 |
2160 | 2024-12-21T04:34:05.876Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2161 | 2024-12-21T04:34:05.960Z | Compiling progenitor v0.8.0 |
2162 | 2024-12-21T04:34:06.037Z | Compiling argon2 v0.5.3 |
2163 | 2024-12-21T04:34:06.170Z | Compiling num-rational v0.4.2 |
2164 | 2024-12-21T04:34:06.229Z | Compiling num-complex v0.4.6 |
2165 | 2024-12-21T04:34:06.296Z | Compiling derive_more v0.99.18 |
2166 | 2024-12-21T04:34:06.638Z | Compiling libsw v3.3.1 |
2167 | 2024-12-21T04:34:06.985Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2168 | 2024-12-21T04:34:07.326Z | Compiling num v0.4.3 |
2169 | 2024-12-21T04:34:07.452Z | Compiling float-ord v0.3.2 |
2170 | 2024-12-21T04:34:07.544Z | Compiling linear-map v1.2.0 |
2171 | 2024-12-21T04:34:07.565Z | Compiling indent_write v2.2.0 |
2172 | 2024-12-21T04:34:07.639Z | Compiling swrite v0.1.0 |
2173 | 2024-12-21T04:34:07.654Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2174 | 2024-12-21T04:34:07.786Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2175 | 2024-12-21T04:34:07.808Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2176 | 2024-12-21T04:34:07.949Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2177 | 2024-12-21T04:34:08.431Z | Compiling highway v1.2.0 |
2178 | 2024-12-21T04:34:08.559Z | Compiling semver v0.1.20 |
2179 | 2024-12-21T04:34:09.113Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2180 | 2024-12-21T04:34:09.433Z | Compiling rustc_version v0.1.7 |
2181 | 2024-12-21T04:34:09.866Z | Compiling tungstenite v0.21.0 |
2182 | 2024-12-21T04:34:09.885Z | Compiling newtype_derive v0.1.6 |
2183 | 2024-12-21T04:34:10.207Z | Compiling ipnetwork v0.20.0 |
2184 | 2024-12-21T04:34:11.016Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2185 | 2024-12-21T04:34:11.724Z | Compiling tokio-tungstenite v0.21.0 |
2186 | 2024-12-21T04:34:12.388Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2187 | 2024-12-21T04:34:13.005Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2188 | 2024-12-21T04:34:15.169Z | Compiling humantime v2.1.0 |
2189 | 2024-12-21T04:34:16.014Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2190 | 2024-12-21T04:34:16.041Z | Compiling dropshot v0.13.0 |
2191 | 2024-12-21T04:34:16.112Z | Compiling instant v0.1.13 |
2192 | 2024-12-21T04:34:16.282Z | Compiling backoff v0.4.0 |
2193 | 2024-12-21T04:34:16.697Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2194 | 2024-12-21T04:34:17.170Z | Compiling steno v0.4.1 |
2195 | 2024-12-21T04:34:17.173Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2196 | 2024-12-21T04:34:17.387Z | Compiling parse-display v0.10.0 |
2197 | 2024-12-21T04:34:17.973Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2198 | 2024-12-21T04:34:18.171Z | Compiling strum v0.26.3 |
2199 | 2024-12-21T04:34:18.365Z | Compiling serde_with v3.11.0 |
2200 | 2024-12-21T04:34:22.002Z | Compiling regress v0.9.1 |
2201 | 2024-12-21T04:34:22.605Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2202 | 2024-12-21T04:34:25.042Z | Compiling macaddr v1.0.1 |
2203 | 2024-12-21T04:34:25.428Z | Compiling slog-dtrace v0.3.0 |
2204 | 2024-12-21T04:34:25.509Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2205 | 2024-12-21T04:34:25.804Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2206 | 2024-12-21T04:34:25.887Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2207 | 2024-12-21T04:34:27.543Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2208 | 2024-12-21T04:34:28.211Z | Compiling prettyplease v0.2.25 |
2209 | 2024-12-21T04:34:28.486Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2210 | 2024-12-21T04:34:28.648Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2211 | 2024-12-21T04:34:29.730Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2212 | 2024-12-21T04:34:31.984Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2213 | 2024-12-21T04:34:32.316Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2214 | 2024-12-21T04:34:44.262Z | Compiling half v2.4.1 |
2215 | 2024-12-21T04:34:44.736Z | Compiling ciborium-io v0.2.2 |
2216 | 2024-12-21T04:34:44.890Z | Compiling ciborium-ll v0.2.2 |
2217 | 2024-12-21T04:34:44.955Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2218 | 2024-12-21T04:34:45.425Z | Compiling ciborium v0.2.2 |
2219 | 2024-12-21T04:34:45.883Z | Compiling same-file v1.0.6 |
2220 | 2024-12-21T04:34:46.142Z | Compiling display-error-chain v0.2.2 |
2221 | 2024-12-21T04:34:46.353Z | Compiling fastrand v2.1.1 |
2222 | 2024-12-21T04:34:46.458Z | Compiling walkdir v2.5.0 |
2223 | 2024-12-21T04:34:46.865Z | Compiling tempfile v3.13.0 |
2224 | 2024-12-21T04:34:46.942Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2225 | 2024-12-21T04:34:47.135Z | Compiling ring v0.16.20 |
2226 | 2024-12-21T04:34:47.576Z | Compiling blake3 v1.5.4 |
2227 | 2024-12-21T04:34:47.624Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2228 | 2024-12-21T04:34:48.209Z | Compiling xattr v1.3.1 |
2229 | 2024-12-21T04:34:48.497Z | Compiling memmap2 v0.9.5 |
2230 | 2024-12-21T04:34:48.941Z | Compiling filetime v0.2.25 |
2231 | 2024-12-21T04:34:49.247Z | Compiling constant_time_eq v0.3.1 |
2232 | 2024-12-21T04:34:49.431Z | Compiling arrayvec v0.7.6 |
2233 | 2024-12-21T04:34:49.863Z | Compiling spin v0.5.2 |
2234 | 2024-12-21T04:34:49.866Z | Compiling arrayref v0.3.9 |
2235 | 2024-12-21T04:34:49.995Z | Compiling keccak v0.1.5 |
2236 | 2024-12-21T04:34:50.857Z | Compiling sha3 v0.10.8 |
2237 | 2024-12-21T04:34:51.020Z | Compiling tar v0.4.42 |
2238 | 2024-12-21T04:34:51.259Z | Compiling camino-tempfile v1.1.1 |
2239 | 2024-12-21T04:34:51.504Z | Compiling toolchain_find v0.4.0 |
2240 | 2024-12-21T04:34:51.705Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2241 | 2024-12-21T04:34:51.727Z | Compiling const_format_proc_macros v0.2.33 |
2242 | 2024-12-21T04:34:51.731Z | Compiling maplit v1.0.2 |
2243 | 2024-12-21T04:34:51.884Z | Compiling topological-sort v0.2.2 |
2244 | 2024-12-21T04:34:52.047Z | Compiling radium v0.7.0 |
2245 | 2024-12-21T04:34:52.124Z | Compiling crunchy v0.2.2 |
2246 | 2024-12-21T04:34:52.221Z | Compiling omicron-zone-package v0.11.1 |
2247 | 2024-12-21T04:34:52.540Z | Compiling rustfmt-wrapper v0.2.1 |
2248 | 2024-12-21T04:34:52.622Z | Compiling maybe-uninit v2.0.0 |
2249 | 2024-12-21T04:34:53.029Z | Compiling tap v1.0.1 |
2250 | 2024-12-21T04:34:53.100Z | Compiling tiny-keccak v2.0.2 |
2251 | 2024-12-21T04:34:53.219Z | Compiling wyz v0.5.1 |
2252 | 2024-12-21T04:34:53.364Z | Compiling dsl_auto_type v0.1.2 |
2253 | 2024-12-21T04:34:53.434Z | Compiling phf_generator v0.11.2 |
2254 | 2024-12-21T04:34:53.641Z | Compiling scheduled-thread-pool v0.2.7 |
2255 | 2024-12-21T04:34:53.661Z | Compiling secrecy v0.8.0 |
2256 | 2024-12-21T04:34:53.663Z | Compiling const_format v0.2.33 |
2257 | 2024-12-21T04:34:53.893Z | Compiling diesel_table_macro_syntax v0.2.0 |
2258 | 2024-12-21T04:34:53.963Z | Compiling async-recursion v1.1.1 |
2259 | 2024-12-21T04:34:54.315Z | Compiling arc-swap v1.7.1 |
2260 | 2024-12-21T04:34:54.792Z | Compiling packed_struct v0.10.1 |
2261 | 2024-12-21T04:34:54.929Z | Compiling funty v2.0.0 |
2262 | 2024-12-21T04:34:54.979Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2263 | 2024-12-21T04:34:55.085Z | Compiling crc-catalog v2.4.0 |
2264 | 2024-12-21T04:34:55.248Z | Compiling crc v3.2.1 |
2265 | 2024-12-21T04:34:55.271Z | Compiling slog-scope v4.4.0 |
2266 | 2024-12-21T04:34:55.322Z | Compiling diesel_derives v2.2.3 |
2267 | 2024-12-21T04:34:55.530Z | Compiling r2d2 v0.8.10 |
2268 | 2024-12-21T04:34:56.021Z | Compiling bitvec v1.0.1 |
2269 | 2024-12-21T04:34:56.111Z | Compiling phf_codegen v0.11.2 |
2270 | 2024-12-21T04:34:56.902Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2271 | 2024-12-21T04:34:57.221Z | Compiling ascii-canvas v3.0.0 |
2272 | 2024-12-21T04:34:57.376Z | Compiling universal-hash v0.5.1 |
2273 | 2024-12-21T04:34:57.571Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2274 | 2024-12-21T04:34:57.623Z | Compiling thiserror-impl-no-std v2.0.2 |
2275 | 2024-12-21T04:34:57.704Z | Compiling packed_struct_codegen v0.10.1 |
2276 | 2024-12-21T04:35:00.156Z | Compiling parse-zoneinfo v0.3.1 |
2277 | 2024-12-21T04:35:00.282Z | Compiling ena v0.14.3 |
2278 | 2024-12-21T04:35:00.694Z | Compiling indexmap v1.9.3 |
2279 | 2024-12-21T04:35:00.717Z | Compiling diff v0.1.13 |
2280 | 2024-12-21T04:35:01.016Z | Compiling nodrop v0.1.14 |
2281 | 2024-12-21T04:35:01.169Z | Compiling opaque-debug v0.3.1 |
2282 | 2024-12-21T04:35:01.260Z | Compiling regex-syntax v0.6.29 |
2283 | 2024-12-21T04:35:01.286Z | Compiling poly1305 v0.8.0 |
2284 | 2024-12-21T04:35:01.729Z | Compiling array-init v0.0.4 |
2285 | 2024-12-21T04:35:02.845Z | Compiling chrono-tz-build v0.4.0 |
2286 | 2024-12-21T04:35:04.036Z | Compiling thiserror-no-std v2.0.2 |
2287 | 2024-12-21T04:35:04.182Z | Compiling smallvec v0.6.14 |
2288 | 2024-12-21T04:35:04.723Z | Compiling lalrpop v0.19.12 |
2289 | 2024-12-21T04:35:06.677Z | Compiling slog-stdlog v4.1.1 |
2290 | 2024-12-21T04:35:06.838Z | Compiling diesel v2.2.6 |
2291 | 2024-12-21T04:35:07.492Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2292 | 2024-12-21T04:35:07.867Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2293 | 2024-12-21T04:35:08.170Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2294 | 2024-12-21T04:35:08.449Z | Compiling chacha20 v0.9.1 |
2295 | 2024-12-21T04:35:08.675Z | Compiling aead v0.5.2 |
2296 | 2024-12-21T04:35:08.905Z | Compiling vte_generate_state_changes v0.1.2 |
2297 | 2024-12-21T04:35:09.047Z | Compiling ref-cast v1.0.23 |
2298 | 2024-12-21T04:35:09.498Z | Compiling bitfield v0.14.0 |
2299 | 2024-12-21T04:35:09.513Z | Compiling termcolor v1.4.1 |
2300 | 2024-12-21T04:35:09.825Z | Compiling hashbrown v0.12.3 |
2301 | 2024-12-21T04:35:10.762Z | Compiling env_logger v0.10.2 |
2302 | 2024-12-21T04:35:12.294Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2303 | 2024-12-21T04:35:13.999Z | Compiling vte v0.11.1 |
2304 | 2024-12-21T04:35:15.532Z | Compiling chacha20poly1305 v0.10.1 |
2305 | 2024-12-21T04:35:15.804Z | Compiling slog-envlogger v2.2.0 |
2306 | 2024-12-21T04:35:18.538Z | Compiling serde-hex v0.1.0 |
2307 | 2024-12-21T04:35:23.825Z | Compiling vsss-rs v3.3.4 |
2308 | 2024-12-21T04:35:28.273Z | Compiling chrono-tz v0.10.0 |
2309 | 2024-12-21T04:35:28.928Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2310 | 2024-12-21T04:35:29.107Z | Compiling ron v0.8.1 |
2311 | 2024-12-21T04:35:29.279Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2312 | 2024-12-21T04:35:29.599Z | Compiling derive_builder_core v0.20.2 |
2313 | 2024-12-21T04:35:30.597Z | Compiling polar-core v0.27.3 |
2314 | 2024-12-21T04:35:31.830Z | Compiling hashbrown v0.13.2 |
2315 | 2024-12-21T04:35:31.869Z | Compiling headers-core v0.3.0 |
2316 | 2024-12-21T04:35:32.101Z | Compiling fxhash v0.2.1 |
2317 | 2024-12-21T04:35:32.361Z | Compiling libxml v0.3.3 |
2318 | 2024-12-21T04:35:32.726Z | Compiling ref-cast-impl v1.0.23 |
2319 | 2024-12-21T04:35:33.278Z | Compiling bytecount v0.6.8 |
2320 | 2024-12-21T04:35:33.604Z | Compiling lockfree-object-pool v0.1.6 |
2321 | 2024-12-21T04:35:33.882Z | Compiling bumpalo v3.16.0 |
2322 | 2024-12-21T04:35:33.929Z | Compiling simd-adler32 v0.3.7 |
2323 | 2024-12-21T04:35:34.540Z | Compiling zip v2.1.3 |
2324 | 2024-12-21T04:35:34.898Z | Compiling crc-any v2.5.0 |
2325 | 2024-12-21T04:35:35.021Z | Compiling zopfli v0.8.1 |
2326 | 2024-12-21T04:35:35.322Z | Compiling papergrid v0.11.0 |
2327 | 2024-12-21T04:35:35.870Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2328 | 2024-12-21T04:35:39.302Z | Compiling object v0.30.4 |
2329 | 2024-12-21T04:35:44.528Z | Compiling headers v0.4.0 |
2330 | 2024-12-21T04:35:46.200Z | Compiling derive_builder_macro v0.20.2 |
2331 | 2024-12-21T04:35:48.214Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2332 | 2024-12-21T04:35:49.846Z | Compiling strip-ansi-escapes v0.2.0 |
2333 | 2024-12-21T04:35:50.470Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2334 | 2024-12-21T04:35:51.050Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2335 | 2024-12-21T04:35:51.361Z | Compiling tabled_derive v0.7.0 |
2336 | 2024-12-21T04:35:52.276Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2337 | 2024-12-21T04:35:53.224Z | Compiling fd-lock v4.0.2 |
2338 | 2024-12-21T04:35:53.458Z | Compiling peg-macros v0.8.4 |
2339 | 2024-12-21T04:35:53.548Z | Compiling strum_macros v0.24.3 |
2340 | 2024-12-21T04:35:53.588Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2341 | 2024-12-21T04:35:54.664Z | Compiling kstat-rs v0.2.4 |
2342 | 2024-12-21T04:35:55.659Z | Compiling samael v0.0.17 |
2343 | 2024-12-21T04:35:56.811Z | Compiling unicase v2.7.0 |
2344 | 2024-12-21T04:35:56.831Z | Compiling nu-ansi-term v0.50.1 |
2345 | 2024-12-21T04:35:56.848Z | Compiling indoc v1.0.9 |
2346 | 2024-12-21T04:35:57.125Z | Compiling path-slash v0.1.5 |
2347 | 2024-12-21T04:35:57.402Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2348 | 2024-12-21T04:35:57.689Z | Compiling reedline v0.35.0 |
2349 | 2024-12-21T04:35:57.997Z | Compiling peg v0.8.4 |
2350 | 2024-12-21T04:35:58.124Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2351 | 2024-12-21T04:36:01.163Z | Compiling tabled v0.15.0 |
2352 | 2024-12-21T04:36:02.996Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2353 | 2024-12-21T04:36:12.969Z | Compiling derive_builder v0.20.2 |
2354 | 2024-12-21T04:36:18.135Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2355 | 2024-12-21T04:36:18.167Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2356 | 2024-12-21T04:36:21.122Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2357 | 2024-12-21T04:36:21.412Z | Compiling pem v3.0.4 |
2358 | 2024-12-21T04:36:21.431Z | Compiling bcs v0.1.6 |
2359 | 2024-12-21T04:36:21.927Z | Compiling impl-trait-for-tuples v0.2.2 |
2360 | 2024-12-21T04:36:22.320Z | Compiling oso-derive v0.27.3 |
2361 | 2024-12-21T04:36:22.876Z | Compiling libz-sys v1.1.20 |
2362 | 2024-12-21T04:36:23.311Z | Compiling quick-xml v0.33.0 |
2363 | 2024-12-21T04:36:23.515Z | Compiling diesel-dtrace v0.4.2 |
2364 | 2024-12-21T04:36:23.828Z | Compiling parking_lot_core v0.8.6 |
2365 | 2024-12-21T04:36:28.752Z | Compiling oso v0.27.3 |
2366 | 2024-12-21T04:36:29.152Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2367 | 2024-12-21T04:36:30.782Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2368 | 2024-12-21T04:36:36.342Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2369 | 2024-12-21T04:36:39.527Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2370 | 2024-12-21T04:36:39.841Z | Compiling bb8 v0.8.5 |
2371 | 2024-12-21T04:36:40.476Z | Compiling buf-list v1.0.3 |
2372 | 2024-12-21T04:36:41.112Z | Compiling async-bb8-diesel v0.2.1 |
2373 | 2024-12-21T04:36:43.537Z | Compiling nibble_vec v0.1.0 |
2374 | 2024-12-21T04:36:43.786Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2375 | 2024-12-21T04:36:44.603Z | Compiling pin-project-internal v1.1.6 |
2376 | 2024-12-21T04:36:45.980Z | Compiling atty v0.2.14 |
2377 | 2024-12-21T04:36:46.167Z | Compiling endian-type v0.1.2 |
2378 | 2024-12-21T04:36:46.447Z | Compiling salty v0.3.0 |
2379 | 2024-12-21T04:36:46.907Z | Compiling radix_trie v0.2.1 |
2380 | 2024-12-21T04:36:47.452Z | Compiling pin-project v1.1.6 |
2381 | 2024-12-21T04:36:48.236Z | Compiling parking_lot v0.11.2 |
2382 | 2024-12-21T04:36:51.271Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2383 | 2024-12-21T04:36:57.715Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2384 | 2024-12-21T04:37:02.570Z | Compiling snafu-derive v0.8.5 |
2385 | 2024-12-21T04:37:05.101Z | Compiling sled v0.34.7 |
2386 | 2024-12-21T04:37:07.231Z | Compiling snafu v0.8.5 |
2387 | 2024-12-21T04:37:08.517Z | Compiling mime_guess v2.0.5 |
2388 | 2024-12-21T04:37:09.665Z | Compiling hickory-client v0.24.1 |
2389 | 2024-12-21T04:37:15.335Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2390 | 2024-12-21T04:37:17.162Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2391 | 2024-12-21T04:37:17.444Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2392 | 2024-12-21T04:37:18.552Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2393 | 2024-12-21T04:37:18.556Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2394 | 2024-12-21T04:37:20.055Z | Compiling globset v0.4.15 |
2395 | 2024-12-21T04:37:22.975Z | Compiling hickory-server v0.24.1 |
2396 | 2024-12-21T04:37:27.289Z | Compiling primeorder v0.13.6 |
2397 | 2024-12-21T04:37:27.444Z | Compiling olpc-cjson v0.1.4 |
2398 | 2024-12-21T04:37:27.749Z | Compiling vergen v8.3.2 |
2399 | 2024-12-21T04:37:27.869Z | Compiling castaway v0.2.3 |
2400 | 2024-12-21T04:37:28.051Z | Compiling env_filter v0.1.2 |
2401 | 2024-12-21T04:37:28.054Z | Compiling serde_plain v1.0.2 |
2402 | 2024-12-21T04:37:28.576Z | Compiling cargo-platform v0.1.8 |
2403 | 2024-12-21T04:37:29.104Z | Compiling nanorand v0.7.0 |
2404 | 2024-12-21T04:37:29.543Z | Compiling memoffset v0.9.1 |
2405 | 2024-12-21T04:37:29.785Z | Compiling typed-path v0.9.3 |
2406 | 2024-12-21T04:37:30.084Z | Compiling flume v0.11.1 |
2407 | 2024-12-21T04:37:30.867Z | Compiling cargo_metadata v0.18.1 |
2408 | 2024-12-21T04:37:34.050Z | Compiling tough v0.19.0 |
2409 | 2024-12-21T04:37:35.377Z | Compiling env_logger v0.11.5 |
2410 | 2024-12-21T04:37:36.713Z | Compiling compact_str v0.8.0 |
2411 | 2024-12-21T04:37:37.011Z | Compiling p384 v0.13.0 |
2412 | 2024-12-21T04:37:37.923Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2413 | 2024-12-21T04:37:38.445Z | Compiling git2 v0.19.0 |
2414 | 2024-12-21T04:37:39.285Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2415 | 2024-12-21T04:37:43.053Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2416 | 2024-12-21T04:37:47.771Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2417 | 2024-12-21T04:37:49.263Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2418 | 2024-12-21T04:37:49.632Z | Compiling unicode-truncate v1.1.0 |
2419 | 2024-12-21T04:37:49.940Z | Compiling lru v0.12.5 |
2420 | 2024-12-21T04:37:50.330Z | Compiling rand_seeder v0.3.0 |
2421 | 2024-12-21T04:37:50.768Z | Compiling libsqlite3-sys v0.30.1 |
2422 | 2024-12-21T04:37:51.303Z | Compiling lzma-sys v0.1.20 |
2423 | 2024-12-21T04:37:52.104Z | Compiling instability v0.3.2 |
2424 | 2024-12-21T04:37:53.148Z | Compiling rustls v0.21.12 |
2425 | 2024-12-21T04:37:53.455Z | Compiling http-range v0.1.5 |
2426 | 2024-12-21T04:37:54.049Z | Compiling cfg_aliases v0.2.1 |
2427 | 2024-12-21T04:37:54.177Z | Compiling cassowary v0.3.0 |
2428 | 2024-12-21T04:37:54.417Z | Compiling parse-size v1.1.0 |
2429 | 2024-12-21T04:37:54.745Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2430 | 2024-12-21T04:37:55.113Z | Compiling ratatui v0.28.1 |
2431 | 2024-12-21T04:37:56.218Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2432 | 2024-12-21T04:37:57.795Z | Compiling nix v0.29.0 |
2433 | 2024-12-21T04:37:58.762Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2434 | 2024-12-21T04:38:00.762Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2435 | 2024-12-21T04:38:03.056Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2436 | 2024-12-21T04:38:03.205Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2437 | 2024-12-21T04:38:04.010Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2438 | 2024-12-21T04:38:04.317Z | Compiling sct v0.7.1 |
2439 | 2024-12-21T04:38:04.804Z | Compiling rustls-webpki v0.101.7 |
2440 | 2024-12-21T04:38:06.771Z | Compiling heck v0.3.3 |
2441 | 2024-12-21T04:38:07.156Z | Compiling csv-core v0.1.11 |
2442 | 2024-12-21T04:38:08.034Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2443 | 2024-12-21T04:38:08.359Z | Compiling glob v0.3.1 |
2444 | 2024-12-21T04:38:08.720Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2445 | 2024-12-21T04:38:08.989Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2446 | 2024-12-21T04:38:09.165Z | Compiling csv v1.3.0 |
2447 | 2024-12-21T04:38:10.362Z | Compiling zone_cfg_derive v0.1.2 |
2448 | 2024-12-21T04:38:12.199Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2449 | 2024-12-21T04:38:13.091Z | Compiling nix v0.27.1 |
2450 | 2024-12-21T04:38:16.177Z | Compiling hyper-staticfile v0.10.1 |
2451 | 2024-12-21T04:38:16.238Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2452 | 2024-12-21T04:38:19.895Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2453 | 2024-12-21T04:38:19.924Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2454 | 2024-12-21T04:38:20.511Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2455 | 2024-12-21T04:38:21.182Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2456 | 2024-12-21T04:38:25.308Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2457 | 2024-12-21T04:38:26.533Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2458 | 2024-12-21T04:38:26.876Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2459 | 2024-12-21T04:38:27.181Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2460 | 2024-12-21T04:38:27.481Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2461 | 2024-12-21T04:38:28.717Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2462 | 2024-12-21T04:38:29.381Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2463 | 2024-12-21T04:38:30.054Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2464 | 2024-12-21T04:38:30.687Z | Compiling hashlink v0.9.1 |
2465 | 2024-12-21T04:38:31.524Z | Compiling tungstenite v0.23.0 |
2466 | 2024-12-21T04:38:31.660Z | Compiling base64 v0.13.1 |
2467 | 2024-12-21T04:38:32.434Z | Compiling fallible-iterator v0.3.0 |
2468 | 2024-12-21T04:38:33.083Z | Compiling fallible-streaming-iterator v0.1.9 |
2469 | 2024-12-21T04:38:33.301Z | Compiling tokio-tungstenite v0.23.1 |
2470 | 2024-12-21T04:38:33.385Z | Compiling rusqlite v0.32.1 |
2471 | 2024-12-21T04:38:33.988Z | Compiling ron v0.7.1 |
2472 | 2024-12-21T04:38:34.772Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2473 | 2024-12-21T04:38:35.452Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2474 | 2024-12-21T04:38:37.239Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2475 | 2024-12-21T04:38:38.996Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2476 | 2024-12-21T04:38:40.297Z | Compiling xz2 v0.1.7 |
2477 | 2024-12-21T04:38:40.927Z | Compiling tokio-rustls v0.24.1 |
2478 | 2024-12-21T04:38:43.345Z | Compiling zone v0.1.8 |
2479 | 2024-12-21T04:38:44.684Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2480 | 2024-12-21T04:38:46.690Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2481 | 2024-12-21T04:38:54.364Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2482 | 2024-12-21T04:38:55.298Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2483 | 2024-12-21T04:38:58.618Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2484 | 2024-12-21T04:38:59.651Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2485 | 2024-12-21T04:38:59.994Z | Compiling rustls-pemfile v1.0.4 |
2486 | 2024-12-21T04:39:00.806Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2487 | 2024-12-21T04:39:01.124Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2488 | 2024-12-21T04:39:06.135Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2489 | 2024-12-21T04:39:06.316Z | Compiling signal-hook-tokio v0.3.1 |
2490 | 2024-12-21T04:39:06.544Z | Compiling twox-hash v1.6.3 |
2491 | 2024-12-21T04:39:07.383Z | Compiling yasna v0.5.2 |
2492 | 2024-12-21T04:39:07.559Z | Compiling unicode-linebreak v0.1.5 |
2493 | 2024-12-21T04:39:07.951Z | Compiling is_ci v1.2.0 |
2494 | 2024-12-21T04:39:08.114Z | Compiling smawk v0.3.2 |
2495 | 2024-12-21T04:39:08.268Z | Compiling supports-color v3.0.1 |
2496 | 2024-12-21T04:39:08.397Z | Compiling textwrap v0.16.1 |
2497 | 2024-12-21T04:39:08.697Z | Compiling rcgen v0.12.1 |
2498 | 2024-12-21T04:39:11.963Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2499 | 2024-12-21T04:39:17.935Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2500 | 2024-12-21T04:39:18.958Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2501 | 2024-12-21T04:39:21.490Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2502 | 2024-12-21T04:39:24.704Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2503 | 2024-12-21T04:39:34.771Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2504 | 2024-12-21T04:39:39.620Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2505 | 2024-12-21T04:39:39.760Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2506 | 2024-12-21T04:39:40.410Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2507 | 2024-12-21T04:39:52.999Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2508 | 2024-12-21T04:39:53.301Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2509 | 2024-12-21T04:39:57.189Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2510 | 2024-12-21T04:39:59.470Z | Compiling fatfs v0.3.6 |
2511 | 2024-12-21T04:40:00.078Z | Compiling rtoolbox v0.0.2 |
2512 | 2024-12-21T04:40:00.524Z | Compiling subprocess v0.2.9 |
2513 | 2024-12-21T04:40:02.328Z | Compiling assert_matches v1.5.0 |
2514 | 2024-12-21T04:40:05.288Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2515 | 2024-12-21T04:40:06.773Z | Compiling rpassword v7.3.1 |
2516 | 2024-12-21T04:40:07.254Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2517 | 2024-12-21T04:40:07.445Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2518 | 2024-12-21T04:40:12.900Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2519 | 2024-12-21T04:40:14.564Z | Compiling tui-tree-widget v0.22.0 |
2520 | 2024-12-21T04:40:15.026Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2521 | 2024-12-21T04:40:15.867Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2522 | 2024-12-21T04:40:16.179Z | Compiling uzers v0.12.1 |
2523 | 2024-12-21T04:40:19.289Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2524 | 2024-12-21T04:40:30.884Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2525 | 2024-12-21T04:40:30.972Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2526 | 2024-12-21T04:40:55.801Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2527 | 2024-12-21T04:41:02.271Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2528 | 2024-12-21T04:41:06.508Z | Compiling multimap v0.10.0 |
2529 | 2024-12-21T04:43:21.536Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2530 | 2024-12-21T04:43:37.077Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2531 | 2024-12-21T04:50:07.117Z | Finished `release` profile [optimized] target(s) in 16m 02s |
2532 | 2024-12-21T04:51:11.272Z | |
2533 | 2024-12-21T04:51:11.274Z | real 17:08.164923877 |
2534 | 2024-12-21T04:51:11.274Z | user 1:57:01.724626749 |
2535 | 2024-12-21T04:51:11.274Z | sys 6:02.991700549 |
2536 | 2024-12-21T04:51:11.274Z | trap 2.848036826 |
2537 | 2024-12-21T04:51:11.274Z | tflt 3.278709568 |
2538 | 2024-12-21T04:51:11.274Z | dflt 4.497471054 |
2539 | 2024-12-21T04:51:11.274Z | kflt 0.071200641 |
2540 | 2024-12-21T04:51:11.274Z | lock 7:13:17.152435726 |
2541 | 2024-12-21T04:51:11.274Z | slp 6:12:14.310427657 |
2542 | 2024-12-21T04:51:11.274Z | lat 2:55.661299368 |
2543 | 2024-12-21T04:51:11.274Z | stop 2:32.643313865 |
2544 | 2024-12-21T04:51:11.274Z | + mapfile -t packages |
2545 | 2024-12-21T04:51:11.275Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2546 | 2024-12-21T04:51:12.313Z | Finished `release` profile [optimized] target(s) in 0.98s |
2547 | 2024-12-21T04:51:12.381Z | Running `target/release/omicron-package -t test list-outputs` |
2548 | 2024-12-21T04:51:12.430Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2549 | 2024-12-21T04:51:12.433Z | + ptime -m cargo build --locked --release -p xtask |
2550 | 2024-12-21T04:51:12.997Z | Compiling serde v1.0.215 |
2551 | 2024-12-21T04:51:13.000Z | Compiling libc v0.2.162 |
2552 | 2024-12-21T04:51:13.000Z | Compiling rustix v0.38.37 |
2553 | 2024-12-21T04:51:13.000Z | Compiling serde_json v1.0.133 |
2554 | 2024-12-21T04:51:13.000Z | Compiling syn v2.0.87 |
2555 | 2024-12-21T04:51:13.089Z | Compiling bitflags v2.6.0 |
2556 | 2024-12-21T04:51:13.448Z | Compiling usdt-impl v0.5.0 |
2557 | 2024-12-21T04:51:13.494Z | Compiling syn v1.0.109 |
2558 | 2024-12-21T04:51:13.582Z | Compiling hashbrown v0.15.1 |
2559 | 2024-12-21T04:51:13.663Z | Compiling log v0.4.22 |
2560 | 2024-12-21T04:51:13.695Z | Compiling fs-err v2.11.0 |
2561 | 2024-12-21T04:51:13.997Z | Compiling once_cell v1.20.2 |
2562 | 2024-12-21T04:51:14.125Z | Compiling anyhow v1.0.93 |
2563 | 2024-12-21T04:51:14.621Z | Compiling thread-id v4.2.2 |
2564 | 2024-12-21T04:51:14.931Z | Compiling indexmap v2.6.0 |
2565 | 2024-12-21T04:51:16.080Z | Compiling terminal_size v0.4.0 |
2566 | 2024-12-21T04:51:16.080Z | Compiling tempfile v3.13.0 |
2567 | 2024-12-21T04:51:16.320Z | Compiling clap_builder v4.5.21 |
2568 | 2024-12-21T04:51:16.965Z | Compiling proc-macro-error v1.0.4 |
2569 | 2024-12-21T04:51:18.372Z | Compiling tabled_derive v0.7.0 |
2570 | 2024-12-21T04:51:19.753Z | Compiling tabled v0.15.0 |
2571 | 2024-12-21T04:51:21.212Z | Compiling serde_derive v1.0.215 |
2572 | 2024-12-21T04:51:21.993Z | Compiling thiserror-impl v1.0.69 |
2573 | 2024-12-21T04:51:22.951Z | Compiling zerocopy-derive v0.7.35 |
2574 | 2024-12-21T04:51:23.299Z | Compiling scroll_derive v0.12.0 |
2575 | 2024-12-21T04:51:24.745Z | Compiling scroll v0.12.0 |
2576 | 2024-12-21T04:51:24.929Z | Compiling thiserror v1.0.69 |
2577 | 2024-12-21T04:51:25.080Z | Compiling pest v2.7.14 |
2578 | 2024-12-21T04:51:25.133Z | Compiling zerocopy v0.7.35 |
2579 | 2024-12-21T04:51:25.412Z | Compiling goblin v0.8.2 |
2580 | 2024-12-21T04:51:28.096Z | Compiling pest_meta v2.7.14 |
2581 | 2024-12-21T04:51:30.783Z | Compiling pest_generator v2.7.14 |
2582 | 2024-12-21T04:51:32.616Z | Compiling pest_derive v2.7.14 |
2583 | 2024-12-21T04:51:33.423Z | Compiling dtrace-parser v0.2.0 |
2584 | 2024-12-21T04:51:35.269Z | Compiling toml_datetime v0.6.8 |
2585 | 2024-12-21T04:51:35.852Z | Compiling serde_spanned v0.6.8 |
2586 | 2024-12-21T04:51:36.135Z | Compiling toml_edit v0.22.22 |
2587 | 2024-12-21T04:51:37.785Z | Compiling dof v0.3.0 |
2588 | 2024-12-21T04:51:39.794Z | Compiling serde_tokenstream v0.2.2 |
2589 | 2024-12-21T04:51:40.416Z | Compiling camino v1.1.9 |
2590 | 2024-12-21T04:51:43.251Z | Compiling usdt-attr-macro v0.5.0 |
2591 | 2024-12-21T04:51:43.879Z | Compiling usdt-macro v0.5.0 |
2592 | 2024-12-21T04:51:43.913Z | Compiling toml v0.8.19 |
2593 | 2024-12-21T04:51:44.145Z | Compiling semver v1.0.23 |
2594 | 2024-12-21T04:51:44.647Z | Compiling cargo-platform v0.1.8 |
2595 | 2024-12-21T04:51:45.103Z | Compiling clap_derive v4.5.18 |
2596 | 2024-12-21T04:51:45.547Z | Compiling usdt v0.5.0 |
2597 | 2024-12-21T04:51:45.772Z | Compiling cargo_metadata v0.18.1 |
2598 | 2024-12-21T04:51:47.018Z | Compiling cargo_toml v0.20.5 |
2599 | 2024-12-21T04:51:47.524Z | Compiling camino-tempfile v1.1.1 |
2600 | 2024-12-21T04:51:48.342Z | Compiling macaddr v1.0.1 |
2601 | 2024-12-21T04:51:49.789Z | Compiling clap v4.5.21 |
2602 | 2024-12-21T04:51:58.303Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2603 | 2024-12-21T04:52:09.620Z | Finished `release` profile [optimized] target(s) in 57.13s |
2604 | 2024-12-21T04:52:09.729Z | |
2605 | 2024-12-21T04:52:09.732Z | real 57.263885914 |
2606 | 2024-12-21T04:52:09.732Z | user 5:46.208773137 |
2607 | 2024-12-21T04:52:09.732Z | sys 31.869225039 |
2608 | 2024-12-21T04:52:09.732Z | trap 0.156855930 |
2609 | 2024-12-21T04:52:09.733Z | tflt 0.308726381 |
2610 | 2024-12-21T04:52:09.733Z | dflt 0.516596913 |
2611 | 2024-12-21T04:52:09.733Z | kflt 0.000000000 |
2612 | 2024-12-21T04:52:09.733Z | lock 11:09.179599021 |
2613 | 2024-12-21T04:52:09.733Z | slp 16:19.311573669 |
2614 | 2024-12-21T04:52:09.733Z | lat 14.539635348 |
2615 | 2024-12-21T04:52:09.733Z | stop 18.016177898 |
2616 | 2024-12-21T04:52:09.733Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2617 | 2024-12-21T04:52:09.733Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2618 | 2024-12-21T04:52:09.733Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2619 | 2024-12-21T04:52:09.733Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2620 | 2024-12-21T04:52:09.733Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2621 | 2024-12-21T04:52:10.611Z | Compiling hashbrown v0.14.5 |
2622 | 2024-12-21T04:52:10.739Z | Compiling ident_case v1.0.1 |
2623 | 2024-12-21T04:52:10.751Z | Compiling unsafe-libyaml v0.2.11 |
2624 | 2024-12-21T04:52:10.753Z | Compiling progenitor-client v0.8.0 |
2625 | 2024-12-21T04:52:10.753Z | Compiling ipnetwork v0.20.0 |
2626 | 2024-12-21T04:52:10.753Z | Compiling macaddr v1.0.1 |
2627 | 2024-12-21T04:52:10.753Z | Compiling instant v0.1.13 |
2628 | 2024-12-21T04:52:10.753Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2629 | 2024-12-21T04:52:10.903Z | Compiling darling_core v0.20.10 |
2630 | 2024-12-21T04:52:10.932Z | Compiling structmeta-derive v0.3.0 |
2631 | 2024-12-21T04:52:11.227Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2632 | 2024-12-21T04:52:11.249Z | Compiling dropshot v0.13.0 |
2633 | 2024-12-21T04:52:11.267Z | Compiling dropshot_endpoint v0.13.0 |
2634 | 2024-12-21T04:52:11.619Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2635 | 2024-12-21T04:52:11.715Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2636 | 2024-12-21T04:52:11.983Z | Compiling regress v0.10.1 |
2637 | 2024-12-21T04:52:12.057Z | Compiling serde_yaml v0.9.34+deprecated |
2638 | 2024-12-21T04:52:12.491Z | Compiling regress v0.9.1 |
2639 | 2024-12-21T04:52:12.668Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2640 | 2024-12-21T04:52:12.844Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2641 | 2024-12-21T04:52:12.937Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2642 | 2024-12-21T04:52:13.634Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2643 | 2024-12-21T04:52:14.004Z | Compiling backoff v0.4.0 |
2644 | 2024-12-21T04:52:14.029Z | Compiling structmeta v0.3.0 |
2645 | 2024-12-21T04:52:14.156Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2646 | 2024-12-21T04:52:14.339Z | Compiling tempfile v3.13.0 |
2647 | 2024-12-21T04:52:14.377Z | Compiling proc-macro-crate v1.3.1 |
2648 | 2024-12-21T04:52:14.485Z | Compiling parse-display-derive v0.10.0 |
2649 | 2024-12-21T04:52:15.256Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2650 | 2024-12-21T04:52:15.515Z | Compiling num_enum_derive v0.5.11 |
2651 | 2024-12-21T04:52:15.649Z | Compiling itertools v0.13.0 |
2652 | 2024-12-21T04:52:16.098Z | Compiling typify-impl v0.2.0 |
2653 | 2024-12-21T04:52:17.129Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2654 | 2024-12-21T04:52:17.416Z | Compiling zerocopy v0.8.10 |
2655 | 2024-12-21T04:52:17.787Z | Compiling foreign-types-macros v0.2.3 |
2656 | 2024-12-21T04:52:18.126Z | Compiling num_enum v0.5.11 |
2657 | 2024-12-21T04:52:18.147Z | Compiling darling_macro v0.20.10 |
2658 | 2024-12-21T04:52:18.293Z | Compiling zerocopy-derive v0.8.10 |
2659 | 2024-12-21T04:52:18.413Z | Compiling crucible-workspace-hack v0.1.0 |
2660 | 2024-12-21T04:52:18.700Z | Compiling heapless v0.8.0 |
2661 | 2024-12-21T04:52:19.002Z | Compiling foreign-types-shared v0.3.1 |
2662 | 2024-12-21T04:52:19.113Z | Compiling foreign-types v0.5.0 |
2663 | 2024-12-21T04:52:19.113Z | Compiling darling v0.20.10 |
2664 | 2024-12-21T04:52:19.150Z | Compiling proc-macro-error v1.0.4 |
2665 | 2024-12-21T04:52:19.180Z | Compiling parse-display v0.10.0 |
2666 | 2024-12-21T04:52:19.259Z | Compiling serde_with_macros v3.11.0 |
2667 | 2024-12-21T04:52:19.397Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2668 | 2024-12-21T04:52:19.811Z | Compiling camino-tempfile v1.1.1 |
2669 | 2024-12-21T04:52:19.864Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2670 | 2024-12-21T04:52:19.896Z | Compiling hash32 v0.3.1 |
2671 | 2024-12-21T04:52:20.149Z | Compiling cstr-argument v0.1.2 |
2672 | 2024-12-21T04:52:20.288Z | Compiling smoltcp v0.11.0 |
2673 | 2024-12-21T04:52:20.423Z | Compiling pretty-hex v0.2.1 |
2674 | 2024-12-21T04:52:20.626Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2675 | 2024-12-21T04:52:20.727Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2676 | 2024-12-21T04:52:20.911Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2677 | 2024-12-21T04:52:21.164Z | Compiling tabwriter v1.4.0 |
2678 | 2024-12-21T04:52:21.505Z | Compiling colored v2.1.0 |
2679 | 2024-12-21T04:52:21.724Z | Compiling cobs v0.2.3 |
2680 | 2024-12-21T04:52:22.111Z | Compiling postcard v1.0.10 |
2681 | 2024-12-21T04:52:22.131Z | Compiling serde_with v3.11.0 |
2682 | 2024-12-21T04:52:22.290Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2683 | 2024-12-21T04:52:22.601Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2684 | 2024-12-21T04:52:22.792Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2685 | 2024-12-21T04:52:22.872Z | Compiling thiserror v2.0.3 |
2686 | 2024-12-21T04:52:23.567Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2687 | 2024-12-21T04:52:23.908Z | Compiling smf v0.2.3 |
2688 | 2024-12-21T04:52:24.187Z | Compiling thiserror-impl v2.0.3 |
2689 | 2024-12-21T04:52:25.071Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2690 | 2024-12-21T04:52:25.438Z | Compiling zone_cfg_derive v0.3.0 |
2691 | 2024-12-21T04:52:26.291Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2692 | 2024-12-21T04:52:26.304Z | Compiling num-derive v0.4.2 |
2693 | 2024-12-21T04:52:26.613Z | Compiling sigpipe v0.1.3 |
2694 | 2024-12-21T04:52:26.750Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2695 | 2024-12-21T04:52:26.778Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2696 | 2024-12-21T04:52:26.927Z | Compiling zone v0.3.0 |
2697 | 2024-12-21T04:52:27.070Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2698 | 2024-12-21T04:52:27.115Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2699 | 2024-12-21T04:52:27.585Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2700 | 2024-12-21T04:52:27.585Z | Compiling universal-hash v0.5.1 |
2701 | 2024-12-21T04:52:27.816Z | Compiling opaque-debug v0.3.1 |
2702 | 2024-12-21T04:52:27.925Z | Compiling tungstenite v0.21.0 |
2703 | 2024-12-21T04:52:28.038Z | Compiling num-rational v0.4.2 |
2704 | 2024-12-21T04:52:28.184Z | Compiling password-hash v0.5.0 |
2705 | 2024-12-21T04:52:28.580Z | Compiling blake2 v0.10.6 |
2706 | 2024-12-21T04:52:28.597Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2707 | 2024-12-21T04:52:29.246Z | Compiling num-complex v0.4.6 |
2708 | 2024-12-21T04:52:29.655Z | Compiling aead v0.5.2 |
2709 | 2024-12-21T04:52:29.676Z | Compiling base64 v0.21.7 |
2710 | 2024-12-21T04:52:29.906Z | Compiling keccak v0.1.5 |
2711 | 2024-12-21T04:52:29.971Z | Compiling convert_case v0.4.0 |
2712 | 2024-12-21T04:52:30.039Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2713 | 2024-12-21T04:52:30.227Z | Compiling sha3 v0.10.8 |
2714 | 2024-12-21T04:52:30.343Z | Compiling num v0.4.3 |
2715 | 2024-12-21T04:52:30.362Z | Compiling argon2 v0.5.3 |
2716 | 2024-12-21T04:52:30.435Z | Compiling tokio-tungstenite v0.21.0 |
2717 | 2024-12-21T04:52:30.465Z | Compiling poly1305 v0.8.0 |
2718 | 2024-12-21T04:52:30.914Z | Compiling chacha20 v0.9.1 |
2719 | 2024-12-21T04:52:30.986Z | Compiling derive_more v0.99.18 |
2720 | 2024-12-21T04:52:31.036Z | Compiling float-ord v0.3.2 |
2721 | 2024-12-21T04:52:31.224Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2722 | 2024-12-21T04:52:31.288Z | Compiling same-file v1.0.6 |
2723 | 2024-12-21T04:52:31.606Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2724 | 2024-12-21T04:52:31.653Z | Compiling semver v0.1.20 |
2725 | 2024-12-21T04:52:31.680Z | Compiling walkdir v2.5.0 |
2726 | 2024-12-21T04:52:32.087Z | Compiling rustc_version v0.1.7 |
2727 | 2024-12-21T04:52:32.195Z | Compiling newline-converter v0.3.0 |
2728 | 2024-12-21T04:52:32.349Z | Compiling primeorder v0.13.6 |
2729 | 2024-12-21T04:52:32.388Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2730 | 2024-12-21T04:52:32.520Z | Compiling secrecy v0.8.0 |
2731 | 2024-12-21T04:52:32.697Z | Compiling cancel-safe-futures v0.1.5 |
2732 | 2024-12-21T04:52:32.805Z | Compiling owo-colors v4.1.0 |
2733 | 2024-12-21T04:52:32.888Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2734 | 2024-12-21T04:52:33.005Z | Compiling newtype_derive v0.1.6 |
2735 | 2024-12-21T04:52:33.106Z | Compiling expectorate v1.1.0 |
2736 | 2024-12-21T04:52:33.125Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2737 | 2024-12-21T04:52:33.164Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2738 | 2024-12-21T04:52:33.282Z | Compiling thiserror-impl-no-std v2.0.2 |
2739 | 2024-12-21T04:52:33.304Z | Compiling blake3 v1.5.4 |
2740 | 2024-12-21T04:52:33.490Z | Compiling ring v0.16.20 |
2741 | 2024-12-21T04:52:33.736Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2742 | 2024-12-21T04:52:33.950Z | Compiling unicase v2.7.0 |
2743 | 2024-12-21T04:52:33.997Z | Compiling half v2.4.1 |
2744 | 2024-12-21T04:52:34.254Z | Compiling ciborium-io v0.2.2 |
2745 | 2024-12-21T04:52:34.341Z | Compiling arc-swap v1.7.1 |
2746 | 2024-12-21T04:52:34.594Z | Compiling ciborium-ll v0.2.2 |
2747 | 2024-12-21T04:52:34.971Z | Compiling typify-macro v0.2.0 |
2748 | 2024-12-21T04:52:34.989Z | Compiling slog-scope v4.4.0 |
2749 | 2024-12-21T04:52:35.009Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2750 | 2024-12-21T04:52:35.188Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2751 | 2024-12-21T04:52:35.545Z | Compiling polyval v0.6.2 |
2752 | 2024-12-21T04:52:36.039Z | Compiling atomicwrites v0.4.4 |
2753 | 2024-12-21T04:52:36.109Z | Compiling libsw v3.3.1 |
2754 | 2024-12-21T04:52:36.419Z | Compiling memmap2 v0.9.5 |
2755 | 2024-12-21T04:52:36.439Z | Compiling indent_write v2.2.0 |
2756 | 2024-12-21T04:52:36.518Z | Compiling thiserror-no-std v2.0.2 |
2757 | 2024-12-21T04:52:36.652Z | Compiling parking_lot_core v0.8.6 |
2758 | 2024-12-21T04:52:36.672Z | Compiling spin v0.5.2 |
2759 | 2024-12-21T04:52:36.889Z | Compiling arrayvec v0.7.6 |
2760 | 2024-12-21T04:52:36.927Z | Compiling linear-map v1.2.0 |
2761 | 2024-12-21T04:52:37.131Z | Compiling salty v0.3.0 |
2762 | 2024-12-21T04:52:37.303Z | Compiling libefi-sys v0.1.0 |
2763 | 2024-12-21T04:52:37.323Z | Compiling constant_time_eq v0.3.1 |
2764 | 2024-12-21T04:52:37.354Z | Compiling arrayref v0.3.9 |
2765 | 2024-12-21T04:52:37.615Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2766 | 2024-12-21T04:52:37.658Z | Compiling vsss-rs v3.3.4 |
2767 | 2024-12-21T04:52:37.687Z | Compiling ghash v0.5.1 |
2768 | 2024-12-21T04:52:38.066Z | Compiling slog-stdlog v4.1.1 |
2769 | 2024-12-21T04:52:38.441Z | Compiling ciborium v0.2.2 |
2770 | 2024-12-21T04:52:39.099Z | Compiling p384 v0.13.0 |
2771 | 2024-12-21T04:52:39.132Z | Compiling toolchain_find v0.4.0 |
2772 | 2024-12-21T04:52:39.392Z | Compiling typify v0.2.0 |
2773 | 2024-12-21T04:52:39.559Z | Compiling progenitor-impl v0.8.0 |
2774 | 2024-12-21T04:52:39.847Z | Compiling chacha20poly1305 v0.10.1 |
2775 | 2024-12-21T04:52:39.870Z | Compiling ctr v0.9.2 |
2776 | 2024-12-21T04:52:40.069Z | Compiling lzma-sys v0.1.20 |
2777 | 2024-12-21T04:52:40.088Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2778 | 2024-12-21T04:52:40.254Z | Compiling bitfield-struct v0.6.2 |
2779 | 2024-12-21T04:52:40.498Z | Compiling slog-dtrace v0.3.0 |
2780 | 2024-12-21T04:52:40.685Z | Compiling highway v1.2.0 |
2781 | 2024-12-21T04:52:40.798Z | Compiling topological-sort v0.2.2 |
2782 | 2024-12-21T04:52:41.048Z | Compiling omicron-zone-package v0.11.1 |
2783 | 2024-12-21T04:52:41.084Z | Compiling aes-gcm v0.10.3 |
2784 | 2024-12-21T04:52:41.259Z | Compiling rustfmt-wrapper v0.2.1 |
2785 | 2024-12-21T04:52:41.409Z | Compiling mime_guess v2.0.5 |
2786 | 2024-12-21T04:52:41.500Z | Compiling slog-envlogger v2.2.0 |
2787 | 2024-12-21T04:52:41.596Z | Compiling steno v0.4.1 |
2788 | 2024-12-21T04:52:41.697Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2789 | 2024-12-21T04:52:42.503Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2790 | 2024-12-21T04:52:42.503Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2791 | 2024-12-21T04:52:42.717Z | Compiling heck v0.3.3 |
2792 | 2024-12-21T04:52:42.744Z | Compiling ssh-encoding v0.2.0 |
2793 | 2024-12-21T04:52:43.178Z | Compiling blowfish v0.9.1 |
2794 | 2024-12-21T04:52:43.208Z | Compiling nibble_vec v0.1.0 |
2795 | 2024-12-21T04:52:43.293Z | Compiling env_filter v0.1.2 |
2796 | 2024-12-21T04:52:43.355Z | Compiling endian-type v0.1.2 |
2797 | 2024-12-21T04:52:43.434Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2798 | 2024-12-21T04:52:43.572Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2799 | 2024-12-21T04:52:43.593Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2800 | 2024-12-21T04:52:43.636Z | Compiling humantime v2.1.0 |
2801 | 2024-12-21T04:52:43.694Z | Compiling env_logger v0.11.5 |
2802 | 2024-12-21T04:52:43.919Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2803 | 2024-12-21T04:52:43.979Z | Compiling radix_trie v0.2.1 |
2804 | 2024-12-21T04:52:44.069Z | Compiling bcrypt-pbkdf v0.10.0 |
2805 | 2024-12-21T04:52:44.166Z | Compiling zone_cfg_derive v0.1.2 |
2806 | 2024-12-21T04:52:44.543Z | Compiling ssh-cipher v0.2.0 |
2807 | 2024-12-21T04:52:44.719Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2808 | 2024-12-21T04:52:44.986Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2809 | 2024-12-21T04:52:45.264Z | Compiling parking_lot v0.11.2 |
2810 | 2024-12-21T04:52:45.721Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2811 | 2024-12-21T04:52:45.928Z | Compiling password-hash v0.4.2 |
2812 | 2024-12-21T04:52:46.013Z | Compiling gethostname v0.5.0 |
2813 | 2024-12-21T04:52:46.176Z | Compiling fxhash v0.2.1 |
2814 | 2024-12-21T04:52:46.213Z | Compiling bumpalo v3.16.0 |
2815 | 2024-12-21T04:52:46.254Z | Compiling simd-adler32 v0.3.7 |
2816 | 2024-12-21T04:52:46.275Z | Compiling matches v0.1.10 |
2817 | 2024-12-21T04:52:46.390Z | Compiling http-range v0.1.5 |
2818 | 2024-12-21T04:52:46.407Z | Compiling base64 v0.13.1 |
2819 | 2024-12-21T04:52:46.689Z | Compiling lockfree-object-pool v0.1.6 |
2820 | 2024-12-21T04:52:46.771Z | Compiling zip v2.1.3 |
2821 | 2024-12-21T04:52:46.841Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2822 | 2024-12-21T04:52:46.862Z | Compiling pbkdf2 v0.11.0 |
2823 | 2024-12-21T04:52:46.969Z | Compiling zopfli v0.8.1 |
2824 | 2024-12-21T04:52:47.059Z | Compiling ron v0.7.1 |
2825 | 2024-12-21T04:52:47.123Z | Compiling idna v0.2.3 |
2826 | 2024-12-21T04:52:47.172Z | Compiling sled v0.34.7 |
2827 | 2024-12-21T04:52:47.232Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2828 | 2024-12-21T04:52:47.512Z | Compiling xz2 v0.1.7 |
2829 | 2024-12-21T04:52:47.903Z | Compiling progenitor-macro v0.8.0 |
2830 | 2024-12-21T04:52:47.958Z | Compiling zone v0.1.8 |
2831 | 2024-12-21T04:52:48.001Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2832 | 2024-12-21T04:52:48.861Z | Compiling ssh-key v0.6.6 |
2833 | 2024-12-21T04:52:49.265Z | Compiling hickory-client v0.24.1 |
2834 | 2024-12-21T04:52:49.623Z | Compiling p521 v0.13.3 |
2835 | 2024-12-21T04:52:49.792Z | Compiling p256 v0.13.2 |
2836 | 2024-12-21T04:52:49.905Z | Compiling hickory-server v0.24.1 |
2837 | 2024-12-21T04:52:50.645Z | Compiling enum-as-inner v0.5.1 |
2838 | 2024-12-21T04:52:50.771Z | Compiling pem v3.0.4 |
2839 | 2024-12-21T04:52:51.671Z | Compiling yasna v0.5.2 |
2840 | 2024-12-21T04:52:51.708Z | Compiling headers-core v0.3.0 |
2841 | 2024-12-21T04:52:51.895Z | Compiling kstat-rs v0.2.4 |
2842 | 2024-12-21T04:52:52.028Z | Compiling nanorand v0.7.0 |
2843 | 2024-12-21T04:52:52.598Z | Compiling russh-cryptovec v0.7.3 |
2844 | 2024-12-21T04:52:52.637Z | Compiling atty v0.2.14 |
2845 | 2024-12-21T04:52:52.793Z | Compiling md5 v0.7.0 |
2846 | 2024-12-21T04:52:52.941Z | Compiling rcgen v0.12.1 |
2847 | 2024-12-21T04:52:53.327Z | Compiling russh-keys v0.45.0 |
2848 | 2024-12-21T04:52:53.427Z | Compiling flume v0.11.1 |
2849 | 2024-12-21T04:52:53.872Z | Compiling headers v0.4.0 |
2850 | 2024-12-21T04:52:53.894Z | Compiling trust-dns-proto v0.22.0 |
2851 | 2024-12-21T04:52:54.204Z | Compiling hyper-staticfile v0.10.1 |
2852 | 2024-12-21T04:52:55.486Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2853 | 2024-12-21T04:52:55.932Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2854 | 2024-12-21T04:52:56.159Z | Compiling num-bigint v0.4.6 |
2855 | 2024-12-21T04:52:56.496Z | Compiling des v0.8.1 |
2856 | 2024-12-21T04:52:56.880Z | Compiling subprocess v0.2.9 |
2857 | 2024-12-21T04:52:57.415Z | Compiling dhcproto-macros v0.1.0 |
2858 | 2024-12-21T04:52:57.452Z | Compiling display-error-chain v0.2.2 |
2859 | 2024-12-21T04:52:57.680Z | Compiling hex-literal v0.4.1 |
2860 | 2024-12-21T04:52:57.799Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2861 | 2024-12-21T04:52:57.847Z | Compiling internet-checksum v0.2.1 |
2862 | 2024-12-21T04:52:58.494Z | Compiling dhcproto v0.12.0 |
2863 | 2024-12-21T04:52:59.388Z | Compiling russh v0.45.0 |
2864 | 2024-12-21T04:53:01.564Z | Compiling progenitor v0.8.0 |
2865 | 2024-12-21T04:53:01.713Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2866 | 2024-12-21T04:53:01.717Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2867 | 2024-12-21T04:53:01.717Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2868 | 2024-12-21T04:53:01.717Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2869 | 2024-12-21T04:53:01.717Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2870 | 2024-12-21T04:53:01.800Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2871 | 2024-12-21T04:53:01.804Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2872 | 2024-12-21T04:53:03.209Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2873 | 2024-12-21T04:53:04.153Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2874 | 2024-12-21T04:53:05.997Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2875 | 2024-12-21T04:53:07.295Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2876 | 2024-12-21T04:53:07.505Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2877 | 2024-12-21T04:53:17.617Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2878 | 2024-12-21T04:53:17.617Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2879 | 2024-12-21T04:53:17.619Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2880 | 2024-12-21T04:53:17.619Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2881 | 2024-12-21T04:53:18.523Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2882 | 2024-12-21T04:53:20.864Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2883 | 2024-12-21T04:53:21.913Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2884 | 2024-12-21T04:53:22.505Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2885 | 2024-12-21T04:53:23.016Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2886 | 2024-12-21T04:53:25.615Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2887 | 2024-12-21T04:53:25.831Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2888 | 2024-12-21T04:53:26.822Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2889 | 2024-12-21T04:53:27.055Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2890 | 2024-12-21T04:53:28.181Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2891 | 2024-12-21T04:53:28.480Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2892 | 2024-12-21T04:53:29.876Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2893 | 2024-12-21T04:53:30.275Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2894 | 2024-12-21T04:53:31.636Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2895 | 2024-12-21T04:53:31.922Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2896 | 2024-12-21T04:53:33.715Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2897 | 2024-12-21T04:53:34.281Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2898 | 2024-12-21T04:53:35.815Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2899 | 2024-12-21T04:53:36.152Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2900 | 2024-12-21T04:53:36.990Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2901 | 2024-12-21T04:53:38.022Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2902 | 2024-12-21T04:53:40.987Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2903 | 2024-12-21T04:53:41.326Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2904 | 2024-12-21T04:53:42.809Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2905 | 2024-12-21T04:53:49.118Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2906 | 2024-12-21T04:53:57.269Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2907 | 2024-12-21T04:53:58.527Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2908 | 2024-12-21T04:54:18.289Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2909 | 2024-12-21T04:54:54.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 44s |
2910 | 2024-12-21T04:54:54.606Z | |
2911 | 2024-12-21T04:54:54.610Z | real 2:44.817898511 |
2912 | 2024-12-21T04:54:54.610Z | user 12:33.901528875 |
2913 | 2024-12-21T04:54:54.610Z | sys 2:46.090011019 |
2914 | 2024-12-21T04:54:54.610Z | trap 0.338381789 |
2915 | 2024-12-21T04:54:54.610Z | tflt 0.699065890 |
2916 | 2024-12-21T04:54:54.610Z | dflt 2.243700125 |
2917 | 2024-12-21T04:54:54.610Z | kflt 0.000019768 |
2918 | 2024-12-21T04:54:54.610Z | lock 26:12.688439404 |
2919 | 2024-12-21T04:54:54.610Z | slp 45:14.254309309 |
2920 | 2024-12-21T04:54:54.610Z | lat 36.437751054 |
2921 | 2024-12-21T04:54:54.611Z | stop 1:33.045776092 |
2922 | 2024-12-21T04:54:54.611Z | + mkdir tests |
2923 | 2024-12-21T04:54:54.611Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2924 | 2024-12-21T04:54:54.616Z | + xargs -I '{}' -t cp '{}' tests/ |
2925 | 2024-12-21T04:54:54.653Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-fd44c27620cb16f6 tests/ |
2926 | 2024-12-21T04:54:54.684Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-5b4905ce23af43c2 tests/ |
2927 | 2024-12-21T04:54:54.694Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-61c407dc9c2350b7 tests/ |
2928 | 2024-12-21T04:54:54.722Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8f7f2d008d23a37d tests/ |
2929 | 2024-12-21T04:54:54.894Z | + 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/*) |
2930 | 2024-12-21T04:54:54.897Z | + 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-61c407dc9c2350b7 tests/commtest-5b4905ce23af43c2 tests/dhcp_server-fd44c27620cb16f6 tests/end_to_end_tests-8f7f2d008d23a37d 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 |
2931 | 2024-12-21T04:56:06.308Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2932 | 2024-12-21T04:56:06.308Z | a .github/buildomat/ci-env.sh 1K |
2933 | 2024-12-21T04:56:06.308Z | a out/target/test 1K |
2934 | 2024-12-21T04:56:06.308Z | a out/npuzone/npuzone 23144K |
2935 | 2024-12-21T04:56:06.308Z | a package-manifest.toml 33K |
2936 | 2024-12-21T04:56:06.308Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2937 | 2024-12-21T04:56:06.308Z | a target/release/omicron-package 36386K |
2938 | 2024-12-21T04:56:06.308Z | a target/release/xtask 11721K |
2939 | 2024-12-21T04:56:06.308Z | a target/debug/bootstrap 208837K |
2940 | 2024-12-21T04:56:06.308Z | a tests/bootstrap-61c407dc9c2350b7 24243K |
2941 | 2024-12-21T04:56:06.308Z | a tests/commtest-5b4905ce23af43c2 25019K |
2942 | 2024-12-21T04:56:06.308Z | a tests/dhcp_server-fd44c27620cb16f6 24243K |
2943 | 2024-12-21T04:56:06.308Z | a tests/end_to_end_tests-8f7f2d008d23a37d 227030K |
2944 | 2024-12-21T04:56:06.308Z | a out/clickhouse.tar.gz 293524K |
2945 | 2024-12-21T04:56:06.308Z | a out/clickhouse_keeper.tar.gz 280615K |
2946 | 2024-12-21T04:56:06.308Z | a out/clickhouse_server.tar.gz 293496K |
2947 | 2024-12-21T04:56:06.308Z | a out/cockroachdb.tar.gz 134645K |
2948 | 2024-12-21T04:56:06.308Z | a out/crucible-dtrace.tar 85K |
2949 | 2024-12-21T04:56:06.309Z | a out/crucible-pantry-zone.tar.gz 28221K |
2950 | 2024-12-21T04:56:06.309Z | a out/crucible-zone.tar.gz 36438K |
2951 | 2024-12-21T04:56:06.309Z | a out/external-dns.tar.gz 35346K |
2952 | 2024-12-21T04:56:06.309Z | a out/internal-dns.tar.gz 35345K |
2953 | 2024-12-21T04:56:06.309Z | a out/mg-ddm-gz.tar 63075K |
2954 | 2024-12-21T04:56:06.309Z | a out/nexus.tar.gz 98357K |
2955 | 2024-12-21T04:56:06.309Z | a out/ntp.tar.gz 10395K |
2956 | 2024-12-21T04:56:06.309Z | a out/omicron-gateway-softnpu.tar.gz 23962K |
2957 | 2024-12-21T04:56:06.309Z | a out/omicron-sled-agent.tar 113465K |
2958 | 2024-12-21T04:56:06.309Z | a out/overlay.tar.gz 3K |
2959 | 2024-12-21T04:56:06.309Z | a out/oximeter.tar.gz 47832K |
2960 | 2024-12-21T04:56:06.309Z | a out/oxlog.tar 3088K |
2961 | 2024-12-21T04:56:06.309Z | a out/probe.tar.gz 2764K |
2962 | 2024-12-21T04:56:06.309Z | a out/propolis-server.tar.gz 66291K |
2963 | 2024-12-21T04:56:06.309Z | a out/pumpkind-gz.tar 26665K |
2964 | 2024-12-21T04:56:06.309Z | a out/switch-softnpu.tar.gz 235372K |
2965 | 2024-12-21T04:56:06.419Z | |
2966 | 2024-12-21T04:56:06.419Z | real 1:11.348044440 |
2967 | 2024-12-21T04:56:06.419Z | user 1:08.076368900 |
2968 | 2024-12-21T04:56:06.419Z | sys 4.628733898 |
2969 | 2024-12-21T04:56:06.420Z | trap 0.017363031 |
2970 | 2024-12-21T04:56:06.420Z | tflt 0.000000000 |
2971 | 2024-12-21T04:56:06.420Z | dflt 0.000000000 |
2972 | 2024-12-21T04:56:06.420Z | kflt 0.000000000 |
2973 | 2024-12-21T04:56:06.420Z | lock 0.000000000 |
2974 | 2024-12-21T04:56:06.420Z | slp 1:07.946256003 |
2975 | 2024-12-21T04:56:06.420Z | lat 2.022114081 |
2976 | 2024-12-21T04:56:06.420Z | stop 0.000222914 |
2977 | 2024-12-21T04:56:06.420Z | process exited: duration 2054317 ms, exit code 0 |
|
2978 | 2024-12-21T04:56:06.572Z | found 1 output files |
2979 | 2024-12-21T04:56:06.572Z | uploading: /work/package.tar.gz (1880355223 bytes) |
2980 | 2024-12-21T04:56:54.734Z | uploaded: /work/package.tar.gz |