|
|
|
1 | 2025-01-25T04:19:52.495Z | job assigned to worker 01JJDTYCJ6JPD5A8YRX9YW79AN [factory aws, i-0dbc3c7cb4e711f89] (queued for 1 m 0 s) |
|
2 | 2025-01-25T04:19:59.776Z | starting task 0: "setup" |
3 | 2025-01-25T04:19:59.785Z | ++ uname -s |
4 | 2025-01-25T04:19:59.788Z | + kern=SunOS |
5 | 2025-01-25T04:19:59.788Z | + case "$kern" in |
6 | 2025-01-25T04:19:59.788Z | + groupadd -g 12345 build |
7 | 2025-01-25T04:19:59.791Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-25T04:20:01.811Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-25T04:20:01.923Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-25T04:20:01.926Z | + home_fs=zfs |
11 | 2025-01-25T04:20:01.926Z | + [[ zfs == autofs ]] |
12 | 2025-01-25T04:20:01.927Z | + mkdir -p /home/build |
13 | 2025-01-25T04:20:01.929Z | + chown build:build /home/build /work |
14 | 2025-01-25T04:20:03.957Z | + chmod 0700 /home/build /work |
15 | 2025-01-25T04:20:03.964Z | process exited: duration 4144 ms, exit code 0 |
|
16 | 2025-01-25T04:20:03.973Z | starting task 1: "rust-toolchain" |
17 | 2025-01-25T04:20:03.978Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-25T04:20:03.978Z | ' 1.84.0 |
19 | 2025-01-25T04:20:03.978Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-25T04:20:03.978Z | ' default |
21 | 2025-01-25T04:20:03.978Z | * toolchain channel = "1.84.0" |
22 | 2025-01-25T04:20:03.978Z | * toolchain profile = "default" |
23 | 2025-01-25T04:20:03.987Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-25T04:20:03.987Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-25T04:20:04.102Z | info: downloading installer |
26 | 2025-01-25T04:20:05.665Z | info: profile set to 'default' |
27 | 2025-01-25T04:20:05.665Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-25T04:20:05.670Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-25T04:20:05.824Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-25T04:20:05.824Z | info: downloading component 'cargo' |
31 | 2025-01-25T04:20:06.705Z | info: downloading component 'clippy' |
32 | 2025-01-25T04:20:07.037Z | info: downloading component 'rust-docs' |
33 | 2025-01-25T04:20:08.233Z | info: downloading component 'rust-std' |
34 | 2025-01-25T04:20:09.996Z | info: downloading component 'rustc' |
35 | 2025-01-25T04:20:16.805Z | info: downloading component 'rustfmt' |
36 | 2025-01-25T04:20:17.066Z | info: installing component 'cargo' |
37 | 2025-01-25T04:20:17.918Z | info: installing component 'clippy' |
38 | 2025-01-25T04:20:18.372Z | info: installing component 'rust-docs' |
39 | 2025-01-25T04:20:19.985Z | info: installing component 'rust-std' |
40 | 2025-01-25T04:20:21.722Z | info: installing component 'rustc' |
41 | 2025-01-25T04:20:27.854Z | info: installing component 'rustfmt' |
42 | 2025-01-25T04:20:28.190Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-25T04:20:28.190Z | |
44 | 2025-01-25T04:20:28.588Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-25T04:20:28.588Z | |
46 | 2025-01-25T04:20:28.592Z | |
47 | 2025-01-25T04:20:28.593Z | Rust is installed now. Great! |
48 | 2025-01-25T04:20:28.593Z | |
49 | 2025-01-25T04:20:28.593Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-25T04:20:28.593Z | environment variable. This has not been done automatically. |
51 | 2025-01-25T04:20:28.593Z | |
52 | 2025-01-25T04:20:28.593Z | To configure your current shell, you need to source |
53 | 2025-01-25T04:20:28.593Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-25T04:20:28.593Z | |
55 | 2025-01-25T04:20:28.593Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-25T04:20:28.593Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-25T04:20:28.593Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-25T04:20:28.665Z | + rustc --version |
59 | 2025-01-25T04:20:28.734Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-25T04:20:28.737Z | process exited: duration 24602 ms, exit code 0 |
|
61 | 2025-01-25T04:20:28.743Z | starting task 2: "authentication" |
62 | 2025-01-25T04:20:28.764Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-25T04:20:28.770Z | starting task 3: "clone repository" |
64 | 2025-01-25T04:20:28.775Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-25T04:20:28.777Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-25T04:20:28.816Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-25T04:20:36.766Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-25T04:20:36.766Z | + git fetch origin 8ed6a86c798112e97cb4c37cf6f822043709073e |
69 | 2025-01-25T04:20:37.056Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-25T04:20:37.056Z | * branch 8ed6a86c798112e97cb4c37cf6f822043709073e -> FETCH_HEAD |
71 | 2025-01-25T04:20:37.154Z | + [[ -n renovate/async-trait-0.x ]] |
72 | 2025-01-25T04:20:37.164Z | ++ git branch --show-current |
73 | 2025-01-25T04:20:37.164Z | + current=main |
74 | 2025-01-25T04:20:37.164Z | + [[ main != renovate/async-trait-0.x ]] |
75 | 2025-01-25T04:20:37.164Z | + git branch -f renovate/async-trait-0.x 8ed6a86c798112e97cb4c37cf6f822043709073e |
76 | 2025-01-25T04:20:37.164Z | + git checkout -f renovate/async-trait-0.x |
77 | 2025-01-25T04:20:37.257Z | Switched to branch 'renovate/async-trait-0.x' |
78 | 2025-01-25T04:20:37.260Z | + git reset --hard 8ed6a86c798112e97cb4c37cf6f822043709073e |
79 | 2025-01-25T04:20:37.438Z | HEAD is now at 8ed6a86c7 Update Rust crate async-trait to 0.1.85 |
80 | 2025-01-25T04:20:37.441Z | process exited: duration 8613 ms, exit code 0 |
|
81 | 2025-01-25T04:20:37.448Z | starting task 4: "build" |
82 | 2025-01-25T04:20:37.453Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-25T04:20:37.454Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-25T04:20:37.454Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-25T04:20:37.454Z | + cargo --version |
86 | 2025-01-25T04:20:37.519Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-25T04:20:37.522Z | + rustc --version |
88 | 2025-01-25T04:20:37.587Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-25T04:20:37.590Z | + WORK=/work |
90 | 2025-01-25T04:20:37.590Z | + pfexec mkdir -p /work |
91 | 2025-01-25T04:20:37.595Z | + pfexec chown build /work |
92 | 2025-01-25T04:20:37.597Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-25T04:20:39.252Z | pkg list: illegal option -- F |
94 | 2025-01-25T04:20:39.253Z | Usage: |
95 | 2025-01-25T04:20:39.255Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
96 | 2025-01-25T04:20:39.255Z | [pkg_fmri_pattern ...] |
97 | 2025-01-25T04:20:40.142Z | pkg list: illegal option -- F |
98 | 2025-01-25T04:20:40.142Z | Usage: |
99 | 2025-01-25T04:20:40.145Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
100 | 2025-01-25T04:20:40.145Z | [pkg_fmri_pattern ...] |
101 | 2025-01-25T04:20:46.205Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2025-01-25T04:20:50.318Z | Startup: Caching catalogs ... Done |
103 | 2025-01-25T04:21:01.930Z | Planning: Solver setup ... Done (10.688s) |
104 | 2025-01-25T04:21:02.077Z | Planning: Running solver ... Done (0.146s) |
105 | 2025-01-25T04:21:02.195Z | Planning: Finding local manifests ... Done (0.007s) |
106 | 2025-01-25T04:21:02.235Z | Planning: Fetching manifests: 0/7 0% complete |
107 | 2025-01-25T04:21:03.756Z | Planning: Fetching manifests: 7/7 100% complete |
108 | 2025-01-25T04:21:03.865Z | Planning: Package planning ... Done (0.111s) |
109 | 2025-01-25T04:21:03.923Z | Planning: Merging actions ... Done (0.057s) |
110 | 2025-01-25T04:21:04.124Z | Planning: Checking for conflicting actions ... Done (0.200s) |
111 | 2025-01-25T04:21:06.212Z | Planning: Consolidating action changes ... Done (2.073s) |
112 | 2025-01-25T04:21:06.664Z | Planning: Evaluating mediators ... Done (0.449s) |
113 | 2025-01-25T04:21:06.748Z | Planning: Planning completed in 16.22 seconds |
114 | 2025-01-25T04:21:06.765Z | Packages to install: 4 |
115 | 2025-01-25T04:21:06.765Z | Packages to update: 3 |
116 | 2025-01-25T04:21:06.766Z | Mediators to change: 2 |
117 | 2025-01-25T04:21:06.772Z | Services to change: 1 |
118 | 2025-01-25T04:21:06.772Z | Estimated space available: 155.61 GB |
119 | 2025-01-25T04:21:06.772Z | Estimated space to be consumed: 1.64 GB |
120 | 2025-01-25T04:21:06.772Z | Create boot environment: No |
121 | 2025-01-25T04:21:06.772Z | Create backup boot environment: Yes |
122 | 2025-01-25T04:21:06.772Z | Rebuild boot archive: No |
123 | 2025-01-25T04:21:06.772Z | |
124 | 2025-01-25T04:21:06.772Z | Changed mediators: |
125 | 2025-01-25T04:21:06.772Z | mediator clang: |
126 | 2025-01-25T04:21:06.773Z | version: None -> 15 (system default) |
127 | 2025-01-25T04:21:06.773Z | |
128 | 2025-01-25T04:21:06.773Z | mediator llvm: |
129 | 2025-01-25T04:21:06.773Z | version: 14 (system default) -> 15 (system default) |
130 | 2025-01-25T04:21:06.773Z | |
131 | 2025-01-25T04:21:06.773Z | Changed packages: |
132 | 2025-01-25T04:21:06.773Z | helios-dev |
133 | 2025-01-25T04:21:06.773Z | developer/build-essential |
134 | 2025-01-25T04:21:06.773Z | None -> 11-2.0 |
135 | 2025-01-25T04:21:06.773Z | library/libxmlsec1 |
136 | 2025-01-25T04:21:06.773Z | None -> 1.2.35-2.0 |
137 | 2025-01-25T04:21:06.773Z | ooce/developer/clang-15 |
138 | 2025-01-25T04:21:06.773Z | None -> 15.0.7-2.0 |
139 | 2025-01-25T04:21:06.773Z | ooce/developer/llvm-15 |
140 | 2025-01-25T04:21:06.773Z | None -> 15.0.7-2.0 |
141 | 2025-01-25T04:21:06.773Z | package/pkg |
142 | 2025-01-25T04:21:06.773Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
143 | 2025-01-25T04:21:06.773Z | system/library/g++-runtime |
144 | 2025-01-25T04:21:06.773Z | 13-2.0 -> 14-2.0 |
145 | 2025-01-25T04:21:06.773Z | system/library/gcc-runtime |
146 | 2025-01-25T04:21:06.773Z | 13-2.0 -> 14-2.0 |
147 | 2025-01-25T04:21:06.774Z | |
148 | 2025-01-25T04:21:06.774Z | Services: |
149 | 2025-01-25T04:21:06.774Z | restart_fmri: |
150 | 2025-01-25T04:21:06.774Z | svc:/system/update-man-index:default |
151 | 2025-01-25T04:21:06.774Z | |
152 | 2025-01-25T04:21:06.774Z | Editable files to change: |
153 | 2025-01-25T04:21:06.774Z | Update: |
154 | 2025-01-25T04:21:06.774Z | usr/share/lib/pkg/web/config.shtml |
155 | 2025-01-25T04:21:06.850Z | |
156 | 2025-01-25T04:21:06.850Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
157 | 2025-01-25T04:21:11.884Z | Download: 582/4301 items 17.6/225.4MB 7% complete (3.7M/s) |
158 | 2025-01-25T04:21:16.937Z | Download: 987/4301 items 19.4/225.4MB 8% complete (2.0M/s) |
159 | 2025-01-25T04:21:21.963Z | Download: 1192/4301 items 82.6/225.4MB 36% complete (6.5M/s) |
160 | 2025-01-25T04:21:34.156Z | Download: 1195/4301 items 83.5/225.4MB 37% complete |
161 | 2025-01-25T04:21:42.574Z | Download: 1196/4301 items 83.5/225.4MB 37% complete |
162 | 2025-01-25T04:21:47.609Z | Download: 1749/4301 items 118.2/225.4MB 52% complete (4.2M/s) |
163 | 2025-01-25T04:21:52.646Z | Download: 2180/4301 items 119.1/225.4MB 52% complete (3.6M/s) |
164 | 2025-01-25T04:21:57.911Z | Download: 2223/4301 items 119.2/225.4MB 52% complete (2.8M/s) |
165 | 2025-01-25T04:22:12.633Z | Download: 2224/4301 items 119.2/225.4MB 52% complete |
166 | 2025-01-25T04:22:17.697Z | Download: 2305/4301 items 119.6/225.4MB 53% complete (140k/s) |
167 | 2025-01-25T04:22:22.728Z | Download: 2555/4301 items 120.4/225.4MB 53% complete (122k/s) |
168 | 2025-01-25T04:22:27.765Z | Download: 3076/4301 items 121.4/225.4MB 53% complete (182k/s) |
169 | 2025-01-25T04:22:33.539Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (8.2M/s) |
170 | 2025-01-25T04:22:39.865Z | Download: 3286/4301 items 211.9/225.4MB 94% complete (9.0M/s) |
171 | 2025-01-25T04:22:46.428Z | Download: 3288/4301 items 212.0/225.4MB 94% complete (8.1M/s) |
172 | 2025-01-25T04:22:51.572Z | Download: 3380/4301 items 214.9/225.4MB 95% complete (552k/s) |
173 | 2025-01-25T04:22:56.646Z | Download: 3574/4301 items 215.8/225.4MB 95% complete (392k/s) |
174 | 2025-01-25T04:23:01.732Z | Download: 3863/4301 items 217.3/225.4MB 96% complete (239k/s) |
175 | 2025-01-25T04:23:06.731Z | Download: 4179/4301 items 220.3/225.4MB 97% complete (459k/s) |
176 | 2025-01-25T04:23:11.904Z | Download: 4203/4301 items 220.5/225.4MB 97% complete (455k/s) |
177 | 2025-01-25T04:23:18.824Z | Download: 4205/4301 items 220.5/225.4MB 97% complete |
178 | 2025-01-25T04:23:25.135Z | Download: 4207/4301 items 220.5/225.4MB 97% complete |
179 | 2025-01-25T04:23:29.905Z | Download: 4208/4301 items 220.6/225.4MB 97% complete |
180 | 2025-01-25T04:23:35.726Z | Download: 4296/4301 items 224.8/225.4MB 99% complete (430k/s) |
181 | 2025-01-25T04:24:03.082Z | Download: 4298/4301 items 225.1/225.4MB 99% complete |
182 | 2025-01-25T04:24:04.327Z | Download: Completed 225.42 MB in 178.30 seconds (1.3M/s) |
183 | 2025-01-25T04:24:06.482Z | Actions: 1/5122 actions (Removing old actions) |
184 | 2025-01-25T04:24:06.503Z | Actions: 194/5122 actions (Installing new actions) |
185 | 2025-01-25T04:24:11.250Z | Actions: 4267/5122 actions (Updating modified actions) |
186 | 2025-01-25T04:24:11.604Z | Actions: Completed 5122 actions in 5.09 seconds. |
187 | 2025-01-25T04:24:12.017Z | Done (0.402s) |
188 | 2025-01-25T04:24:12.020Z | Done (0.001s) |
189 | 2025-01-25T04:24:12.658Z | Done (0.581s) |
190 | 2025-01-25T04:24:17.200Z | Done (4.336s) |
191 | 2025-01-25T04:24:17.288Z | Done (0.019s) |
192 | 2025-01-25T04:24:17.291Z | Done (0.000s) |
193 | 2025-01-25T04:24:17.472Z | Done (0.000s) |
194 | 2025-01-25T04:24:18.220Z | Planning: Evaluating mediator changes ... Done |
195 | 2025-01-25T04:24:18.347Z | Planning: Checking for conflicting actions ... Done |
196 | 2025-01-25T04:24:18.349Z | Planning: Consolidating action changes ... Done |
197 | 2025-01-25T04:24:18.625Z | Planning: Evaluating mediators ... Done |
198 | 2025-01-25T04:24:18.627Z | Planning: Planning completed in 0.44 seconds |
199 | 2025-01-25T04:24:18.668Z | Mediators to change: 2 |
200 | 2025-01-25T04:24:18.668Z | Create boot environment: No |
201 | 2025-01-25T04:24:18.670Z | Create backup boot environment: No |
202 | 2025-01-25T04:24:18.748Z | Done |
203 | 2025-01-25T04:24:18.748Z | Done |
204 | 2025-01-25T04:24:19.117Z | Done |
205 | 2025-01-25T04:24:22.952Z | Done |
206 | 2025-01-25T04:24:23.046Z | Done |
207 | 2025-01-25T04:24:23.049Z | Done |
208 | 2025-01-25T04:24:23.164Z | Done |
209 | 2025-01-25T04:24:23.797Z | Planning: Evaluating mediator changes ... Done |
210 | 2025-01-25T04:24:23.801Z | Planning: Merging actions ... Done |
211 | 2025-01-25T04:24:23.990Z | Planning: Checking for conflicting actions ... Done |
212 | 2025-01-25T04:24:23.993Z | Planning: Consolidating action changes ... Done |
213 | 2025-01-25T04:24:24.267Z | Planning: Evaluating mediators ... Done |
214 | 2025-01-25T04:24:24.325Z | Planning: Planning completed in 0.77 seconds |
215 | 2025-01-25T04:24:24.367Z | Packages to change: 1 |
216 | 2025-01-25T04:24:24.367Z | Mediators to change: 1 |
217 | 2025-01-25T04:24:24.367Z | Services to change: 1 |
218 | 2025-01-25T04:24:24.369Z | Create boot environment: No |
219 | 2025-01-25T04:24:24.369Z | Create backup boot environment: Yes |
220 | 2025-01-25T04:24:26.742Z | Actions: 1/6 actions (Updating modified actions) |
221 | 2025-01-25T04:24:26.746Z | Actions: Completed 6 actions in 0.00 seconds. |
222 | 2025-01-25T04:24:26.746Z | Done |
223 | 2025-01-25T04:24:26.746Z | Done |
224 | 2025-01-25T04:24:26.862Z | Done |
225 | 2025-01-25T04:24:30.701Z | Done |
226 | 2025-01-25T04:24:30.793Z | Done |
227 | 2025-01-25T04:24:30.796Z | Done |
228 | 2025-01-25T04:24:30.941Z | Done |
229 | 2025-01-25T04:24:31.403Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
230 | 2025-01-25T04:24:31.403Z | clang system 15 system |
231 | 2025-01-25T04:24:31.403Z | csh system system illumos |
232 | 2025-01-25T04:24:31.403Z | ctags system system illumos |
233 | 2025-01-25T04:24:31.403Z | gcc vendor 12 vendor |
234 | 2025-01-25T04:24:31.403Z | gcc system 10 system |
235 | 2025-01-25T04:24:31.403Z | gcc system 7 system |
236 | 2025-01-25T04:24:31.404Z | go system 1.20 system |
237 | 2025-01-25T04:24:31.404Z | go system 1.19 system |
238 | 2025-01-25T04:24:31.404Z | llvm system 15 system |
239 | 2025-01-25T04:24:31.404Z | llvm system 14 system |
240 | 2025-01-25T04:24:31.404Z | mariadb system 10.6 system |
241 | 2025-01-25T04:24:31.404Z | mta vendor vendor dma |
242 | 2025-01-25T04:24:31.404Z | openjdk system 17 system |
243 | 2025-01-25T04:24:31.404Z | openjdk system 11 system |
244 | 2025-01-25T04:24:31.404Z | openjdk system 1.8 system |
245 | 2025-01-25T04:24:31.404Z | openssl vendor 3 vendor |
246 | 2025-01-25T04:24:31.404Z | perl system 5.36 system |
247 | 2025-01-25T04:24:31.404Z | postgresql system 15 system |
248 | 2025-01-25T04:24:31.404Z | postgresql system 13 system |
249 | 2025-01-25T04:24:31.404Z | python vendor 3 vendor |
250 | 2025-01-25T04:24:31.404Z | python system 2 system |
251 | 2025-01-25T04:24:31.404Z | python3 system 3.11 system |
252 | 2025-01-25T04:24:31.404Z | ruby system 3.0 system |
253 | 2025-01-25T04:24:31.404Z | words vendor vendor american-english |
254 | 2025-01-25T04:24:31.404Z | words system system australian-english |
255 | 2025-01-25T04:24:31.404Z | words system system british-english |
256 | 2025-01-25T04:24:31.404Z | words system system canadian-english |
257 | 2025-01-25T04:24:31.404Z | words system system french |
258 | 2025-01-25T04:24:31.404Z | words system system italian |
259 | 2025-01-25T04:24:31.404Z | words system system ngerman |
260 | 2025-01-25T04:24:31.404Z | words system system ogerman |
261 | 2025-01-25T04:24:31.404Z | words system system spanish |
262 | 2025-01-25T04:24:31.750Z | PUBLISHER TYPE STATUS P LOCATION |
263 | 2025-01-25T04:24:31.750Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
264 | 2025-01-25T04:24:34.565Z | FMRI IFO |
265 | 2025-01-25T04:24:34.565Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
266 | 2025-01-25T04:24:34.565Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
267 | 2025-01-25T04:24:34.565Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
268 | 2025-01-25T04:24:34.566Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
269 | 2025-01-25T04:24:34.566Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
270 | 2025-01-25T04:24:34.566Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
271 | 2025-01-25T04:24:34.566Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
272 | 2025-01-25T04:24:34.566Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
273 | 2025-01-25T04:24:34.566Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
274 | 2025-01-25T04:24:34.566Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
275 | 2025-01-25T04:24:34.566Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
276 | 2025-01-25T04:24:34.566Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
277 | 2025-01-25T04:24:34.566Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
278 | 2025-01-25T04:24:34.566Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
279 | 2025-01-25T04:24:34.566Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
280 | 2025-01-25T04:24:35.366Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
281 | 2025-01-25T04:24:35.686Z | Updating crates.io index |
282 | 2025-01-25T04:24:35.689Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
283 | 2025-01-25T04:24:36.084Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
284 | 2025-01-25T04:24:36.611Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
285 | 2025-01-25T04:24:36.914Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
286 | 2025-01-25T04:24:37.187Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
287 | 2025-01-25T04:24:37.441Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
288 | 2025-01-25T04:24:38.445Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
289 | 2025-01-25T04:24:40.084Z | Updating git repository `https://github.com/oxidecomputer/opte` |
290 | 2025-01-25T04:24:40.809Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
291 | 2025-01-25T04:24:41.569Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
292 | 2025-01-25T04:24:41.888Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
293 | 2025-01-25T04:24:42.171Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
294 | 2025-01-25T04:24:42.843Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
295 | 2025-01-25T04:24:43.191Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
296 | 2025-01-25T04:24:43.576Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
297 | 2025-01-25T04:24:43.870Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
298 | 2025-01-25T04:24:44.110Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
299 | 2025-01-25T04:24:44.525Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
300 | 2025-01-25T04:24:44.885Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
301 | 2025-01-25T04:24:45.278Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
302 | 2025-01-25T04:24:45.582Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
303 | 2025-01-25T04:24:45.986Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
304 | 2025-01-25T04:24:46.229Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
305 | 2025-01-25T04:24:46.595Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
306 | 2025-01-25T04:24:47.208Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
307 | 2025-01-25T04:24:47.584Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
308 | 2025-01-25T04:24:47.936Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
309 | 2025-01-25T04:24:48.465Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
310 | 2025-01-25T04:24:48.722Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
311 | 2025-01-25T04:24:49.018Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
312 | 2025-01-25T04:24:49.308Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
313 | 2025-01-25T04:24:50.666Z | Downloading crates ... |
314 | 2025-01-25T04:24:50.738Z | Downloaded anstyle v1.0.10 |
315 | 2025-01-25T04:24:50.741Z | Downloaded anstyle-query v1.1.1 |
316 | 2025-01-25T04:24:50.746Z | Downloaded autocfg v1.4.0 |
317 | 2025-01-25T04:24:50.748Z | Downloaded cfg-if v1.0.0 |
318 | 2025-01-25T04:24:50.752Z | Downloaded camino-tempfile v1.1.1 |
319 | 2025-01-25T04:24:50.764Z | Downloaded equivalent v1.0.1 |
320 | 2025-01-25T04:24:50.766Z | Downloaded scroll_derive v0.12.0 |
321 | 2025-01-25T04:24:50.785Z | Downloaded dtrace-parser v0.2.0 |
322 | 2025-01-25T04:24:50.790Z | Downloaded usdt-macro v0.5.0 |
323 | 2025-01-25T04:24:50.794Z | Downloaded pretty-hex v0.4.1 |
324 | 2025-01-25T04:24:50.797Z | Downloaded swrite v0.1.0 |
325 | 2025-01-25T04:24:50.800Z | Downloaded colorchoice v1.0.2 |
326 | 2025-01-25T04:24:50.804Z | Downloaded byteorder v1.5.0 |
327 | 2025-01-25T04:24:50.806Z | Downloaded anstyle-parse v0.2.5 |
328 | 2025-01-25T04:24:50.809Z | Downloaded itoa v1.0.11 |
329 | 2025-01-25T04:24:50.812Z | Downloaded plain v0.2.3 |
330 | 2025-01-25T04:24:50.814Z | Downloaded usdt-attr-macro v0.5.0 |
331 | 2025-01-25T04:24:50.817Z | Downloaded fs-err v2.11.0 |
332 | 2025-01-25T04:24:50.817Z | Downloaded errno v0.3.9 |
333 | 2025-01-25T04:24:50.819Z | Downloaded cpufeatures v0.2.14 |
334 | 2025-01-25T04:24:50.824Z | Downloaded serde_tokenstream v0.2.2 |
335 | 2025-01-25T04:24:50.824Z | Downloaded serde_spanned v0.6.8 |
336 | 2025-01-25T04:24:50.826Z | Downloaded proc-macro-error-attr v1.0.4 |
337 | 2025-01-25T04:24:50.826Z | Downloaded clap_derive v4.5.18 |
338 | 2025-01-25T04:24:50.826Z | Downloaded clap_lex v0.7.2 |
339 | 2025-01-25T04:24:50.826Z | Downloaded bytecount v0.6.8 |
340 | 2025-01-25T04:24:50.829Z | Downloaded strsim v0.11.1 |
341 | 2025-01-25T04:24:50.831Z | Downloaded heck v0.5.0 |
342 | 2025-01-25T04:24:50.831Z | Downloaded block-buffer v0.10.4 |
343 | 2025-01-25T04:24:50.834Z | Downloaded unicode-linebreak v0.1.5 |
344 | 2025-01-25T04:24:50.834Z | Downloaded macaddr v1.0.1 |
345 | 2025-01-25T04:24:50.834Z | Downloaded is_terminal_polyfill v1.70.1 |
346 | 2025-01-25T04:24:50.837Z | Downloaded crypto-common v0.1.6 |
347 | 2025-01-25T04:24:50.837Z | Downloaded dof v0.3.0 |
348 | 2025-01-25T04:24:50.845Z | Downloaded pest_generator v2.7.14 |
349 | 2025-01-25T04:24:50.847Z | Downloaded fnv v1.0.7 |
350 | 2025-01-25T04:24:50.847Z | Downloaded thread-id v4.2.2 |
351 | 2025-01-25T04:24:50.847Z | Downloaded thiserror-impl v1.0.69 |
352 | 2025-01-25T04:24:50.850Z | Downloaded memmap v0.7.0 |
353 | 2025-01-25T04:24:50.852Z | Downloaded generic-array v0.14.7 |
354 | 2025-01-25T04:24:50.855Z | Downloaded fastrand v2.1.1 |
355 | 2025-01-25T04:24:50.857Z | Downloaded digest v0.10.7 |
356 | 2025-01-25T04:24:50.857Z | Downloaded version_check v0.9.5 |
357 | 2025-01-25T04:24:50.860Z | Downloaded toml_datetime v0.6.8 |
358 | 2025-01-25T04:24:50.860Z | Downloaded tabled_derive v0.7.0 |
359 | 2025-01-25T04:24:50.862Z | Downloaded cargo_metadata v0.18.1 |
360 | 2025-01-25T04:24:50.863Z | Downloaded usdt v0.5.0 |
361 | 2025-01-25T04:24:50.865Z | Downloaded cargo-platform v0.1.8 |
362 | 2025-01-25T04:24:50.865Z | Downloaded camino v1.1.9 |
363 | 2025-01-25T04:24:50.868Z | Downloaded thiserror v1.0.69 |
364 | 2025-01-25T04:24:50.871Z | Downloaded once_cell v1.20.2 |
365 | 2025-01-25T04:24:50.878Z | Downloaded anstream v0.6.15 |
366 | 2025-01-25T04:24:50.882Z | Downloaded semver v1.0.24 |
367 | 2025-01-25T04:24:50.883Z | Downloaded terminal_size v0.4.0 |
368 | 2025-01-25T04:24:50.883Z | Downloaded scroll v0.12.0 |
369 | 2025-01-25T04:24:50.883Z | Downloaded quote v1.0.38 |
370 | 2025-01-25T04:24:50.886Z | Downloaded utf8parse v0.2.2 |
371 | 2025-01-25T04:24:50.886Z | Downloaded usdt-impl v0.5.0 |
372 | 2025-01-25T04:24:50.886Z | Downloaded smawk v0.3.2 |
373 | 2025-01-25T04:24:50.888Z | Downloaded cargo_toml v0.20.5 |
374 | 2025-01-25T04:24:50.888Z | Downloaded sha2 v0.10.8 |
375 | 2025-01-25T04:24:50.891Z | Downloaded proc-macro-error v1.0.4 |
376 | 2025-01-25T04:24:50.894Z | Downloaded pest_derive v2.7.14 |
377 | 2025-01-25T04:24:50.896Z | Downloaded tempfile v3.13.0 |
378 | 2025-01-25T04:24:50.899Z | Downloaded heck v0.4.1 |
379 | 2025-01-25T04:24:50.907Z | Downloaded anyhow v1.0.95 |
380 | 2025-01-25T04:24:50.913Z | Downloaded typenum v1.17.0 |
381 | 2025-01-25T04:24:50.916Z | Downloaded ryu v1.0.18 |
382 | 2025-01-25T04:24:50.916Z | Downloaded log v0.4.22 |
383 | 2025-01-25T04:24:50.918Z | Downloaded textwrap v0.16.1 |
384 | 2025-01-25T04:24:50.921Z | Downloaded unicode-ident v1.0.14 |
385 | 2025-01-25T04:24:50.923Z | Downloaded papergrid v0.11.0 |
386 | 2025-01-25T04:24:50.927Z | Downloaded zerocopy-derive v0.7.35 |
387 | 2025-01-25T04:24:50.932Z | Downloaded pest_meta v2.7.14 |
388 | 2025-01-25T04:24:50.939Z | Downloaded proc-macro2 v1.0.92 |
389 | 2025-01-25T04:24:50.942Z | Downloaded clap v4.5.21 |
390 | 2025-01-25T04:24:50.946Z | Downloaded serde_derive v1.0.217 |
391 | 2025-01-25T04:24:50.949Z | Downloaded bitflags v2.6.0 |
392 | 2025-01-25T04:24:50.962Z | Downloaded ucd-trie v0.1.7 |
393 | 2025-01-25T04:24:50.966Z | Downloaded serde v1.0.217 |
394 | 2025-01-25T04:24:50.970Z | Downloaded indexmap v2.7.0 |
395 | 2025-01-25T04:24:50.975Z | Downloaded toml v0.8.19 |
396 | 2025-01-25T04:24:50.985Z | Downloaded memchr v2.7.4 |
397 | 2025-01-25T04:24:50.990Z | Downloaded toml_edit v0.22.22 |
398 | 2025-01-25T04:24:51.012Z | Downloaded pest v2.7.14 |
399 | 2025-01-25T04:24:51.022Z | Downloaded hashbrown v0.15.1 |
400 | 2025-01-25T04:24:51.029Z | Downloaded serde_json v1.0.135 |
401 | 2025-01-25T04:24:51.045Z | Downloaded zerocopy v0.7.35 |
402 | 2025-01-25T04:24:51.053Z | Downloaded winnow v0.6.20 |
403 | 2025-01-25T04:24:51.062Z | Downloaded goblin v0.8.2 |
404 | 2025-01-25T04:24:51.069Z | Downloaded tabled v0.15.0 |
405 | 2025-01-25T04:24:51.085Z | Downloaded clap_builder v4.5.21 |
406 | 2025-01-25T04:24:51.092Z | Downloaded syn v1.0.109 |
407 | 2025-01-25T04:24:51.102Z | Downloaded syn v2.0.96 |
408 | 2025-01-25T04:24:51.115Z | Downloaded unicode-width v0.1.14 |
409 | 2025-01-25T04:24:51.120Z | Downloaded rustix v0.38.37 |
410 | 2025-01-25T04:24:51.154Z | Downloaded libc v0.2.169 |
411 | 2025-01-25T04:24:51.532Z | Compiling proc-macro2 v1.0.92 |
412 | 2025-01-25T04:24:51.532Z | Compiling unicode-ident v1.0.14 |
413 | 2025-01-25T04:24:51.546Z | Compiling serde v1.0.217 |
414 | 2025-01-25T04:24:51.546Z | Compiling version_check v0.9.5 |
415 | 2025-01-25T04:24:51.546Z | Compiling memchr v2.7.4 |
416 | 2025-01-25T04:24:51.546Z | Compiling thiserror v1.0.69 |
417 | 2025-01-25T04:24:51.546Z | Compiling libc v0.2.169 |
418 | 2025-01-25T04:24:51.546Z | Compiling ucd-trie v0.1.7 |
419 | 2025-01-25T04:24:51.776Z | Compiling ryu v1.0.18 |
420 | 2025-01-25T04:24:52.180Z | Compiling itoa v1.0.11 |
421 | 2025-01-25T04:24:52.253Z | Compiling once_cell v1.20.2 |
422 | 2025-01-25T04:24:52.256Z | Compiling byteorder v1.5.0 |
423 | 2025-01-25T04:24:52.477Z | Compiling rustix v0.38.37 |
424 | 2025-01-25T04:24:52.661Z | Compiling serde_json v1.0.135 |
425 | 2025-01-25T04:24:52.732Z | Compiling bitflags v2.6.0 |
426 | 2025-01-25T04:24:53.027Z | Compiling proc-macro-error-attr v1.0.4 |
427 | 2025-01-25T04:24:53.168Z | Compiling usdt-impl v0.5.0 |
428 | 2025-01-25T04:24:53.168Z | Compiling syn v1.0.109 |
429 | 2025-01-25T04:24:53.249Z | Compiling proc-macro-error v1.0.4 |
430 | 2025-01-25T04:24:53.309Z | Compiling quote v1.0.38 |
431 | 2025-01-25T04:24:53.431Z | Compiling utf8parse v0.2.2 |
432 | 2025-01-25T04:24:53.496Z | Compiling errno v0.3.9 |
433 | 2025-01-25T04:24:53.621Z | Compiling camino v1.1.9 |
434 | 2025-01-25T04:24:53.757Z | Compiling hashbrown v0.15.1 |
435 | 2025-01-25T04:24:53.765Z | Compiling syn v2.0.96 |
436 | 2025-01-25T04:24:53.875Z | Compiling thread-id v4.2.2 |
437 | 2025-01-25T04:24:53.908Z | Compiling equivalent v1.0.1 |
438 | 2025-01-25T04:24:53.942Z | Compiling log v0.4.22 |
439 | 2025-01-25T04:24:53.999Z | Compiling plain v0.2.3 |
440 | 2025-01-25T04:24:54.184Z | Compiling anstyle-parse v0.2.5 |
441 | 2025-01-25T04:24:54.448Z | Compiling colorchoice v1.0.2 |
442 | 2025-01-25T04:24:54.530Z | Compiling pretty-hex v0.4.1 |
443 | 2025-01-25T04:24:54.630Z | Compiling anstyle v1.0.10 |
444 | 2025-01-25T04:24:54.671Z | Compiling unicode-width v0.1.14 |
445 | 2025-01-25T04:24:54.772Z | Compiling indexmap v2.7.0 |
446 | 2025-01-25T04:24:54.876Z | Compiling semver v1.0.24 |
447 | 2025-01-25T04:24:54.898Z | Compiling anstyle-query v1.1.1 |
448 | 2025-01-25T04:24:54.996Z | Compiling winnow v0.6.20 |
449 | 2025-01-25T04:24:55.064Z | Compiling autocfg v1.4.0 |
450 | 2025-01-25T04:24:55.211Z | Compiling is_terminal_polyfill v1.70.1 |
451 | 2025-01-25T04:24:55.365Z | Compiling anstream v0.6.15 |
452 | 2025-01-25T04:24:55.692Z | Compiling terminal_size v0.4.0 |
453 | 2025-01-25T04:24:55.990Z | Compiling strsim v0.11.1 |
454 | 2025-01-25T04:24:56.004Z | Compiling fnv v1.0.7 |
455 | 2025-01-25T04:24:56.063Z | Compiling bytecount v0.6.8 |
456 | 2025-01-25T04:24:56.093Z | Compiling fs-err v2.11.0 |
457 | 2025-01-25T04:24:56.186Z | Compiling heck v0.4.1 |
458 | 2025-01-25T04:24:56.374Z | Compiling clap_lex v0.7.2 |
459 | 2025-01-25T04:24:56.415Z | Compiling heck v0.5.0 |
460 | 2025-01-25T04:24:56.640Z | Compiling fastrand v2.1.1 |
461 | 2025-01-25T04:24:56.742Z | Compiling anyhow v1.0.95 |
462 | 2025-01-25T04:24:56.768Z | Compiling cfg-if v1.0.0 |
463 | 2025-01-25T04:24:56.885Z | Compiling clap_builder v4.5.21 |
464 | 2025-01-25T04:24:57.115Z | Compiling tempfile v3.13.0 |
465 | 2025-01-25T04:24:57.181Z | Compiling papergrid v0.11.0 |
466 | 2025-01-25T04:24:57.488Z | Compiling memmap v0.7.0 |
467 | 2025-01-25T04:24:57.776Z | Compiling smawk v0.3.2 |
468 | 2025-01-25T04:24:57.861Z | Compiling unicode-linebreak v0.1.5 |
469 | 2025-01-25T04:24:58.378Z | Compiling textwrap v0.16.1 |
470 | 2025-01-25T04:24:58.456Z | Compiling swrite v0.1.0 |
471 | 2025-01-25T04:24:59.157Z | Compiling tabled_derive v0.7.0 |
472 | 2025-01-25T04:25:00.501Z | Compiling tabled v0.15.0 |
473 | 2025-01-25T04:25:00.966Z | Compiling serde_derive v1.0.217 |
474 | 2025-01-25T04:25:01.102Z | Compiling thiserror-impl v1.0.69 |
475 | 2025-01-25T04:25:01.130Z | Compiling zerocopy-derive v0.7.35 |
476 | 2025-01-25T04:25:01.235Z | Compiling scroll_derive v0.12.0 |
477 | 2025-01-25T04:25:01.262Z | Compiling clap_derive v4.5.18 |
478 | 2025-01-25T04:25:02.685Z | Compiling scroll v0.12.0 |
479 | 2025-01-25T04:25:03.111Z | Compiling zerocopy v0.7.35 |
480 | 2025-01-25T04:25:03.137Z | Compiling goblin v0.8.2 |
481 | 2025-01-25T04:25:03.571Z | Compiling pest v2.7.14 |
482 | 2025-01-25T04:25:04.539Z | Compiling clap v4.5.21 |
483 | 2025-01-25T04:25:05.851Z | Compiling pest_meta v2.7.14 |
484 | 2025-01-25T04:25:06.848Z | Compiling pest_generator v2.7.14 |
485 | 2025-01-25T04:25:08.279Z | Compiling pest_derive v2.7.14 |
486 | 2025-01-25T04:25:09.033Z | Compiling dtrace-parser v0.2.0 |
487 | 2025-01-25T04:25:09.965Z | Compiling serde_spanned v0.6.8 |
488 | 2025-01-25T04:25:09.965Z | Compiling toml_datetime v0.6.8 |
489 | 2025-01-25T04:25:09.968Z | Compiling cargo-platform v0.1.8 |
490 | 2025-01-25T04:25:10.327Z | Compiling serde_tokenstream v0.2.2 |
491 | 2025-01-25T04:25:10.451Z | Compiling toml_edit v0.22.22 |
492 | 2025-01-25T04:25:10.464Z | Compiling macaddr v1.0.1 |
493 | 2025-01-25T04:25:10.595Z | Compiling camino-tempfile v1.1.1 |
494 | 2025-01-25T04:25:11.414Z | Compiling dof v0.3.0 |
495 | 2025-01-25T04:25:11.414Z | Compiling cargo_metadata v0.18.1 |
496 | 2025-01-25T04:25:13.159Z | Compiling usdt-attr-macro v0.5.0 |
497 | 2025-01-25T04:25:13.162Z | Compiling usdt-macro v0.5.0 |
498 | 2025-01-25T04:25:13.212Z | Compiling toml v0.8.19 |
499 | 2025-01-25T04:25:14.224Z | Compiling cargo_toml v0.20.5 |
500 | 2025-01-25T04:25:14.415Z | Compiling usdt v0.5.0 |
501 | 2025-01-25T04:25:16.957Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
502 | 2025-01-25T04:25:20.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.72s |
503 | 2025-01-25T04:25:20.476Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
504 | 2025-01-25T04:25:20.985Z | Downloading crates ... |
505 | 2025-01-25T04:25:21.238Z | Downloaded darling v0.20.10 |
506 | 2025-01-25T04:25:21.244Z | Downloaded atty v0.2.14 |
507 | 2025-01-25T04:25:21.246Z | Downloaded atomicwrites v0.4.4 |
508 | 2025-01-25T04:25:21.257Z | Downloaded bitfield v0.14.0 |
509 | 2025-01-25T04:25:21.260Z | Downloaded atomic-waker v1.1.2 |
510 | 2025-01-25T04:25:21.262Z | Downloaded bitfield-struct v0.6.2 |
511 | 2025-01-25T04:25:21.266Z | Downloaded bit-vec v0.6.3 |
512 | 2025-01-25T04:25:21.269Z | Downloaded block-padding v0.3.3 |
513 | 2025-01-25T04:25:21.269Z | Downloaded adler2 v2.0.0 |
514 | 2025-01-25T04:25:21.273Z | Downloaded buf-list v1.0.3 |
515 | 2025-01-25T04:25:21.277Z | Downloaded highway v1.2.0 |
516 | 2025-01-25T04:25:21.280Z | Downloaded blowfish v0.9.1 |
517 | 2025-01-25T04:25:21.280Z | Downloaded blake2 v0.10.6 |
518 | 2025-01-25T04:25:21.284Z | Downloaded bitflags v1.3.2 |
519 | 2025-01-25T04:25:21.287Z | Downloaded http-range v0.1.5 |
520 | 2025-01-25T04:25:21.287Z | Downloaded http-body v1.0.1 |
521 | 2025-01-25T04:25:21.287Z | Downloaded cancel-safe-futures v0.1.5 |
522 | 2025-01-25T04:25:21.290Z | Downloaded hubpack v0.1.2 |
523 | 2025-01-25T04:25:21.293Z | Downloaded hostname v0.3.1 |
524 | 2025-01-25T04:25:21.295Z | Downloaded hostname v0.4.0 |
525 | 2025-01-25T04:25:21.296Z | Downloaded hickory-resolver v0.24.2 |
526 | 2025-01-25T04:25:21.303Z | Downloaded arrayref v0.3.9 |
527 | 2025-01-25T04:25:21.305Z | Downloaded hmac v0.12.1 |
528 | 2025-01-25T04:25:21.305Z | Downloaded assert_matches v1.5.0 |
529 | 2025-01-25T04:25:21.305Z | Downloaded addr2line v0.24.2 |
530 | 2025-01-25T04:25:21.308Z | Downloaded async-stream-impl v0.3.6 |
531 | 2025-01-25T04:25:21.310Z | Downloaded async-trait v0.1.85 |
532 | 2025-01-25T04:25:21.313Z | Downloaded ascii-canvas v3.0.0 |
533 | 2025-01-25T04:25:21.315Z | Downloaded array-init v0.0.4 |
534 | 2025-01-25T04:25:21.318Z | Downloaded home v0.5.9 |
535 | 2025-01-25T04:25:21.322Z | Downloaded bzip2 v0.4.4 |
536 | 2025-01-25T04:25:21.325Z | Downloaded hyper-tls v0.6.0 |
537 | 2025-01-25T04:25:21.327Z | Downloaded humantime v2.1.0 |
538 | 2025-01-25T04:25:21.329Z | Downloaded httpdate v1.0.3 |
539 | 2025-01-25T04:25:21.329Z | Downloaded http-body-util v0.1.2 |
540 | 2025-01-25T04:25:21.333Z | Downloaded ciborium-io v0.2.2 |
541 | 2025-01-25T04:25:21.335Z | Downloaded cfg_aliases v0.2.1 |
542 | 2025-01-25T04:25:21.337Z | Downloaded icu_locid_transform v1.5.0 |
543 | 2025-01-25T04:25:21.340Z | Downloaded heck v0.3.3 |
544 | 2025-01-25T04:25:21.340Z | Downloaded cstr-argument v0.1.2 |
545 | 2025-01-25T04:25:21.343Z | Downloaded async-stream v0.3.6 |
546 | 2025-01-25T04:25:21.347Z | Downloaded icu_provider_macros v1.5.0 |
547 | 2025-01-25T04:25:21.347Z | Downloaded ident_case v1.0.1 |
548 | 2025-01-25T04:25:21.352Z | Downloaded iana-time-zone v0.1.61 |
549 | 2025-01-25T04:25:21.352Z | Downloaded crc-catalog v2.4.0 |
550 | 2025-01-25T04:25:21.354Z | Downloaded httparse v1.9.5 |
551 | 2025-01-25T04:25:21.357Z | Downloaded icu_normalizer_data v1.5.0 |
552 | 2025-01-25T04:25:21.359Z | Downloaded base16ct v0.2.0 |
553 | 2025-01-25T04:25:21.361Z | Downloaded instant v0.1.13 |
554 | 2025-01-25T04:25:21.362Z | Downloaded bcrypt-pbkdf v0.10.0 |
555 | 2025-01-25T04:25:21.364Z | Downloaded cmake v0.1.51 |
556 | 2025-01-25T04:25:21.368Z | Downloaded curve25519-dalek-derive v0.1.1 |
557 | 2025-01-25T04:25:21.368Z | Downloaded crossbeam-deque v0.8.5 |
558 | 2025-01-25T04:25:21.384Z | Downloaded argon2 v0.5.3 |
559 | 2025-01-25T04:25:21.384Z | Downloaded async-recursion v1.1.1 |
560 | 2025-01-25T04:25:21.384Z | Downloaded http v1.2.0 |
561 | 2025-01-25T04:25:21.384Z | Downloaded icu_locid v1.5.0 |
562 | 2025-01-25T04:25:21.388Z | Downloaded hex-literal v0.4.1 |
563 | 2025-01-25T04:25:21.388Z | Downloaded hex v0.4.3 |
564 | 2025-01-25T04:25:21.388Z | Downloaded icu_provider v1.5.0 |
565 | 2025-01-25T04:25:21.390Z | Downloaded mirai-annotations v1.12.0 |
566 | 2025-01-25T04:25:21.390Z | Downloaded is_ci v1.2.0 |
567 | 2025-01-25T04:25:21.393Z | Downloaded bb8 v0.8.5 |
568 | 2025-01-25T04:25:21.393Z | Downloaded hyper-rustls v0.27.3 |
569 | 2025-01-25T04:25:21.396Z | Downloaded md5 v0.7.0 |
570 | 2025-01-25T04:25:21.398Z | Downloaded lockfree-object-pool v0.1.6 |
571 | 2025-01-25T04:25:21.401Z | Downloaded is-terminal v0.4.13 |
572 | 2025-01-25T04:25:21.401Z | Downloaded hubpack_derive v0.1.1 |
573 | 2025-01-25T04:25:21.401Z | Downloaded crunchy v0.2.2 |
574 | 2025-01-25T04:25:21.403Z | Downloaded crucible-workspace-hack v0.1.0 |
575 | 2025-01-25T04:25:21.404Z | Downloaded cfg_aliases v0.1.1 |
576 | 2025-01-25T04:25:21.407Z | Downloaded match_cfg v0.1.0 |
577 | 2025-01-25T04:25:21.411Z | Downloaded memoffset v0.9.1 |
578 | 2025-01-25T04:25:21.415Z | Downloaded mime v0.3.17 |
579 | 2025-01-25T04:25:21.418Z | Downloaded idna_adapter v1.2.0 |
580 | 2025-01-25T04:25:21.418Z | Downloaded lazy_static v1.5.0 |
581 | 2025-01-25T04:25:21.423Z | Downloaded progenitor-client v0.9.1 |
582 | 2025-01-25T04:25:21.425Z | Downloaded md-5 v0.10.6 |
583 | 2025-01-25T04:25:21.428Z | Downloaded inout v0.1.3 |
584 | 2025-01-25T04:25:21.431Z | Downloaded hickory-client v0.24.2 |
585 | 2025-01-25T04:25:21.438Z | Downloaded libefi-sys v0.1.0 |
586 | 2025-01-25T04:25:21.441Z | Downloaded lazycell v1.3.0 |
587 | 2025-01-25T04:25:21.443Z | Downloaded hyper-staticfile v0.10.1 |
588 | 2025-01-25T04:25:21.443Z | Downloaded lalrpop-util v0.19.12 |
589 | 2025-01-25T04:25:21.446Z | Downloaded indoc v1.0.9 |
590 | 2025-01-25T04:25:21.448Z | Downloaded termtree v0.5.1 |
591 | 2025-01-25T04:25:21.448Z | Downloaded termtree v0.4.1 |
592 | 2025-01-25T04:25:21.451Z | Downloaded multer v3.1.0 |
593 | 2025-01-25T04:25:21.453Z | Downloaded litemap v0.7.3 |
594 | 2025-01-25T04:25:21.456Z | Downloaded kstat-rs v0.2.4 |
595 | 2025-01-25T04:25:21.459Z | Downloaded mockall v0.13.0 |
596 | 2025-01-25T04:25:21.459Z | Downloaded maybe-uninit v2.0.0 |
597 | 2025-01-25T04:25:21.461Z | Downloaded linked-hash-map v0.5.6 |
598 | 2025-01-25T04:25:21.461Z | Downloaded managed v0.8.0 |
599 | 2025-01-25T04:25:21.463Z | Downloaded lru v0.12.5 |
600 | 2025-01-25T04:25:21.463Z | Downloaded instability v0.3.2 |
601 | 2025-01-25T04:25:21.466Z | Downloaded try-lock v0.2.5 |
602 | 2025-01-25T04:25:21.466Z | Downloaded lock_api v0.4.12 |
603 | 2025-01-25T04:25:21.469Z | Downloaded waitgroup v0.1.2 |
604 | 2025-01-25T04:25:21.469Z | Downloaded lru-cache v0.1.2 |
605 | 2025-01-25T04:25:21.473Z | Downloaded libloading v0.8.5 |
606 | 2025-01-25T04:25:21.473Z | Downloaded linear-map v1.2.0 |
607 | 2025-01-25T04:25:21.476Z | Downloaded keccak v0.1.5 |
608 | 2025-01-25T04:25:21.476Z | Downloaded jobserver v0.1.32 |
609 | 2025-01-25T04:25:21.478Z | Downloaded internet-checksum v0.2.1 |
610 | 2025-01-25T04:25:21.478Z | Downloaded impl-trait-for-tuples v0.2.2 |
611 | 2025-01-25T04:25:21.481Z | Downloaded ipnetwork v0.20.0 |
612 | 2025-01-25T04:25:21.485Z | Downloaded vte_generate_state_changes v0.1.2 |
613 | 2025-01-25T04:25:21.575Z | Downloaded sha1 v0.10.6 |
614 | 2025-01-25T04:25:21.575Z | Downloaded rustc_version v0.4.1 |
615 | 2025-01-25T04:25:21.575Z | Downloaded hyper v1.5.2 |
616 | 2025-01-25T04:25:21.587Z | Downloaded slog-async v2.8.0 |
617 | 2025-01-25T04:25:21.587Z | Downloaded sec1 v0.7.3 |
618 | 2025-01-25T04:25:21.587Z | Downloaded icu_locid_transform_data v1.5.0 |
619 | 2025-01-25T04:25:21.587Z | Downloaded icu_normalizer v1.5.0 |
620 | 2025-01-25T04:25:21.587Z | Downloaded hickory-server v0.24.2 |
621 | 2025-01-25T04:25:21.587Z | Downloaded wait-timeout v0.2.0 |
622 | 2025-01-25T04:25:21.587Z | Downloaded headers-core v0.3.0 |
623 | 2025-01-25T04:25:21.587Z | Downloaded untrusted v0.7.1 |
624 | 2025-01-25T04:25:21.587Z | Downloaded ipnet v2.10.1 |
625 | 2025-01-25T04:25:21.587Z | Downloaded termios v0.3.3 |
626 | 2025-01-25T04:25:21.587Z | Downloaded mockall_derive v0.13.0 |
627 | 2025-01-25T04:25:21.587Z | Downloaded litrs v0.4.1 |
628 | 2025-01-25T04:25:21.587Z | Downloaded num_threads v0.1.7 |
629 | 2025-01-25T04:25:21.587Z | Downloaded miniz_oxide v0.8.0 |
630 | 2025-01-25T04:25:21.587Z | Downloaded indexmap v1.9.3 |
631 | 2025-01-25T04:25:21.587Z | Downloaded fallible-streaming-iterator v0.1.9 |
632 | 2025-01-25T04:25:21.587Z | Downloaded ena v0.14.3 |
633 | 2025-01-25T04:25:21.587Z | Downloaded signal-hook-registry v1.4.2 |
634 | 2025-01-25T04:25:21.587Z | Downloaded sct v0.7.1 |
635 | 2025-01-25T04:25:21.587Z | Downloaded parse-size v1.1.0 |
636 | 2025-01-25T04:25:21.587Z | Downloaded openssl-macros v0.1.1 |
637 | 2025-01-25T04:25:21.587Z | Downloaded opaque-debug v0.3.1 |
638 | 2025-01-25T04:25:21.587Z | Downloaded fragile v2.0.0 |
639 | 2025-01-25T04:25:21.587Z | Downloaded form_urlencoded v1.2.1 |
640 | 2025-01-25T04:25:21.587Z | Downloaded flagset v0.4.6 |
641 | 2025-01-25T04:25:21.587Z | Downloaded fixedbitset v0.4.2 |
642 | 2025-01-25T04:25:21.588Z | Downloaded test-strategy v0.3.1 |
643 | 2025-01-25T04:25:21.588Z | Downloaded icu_properties v1.5.1 |
644 | 2025-01-25T04:25:21.588Z | Downloaded hkdf v0.12.4 |
645 | 2025-01-25T04:25:21.588Z | Downloaded peg-runtime v0.8.3 |
646 | 2025-01-25T04:25:21.588Z | Downloaded hash32 v0.3.1 |
647 | 2025-01-25T04:25:21.588Z | Downloaded vte v0.11.1 |
648 | 2025-01-25T04:25:21.588Z | Downloaded mime_guess v2.0.5 |
649 | 2025-01-25T04:25:21.588Z | Downloaded normalize-line-endings v0.3.0 |
650 | 2025-01-25T04:25:21.588Z | Downloaded pbkdf2 v0.12.2 |
651 | 2025-01-25T04:25:21.588Z | Downloaded icu_collections v1.5.0 |
652 | 2025-01-25T04:25:21.591Z | Downloaded slog v2.7.0 |
653 | 2025-01-25T04:25:21.591Z | Downloaded libsw v3.3.1 |
654 | 2025-01-25T04:25:21.591Z | Downloaded universal-hash v0.5.1 |
655 | 2025-01-25T04:25:21.591Z | Downloaded memmap2 v0.9.5 |
656 | 2025-01-25T04:25:21.591Z | Downloaded maplit v1.0.2 |
657 | 2025-01-25T04:25:21.591Z | Downloaded futures-sink v0.3.31 |
658 | 2025-01-25T04:25:21.591Z | Downloaded sync-ptr v0.1.1 |
659 | 2025-01-25T04:25:21.594Z | Downloaded hyper-util v0.1.10 |
660 | 2025-01-25T04:25:21.597Z | Downloaded indent_write v2.2.0 |
661 | 2025-01-25T04:25:21.600Z | Downloaded globset v0.4.15 |
662 | 2025-01-25T04:25:21.611Z | Downloaded serde-big-array v0.5.1 |
663 | 2025-01-25T04:25:21.616Z | Downloaded strum v0.26.3 |
664 | 2025-01-25T04:25:21.619Z | Downloaded newtype-uuid v1.2.1 |
665 | 2025-01-25T04:25:21.619Z | Downloaded indicatif v0.17.9 |
666 | 2025-01-25T04:25:21.622Z | Downloaded sigpipe v0.1.3 |
667 | 2025-01-25T04:25:21.625Z | Downloaded peg v0.8.4 |
668 | 2025-01-25T04:25:21.628Z | Downloaded nu-ansi-term v0.50.1 |
669 | 2025-01-25T04:25:21.631Z | Downloaded snafu v0.8.5 |
670 | 2025-01-25T04:25:21.638Z | Downloaded tinyvec_macros v0.1.1 |
671 | 2025-01-25T04:25:21.640Z | Downloaded heapless v0.8.0 |
672 | 2025-01-25T04:25:21.649Z | Downloaded primeorder v0.13.6 |
673 | 2025-01-25T04:25:21.651Z | Downloaded rand_chacha v0.3.1 |
674 | 2025-01-25T04:25:21.654Z | Downloaded progenitor v0.9.1 |
675 | 2025-01-25T04:25:21.654Z | Downloaded progenitor v0.8.0 |
676 | 2025-01-25T04:25:21.657Z | Downloaded proc-macro-crate v1.3.1 |
677 | 2025-01-25T04:25:21.659Z | Downloaded ref-cast-impl v1.0.23 |
678 | 2025-01-25T04:25:21.661Z | Downloaded zip v0.6.6 |
679 | 2025-01-25T04:25:21.664Z | Downloaded unsafe-libyaml v0.2.11 |
680 | 2025-01-25T04:25:21.667Z | Downloaded derive_builder_macro v0.20.2 |
681 | 2025-01-25T04:25:21.670Z | Downloaded semver v0.1.20 |
682 | 2025-01-25T04:25:21.670Z | Downloaded scheduled-thread-pool v0.2.7 |
683 | 2025-01-25T04:25:21.672Z | Downloaded rustfmt-wrapper v0.2.1 |
684 | 2025-01-25T04:25:21.672Z | Downloaded mio v1.0.2 |
685 | 2025-01-25T04:25:21.678Z | Downloaded siphasher v0.3.11 |
686 | 2025-01-25T04:25:21.681Z | Downloaded simd-adler32 v0.3.7 |
687 | 2025-01-25T04:25:21.684Z | Downloaded peg-macros v0.8.4 |
688 | 2025-01-25T04:25:21.686Z | Downloaded foreign-types v0.3.2 |
689 | 2025-01-25T04:25:21.686Z | Downloaded pkg-config v0.3.31 |
690 | 2025-01-25T04:25:21.689Z | Downloaded pkcs1 v0.7.5 |
691 | 2025-01-25T04:25:21.691Z | Downloaded strum_macros v0.24.3 |
692 | 2025-01-25T04:25:21.693Z | Downloaded thiserror-impl v2.0.11 |
693 | 2025-01-25T04:25:21.696Z | Downloaded fxhash v0.2.1 |
694 | 2025-01-25T04:25:21.696Z | Downloaded foldhash v0.1.3 |
695 | 2025-01-25T04:25:21.699Z | Downloaded pkcs8 v0.10.2 |
696 | 2025-01-25T04:25:21.702Z | Downloaded structmeta-derive v0.3.0 |
697 | 2025-01-25T04:25:21.702Z | Downloaded tls_codec_derive v0.4.1 |
698 | 2025-01-25T04:25:21.704Z | Downloaded twox-hash v1.6.3 |
699 | 2025-01-25T04:25:21.707Z | Downloaded tls_codec v0.4.1 |
700 | 2025-01-25T04:25:21.707Z | Downloaded omicron-zone-package v0.12.0 |
701 | 2025-01-25T04:25:21.719Z | Downloaded untrusted v0.9.0 |
702 | 2025-01-25T04:25:21.721Z | Downloaded xattr v1.3.1 |
703 | 2025-01-25T04:25:21.736Z | Downloaded openssl-probe v0.1.5 |
704 | 2025-01-25T04:25:21.740Z | Downloaded xz2 v0.1.7 |
705 | 2025-01-25T04:25:21.742Z | Downloaded minimal-lexical v0.2.1 |
706 | 2025-01-25T04:25:21.745Z | Downloaded serde_with_macros v3.11.0 |
707 | 2025-01-25T04:25:21.747Z | Downloaded deranged v0.3.11 |
708 | 2025-01-25T04:25:21.750Z | Downloaded spin v0.9.8 |
709 | 2025-01-25T04:25:21.753Z | Downloaded phf_shared v0.10.0 |
710 | 2025-01-25T04:25:21.753Z | Downloaded path-slash v0.1.5 |
711 | 2025-01-25T04:25:21.753Z | Downloaded pkcs5 v0.7.1 |
712 | 2025-01-25T04:25:21.758Z | Downloaded foreign-types v0.5.0 |
713 | 2025-01-25T04:25:21.761Z | Downloaded precomputed-hash v0.1.1 |
714 | 2025-01-25T04:25:21.764Z | Downloaded progenitor-client v0.8.0 |
715 | 2025-01-25T04:25:21.764Z | Downloaded pretty-hex v0.2.1 |
716 | 2025-01-25T04:25:21.771Z | Downloaded gethostname v0.5.0 |
717 | 2025-01-25T04:25:21.783Z | Downloaded colored v2.1.0 |
718 | 2025-01-25T04:25:21.788Z | Downloaded num_enum_derive v0.5.11 |
719 | 2025-01-25T04:25:21.791Z | Downloaded yoke v0.7.4 |
720 | 2025-01-25T04:25:21.794Z | Downloaded bytes v1.9.0 |
721 | 2025-01-25T04:25:21.797Z | Downloaded crc v3.2.1 |
722 | 2025-01-25T04:25:21.800Z | Downloaded pbkdf2 v0.11.0 |
723 | 2025-01-25T04:25:21.802Z | Downloaded cassowary v0.3.0 |
724 | 2025-01-25T04:25:21.805Z | Downloaded cobs v0.2.3 |
725 | 2025-01-25T04:25:21.807Z | Downloaded cbc v0.1.2 |
726 | 2025-01-25T04:25:21.810Z | Downloaded des v0.8.1 |
727 | 2025-01-25T04:25:21.810Z | Downloaded der_derive v0.7.3 |
728 | 2025-01-25T04:25:21.813Z | Downloaded socket2 v0.5.7 |
729 | 2025-01-25T04:25:21.815Z | Downloaded ctr v0.9.2 |
730 | 2025-01-25T04:25:21.818Z | Downloaded thiserror v2.0.11 |
731 | 2025-01-25T04:25:21.823Z | Downloaded itertools v0.10.5 |
732 | 2025-01-25T04:25:21.830Z | Downloaded tinyvec v1.8.0 |
733 | 2025-01-25T04:25:21.833Z | Downloaded backoff v0.4.0 |
734 | 2025-01-25T04:25:21.836Z | Downloaded ciborium v0.2.2 |
735 | 2025-01-25T04:25:21.838Z | Downloaded cookie_store v0.21.1 |
736 | 2025-01-25T04:25:21.841Z | Downloaded libxml v0.3.3 |
737 | 2025-01-25T04:25:21.847Z | Downloaded resolv-conf v0.7.0 |
738 | 2025-01-25T04:25:21.850Z | Downloaded radium v0.7.0 |
739 | 2025-01-25T04:25:21.852Z | Downloaded shell-words v1.1.0 |
740 | 2025-01-25T04:25:21.852Z | Downloaded vergen v8.3.2 |
741 | 2025-01-25T04:25:21.855Z | Downloaded chrono-tz-build v0.4.0 |
742 | 2025-01-25T04:25:21.857Z | Downloaded async-bb8-diesel v0.2.1 |
743 | 2025-01-25T04:25:21.860Z | Downloaded tower-service v0.3.3 |
744 | 2025-01-25T04:25:21.860Z | Downloaded rustc-hash v2.0.0 |
745 | 2025-01-25T04:25:21.862Z | Downloaded rustc-hash v1.1.0 |
746 | 2025-01-25T04:25:21.863Z | Downloaded const_format_proc_macros v0.2.33 |
747 | 2025-01-25T04:25:21.865Z | Downloaded arrayvec v0.7.6 |
748 | 2025-01-25T04:25:21.868Z | Downloaded downcast v0.11.0 |
749 | 2025-01-25T04:25:21.872Z | Downloaded tabwriter v1.4.0 |
750 | 2025-01-25T04:25:21.874Z | Downloaded strum_macros v0.25.3 |
751 | 2025-01-25T04:25:21.874Z | Downloaded console v0.15.8 |
752 | 2025-01-25T04:25:21.877Z | Downloaded thread_local v1.1.8 |
753 | 2025-01-25T04:25:21.879Z | Downloaded derive_more v0.99.18 |
754 | 2025-01-25T04:25:21.883Z | Downloaded pin-project-lite v0.2.14 |
755 | 2025-01-25T04:25:21.889Z | Downloaded foreign-types-shared v0.3.1 |
756 | 2025-01-25T04:25:21.894Z | Downloaded tap v1.0.1 |
757 | 2025-01-25T04:25:21.894Z | Downloaded structmeta v0.2.0 |
758 | 2025-01-25T04:25:21.896Z | Downloaded tui-tree-widget v0.22.0 |
759 | 2025-01-25T04:25:21.896Z | Downloaded utf8_iter v1.0.4 |
760 | 2025-01-25T04:25:21.896Z | Downloaded base64 v0.22.1 |
761 | 2025-01-25T04:25:21.900Z | Downloaded unicode-xid v0.2.6 |
762 | 2025-01-25T04:25:21.902Z | Downloaded thiserror-no-std v2.0.2 |
763 | 2025-01-25T04:25:21.905Z | Downloaded clang-sys v1.8.1 |
764 | 2025-01-25T04:25:21.909Z | Downloaded thiserror-impl-no-std v2.0.2 |
765 | 2025-01-25T04:25:21.911Z | Downloaded tungstenite v0.24.0 |
766 | 2025-01-25T04:25:21.916Z | Downloaded crossbeam-utils v0.8.20 |
767 | 2025-01-25T04:25:21.924Z | Downloaded cookie v0.18.1 |
768 | 2025-01-25T04:25:21.925Z | Downloaded zerovec-derive v0.10.3 |
769 | 2025-01-25T04:25:21.927Z | Downloaded which v4.4.2 |
770 | 2025-01-25T04:25:21.927Z | Downloaded rustls-pemfile v2.2.0 |
771 | 2025-01-25T04:25:21.927Z | Downloaded dirs-sys-next v0.1.2 |
772 | 2025-01-25T04:25:21.927Z | Downloaded defmt-parser v0.3.4 |
773 | 2025-01-25T04:25:21.930Z | Downloaded defmt-macros v0.3.9 |
774 | 2025-01-25T04:25:21.932Z | Downloaded arc-swap v1.7.1 |
775 | 2025-01-25T04:25:21.936Z | Downloaded serde_plain v1.0.2 |
776 | 2025-01-25T04:25:21.938Z | Downloaded oso-derive v0.27.3 |
777 | 2025-01-25T04:25:21.938Z | Downloaded smallvec v1.13.2 |
778 | 2025-01-25T04:25:21.941Z | Downloaded want v0.3.1 |
779 | 2025-01-25T04:25:21.943Z | Downloaded toolchain_find v0.4.0 |
780 | 2025-01-25T04:25:21.943Z | Downloaded num-iter v0.1.45 |
781 | 2025-01-25T04:25:21.946Z | Downloaded document-features v0.2.10 |
782 | 2025-01-25T04:25:21.946Z | Downloaded tokio-rustls v0.24.1 |
783 | 2025-01-25T04:25:21.949Z | Downloaded derive-where v1.2.7 |
784 | 2025-01-25T04:25:21.952Z | Downloaded const-oid v0.9.6 |
785 | 2025-01-25T04:25:21.955Z | Downloaded fd-lock v4.0.2 |
786 | 2025-01-25T04:25:21.957Z | Downloaded itertools v0.12.1 |
787 | 2025-01-25T04:25:21.965Z | Downloaded progenitor-impl v0.8.0 |
788 | 2025-01-25T04:25:21.967Z | Downloaded idna v1.0.3 |
789 | 2025-01-25T04:25:21.972Z | Downloaded strip-ansi-escapes v0.2.0 |
790 | 2025-01-25T04:25:21.974Z | Downloaded serde_urlencoded v0.7.1 |
791 | 2025-01-25T04:25:21.976Z | Downloaded vsss-rs v3.3.4 |
792 | 2025-01-25T04:25:21.979Z | Downloaded serde_repr v0.1.19 |
793 | 2025-01-25T04:25:21.983Z | Downloaded serde_path_to_error v0.1.16 |
794 | 2025-01-25T04:25:21.987Z | Downloaded number_prefix v0.4.0 |
795 | 2025-01-25T04:25:21.987Z | Downloaded cc v1.1.30 |
796 | 2025-01-25T04:25:21.989Z | Downloaded foreign-types-shared v0.1.1 |
797 | 2025-01-25T04:25:21.989Z | Downloaded foreign-types-macros v0.2.3 |
798 | 2025-01-25T04:25:21.989Z | Downloaded rand v0.8.5 |
799 | 2025-01-25T04:25:21.995Z | Downloaded psl-types v2.0.11 |
800 | 2025-01-25T04:25:21.997Z | Downloaded percent-encoding v2.3.1 |
801 | 2025-01-25T04:25:21.997Z | Downloaded pem v3.0.4 |
802 | 2025-01-25T04:25:22.000Z | Downloaded rustls-pki-types v1.10.0 |
803 | 2025-01-25T04:25:22.002Z | Downloaded unicode_categories v0.1.1 |
804 | 2025-01-25T04:25:22.005Z | Downloaded rayon-core v1.12.1 |
805 | 2025-01-25T04:25:22.008Z | Downloaded dirs-next v2.0.0 |
806 | 2025-01-25T04:25:22.010Z | Downloaded ref-cast v1.0.23 |
807 | 2025-01-25T04:25:22.014Z | Downloaded yoke-derive v0.7.4 |
808 | 2025-01-25T04:25:22.018Z | Downloaded itertools v0.13.0 |
809 | 2025-01-25T04:25:22.022Z | Downloaded diesel_table_macro_syntax v0.2.0 |
810 | 2025-01-25T04:25:22.026Z | Downloaded float-cmp v0.9.0 |
811 | 2025-01-25T04:25:22.026Z | Downloaded env_logger v0.10.2 |
812 | 2025-01-25T04:25:22.029Z | Downloaded tiny-keccak v2.0.2 |
813 | 2025-01-25T04:25:22.033Z | Downloaded time-macros v0.2.18 |
814 | 2025-01-25T04:25:22.036Z | Downloaded prettyplease v0.2.25 |
815 | 2025-01-25T04:25:22.038Z | Downloaded zone v0.1.8 |
816 | 2025-01-25T04:25:22.039Z | Downloaded strum_macros v0.26.4 |
817 | 2025-01-25T04:25:22.041Z | Downloaded serde_derive_internals v0.29.1 |
818 | 2025-01-25T04:25:22.044Z | Downloaded nodrop v0.1.14 |
819 | 2025-01-25T04:25:22.046Z | Downloaded icu_properties_data v1.5.0 |
820 | 2025-01-25T04:25:22.057Z | Downloaded utf16_iter v1.0.5 |
821 | 2025-01-25T04:25:22.059Z | Downloaded unarray v0.1.4 |
822 | 2025-01-25T04:25:22.062Z | Downloaded signal-hook-tokio v0.3.1 |
823 | 2025-01-25T04:25:22.062Z | Downloaded num_enum v0.5.11 |
824 | 2025-01-25T04:25:22.066Z | Downloaded wyz v0.5.1 |
825 | 2025-01-25T04:25:22.069Z | Downloaded displaydoc v0.2.5 |
826 | 2025-01-25T04:25:22.071Z | Downloaded serde_yaml v0.9.34+deprecated |
827 | 2025-01-25T04:25:22.075Z | Downloaded ed25519 v2.2.3 |
828 | 2025-01-25T04:25:22.078Z | Downloaded polyval v0.6.2 |
829 | 2025-01-25T04:25:22.081Z | Downloaded futures-io v0.3.31 |
830 | 2025-01-25T04:25:22.083Z | Downloaded futures-executor v0.3.31 |
831 | 2025-01-25T04:25:22.083Z | Downloaded progenitor-impl v0.9.1 |
832 | 2025-01-25T04:25:22.086Z | Downloaded zopfli v0.8.1 |
833 | 2025-01-25T04:25:22.089Z | Downloaded diesel_derives v2.2.3 |
834 | 2025-01-25T04:25:22.093Z | Downloaded fatfs v0.3.6 |
835 | 2025-01-25T04:25:22.098Z | Downloaded darling_macro v0.20.10 |
836 | 2025-01-25T04:25:22.101Z | Downloaded pin-project-internal v1.1.6 |
837 | 2025-01-25T04:25:22.101Z | Downloaded serde-hex v0.1.0 |
838 | 2025-01-25T04:25:22.103Z | Downloaded pin-utils v0.1.0 |
839 | 2025-01-25T04:25:22.106Z | Downloaded topological-sort v0.2.2 |
840 | 2025-01-25T04:25:22.106Z | Downloaded secrecy v0.8.0 |
841 | 2025-01-25T04:25:22.109Z | Downloaded schemars_derive v0.8.21 |
842 | 2025-01-25T04:25:22.109Z | Downloaded progenitor-macro v0.8.0 |
843 | 2025-01-25T04:25:22.111Z | Downloaded term v0.7.0 |
844 | 2025-01-25T04:25:22.115Z | Downloaded embedded-io v0.4.0 |
845 | 2025-01-25T04:25:22.119Z | Downloaded either v1.13.0 |
846 | 2025-01-25T04:25:22.119Z | Downloaded blake3 v1.5.4 |
847 | 2025-01-25T04:25:22.126Z | Downloaded write16 v1.0.0 |
848 | 2025-01-25T04:25:22.128Z | Downloaded p256 v0.13.2 |
849 | 2025-01-25T04:25:22.132Z | Downloaded zerofrom v0.1.4 |
850 | 2025-01-25T04:25:22.135Z | Downloaded futures-macro v0.3.31 |
851 | 2025-01-25T04:25:22.135Z | Downloaded slog-bunyan v2.5.0 |
852 | 2025-01-25T04:25:22.138Z | Downloaded russh-cryptovec v0.7.3 |
853 | 2025-01-25T04:25:22.138Z | Downloaded string_cache v0.8.7 |
854 | 2025-01-25T04:25:22.141Z | Downloaded signature v2.2.0 |
855 | 2025-01-25T04:25:22.141Z | Downloaded num-conv v0.1.0 |
856 | 2025-01-25T04:25:22.144Z | Downloaded parse-display v0.10.0 |
857 | 2025-01-25T04:25:22.144Z | Downloaded poly1305 v0.8.0 |
858 | 2025-01-25T04:25:22.146Z | Downloaded static_assertions v1.1.0 |
859 | 2025-01-25T04:25:22.149Z | Downloaded rustversion v1.0.17 |
860 | 2025-01-25T04:25:22.154Z | Downloaded postcard v1.0.10 |
861 | 2025-01-25T04:25:22.156Z | Downloaded tokio-postgres v0.7.12 |
862 | 2025-01-25T04:25:22.160Z | Downloaded scopeguard v1.2.0 |
863 | 2025-01-25T04:25:22.163Z | Downloaded unicode-bidi v0.3.17 |
864 | 2025-01-25T04:25:22.165Z | Downloaded elliptic-curve v0.13.8 |
865 | 2025-01-25T04:25:22.169Z | Downloaded endian-type v0.1.2 |
866 | 2025-01-25T04:25:22.171Z | Downloaded slog-envlogger v2.2.0 |
867 | 2025-01-25T04:25:22.171Z | Downloaded slog-dtrace v0.3.0 |
868 | 2025-01-25T04:25:22.174Z | Downloaded tokio-tungstenite v0.23.1 |
869 | 2025-01-25T04:25:22.177Z | Downloaded enum-as-inner v0.6.1 |
870 | 2025-01-25T04:25:22.179Z | Downloaded nanorand v0.7.0 |
871 | 2025-01-25T04:25:22.182Z | Downloaded multimap v0.10.0 |
872 | 2025-01-25T04:25:22.182Z | Downloaded tokio-tungstenite v0.21.0 |
873 | 2025-01-25T04:25:22.184Z | Downloaded env_filter v0.1.2 |
874 | 2025-01-25T04:25:22.187Z | Downloaded diff v0.1.13 |
875 | 2025-01-25T04:25:22.189Z | Downloaded slog-json v2.6.1 |
876 | 2025-01-25T04:25:22.192Z | Downloaded time-core v0.1.2 |
877 | 2025-01-25T04:25:22.195Z | Downloaded newtype_derive v0.1.6 |
878 | 2025-01-25T04:25:22.195Z | Downloaded slog-stdlog v4.1.1 |
879 | 2025-01-25T04:25:22.198Z | Downloaded difflib v0.4.0 |
880 | 2025-01-25T04:25:22.198Z | Downloaded quinn-udp v0.5.5 |
881 | 2025-01-25T04:25:22.201Z | Downloaded fs_extra v1.3.0 |
882 | 2025-01-25T04:25:22.201Z | Downloaded utf-8 v0.7.6 |
883 | 2025-01-25T04:25:22.203Z | Downloaded smallvec v0.6.14 |
884 | 2025-01-25T04:25:22.206Z | Downloaded postgres-protocol v0.6.7 |
885 | 2025-01-25T04:25:22.206Z | Downloaded num v0.4.3 |
886 | 2025-01-25T04:25:22.209Z | Downloaded aes v0.8.4 |
887 | 2025-01-25T04:25:22.211Z | Downloaded rcgen v0.12.1 |
888 | 2025-01-25T04:25:22.214Z | Downloaded aws-lc-rs v1.10.0 |
889 | 2025-01-25T04:25:22.224Z | Downloaded samael v0.0.17 |
890 | 2025-01-25T04:25:22.231Z | Downloaded embedded-io v0.6.1 |
891 | 2025-01-25T04:25:22.234Z | Downloaded sqlparser_derive v0.2.2 |
892 | 2025-01-25T04:25:22.234Z | Downloaded take_mut v0.2.2 |
893 | 2025-01-25T04:25:22.237Z | Downloaded phf_codegen v0.11.2 |
894 | 2025-01-25T04:25:22.237Z | Downloaded shlex v1.3.0 |
895 | 2025-01-25T04:25:22.238Z | Downloaded writeable v0.5.5 |
896 | 2025-01-25T04:25:22.242Z | Downloaded russh v0.45.0 |
897 | 2025-01-25T04:25:22.248Z | Downloaded zerofrom-derive v0.1.4 |
898 | 2025-01-25T04:25:22.254Z | Downloaded env_logger v0.11.5 |
899 | 2025-01-25T04:25:22.254Z | Downloaded funty v2.0.0 |
900 | 2025-01-25T04:25:22.254Z | Downloaded fallible-iterator v0.3.0 |
901 | 2025-01-25T04:25:22.254Z | Downloaded tokio-macros v2.5.0 |
902 | 2025-01-25T04:25:22.257Z | Downloaded typify v0.2.0 |
903 | 2025-01-25T04:25:22.257Z | Downloaded tinystr v0.7.6 |
904 | 2025-01-25T04:25:22.261Z | Downloaded bstr v1.10.0 |
905 | 2025-01-25T04:25:22.271Z | Downloaded sync_wrapper v1.0.1 |
906 | 2025-01-25T04:25:22.273Z | Downloaded rustc-demangle v0.1.24 |
907 | 2025-01-25T04:25:22.278Z | Downloaded newline-converter v0.3.0 |
908 | 2025-01-25T04:25:22.278Z | Downloaded typify-macro v0.3.0 |
909 | 2025-01-25T04:25:22.278Z | Downloaded olpc-cjson v0.1.4 |
910 | 2025-01-25T04:25:22.278Z | Downloaded zeroize_derive v1.4.2 |
911 | 2025-01-25T04:25:22.278Z | Downloaded phf_shared v0.11.2 |
912 | 2025-01-25T04:25:22.281Z | Downloaded phf_generator v0.11.2 |
913 | 2025-01-25T04:25:22.281Z | Downloaded rand_xorshift v0.3.0 |
914 | 2025-01-25T04:25:22.281Z | Downloaded rand_core v0.6.4 |
915 | 2025-01-25T04:25:22.285Z | Downloaded predicates-tree v1.0.11 |
916 | 2025-01-25T04:25:22.285Z | Downloaded num-complex v0.4.6 |
917 | 2025-01-25T04:25:22.287Z | Downloaded slog-scope v4.4.0 |
918 | 2025-01-25T04:25:22.287Z | Downloaded parking_lot v0.12.3 |
919 | 2025-01-25T04:25:22.289Z | Downloaded postgres-types v0.2.8 |
920 | 2025-01-25T04:25:22.293Z | Downloaded predicates-core v1.0.8 |
921 | 2025-01-25T04:25:22.296Z | Downloaded password-hash v0.4.2 |
922 | 2025-01-25T04:25:22.296Z | Downloaded zeroize v1.8.1 |
923 | 2025-01-25T04:25:22.298Z | Downloaded ppv-lite86 v0.2.20 |
924 | 2025-01-25T04:25:22.300Z | Downloaded powerfmt v0.2.0 |
925 | 2025-01-25T04:25:22.300Z | Downloaded zone v0.3.0 |
926 | 2025-01-25T04:25:22.302Z | Downloaded ssh-cipher v0.2.0 |
927 | 2025-01-25T04:25:22.302Z | Downloaded rpassword v7.3.1 |
928 | 2025-01-25T04:25:22.304Z | Downloaded ecdsa v0.16.9 |
929 | 2025-01-25T04:25:22.306Z | Downloaded dsl_auto_type v0.1.2 |
930 | 2025-01-25T04:25:22.306Z | Downloaded tokio-native-tls v0.3.1 |
931 | 2025-01-25T04:25:22.309Z | Downloaded whoami v1.5.2 |
932 | 2025-01-25T04:25:22.311Z | Downloaded parking_lot_core v0.8.6 |
933 | 2025-01-25T04:25:22.313Z | Downloaded native-tls v0.2.12 |
934 | 2025-01-25T04:25:22.315Z | Downloaded dunce v1.0.5 |
935 | 2025-01-25T04:25:22.317Z | Downloaded lalrpop v0.19.12 |
936 | 2025-01-25T04:25:22.328Z | Downloaded futures-task v0.3.31 |
937 | 2025-01-25T04:25:22.331Z | Downloaded synstructure v0.13.1 |
938 | 2025-01-25T04:25:22.331Z | Downloaded aes-gcm v0.10.3 |
939 | 2025-01-25T04:25:22.335Z | Downloaded russh-keys v0.45.0 |
940 | 2025-01-25T04:25:22.337Z | Downloaded zerocopy-derive v0.8.10 |
941 | 2025-01-25T04:25:22.344Z | Downloaded supports-color v3.0.1 |
942 | 2025-01-25T04:25:22.346Z | Downloaded tokio-rustls v0.26.0 |
943 | 2025-01-25T04:25:22.349Z | Downloaded diesel-dtrace v0.4.2 |
944 | 2025-01-25T04:25:22.351Z | Downloaded parse-display-derive v0.10.0 |
945 | 2025-01-25T04:25:22.351Z | Downloaded group v0.13.0 |
946 | 2025-01-25T04:25:22.353Z | Downloaded flate2 v1.0.35 |
947 | 2025-01-25T04:25:22.358Z | Downloaded glob v0.3.1 |
948 | 2025-01-25T04:25:22.360Z | Downloaded subtle v2.6.1 |
949 | 2025-01-25T04:25:22.362Z | Downloaded typify-macro v0.2.0 |
950 | 2025-01-25T04:25:22.362Z | Downloaded unicode-truncate v1.1.0 |
951 | 2025-01-25T04:25:22.365Z | Downloaded new_debug_unreachable v1.0.6 |
952 | 2025-01-25T04:25:22.365Z | Downloaded stringprep v0.1.5 |
953 | 2025-01-25T04:25:22.367Z | Downloaded zerovec v0.10.4 |
954 | 2025-01-25T04:25:22.376Z | Downloaded zip v2.1.3 |
955 | 2025-01-25T04:25:22.380Z | Downloaded tokio-util v0.7.12 |
956 | 2025-01-25T04:25:22.384Z | Downloaded tokio-stream v0.1.16 |
957 | 2025-01-25T04:25:22.389Z | Downloaded parking_lot v0.11.2 |
958 | 2025-01-25T04:25:22.391Z | Downloaded expectorate v1.1.0 |
959 | 2025-01-25T04:25:22.394Z | Downloaded hashbrown v0.12.3 |
960 | 2025-01-25T04:25:22.397Z | Downloaded signal-hook v0.3.17 |
961 | 2025-01-25T04:25:22.400Z | Downloaded predicates v3.1.2 |
962 | 2025-01-25T04:25:22.403Z | Downloaded oso v0.27.3 |
963 | 2025-01-25T04:25:22.406Z | Downloaded dropshot_endpoint v0.15.1 |
964 | 2025-01-25T04:25:22.409Z | Downloaded rsa v0.9.6 |
965 | 2025-01-25T04:25:22.415Z | Downloaded reedline v0.35.0 |
966 | 2025-01-25T04:25:22.423Z | Downloaded unicode-properties v0.1.3 |
967 | 2025-01-25T04:25:22.425Z | Downloaded futures v0.3.31 |
968 | 2025-01-25T04:25:22.431Z | Downloaded proptest v1.5.0 |
969 | 2025-01-25T04:25:22.443Z | Downloaded reqwest v0.12.9 |
970 | 2025-01-25T04:25:22.450Z | Downloaded pin-project v1.1.6 |
971 | 2025-01-25T04:25:22.462Z | Downloaded dropshot_endpoint v0.12.0 |
972 | 2025-01-25T04:25:22.465Z | Downloaded parse-zoneinfo v0.3.1 |
973 | 2025-01-25T04:25:22.468Z | Downloaded tokio-rustls v0.25.0 |
974 | 2025-01-25T04:25:22.471Z | Downloaded futures-channel v0.3.31 |
975 | 2025-01-25T04:25:22.474Z | Downloaded uzers v0.12.1 |
976 | 2025-01-25T04:25:22.476Z | Downloaded ssh-key v0.6.6 |
977 | 2025-01-25T04:25:22.481Z | Downloaded num-bigint-dig v0.8.4 |
978 | 2025-01-25T04:25:22.487Z | Downloaded ron v0.8.1 |
979 | 2025-01-25T04:25:22.493Z | Downloaded salty v0.3.0 |
980 | 2025-01-25T04:25:22.501Z | Downloaded portable-atomic v1.9.0 |
981 | 2025-01-25T04:25:22.508Z | Downloaded time v0.3.36 |
982 | 2025-01-25T04:25:22.515Z | Downloaded num-bigint v0.4.6 |
983 | 2025-01-25T04:25:22.521Z | Downloaded bindgen v0.69.5 |
984 | 2025-01-25T04:25:22.529Z | Downloaded radix_trie v0.2.1 |
985 | 2025-01-25T04:25:22.534Z | Downloaded tough v0.19.0 |
986 | 2025-01-25T04:25:22.543Z | Downloaded rusqlite v0.32.1 |
987 | 2025-01-25T04:25:22.550Z | Downloaded hashbrown v0.14.5 |
988 | 2025-01-25T04:25:22.556Z | Downloaded rustls-webpki v0.102.8 |
989 | 2025-01-25T04:25:22.575Z | Downloaded rustyline v14.0.0 |
990 | 2025-01-25T04:25:22.580Z | Downloaded quinn-proto v0.11.8 |
991 | 2025-01-25T04:25:22.588Z | Downloaded h2 v0.4.6 |
992 | 2025-01-25T04:25:22.596Z | Downloaded rustls-webpki v0.101.7 |
993 | 2025-01-25T04:25:22.688Z | Downloaded sqlparser v0.45.0 |
994 | 2025-01-25T04:25:22.701Z | Downloaded curve25519-dalek v4.1.3 |
995 | 2025-01-25T04:25:22.701Z | Downloaded vcpkg v0.2.15 |
996 | 2025-01-25T04:25:22.701Z | Downloaded serde_with v3.11.0 |
997 | 2025-01-25T04:25:22.701Z | Downloaded openssl v0.10.66 |
998 | 2025-01-25T04:25:22.701Z | Downloaded quick-xml v0.33.0 |
999 | 2025-01-25T04:25:22.701Z | Downloaded zerocopy v0.8.10 |
1000 | 2025-01-25T04:25:22.714Z | Downloaded git2 v0.19.0 |
1001 | 2025-01-25T04:25:22.723Z | Downloaded p521 v0.13.3 |
1002 | 2025-01-25T04:25:22.727Z | Downloaded hickory-proto v0.24.2 |
1003 | 2025-01-25T04:25:22.743Z | Downloaded unicode-normalization v0.1.24 |
1004 | 2025-01-25T04:25:22.746Z | Downloaded rustls v0.21.12 |
1005 | 2025-01-25T04:25:22.757Z | Downloaded dropshot v0.15.1 |
1006 | 2025-01-25T04:25:22.779Z | Downloaded unicode-width v0.2.0 |
1007 | 2025-01-25T04:25:22.785Z | Downloaded smoltcp v0.9.1 |
1008 | 2025-01-25T04:25:22.796Z | Downloaded gimli v0.31.1 |
1009 | 2025-01-25T04:25:22.805Z | Downloaded nix v0.29.0 |
1010 | 2025-01-25T04:25:22.818Z | Downloaded rustls v0.23.19 |
1011 | 2025-01-25T04:25:22.829Z | Downloaded rustls v0.22.4 |
1012 | 2025-01-25T04:25:22.843Z | Downloaded regex-syntax v0.6.29 |
1013 | 2025-01-25T04:25:22.851Z | Downloaded openapiv3 v2.0.0 |
1014 | 2025-01-25T04:25:22.864Z | Downloaded object v0.30.4 |
1015 | 2025-01-25T04:25:22.873Z | Downloaded typify-impl v0.3.0 |
1016 | 2025-01-25T04:25:22.889Z | Downloaded regex-syntax v0.8.5 |
1017 | 2025-01-25T04:25:22.899Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1018 | 2025-01-25T04:25:22.911Z | Downloaded zerocopy-derive v0.6.6 |
1019 | 2025-01-25T04:25:22.920Z | Downloaded typify-impl v0.2.0 |
1020 | 2025-01-25T04:25:22.938Z | Downloaded regress v0.10.1 |
1021 | 2025-01-25T04:25:22.944Z | Downloaded object v0.36.5 |
1022 | 2025-01-25T04:25:22.956Z | Downloaded regex-automata v0.4.8 |
1023 | 2025-01-25T04:25:22.974Z | Downloaded smoltcp v0.11.0 |
1024 | 2025-01-25T04:25:22.988Z | Downloaded regress v0.9.1 |
1025 | 2025-01-25T04:25:22.996Z | Downloaded diesel v2.2.6 |
1026 | 2025-01-25T04:25:23.014Z | Downloaded sled v0.34.7 |
1027 | 2025-01-25T04:25:23.026Z | Downloaded nix v0.28.0 |
1028 | 2025-01-25T04:25:23.036Z | Downloaded regex v1.11.1 |
1029 | 2025-01-25T04:25:23.048Z | Downloaded webpki-roots v0.26.6 |
1030 | 2025-01-25T04:25:23.052Z | Downloaded chrono-tz v0.10.1 |
1031 | 2025-01-25T04:25:23.059Z | Downloaded p384 v0.13.0 |
1032 | 2025-01-25T04:25:23.065Z | Downloaded winnow v0.5.40 |
1033 | 2025-01-25T04:25:23.074Z | Downloaded polar-core v0.27.3 |
1034 | 2025-01-25T04:25:23.082Z | Downloaded nix v0.27.1 |
1035 | 2025-01-25T04:25:23.092Z | Downloaded dropshot v0.12.0 |
1036 | 2025-01-25T04:25:23.112Z | Downloaded ratatui v0.28.1 |
1037 | 2025-01-25T04:25:23.131Z | Downloaded csv v1.3.0 |
1038 | 2025-01-25T04:25:23.151Z | Downloaded petname v2.0.2 |
1039 | 2025-01-25T04:25:23.157Z | Downloaded futures-util v0.3.31 |
1040 | 2025-01-25T04:25:23.168Z | Downloaded chrono v0.4.39 |
1041 | 2025-01-25T04:25:23.176Z | Downloaded rayon v1.10.0 |
1042 | 2025-01-25T04:25:23.184Z | Downloaded uuid v1.12.0 |
1043 | 2025-01-25T04:25:23.186Z | Downloaded tar v0.4.42 |
1044 | 2025-01-25T04:25:23.189Z | Downloaded steno v0.4.1 |
1045 | 2025-01-25T04:25:23.193Z | Downloaded lzma-sys v0.1.20 |
1046 | 2025-01-25T04:25:23.223Z | Downloaded hashbrown v0.13.2 |
1047 | 2025-01-25T04:25:23.227Z | Downloaded libz-sys v1.1.20 |
1048 | 2025-01-25T04:25:23.247Z | Downloaded bitvec v1.0.1 |
1049 | 2025-01-25T04:25:23.261Z | Downloaded petgraph v0.6.5 |
1050 | 2025-01-25T04:25:23.278Z | Downloaded tokio v1.43.0 |
1051 | 2025-01-25T04:25:23.316Z | Downloaded url v2.5.3 |
1052 | 2025-01-25T04:25:23.318Z | Downloaded quinn v0.11.5 |
1053 | 2025-01-25T04:25:23.322Z | Downloaded publicsuffix v2.3.0 |
1054 | 2025-01-25T04:25:23.326Z | Downloaded flume v0.11.1 |
1055 | 2025-01-25T04:25:23.329Z | Downloaded unicase v2.7.0 |
1056 | 2025-01-25T04:25:23.329Z | Downloaded schemars v0.8.21 |
1057 | 2025-01-25T04:25:23.339Z | Downloaded typify v0.3.0 |
1058 | 2025-01-25T04:25:23.346Z | Downloaded sha3 v0.10.8 |
1059 | 2025-01-25T04:25:23.352Z | Downloaded crossterm v0.28.1 |
1060 | 2025-01-25T04:25:23.358Z | Downloaded zone_cfg_derive v0.1.2 |
1061 | 2025-01-25T04:25:23.358Z | Downloaded qorb v0.2.1 |
1062 | 2025-01-25T04:25:23.360Z | Downloaded fallible-iterator v0.2.0 |
1063 | 2025-01-25T04:25:23.360Z | Downloaded rusty-fork v0.3.0 |
1064 | 2025-01-25T04:25:23.362Z | Downloaded rustls-pemfile v1.0.4 |
1065 | 2025-01-25T04:25:23.362Z | Downloaded rtoolbox v0.0.2 |
1066 | 2025-01-25T04:25:23.364Z | Downloaded rand_seeder v0.3.0 |
1067 | 2025-01-25T04:25:23.366Z | Downloaded dyn-clone v1.0.17 |
1068 | 2025-01-25T04:25:23.366Z | Downloaded slab v0.4.9 |
1069 | 2025-01-25T04:25:23.368Z | Downloaded slog-term v2.9.1 |
1070 | 2025-01-25T04:25:23.370Z | Downloaded unicode-segmentation v1.12.0 |
1071 | 2025-01-25T04:25:23.373Z | Downloaded tracing v0.1.40 |
1072 | 2025-01-25T04:25:23.377Z | Downloaded aho-corasick v1.1.3 |
1073 | 2025-01-25T04:25:23.383Z | Downloaded parking_lot_core v0.9.10 |
1074 | 2025-01-25T04:25:23.385Z | Downloaded num-traits v0.2.19 |
1075 | 2025-01-25T04:25:23.388Z | Downloaded ghash v0.5.1 |
1076 | 2025-01-25T04:25:23.391Z | Downloaded defmt v0.3.8 |
1077 | 2025-01-25T04:25:23.398Z | Downloaded debug-ignore v1.0.5 |
1078 | 2025-01-25T04:25:23.402Z | Downloaded data-encoding v2.6.0 |
1079 | 2025-01-25T04:25:23.402Z | Downloaded subprocess v0.2.9 |
1080 | 2025-01-25T04:25:23.402Z | Downloaded tungstenite v0.23.0 |
1081 | 2025-01-25T04:25:23.402Z | Downloaded pem-rfc7468 v0.7.0 |
1082 | 2025-01-25T04:25:23.402Z | Downloaded typed-path v0.9.3 |
1083 | 2025-01-25T04:25:23.407Z | Downloaded value-bag v1.9.0 |
1084 | 2025-01-25T04:25:23.409Z | Downloaded phf v0.11.2 |
1085 | 2025-01-25T04:25:23.411Z | Downloaded tungstenite v0.21.0 |
1086 | 2025-01-25T04:25:23.414Z | Downloaded nom v7.1.3 |
1087 | 2025-01-25T04:25:23.419Z | Downloaded crypto-bigint v0.5.5 |
1088 | 2025-01-25T04:25:23.425Z | Downloaded crossbeam-channel v0.5.13 |
1089 | 2025-01-25T04:25:23.429Z | Downloaded tracing-core v0.1.32 |
1090 | 2025-01-25T04:25:23.432Z | Downloaded const_format v0.2.33 |
1091 | 2025-01-25T04:25:23.436Z | Downloaded spki v0.7.3 |
1092 | 2025-01-25T04:25:23.438Z | Downloaded darling_core v0.20.10 |
1093 | 2025-01-25T04:25:23.442Z | Downloaded zerocopy v0.6.6 |
1094 | 2025-01-25T04:25:23.445Z | Downloaded filetime v0.2.25 |
1095 | 2025-01-25T04:25:23.446Z | Downloaded x509-cert v0.2.5 |
1096 | 2025-01-25T04:25:23.452Z | Downloaded display-error-chain v0.2.2 |
1097 | 2025-01-25T04:25:23.454Z | Downloaded num-integer v0.1.46 |
1098 | 2025-01-25T04:25:23.456Z | Downloaded termcolor v1.4.1 |
1099 | 2025-01-25T04:25:23.456Z | Downloaded salsa20 v0.10.2 |
1100 | 2025-01-25T04:25:23.456Z | Downloaded walkdir v2.5.0 |
1101 | 2025-01-25T04:25:23.458Z | Downloaded tokio-tungstenite v0.24.0 |
1102 | 2025-01-25T04:25:23.461Z | Downloaded hashlink v0.9.1 |
1103 | 2025-01-25T04:25:23.463Z | Downloaded getrandom v0.2.15 |
1104 | 2025-01-25T04:25:23.466Z | Downloaded chacha20poly1305 v0.10.1 |
1105 | 2025-01-25T04:25:23.468Z | Downloaded nibble_vec v0.1.0 |
1106 | 2025-01-25T04:25:23.469Z | Downloaded progenitor-macro v0.9.1 |
1107 | 2025-01-25T04:25:23.469Z | Downloaded float-ord v0.3.2 |
1108 | 2025-01-25T04:25:23.471Z | Downloaded r2d2 v0.8.10 |
1109 | 2025-01-25T04:25:23.471Z | Downloaded encoding_rs v0.8.34 |
1110 | 2025-01-25T04:25:23.492Z | Downloaded heapless v0.7.17 |
1111 | 2025-01-25T04:25:23.495Z | Downloaded password-hash v0.5.0 |
1112 | 2025-01-25T04:25:23.498Z | Downloaded ff v0.13.0 |
1113 | 2025-01-25T04:25:23.500Z | Downloaded rfc6979 v0.4.0 |
1114 | 2025-01-25T04:25:23.500Z | Downloaded owo-colors v4.1.0 |
1115 | 2025-01-25T04:25:23.502Z | Downloaded num-rational v0.4.2 |
1116 | 2025-01-25T04:25:23.504Z | Downloaded toml v0.7.8 |
1117 | 2025-01-25T04:25:23.507Z | Downloaded openssl-sys v0.9.103 |
1118 | 2025-01-25T04:25:23.511Z | Downloaded paste v1.0.15 |
1119 | 2025-01-25T04:25:23.513Z | Downloaded hash32 v0.2.1 |
1120 | 2025-01-25T04:25:23.515Z | Downloaded futures-core v0.3.31 |
1121 | 2025-01-25T04:25:23.519Z | Downloaded base64 v0.21.7 |
1122 | 2025-01-25T04:25:23.521Z | Downloaded base64 v0.13.1 |
1123 | 2025-01-25T04:25:23.524Z | Downloaded backtrace v0.3.74 |
1124 | 2025-01-25T04:25:23.527Z | Downloaded tracing-attributes v0.1.27 |
1125 | 2025-01-25T04:25:23.529Z | Downloaded compact_str v0.8.0 |
1126 | 2025-01-25T04:25:23.532Z | Downloaded crc-any v2.5.0 |
1127 | 2025-01-25T04:25:23.534Z | Downloaded allocator-api2 v0.2.18 |
1128 | 2025-01-25T04:25:23.537Z | Downloaded toml_edit v0.19.15 |
1129 | 2025-01-25T04:25:23.552Z | Downloaded crossbeam-epoch v0.9.18 |
1130 | 2025-01-25T04:25:23.555Z | Downloaded cipher v0.4.4 |
1131 | 2025-01-25T04:25:23.557Z | Downloaded ahash v0.8.11 |
1132 | 2025-01-25T04:25:23.559Z | Downloaded half v2.4.1 |
1133 | 2025-01-25T04:25:23.562Z | Downloaded structmeta v0.3.0 |
1134 | 2025-01-25T04:25:23.564Z | Downloaded stable_deref_trait v1.2.0 |
1135 | 2025-01-25T04:25:23.564Z | Downloaded sqlformat v0.2.6 |
1136 | 2025-01-25T04:25:23.564Z | Downloaded quick-error v1.2.3 |
1137 | 2025-01-25T04:25:23.567Z | Downloaded chacha20 v0.9.1 |
1138 | 2025-01-25T04:25:23.567Z | Downloaded structmeta-derive v0.2.0 |
1139 | 2025-01-25T04:25:23.569Z | Downloaded smf v0.2.3 |
1140 | 2025-01-25T04:25:23.569Z | Downloaded zone_cfg_derive v0.3.0 |
1141 | 2025-01-25T04:25:23.571Z | Downloaded ssh-encoding v0.2.0 |
1142 | 2025-01-25T04:25:23.572Z | Downloaded similar v2.6.0 |
1143 | 2025-01-25T04:25:23.575Z | Downloaded signal-hook-mio v0.2.4 |
1144 | 2025-01-25T04:25:23.577Z | Downloaded scrypt v0.11.0 |
1145 | 2025-01-25T04:25:23.581Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1146 | 2025-01-25T04:25:23.634Z | Downloaded same-file v1.0.6 |
1147 | 2025-01-25T04:25:23.637Z | Downloaded rustc_version v0.1.7 |
1148 | 2025-01-25T04:25:23.637Z | Downloaded csv-core v0.1.11 |
1149 | 2025-01-25T04:25:23.639Z | Downloaded crc32fast v1.4.2 |
1150 | 2025-01-25T04:25:23.639Z | Downloaded bcs v0.1.6 |
1151 | 2025-01-25T04:25:23.642Z | Downloaded ed25519-dalek v2.1.1 |
1152 | 2025-01-25T04:25:23.645Z | Downloaded ciborium-ll v0.2.2 |
1153 | 2025-01-25T04:25:23.645Z | Downloaded cexpr v0.6.0 |
1154 | 2025-01-25T04:25:23.647Z | Downloaded castaway v0.2.3 |
1155 | 2025-01-25T04:25:23.647Z | Downloaded aead v0.5.2 |
1156 | 2025-01-25T04:25:23.650Z | Downloaded snafu-derive v0.8.5 |
1157 | 2025-01-25T04:25:23.650Z | Downloaded libm v0.2.8 |
1158 | 2025-01-25T04:25:23.658Z | Downloaded base64ct v1.6.0 |
1159 | 2025-01-25T04:25:23.661Z | Downloaded packed_struct_codegen v0.10.1 |
1160 | 2025-01-25T04:25:23.661Z | Downloaded packed_struct v0.10.1 |
1161 | 2025-01-25T04:25:23.663Z | Downloaded derive_builder_core v0.20.2 |
1162 | 2025-01-25T04:25:23.663Z | Downloaded derive_builder v0.20.2 |
1163 | 2025-01-25T04:25:23.667Z | Downloaded bumpalo v3.16.0 |
1164 | 2025-01-25T04:25:23.670Z | Downloaded convert_case v0.4.0 |
1165 | 2025-01-25T04:25:23.673Z | Downloaded constant_time_eq v0.3.1 |
1166 | 2025-01-25T04:25:23.673Z | Downloaded bit-set v0.5.3 |
1167 | 2025-01-25T04:25:23.679Z | Downloaded yasna v0.5.2 |
1168 | 2025-01-25T04:25:23.679Z | Downloaded ron v0.7.1 |
1169 | 2025-01-25T04:25:23.683Z | Downloaded headers v0.4.0 |
1170 | 2025-01-25T04:25:23.686Z | Downloaded der v0.7.9 |
1171 | 2025-01-25T04:25:23.690Z | Downloaded num-derive v0.4.2 |
1172 | 2025-01-25T04:25:23.968Z | Downloaded ring v0.17.8 |
1173 | 2025-01-25T04:25:24.038Z | Downloaded aws-lc-sys v0.22.0 |
1174 | 2025-01-25T04:25:24.296Z | Downloaded libsqlite3-sys v0.30.1 |
1175 | 2025-01-25T04:25:24.469Z | Compiling serde v1.0.217 |
1176 | 2025-01-25T04:25:24.473Z | Compiling lock_api v0.4.12 |
1177 | 2025-01-25T04:25:24.473Z | Compiling scopeguard v1.2.0 |
1178 | 2025-01-25T04:25:24.473Z | Compiling value-bag v1.9.0 |
1179 | 2025-01-25T04:25:24.473Z | Compiling typenum v1.17.0 |
1180 | 2025-01-25T04:25:24.473Z | Compiling generic-array v0.14.7 |
1181 | 2025-01-25T04:25:24.653Z | Compiling syn v2.0.96 |
1182 | 2025-01-25T04:25:24.666Z | Compiling getrandom v0.2.15 |
1183 | 2025-01-25T04:25:24.902Z | Compiling shlex v1.3.0 |
1184 | 2025-01-25T04:25:25.002Z | Compiling rand_core v0.6.4 |
1185 | 2025-01-25T04:25:25.100Z | Compiling log v0.4.22 |
1186 | 2025-01-25T04:25:25.179Z | Compiling subtle v2.6.1 |
1187 | 2025-01-25T04:25:25.200Z | Compiling jobserver v0.1.32 |
1188 | 2025-01-25T04:25:25.221Z | Compiling smallvec v1.13.2 |
1189 | 2025-01-25T04:25:25.455Z | Compiling const-oid v0.9.6 |
1190 | 2025-01-25T04:25:25.498Z | Compiling spin v0.9.8 |
1191 | 2025-01-25T04:25:25.552Z | Compiling pin-project-lite v0.2.14 |
1192 | 2025-01-25T04:25:25.576Z | Compiling rustix v0.38.37 |
1193 | 2025-01-25T04:25:25.688Z | Compiling cc v1.1.30 |
1194 | 2025-01-25T04:25:25.856Z | Compiling parking_lot_core v0.9.10 |
1195 | 2025-01-25T04:25:25.877Z | Compiling futures-core v0.3.31 |
1196 | 2025-01-25T04:25:26.023Z | Compiling signal-hook-registry v1.4.2 |
1197 | 2025-01-25T04:25:26.126Z | Compiling mio v1.0.2 |
1198 | 2025-01-25T04:25:26.532Z | Compiling aho-corasick v1.1.3 |
1199 | 2025-01-25T04:25:26.892Z | Compiling parking_lot v0.12.3 |
1200 | 2025-01-25T04:25:27.014Z | Compiling cpufeatures v0.2.14 |
1201 | 2025-01-25T04:25:27.140Z | Compiling regex-syntax v0.8.5 |
1202 | 2025-01-25T04:25:27.154Z | Compiling stable_deref_trait v1.2.0 |
1203 | 2025-01-25T04:25:27.267Z | Compiling either v1.13.0 |
1204 | 2025-01-25T04:25:27.454Z | Compiling lazy_static v1.5.0 |
1205 | 2025-01-25T04:25:27.604Z | Compiling glob v0.3.1 |
1206 | 2025-01-25T04:25:27.693Z | Compiling futures-sink v0.3.31 |
1207 | 2025-01-25T04:25:27.761Z | Compiling socket2 v0.5.7 |
1208 | 2025-01-25T04:25:27.791Z | Compiling slab v0.4.9 |
1209 | 2025-01-25T04:25:27.856Z | Compiling prettyplease v0.2.25 |
1210 | 2025-01-25T04:25:28.258Z | Compiling serde_json v1.0.135 |
1211 | 2025-01-25T04:25:28.290Z | Compiling minimal-lexical v0.2.1 |
1212 | 2025-01-25T04:25:28.476Z | Compiling clang-sys v1.8.1 |
1213 | 2025-01-25T04:25:28.712Z | Compiling nom v7.1.3 |
1214 | 2025-01-25T04:25:28.809Z | Compiling libloading v0.8.5 |
1215 | 2025-01-25T04:25:28.907Z | Compiling bindgen v0.69.5 |
1216 | 2025-01-25T04:25:29.235Z | Compiling home v0.5.9 |
1217 | 2025-01-25T04:25:29.487Z | Compiling futures-channel v0.3.31 |
1218 | 2025-01-25T04:25:29.729Z | Compiling itertools v0.12.1 |
1219 | 2025-01-25T04:25:29.789Z | Compiling rustc-hash v1.1.0 |
1220 | 2025-01-25T04:25:29.915Z | Compiling allocator-api2 v0.2.18 |
1221 | 2025-01-25T04:25:29.952Z | Compiling lazycell v1.3.0 |
1222 | 2025-01-25T04:25:30.128Z | Compiling foldhash v0.1.3 |
1223 | 2025-01-25T04:25:30.480Z | Compiling futures-task v0.3.31 |
1224 | 2025-01-25T04:25:30.665Z | Compiling libm v0.2.8 |
1225 | 2025-01-25T04:25:30.771Z | Compiling futures-io v0.3.31 |
1226 | 2025-01-25T04:25:31.000Z | Compiling regex-automata v0.4.8 |
1227 | 2025-01-25T04:25:31.059Z | Compiling pin-utils v0.1.0 |
1228 | 2025-01-25T04:25:31.207Z | Compiling hashbrown v0.15.1 |
1229 | 2025-01-25T04:25:31.467Z | Compiling cmake v0.1.51 |
1230 | 2025-01-25T04:25:32.129Z | Compiling cexpr v0.6.0 |
1231 | 2025-01-25T04:25:32.401Z | Compiling synstructure v0.13.1 |
1232 | 2025-01-25T04:25:32.715Z | Compiling num-traits v0.2.19 |
1233 | 2025-01-25T04:25:32.973Z | Compiling fs_extra v1.3.0 |
1234 | 2025-01-25T04:25:33.544Z | Compiling pkg-config v0.3.31 |
1235 | 2025-01-25T04:25:33.611Z | Compiling dunce v1.0.5 |
1236 | 2025-01-25T04:25:33.873Z | Compiling litemap v0.7.3 |
1237 | 2025-01-25T04:25:34.006Z | Compiling writeable v0.5.5 |
1238 | 2025-01-25T04:25:34.240Z | Compiling ring v0.17.8 |
1239 | 2025-01-25T04:25:34.571Z | Compiling base64ct v1.6.0 |
1240 | 2025-01-25T04:25:35.172Z | Compiling paste v1.0.15 |
1241 | 2025-01-25T04:25:35.195Z | Compiling pem-rfc7468 v0.7.0 |
1242 | 2025-01-25T04:25:35.349Z | Compiling aws-lc-rs v1.10.0 |
1243 | 2025-01-25T04:25:35.722Z | Compiling flagset v0.4.6 |
1244 | 2025-01-25T04:25:35.775Z | Compiling icu_locid_transform_data v1.5.0 |
1245 | 2025-01-25T04:25:35.823Z | Compiling httparse v1.9.5 |
1246 | 2025-01-25T04:25:35.921Z | Compiling tracing-core v0.1.32 |
1247 | 2025-01-25T04:25:36.576Z | Compiling regex v1.11.1 |
1248 | 2025-01-25T04:25:36.669Z | Compiling rustls-pki-types v1.10.0 |
1249 | 2025-01-25T04:25:36.997Z | Compiling percent-encoding v2.3.1 |
1250 | 2025-01-25T04:25:37.164Z | Compiling crossbeam-utils v0.8.20 |
1251 | 2025-01-25T04:25:37.321Z | Compiling icu_properties_data v1.5.0 |
1252 | 2025-01-25T04:25:37.585Z | Compiling utf8_iter v1.0.4 |
1253 | 2025-01-25T04:25:37.655Z | Compiling mirai-annotations v1.12.0 |
1254 | 2025-01-25T04:25:37.719Z | Compiling untrusted v0.9.0 |
1255 | 2025-01-25T04:25:37.834Z | Compiling utf16_iter v1.0.5 |
1256 | 2025-01-25T04:25:37.854Z | Compiling untrusted v0.7.1 |
1257 | 2025-01-25T04:25:37.903Z | Compiling write16 v1.0.0 |
1258 | 2025-01-25T04:25:38.001Z | Compiling serde_derive v1.0.217 |
1259 | 2025-01-25T04:25:38.035Z | Compiling zeroize_derive v1.4.2 |
1260 | 2025-01-25T04:25:38.056Z | Compiling zerocopy-derive v0.7.35 |
1261 | 2025-01-25T04:25:38.059Z | Compiling tokio-macros v2.5.0 |
1262 | 2025-01-25T04:25:38.151Z | Compiling zerofrom-derive v0.1.4 |
1263 | 2025-01-25T04:25:39.493Z | Compiling zeroize v1.8.1 |
1264 | 2025-01-25T04:25:39.542Z | Compiling yoke-derive v0.7.4 |
1265 | 2025-01-25T04:25:40.029Z | Compiling zerocopy v0.7.35 |
1266 | 2025-01-25T04:25:40.052Z | Compiling zerovec-derive v0.10.3 |
1267 | 2025-01-25T04:25:40.731Z | Compiling thiserror-impl v1.0.69 |
1268 | 2025-01-25T04:25:41.109Z | Compiling crypto-common v0.1.6 |
1269 | 2025-01-25T04:25:41.328Z | Compiling block-buffer v0.10.4 |
1270 | 2025-01-25T04:25:41.411Z | Compiling displaydoc v0.2.5 |
1271 | 2025-01-25T04:25:41.621Z | Compiling digest v0.10.7 |
1272 | 2025-01-25T04:25:41.816Z | Compiling zerofrom v0.1.4 |
1273 | 2025-01-25T04:25:42.032Z | Compiling hmac v0.12.1 |
1274 | 2025-01-25T04:25:42.108Z | Compiling futures-macro v0.3.31 |
1275 | 2025-01-25T04:25:42.219Z | Compiling block-padding v0.3.3 |
1276 | 2025-01-25T04:25:42.288Z | Compiling sha2 v0.10.8 |
1277 | 2025-01-25T04:25:42.347Z | Compiling yoke v0.7.4 |
1278 | 2025-01-25T04:25:42.464Z | Compiling inout v0.1.3 |
1279 | 2025-01-25T04:25:42.711Z | Compiling zerovec v0.10.4 |
1280 | 2025-01-25T04:25:42.716Z | Compiling cipher v0.4.4 |
1281 | 2025-01-25T04:25:42.748Z | Compiling icu_provider_macros v1.5.0 |
1282 | 2025-01-25T04:25:42.989Z | Compiling ppv-lite86 v0.2.20 |
1283 | 2025-01-25T04:25:43.200Z | Compiling der_derive v0.7.3 |
1284 | 2025-01-25T04:25:43.815Z | Compiling rand_chacha v0.3.1 |
1285 | 2025-01-25T04:25:43.823Z | Compiling thiserror v1.0.69 |
1286 | 2025-01-25T04:25:43.837Z | Compiling tracing-attributes v0.1.27 |
1287 | 2025-01-25T04:25:43.971Z | Compiling pest v2.7.14 |
1288 | 2025-01-25T04:25:44.073Z | Compiling futures-util v0.3.31 |
1289 | 2025-01-25T04:25:44.692Z | Compiling tinystr v0.7.6 |
1290 | 2025-01-25T04:25:45.074Z | Compiling icu_locid v1.5.0 |
1291 | 2025-01-25T04:25:45.474Z | Compiling der v0.7.9 |
1292 | 2025-01-25T04:25:45.877Z | Compiling icu_collections v1.5.0 |
1293 | 2025-01-25T04:25:46.079Z | Compiling rand v0.8.5 |
1294 | 2025-01-25T04:25:47.172Z | Compiling icu_provider v1.5.0 |
1295 | 2025-01-25T04:25:47.188Z | Compiling salsa20 v0.10.2 |
1296 | 2025-01-25T04:25:47.198Z | Compiling tracing v0.1.40 |
1297 | 2025-01-25T04:25:47.310Z | Compiling pbkdf2 v0.12.2 |
1298 | 2025-01-25T04:25:47.417Z | Compiling vcpkg v0.2.15 |
1299 | 2025-01-25T04:25:47.487Z | Compiling num-conv v0.1.0 |
1300 | 2025-01-25T04:25:47.720Z | Compiling spki v0.7.3 |
1301 | 2025-01-25T04:25:47.783Z | Compiling icu_locid_transform v1.5.0 |
1302 | 2025-01-25T04:25:48.066Z | Compiling powerfmt v0.2.0 |
1303 | 2025-01-25T04:25:48.103Z | Compiling icu_normalizer_data v1.5.0 |
1304 | 2025-01-25T04:25:48.141Z | Compiling time-core v0.1.2 |
1305 | 2025-01-25T04:25:48.273Z | Compiling scrypt v0.11.0 |
1306 | 2025-01-25T04:25:48.331Z | Compiling time-macros v0.2.18 |
1307 | 2025-01-25T04:25:48.451Z | Compiling deranged v0.3.11 |
1308 | 2025-01-25T04:25:48.610Z | Compiling pest_meta v2.7.14 |
1309 | 2025-01-25T04:25:48.776Z | Compiling aes v0.8.4 |
1310 | 2025-01-25T04:25:49.386Z | Compiling icu_properties v1.5.1 |
1311 | 2025-01-25T04:25:49.404Z | Compiling openssl-sys v0.9.103 |
1312 | 2025-01-25T04:25:49.853Z | Compiling cbc v0.1.2 |
1313 | 2025-01-25T04:25:50.181Z | Compiling scroll_derive v0.12.0 |
1314 | 2025-01-25T04:25:51.464Z | Compiling bitflags v2.6.0 |
1315 | 2025-01-25T04:25:51.601Z | Compiling bytes v1.9.0 |
1316 | 2025-01-25T04:25:51.657Z | Compiling indexmap v2.7.0 |
1317 | 2025-01-25T04:25:51.679Z | Compiling semver v1.0.24 |
1318 | 2025-01-25T04:25:52.390Z | Compiling rustc_version v0.4.1 |
1319 | 2025-01-25T04:25:52.844Z | Compiling tokio v1.43.0 |
1320 | 2025-01-25T04:25:53.000Z | Compiling http v1.2.0 |
1321 | 2025-01-25T04:25:53.079Z | Compiling icu_normalizer v1.5.0 |
1322 | 2025-01-25T04:25:53.109Z | Compiling num_threads v0.1.7 |
1323 | 2025-01-25T04:25:53.250Z | Compiling tinyvec_macros v0.1.1 |
1324 | 2025-01-25T04:25:53.359Z | Compiling atomic-waker v1.1.2 |
1325 | 2025-01-25T04:25:53.561Z | Compiling tinyvec v1.8.0 |
1326 | 2025-01-25T04:25:53.671Z | Compiling time v0.3.36 |
1327 | 2025-01-25T04:25:54.008Z | Compiling idna_adapter v1.2.0 |
1328 | 2025-01-25T04:25:54.256Z | Compiling scroll v0.12.0 |
1329 | 2025-01-25T04:25:54.647Z | Compiling http-body v1.0.1 |
1330 | 2025-01-25T04:25:54.830Z | Compiling pkcs5 v0.7.1 |
1331 | 2025-01-25T04:25:54.993Z | Compiling pest_generator v2.7.14 |
1332 | 2025-01-25T04:25:55.023Z | Compiling form_urlencoded v1.2.1 |
1333 | 2025-01-25T04:25:55.029Z | Compiling try-lock v0.2.5 |
1334 | 2025-01-25T04:25:55.179Z | Compiling slog v2.7.0 |
1335 | 2025-01-25T04:25:55.223Z | Compiling goblin v0.8.2 |
1336 | 2025-01-25T04:25:55.290Z | Compiling want v0.3.1 |
1337 | 2025-01-25T04:25:55.580Z | Compiling which v4.4.2 |
1338 | 2025-01-25T04:25:55.759Z | Compiling pkcs8 v0.10.2 |
1339 | 2025-01-25T04:25:56.150Z | Compiling idna v1.0.3 |
1340 | 2025-01-25T04:25:56.434Z | Compiling uuid v1.12.0 |
1341 | 2025-01-25T04:25:56.742Z | Compiling httpdate v1.0.3 |
1342 | 2025-01-25T04:25:56.870Z | Compiling pest_derive v2.7.14 |
1343 | 2025-01-25T04:25:57.228Z | Compiling iana-time-zone v0.1.61 |
1344 | 2025-01-25T04:25:57.615Z | Compiling chrono v0.4.39 |
1345 | 2025-01-25T04:25:57.707Z | Compiling dtrace-parser v0.2.0 |
1346 | 2025-01-25T04:25:57.940Z | Compiling serde_tokenstream v0.2.2 |
1347 | 2025-01-25T04:25:58.544Z | Compiling serde_spanned v0.6.8 |
1348 | 2025-01-25T04:25:58.564Z | Compiling toml_datetime v0.6.8 |
1349 | 2025-01-25T04:25:58.610Z | Compiling match_cfg v0.1.0 |
1350 | 2025-01-25T04:25:58.721Z | Compiling rustversion v1.0.17 |
1351 | 2025-01-25T04:25:58.805Z | Compiling tower-service v0.3.3 |
1352 | 2025-01-25T04:25:58.955Z | Compiling openssl v0.10.66 |
1353 | 2025-01-25T04:25:59.074Z | Compiling foreign-types-shared v0.1.1 |
1354 | 2025-01-25T04:25:59.210Z | Compiling adler2 v2.0.0 |
1355 | 2025-01-25T04:25:59.449Z | Compiling base64 v0.22.1 |
1356 | 2025-01-25T04:25:59.464Z | Compiling miniz_oxide v0.8.0 |
1357 | 2025-01-25T04:25:59.485Z | Compiling foreign-types v0.3.2 |
1358 | 2025-01-25T04:25:59.584Z | Compiling hostname v0.3.1 |
1359 | 2025-01-25T04:25:59.663Z | Compiling url v2.5.3 |
1360 | 2025-01-25T04:26:00.097Z | Compiling openssl-macros v0.1.1 |
1361 | 2025-01-25T04:26:00.873Z | Compiling tokio-util v0.7.12 |
1362 | 2025-01-25T04:26:00.913Z | Compiling async-trait v0.1.85 |
1363 | 2025-01-25T04:26:01.014Z | Compiling dof v0.3.0 |
1364 | 2025-01-25T04:26:01.102Z | Compiling serde_derive_internals v0.29.1 |
1365 | 2025-01-25T04:26:01.519Z | Compiling dirs-sys-next v0.1.2 |
1366 | 2025-01-25T04:26:02.113Z | Compiling h2 v0.4.6 |
1367 | 2025-01-25T04:26:02.217Z | Compiling usdt-impl v0.5.0 |
1368 | 2025-01-25T04:26:02.989Z | Compiling schemars v0.8.21 |
1369 | 2025-01-25T04:26:03.328Z | Compiling native-tls v0.2.12 |
1370 | 2025-01-25T04:26:03.519Z | Compiling data-encoding v2.6.0 |
1371 | 2025-01-25T04:26:03.538Z | Compiling rustls v0.23.19 |
1372 | 2025-01-25T04:26:03.645Z | Compiling syn v1.0.109 |
1373 | 2025-01-25T04:26:03.665Z | Compiling siphasher v0.3.11 |
1374 | 2025-01-25T04:26:03.887Z | Compiling rustls v0.22.4 |
1375 | 2025-01-25T04:26:04.070Z | Compiling schemars_derive v0.8.21 |
1376 | 2025-01-25T04:26:04.166Z | Compiling dirs-next v2.0.0 |
1377 | 2025-01-25T04:26:04.748Z | Compiling unicode-normalization v0.1.24 |
1378 | 2025-01-25T04:26:05.590Z | Compiling http-body-util v0.1.2 |
1379 | 2025-01-25T04:26:05.669Z | Compiling heapless v0.7.17 |
1380 | 2025-01-25T04:26:05.871Z | Compiling crossbeam-epoch v0.9.18 |
1381 | 2025-01-25T04:26:06.109Z | Compiling sha1 v0.10.6 |
1382 | 2025-01-25T04:26:06.121Z | Compiling signature v2.2.0 |
1383 | 2025-01-25T04:26:06.417Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1384 | 2025-01-25T04:26:06.436Z | Compiling thread_local v1.1.8 |
1385 | 2025-01-25T04:26:06.577Z | Compiling encoding_rs v0.8.34 |
1386 | 2025-01-25T04:26:06.580Z | Compiling cookie v0.18.1 |
1387 | 2025-01-25T04:26:06.914Z | Compiling multer v3.1.0 |
1388 | 2025-01-25T04:26:06.935Z | Compiling gimli v0.31.1 |
1389 | 2025-01-25T04:26:06.954Z | Compiling rayon-core v1.12.1 |
1390 | 2025-01-25T04:26:07.222Z | Compiling slog-async v2.8.0 |
1391 | 2025-01-25T04:26:07.242Z | Compiling unicode-bidi v0.3.17 |
1392 | 2025-01-25T04:26:07.261Z | Compiling signal-hook v0.3.17 |
1393 | 2025-01-25T04:26:07.523Z | Compiling mime v0.3.17 |
1394 | 2025-01-25T04:26:07.682Z | Compiling dyn-clone v1.0.17 |
1395 | 2025-01-25T04:26:07.905Z | Compiling openssl-probe v0.1.5 |
1396 | 2025-01-25T04:26:08.038Z | Compiling ipnet v2.10.1 |
1397 | 2025-01-25T04:26:08.328Z | Compiling unicode-properties v0.1.3 |
1398 | 2025-01-25T04:26:08.484Z | Compiling toml_edit v0.22.22 |
1399 | 2025-01-25T04:26:08.635Z | Compiling stringprep v0.1.5 |
1400 | 2025-01-25T04:26:09.217Z | Compiling hyper v1.5.2 |
1401 | 2025-01-25T04:26:12.562Z | Compiling addr2line v0.24.2 |
1402 | 2025-01-25T04:26:12.565Z | Compiling hyper-util v0.1.10 |
1403 | 2025-01-25T04:26:12.565Z | Compiling crossbeam-deque v0.8.5 |
1404 | 2025-01-25T04:26:12.565Z | Compiling usdt-attr-macro v0.5.0 |
1405 | 2025-01-25T04:26:12.788Z | Compiling usdt-macro v0.5.0 |
1406 | 2025-01-25T04:26:13.121Z | Compiling term v0.7.0 |
1407 | 2025-01-25T04:26:13.999Z | Compiling slog-json v2.6.1 |
1408 | 2025-01-25T04:26:14.036Z | Compiling serde_urlencoded v0.7.1 |
1409 | 2025-01-25T04:26:14.178Z | Compiling curve25519-dalek v4.1.3 |
1410 | 2025-01-25T04:26:14.366Z | Compiling crossbeam-channel v0.5.13 |
1411 | 2025-01-25T04:26:14.386Z | Compiling futures-executor v0.3.31 |
1412 | 2025-01-25T04:26:14.556Z | Compiling enum-as-inner v0.6.1 |
1413 | 2025-01-25T04:26:14.579Z | Compiling md-5 v0.10.6 |
1414 | 2025-01-25T04:26:14.870Z | Compiling async-stream-impl v0.3.6 |
1415 | 2025-01-25T04:26:14.894Z | Compiling rustls-pemfile v2.2.0 |
1416 | 2025-01-25T04:26:15.008Z | Compiling num-integer v0.1.46 |
1417 | 2025-01-25T04:26:15.252Z | Compiling hash32 v0.2.1 |
1418 | 2025-01-25T04:26:15.349Z | Compiling ff v0.13.0 |
1419 | 2025-01-25T04:26:15.605Z | Compiling is-terminal v0.4.13 |
1420 | 2025-01-25T04:26:15.616Z | Compiling dropshot v0.12.0 |
1421 | 2025-01-25T04:26:15.633Z | Compiling object v0.36.5 |
1422 | 2025-01-25T04:26:15.636Z | Compiling take_mut v0.2.2 |
1423 | 2025-01-25T04:26:15.728Z | Compiling portable-atomic v1.9.0 |
1424 | 2025-01-25T04:26:15.831Z | Compiling quick-error v1.2.3 |
1425 | 2025-01-25T04:26:15.891Z | Compiling base16ct v0.2.0 |
1426 | 2025-01-25T04:26:16.001Z | Compiling smoltcp v0.9.1 |
1427 | 2025-01-25T04:26:16.125Z | Compiling litrs v0.4.1 |
1428 | 2025-01-25T04:26:16.137Z | Compiling anyhow v1.0.95 |
1429 | 2025-01-25T04:26:16.240Z | Compiling utf-8 v0.7.6 |
1430 | 2025-01-25T04:26:16.559Z | Compiling num-bigint-dig v0.8.4 |
1431 | 2025-01-25T04:26:16.674Z | Compiling rustc-demangle v0.1.24 |
1432 | 2025-01-25T04:26:16.739Z | Compiling psl-types v2.0.11 |
1433 | 2025-01-25T04:26:16.790Z | Compiling fallible-iterator v0.2.0 |
1434 | 2025-01-25T04:26:16.899Z | Compiling linked-hash-map v0.5.6 |
1435 | 2025-01-25T04:26:16.938Z | Compiling publicsuffix v2.3.0 |
1436 | 2025-01-25T04:26:17.327Z | Compiling lru-cache v0.1.2 |
1437 | 2025-01-25T04:26:17.335Z | Compiling document-features v0.2.10 |
1438 | 2025-01-25T04:26:17.438Z | Compiling postgres-protocol v0.6.7 |
1439 | 2025-01-25T04:26:17.565Z | Compiling tungstenite v0.24.0 |
1440 | 2025-01-25T04:26:17.609Z | Compiling async-stream v0.3.6 |
1441 | 2025-01-25T04:26:17.687Z | Compiling sec1 v0.7.3 |
1442 | 2025-01-25T04:26:17.921Z | Compiling resolv-conf v0.7.0 |
1443 | 2025-01-25T04:26:18.465Z | Compiling slog-term v2.9.1 |
1444 | 2025-01-25T04:26:18.628Z | Compiling hickory-proto v0.24.2 |
1445 | 2025-01-25T04:26:18.663Z | Compiling usdt v0.5.0 |
1446 | 2025-01-25T04:26:19.158Z | Compiling group v0.13.0 |
1447 | 2025-01-25T04:26:19.472Z | Compiling num-iter v0.1.45 |
1448 | 2025-01-25T04:26:19.641Z | Compiling futures v0.3.31 |
1449 | 2025-01-25T04:26:19.661Z | Compiling slog-bunyan v2.5.0 |
1450 | 2025-01-25T04:26:20.894Z | Compiling toml v0.8.19 |
1451 | 2025-01-25T04:26:20.922Z | Compiling tokio-native-tls v0.3.1 |
1452 | 2025-01-25T04:26:21.221Z | Compiling camino v1.1.9 |
1453 | 2025-01-25T04:26:21.322Z | Compiling phf_shared v0.11.2 |
1454 | 2025-01-25T04:26:21.343Z | Compiling dropshot_endpoint v0.12.0 |
1455 | 2025-01-25T04:26:21.794Z | Compiling terminal_size v0.4.0 |
1456 | 2025-01-25T04:26:21.954Z | Compiling openapiv3 v2.0.0 |
1457 | 2025-01-25T04:26:22.104Z | Compiling waitgroup v0.1.2 |
1458 | 2025-01-25T04:26:22.342Z | Compiling backtrace v0.3.74 |
1459 | 2025-01-25T04:26:22.463Z | Compiling serde_path_to_error v0.1.16 |
1460 | 2025-01-25T04:26:22.771Z | Compiling hkdf v0.12.4 |
1461 | 2025-01-25T04:26:23.053Z | Compiling crypto-bigint v0.5.5 |
1462 | 2025-01-25T04:26:23.182Z | Compiling zerocopy-derive v0.6.6 |
1463 | 2025-01-25T04:26:25.183Z | Compiling curve25519-dalek-derive v0.1.1 |
1464 | 2025-01-25T04:26:25.476Z | Compiling hubpack_derive v0.1.1 |
1465 | 2025-01-25T04:26:25.536Z | Compiling webpki-roots v0.26.6 |
1466 | 2025-01-25T04:26:25.653Z | Compiling hostname v0.4.0 |
1467 | 2025-01-25T04:26:25.755Z | Compiling ahash v0.8.11 |
1468 | 2025-01-25T04:26:25.879Z | Compiling fs-err v2.11.0 |
1469 | 2025-01-25T04:26:26.101Z | Compiling crc32fast v1.4.2 |
1470 | 2025-01-25T04:26:26.104Z | Compiling debug-ignore v1.0.5 |
1471 | 2025-01-25T04:26:26.238Z | Compiling newtype-uuid v1.2.1 |
1472 | 2025-01-25T04:26:26.291Z | Compiling managed v0.8.0 |
1473 | 2025-01-25T04:26:26.329Z | Compiling winnow v0.5.40 |
1474 | 2025-01-25T04:26:26.432Z | Compiling bitflags v1.3.2 |
1475 | 2025-01-25T04:26:26.490Z | Compiling strum_macros v0.25.3 |
1476 | 2025-01-25T04:26:26.544Z | Compiling console v0.15.8 |
1477 | 2025-01-25T04:26:28.021Z | Compiling clap_builder v4.5.21 |
1478 | 2025-01-25T04:26:28.184Z | Compiling hubpack v0.1.2 |
1479 | 2025-01-25T04:26:28.627Z | Compiling flate2 v1.0.35 |
1480 | 2025-01-25T04:26:29.018Z | Compiling elliptic-curve v0.13.8 |
1481 | 2025-01-25T04:26:29.106Z | Compiling zerocopy v0.6.6 |
1482 | 2025-01-25T04:26:29.586Z | Compiling hickory-resolver v0.24.2 |
1483 | 2025-01-25T04:26:29.852Z | Compiling toml_edit v0.19.15 |
1484 | 2025-01-25T04:26:29.938Z | Compiling phf v0.11.2 |
1485 | 2025-01-25T04:26:30.218Z | Compiling hyper-tls v0.6.0 |
1486 | 2025-01-25T04:26:30.390Z | Compiling signal-hook-mio v0.2.4 |
1487 | 2025-01-25T04:26:30.690Z | Compiling rayon v1.10.0 |
1488 | 2025-01-25T04:26:30.702Z | Compiling cookie_store v0.21.1 |
1489 | 2025-01-25T04:26:30.704Z | Compiling bzip2 v0.4.4 |
1490 | 2025-01-25T04:26:32.190Z | Compiling tokio-tungstenite v0.24.0 |
1491 | 2025-01-25T04:26:32.744Z | Compiling postgres-types v0.2.8 |
1492 | 2025-01-25T04:26:34.828Z | Compiling ed25519 v2.2.3 |
1493 | 2025-01-25T04:26:35.154Z | Compiling phf_shared v0.10.0 |
1494 | 2025-01-25T04:26:35.400Z | Compiling tokio-stream v0.1.16 |
1495 | 2025-01-25T04:26:35.463Z | Compiling pkcs1 v0.7.5 |
1496 | 2025-01-25T04:26:35.528Z | Compiling serde-big-array v0.5.1 |
1497 | 2025-01-25T04:26:35.773Z | Compiling clap_derive v4.5.18 |
1498 | 2025-01-25T04:26:36.318Z | Compiling rfc6979 v0.4.0 |
1499 | 2025-01-25T04:26:36.354Z | Compiling derive-where v1.2.7 |
1500 | 2025-01-25T04:26:36.415Z | Compiling serde_repr v0.1.19 |
1501 | 2025-01-25T04:26:36.524Z | Compiling bstr v1.10.0 |
1502 | 2025-01-25T04:26:36.738Z | Compiling float-cmp v0.9.0 |
1503 | 2025-01-25T04:26:36.989Z | Compiling sync_wrapper v1.0.1 |
1504 | 2025-01-25T04:26:37.156Z | Compiling unicode-segmentation v1.12.0 |
1505 | 2025-01-25T04:26:37.358Z | Compiling number_prefix v0.4.0 |
1506 | 2025-01-25T04:26:37.510Z | Compiling fixedbitset v0.4.2 |
1507 | 2025-01-25T04:26:37.569Z | Compiling normalize-line-endings v0.3.0 |
1508 | 2025-01-25T04:26:37.715Z | Compiling static_assertions v1.1.0 |
1509 | 2025-01-25T04:26:37.840Z | Compiling new_debug_unreachable v1.0.6 |
1510 | 2025-01-25T04:26:37.963Z | Compiling bit-vec v0.6.3 |
1511 | 2025-01-25T04:26:37.983Z | Compiling unicode-width v0.2.0 |
1512 | 2025-01-25T04:26:38.034Z | Compiling precomputed-hash v0.1.1 |
1513 | 2025-01-25T04:26:38.166Z | Compiling difflib v0.4.0 |
1514 | 2025-01-25T04:26:38.212Z | Compiling predicates-core v1.0.8 |
1515 | 2025-01-25T04:26:38.471Z | Compiling whoami v1.5.2 |
1516 | 2025-01-25T04:26:38.524Z | Compiling indicatif v0.17.9 |
1517 | 2025-01-25T04:26:38.545Z | Compiling bit-set v0.5.3 |
1518 | 2025-01-25T04:26:38.832Z | Compiling tokio-postgres v0.7.12 |
1519 | 2025-01-25T04:26:38.959Z | Compiling predicates v3.1.2 |
1520 | 2025-01-25T04:26:39.607Z | Compiling string_cache v0.8.7 |
1521 | 2025-01-25T04:26:39.636Z | Compiling similar v2.6.0 |
1522 | 2025-01-25T04:26:41.042Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1523 | 2025-01-25T04:26:41.045Z | Compiling clap v4.5.21 |
1524 | 2025-01-25T04:26:41.045Z | Compiling petgraph v0.6.5 |
1525 | 2025-01-25T04:26:41.045Z | Compiling ecdsa v0.16.9 |
1526 | 2025-01-25T04:26:41.045Z | Compiling rsa v0.9.6 |
1527 | 2025-01-25T04:26:41.309Z | Compiling ed25519-dalek v2.1.1 |
1528 | 2025-01-25T04:26:42.046Z | Compiling toml v0.7.8 |
1529 | 2025-01-25T04:26:42.662Z | Compiling zip v0.6.6 |
1530 | 2025-01-25T04:26:43.413Z | Compiling crossterm v0.28.1 |
1531 | 2025-01-25T04:26:44.741Z | Compiling hex v0.4.3 |
1532 | 2025-01-25T04:26:44.922Z | Compiling x509-cert v0.2.5 |
1533 | 2025-01-25T04:26:45.012Z | Compiling itertools v0.10.5 |
1534 | 2025-01-25T04:26:45.280Z | Compiling peg-runtime v0.8.3 |
1535 | 2025-01-25T04:26:45.346Z | Compiling lalrpop-util v0.19.12 |
1536 | 2025-01-25T04:26:45.706Z | Compiling unicode-xid v0.2.6 |
1537 | 2025-01-25T04:26:45.902Z | Compiling strum_macros v0.26.4 |
1538 | 2025-01-25T04:26:45.923Z | Compiling xattr v1.3.1 |
1539 | 2025-01-25T04:26:46.276Z | Compiling filetime v0.2.25 |
1540 | 2025-01-25T04:26:46.493Z | Compiling tar v0.4.42 |
1541 | 2025-01-25T04:26:50.751Z | Compiling strum v0.26.3 |
1542 | 2025-01-25T04:26:53.950Z | Compiling aws-lc-sys v0.22.0 |
1543 | 2025-01-25T04:27:21.957Z | Compiling rustls-webpki v0.102.8 |
1544 | 2025-01-25T04:27:25.252Z | Compiling tokio-rustls v0.25.0 |
1545 | 2025-01-25T04:27:26.963Z | Compiling tokio-rustls v0.26.0 |
1546 | 2025-01-25T04:27:27.247Z | Compiling hyper-rustls v0.27.3 |
1547 | 2025-01-25T04:27:27.571Z | Compiling reqwest v0.12.9 |
1548 | 2025-01-25T04:27:29.336Z | Compiling qorb v0.2.1 |
1549 | 2025-01-25T04:27:32.316Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1550 | 2025-01-25T04:27:32.553Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1551 | 2025-01-25T04:27:37.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
1552 | 2025-01-25T04:27:37.374Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1553 | 2025-01-25T04:27:37.427Z | Jan 25 04:27:35.075 INFO Starting download, target: Clickhouse |
1554 | 2025-01-25T04:27:37.427Z | Jan 25 04:27:35.076 INFO Starting download, target: Cockroach |
1555 | 2025-01-25T04:27:37.427Z | Jan 25 04:27:35.076 INFO Starting download, target: Console |
1556 | 2025-01-25T04:27:37.427Z | Jan 25 04:27:35.076 INFO Starting download, target: DendriteOpenapi |
1557 | 2025-01-25T04:27:37.427Z | Jan 25 04:27:35.076 INFO Starting download, target: DendriteStub |
1558 | 2025-01-25T04:27:37.427Z | Jan 25 04:27:35.076 INFO Starting download, target: MaghemiteMgd |
1559 | 2025-01-25T04:27:37.427Z | Jan 25 04:27:35.076 INFO Starting download, target: TransceiverControl |
1560 | 2025-01-25T04:27:37.430Z | Jan 25 04:27:35.077 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1561 | 2025-01-25T04:27:37.430Z | Jan 25 04:27:35.077 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1562 | 2025-01-25T04:27:37.430Z | Jan 25 04:27:35.077 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1563 | 2025-01-25T04:27:37.430Z | Jan 25 04:27:35.077 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1564 | 2025-01-25T04:27:37.430Z | Jan 25 04:27:35.077 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1565 | 2025-01-25T04:27:37.430Z | Jan 25 04:27:35.077 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1566 | 2025-01-25T04:27:37.430Z | Jan 25 04:27:35.077 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1567 | 2025-01-25T04:27:37.580Z | Jan 25 04:27:35.229 INFO Download complete, target: DendriteOpenapi |
1568 | 2025-01-25T04:27:38.015Z | Jan 25 04:27:35.593 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1569 | 2025-01-25T04:27:38.155Z | Jan 25 04:27:35.788 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1570 | 2025-01-25T04:27:38.277Z | Jan 25 04:27:35.910 INFO Download complete, target: Console |
1571 | 2025-01-25T04:27:38.550Z | Jan 25 04:27:36.189 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1572 | 2025-01-25T04:27:38.695Z | Jan 25 04:27:36.335 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1573 | 2025-01-25T04:27:38.857Z | Jan 25 04:27:36.496 INFO Download complete, target: TransceiverControl |
1574 | 2025-01-25T04:27:39.211Z | Jan 25 04:27:36.849 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1575 | 2025-01-25T04:27:39.211Z | Jan 25 04:27:36.849 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1576 | 2025-01-25T04:27:39.295Z | Jan 25 04:27:36.933 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1577 | 2025-01-25T04:27:41.360Z | Jan 25 04:27:38.984 INFO Download complete, target: MaghemiteMgd |
1578 | 2025-01-25T04:27:41.414Z | Jan 25 04:27:39.038 INFO Download complete, target: DendriteStub |
1579 | 2025-01-25T04:27:46.425Z | Jan 25 04:27:44.015 INFO Checking that binary works, target: Cockroach |
1580 | 2025-01-25T04:27:46.894Z | Jan 25 04:27:44.389 INFO Download complete, target: Cockroach |
1581 | 2025-01-25T04:27:51.625Z | Jan 25 04:27:49.179 INFO Checking that binary works, target: Clickhouse |
1582 | 2025-01-25T04:27:51.787Z | Jan 25 04:27:49.342 INFO Download complete, target: Clickhouse |
1583 | 2025-01-25T04:27:51.794Z | All prerequisites installed successfully |
1584 | 2025-01-25T04:27:51.797Z | |
1585 | 2025-01-25T04:27:51.797Z | real 7:11.311120561 |
1586 | 2025-01-25T04:27:51.797Z | user 15:58.188946396 |
1587 | 2025-01-25T04:27:51.797Z | sys 2:06.440868525 |
1588 | 2025-01-25T04:27:51.797Z | trap 0.595583823 |
1589 | 2025-01-25T04:27:51.797Z | tflt 1.506091301 |
1590 | 2025-01-25T04:27:51.797Z | dflt 1.544693532 |
1591 | 2025-01-25T04:27:51.797Z | kflt 0.027797080 |
1592 | 2025-01-25T04:27:51.797Z | lock 24:42.658120706 |
1593 | 2025-01-25T04:27:51.797Z | slp 1:00:29.218053503 |
1594 | 2025-01-25T04:27:51.797Z | lat 1:02.523800216 |
1595 | 2025-01-25T04:27:51.797Z | stop 2:26.066154670 |
1596 | 2025-01-25T04:27:51.797Z | + ptime -m cargo xtask download softnpu |
1597 | 2025-01-25T04:27:52.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1598 | 2025-01-25T04:27:52.359Z | Running `target/debug/xtask download softnpu` |
1599 | 2025-01-25T04:27:53.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1600 | 2025-01-25T04:27:53.276Z | Running `target/debug/xtask-downloader softnpu` |
1601 | 2025-01-25T04:27:53.316Z | Jan 25 04:27:50.861 INFO Starting download, target: Softnpu |
1602 | 2025-01-25T04:27:53.319Z | Jan 25 04:27:50.861 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1603 | 2025-01-25T04:27:53.953Z | Jan 25 04:27:51.491 INFO Download complete, target: Softnpu |
1604 | 2025-01-25T04:27:53.958Z | |
1605 | 2025-01-25T04:27:53.958Z | real 2.139645729 |
1606 | 2025-01-25T04:27:53.958Z | user 1.284887077 |
1607 | 2025-01-25T04:27:53.958Z | sys 0.562124365 |
1608 | 2025-01-25T04:27:53.958Z | trap 0.000934151 |
1609 | 2025-01-25T04:27:53.958Z | tflt 0.000033067 |
1610 | 2025-01-25T04:27:53.958Z | dflt 0.000158957 |
1611 | 2025-01-25T04:27:53.958Z | kflt 0.000000000 |
1612 | 2025-01-25T04:27:53.958Z | lock 6.422719456 |
1613 | 2025-01-25T04:27:53.958Z | slp 0.486069647 |
1614 | 2025-01-25T04:27:53.958Z | lat 0.069389998 |
1615 | 2025-01-25T04:27:53.958Z | stop 0.000169799 |
1616 | 2025-01-25T04:27:53.958Z | + export CARGO_INCREMENTAL=0 |
1617 | 2025-01-25T04:27:53.958Z | + CARGO_INCREMENTAL=0 |
1618 | 2025-01-25T04:27:53.958Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1619 | 2025-01-25T04:27:54.963Z | Compiling proc-macro2 v1.0.92 |
1620 | 2025-01-25T04:27:54.963Z | Compiling unicode-ident v1.0.14 |
1621 | 2025-01-25T04:27:54.966Z | Compiling libc v0.2.169 |
1622 | 2025-01-25T04:27:54.966Z | Compiling serde v1.0.217 |
1623 | 2025-01-25T04:27:54.966Z | Compiling autocfg v1.4.0 |
1624 | 2025-01-25T04:27:54.966Z | Compiling version_check v0.9.5 |
1625 | 2025-01-25T04:27:54.966Z | Compiling cfg-if v1.0.0 |
1626 | 2025-01-25T04:27:55.261Z | Compiling memchr v2.7.4 |
1627 | 2025-01-25T04:27:55.261Z | Compiling typenum v1.17.0 |
1628 | 2025-01-25T04:27:55.336Z | Compiling shlex v1.3.0 |
1629 | 2025-01-25T04:27:55.695Z | Compiling value-bag v1.9.0 |
1630 | 2025-01-25T04:27:55.936Z | Compiling generic-array v0.14.7 |
1631 | 2025-01-25T04:27:55.972Z | Compiling lock_api v0.4.12 |
1632 | 2025-01-25T04:27:56.113Z | Compiling log v0.4.22 |
1633 | 2025-01-25T04:27:56.203Z | Compiling scopeguard v1.2.0 |
1634 | 2025-01-25T04:27:56.317Z | Compiling parking_lot_core v0.9.10 |
1635 | 2025-01-25T04:27:56.599Z | Compiling serde_json v1.0.135 |
1636 | 2025-01-25T04:27:56.755Z | Compiling quote v1.0.38 |
1637 | 2025-01-25T04:27:56.809Z | Compiling once_cell v1.20.2 |
1638 | 2025-01-25T04:27:56.849Z | Compiling rustix v0.38.37 |
1639 | 2025-01-25T04:27:57.032Z | Compiling jobserver v0.1.32 |
1640 | 2025-01-25T04:27:57.081Z | Compiling getrandom v0.2.15 |
1641 | 2025-01-25T04:27:57.215Z | Compiling syn v2.0.96 |
1642 | 2025-01-25T04:27:57.361Z | Compiling cc v1.1.30 |
1643 | 2025-01-25T04:27:57.449Z | Compiling libm v0.2.8 |
1644 | 2025-01-25T04:27:57.467Z | Compiling aho-corasick v1.1.3 |
1645 | 2025-01-25T04:27:57.490Z | Compiling num-traits v0.2.19 |
1646 | 2025-01-25T04:27:57.628Z | Compiling thiserror v1.0.69 |
1647 | 2025-01-25T04:27:57.664Z | Compiling regex-syntax v0.8.5 |
1648 | 2025-01-25T04:27:57.773Z | Compiling either v1.13.0 |
1649 | 2025-01-25T04:27:57.792Z | Compiling itoa v1.0.11 |
1650 | 2025-01-25T04:27:58.028Z | Compiling spin v0.9.8 |
1651 | 2025-01-25T04:27:58.336Z | Compiling slab v0.4.9 |
1652 | 2025-01-25T04:27:58.578Z | Compiling errno v0.3.9 |
1653 | 2025-01-25T04:27:58.677Z | Compiling byteorder v1.5.0 |
1654 | 2025-01-25T04:27:58.856Z | Compiling lazy_static v1.5.0 |
1655 | 2025-01-25T04:27:59.008Z | Compiling rand_core v0.6.4 |
1656 | 2025-01-25T04:27:59.166Z | Compiling glob v0.3.1 |
1657 | 2025-01-25T04:27:59.527Z | Compiling prettyplease v0.2.25 |
1658 | 2025-01-25T04:27:59.827Z | Compiling minimal-lexical v0.2.1 |
1659 | 2025-01-25T04:27:59.895Z | Compiling clang-sys v1.8.1 |
1660 | 2025-01-25T04:28:00.385Z | Compiling nom v7.1.3 |
1661 | 2025-01-25T04:28:00.507Z | Compiling libloading v0.8.5 |
1662 | 2025-01-25T04:28:00.540Z | Compiling bindgen v0.69.5 |
1663 | 2025-01-25T04:28:00.628Z | Compiling subtle v2.6.1 |
1664 | 2025-01-25T04:28:00.856Z | Compiling smallvec v1.13.2 |
1665 | 2025-01-25T04:28:00.939Z | Compiling home v0.5.9 |
1666 | 2025-01-25T04:28:01.193Z | Compiling itertools v0.12.1 |
1667 | 2025-01-25T04:28:01.319Z | Compiling regex-automata v0.4.8 |
1668 | 2025-01-25T04:28:01.337Z | Compiling allocator-api2 v0.2.18 |
1669 | 2025-01-25T04:28:01.905Z | Compiling lazycell v1.3.0 |
1670 | 2025-01-25T04:28:02.070Z | Compiling rustc-hash v1.1.0 |
1671 | 2025-01-25T04:28:02.095Z | Compiling cmake v0.1.51 |
1672 | 2025-01-25T04:28:02.438Z | Compiling dunce v1.0.5 |
1673 | 2025-01-25T04:28:02.620Z | Compiling fs_extra v1.3.0 |
1674 | 2025-01-25T04:28:02.855Z | Compiling semver v1.0.24 |
1675 | 2025-01-25T04:28:03.309Z | Compiling pkg-config v0.3.31 |
1676 | 2025-01-25T04:28:03.713Z | Compiling cexpr v0.6.0 |
1677 | 2025-01-25T04:28:03.779Z | Compiling ring v0.17.8 |
1678 | 2025-01-25T04:28:04.291Z | Compiling ryu v1.0.18 |
1679 | 2025-01-25T04:28:04.375Z | Compiling synstructure v0.13.1 |
1680 | 2025-01-25T04:28:04.590Z | Compiling pin-project-lite v0.2.14 |
1681 | 2025-01-25T04:28:04.829Z | Compiling paste v1.0.15 |
1682 | 2025-01-25T04:28:05.113Z | Compiling const-oid v0.9.6 |
1683 | 2025-01-25T04:28:05.140Z | Compiling aws-lc-rs v1.10.0 |
1684 | 2025-01-25T04:28:05.527Z | Compiling httparse v1.9.5 |
1685 | 2025-01-25T04:28:05.617Z | Compiling schemars v0.8.21 |
1686 | 2025-01-25T04:28:05.942Z | Compiling fnv v1.0.7 |
1687 | 2025-01-25T04:28:06.050Z | Compiling serde_derive_internals v0.29.1 |
1688 | 2025-01-25T04:28:06.311Z | Compiling equivalent v1.0.1 |
1689 | 2025-01-25T04:28:06.450Z | Compiling foldhash v0.1.3 |
1690 | 2025-01-25T04:28:06.766Z | Compiling hashbrown v0.15.1 |
1691 | 2025-01-25T04:28:06.870Z | Compiling regex v1.11.1 |
1692 | 2025-01-25T04:28:07.087Z | Compiling signal-hook-registry v1.4.2 |
1693 | 2025-01-25T04:28:07.789Z | Compiling heck v0.5.0 |
1694 | 2025-01-25T04:28:07.825Z | Compiling parking_lot v0.12.3 |
1695 | 2025-01-25T04:28:08.031Z | Compiling mio v1.0.2 |
1696 | 2025-01-25T04:28:08.181Z | Compiling stable_deref_trait v1.2.0 |
1697 | 2025-01-25T04:28:08.965Z | Compiling socket2 v0.5.7 |
1698 | 2025-01-25T04:28:08.987Z | Compiling serde_derive v1.0.217 |
1699 | 2025-01-25T04:28:09.613Z | Compiling zeroize_derive v1.4.2 |
1700 | 2025-01-25T04:28:09.865Z | Compiling zerocopy-derive v0.7.35 |
1701 | 2025-01-25T04:28:10.342Z | Compiling thiserror-impl v1.0.69 |
1702 | 2025-01-25T04:28:10.530Z | Compiling tokio-macros v2.5.0 |
1703 | 2025-01-25T04:28:10.647Z | Compiling zerofrom-derive v0.1.4 |
1704 | 2025-01-25T04:28:10.957Z | Compiling zeroize v1.8.1 |
1705 | 2025-01-25T04:28:11.137Z | Compiling yoke-derive v0.7.4 |
1706 | 2025-01-25T04:28:11.394Z | Compiling zerovec-derive v0.10.3 |
1707 | 2025-01-25T04:28:11.416Z | Compiling futures-macro v0.3.31 |
1708 | 2025-01-25T04:28:11.726Z | Compiling displaydoc v0.2.5 |
1709 | 2025-01-25T04:28:13.008Z | Compiling zerocopy v0.7.35 |
1710 | 2025-01-25T04:28:13.154Z | Compiling crypto-common v0.1.6 |
1711 | 2025-01-25T04:28:13.322Z | Compiling icu_provider_macros v1.5.0 |
1712 | 2025-01-25T04:28:13.345Z | Compiling tracing-attributes v0.1.27 |
1713 | 2025-01-25T04:28:13.490Z | Compiling schemars_derive v0.8.21 |
1714 | 2025-01-25T04:28:13.721Z | Compiling block-buffer v0.10.4 |
1715 | 2025-01-25T04:28:13.983Z | Compiling digest v0.10.7 |
1716 | 2025-01-25T04:28:14.376Z | Compiling num-conv v0.1.0 |
1717 | 2025-01-25T04:28:14.394Z | Compiling futures-core v0.3.31 |
1718 | 2025-01-25T04:28:14.594Z | Compiling time-core v0.1.2 |
1719 | 2025-01-25T04:28:14.652Z | Compiling crossbeam-utils v0.8.20 |
1720 | 2025-01-25T04:28:14.773Z | Compiling time-macros v0.2.18 |
1721 | 2025-01-25T04:28:14.958Z | Compiling der_derive v0.7.3 |
1722 | 2025-01-25T04:28:15.157Z | Compiling vcpkg v0.2.15 |
1723 | 2025-01-25T04:28:16.663Z | Compiling openssl-sys v0.9.103 |
1724 | 2025-01-25T04:28:17.515Z | Compiling syn v1.0.109 |
1725 | 2025-01-25T04:28:17.665Z | Compiling cpufeatures v0.2.14 |
1726 | 2025-01-25T04:28:17.778Z | Compiling futures-sink v0.3.31 |
1727 | 2025-01-25T04:28:17.948Z | Compiling slog v2.7.0 |
1728 | 2025-01-25T04:28:18.374Z | Compiling ahash v0.8.11 |
1729 | 2025-01-25T04:28:18.493Z | Compiling zerofrom v0.1.4 |
1730 | 2025-01-25T04:28:18.835Z | Compiling iana-time-zone v0.1.61 |
1731 | 2025-01-25T04:28:18.939Z | Compiling yoke v0.7.4 |
1732 | 2025-01-25T04:28:19.398Z | Compiling futures-channel v0.3.31 |
1733 | 2025-01-25T04:28:19.411Z | Compiling scroll_derive v0.12.0 |
1734 | 2025-01-25T04:28:19.486Z | Compiling openssl v0.10.66 |
1735 | 2025-01-25T04:28:19.541Z | Compiling ucd-trie v0.1.7 |
1736 | 2025-01-25T04:28:19.778Z | Compiling futures-io v0.3.31 |
1737 | 2025-01-25T04:28:19.904Z | Compiling futures-task v0.3.31 |
1738 | 2025-01-25T04:28:19.995Z | Compiling pin-utils v0.1.0 |
1739 | 2025-01-25T04:28:20.113Z | Compiling pest v2.7.14 |
1740 | 2025-01-25T04:28:20.147Z | Compiling futures-util v0.3.31 |
1741 | 2025-01-25T04:28:20.215Z | Compiling zerovec v0.10.4 |
1742 | 2025-01-25T04:28:21.081Z | Compiling hmac v0.12.1 |
1743 | 2025-01-25T04:28:21.308Z | Compiling bitflags v2.6.0 |
1744 | 2025-01-25T04:28:21.524Z | Compiling bytes v1.9.0 |
1745 | 2025-01-25T04:28:23.405Z | Compiling indexmap v2.7.0 |
1746 | 2025-01-25T04:28:23.655Z | Compiling tokio v1.43.0 |
1747 | 2025-01-25T04:28:24.577Z | Compiling serde_tokenstream v0.2.2 |
1748 | 2025-01-25T04:28:24.794Z | Compiling uuid v1.12.0 |
1749 | 2025-01-25T04:28:25.167Z | Compiling http v1.2.0 |
1750 | 2025-01-25T04:28:26.253Z | Compiling which v4.4.2 |
1751 | 2025-01-25T04:28:26.663Z | Compiling chrono v0.4.39 |
1752 | 2025-01-25T04:28:26.707Z | Compiling rustc_version v0.4.1 |
1753 | 2025-01-25T04:28:29.543Z | Compiling pest_meta v2.7.14 |
1754 | 2025-01-25T04:28:32.435Z | Compiling block-padding v0.3.3 |
1755 | 2025-01-25T04:28:32.687Z | Compiling openssl-macros v0.1.1 |
1756 | 2025-01-25T04:28:33.340Z | Compiling rustls v0.23.19 |
1757 | 2025-01-25T04:28:33.436Z | Compiling native-tls v0.2.12 |
1758 | 2025-01-25T04:28:33.512Z | Compiling inout v0.1.3 |
1759 | 2025-01-25T04:28:33.650Z | Compiling pest_generator v2.7.14 |
1760 | 2025-01-25T04:28:33.766Z | Compiling tinystr v0.7.6 |
1761 | 2025-01-25T04:28:34.316Z | Compiling serde_spanned v0.6.8 |
1762 | 2025-01-25T04:28:34.331Z | Compiling toml_datetime v0.6.8 |
1763 | 2025-01-25T04:28:34.456Z | Compiling tracing-core v0.1.32 |
1764 | 2025-01-25T04:28:34.653Z | Compiling writeable v0.5.5 |
1765 | 2025-01-25T04:28:34.895Z | Compiling strsim v0.11.1 |
1766 | 2025-01-25T04:28:34.952Z | Compiling dyn-clone v1.0.17 |
1767 | 2025-01-25T04:28:35.150Z | Compiling litemap v0.7.3 |
1768 | 2025-01-25T04:28:35.552Z | Compiling icu_locid v1.5.0 |
1769 | 2025-01-25T04:28:35.558Z | Compiling pest_derive v2.7.14 |
1770 | 2025-01-25T04:28:36.335Z | Compiling tracing v0.1.40 |
1771 | 2025-01-25T04:28:36.629Z | Compiling cipher v0.4.4 |
1772 | 2025-01-25T04:28:37.145Z | Compiling sha2 v0.10.8 |
1773 | 2025-01-25T04:28:37.311Z | Compiling usdt-impl v0.5.0 |
1774 | 2025-01-25T04:28:37.466Z | Compiling cookie v0.18.1 |
1775 | 2025-01-25T04:28:37.794Z | Compiling base64ct v1.6.0 |
1776 | 2025-01-25T04:28:37.989Z | Compiling icu_provider v1.5.0 |
1777 | 2025-01-25T04:28:38.363Z | Compiling pem-rfc7468 v0.7.0 |
1778 | 2025-01-25T04:28:38.986Z | Compiling aws-lc-sys v0.22.0 |
1779 | 2025-01-25T04:28:39.829Z | Compiling scroll v0.12.0 |
1780 | 2025-01-25T04:28:40.240Z | Compiling ppv-lite86 v0.2.20 |
1781 | 2025-01-25T04:28:40.383Z | Compiling async-trait v0.1.85 |
1782 | 2025-01-25T04:28:41.096Z | Compiling flagset v0.4.6 |
1783 | 2025-01-25T04:28:41.281Z | Compiling icu_locid_transform_data v1.5.0 |
1784 | 2025-01-25T04:28:41.401Z | Compiling percent-encoding v2.3.1 |
1785 | 2025-01-25T04:28:42.523Z | Compiling plain v0.2.3 |
1786 | 2025-01-25T04:28:42.771Z | Compiling rustls-pki-types v1.10.0 |
1787 | 2025-01-25T04:28:43.036Z | Compiling anyhow v1.0.95 |
1788 | 2025-01-25T04:28:43.593Z | Compiling camino v1.1.9 |
1789 | 2025-01-25T04:28:44.034Z | Compiling icu_locid_transform v1.5.0 |
1790 | 2025-01-25T04:28:44.434Z | Compiling goblin v0.8.2 |
1791 | 2025-01-25T04:28:46.443Z | Compiling der v0.7.9 |
1792 | 2025-01-25T04:28:47.649Z | Compiling rand_chacha v0.3.1 |
1793 | 2025-01-25T04:28:49.134Z | Compiling tokio-util v0.7.12 |
1794 | 2025-01-25T04:28:49.162Z | Compiling icu_collections v1.5.0 |
1795 | 2025-01-25T04:28:51.230Z | Compiling untrusted v0.7.1 |
1796 | 2025-01-25T04:28:51.314Z | Compiling rayon-core v1.12.1 |
1797 | 2025-01-25T04:28:51.553Z | Compiling icu_properties_data v1.5.0 |
1798 | 2025-01-25T04:28:51.634Z | Compiling pretty-hex v0.4.1 |
1799 | 2025-01-25T04:28:51.727Z | Compiling powerfmt v0.2.0 |
1800 | 2025-01-25T04:28:51.888Z | Compiling mirai-annotations v1.12.0 |
1801 | 2025-01-25T04:28:51.993Z | Compiling rustls v0.22.4 |
1802 | 2025-01-25T04:28:52.071Z | Compiling untrusted v0.9.0 |
1803 | 2025-01-25T04:28:52.091Z | Compiling deranged v0.3.11 |
1804 | 2025-01-25T04:28:52.106Z | Compiling icu_properties v1.5.1 |
1805 | 2025-01-25T04:28:52.239Z | Compiling dof v0.3.0 |
1806 | 2025-01-25T04:28:53.436Z | Compiling spki v0.7.3 |
1807 | 2025-01-25T04:28:53.791Z | Compiling rand v0.8.5 |
1808 | 2025-01-25T04:28:53.832Z | Compiling salsa20 v0.10.2 |
1809 | 2025-01-25T04:28:53.974Z | Compiling dtrace-parser v0.2.0 |
1810 | 2025-01-25T04:28:55.282Z | Compiling pbkdf2 v0.12.2 |
1811 | 2025-01-25T04:28:55.616Z | Compiling thread-id v4.2.2 |
1812 | 2025-01-25T04:28:56.150Z | Compiling utf8_iter v1.0.4 |
1813 | 2025-01-25T04:28:56.178Z | Compiling winnow v0.5.40 |
1814 | 2025-01-25T04:28:56.460Z | Compiling write16 v1.0.0 |
1815 | 2025-01-25T04:28:56.582Z | Compiling atomic-waker v1.1.2 |
1816 | 2025-01-25T04:28:56.616Z | Compiling num_threads v0.1.7 |
1817 | 2025-01-25T04:28:56.798Z | Compiling icu_normalizer_data v1.5.0 |
1818 | 2025-01-25T04:28:56.923Z | Compiling litrs v0.4.1 |
1819 | 2025-01-25T04:28:56.942Z | Compiling utf16_iter v1.0.5 |
1820 | 2025-01-25T04:28:57.415Z | Compiling icu_normalizer v1.5.0 |
1821 | 2025-01-25T04:28:58.030Z | Compiling document-features v0.2.10 |
1822 | 2025-01-25T04:28:58.892Z | Compiling time v0.3.36 |
1823 | 2025-01-25T04:28:59.590Z | Compiling toml_edit v0.19.15 |
1824 | 2025-01-25T04:29:01.931Z | Compiling scrypt v0.11.0 |
1825 | 2025-01-25T04:29:02.031Z | Compiling form_urlencoded v1.2.1 |
1826 | 2025-01-25T04:29:02.397Z | Compiling aes v0.8.4 |
1827 | 2025-01-25T04:29:02.449Z | Compiling cbc v0.1.2 |
1828 | 2025-01-25T04:29:02.674Z | Compiling http-body v1.0.1 |
1829 | 2025-01-25T04:29:02.850Z | Compiling multer v3.1.0 |
1830 | 2025-01-25T04:29:02.950Z | Compiling try-lock v0.2.5 |
1831 | 2025-01-25T04:29:03.138Z | Compiling rustversion v1.0.17 |
1832 | 2025-01-25T04:29:03.359Z | Compiling tinyvec_macros v0.1.1 |
1833 | 2025-01-25T04:29:03.543Z | Compiling slog-async v2.8.0 |
1834 | 2025-01-25T04:29:03.915Z | Compiling tinyvec v1.8.0 |
1835 | 2025-01-25T04:29:03.987Z | Compiling pkcs5 v0.7.1 |
1836 | 2025-01-25T04:29:05.015Z | Compiling want v0.3.1 |
1837 | 2025-01-25T04:29:05.832Z | Compiling idna_adapter v1.2.0 |
1838 | 2025-01-25T04:29:05.946Z | Compiling h2 v0.4.6 |
1839 | 2025-01-25T04:29:06.153Z | Compiling heapless v0.7.17 |
1840 | 2025-01-25T04:29:06.691Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1841 | 2025-01-25T04:29:07.189Z | Compiling httpdate v1.0.3 |
1842 | 2025-01-25T04:29:07.277Z | Compiling signal-hook v0.3.17 |
1843 | 2025-01-25T04:29:08.142Z | Compiling idna v1.0.3 |
1844 | 2025-01-25T04:29:09.452Z | Compiling pkcs8 v0.10.2 |
1845 | 2025-01-25T04:29:10.761Z | Compiling usdt-attr-macro v0.5.0 |
1846 | 2025-01-25T04:29:10.846Z | Compiling usdt-macro v0.5.0 |
1847 | 2025-01-25T04:29:12.202Z | Compiling async-stream-impl v0.3.6 |
1848 | 2025-01-25T04:29:12.228Z | Compiling adler2 v2.0.0 |
1849 | 2025-01-25T04:29:12.425Z | Compiling tower-service v0.3.3 |
1850 | 2025-01-25T04:29:12.583Z | Compiling base64 v0.22.1 |
1851 | 2025-01-25T04:29:13.381Z | Compiling miniz_oxide v0.8.0 |
1852 | 2025-01-25T04:29:14.400Z | Compiling hyper v1.5.2 |
1853 | 2025-01-25T04:29:16.829Z | Compiling curve25519-dalek v4.1.3 |
1854 | 2025-01-25T04:29:17.305Z | Compiling hyper-util v0.1.10 |
1855 | 2025-01-25T04:29:19.615Z | Compiling openapiv3 v2.0.0 |
1856 | 2025-01-25T04:29:20.433Z | Compiling enum-as-inner v0.6.1 |
1857 | 2025-01-25T04:29:21.264Z | Compiling dropshot v0.12.0 |
1858 | 2025-01-25T04:29:21.469Z | Compiling portable-atomic v1.9.0 |
1859 | 2025-01-25T04:29:21.588Z | Compiling smoltcp v0.9.1 |
1860 | 2025-01-25T04:29:22.177Z | Compiling foreign-types-shared v0.1.1 |
1861 | 2025-01-25T04:29:22.354Z | Compiling match_cfg v0.1.0 |
1862 | 2025-01-25T04:29:22.462Z | Compiling num-bigint-dig v0.8.4 |
1863 | 2025-01-25T04:29:22.769Z | Compiling newtype-uuid v1.2.1 |
1864 | 2025-01-25T04:29:23.350Z | Compiling foreign-types v0.3.2 |
1865 | 2025-01-25T04:29:23.541Z | Compiling hostname v0.3.1 |
1866 | 2025-01-25T04:29:24.754Z | Compiling url v2.5.3 |
1867 | 2025-01-25T04:29:27.039Z | Compiling http-body-util v0.1.2 |
1868 | 2025-01-25T04:29:27.396Z | Compiling dirs-sys-next v0.1.2 |
1869 | 2025-01-25T04:29:27.568Z | Compiling encoding_rs v0.8.34 |
1870 | 2025-01-25T04:29:27.631Z | Compiling gimli v0.31.1 |
1871 | 2025-01-25T04:29:27.856Z | Compiling heck v0.4.1 |
1872 | 2025-01-25T04:29:28.265Z | Compiling ident_case v1.0.1 |
1873 | 2025-01-25T04:29:28.454Z | Compiling siphasher v0.3.11 |
1874 | 2025-01-25T04:29:28.845Z | Compiling data-encoding v2.6.0 |
1875 | 2025-01-25T04:29:30.354Z | Compiling mime v0.3.17 |
1876 | 2025-01-25T04:29:30.537Z | Compiling darling_core v0.20.10 |
1877 | 2025-01-25T04:29:31.397Z | Compiling dirs-next v2.0.0 |
1878 | 2025-01-25T04:29:34.361Z | Compiling addr2line v0.24.2 |
1879 | 2025-01-25T04:29:36.148Z | Compiling unicode-normalization v0.1.24 |
1880 | 2025-01-25T04:29:37.256Z | Compiling crossbeam-epoch v0.9.18 |
1881 | 2025-01-25T04:29:37.913Z | Compiling serde_urlencoded v0.7.1 |
1882 | 2025-01-25T04:29:38.523Z | Compiling rustls-pemfile v2.2.0 |
1883 | 2025-01-25T04:29:38.646Z | Compiling hubpack_derive v0.1.1 |
1884 | 2025-01-25T04:29:38.964Z | Compiling dropshot_endpoint v0.12.0 |
1885 | 2025-01-25T04:29:39.065Z | Compiling sha1 v0.10.6 |
1886 | 2025-01-25T04:29:39.168Z | Compiling signature v2.2.0 |
1887 | 2025-01-25T04:29:39.320Z | Compiling curve25519-dalek-derive v0.1.1 |
1888 | 2025-01-25T04:29:39.464Z | Compiling zerocopy-derive v0.6.6 |
1889 | 2025-01-25T04:29:40.635Z | Compiling object v0.36.5 |
1890 | 2025-01-25T04:29:41.196Z | Compiling thread_local v1.1.8 |
1891 | 2025-01-25T04:29:41.648Z | Compiling fs-err v2.11.0 |
1892 | 2025-01-25T04:29:42.780Z | Compiling ipnet v2.10.1 |
1893 | 2025-01-25T04:29:45.357Z | Compiling rustc-demangle v0.1.24 |
1894 | 2025-01-25T04:29:46.768Z | Compiling openssl-probe v0.1.5 |
1895 | 2025-01-25T04:29:47.368Z | Compiling utf8parse v0.2.2 |
1896 | 2025-01-25T04:29:47.688Z | Compiling unicode-bidi v0.3.17 |
1897 | 2025-01-25T04:29:48.847Z | Compiling unicode-properties v0.1.3 |
1898 | 2025-01-25T04:29:49.237Z | Compiling anstyle v1.0.10 |
1899 | 2025-01-25T04:29:49.252Z | Compiling winnow v0.6.20 |
1900 | 2025-01-25T04:29:49.605Z | Compiling stringprep v0.1.5 |
1901 | 2025-01-25T04:29:50.522Z | Compiling backtrace v0.3.74 |
1902 | 2025-01-25T04:29:52.680Z | Compiling rustls-webpki v0.102.8 |
1903 | 2025-01-25T04:29:53.222Z | Compiling toml_edit v0.22.22 |
1904 | 2025-01-25T04:29:59.984Z | Compiling anstyle-parse v0.2.5 |
1905 | 2025-01-25T04:30:03.144Z | Compiling crossbeam-deque v0.8.5 |
1906 | 2025-01-25T04:30:03.505Z | Compiling darling_macro v0.20.10 |
1907 | 2025-01-25T04:30:03.528Z | Compiling term v0.7.0 |
1908 | 2025-01-25T04:30:04.401Z | Compiling slog-json v2.6.1 |
1909 | 2025-01-25T04:30:04.997Z | Compiling crossbeam-channel v0.5.13 |
1910 | 2025-01-25T04:30:05.679Z | Compiling hashbrown v0.14.5 |
1911 | 2025-01-25T04:30:06.071Z | Compiling futures-executor v0.3.31 |
1912 | 2025-01-25T04:30:06.383Z | Compiling num-integer v0.1.46 |
1913 | 2025-01-25T04:30:06.504Z | Compiling md-5 v0.10.6 |
1914 | 2025-01-25T04:30:06.561Z | Compiling ff v0.13.0 |
1915 | 2025-01-25T04:30:06.772Z | Compiling hash32 v0.2.1 |
1916 | 2025-01-25T04:30:06.803Z | Compiling memmap v0.7.0 |
1917 | 2025-01-25T04:30:06.871Z | Compiling is-terminal v0.4.13 |
1918 | 2025-01-25T04:30:07.109Z | Compiling psl-types v2.0.11 |
1919 | 2025-01-25T04:30:07.116Z | Compiling fallible-iterator v0.2.0 |
1920 | 2025-01-25T04:30:07.131Z | Compiling quick-error v1.2.3 |
1921 | 2025-01-25T04:30:07.149Z | Compiling anstyle-query v1.1.1 |
1922 | 2025-01-25T04:30:07.279Z | Compiling colorchoice v1.0.2 |
1923 | 2025-01-25T04:30:07.480Z | Compiling linked-hash-map v0.5.6 |
1924 | 2025-01-25T04:30:07.728Z | Compiling is_terminal_polyfill v1.70.1 |
1925 | 2025-01-25T04:30:07.847Z | Compiling take_mut v0.2.2 |
1926 | 2025-01-25T04:30:07.876Z | Compiling utf-8 v0.7.6 |
1927 | 2025-01-25T04:30:07.976Z | Compiling base16ct v0.2.0 |
1928 | 2025-01-25T04:30:08.092Z | Compiling tungstenite v0.24.0 |
1929 | 2025-01-25T04:30:08.212Z | Compiling anstream v0.6.15 |
1930 | 2025-01-25T04:30:08.289Z | Compiling sec1 v0.7.3 |
1931 | 2025-01-25T04:30:08.800Z | Compiling lru-cache v0.1.2 |
1932 | 2025-01-25T04:30:08.856Z | Compiling postgres-protocol v0.6.7 |
1933 | 2025-01-25T04:30:08.938Z | Compiling publicsuffix v2.3.0 |
1934 | 2025-01-25T04:30:08.996Z | Compiling resolv-conf v0.7.0 |
1935 | 2025-01-25T04:30:09.606Z | Compiling usdt v0.5.0 |
1936 | 2025-01-25T04:30:09.981Z | Compiling slog-term v2.9.1 |
1937 | 2025-01-25T04:30:09.981Z | Compiling num-iter v0.1.45 |
1938 | 2025-01-25T04:30:10.041Z | Compiling regress v0.10.1 |
1939 | 2025-01-25T04:30:10.207Z | Compiling group v0.13.0 |
1940 | 2025-01-25T04:30:10.573Z | Compiling futures v0.3.31 |
1941 | 2025-01-25T04:30:13.591Z | Compiling slog-bunyan v2.5.0 |
1942 | 2025-01-25T04:30:13.808Z | Compiling darling v0.20.10 |
1943 | 2025-01-25T04:30:14.021Z | Compiling tokio-native-tls v0.3.1 |
1944 | 2025-01-25T04:30:14.304Z | Compiling tokio-rustls v0.26.0 |
1945 | 2025-01-25T04:30:14.384Z | Compiling tokio-rustls v0.25.0 |
1946 | 2025-01-25T04:30:14.580Z | Compiling toml v0.8.19 |
1947 | 2025-01-25T04:30:14.785Z | Compiling hickory-proto v0.24.2 |
1948 | 2025-01-25T04:30:14.898Z | Compiling phf_shared v0.11.2 |
1949 | 2025-01-25T04:30:15.203Z | Compiling strum_macros v0.25.3 |
1950 | 2025-01-25T04:30:16.107Z | Compiling async-stream v0.3.6 |
1951 | 2025-01-25T04:30:16.173Z | Compiling waitgroup v0.1.2 |
1952 | 2025-01-25T04:30:16.311Z | Compiling webpki-roots v0.26.6 |
1953 | 2025-01-25T04:30:16.525Z | Compiling terminal_size v0.4.0 |
1954 | 2025-01-25T04:30:16.681Z | Compiling hkdf v0.12.4 |
1955 | 2025-01-25T04:30:16.747Z | Compiling serde_path_to_error v0.1.16 |
1956 | 2025-01-25T04:30:17.132Z | Compiling crypto-bigint v0.5.5 |
1957 | 2025-01-25T04:30:17.466Z | Compiling derive-where v1.2.7 |
1958 | 2025-01-25T04:30:17.505Z | Compiling serde_repr v0.1.19 |
1959 | 2025-01-25T04:30:18.556Z | Compiling clap_derive v4.5.18 |
1960 | 2025-01-25T04:30:18.603Z | Compiling hostname v0.4.0 |
1961 | 2025-01-25T04:30:18.825Z | Compiling crc32fast v1.4.2 |
1962 | 2025-01-25T04:30:19.144Z | Compiling unicode-width v0.1.14 |
1963 | 2025-01-25T04:30:20.013Z | Compiling debug-ignore v1.0.5 |
1964 | 2025-01-25T04:30:20.182Z | Compiling clap_lex v0.7.2 |
1965 | 2025-01-25T04:30:20.462Z | Compiling managed v0.8.0 |
1966 | 2025-01-25T04:30:20.600Z | Compiling bitflags v1.3.2 |
1967 | 2025-01-25T04:30:20.892Z | Compiling clap_builder v4.5.21 |
1968 | 2025-01-25T04:30:20.916Z | Compiling hickory-resolver v0.24.2 |
1969 | 2025-01-25T04:30:23.205Z | Compiling elliptic-curve v0.13.8 |
1970 | 2025-01-25T04:30:23.900Z | Compiling console v0.15.8 |
1971 | 2025-01-25T04:30:25.121Z | Compiling flate2 v1.0.35 |
1972 | 2025-01-25T04:30:26.076Z | Compiling hyper-rustls v0.27.3 |
1973 | 2025-01-25T04:30:28.774Z | Compiling phf v0.11.2 |
1974 | 2025-01-25T04:30:28.776Z | Compiling hyper-tls v0.6.0 |
1975 | 2025-01-25T04:30:29.224Z | Compiling typify-impl v0.2.0 |
1976 | 2025-01-25T04:30:29.450Z | Compiling signal-hook-mio v0.2.4 |
1977 | 2025-01-25T04:30:29.634Z | Compiling rayon v1.10.0 |
1978 | 2025-01-25T04:30:30.769Z | Compiling cookie_store v0.21.1 |
1979 | 2025-01-25T04:30:33.874Z | Compiling bzip2 v0.4.4 |
1980 | 2025-01-25T04:30:33.887Z | Compiling postgres-types v0.2.8 |
1981 | 2025-01-25T04:30:33.985Z | Compiling tokio-tungstenite v0.24.0 |
1982 | 2025-01-25T04:30:34.406Z | Compiling zerocopy v0.6.6 |
1983 | 2025-01-25T04:30:34.528Z | Compiling hubpack v0.1.2 |
1984 | 2025-01-25T04:30:35.004Z | Compiling ed25519 v2.2.3 |
1985 | 2025-01-25T04:30:35.017Z | Compiling phf_shared v0.10.0 |
1986 | 2025-01-25T04:30:35.092Z | Compiling pkcs1 v0.7.5 |
1987 | 2025-01-25T04:30:35.357Z | Compiling tokio-stream v0.1.16 |
1988 | 2025-01-25T04:30:35.437Z | Compiling ipnetwork v0.20.0 |
1989 | 2025-01-25T04:30:36.248Z | Compiling rfc6979 v0.4.0 |
1990 | 2025-01-25T04:30:36.336Z | Compiling serde-big-array v0.5.1 |
1991 | 2025-01-25T04:30:36.359Z | Compiling float-cmp v0.9.0 |
1992 | 2025-01-25T04:30:36.457Z | Compiling sync_wrapper v1.0.1 |
1993 | 2025-01-25T04:30:36.589Z | Compiling bstr v1.10.0 |
1994 | 2025-01-25T04:30:36.798Z | Compiling unicode-segmentation v1.12.0 |
1995 | 2025-01-25T04:30:37.779Z | Compiling bit-vec v0.6.3 |
1996 | 2025-01-25T04:30:38.089Z | Compiling number_prefix v0.4.0 |
1997 | 2025-01-25T04:30:38.167Z | Compiling difflib v0.4.0 |
1998 | 2025-01-25T04:30:38.528Z | Compiling predicates-core v1.0.8 |
1999 | 2025-01-25T04:30:38.674Z | Compiling fixedbitset v0.4.2 |
2000 | 2025-01-25T04:30:39.039Z | Compiling precomputed-hash v0.1.1 |
2001 | 2025-01-25T04:30:39.184Z | Compiling whoami v1.5.2 |
2002 | 2025-01-25T04:30:39.310Z | Compiling unicode-width v0.2.0 |
2003 | 2025-01-25T04:30:39.355Z | Compiling normalize-line-endings v0.3.0 |
2004 | 2025-01-25T04:30:39.777Z | Compiling new_debug_unreachable v1.0.6 |
2005 | 2025-01-25T04:30:39.802Z | Compiling static_assertions v1.1.0 |
2006 | 2025-01-25T04:30:39.807Z | Compiling string_cache v0.8.7 |
2007 | 2025-01-25T04:30:39.832Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2008 | 2025-01-25T04:30:39.853Z | Compiling indicatif v0.17.9 |
2009 | 2025-01-25T04:30:39.875Z | Compiling typify-macro v0.2.0 |
2010 | 2025-01-25T04:30:40.109Z | Compiling tokio-postgres v0.7.12 |
2011 | 2025-01-25T04:30:40.191Z | Compiling predicates v3.1.2 |
2012 | 2025-01-25T04:30:41.542Z | Compiling petgraph v0.6.5 |
2013 | 2025-01-25T04:30:41.598Z | Compiling reqwest v0.12.9 |
2014 | 2025-01-25T04:30:41.724Z | Compiling bit-set v0.5.3 |
2015 | 2025-01-25T04:30:43.278Z | Compiling similar v2.6.0 |
2016 | 2025-01-25T04:30:45.352Z | Compiling ecdsa v0.16.9 |
2017 | 2025-01-25T04:30:45.494Z | Compiling qorb v0.2.1 |
2018 | 2025-01-25T04:30:46.106Z | Compiling rsa v0.9.6 |
2019 | 2025-01-25T04:30:46.378Z | Compiling ed25519-dalek v2.1.1 |
2020 | 2025-01-25T04:30:47.244Z | Compiling zip v0.6.6 |
2021 | 2025-01-25T04:30:47.662Z | Compiling crossterm v0.28.1 |
2022 | 2025-01-25T04:30:47.967Z | Compiling clap v4.5.21 |
2023 | 2025-01-25T04:30:49.583Z | Compiling toml v0.7.8 |
2024 | 2025-01-25T04:30:50.713Z | Compiling x509-cert v0.2.5 |
2025 | 2025-01-25T04:30:50.977Z | Compiling hex v0.4.3 |
2026 | 2025-01-25T04:30:52.054Z | Compiling itertools v0.10.5 |
2027 | 2025-01-25T04:30:52.651Z | Compiling lalrpop-util v0.19.12 |
2028 | 2025-01-25T04:30:53.034Z | Compiling zerocopy v0.8.10 |
2029 | 2025-01-25T04:30:53.798Z | Compiling unicode-xid v0.2.6 |
2030 | 2025-01-25T04:30:53.951Z | Compiling peg-runtime v0.8.3 |
2031 | 2025-01-25T04:30:54.871Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2032 | 2025-01-25T04:30:59.325Z | Compiling proc-macro-crate v1.3.1 |
2033 | 2025-01-25T04:30:59.383Z | Compiling macaddr v1.0.1 |
2034 | 2025-01-25T04:31:00.124Z | Compiling zerocopy-derive v0.8.10 |
2035 | 2025-01-25T04:31:00.325Z | Compiling itertools v0.13.0 |
2036 | 2025-01-25T04:31:03.355Z | Compiling heapless v0.8.0 |
2037 | 2025-01-25T04:31:04.067Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2038 | 2025-01-25T04:31:08.224Z | Compiling num_enum_derive v0.5.11 |
2039 | 2025-01-25T04:31:16.507Z | Compiling hash32 v0.3.1 |
2040 | 2025-01-25T04:31:17.554Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2041 | 2025-01-25T04:31:18.144Z | Compiling smoltcp v0.11.0 |
2042 | 2025-01-25T04:31:23.138Z | Compiling num_enum v0.5.11 |
2043 | 2025-01-25T04:31:23.355Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2044 | 2025-01-25T04:31:24.246Z | Compiling typify v0.2.0 |
2045 | 2025-01-25T04:31:24.390Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2046 | 2025-01-25T04:31:25.248Z | Compiling proc-macro-error-attr v1.0.4 |
2047 | 2025-01-25T04:31:25.836Z | Compiling unsafe-libyaml v0.2.11 |
2048 | 2025-01-25T04:31:27.244Z | Compiling cobs v0.2.3 |
2049 | 2025-01-25T04:31:27.361Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2050 | 2025-01-25T04:31:27.635Z | Compiling thiserror v2.0.11 |
2051 | 2025-01-25T04:31:27.714Z | Compiling postcard v1.0.10 |
2052 | 2025-01-25T04:31:27.741Z | Compiling serde_yaml v0.9.34+deprecated |
2053 | 2025-01-25T04:31:35.793Z | Compiling progenitor-impl v0.8.0 |
2054 | 2025-01-25T04:31:42.367Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2055 | 2025-01-25T04:31:54.257Z | Compiling strum_macros v0.26.4 |
2056 | 2025-01-25T04:31:55.191Z | Compiling structmeta-derive v0.3.0 |
2057 | 2025-01-25T04:31:55.209Z | Compiling thiserror-impl v2.0.11 |
2058 | 2025-01-25T04:31:56.098Z | Compiling foreign-types-macros v0.2.3 |
2059 | 2025-01-25T04:31:56.110Z | Compiling proc-macro-error v1.0.4 |
2060 | 2025-01-25T04:31:56.432Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2061 | 2025-01-25T04:31:56.857Z | Compiling foreign-types-shared v0.3.1 |
2062 | 2025-01-25T04:31:58.005Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2063 | 2025-01-25T04:31:58.462Z | Compiling strum v0.26.3 |
2064 | 2025-01-25T04:31:59.001Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2065 | 2025-01-25T04:32:02.342Z | Compiling structmeta v0.3.0 |
2066 | 2025-01-25T04:32:02.755Z | Compiling foreign-types v0.5.0 |
2067 | 2025-01-25T04:32:08.820Z | Compiling progenitor-macro v0.8.0 |
2068 | 2025-01-25T04:32:11.753Z | Compiling progenitor-client v0.8.0 |
2069 | 2025-01-25T04:32:12.662Z | Compiling tabwriter v1.4.0 |
2070 | 2025-01-25T04:32:13.425Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2071 | 2025-01-25T04:32:14.256Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2072 | 2025-01-25T04:32:15.478Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2073 | 2025-01-25T04:32:16.345Z | Compiling cstr-argument v0.1.2 |
2074 | 2025-01-25T04:32:16.498Z | Compiling dropshot v0.15.1 |
2075 | 2025-01-25T04:32:16.692Z | Compiling crucible-workspace-hack v0.1.0 |
2076 | 2025-01-25T04:32:16.838Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2077 | 2025-01-25T04:32:16.976Z | Compiling pretty-hex v0.2.1 |
2078 | 2025-01-25T04:32:17.164Z | Compiling fastrand v2.1.1 |
2079 | 2025-01-25T04:32:17.854Z | Compiling tempfile v3.13.0 |
2080 | 2025-01-25T04:32:17.916Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2081 | 2025-01-25T04:32:18.461Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2082 | 2025-01-25T04:32:18.803Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2083 | 2025-01-25T04:32:19.343Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2084 | 2025-01-25T04:32:19.690Z | Compiling parse-display-derive v0.10.0 |
2085 | 2025-01-25T04:32:19.846Z | Compiling progenitor v0.8.0 |
2086 | 2025-01-25T04:32:20.220Z | Compiling colored v2.1.0 |
2087 | 2025-01-25T04:32:20.279Z | Compiling serde_with_macros v3.11.0 |
2088 | 2025-01-25T04:32:20.476Z | Compiling dropshot_endpoint v0.15.1 |
2089 | 2025-01-25T04:32:21.327Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2090 | 2025-01-25T04:32:22.017Z | Compiling instant v0.1.13 |
2091 | 2025-01-25T04:32:22.211Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2092 | 2025-01-25T04:32:22.620Z | Compiling serde_with v3.11.0 |
2093 | 2025-01-25T04:32:22.639Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2094 | 2025-01-25T04:32:23.334Z | Compiling parse-display v0.10.0 |
2095 | 2025-01-25T04:32:24.323Z | Compiling backoff v0.4.0 |
2096 | 2025-01-25T04:32:24.712Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2097 | 2025-01-25T04:32:25.226Z | Compiling zone_cfg_derive v0.3.0 |
2098 | 2025-01-25T04:32:25.387Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2099 | 2025-01-25T04:32:25.653Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2100 | 2025-01-25T04:32:26.410Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2101 | 2025-01-25T04:32:26.742Z | Compiling camino-tempfile v1.1.1 |
2102 | 2025-01-25T04:32:26.761Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2103 | 2025-01-25T04:32:27.146Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2104 | 2025-01-25T04:32:27.205Z | Compiling regress v0.9.1 |
2105 | 2025-01-25T04:32:27.358Z | Compiling progenitor-client v0.9.1 |
2106 | 2025-01-25T04:32:27.530Z | Compiling num-derive v0.4.2 |
2107 | 2025-01-25T04:32:28.254Z | Compiling sigpipe v0.1.3 |
2108 | 2025-01-25T04:32:28.419Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2109 | 2025-01-25T04:32:28.743Z | Compiling libefi-sys v0.1.0 |
2110 | 2025-01-25T04:32:29.125Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2111 | 2025-01-25T04:32:29.786Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2112 | 2025-01-25T04:32:31.383Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2113 | 2025-01-25T04:32:32.312Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2114 | 2025-01-25T04:32:34.764Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2115 | 2025-01-25T04:32:35.352Z | Compiling zone v0.3.0 |
2116 | 2025-01-25T04:32:36.577Z | Compiling smf v0.2.3 |
2117 | 2025-01-25T04:32:37.630Z | Compiling bitfield-struct v0.6.2 |
2118 | 2025-01-25T04:32:38.783Z | Compiling blake3 v1.5.4 |
2119 | 2025-01-25T04:32:38.978Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2120 | 2025-01-25T04:32:39.260Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2121 | 2025-01-25T04:32:39.530Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2122 | 2025-01-25T04:32:39.915Z | Compiling xattr v1.3.1 |
2123 | 2025-01-25T04:32:39.939Z | Compiling filetime v0.2.25 |
2124 | 2025-01-25T04:32:40.073Z | Compiling memmap2 v0.9.5 |
2125 | 2025-01-25T04:32:40.251Z | Compiling arrayref v0.3.9 |
2126 | 2025-01-25T04:32:40.378Z | Compiling arrayvec v0.7.6 |
2127 | 2025-01-25T04:32:40.385Z | Compiling constant_time_eq v0.3.1 |
2128 | 2025-01-25T04:32:40.572Z | Compiling same-file v1.0.6 |
2129 | 2025-01-25T04:32:40.628Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2130 | 2025-01-25T04:32:40.666Z | Compiling tar v0.4.42 |
2131 | 2025-01-25T04:32:40.768Z | Compiling walkdir v2.5.0 |
2132 | 2025-01-25T04:32:40.787Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2133 | 2025-01-25T04:32:42.299Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2134 | 2025-01-25T04:32:42.751Z | Compiling gethostname v0.5.0 |
2135 | 2025-01-25T04:32:42.981Z | Compiling cargo-platform v0.1.8 |
2136 | 2025-01-25T04:32:43.516Z | Compiling topological-sort v0.2.2 |
2137 | 2025-01-25T04:32:43.579Z | Compiling cargo_metadata v0.18.1 |
2138 | 2025-01-25T04:32:43.830Z | Compiling omicron-zone-package v0.12.0 |
2139 | 2025-01-25T04:32:44.081Z | Compiling indent_write v2.2.0 |
2140 | 2025-01-25T04:32:44.345Z | Compiling shell-words v1.1.0 |
2141 | 2025-01-25T04:32:51.132Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2142 | 2025-01-25T04:32:53.388Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2143 | 2025-01-25T04:32:57.568Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2144 | 2025-01-25T04:33:13.287Z | Finished `release` profile [optimized] target(s) in 5m 17s |
2145 | 2025-01-25T04:33:13.461Z | Running `target/release/omicron-package -t test target create -p dev` |
2146 | 2025-01-25T04:33:13.516Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2147 | 2025-01-25T04:33:13.518Z | Created new build target 'test' and set it as active |
2148 | 2025-01-25T04:33:13.518Z | |
2149 | 2025-01-25T04:33:13.518Z | real 5:17.436828067 |
2150 | 2025-01-25T04:33:13.518Z | user 37:03.646154309 |
2151 | 2025-01-25T04:33:13.518Z | sys 3:25.321783881 |
2152 | 2025-01-25T04:33:13.518Z | trap 1.189692231 |
2153 | 2025-01-25T04:33:13.518Z | tflt 2.790996687 |
2154 | 2025-01-25T04:33:13.518Z | dflt 0.668126053 |
2155 | 2025-01-25T04:33:13.518Z | kflt 0.014895667 |
2156 | 2025-01-25T04:33:13.519Z | lock 1:14:17.597483202 |
2157 | 2025-01-25T04:33:13.519Z | slp 2:29:04.424611344 |
2158 | 2025-01-25T04:33:13.519Z | lat 2:44.746280973 |
2159 | 2025-01-25T04:33:13.519Z | stop 4:47.410212013 |
2160 | 2025-01-25T04:33:13.522Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2161 | 2025-01-25T04:33:14.530Z | Finished `release` profile [optimized] target(s) in 0.94s |
2162 | 2025-01-25T04:33:14.591Z | Running `target/release/omicron-package -t test package` |
2163 | 2025-01-25T04:33:14.637Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2164 | 2025-01-25T04:33:15.811Z | Compiling thiserror v2.0.11 |
2165 | 2025-01-25T04:33:15.814Z | Compiling typify-impl v0.3.0 |
2166 | 2025-01-25T04:33:15.816Z | Compiling convert_case v0.4.0 |
2167 | 2025-01-25T04:33:15.816Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2168 | 2025-01-25T04:33:15.816Z | Compiling newline-converter v0.3.0 |
2169 | 2025-01-25T04:33:15.817Z | Compiling password-hash v0.5.0 |
2170 | 2025-01-25T04:33:15.817Z | Compiling blake2 v0.10.6 |
2171 | 2025-01-25T04:33:15.817Z | Compiling base64 v0.21.7 |
2172 | 2025-01-25T04:33:16.138Z | Compiling expectorate v1.1.0 |
2173 | 2025-01-25T04:33:16.333Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2174 | 2025-01-25T04:33:16.420Z | Compiling atomicwrites v0.4.4 |
2175 | 2025-01-25T04:33:16.708Z | Compiling derive_more v0.99.18 |
2176 | 2025-01-25T04:33:16.950Z | Compiling argon2 v0.5.3 |
2177 | 2025-01-25T04:33:16.970Z | Compiling owo-colors v4.1.0 |
2178 | 2025-01-25T04:33:17.035Z | Compiling cancel-safe-futures v0.1.5 |
2179 | 2025-01-25T04:33:17.133Z | Compiling num-rational v0.4.2 |
2180 | 2025-01-25T04:33:17.325Z | Compiling progenitor-client v0.9.1 |
2181 | 2025-01-25T04:33:17.450Z | Compiling num-complex v0.4.6 |
2182 | 2025-01-25T04:33:17.856Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2183 | 2025-01-25T04:33:18.419Z | Compiling num v0.4.3 |
2184 | 2025-01-25T04:33:18.568Z | Compiling libsw v3.3.1 |
2185 | 2025-01-25T04:33:18.826Z | Compiling float-ord v0.3.2 |
2186 | 2025-01-25T04:33:18.934Z | Compiling swrite v0.1.0 |
2187 | 2025-01-25T04:33:19.025Z | Compiling linear-map v1.2.0 |
2188 | 2025-01-25T04:33:19.093Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2189 | 2025-01-25T04:33:19.300Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2190 | 2025-01-25T04:33:19.435Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2191 | 2025-01-25T04:33:19.670Z | Compiling highway v1.2.0 |
2192 | 2025-01-25T04:33:20.987Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2193 | 2025-01-25T04:33:21.075Z | Compiling semver v0.1.20 |
2194 | 2025-01-25T04:33:21.629Z | Compiling rustc_version v0.1.7 |
2195 | 2025-01-25T04:33:22.041Z | Compiling newtype_derive v0.1.6 |
2196 | 2025-01-25T04:33:22.393Z | Compiling tungstenite v0.21.0 |
2197 | 2025-01-25T04:33:22.679Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2198 | 2025-01-25T04:33:27.126Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2199 | 2025-01-25T04:33:27.285Z | Compiling typify-macro v0.3.0 |
2200 | 2025-01-25T04:33:27.546Z | Compiling ipnetwork v0.20.0 |
2201 | 2025-01-25T04:33:28.288Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2202 | 2025-01-25T04:33:28.785Z | Compiling tokio-tungstenite v0.21.0 |
2203 | 2025-01-25T04:33:28.943Z | Compiling progenitor-client v0.8.0 |
2204 | 2025-01-25T04:33:28.965Z | Compiling humantime v2.1.0 |
2205 | 2025-01-25T04:33:29.435Z | Compiling progenitor v0.8.0 |
2206 | 2025-01-25T04:33:29.591Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2207 | 2025-01-25T04:33:29.665Z | Compiling dropshot v0.15.1 |
2208 | 2025-01-25T04:33:29.742Z | Compiling instant v0.1.13 |
2209 | 2025-01-25T04:33:29.919Z | Compiling backoff v0.4.0 |
2210 | 2025-01-25T04:33:30.296Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2211 | 2025-01-25T04:33:30.441Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2212 | 2025-01-25T04:33:30.681Z | Compiling typify v0.3.0 |
2213 | 2025-01-25T04:33:30.838Z | Compiling progenitor-impl v0.9.1 |
2214 | 2025-01-25T04:33:37.156Z | Compiling progenitor-macro v0.9.1 |
2215 | 2025-01-25T04:33:37.900Z | Compiling steno v0.4.1 |
2216 | 2025-01-25T04:33:38.293Z | Compiling parse-display v0.10.0 |
2217 | 2025-01-25T04:33:38.419Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2218 | 2025-01-25T04:33:38.624Z | Compiling strum v0.26.3 |
2219 | 2025-01-25T04:33:38.830Z | Compiling serde_with v3.11.0 |
2220 | 2025-01-25T04:33:38.833Z | Compiling regress v0.9.1 |
2221 | 2025-01-25T04:33:41.964Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2222 | 2025-01-25T04:33:43.489Z | Compiling macaddr v1.0.1 |
2223 | 2025-01-25T04:33:43.717Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2224 | 2025-01-25T04:33:43.926Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2225 | 2025-01-25T04:33:43.947Z | Compiling slog-dtrace v0.3.0 |
2226 | 2025-01-25T04:33:44.160Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2227 | 2025-01-25T04:33:44.385Z | Compiling prettyplease v0.2.25 |
2228 | 2025-01-25T04:33:46.518Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2229 | 2025-01-25T04:33:48.362Z | Compiling progenitor v0.9.1 |
2230 | 2025-01-25T04:33:48.598Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2231 | 2025-01-25T04:33:49.902Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2232 | 2025-01-25T04:33:59.476Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2233 | 2025-01-25T04:34:01.506Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2234 | 2025-01-25T04:34:02.364Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2235 | 2025-01-25T04:34:03.337Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2236 | 2025-01-25T04:34:04.061Z | Compiling half v2.4.1 |
2237 | 2025-01-25T04:34:04.866Z | Compiling ciborium-io v0.2.2 |
2238 | 2025-01-25T04:34:05.990Z | Compiling ciborium-ll v0.2.2 |
2239 | 2025-01-25T04:34:06.689Z | Compiling ciborium v0.2.2 |
2240 | 2025-01-25T04:34:08.058Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2241 | 2025-01-25T04:34:08.755Z | Compiling display-error-chain v0.2.2 |
2242 | 2025-01-25T04:34:08.776Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2243 | 2025-01-25T04:34:08.999Z | Compiling same-file v1.0.6 |
2244 | 2025-01-25T04:34:09.323Z | Compiling fastrand v2.1.1 |
2245 | 2025-01-25T04:34:09.686Z | Compiling tempfile v3.13.0 |
2246 | 2025-01-25T04:34:09.712Z | Compiling walkdir v2.5.0 |
2247 | 2025-01-25T04:34:10.340Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2248 | 2025-01-25T04:34:10.487Z | Compiling blake3 v1.5.4 |
2249 | 2025-01-25T04:34:11.117Z | Compiling const_format_proc_macros v0.2.33 |
2250 | 2025-01-25T04:34:12.836Z | Compiling xattr v1.3.1 |
2251 | 2025-01-25T04:34:13.077Z | Compiling filetime v0.2.25 |
2252 | 2025-01-25T04:34:13.387Z | Compiling memmap2 v0.9.5 |
2253 | 2025-01-25T04:34:13.571Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2254 | 2025-01-25T04:34:13.803Z | Compiling maplit v1.0.2 |
2255 | 2025-01-25T04:34:13.944Z | Compiling constant_time_eq v0.3.1 |
2256 | 2025-01-25T04:34:14.015Z | Compiling arrayref v0.3.9 |
2257 | 2025-01-25T04:34:14.147Z | Compiling keccak v0.1.5 |
2258 | 2025-01-25T04:34:14.154Z | Compiling arrayvec v0.7.6 |
2259 | 2025-01-25T04:34:14.236Z | Compiling crunchy v0.2.2 |
2260 | 2025-01-25T04:34:14.738Z | Compiling sha3 v0.10.8 |
2261 | 2025-01-25T04:34:15.253Z | Compiling tar v0.4.42 |
2262 | 2025-01-25T04:34:15.606Z | Compiling const_format v0.2.33 |
2263 | 2025-01-25T04:34:15.645Z | Compiling camino-tempfile v1.1.1 |
2264 | 2025-01-25T04:34:16.025Z | Compiling toolchain_find v0.4.0 |
2265 | 2025-01-25T04:34:16.096Z | Compiling topological-sort v0.2.2 |
2266 | 2025-01-25T04:34:16.363Z | Compiling tiny-keccak v2.0.2 |
2267 | 2025-01-25T04:34:16.490Z | Compiling radium v0.7.0 |
2268 | 2025-01-25T04:34:16.705Z | Compiling omicron-zone-package v0.12.0 |
2269 | 2025-01-25T04:34:16.810Z | Compiling rustfmt-wrapper v0.2.1 |
2270 | 2025-01-25T04:34:17.151Z | Compiling dsl_auto_type v0.1.2 |
2271 | 2025-01-25T04:34:17.349Z | Compiling scheduled-thread-pool v0.2.7 |
2272 | 2025-01-25T04:34:17.369Z | Compiling diesel_table_macro_syntax v0.2.0 |
2273 | 2025-01-25T04:34:17.775Z | Compiling maybe-uninit v2.0.0 |
2274 | 2025-01-25T04:34:18.259Z | Compiling tap v1.0.1 |
2275 | 2025-01-25T04:34:18.351Z | Compiling diesel_derives v2.2.3 |
2276 | 2025-01-25T04:34:18.446Z | Compiling wyz v0.5.1 |
2277 | 2025-01-25T04:34:18.837Z | Compiling r2d2 v0.8.10 |
2278 | 2025-01-25T04:34:19.369Z | Compiling phf_generator v0.11.2 |
2279 | 2025-01-25T04:34:19.557Z | Compiling ascii-canvas v3.0.0 |
2280 | 2025-01-25T04:34:19.851Z | Compiling secrecy v0.8.0 |
2281 | 2025-01-25T04:34:19.998Z | Compiling async-recursion v1.1.1 |
2282 | 2025-01-25T04:34:20.106Z | Compiling ena v0.14.3 |
2283 | 2025-01-25T04:34:20.531Z | Compiling packed_struct v0.10.1 |
2284 | 2025-01-25T04:34:20.967Z | Compiling regex-syntax v0.6.29 |
2285 | 2025-01-25T04:34:21.203Z | Compiling funty v2.0.0 |
2286 | 2025-01-25T04:34:21.295Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2287 | 2025-01-25T04:34:21.663Z | Compiling diff v0.1.13 |
2288 | 2025-01-25T04:34:21.972Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2289 | 2025-01-25T04:34:22.118Z | Compiling crc-catalog v2.4.0 |
2290 | 2025-01-25T04:34:22.294Z | Compiling arc-swap v1.7.1 |
2291 | 2025-01-25T04:34:22.715Z | Compiling crc v3.2.1 |
2292 | 2025-01-25T04:34:22.953Z | Compiling slog-scope v4.4.0 |
2293 | 2025-01-25T04:34:23.837Z | Compiling bitvec v1.0.1 |
2294 | 2025-01-25T04:34:24.127Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2295 | 2025-01-25T04:34:24.718Z | Compiling lalrpop v0.19.12 |
2296 | 2025-01-25T04:34:26.095Z | Compiling phf_codegen v0.11.2 |
2297 | 2025-01-25T04:34:26.468Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2298 | 2025-01-25T04:34:27.543Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2299 | 2025-01-25T04:34:27.809Z | Compiling universal-hash v0.5.1 |
2300 | 2025-01-25T04:34:28.055Z | Compiling thiserror-impl-no-std v2.0.2 |
2301 | 2025-01-25T04:34:28.391Z | Compiling packed_struct_codegen v0.10.1 |
2302 | 2025-01-25T04:34:29.432Z | Compiling diesel v2.2.6 |
2303 | 2025-01-25T04:34:30.410Z | Compiling parse-zoneinfo v0.3.1 |
2304 | 2025-01-25T04:34:30.850Z | Compiling indexmap v1.9.3 |
2305 | 2025-01-25T04:34:31.201Z | Compiling unicase v2.7.0 |
2306 | 2025-01-25T04:34:31.560Z | Compiling ref-cast v1.0.23 |
2307 | 2025-01-25T04:34:31.812Z | Compiling nodrop v0.1.14 |
2308 | 2025-01-25T04:34:31.970Z | Compiling opaque-debug v0.3.1 |
2309 | 2025-01-25T04:34:32.086Z | Compiling poly1305 v0.8.0 |
2310 | 2025-01-25T04:34:32.176Z | Compiling array-init v0.0.4 |
2311 | 2025-01-25T04:34:33.388Z | Compiling chrono-tz-build v0.4.0 |
2312 | 2025-01-25T04:34:34.407Z | Compiling thiserror-no-std v2.0.2 |
2313 | 2025-01-25T04:34:34.563Z | Compiling smallvec v0.6.14 |
2314 | 2025-01-25T04:34:35.667Z | Compiling slog-stdlog v4.1.1 |
2315 | 2025-01-25T04:34:36.532Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2316 | 2025-01-25T04:34:36.838Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2317 | 2025-01-25T04:34:37.236Z | Compiling derive_builder_core v0.20.2 |
2318 | 2025-01-25T04:34:37.605Z | Compiling chacha20 v0.9.1 |
2319 | 2025-01-25T04:34:38.140Z | Compiling headers-core v0.3.0 |
2320 | 2025-01-25T04:34:38.353Z | Compiling aead v0.5.2 |
2321 | 2025-01-25T04:34:38.720Z | Compiling libxml v0.3.3 |
2322 | 2025-01-25T04:34:39.108Z | Compiling ref-cast-impl v1.0.23 |
2323 | 2025-01-25T04:34:39.331Z | Compiling vte_generate_state_changes v0.1.2 |
2324 | 2025-01-25T04:34:39.933Z | Compiling bitfield v0.14.0 |
2325 | 2025-01-25T04:34:40.216Z | Compiling termcolor v1.4.1 |
2326 | 2025-01-25T04:34:40.237Z | Compiling hashbrown v0.12.3 |
2327 | 2025-01-25T04:34:41.294Z | Compiling env_logger v0.10.2 |
2328 | 2025-01-25T04:34:42.890Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2329 | 2025-01-25T04:34:44.403Z | Compiling vte v0.11.1 |
2330 | 2025-01-25T04:34:45.932Z | Compiling derive_builder_macro v0.20.2 |
2331 | 2025-01-25T04:34:46.832Z | Compiling chacha20poly1305 v0.10.1 |
2332 | 2025-01-25T04:34:47.091Z | Compiling headers v0.4.0 |
2333 | 2025-01-25T04:34:47.947Z | Compiling polar-core v0.27.3 |
2334 | 2025-01-25T04:34:50.802Z | Compiling slog-envlogger v2.2.0 |
2335 | 2025-01-25T04:34:51.229Z | Compiling serde-hex v0.1.0 |
2336 | 2025-01-25T04:34:53.570Z | Compiling vsss-rs v3.3.4 |
2337 | 2025-01-25T04:34:56.241Z | Compiling chrono-tz v0.10.1 |
2338 | 2025-01-25T04:34:56.884Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2339 | 2025-01-25T04:34:57.707Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2340 | 2025-01-25T04:34:58.075Z | Compiling ron v0.8.1 |
2341 | 2025-01-25T04:34:59.871Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2342 | 2025-01-25T04:35:00.176Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2343 | 2025-01-25T04:35:00.492Z | Compiling hashbrown v0.13.2 |
2344 | 2025-01-25T04:35:01.828Z | Compiling strum_macros v0.24.3 |
2345 | 2025-01-25T04:35:03.746Z | Compiling fxhash v0.2.1 |
2346 | 2025-01-25T04:35:04.081Z | Compiling samael v0.0.17 |
2347 | 2025-01-25T04:35:04.726Z | Compiling bytecount v0.6.8 |
2348 | 2025-01-25T04:35:04.858Z | Compiling indoc v1.0.9 |
2349 | 2025-01-25T04:35:05.057Z | Compiling zip v2.1.3 |
2350 | 2025-01-25T04:35:05.395Z | Compiling simd-adler32 v0.3.7 |
2351 | 2025-01-25T04:35:05.692Z | Compiling crc-any v2.5.0 |
2352 | 2025-01-25T04:35:05.741Z | Compiling lockfree-object-pool v0.1.6 |
2353 | 2025-01-25T04:35:06.046Z | Compiling bumpalo v3.16.0 |
2354 | 2025-01-25T04:35:06.671Z | Compiling zopfli v0.8.1 |
2355 | 2025-01-25T04:35:06.692Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2356 | 2025-01-25T04:35:11.005Z | Compiling papergrid v0.11.0 |
2357 | 2025-01-25T04:35:15.718Z | Compiling object v0.30.4 |
2358 | 2025-01-25T04:35:16.655Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2359 | 2025-01-25T04:35:21.540Z | Compiling derive_builder v0.20.2 |
2360 | 2025-01-25T04:35:21.778Z | Compiling strip-ansi-escapes v0.2.0 |
2361 | 2025-01-25T04:35:22.804Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2362 | 2025-01-25T04:35:23.128Z | Compiling tabled_derive v0.7.0 |
2363 | 2025-01-25T04:35:24.454Z | Compiling fd-lock v4.0.2 |
2364 | 2025-01-25T04:35:24.722Z | Compiling peg-macros v0.8.4 |
2365 | 2025-01-25T04:35:25.239Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2366 | 2025-01-25T04:35:25.901Z | Compiling kstat-rs v0.2.4 |
2367 | 2025-01-25T04:35:26.228Z | Compiling oso-derive v0.27.3 |
2368 | 2025-01-25T04:35:26.825Z | Compiling impl-trait-for-tuples v0.2.2 |
2369 | 2025-01-25T04:35:27.205Z | Compiling quick-xml v0.33.0 |
2370 | 2025-01-25T04:35:27.848Z | Compiling diesel-dtrace v0.4.2 |
2371 | 2025-01-25T04:35:27.983Z | Compiling nu-ansi-term v0.50.1 |
2372 | 2025-01-25T04:35:28.221Z | Compiling path-slash v0.1.5 |
2373 | 2025-01-25T04:35:28.488Z | Compiling reedline v0.35.0 |
2374 | 2025-01-25T04:35:29.257Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2375 | 2025-01-25T04:35:32.940Z | Compiling oso v0.27.3 |
2376 | 2025-01-25T04:35:33.800Z | Compiling peg v0.8.4 |
2377 | 2025-01-25T04:35:33.934Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2378 | 2025-01-25T04:35:39.632Z | Compiling tabled v0.15.0 |
2379 | 2025-01-25T04:35:50.755Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2380 | 2025-01-25T04:35:54.738Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2381 | 2025-01-25T04:35:56.811Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2382 | 2025-01-25T04:35:58.321Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2383 | 2025-01-25T04:35:59.227Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2384 | 2025-01-25T04:35:59.509Z | Compiling pem v3.0.4 |
2385 | 2025-01-25T04:35:59.554Z | Compiling bb8 v0.8.5 |
2386 | 2025-01-25T04:36:00.202Z | Compiling bcs v0.1.6 |
2387 | 2025-01-25T04:36:01.024Z | Compiling libz-sys v1.1.20 |
2388 | 2025-01-25T04:36:01.179Z | Compiling termtree v0.5.1 |
2389 | 2025-01-25T04:36:01.461Z | Compiling parking_lot_core v0.8.6 |
2390 | 2025-01-25T04:36:01.941Z | Compiling async-bb8-diesel v0.2.1 |
2391 | 2025-01-25T04:36:02.776Z | Compiling mime_guess v2.0.5 |
2392 | 2025-01-25T04:36:04.559Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2393 | 2025-01-25T04:36:07.891Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2394 | 2025-01-25T04:36:09.164Z | Compiling buf-list v1.0.3 |
2395 | 2025-01-25T04:36:11.385Z | Compiling nibble_vec v0.1.0 |
2396 | 2025-01-25T04:36:11.564Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2397 | 2025-01-25T04:36:12.365Z | Compiling pin-project-internal v1.1.6 |
2398 | 2025-01-25T04:36:13.015Z | Compiling atty v0.2.14 |
2399 | 2025-01-25T04:36:13.201Z | Compiling salty v0.3.0 |
2400 | 2025-01-25T04:36:13.638Z | Compiling http-range v0.1.5 |
2401 | 2025-01-25T04:36:14.235Z | Compiling endian-type v0.1.2 |
2402 | 2025-01-25T04:36:14.505Z | Compiling radix_trie v0.2.1 |
2403 | 2025-01-25T04:36:15.058Z | Compiling pin-project v1.1.6 |
2404 | 2025-01-25T04:36:15.465Z | Compiling parking_lot v0.11.2 |
2405 | 2025-01-25T04:36:20.496Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2406 | 2025-01-25T04:36:23.701Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2407 | 2025-01-25T04:36:24.256Z | Compiling snafu-derive v0.8.5 |
2408 | 2025-01-25T04:36:25.223Z | Compiling hyper-staticfile v0.10.1 |
2409 | 2025-01-25T04:36:28.265Z | Compiling sled v0.34.7 |
2410 | 2025-01-25T04:36:28.729Z | Compiling snafu v0.8.5 |
2411 | 2025-01-25T04:36:29.992Z | Compiling hickory-client v0.24.2 |
2412 | 2025-01-25T04:36:35.180Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2413 | 2025-01-25T04:36:36.360Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2414 | 2025-01-25T04:36:51.136Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2415 | 2025-01-25T04:36:58.795Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2416 | 2025-01-25T04:37:00.360Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2417 | 2025-01-25T04:37:02.895Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2418 | 2025-01-25T04:37:04.473Z | Compiling globset v0.4.15 |
2419 | 2025-01-25T04:37:06.362Z | Compiling hickory-server v0.24.2 |
2420 | 2025-01-25T04:37:07.053Z | Compiling olpc-cjson v0.1.4 |
2421 | 2025-01-25T04:37:07.421Z | Compiling primeorder v0.13.6 |
2422 | 2025-01-25T04:37:07.447Z | Compiling castaway v0.2.3 |
2423 | 2025-01-25T04:37:07.722Z | Compiling vergen v8.3.2 |
2424 | 2025-01-25T04:37:07.992Z | Compiling env_filter v0.1.2 |
2425 | 2025-01-25T04:37:08.012Z | Compiling serde_plain v1.0.2 |
2426 | 2025-01-25T04:37:08.588Z | Compiling cargo-platform v0.1.8 |
2427 | 2025-01-25T04:37:09.105Z | Compiling nanorand v0.7.0 |
2428 | 2025-01-25T04:37:09.547Z | Compiling memoffset v0.9.1 |
2429 | 2025-01-25T04:37:09.777Z | Compiling typed-path v0.9.3 |
2430 | 2025-01-25T04:37:10.084Z | Compiling flume v0.11.1 |
2431 | 2025-01-25T04:37:10.821Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2432 | 2025-01-25T04:37:11.413Z | Compiling cargo_metadata v0.18.1 |
2433 | 2025-01-25T04:37:12.036Z | Compiling env_logger v0.11.5 |
2434 | 2025-01-25T04:37:13.450Z | Compiling tough v0.19.0 |
2435 | 2025-01-25T04:37:14.513Z | Compiling p384 v0.13.0 |
2436 | 2025-01-25T04:37:16.853Z | Compiling compact_str v0.8.0 |
2437 | 2025-01-25T04:37:18.072Z | Compiling git2 v0.19.0 |
2438 | 2025-01-25T04:37:18.641Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2439 | 2025-01-25T04:37:19.302Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2440 | 2025-01-25T04:37:21.505Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2441 | 2025-01-25T04:37:22.723Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2442 | 2025-01-25T04:37:23.393Z | Compiling unicode-truncate v1.1.0 |
2443 | 2025-01-25T04:37:23.712Z | Compiling lru v0.12.5 |
2444 | 2025-01-25T04:37:24.108Z | Compiling rand_seeder v0.3.0 |
2445 | 2025-01-25T04:37:24.550Z | Compiling libsqlite3-sys v0.30.1 |
2446 | 2025-01-25T04:37:25.096Z | Compiling lzma-sys v0.1.20 |
2447 | 2025-01-25T04:37:25.828Z | Compiling instability v0.3.2 |
2448 | 2025-01-25T04:37:26.482Z | Compiling rustls v0.21.12 |
2449 | 2025-01-25T04:37:26.847Z | Compiling cfg_aliases v0.2.1 |
2450 | 2025-01-25T04:37:26.867Z | Compiling cassowary v0.3.0 |
2451 | 2025-01-25T04:37:26.979Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2452 | 2025-01-25T04:37:27.321Z | Compiling parse-size v1.1.0 |
2453 | 2025-01-25T04:37:27.668Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2454 | 2025-01-25T04:37:29.434Z | Compiling ratatui v0.28.1 |
2455 | 2025-01-25T04:37:29.596Z | Compiling nix v0.29.0 |
2456 | 2025-01-25T04:37:30.559Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2457 | 2025-01-25T04:37:30.721Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2458 | 2025-01-25T04:37:30.958Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2459 | 2025-01-25T04:37:32.091Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2460 | 2025-01-25T04:37:32.863Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2461 | 2025-01-25T04:37:33.199Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2462 | 2025-01-25T04:37:34.512Z | Compiling rustls-webpki v0.101.7 |
2463 | 2025-01-25T04:37:36.928Z | Compiling sct v0.7.1 |
2464 | 2025-01-25T04:37:37.253Z | Compiling heck v0.3.3 |
2465 | 2025-01-25T04:37:37.420Z | Compiling csv-core v0.1.11 |
2466 | 2025-01-25T04:37:37.618Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2467 | 2025-01-25T04:37:37.964Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2468 | 2025-01-25T04:37:38.295Z | Compiling glob v0.3.1 |
2469 | 2025-01-25T04:37:38.436Z | Compiling csv v1.3.0 |
2470 | 2025-01-25T04:37:38.456Z | Compiling zone_cfg_derive v0.1.2 |
2471 | 2025-01-25T04:37:39.813Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2472 | 2025-01-25T04:37:40.723Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2473 | 2025-01-25T04:37:46.821Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2474 | 2025-01-25T04:37:48.145Z | Compiling nix v0.27.1 |
2475 | 2025-01-25T04:37:48.485Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2476 | 2025-01-25T04:37:49.326Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2477 | 2025-01-25T04:37:50.881Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2478 | 2025-01-25T04:37:56.258Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2479 | 2025-01-25T04:37:58.971Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2480 | 2025-01-25T04:37:59.342Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2481 | 2025-01-25T04:38:00.285Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2482 | 2025-01-25T04:38:00.461Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2483 | 2025-01-25T04:38:00.543Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2484 | 2025-01-25T04:38:00.812Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2485 | 2025-01-25T04:38:00.876Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2486 | 2025-01-25T04:38:01.626Z | Compiling tungstenite v0.23.0 |
2487 | 2025-01-25T04:38:02.381Z | Compiling hashlink v0.9.1 |
2488 | 2025-01-25T04:38:03.199Z | Compiling fallible-streaming-iterator v0.1.9 |
2489 | 2025-01-25T04:38:03.531Z | Compiling base64 v0.13.1 |
2490 | 2025-01-25T04:38:03.644Z | Compiling fallible-iterator v0.3.0 |
2491 | 2025-01-25T04:38:04.355Z | Compiling rusqlite v0.32.1 |
2492 | 2025-01-25T04:38:04.411Z | Compiling ron v0.7.1 |
2493 | 2025-01-25T04:38:05.559Z | Compiling tokio-tungstenite v0.23.1 |
2494 | 2025-01-25T04:38:06.197Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2495 | 2025-01-25T04:38:06.379Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2496 | 2025-01-25T04:38:08.118Z | Compiling xz2 v0.1.7 |
2497 | 2025-01-25T04:38:09.231Z | Compiling tokio-rustls v0.24.1 |
2498 | 2025-01-25T04:38:09.709Z | Compiling zone v0.1.8 |
2499 | 2025-01-25T04:38:13.095Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2500 | 2025-01-25T04:38:14.245Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2501 | 2025-01-25T04:38:17.113Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2502 | 2025-01-25T04:38:18.626Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2503 | 2025-01-25T04:38:19.310Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2504 | 2025-01-25T04:38:26.029Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2505 | 2025-01-25T04:38:26.204Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2506 | 2025-01-25T04:38:28.538Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2507 | 2025-01-25T04:38:29.398Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2508 | 2025-01-25T04:38:31.240Z | Compiling rustls-pemfile v1.0.4 |
2509 | 2025-01-25T04:38:32.373Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2510 | 2025-01-25T04:38:32.387Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2511 | 2025-01-25T04:38:32.463Z | Compiling signal-hook-tokio v0.3.1 |
2512 | 2025-01-25T04:38:32.567Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2513 | 2025-01-25T04:38:32.817Z | Compiling twox-hash v1.6.3 |
2514 | 2025-01-25T04:38:33.465Z | Compiling yasna v0.5.2 |
2515 | 2025-01-25T04:38:33.761Z | Compiling unicode-linebreak v0.1.5 |
2516 | 2025-01-25T04:38:34.345Z | Compiling smawk v0.3.2 |
2517 | 2025-01-25T04:38:34.655Z | Compiling is_ci v1.2.0 |
2518 | 2025-01-25T04:38:34.992Z | Compiling supports-color v3.0.1 |
2519 | 2025-01-25T04:38:35.479Z | Compiling textwrap v0.16.1 |
2520 | 2025-01-25T04:38:36.846Z | Compiling rcgen v0.12.1 |
2521 | 2025-01-25T04:38:38.372Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2522 | 2025-01-25T04:38:41.710Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2523 | 2025-01-25T04:38:46.733Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2524 | 2025-01-25T04:38:47.181Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2525 | 2025-01-25T04:38:47.811Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2526 | 2025-01-25T04:38:53.887Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2527 | 2025-01-25T04:39:01.509Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2528 | 2025-01-25T04:39:06.512Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2529 | 2025-01-25T04:39:08.675Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2530 | 2025-01-25T04:39:09.252Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2531 | 2025-01-25T04:39:19.733Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2532 | 2025-01-25T04:39:24.097Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2533 | 2025-01-25T04:39:24.441Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2534 | 2025-01-25T04:39:26.262Z | Compiling fatfs v0.3.6 |
2535 | 2025-01-25T04:39:28.610Z | Compiling subprocess v0.2.9 |
2536 | 2025-01-25T04:39:29.171Z | Compiling rtoolbox v0.0.2 |
2537 | 2025-01-25T04:39:29.633Z | Compiling assert_matches v1.5.0 |
2538 | 2025-01-25T04:39:33.373Z | Compiling rpassword v7.3.1 |
2539 | 2025-01-25T04:39:33.870Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2540 | 2025-01-25T04:39:34.719Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2541 | 2025-01-25T04:39:35.840Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2542 | 2025-01-25T04:39:41.502Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2543 | 2025-01-25T04:39:43.076Z | Compiling tui-tree-widget v0.22.0 |
2544 | 2025-01-25T04:39:43.542Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2545 | 2025-01-25T04:39:50.059Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2546 | 2025-01-25T04:39:50.391Z | Compiling uzers v0.12.1 |
2547 | 2025-01-25T04:39:53.556Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2548 | 2025-01-25T04:39:56.948Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2549 | 2025-01-25T04:39:58.885Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2550 | 2025-01-25T04:40:30.953Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2551 | 2025-01-25T04:40:34.183Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2552 | 2025-01-25T04:40:39.075Z | Compiling multimap v0.10.0 |
2553 | 2025-01-25T04:43:04.653Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2554 | 2025-01-25T04:43:17.394Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2555 | 2025-01-25T04:50:21.021Z | Finished `release` profile [optimized] target(s) in 16m 59s |
2556 | 2025-01-25T04:51:25.254Z | |
2557 | 2025-01-25T04:51:25.257Z | real 18:04.474327990 |
2558 | 2025-01-25T04:51:25.257Z | user 2:07:17.155734404 |
2559 | 2025-01-25T04:51:25.257Z | sys 3:20.500439597 |
2560 | 2025-01-25T04:51:25.257Z | trap 3.346012367 |
2561 | 2025-01-25T04:51:25.257Z | tflt 3.053957833 |
2562 | 2025-01-25T04:51:25.258Z | dflt 3.861907555 |
2563 | 2025-01-25T04:51:25.258Z | kflt 0.025290295 |
2564 | 2025-01-25T04:51:25.258Z | lock 7:43:31.389211829 |
2565 | 2025-01-25T04:51:25.258Z | slp 6:28:35.374993050 |
2566 | 2025-01-25T04:51:25.258Z | lat 3:22.211228415 |
2567 | 2025-01-25T04:51:25.258Z | stop 2:46.961595675 |
2568 | 2025-01-25T04:51:25.258Z | + mapfile -t packages |
2569 | 2025-01-25T04:51:25.258Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2570 | 2025-01-25T04:51:26.325Z | Finished `release` profile [optimized] target(s) in 1.01s |
2571 | 2025-01-25T04:51:26.396Z | Running `target/release/omicron-package -t test list-outputs` |
2572 | 2025-01-25T04:51:26.448Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2573 | 2025-01-25T04:51:26.450Z | + ptime -m cargo build --locked --release -p xtask |
2574 | 2025-01-25T04:51:27.042Z | Compiling serde v1.0.217 |
2575 | 2025-01-25T04:51:27.044Z | Compiling serde_json v1.0.135 |
2576 | 2025-01-25T04:51:27.045Z | Compiling libc v0.2.169 |
2577 | 2025-01-25T04:51:27.045Z | Compiling rustix v0.38.37 |
2578 | 2025-01-25T04:51:27.045Z | Compiling syn v2.0.96 |
2579 | 2025-01-25T04:51:27.137Z | Compiling bitflags v2.6.0 |
2580 | 2025-01-25T04:51:27.488Z | Compiling usdt-impl v0.5.0 |
2581 | 2025-01-25T04:51:27.565Z | Compiling syn v1.0.109 |
2582 | 2025-01-25T04:51:27.710Z | Compiling log v0.4.22 |
2583 | 2025-01-25T04:51:27.714Z | Compiling hashbrown v0.15.1 |
2584 | 2025-01-25T04:51:27.941Z | Compiling fs-err v2.11.0 |
2585 | 2025-01-25T04:51:28.132Z | Compiling anyhow v1.0.95 |
2586 | 2025-01-25T04:51:28.279Z | Compiling once_cell v1.20.2 |
2587 | 2025-01-25T04:51:28.531Z | Compiling thread-id v4.2.2 |
2588 | 2025-01-25T04:51:28.977Z | Compiling indexmap v2.7.0 |
2589 | 2025-01-25T04:51:29.963Z | Compiling terminal_size v0.4.0 |
2590 | 2025-01-25T04:51:29.963Z | Compiling tempfile v3.13.0 |
2591 | 2025-01-25T04:51:30.196Z | Compiling clap_builder v4.5.21 |
2592 | 2025-01-25T04:51:31.081Z | Compiling proc-macro-error v1.0.4 |
2593 | 2025-01-25T04:51:31.777Z | Compiling tabled_derive v0.7.0 |
2594 | 2025-01-25T04:51:32.914Z | Compiling tabled v0.15.0 |
2595 | 2025-01-25T04:51:33.786Z | Compiling serde_derive v1.0.217 |
2596 | 2025-01-25T04:51:33.786Z | Compiling thiserror-impl v1.0.69 |
2597 | 2025-01-25T04:51:33.789Z | Compiling zerocopy-derive v0.7.35 |
2598 | 2025-01-25T04:51:33.789Z | Compiling scroll_derive v0.12.0 |
2599 | 2025-01-25T04:51:33.789Z | Compiling clap_derive v4.5.18 |
2600 | 2025-01-25T04:51:35.205Z | Compiling scroll v0.12.0 |
2601 | 2025-01-25T04:51:35.780Z | Compiling zerocopy v0.7.35 |
2602 | 2025-01-25T04:51:36.440Z | Compiling thiserror v1.0.69 |
2603 | 2025-01-25T04:51:36.635Z | Compiling pest v2.7.14 |
2604 | 2025-01-25T04:51:37.467Z | Compiling goblin v0.8.2 |
2605 | 2025-01-25T04:51:38.330Z | Compiling clap v4.5.21 |
2606 | 2025-01-25T04:51:39.727Z | Compiling pest_meta v2.7.14 |
2607 | 2025-01-25T04:51:41.500Z | Compiling pest_generator v2.7.14 |
2608 | 2025-01-25T04:51:43.473Z | Compiling pest_derive v2.7.14 |
2609 | 2025-01-25T04:51:44.235Z | Compiling dtrace-parser v0.2.0 |
2610 | 2025-01-25T04:51:48.106Z | Compiling toml_datetime v0.6.8 |
2611 | 2025-01-25T04:51:48.948Z | Compiling serde_tokenstream v0.2.2 |
2612 | 2025-01-25T04:51:49.511Z | Compiling serde_spanned v0.6.8 |
2613 | 2025-01-25T04:51:49.814Z | Compiling toml_edit v0.22.22 |
2614 | 2025-01-25T04:51:51.094Z | Compiling dof v0.3.0 |
2615 | 2025-01-25T04:51:51.419Z | Compiling camino v1.1.9 |
2616 | 2025-01-25T04:51:52.939Z | Compiling cargo-platform v0.1.8 |
2617 | 2025-01-25T04:51:53.293Z | Compiling usdt-attr-macro v0.5.0 |
2618 | 2025-01-25T04:51:54.039Z | Compiling toml v0.8.19 |
2619 | 2025-01-25T04:51:54.654Z | Compiling usdt-macro v0.5.0 |
2620 | 2025-01-25T04:51:55.959Z | Compiling semver v1.0.24 |
2621 | 2025-01-25T04:51:56.586Z | Compiling cargo_metadata v0.18.1 |
2622 | 2025-01-25T04:51:56.793Z | Compiling usdt v0.5.0 |
2623 | 2025-01-25T04:51:57.368Z | Compiling cargo_toml v0.20.5 |
2624 | 2025-01-25T04:51:58.410Z | Compiling camino-tempfile v1.1.1 |
2625 | 2025-01-25T04:51:59.053Z | Compiling macaddr v1.0.1 |
2626 | 2025-01-25T04:52:10.952Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2627 | 2025-01-25T04:52:21.864Z | Finished `release` profile [optimized] target(s) in 54.99s |
2628 | 2025-01-25T04:52:22.000Z | |
2629 | 2025-01-25T04:52:22.003Z | real 55.151318582 |
2630 | 2025-01-25T04:52:22.003Z | user 5:44.896952468 |
2631 | 2025-01-25T04:52:22.003Z | sys 19.022383737 |
2632 | 2025-01-25T04:52:22.003Z | trap 0.168287575 |
2633 | 2025-01-25T04:52:22.003Z | tflt 0.244636534 |
2634 | 2025-01-25T04:52:22.003Z | dflt 0.385214500 |
2635 | 2025-01-25T04:52:22.003Z | kflt 0.000003963 |
2636 | 2025-01-25T04:52:22.003Z | lock 10:26.949888181 |
2637 | 2025-01-25T04:52:22.003Z | slp 15:54.905726895 |
2638 | 2025-01-25T04:52:22.003Z | lat 13.435615200 |
2639 | 2025-01-25T04:52:22.003Z | stop 17.206727329 |
2640 | 2025-01-25T04:52:22.003Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2641 | 2025-01-25T04:52:22.003Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2642 | 2025-01-25T04:52:22.003Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2643 | 2025-01-25T04:52:22.003Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2644 | 2025-01-25T04:52:22.003Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2645 | 2025-01-25T04:52:22.921Z | Compiling hashbrown v0.14.5 |
2646 | 2025-01-25T04:52:23.055Z | Compiling thiserror v2.0.11 |
2647 | 2025-01-25T04:52:23.071Z | Compiling thiserror-impl v2.0.11 |
2648 | 2025-01-25T04:52:23.075Z | Compiling ident_case v1.0.1 |
2649 | 2025-01-25T04:52:23.089Z | Compiling unsafe-libyaml v0.2.11 |
2650 | 2025-01-25T04:52:23.091Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2651 | 2025-01-25T04:52:23.091Z | Compiling ipnetwork v0.20.0 |
2652 | 2025-01-25T04:52:23.091Z | Compiling progenitor-client v0.9.1 |
2653 | 2025-01-25T04:52:23.350Z | Compiling darling_core v0.20.10 |
2654 | 2025-01-25T04:52:23.574Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2655 | 2025-01-25T04:52:23.685Z | Compiling macaddr v1.0.1 |
2656 | 2025-01-25T04:52:24.000Z | Compiling progenitor-client v0.8.0 |
2657 | 2025-01-25T04:52:24.035Z | Compiling instant v0.1.13 |
2658 | 2025-01-25T04:52:24.160Z | Compiling regress v0.10.1 |
2659 | 2025-01-25T04:52:24.182Z | Compiling structmeta-derive v0.3.0 |
2660 | 2025-01-25T04:52:24.202Z | Compiling dropshot v0.15.1 |
2661 | 2025-01-25T04:52:24.263Z | Compiling regress v0.9.1 |
2662 | 2025-01-25T04:52:24.510Z | Compiling serde_yaml v0.9.34+deprecated |
2663 | 2025-01-25T04:52:24.614Z | Compiling dropshot_endpoint v0.15.1 |
2664 | 2025-01-25T04:52:25.109Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2665 | 2025-01-25T04:52:26.454Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2666 | 2025-01-25T04:52:26.584Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2667 | 2025-01-25T04:52:26.942Z | Compiling structmeta v0.3.0 |
2668 | 2025-01-25T04:52:27.389Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2669 | 2025-01-25T04:52:27.409Z | Compiling parse-display-derive v0.10.0 |
2670 | 2025-01-25T04:52:27.430Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2671 | 2025-01-25T04:52:27.606Z | Compiling backoff v0.4.0 |
2672 | 2025-01-25T04:52:27.902Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2673 | 2025-01-25T04:52:28.000Z | Compiling typify-impl v0.2.0 |
2674 | 2025-01-25T04:52:28.168Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2675 | 2025-01-25T04:52:28.363Z | Compiling tempfile v3.13.0 |
2676 | 2025-01-25T04:52:28.693Z | Compiling proc-macro-crate v1.3.1 |
2677 | 2025-01-25T04:52:29.123Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2678 | 2025-01-25T04:52:29.193Z | Compiling typify-impl v0.3.0 |
2679 | 2025-01-25T04:52:29.225Z | Compiling itertools v0.13.0 |
2680 | 2025-01-25T04:52:29.505Z | Compiling zerocopy v0.8.10 |
2681 | 2025-01-25T04:52:29.538Z | Compiling darling_macro v0.20.10 |
2682 | 2025-01-25T04:52:29.680Z | Compiling num_enum_derive v0.5.11 |
2683 | 2025-01-25T04:52:30.405Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2684 | 2025-01-25T04:52:30.489Z | Compiling darling v0.20.10 |
2685 | 2025-01-25T04:52:30.630Z | Compiling serde_with_macros v3.11.0 |
2686 | 2025-01-25T04:52:30.838Z | Compiling zerocopy-derive v0.8.10 |
2687 | 2025-01-25T04:52:31.688Z | Compiling parse-display v0.10.0 |
2688 | 2025-01-25T04:52:32.152Z | Compiling num_enum v0.5.11 |
2689 | 2025-01-25T04:52:32.285Z | Compiling foreign-types-macros v0.2.3 |
2690 | 2025-01-25T04:52:32.383Z | Compiling heapless v0.8.0 |
2691 | 2025-01-25T04:52:32.391Z | Compiling foreign-types-shared v0.3.1 |
2692 | 2025-01-25T04:52:32.519Z | Compiling crucible-workspace-hack v0.1.0 |
2693 | 2025-01-25T04:52:32.860Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2694 | 2025-01-25T04:52:33.256Z | Compiling proc-macro-error v1.0.4 |
2695 | 2025-01-25T04:52:33.373Z | Compiling serde_with v3.11.0 |
2696 | 2025-01-25T04:52:33.599Z | Compiling foreign-types v0.5.0 |
2697 | 2025-01-25T04:52:33.980Z | Compiling camino-tempfile v1.1.1 |
2698 | 2025-01-25T04:52:34.081Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2699 | 2025-01-25T04:52:34.465Z | Compiling hash32 v0.3.1 |
2700 | 2025-01-25T04:52:34.762Z | Compiling cstr-argument v0.1.2 |
2701 | 2025-01-25T04:52:34.951Z | Compiling pretty-hex v0.2.1 |
2702 | 2025-01-25T04:52:35.031Z | Compiling smoltcp v0.11.0 |
2703 | 2025-01-25T04:52:35.194Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2704 | 2025-01-25T04:52:35.593Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2705 | 2025-01-25T04:52:35.779Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2706 | 2025-01-25T04:52:36.492Z | Compiling tabwriter v1.4.0 |
2707 | 2025-01-25T04:52:36.888Z | Compiling colored v2.1.0 |
2708 | 2025-01-25T04:52:36.891Z | Compiling cobs v0.2.3 |
2709 | 2025-01-25T04:52:36.979Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2710 | 2025-01-25T04:52:37.180Z | Compiling postcard v1.0.10 |
2711 | 2025-01-25T04:52:37.298Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2712 | 2025-01-25T04:52:37.518Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2713 | 2025-01-25T04:52:37.581Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2714 | 2025-01-25T04:52:37.827Z | Compiling smf v0.2.3 |
2715 | 2025-01-25T04:52:38.036Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2716 | 2025-01-25T04:52:38.348Z | Compiling zone_cfg_derive v0.3.0 |
2717 | 2025-01-25T04:52:38.438Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2718 | 2025-01-25T04:52:38.880Z | Compiling num-derive v0.4.2 |
2719 | 2025-01-25T04:52:39.160Z | Compiling sigpipe v0.1.3 |
2720 | 2025-01-25T04:52:39.251Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2721 | 2025-01-25T04:52:39.610Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2722 | 2025-01-25T04:52:39.736Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2723 | 2025-01-25T04:52:39.760Z | Compiling zone v0.3.0 |
2724 | 2025-01-25T04:52:40.493Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2725 | 2025-01-25T04:52:40.605Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2726 | 2025-01-25T04:52:41.063Z | Compiling universal-hash v0.5.1 |
2727 | 2025-01-25T04:52:41.172Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2728 | 2025-01-25T04:52:41.288Z | Compiling opaque-debug v0.3.1 |
2729 | 2025-01-25T04:52:41.310Z | Compiling tungstenite v0.21.0 |
2730 | 2025-01-25T04:52:41.422Z | Compiling num-rational v0.4.2 |
2731 | 2025-01-25T04:52:41.502Z | Compiling password-hash v0.5.0 |
2732 | 2025-01-25T04:52:42.020Z | Compiling blake2 v0.10.6 |
2733 | 2025-01-25T04:52:42.290Z | Compiling num-complex v0.4.6 |
2734 | 2025-01-25T04:52:42.552Z | Compiling aead v0.5.2 |
2735 | 2025-01-25T04:52:42.917Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2736 | 2025-01-25T04:52:43.060Z | Compiling convert_case v0.4.0 |
2737 | 2025-01-25T04:52:43.104Z | Compiling keccak v0.1.5 |
2738 | 2025-01-25T04:52:43.290Z | Compiling base64 v0.21.7 |
2739 | 2025-01-25T04:52:43.358Z | Compiling num v0.4.3 |
2740 | 2025-01-25T04:52:43.406Z | Compiling sha3 v0.10.8 |
2741 | 2025-01-25T04:52:43.487Z | Compiling argon2 v0.5.3 |
2742 | 2025-01-25T04:52:43.686Z | Compiling typify-macro v0.2.0 |
2743 | 2025-01-25T04:52:43.919Z | Compiling derive_more v0.99.18 |
2744 | 2025-01-25T04:52:43.985Z | Compiling tokio-tungstenite v0.21.0 |
2745 | 2025-01-25T04:52:44.453Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2746 | 2025-01-25T04:52:44.476Z | Compiling poly1305 v0.8.0 |
2747 | 2025-01-25T04:52:44.574Z | Compiling chacha20 v0.9.1 |
2748 | 2025-01-25T04:52:44.815Z | Compiling float-ord v0.3.2 |
2749 | 2025-01-25T04:52:44.942Z | Compiling typify-macro v0.3.0 |
2750 | 2025-01-25T04:52:45.028Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2751 | 2025-01-25T04:52:45.066Z | Compiling same-file v1.0.6 |
2752 | 2025-01-25T04:52:45.434Z | Compiling semver v0.1.20 |
2753 | 2025-01-25T04:52:45.484Z | Compiling walkdir v2.5.0 |
2754 | 2025-01-25T04:52:46.021Z | Compiling rustc_version v0.1.7 |
2755 | 2025-01-25T04:52:46.256Z | Compiling newline-converter v0.3.0 |
2756 | 2025-01-25T04:52:46.283Z | Compiling primeorder v0.13.6 |
2757 | 2025-01-25T04:52:46.346Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2758 | 2025-01-25T04:52:46.462Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2759 | 2025-01-25T04:52:46.526Z | Compiling secrecy v0.8.0 |
2760 | 2025-01-25T04:52:46.631Z | Compiling cancel-safe-futures v0.1.5 |
2761 | 2025-01-25T04:52:46.799Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2762 | 2025-01-25T04:52:46.834Z | Compiling owo-colors v4.1.0 |
2763 | 2025-01-25T04:52:47.058Z | Compiling newtype_derive v0.1.6 |
2764 | 2025-01-25T04:52:47.064Z | Compiling expectorate v1.1.0 |
2765 | 2025-01-25T04:52:47.164Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2766 | 2025-01-25T04:52:47.279Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2767 | 2025-01-25T04:52:47.355Z | Compiling thiserror-impl-no-std v2.0.2 |
2768 | 2025-01-25T04:52:47.478Z | Compiling typify v0.2.0 |
2769 | 2025-01-25T04:52:47.559Z | Compiling blake3 v1.5.4 |
2770 | 2025-01-25T04:52:47.581Z | Compiling unicase v2.7.0 |
2771 | 2025-01-25T04:52:47.626Z | Compiling progenitor-impl v0.8.0 |
2772 | 2025-01-25T04:52:47.646Z | Compiling half v2.4.1 |
2773 | 2025-01-25T04:52:47.930Z | Compiling ciborium-io v0.2.2 |
2774 | 2025-01-25T04:52:48.186Z | Compiling arc-swap v1.7.1 |
2775 | 2025-01-25T04:52:48.191Z | Compiling ciborium-ll v0.2.2 |
2776 | 2025-01-25T04:52:48.432Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2777 | 2025-01-25T04:52:48.599Z | Compiling slog-scope v4.4.0 |
2778 | 2025-01-25T04:52:48.713Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2779 | 2025-01-25T04:52:48.840Z | Compiling typify v0.3.0 |
2780 | 2025-01-25T04:52:49.004Z | Compiling progenitor-impl v0.9.1 |
2781 | 2025-01-25T04:52:49.094Z | Compiling polyval v0.6.2 |
2782 | 2025-01-25T04:52:49.556Z | Compiling atomicwrites v0.4.4 |
2783 | 2025-01-25T04:52:49.631Z | Compiling libsw v3.3.1 |
2784 | 2025-01-25T04:52:49.944Z | Compiling memmap2 v0.9.5 |
2785 | 2025-01-25T04:52:49.985Z | Compiling constant_time_eq v0.3.1 |
2786 | 2025-01-25T04:52:50.217Z | Compiling linear-map v1.2.0 |
2787 | 2025-01-25T04:52:50.247Z | Compiling thiserror-no-std v2.0.2 |
2788 | 2025-01-25T04:52:50.437Z | Compiling arrayvec v0.7.6 |
2789 | 2025-01-25T04:52:50.441Z | Compiling libefi-sys v0.1.0 |
2790 | 2025-01-25T04:52:50.587Z | Compiling parking_lot_core v0.8.6 |
2791 | 2025-01-25T04:52:50.734Z | Compiling salty v0.3.0 |
2792 | 2025-01-25T04:52:50.809Z | Compiling indent_write v2.2.0 |
2793 | 2025-01-25T04:52:50.867Z | Compiling arrayref v0.3.9 |
2794 | 2025-01-25T04:52:50.921Z | Compiling vsss-rs v3.3.4 |
2795 | 2025-01-25T04:52:51.063Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2796 | 2025-01-25T04:52:51.151Z | Compiling ghash v0.5.1 |
2797 | 2025-01-25T04:52:51.376Z | Compiling slog-stdlog v4.1.1 |
2798 | 2025-01-25T04:52:51.449Z | Compiling ciborium v0.2.2 |
2799 | 2025-01-25T04:52:52.240Z | Compiling p384 v0.13.0 |
2800 | 2025-01-25T04:52:52.509Z | Compiling toolchain_find v0.4.0 |
2801 | 2025-01-25T04:52:52.811Z | Compiling chacha20poly1305 v0.10.1 |
2802 | 2025-01-25T04:52:52.860Z | Compiling ctr v0.9.2 |
2803 | 2025-01-25T04:52:53.092Z | Compiling lzma-sys v0.1.20 |
2804 | 2025-01-25T04:52:53.171Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2805 | 2025-01-25T04:52:53.250Z | Compiling bitfield-struct v0.6.2 |
2806 | 2025-01-25T04:52:53.603Z | Compiling slog-dtrace v0.3.0 |
2807 | 2025-01-25T04:52:53.857Z | Compiling highway v1.2.0 |
2808 | 2025-01-25T04:52:53.861Z | Compiling topological-sort v0.2.2 |
2809 | 2025-01-25T04:52:54.075Z | Compiling omicron-zone-package v0.12.0 |
2810 | 2025-01-25T04:52:54.253Z | Compiling aes-gcm v0.10.3 |
2811 | 2025-01-25T04:52:54.584Z | Compiling rustfmt-wrapper v0.2.1 |
2812 | 2025-01-25T04:52:54.619Z | Compiling mime_guess v2.0.5 |
2813 | 2025-01-25T04:52:54.680Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2814 | 2025-01-25T04:52:54.823Z | Compiling progenitor-macro v0.8.0 |
2815 | 2025-01-25T04:52:54.976Z | Compiling slog-envlogger v2.2.0 |
2816 | 2025-01-25T04:52:55.058Z | Compiling steno v0.4.1 |
2817 | 2025-01-25T04:52:55.806Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2818 | 2025-01-25T04:52:56.103Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2819 | 2025-01-25T04:52:56.107Z | Compiling heck v0.3.3 |
2820 | 2025-01-25T04:52:56.172Z | Compiling ssh-encoding v0.2.0 |
2821 | 2025-01-25T04:52:56.261Z | Compiling progenitor-macro v0.9.1 |
2822 | 2025-01-25T04:52:56.472Z | Compiling blowfish v0.9.1 |
2823 | 2025-01-25T04:52:56.475Z | Compiling nibble_vec v0.1.0 |
2824 | 2025-01-25T04:52:56.717Z | Compiling env_filter v0.1.2 |
2825 | 2025-01-25T04:52:56.753Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2826 | 2025-01-25T04:52:56.987Z | Compiling humantime v2.1.0 |
2827 | 2025-01-25T04:52:57.058Z | Compiling endian-type v0.1.2 |
2828 | 2025-01-25T04:52:57.240Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2829 | 2025-01-25T04:52:57.334Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2830 | 2025-01-25T04:52:57.402Z | Compiling radix_trie v0.2.1 |
2831 | 2025-01-25T04:52:57.477Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2832 | 2025-01-25T04:52:57.535Z | Compiling env_logger v0.11.5 |
2833 | 2025-01-25T04:52:57.602Z | Compiling bcrypt-pbkdf v0.10.0 |
2834 | 2025-01-25T04:52:58.052Z | Compiling ssh-cipher v0.2.0 |
2835 | 2025-01-25T04:52:58.251Z | Compiling zone_cfg_derive v0.1.2 |
2836 | 2025-01-25T04:52:58.357Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2837 | 2025-01-25T04:52:58.782Z | Compiling parking_lot v0.11.2 |
2838 | 2025-01-25T04:52:58.814Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2839 | 2025-01-25T04:52:59.715Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2840 | 2025-01-25T04:52:59.736Z | Compiling password-hash v0.4.2 |
2841 | 2025-01-25T04:52:59.756Z | Compiling gethostname v0.5.0 |
2842 | 2025-01-25T04:52:59.968Z | Compiling fxhash v0.2.1 |
2843 | 2025-01-25T04:53:00.059Z | Compiling http-range v0.1.5 |
2844 | 2025-01-25T04:53:00.147Z | Compiling zip v2.1.3 |
2845 | 2025-01-25T04:53:00.210Z | Compiling bumpalo v3.16.0 |
2846 | 2025-01-25T04:53:00.256Z | Compiling base64 v0.13.1 |
2847 | 2025-01-25T04:53:00.412Z | Compiling simd-adler32 v0.3.7 |
2848 | 2025-01-25T04:53:00.495Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2849 | 2025-01-25T04:53:00.641Z | Compiling lockfree-object-pool v0.1.6 |
2850 | 2025-01-25T04:53:00.729Z | Compiling ron v0.7.1 |
2851 | 2025-01-25T04:53:00.896Z | Compiling pbkdf2 v0.11.0 |
2852 | 2025-01-25T04:53:00.928Z | Compiling zopfli v0.8.1 |
2853 | 2025-01-25T04:53:00.949Z | Compiling sled v0.34.7 |
2854 | 2025-01-25T04:53:01.000Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2855 | 2025-01-25T04:53:01.311Z | Compiling zone v0.1.8 |
2856 | 2025-01-25T04:53:01.756Z | Compiling xz2 v0.1.7 |
2857 | 2025-01-25T04:53:01.761Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2858 | 2025-01-25T04:53:02.699Z | Compiling ssh-key v0.6.6 |
2859 | 2025-01-25T04:53:02.898Z | Compiling hickory-client v0.24.2 |
2860 | 2025-01-25T04:53:03.294Z | Compiling p256 v0.13.2 |
2861 | 2025-01-25T04:53:03.318Z | Compiling p521 v0.13.3 |
2862 | 2025-01-25T04:53:04.125Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2863 | 2025-01-25T04:53:04.243Z | Compiling hickory-server v0.24.2 |
2864 | 2025-01-25T04:53:05.158Z | Compiling pem v3.0.4 |
2865 | 2025-01-25T04:53:05.783Z | Compiling yasna v0.5.2 |
2866 | 2025-01-25T04:53:05.930Z | Compiling headers-core v0.3.0 |
2867 | 2025-01-25T04:53:06.149Z | Compiling kstat-rs v0.2.4 |
2868 | 2025-01-25T04:53:06.798Z | Compiling nanorand v0.7.0 |
2869 | 2025-01-25T04:53:06.989Z | Compiling atty v0.2.14 |
2870 | 2025-01-25T04:53:07.141Z | Compiling russh-cryptovec v0.7.3 |
2871 | 2025-01-25T04:53:07.180Z | Compiling md5 v0.7.0 |
2872 | 2025-01-25T04:53:07.401Z | Compiling flume v0.11.1 |
2873 | 2025-01-25T04:53:07.464Z | Compiling rcgen v0.12.1 |
2874 | 2025-01-25T04:53:07.494Z | Compiling russh-keys v0.45.0 |
2875 | 2025-01-25T04:53:07.693Z | Compiling headers v0.4.0 |
2876 | 2025-01-25T04:53:07.898Z | Compiling progenitor v0.8.0 |
2877 | 2025-01-25T04:53:08.136Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2878 | 2025-01-25T04:53:08.692Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2879 | 2025-01-25T04:53:09.233Z | Compiling progenitor v0.9.1 |
2880 | 2025-01-25T04:53:09.475Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2881 | 2025-01-25T04:53:09.499Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2882 | 2025-01-25T04:53:09.652Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2883 | 2025-01-25T04:53:10.087Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2884 | 2025-01-25T04:53:10.207Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2885 | 2025-01-25T04:53:11.196Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2886 | 2025-01-25T04:53:11.254Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2887 | 2025-01-25T04:53:11.935Z | Compiling hyper-staticfile v0.10.1 |
2888 | 2025-01-25T04:53:13.065Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2889 | 2025-01-25T04:53:13.688Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2890 | 2025-01-25T04:53:14.176Z | Compiling num-bigint v0.4.6 |
2891 | 2025-01-25T04:53:15.014Z | Compiling des v0.8.1 |
2892 | 2025-01-25T04:53:15.391Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2893 | 2025-01-25T04:53:15.916Z | Compiling subprocess v0.2.9 |
2894 | 2025-01-25T04:53:15.938Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2895 | 2025-01-25T04:53:16.879Z | Compiling display-error-chain v0.2.2 |
2896 | 2025-01-25T04:53:16.963Z | Compiling hex-literal v0.4.1 |
2897 | 2025-01-25T04:53:17.114Z | Compiling russh v0.45.0 |
2898 | 2025-01-25T04:53:17.155Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2899 | 2025-01-25T04:53:17.707Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2900 | 2025-01-25T04:53:20.151Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2901 | 2025-01-25T04:53:20.645Z | Compiling internet-checksum v0.2.1 |
2902 | 2025-01-25T04:53:25.234Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2903 | 2025-01-25T04:53:25.234Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2904 | 2025-01-25T04:53:25.238Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2905 | 2025-01-25T04:53:25.238Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2906 | 2025-01-25T04:53:26.167Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2907 | 2025-01-25T04:53:28.078Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2908 | 2025-01-25T04:53:29.476Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2909 | 2025-01-25T04:53:29.624Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2910 | 2025-01-25T04:53:29.991Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2911 | 2025-01-25T04:53:30.585Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2912 | 2025-01-25T04:53:33.043Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2913 | 2025-01-25T04:53:33.085Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2914 | 2025-01-25T04:53:33.310Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2915 | 2025-01-25T04:53:34.103Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2916 | 2025-01-25T04:53:34.298Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2917 | 2025-01-25T04:53:34.404Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2918 | 2025-01-25T04:53:35.558Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2919 | 2025-01-25T04:53:36.540Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2920 | 2025-01-25T04:53:39.440Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2921 | 2025-01-25T04:53:39.466Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2922 | 2025-01-25T04:53:39.876Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2923 | 2025-01-25T04:53:40.414Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2924 | 2025-01-25T04:53:42.296Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2925 | 2025-01-25T04:53:44.503Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2926 | 2025-01-25T04:53:45.816Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2927 | 2025-01-25T04:53:46.770Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2928 | 2025-01-25T04:53:47.042Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2929 | 2025-01-25T04:53:47.850Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2930 | 2025-01-25T04:53:52.068Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2931 | 2025-01-25T04:54:00.425Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2932 | 2025-01-25T04:54:02.028Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2933 | 2025-01-25T04:54:24.397Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2934 | 2025-01-25T04:54:47.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
2935 | 2025-01-25T04:54:47.835Z | |
2936 | 2025-01-25T04:54:47.838Z | real 2:24.820994742 |
2937 | 2025-01-25T04:54:47.838Z | user 12:25.152158936 |
2938 | 2025-01-25T04:54:47.838Z | sys 1:37.892835908 |
2939 | 2025-01-25T04:54:47.838Z | trap 0.382202179 |
2940 | 2025-01-25T04:54:47.838Z | tflt 0.909106143 |
2941 | 2025-01-25T04:54:47.838Z | dflt 1.171267657 |
2942 | 2025-01-25T04:54:47.838Z | kflt 0.000051067 |
2943 | 2025-01-25T04:54:47.838Z | lock 22:46.142923127 |
2944 | 2025-01-25T04:54:47.838Z | slp 42:38.173090106 |
2945 | 2025-01-25T04:54:47.838Z | lat 38.751899597 |
2946 | 2025-01-25T04:54:47.838Z | stop 1:44.242614978 |
2947 | 2025-01-25T04:54:47.838Z | + mkdir tests |
2948 | 2025-01-25T04:54:47.840Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2949 | 2025-01-25T04:54:47.841Z | + xargs -I '{}' -t cp '{}' tests/ |
2950 | 2025-01-25T04:54:47.882Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-1ee62d29b3b2faad tests/ |
2951 | 2025-01-25T04:54:47.902Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-66b44533f9b706ca tests/ |
2952 | 2025-01-25T04:54:47.923Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-7ac007a22f6b2394 tests/ |
2953 | 2025-01-25T04:54:47.944Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-03fd1570f31af3e0 tests/ |
2954 | 2025-01-25T04:54:48.164Z | + 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/*) |
2955 | 2025-01-25T04:54:48.167Z | + 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-66b44533f9b706ca tests/commtest-7ac007a22f6b2394 tests/dhcp_server-1ee62d29b3b2faad tests/end_to_end_tests-03fd1570f31af3e0 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 |
2956 | 2025-01-25T04:56:02.337Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2957 | 2025-01-25T04:56:02.337Z | a .github/buildomat/ci-env.sh 1K |
2958 | 2025-01-25T04:56:02.337Z | a out/target/test 1K |
2959 | 2025-01-25T04:56:02.337Z | a out/npuzone/npuzone 23144K |
2960 | 2025-01-25T04:56:02.337Z | a package-manifest.toml 34K |
2961 | 2025-01-25T04:56:02.337Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2962 | 2025-01-25T04:56:02.337Z | a target/release/omicron-package 36028K |
2963 | 2025-01-25T04:56:02.337Z | a target/release/xtask 11908K |
2964 | 2025-01-25T04:56:02.337Z | a target/debug/bootstrap 220636K |
2965 | 2025-01-25T04:56:02.338Z | a tests/bootstrap-66b44533f9b706ca 24276K |
2966 | 2025-01-25T04:56:02.338Z | a tests/commtest-7ac007a22f6b2394 24769K |
2967 | 2025-01-25T04:56:02.338Z | a tests/dhcp_server-1ee62d29b3b2faad 24276K |
2968 | 2025-01-25T04:56:02.338Z | a tests/end_to_end_tests-03fd1570f31af3e0 282788K |
2969 | 2025-01-25T04:56:02.338Z | a out/clickhouse.tar.gz 294273K |
2970 | 2025-01-25T04:56:02.338Z | a out/clickhouse_keeper.tar.gz 281401K |
2971 | 2025-01-25T04:56:02.338Z | a out/clickhouse_server.tar.gz 294260K |
2972 | 2025-01-25T04:56:02.338Z | a out/cockroachdb.tar.gz 135002K |
2973 | 2025-01-25T04:56:02.338Z | a out/crucible-dtrace.tar 96K |
2974 | 2025-01-25T04:56:02.338Z | a out/crucible-pantry-zone.tar.gz 28543K |
2975 | 2025-01-25T04:56:02.338Z | a out/crucible-zone.tar.gz 36825K |
2976 | 2025-01-25T04:56:02.338Z | a out/external-dns.tar.gz 35463K |
2977 | 2025-01-25T04:56:02.338Z | a out/internal-dns.tar.gz 35464K |
2978 | 2025-01-25T04:56:02.338Z | a out/mg-ddm-gz.tar 63075K |
2979 | 2025-01-25T04:56:02.338Z | a out/nexus.tar.gz 100231K |
2980 | 2025-01-25T04:56:02.338Z | a out/ntp.tar.gz 10507K |
2981 | 2025-01-25T04:56:02.338Z | a out/omicron-gateway-softnpu.tar.gz 24113K |
2982 | 2025-01-25T04:56:02.338Z | a out/omicron-sled-agent.tar 113980K |
2983 | 2025-01-25T04:56:02.338Z | a out/overlay.tar.gz 3K |
2984 | 2025-01-25T04:56:02.338Z | a out/oximeter.tar.gz 48386K |
2985 | 2025-01-25T04:56:02.338Z | a out/oxlog.tar 3153K |
2986 | 2025-01-25T04:56:02.338Z | a out/probe.tar.gz 2764K |
2987 | 2025-01-25T04:56:02.338Z | a out/propolis-server.tar.gz 66467K |
2988 | 2025-01-25T04:56:02.338Z | a out/pumpkind-gz.tar 26665K |
2989 | 2025-01-25T04:56:02.338Z | a out/switch-softnpu.tar.gz 237612K |
2990 | 2025-01-25T04:56:02.342Z | |
2991 | 2025-01-25T04:56:02.342Z | real 1:13.679409962 |
2992 | 2025-01-25T04:56:02.342Z | user 1:10.226161658 |
2993 | 2025-01-25T04:56:02.342Z | sys 4.864680031 |
2994 | 2025-01-25T04:56:02.342Z | trap 0.018271597 |
2995 | 2025-01-25T04:56:02.342Z | tflt 0.000000000 |
2996 | 2025-01-25T04:56:02.342Z | dflt 0.000000000 |
2997 | 2025-01-25T04:56:02.342Z | kflt 0.000000000 |
2998 | 2025-01-25T04:56:02.342Z | lock 0.000000000 |
2999 | 2025-01-25T04:56:02.342Z | slp 1:10.086692242 |
3000 | 2025-01-25T04:56:02.342Z | lat 2.158644000 |
3001 | 2025-01-25T04:56:02.342Z | stop 0.000198756 |
3002 | 2025-01-25T04:56:02.345Z | process exited: duration 2110784 ms, exit code 0 |
|
3003 | 2025-01-25T04:56:02.360Z | found 1 output files |
3004 | 2025-01-25T04:56:02.360Z | uploading: /work/package.tar.gz (1904600303 bytes) |
3005 | 2025-01-25T04:56:53.753Z | uploaded: /work/package.tar.gz |