|
|
|
1 | 2025-01-25T04:21:59.601Z | job assigned to worker 01JJDV2HHJCXGS3NYWVV0Y5JDJ [factory aws, i-08553714ae90a83c4] (queued for 1 m 0 s) |
|
2 | 2025-01-25T04:22:07.093Z | starting task 0: "setup" |
3 | 2025-01-25T04:22:07.124Z | ++ uname -s |
4 | 2025-01-25T04:22:07.124Z | + kern=SunOS |
5 | 2025-01-25T04:22:07.124Z | + case "$kern" in |
6 | 2025-01-25T04:22:07.124Z | + groupadd -g 12345 build |
7 | 2025-01-25T04:22:07.124Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-25T04:22:09.083Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-25T04:22:09.335Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-25T04:22:09.344Z | + home_fs=zfs |
11 | 2025-01-25T04:22:09.345Z | + [[ zfs == autofs ]] |
12 | 2025-01-25T04:22:09.346Z | + mkdir -p /home/build |
13 | 2025-01-25T04:22:09.346Z | + chown build:build /home/build /work |
14 | 2025-01-25T04:22:11.215Z | + chmod 0700 /home/build /work |
15 | 2025-01-25T04:22:11.221Z | process exited: duration 4158 ms, exit code 0 |
|
16 | 2025-01-25T04:22:11.236Z | starting task 1: "rust-toolchain" |
17 | 2025-01-25T04:22:11.243Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-25T04:22:11.243Z | ' 1.84.0 |
19 | 2025-01-25T04:22:11.243Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-25T04:22:11.243Z | ' default |
21 | 2025-01-25T04:22:11.243Z | * toolchain channel = "1.84.0" |
22 | 2025-01-25T04:22:11.243Z | * toolchain profile = "default" |
23 | 2025-01-25T04:22:11.251Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-25T04:22:11.251Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-25T04:22:11.589Z | info: downloading installer |
26 | 2025-01-25T04:22:12.702Z | info: profile set to 'default' |
27 | 2025-01-25T04:22:12.702Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-25T04:22:12.704Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-25T04:22:12.874Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-25T04:22:12.874Z | info: downloading component 'cargo' |
31 | 2025-01-25T04:22:13.899Z | info: downloading component 'clippy' |
32 | 2025-01-25T04:22:14.316Z | info: downloading component 'rust-docs' |
33 | 2025-01-25T04:22:15.684Z | info: downloading component 'rust-std' |
34 | 2025-01-25T04:22:17.771Z | info: downloading component 'rustc' |
35 | 2025-01-25T04:22:25.777Z | info: downloading component 'rustfmt' |
36 | 2025-01-25T04:22:26.012Z | info: installing component 'cargo' |
37 | 2025-01-25T04:22:26.885Z | info: installing component 'clippy' |
38 | 2025-01-25T04:22:27.220Z | info: installing component 'rust-docs' |
39 | 2025-01-25T04:22:28.921Z | info: installing component 'rust-std' |
40 | 2025-01-25T04:22:30.644Z | info: installing component 'rustc' |
41 | 2025-01-25T04:22:36.734Z | info: installing component 'rustfmt' |
42 | 2025-01-25T04:22:37.087Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-25T04:22:37.088Z | |
44 | 2025-01-25T04:22:37.518Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-25T04:22:37.518Z | |
46 | 2025-01-25T04:22:37.528Z | |
47 | 2025-01-25T04:22:37.528Z | Rust is installed now. Great! |
48 | 2025-01-25T04:22:37.528Z | |
49 | 2025-01-25T04:22:37.528Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-25T04:22:37.528Z | environment variable. This has not been done automatically. |
51 | 2025-01-25T04:22:37.528Z | |
52 | 2025-01-25T04:22:37.528Z | To configure your current shell, you need to source |
53 | 2025-01-25T04:22:37.529Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-25T04:22:37.529Z | |
55 | 2025-01-25T04:22:37.529Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-25T04:22:37.529Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-25T04:22:37.529Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-25T04:22:37.529Z | + rustc --version |
59 | 2025-01-25T04:22:37.590Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-25T04:22:37.594Z | process exited: duration 26356 ms, exit code 0 |
|
61 | 2025-01-25T04:22:37.603Z | starting task 2: "authentication" |
62 | 2025-01-25T04:22:37.632Z | process exited: duration 25 ms, exit code 0 |
|
63 | 2025-01-25T04:22:37.644Z | starting task 3: "clone repository" |
64 | 2025-01-25T04:22:37.649Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-25T04:22:37.652Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-25T04:22:37.737Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-25T04:22:45.603Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-25T04:22:45.603Z | + git fetch origin ffe7acf48bbd8001e3ba53754bfc1c727ed69e51 |
69 | 2025-01-25T04:22:46.038Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-25T04:22:46.038Z | * branch ffe7acf48bbd8001e3ba53754bfc1c727ed69e51 -> FETCH_HEAD |
71 | 2025-01-25T04:22:46.049Z | + [[ -n renovate/csv-1.x ]] |
72 | 2025-01-25T04:22:46.049Z | ++ git branch --show-current |
73 | 2025-01-25T04:22:46.050Z | + current=main |
74 | 2025-01-25T04:22:46.050Z | + [[ main != renovate/csv-1.x ]] |
75 | 2025-01-25T04:22:46.051Z | + git branch -f renovate/csv-1.x ffe7acf48bbd8001e3ba53754bfc1c727ed69e51 |
76 | 2025-01-25T04:22:46.051Z | + git checkout -f renovate/csv-1.x |
77 | 2025-01-25T04:22:46.139Z | Switched to branch 'renovate/csv-1.x' |
78 | 2025-01-25T04:22:46.150Z | + git reset --hard ffe7acf48bbd8001e3ba53754bfc1c727ed69e51 |
79 | 2025-01-25T04:22:46.174Z | HEAD is now at ffe7acf48 Update Rust crate csv to 1.3.1 |
80 | 2025-01-25T04:22:46.174Z | process exited: duration 8508 ms, exit code 0 |
|
81 | 2025-01-25T04:22:46.225Z | starting task 4: "build" |
82 | 2025-01-25T04:22:46.263Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-25T04:22:46.263Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-25T04:22:46.263Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-25T04:22:46.263Z | + cargo --version |
86 | 2025-01-25T04:22:46.283Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-25T04:22:46.283Z | + rustc --version |
88 | 2025-01-25T04:22:46.340Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-25T04:22:46.348Z | + WORK=/work |
90 | 2025-01-25T04:22:46.349Z | + pfexec mkdir -p /work |
91 | 2025-01-25T04:22:46.349Z | + pfexec chown build /work |
92 | 2025-01-25T04:22:46.349Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-25T04:22:48.052Z | pkg list: illegal option -- F |
94 | 2025-01-25T04:22:48.052Z | Usage: |
95 | 2025-01-25T04:22:48.251Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
96 | 2025-01-25T04:22:48.251Z | [pkg_fmri_pattern ...] |
97 | 2025-01-25T04:22:48.896Z | pkg list: illegal option -- F |
98 | 2025-01-25T04:22:48.896Z | Usage: |
99 | 2025-01-25T04:22:48.905Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
100 | 2025-01-25T04:22:48.905Z | [pkg_fmri_pattern ...] |
101 | 2025-01-25T04:22:58.165Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2025-01-25T04:23:02.328Z | Startup: Caching catalogs ... Done |
103 | 2025-01-25T04:23:14.012Z | Planning: Solver setup ... Done (10.579s) |
104 | 2025-01-25T04:23:14.142Z | Planning: Running solver ... Done (0.146s) |
105 | 2025-01-25T04:23:14.142Z | Planning: Finding local manifests ... Done (0.079s) |
106 | 2025-01-25T04:23:14.221Z | Planning: Fetching manifests: 0/7 0% complete |
107 | 2025-01-25T04:23:14.771Z | Planning: Fetching manifests: 7/7 100% complete |
108 | 2025-01-25T04:23:14.967Z | Planning: Package planning ... Done (0.215s) |
109 | 2025-01-25T04:23:15.029Z | Planning: Merging actions ... Done (0.058s) |
110 | 2025-01-25T04:23:15.395Z | Planning: Checking for conflicting actions ... Done (0.370s) |
111 | 2025-01-25T04:23:18.578Z | Planning: Consolidating action changes ... Done (3.110s) |
112 | 2025-01-25T04:23:18.983Z | Planning: Evaluating mediators ... Done (0.424s) |
113 | 2025-01-25T04:23:19.120Z | Planning: Planning completed in 16.59 seconds |
114 | 2025-01-25T04:23:19.120Z | Packages to install: 4 |
115 | 2025-01-25T04:23:19.120Z | Packages to update: 3 |
116 | 2025-01-25T04:23:19.120Z | Mediators to change: 2 |
117 | 2025-01-25T04:23:19.120Z | Services to change: 1 |
118 | 2025-01-25T04:23:19.120Z | Estimated space available: 155.61 GB |
119 | 2025-01-25T04:23:19.120Z | Estimated space to be consumed: 1.64 GB |
120 | 2025-01-25T04:23:19.120Z | Create boot environment: No |
121 | 2025-01-25T04:23:19.120Z | Create backup boot environment: Yes |
122 | 2025-01-25T04:23:19.120Z | Rebuild boot archive: No |
123 | 2025-01-25T04:23:19.120Z | |
124 | 2025-01-25T04:23:19.120Z | Changed mediators: |
125 | 2025-01-25T04:23:19.120Z | mediator clang: |
126 | 2025-01-25T04:23:19.120Z | version: None -> 15 (system default) |
127 | 2025-01-25T04:23:19.120Z | |
128 | 2025-01-25T04:23:19.121Z | mediator llvm: |
129 | 2025-01-25T04:23:19.121Z | version: 14 (system default) -> 15 (system default) |
130 | 2025-01-25T04:23:19.121Z | |
131 | 2025-01-25T04:23:19.121Z | Changed packages: |
132 | 2025-01-25T04:23:19.121Z | helios-dev |
133 | 2025-01-25T04:23:19.121Z | developer/build-essential |
134 | 2025-01-25T04:23:19.121Z | None -> 11-2.0 |
135 | 2025-01-25T04:23:19.121Z | library/libxmlsec1 |
136 | 2025-01-25T04:23:19.121Z | None -> 1.2.35-2.0 |
137 | 2025-01-25T04:23:19.121Z | ooce/developer/clang-15 |
138 | 2025-01-25T04:23:19.121Z | None -> 15.0.7-2.0 |
139 | 2025-01-25T04:23:19.121Z | ooce/developer/llvm-15 |
140 | 2025-01-25T04:23:19.121Z | None -> 15.0.7-2.0 |
141 | 2025-01-25T04:23:19.121Z | package/pkg |
142 | 2025-01-25T04:23:19.121Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
143 | 2025-01-25T04:23:19.121Z | system/library/g++-runtime |
144 | 2025-01-25T04:23:19.121Z | 13-2.0 -> 14-2.0 |
145 | 2025-01-25T04:23:19.121Z | system/library/gcc-runtime |
146 | 2025-01-25T04:23:19.121Z | 13-2.0 -> 14-2.0 |
147 | 2025-01-25T04:23:19.122Z | |
148 | 2025-01-25T04:23:19.122Z | Services: |
149 | 2025-01-25T04:23:19.122Z | restart_fmri: |
150 | 2025-01-25T04:23:19.122Z | svc:/system/update-man-index:default |
151 | 2025-01-25T04:23:19.122Z | |
152 | 2025-01-25T04:23:19.122Z | Editable files to change: |
153 | 2025-01-25T04:23:19.122Z | Update: |
154 | 2025-01-25T04:23:19.122Z | usr/share/lib/pkg/web/config.shtml |
155 | 2025-01-25T04:23:19.215Z | |
156 | 2025-01-25T04:23:19.215Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
157 | 2025-01-25T04:23:26.126Z | Download: 204/4301 items 1.3/225.4MB 0% complete (336k/s) |
158 | 2025-01-25T04:23:31.775Z | Download: 208/4301 items 1.3/225.4MB 0% complete (311k/s) |
159 | 2025-01-25T04:23:45.884Z | Download: 210/4301 items 1.3/225.4MB 0% complete |
160 | 2025-01-25T04:23:53.468Z | Download: 212/4301 items 1.3/225.4MB 0% complete (5.4k/s) |
161 | 2025-01-25T04:23:58.479Z | Download: 297/4301 items 16.1/225.4MB 7% complete (2.0M/s) |
162 | 2025-01-25T04:24:03.524Z | Download: 531/4301 items 17.3/225.4MB 7% complete (1.7M/s) |
163 | 2025-01-25T04:24:08.569Z | Download: 785/4301 items 18.5/225.4MB 8% complete (260k/s) |
164 | 2025-01-25T04:24:13.636Z | Download: 1184/4301 items 82.8/225.4MB 36% complete (6.5M/s) |
165 | 2025-01-25T04:24:21.996Z | Download: 1195/4301 items 83.4/225.4MB 36% complete (6.5M/s) |
166 | 2025-01-25T04:24:31.533Z | Download: 1196/4301 items 83.4/225.4MB 36% complete |
167 | 2025-01-25T04:24:36.466Z | Download: 1422/4301 items 117.2/225.4MB 51% complete (3.6M/s) |
168 | 2025-01-25T04:24:41.567Z | Download: 1675/4301 items 118.0/225.4MB 52% complete (3.6M/s) |
169 | 2025-01-25T04:24:46.570Z | Download: 1988/4301 items 118.7/225.4MB 52% complete (158k/s) |
170 | 2025-01-25T04:24:51.574Z | Download: 2215/4301 items 119.2/225.4MB 52% complete (142k/s) |
171 | 2025-01-25T04:24:59.877Z | Download: 2223/4301 items 119.2/225.4MB 52% complete (125k/s) |
172 | 2025-01-25T04:25:06.392Z | Download: 2224/4301 items 119.2/225.4MB 52% complete |
173 | 2025-01-25T04:25:11.397Z | Download: 2500/4301 items 120.2/225.4MB 53% complete (211k/s) |
174 | 2025-01-25T04:25:16.401Z | Download: 2730/4301 items 120.8/225.4MB 53% complete (166k/s) |
175 | 2025-01-25T04:25:21.457Z | Download: 3050/4301 items 121.4/225.4MB 53% complete (119k/s) |
176 | 2025-01-25T04:25:26.501Z | Download: 3234/4301 items 200.1/225.4MB 88% complete (7.8M/s) |
177 | 2025-01-25T04:25:32.279Z | Download: 3246/4301 items 203.1/225.4MB 90% complete (8.1M/s) |
178 | 2025-01-25T04:25:37.600Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (7.7M/s) |
179 | 2025-01-25T04:25:42.707Z | Download: 3796/4301 items 217.8/225.4MB 96% complete (1.5M/s) |
180 | 2025-01-25T04:25:47.884Z | Download: 4202/4301 items 220.5/225.4MB 97% complete (2.2M/s) |
181 | 2025-01-25T04:25:52.892Z | Download: 4284/4301 items 222.9/225.4MB 98% complete (452k/s) |
182 | 2025-01-25T04:25:53.347Z | Download: Completed 225.42 MB in 154.19 seconds (1.5M/s) |
183 | 2025-01-25T04:25:55.560Z | Actions: 1/5122 actions (Removing old actions) |
184 | 2025-01-25T04:25:55.582Z | Actions: 194/5122 actions (Installing new actions) |
185 | 2025-01-25T04:26:00.380Z | Actions: 4267/5122 actions (Updating modified actions) |
186 | 2025-01-25T04:26:00.738Z | Actions: Completed 5122 actions in 5.18 seconds. |
187 | 2025-01-25T04:26:01.150Z | Done (0.401s) |
188 | 2025-01-25T04:26:01.153Z | Done (0.001s) |
189 | 2025-01-25T04:26:01.733Z | Done (0.581s) |
190 | 2025-01-25T04:26:06.674Z | Done (4.707s) |
191 | 2025-01-25T04:26:06.861Z | Done (0.114s) |
192 | 2025-01-25T04:26:06.863Z | Done (0.000s) |
193 | 2025-01-25T04:26:07.045Z | Done (0.000s) |
194 | 2025-01-25T04:26:07.768Z | Planning: Evaluating mediator changes ... Done |
195 | 2025-01-25T04:26:07.934Z | Planning: Checking for conflicting actions ... Done |
196 | 2025-01-25T04:26:07.937Z | Planning: Consolidating action changes ... Done |
197 | 2025-01-25T04:26:08.209Z | Planning: Evaluating mediators ... Done |
198 | 2025-01-25T04:26:08.212Z | Planning: Planning completed in 0.44 seconds |
199 | 2025-01-25T04:26:08.344Z | Mediators to change: 2 |
200 | 2025-01-25T04:26:08.344Z | Create boot environment: No |
201 | 2025-01-25T04:26:08.357Z | Create backup boot environment: No |
202 | 2025-01-25T04:26:08.361Z | Done |
203 | 2025-01-25T04:26:08.361Z | Done |
204 | 2025-01-25T04:26:08.720Z | Done |
205 | 2025-01-25T04:26:12.388Z | Done |
206 | 2025-01-25T04:26:12.482Z | Done |
207 | 2025-01-25T04:26:12.485Z | Done |
208 | 2025-01-25T04:26:12.616Z | Done |
209 | 2025-01-25T04:26:13.238Z | Planning: Evaluating mediator changes ... Done |
210 | 2025-01-25T04:26:13.241Z | Planning: Merging actions ... Done |
211 | 2025-01-25T04:26:13.430Z | Planning: Checking for conflicting actions ... Done |
212 | 2025-01-25T04:26:13.433Z | Planning: Consolidating action changes ... Done |
213 | 2025-01-25T04:26:13.701Z | Planning: Evaluating mediators ... Done |
214 | 2025-01-25T04:26:13.758Z | Planning: Planning completed in 0.77 seconds |
215 | 2025-01-25T04:26:13.887Z | Packages to change: 1 |
216 | 2025-01-25T04:26:13.887Z | Mediators to change: 1 |
217 | 2025-01-25T04:26:13.895Z | Services to change: 1 |
218 | 2025-01-25T04:26:13.895Z | Create boot environment: No |
219 | 2025-01-25T04:26:13.895Z | Create backup boot environment: Yes |
220 | 2025-01-25T04:26:16.167Z | Actions: 1/6 actions (Updating modified actions) |
221 | 2025-01-25T04:26:16.189Z | Actions: Completed 6 actions in 0.00 seconds. |
222 | 2025-01-25T04:26:16.190Z | Done |
223 | 2025-01-25T04:26:16.190Z | Done |
224 | 2025-01-25T04:26:16.199Z | Done |
225 | 2025-01-25T04:26:19.870Z | Done |
226 | 2025-01-25T04:26:19.963Z | Done |
227 | 2025-01-25T04:26:19.966Z | Done |
228 | 2025-01-25T04:26:20.104Z | Done |
229 | 2025-01-25T04:26:20.539Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
230 | 2025-01-25T04:26:20.539Z | clang system 15 system |
231 | 2025-01-25T04:26:20.539Z | csh system system illumos |
232 | 2025-01-25T04:26:20.539Z | ctags system system illumos |
233 | 2025-01-25T04:26:20.539Z | gcc vendor 12 vendor |
234 | 2025-01-25T04:26:20.539Z | gcc system 10 system |
235 | 2025-01-25T04:26:20.539Z | gcc system 7 system |
236 | 2025-01-25T04:26:20.539Z | go system 1.20 system |
237 | 2025-01-25T04:26:20.539Z | go system 1.19 system |
238 | 2025-01-25T04:26:20.539Z | llvm system 15 system |
239 | 2025-01-25T04:26:20.539Z | llvm system 14 system |
240 | 2025-01-25T04:26:20.539Z | mariadb system 10.6 system |
241 | 2025-01-25T04:26:20.539Z | mta vendor vendor dma |
242 | 2025-01-25T04:26:20.539Z | openjdk system 17 system |
243 | 2025-01-25T04:26:20.539Z | openjdk system 11 system |
244 | 2025-01-25T04:26:20.539Z | openjdk system 1.8 system |
245 | 2025-01-25T04:26:20.540Z | openssl vendor 3 vendor |
246 | 2025-01-25T04:26:20.540Z | perl system 5.36 system |
247 | 2025-01-25T04:26:20.540Z | postgresql system 15 system |
248 | 2025-01-25T04:26:20.540Z | postgresql system 13 system |
249 | 2025-01-25T04:26:20.540Z | python vendor 3 vendor |
250 | 2025-01-25T04:26:20.540Z | python system 2 system |
251 | 2025-01-25T04:26:20.540Z | python3 system 3.11 system |
252 | 2025-01-25T04:26:20.540Z | ruby system 3.0 system |
253 | 2025-01-25T04:26:20.540Z | words vendor vendor american-english |
254 | 2025-01-25T04:26:20.540Z | words system system australian-english |
255 | 2025-01-25T04:26:20.540Z | words system system british-english |
256 | 2025-01-25T04:26:20.540Z | words system system canadian-english |
257 | 2025-01-25T04:26:20.540Z | words system system french |
258 | 2025-01-25T04:26:20.540Z | words system system italian |
259 | 2025-01-25T04:26:20.540Z | words system system ngerman |
260 | 2025-01-25T04:26:20.540Z | words system system ogerman |
261 | 2025-01-25T04:26:20.540Z | words system system spanish |
262 | 2025-01-25T04:26:20.867Z | PUBLISHER TYPE STATUS P LOCATION |
263 | 2025-01-25T04:26:20.867Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
264 | 2025-01-25T04:26:23.658Z | FMRI IFO |
265 | 2025-01-25T04:26:23.658Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
266 | 2025-01-25T04:26:23.658Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
267 | 2025-01-25T04:26:23.658Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
268 | 2025-01-25T04:26:23.658Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
269 | 2025-01-25T04:26:23.658Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
270 | 2025-01-25T04:26:23.658Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
271 | 2025-01-25T04:26:23.658Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
272 | 2025-01-25T04:26:23.658Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
273 | 2025-01-25T04:26:23.658Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
274 | 2025-01-25T04:26:23.658Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
275 | 2025-01-25T04:26:23.658Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
276 | 2025-01-25T04:26:23.658Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
277 | 2025-01-25T04:26:23.658Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
278 | 2025-01-25T04:26:23.658Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
279 | 2025-01-25T04:26:23.658Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
280 | 2025-01-25T04:26:24.421Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
281 | 2025-01-25T04:26:24.737Z | Updating crates.io index |
282 | 2025-01-25T04:26:24.740Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
283 | 2025-01-25T04:26:25.124Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
284 | 2025-01-25T04:26:25.523Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
285 | 2025-01-25T04:26:25.826Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
286 | 2025-01-25T04:26:26.122Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
287 | 2025-01-25T04:26:26.420Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
288 | 2025-01-25T04:26:27.381Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
289 | 2025-01-25T04:26:28.962Z | Updating git repository `https://github.com/oxidecomputer/opte` |
290 | 2025-01-25T04:26:29.704Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
291 | 2025-01-25T04:26:30.422Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
292 | 2025-01-25T04:26:30.722Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
293 | 2025-01-25T04:26:31.061Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
294 | 2025-01-25T04:26:31.645Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
295 | 2025-01-25T04:26:31.938Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
296 | 2025-01-25T04:26:32.253Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
297 | 2025-01-25T04:26:32.545Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
298 | 2025-01-25T04:26:32.780Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
299 | 2025-01-25T04:26:33.044Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
300 | 2025-01-25T04:26:33.374Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
301 | 2025-01-25T04:26:33.655Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
302 | 2025-01-25T04:26:33.914Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
303 | 2025-01-25T04:26:34.352Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
304 | 2025-01-25T04:26:34.635Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
305 | 2025-01-25T04:26:35.013Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
306 | 2025-01-25T04:26:35.482Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
307 | 2025-01-25T04:26:35.805Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
308 | 2025-01-25T04:26:36.249Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
309 | 2025-01-25T04:26:36.630Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
310 | 2025-01-25T04:26:36.937Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
311 | 2025-01-25T04:26:37.369Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
312 | 2025-01-25T04:26:37.592Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
313 | 2025-01-25T04:26:38.843Z | Downloading crates ... |
314 | 2025-01-25T04:26:38.923Z | Downloaded once_cell v1.20.2 |
315 | 2025-01-25T04:26:38.926Z | Downloaded clap_derive v4.5.18 |
316 | 2025-01-25T04:26:38.930Z | Downloaded is_terminal_polyfill v1.70.1 |
317 | 2025-01-25T04:26:38.933Z | Downloaded dof v0.3.0 |
318 | 2025-01-25T04:26:38.933Z | Downloaded camino-tempfile v1.1.1 |
319 | 2025-01-25T04:26:38.936Z | Downloaded autocfg v1.4.0 |
320 | 2025-01-25T04:26:38.939Z | Downloaded thread-id v4.2.2 |
321 | 2025-01-25T04:26:38.941Z | Downloaded terminal_size v0.4.0 |
322 | 2025-01-25T04:26:38.944Z | Downloaded scroll v0.12.0 |
323 | 2025-01-25T04:26:38.947Z | Downloaded log v0.4.22 |
324 | 2025-01-25T04:26:38.952Z | Downloaded proc-macro-error-attr v1.0.4 |
325 | 2025-01-25T04:26:38.954Z | Downloaded thiserror v1.0.69 |
326 | 2025-01-25T04:26:38.957Z | Downloaded version_check v0.9.5 |
327 | 2025-01-25T04:26:38.960Z | Downloaded proc-macro-error v1.0.4 |
328 | 2025-01-25T04:26:38.963Z | Downloaded pest_derive v2.7.14 |
329 | 2025-01-25T04:26:38.966Z | Downloaded errno v0.3.9 |
330 | 2025-01-25T04:26:38.966Z | Downloaded generic-array v0.14.7 |
331 | 2025-01-25T04:26:38.969Z | Downloaded semver v1.0.24 |
332 | 2025-01-25T04:26:38.971Z | Downloaded fnv v1.0.7 |
333 | 2025-01-25T04:26:38.971Z | Downloaded fastrand v2.1.1 |
334 | 2025-01-25T04:26:38.971Z | Downloaded bytecount v0.6.8 |
335 | 2025-01-25T04:26:38.974Z | Downloaded heck v0.5.0 |
336 | 2025-01-25T04:26:38.974Z | Downloaded crypto-common v0.1.6 |
337 | 2025-01-25T04:26:38.977Z | Downloaded cargo_toml v0.20.5 |
338 | 2025-01-25T04:26:38.979Z | Downloaded pretty-hex v0.4.1 |
339 | 2025-01-25T04:26:38.984Z | Downloaded proc-macro2 v1.0.92 |
340 | 2025-01-25T04:26:38.987Z | Downloaded bitflags v2.6.0 |
341 | 2025-01-25T04:26:38.989Z | Downloaded quote v1.0.38 |
342 | 2025-01-25T04:26:38.989Z | Downloaded usdt v0.5.0 |
343 | 2025-01-25T04:26:38.992Z | Downloaded colorchoice v1.0.2 |
344 | 2025-01-25T04:26:38.992Z | Downloaded cargo_metadata v0.18.1 |
345 | 2025-01-25T04:26:38.995Z | Downloaded byteorder v1.5.0 |
346 | 2025-01-25T04:26:38.995Z | Downloaded unicode-ident v1.0.14 |
347 | 2025-01-25T04:26:39.001Z | Downloaded thiserror-impl v1.0.69 |
348 | 2025-01-25T04:26:39.004Z | Downloaded papergrid v0.11.0 |
349 | 2025-01-25T04:26:39.007Z | Downloaded pest_meta v2.7.14 |
350 | 2025-01-25T04:26:39.010Z | Downloaded toml_edit v0.22.22 |
351 | 2025-01-25T04:26:39.029Z | Downloaded hashbrown v0.15.1 |
352 | 2025-01-25T04:26:39.034Z | Downloaded pest v2.7.14 |
353 | 2025-01-25T04:26:39.039Z | Downloaded macaddr v1.0.1 |
354 | 2025-01-25T04:26:39.042Z | Downloaded heck v0.4.1 |
355 | 2025-01-25T04:26:39.042Z | Downloaded fs-err v2.11.0 |
356 | 2025-01-25T04:26:39.044Z | Downloaded equivalent v1.0.1 |
357 | 2025-01-25T04:26:39.045Z | Downloaded dtrace-parser v0.2.0 |
358 | 2025-01-25T04:26:39.047Z | Downloaded zerocopy v0.7.35 |
359 | 2025-01-25T04:26:39.061Z | Downloaded usdt-macro v0.5.0 |
360 | 2025-01-25T04:26:39.064Z | Downloaded swrite v0.1.0 |
361 | 2025-01-25T04:26:39.064Z | Downloaded itoa v1.0.11 |
362 | 2025-01-25T04:26:39.064Z | Downloaded cpufeatures v0.2.14 |
363 | 2025-01-25T04:26:39.064Z | Downloaded clap_lex v0.7.2 |
364 | 2025-01-25T04:26:39.067Z | Downloaded cfg-if v1.0.0 |
365 | 2025-01-25T04:26:39.067Z | Downloaded cargo-platform v0.1.8 |
366 | 2025-01-25T04:26:39.067Z | Downloaded anstyle-parse v0.2.5 |
367 | 2025-01-25T04:26:39.070Z | Downloaded scroll_derive v0.12.0 |
368 | 2025-01-25T04:26:39.070Z | Downloaded digest v0.10.7 |
369 | 2025-01-25T04:26:39.072Z | Downloaded block-buffer v0.10.4 |
370 | 2025-01-25T04:26:39.072Z | Downloaded camino v1.1.9 |
371 | 2025-01-25T04:26:39.075Z | Downloaded usdt-attr-macro v0.5.0 |
372 | 2025-01-25T04:26:39.075Z | Downloaded anstyle-query v1.1.1 |
373 | 2025-01-25T04:26:39.077Z | Downloaded anstyle v1.0.10 |
374 | 2025-01-25T04:26:39.078Z | Downloaded anstream v0.6.15 |
375 | 2025-01-25T04:26:39.081Z | Downloaded memmap v0.7.0 |
376 | 2025-01-25T04:26:39.083Z | Downloaded serde_spanned v0.6.8 |
377 | 2025-01-25T04:26:39.083Z | Downloaded pest_generator v2.7.14 |
378 | 2025-01-25T04:26:39.086Z | Downloaded unicode-linebreak v0.1.5 |
379 | 2025-01-25T04:26:39.089Z | Downloaded utf8parse v0.2.2 |
380 | 2025-01-25T04:26:39.089Z | Downloaded usdt-impl v0.5.0 |
381 | 2025-01-25T04:26:39.092Z | Downloaded tabled_derive v0.7.0 |
382 | 2025-01-25T04:26:39.092Z | Downloaded toml_datetime v0.6.8 |
383 | 2025-01-25T04:26:39.092Z | Downloaded strsim v0.11.1 |
384 | 2025-01-25T04:26:39.094Z | Downloaded plain v0.2.3 |
385 | 2025-01-25T04:26:39.098Z | Downloaded clap v4.5.21 |
386 | 2025-01-25T04:26:39.103Z | Downloaded smawk v0.3.2 |
387 | 2025-01-25T04:26:39.106Z | Downloaded serde_tokenstream v0.2.2 |
388 | 2025-01-25T04:26:39.109Z | Downloaded zerocopy-derive v0.7.35 |
389 | 2025-01-25T04:26:39.116Z | Downloaded tempfile v3.13.0 |
390 | 2025-01-25T04:26:39.120Z | Downloaded anyhow v1.0.95 |
391 | 2025-01-25T04:26:39.122Z | Downloaded ryu v1.0.18 |
392 | 2025-01-25T04:26:39.125Z | Downloaded ucd-trie v0.1.7 |
393 | 2025-01-25T04:26:39.128Z | Downloaded typenum v1.17.0 |
394 | 2025-01-25T04:26:39.131Z | Downloaded sha2 v0.10.8 |
395 | 2025-01-25T04:26:39.133Z | Downloaded textwrap v0.16.1 |
396 | 2025-01-25T04:26:39.133Z | Downloaded indexmap v2.7.0 |
397 | 2025-01-25T04:26:39.137Z | Downloaded tabled v0.15.0 |
398 | 2025-01-25T04:26:39.152Z | Downloaded memchr v2.7.4 |
399 | 2025-01-25T04:26:39.157Z | Downloaded serde_derive v1.0.217 |
400 | 2025-01-25T04:26:39.160Z | Downloaded serde v1.0.217 |
401 | 2025-01-25T04:26:39.166Z | Downloaded toml v0.8.19 |
402 | 2025-01-25T04:26:39.193Z | Downloaded clap_builder v4.5.21 |
403 | 2025-01-25T04:26:39.201Z | Downloaded serde_json v1.0.135 |
404 | 2025-01-25T04:26:39.208Z | Downloaded winnow v0.6.20 |
405 | 2025-01-25T04:26:39.216Z | Downloaded goblin v0.8.2 |
406 | 2025-01-25T04:26:39.231Z | Downloaded syn v1.0.109 |
407 | 2025-01-25T04:26:39.241Z | Downloaded unicode-width v0.1.14 |
408 | 2025-01-25T04:26:39.247Z | Downloaded syn v2.0.96 |
409 | 2025-01-25T04:26:39.259Z | Downloaded rustix v0.38.37 |
410 | 2025-01-25T04:26:39.286Z | Downloaded libc v0.2.169 |
411 | 2025-01-25T04:26:39.617Z | Compiling proc-macro2 v1.0.92 |
412 | 2025-01-25T04:26:39.617Z | Compiling unicode-ident v1.0.14 |
413 | 2025-01-25T04:26:39.626Z | Compiling version_check v0.9.5 |
414 | 2025-01-25T04:26:39.626Z | Compiling serde v1.0.217 |
415 | 2025-01-25T04:26:39.626Z | Compiling memchr v2.7.4 |
416 | 2025-01-25T04:26:39.626Z | Compiling thiserror v1.0.69 |
417 | 2025-01-25T04:26:39.630Z | Compiling libc v0.2.169 |
418 | 2025-01-25T04:26:39.633Z | Compiling ryu v1.0.18 |
419 | 2025-01-25T04:26:39.858Z | Compiling ucd-trie v0.1.7 |
420 | 2025-01-25T04:26:40.120Z | Compiling itoa v1.0.11 |
421 | 2025-01-25T04:26:40.346Z | Compiling once_cell v1.20.2 |
422 | 2025-01-25T04:26:40.430Z | Compiling byteorder v1.5.0 |
423 | 2025-01-25T04:26:40.719Z | Compiling serde_json v1.0.135 |
424 | 2025-01-25T04:26:40.773Z | Compiling rustix v0.38.37 |
425 | 2025-01-25T04:26:41.003Z | Compiling bitflags v2.6.0 |
426 | 2025-01-25T04:26:41.066Z | Compiling usdt-impl v0.5.0 |
427 | 2025-01-25T04:26:41.195Z | Compiling proc-macro-error-attr v1.0.4 |
428 | 2025-01-25T04:26:41.285Z | Compiling syn v1.0.109 |
429 | 2025-01-25T04:26:41.448Z | Compiling quote v1.0.38 |
430 | 2025-01-25T04:26:41.553Z | Compiling proc-macro-error v1.0.4 |
431 | 2025-01-25T04:26:41.556Z | Compiling plain v0.2.3 |
432 | 2025-01-25T04:26:41.600Z | Compiling equivalent v1.0.1 |
433 | 2025-01-25T04:26:41.867Z | Compiling utf8parse v0.2.2 |
434 | 2025-01-25T04:26:42.053Z | Compiling hashbrown v0.15.1 |
435 | 2025-01-25T04:26:42.053Z | Compiling syn v2.0.96 |
436 | 2025-01-25T04:26:42.053Z | Compiling errno v0.3.9 |
437 | 2025-01-25T04:26:42.081Z | Compiling thread-id v4.2.2 |
438 | 2025-01-25T04:26:42.081Z | Compiling log v0.4.22 |
439 | 2025-01-25T04:26:42.082Z | Compiling camino v1.1.9 |
440 | 2025-01-25T04:26:42.125Z | Compiling anstyle-parse v0.2.5 |
441 | 2025-01-25T04:26:42.515Z | Compiling colorchoice v1.0.2 |
442 | 2025-01-25T04:26:42.663Z | Compiling anstyle v1.0.10 |
443 | 2025-01-25T04:26:42.689Z | Compiling pretty-hex v0.4.1 |
444 | 2025-01-25T04:26:42.803Z | Compiling indexmap v2.7.0 |
445 | 2025-01-25T04:26:42.837Z | Compiling winnow v0.6.20 |
446 | 2025-01-25T04:26:42.950Z | Compiling is_terminal_polyfill v1.70.1 |
447 | 2025-01-25T04:26:42.959Z | Compiling unicode-width v0.1.14 |
448 | 2025-01-25T04:26:43.014Z | Compiling autocfg v1.4.0 |
449 | 2025-01-25T04:26:43.109Z | Compiling semver v1.0.24 |
450 | 2025-01-25T04:26:43.472Z | Compiling anstyle-query v1.1.1 |
451 | 2025-01-25T04:26:43.654Z | Compiling anstream v0.6.15 |
452 | 2025-01-25T04:26:44.065Z | Compiling terminal_size v0.4.0 |
453 | 2025-01-25T04:26:44.078Z | Compiling heck v0.5.0 |
454 | 2025-01-25T04:26:44.078Z | Compiling fs-err v2.11.0 |
455 | 2025-01-25T04:26:44.332Z | Compiling cfg-if v1.0.0 |
456 | 2025-01-25T04:26:44.355Z | Compiling clap_lex v0.7.2 |
457 | 2025-01-25T04:26:44.430Z | Compiling fastrand v2.1.1 |
458 | 2025-01-25T04:26:44.479Z | Compiling anyhow v1.0.95 |
459 | 2025-01-25T04:26:44.577Z | Compiling heck v0.4.1 |
460 | 2025-01-25T04:26:44.604Z | Compiling fnv v1.0.7 |
461 | 2025-01-25T04:26:44.763Z | Compiling bytecount v0.6.8 |
462 | 2025-01-25T04:26:44.969Z | Compiling strsim v0.11.1 |
463 | 2025-01-25T04:26:44.999Z | Compiling papergrid v0.11.0 |
464 | 2025-01-25T04:26:45.156Z | Compiling tempfile v3.13.0 |
465 | 2025-01-25T04:26:45.424Z | Compiling clap_builder v4.5.21 |
466 | 2025-01-25T04:26:45.659Z | Compiling memmap v0.7.0 |
467 | 2025-01-25T04:26:45.770Z | Compiling smawk v0.3.2 |
468 | 2025-01-25T04:26:45.868Z | Compiling unicode-linebreak v0.1.5 |
469 | 2025-01-25T04:26:46.279Z | Compiling swrite v0.1.0 |
470 | 2025-01-25T04:26:46.390Z | Compiling textwrap v0.16.1 |
471 | 2025-01-25T04:26:47.110Z | Compiling tabled_derive v0.7.0 |
472 | 2025-01-25T04:26:48.568Z | Compiling serde_derive v1.0.217 |
473 | 2025-01-25T04:26:48.568Z | Compiling thiserror-impl v1.0.69 |
474 | 2025-01-25T04:26:48.568Z | Compiling zerocopy-derive v0.7.35 |
475 | 2025-01-25T04:26:48.571Z | Compiling scroll_derive v0.12.0 |
476 | 2025-01-25T04:26:48.571Z | Compiling clap_derive v4.5.18 |
477 | 2025-01-25T04:26:48.786Z | Compiling tabled v0.15.0 |
478 | 2025-01-25T04:26:50.051Z | Compiling scroll v0.12.0 |
479 | 2025-01-25T04:26:50.208Z | Compiling zerocopy v0.7.35 |
480 | 2025-01-25T04:26:50.616Z | Compiling goblin v0.8.2 |
481 | 2025-01-25T04:26:51.173Z | Compiling pest v2.7.14 |
482 | 2025-01-25T04:26:52.490Z | Compiling clap v4.5.21 |
483 | 2025-01-25T04:26:53.516Z | Compiling pest_meta v2.7.14 |
484 | 2025-01-25T04:26:54.431Z | Compiling pest_generator v2.7.14 |
485 | 2025-01-25T04:26:55.818Z | Compiling pest_derive v2.7.14 |
486 | 2025-01-25T04:26:56.509Z | Compiling dtrace-parser v0.2.0 |
487 | 2025-01-25T04:26:57.613Z | Compiling toml_datetime v0.6.8 |
488 | 2025-01-25T04:26:57.633Z | Compiling serde_spanned v0.6.8 |
489 | 2025-01-25T04:26:57.633Z | Compiling cargo-platform v0.1.8 |
490 | 2025-01-25T04:26:57.924Z | Compiling serde_tokenstream v0.2.2 |
491 | 2025-01-25T04:26:58.040Z | Compiling toml_edit v0.22.22 |
492 | 2025-01-25T04:26:58.129Z | Compiling macaddr v1.0.1 |
493 | 2025-01-25T04:26:58.260Z | Compiling camino-tempfile v1.1.1 |
494 | 2025-01-25T04:26:58.980Z | Compiling dof v0.3.0 |
495 | 2025-01-25T04:26:58.980Z | Compiling cargo_metadata v0.18.1 |
496 | 2025-01-25T04:27:00.676Z | Compiling usdt-macro v0.5.0 |
497 | 2025-01-25T04:27:00.676Z | Compiling usdt-attr-macro v0.5.0 |
498 | 2025-01-25T04:27:00.952Z | Compiling toml v0.8.19 |
499 | 2025-01-25T04:27:01.747Z | Compiling cargo_toml v0.20.5 |
500 | 2025-01-25T04:27:01.880Z | Compiling usdt v0.5.0 |
501 | 2025-01-25T04:27:04.491Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
502 | 2025-01-25T04:27:07.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.54s |
503 | 2025-01-25T04:27:08.020Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
504 | 2025-01-25T04:27:08.545Z | Downloading crates ... |
505 | 2025-01-25T04:27:08.665Z | Downloaded ascii-canvas v3.0.0 |
506 | 2025-01-25T04:27:08.669Z | Downloaded async-stream-impl v0.3.6 |
507 | 2025-01-25T04:27:08.669Z | Downloaded adler2 v2.0.0 |
508 | 2025-01-25T04:27:08.672Z | Downloaded addr2line v0.24.2 |
509 | 2025-01-25T04:27:08.774Z | Downloaded crunchy v0.2.2 |
510 | 2025-01-25T04:27:08.800Z | Downloaded atty v0.2.14 |
511 | 2025-01-25T04:27:08.800Z | Downloaded atomicwrites v0.4.4 |
512 | 2025-01-25T04:27:08.800Z | Downloaded cstr-argument v0.1.2 |
513 | 2025-01-25T04:27:08.800Z | Downloaded crucible-workspace-hack v0.1.0 |
514 | 2025-01-25T04:27:08.800Z | Downloaded ciborium-io v0.2.2 |
515 | 2025-01-25T04:27:08.800Z | Downloaded cfg_aliases v0.2.1 |
516 | 2025-01-25T04:27:08.800Z | Downloaded cfg_aliases v0.1.1 |
517 | 2025-01-25T04:27:08.800Z | Downloaded ident_case v1.0.1 |
518 | 2025-01-25T04:27:08.800Z | Downloaded hubpack_derive v0.1.1 |
519 | 2025-01-25T04:27:08.800Z | Downloaded http-body v1.0.1 |
520 | 2025-01-25T04:27:08.800Z | Downloaded md5 v0.7.0 |
521 | 2025-01-25T04:27:08.800Z | Downloaded async-recursion v1.1.1 |
522 | 2025-01-25T04:27:08.800Z | Downloaded bit-vec v0.6.3 |
523 | 2025-01-25T04:27:08.800Z | Downloaded humantime v2.1.0 |
524 | 2025-01-25T04:27:08.801Z | Downloaded cobs v0.2.3 |
525 | 2025-01-25T04:27:08.801Z | Downloaded async-stream v0.3.6 |
526 | 2025-01-25T04:27:08.801Z | Downloaded assert_matches v1.5.0 |
527 | 2025-01-25T04:27:08.801Z | Downloaded array-init v0.0.4 |
528 | 2025-01-25T04:27:08.801Z | Downloaded arrayref v0.3.9 |
529 | 2025-01-25T04:27:08.801Z | Downloaded ahash v0.8.11 |
530 | 2025-01-25T04:27:08.801Z | Downloaded icu_provider_macros v1.5.0 |
531 | 2025-01-25T04:27:08.801Z | Downloaded ctr v0.9.2 |
532 | 2025-01-25T04:27:08.801Z | Downloaded chrono-tz-build v0.4.0 |
533 | 2025-01-25T04:27:08.801Z | Downloaded cexpr v0.6.0 |
534 | 2025-01-25T04:27:08.801Z | Downloaded match_cfg v0.1.0 |
535 | 2025-01-25T04:27:08.801Z | Downloaded http-range v0.1.5 |
536 | 2025-01-25T04:27:08.801Z | Downloaded crc-catalog v2.4.0 |
537 | 2025-01-25T04:27:08.801Z | Downloaded colored v2.1.0 |
538 | 2025-01-25T04:27:08.801Z | Downloaded cmake v0.1.51 |
539 | 2025-01-25T04:27:08.801Z | Downloaded base16ct v0.2.0 |
540 | 2025-01-25T04:27:08.801Z | Downloaded mirai-annotations v1.12.0 |
541 | 2025-01-25T04:27:08.801Z | Downloaded instant v0.1.13 |
542 | 2025-01-25T04:27:08.801Z | Downloaded hostname v0.4.0 |
543 | 2025-01-25T04:27:08.801Z | Downloaded ciborium-ll v0.2.2 |
544 | 2025-01-25T04:27:08.801Z | Downloaded bitflags v1.3.2 |
545 | 2025-01-25T04:27:08.801Z | Downloaded http-body-util v0.1.2 |
546 | 2025-01-25T04:27:08.801Z | Downloaded lockfree-object-pool v0.1.6 |
547 | 2025-01-25T04:27:08.801Z | Downloaded bitfield v0.14.0 |
548 | 2025-01-25T04:27:08.801Z | Downloaded crossbeam-deque v0.8.5 |
549 | 2025-01-25T04:27:08.801Z | Downloaded blowfish v0.9.1 |
550 | 2025-01-25T04:27:08.801Z | Downloaded darling v0.20.10 |
551 | 2025-01-25T04:27:08.801Z | Downloaded is_ci v1.2.0 |
552 | 2025-01-25T04:27:08.801Z | Downloaded curve25519-dalek-derive v0.1.1 |
553 | 2025-01-25T04:27:08.801Z | Downloaded is-terminal v0.4.13 |
554 | 2025-01-25T04:27:08.801Z | Downloaded crc v3.2.1 |
555 | 2025-01-25T04:27:08.801Z | Downloaded cancel-safe-futures v0.1.5 |
556 | 2025-01-25T04:27:08.801Z | Downloaded async-trait v0.1.83 |
557 | 2025-01-25T04:27:08.806Z | Downloaded lru v0.12.5 |
558 | 2025-01-25T04:27:08.806Z | Downloaded managed v0.8.0 |
559 | 2025-01-25T04:27:08.806Z | Downloaded convert_case v0.4.0 |
560 | 2025-01-25T04:27:08.806Z | Downloaded progenitor-client v0.9.1 |
561 | 2025-01-25T04:27:08.806Z | Downloaded block-padding v0.3.3 |
562 | 2025-01-25T04:27:08.806Z | Downloaded hyper-tls v0.6.0 |
563 | 2025-01-25T04:27:08.806Z | Downloaded console v0.15.8 |
564 | 2025-01-25T04:27:08.806Z | Downloaded bit-set v0.5.3 |
565 | 2025-01-25T04:27:08.807Z | Downloaded inout v0.1.3 |
566 | 2025-01-25T04:27:08.807Z | Downloaded castaway v0.2.3 |
567 | 2025-01-25T04:27:08.807Z | Downloaded bitfield-struct v0.6.2 |
568 | 2025-01-25T04:27:08.807Z | Downloaded lalrpop-util v0.19.12 |
569 | 2025-01-25T04:27:08.807Z | Downloaded heck v0.3.3 |
570 | 2025-01-25T04:27:08.807Z | Downloaded home v0.5.9 |
571 | 2025-01-25T04:27:08.807Z | Downloaded internet-checksum v0.2.1 |
572 | 2025-01-25T04:27:08.807Z | Downloaded instability v0.3.2 |
573 | 2025-01-25T04:27:08.807Z | Downloaded chacha20 v0.9.1 |
574 | 2025-01-25T04:27:08.807Z | Downloaded bb8 v0.8.5 |
575 | 2025-01-25T04:27:08.807Z | Downloaded mockall v0.13.0 |
576 | 2025-01-25T04:27:08.811Z | Downloaded csv-core v0.1.11 |
577 | 2025-01-25T04:27:08.811Z | Downloaded kstat-rs v0.2.4 |
578 | 2025-01-25T04:27:08.811Z | Downloaded ciborium v0.2.2 |
579 | 2025-01-25T04:27:08.815Z | Downloaded arrayvec v0.7.6 |
580 | 2025-01-25T04:27:08.815Z | Downloaded md-5 v0.10.6 |
581 | 2025-01-25T04:27:08.818Z | Downloaded highway v1.2.0 |
582 | 2025-01-25T04:27:08.818Z | Downloaded backoff v0.4.0 |
583 | 2025-01-25T04:27:08.821Z | Downloaded argon2 v0.5.3 |
584 | 2025-01-25T04:27:08.821Z | Downloaded icu_locid_transform v1.5.0 |
585 | 2025-01-25T04:27:08.824Z | Downloaded base64ct v1.6.0 |
586 | 2025-01-25T04:27:08.826Z | Downloaded cookie v0.18.1 |
587 | 2025-01-25T04:27:08.830Z | Downloaded lru-cache v0.1.2 |
588 | 2025-01-25T04:27:08.835Z | Downloaded ipnetwork v0.20.0 |
589 | 2025-01-25T04:27:08.835Z | Downloaded indoc v1.0.9 |
590 | 2025-01-25T04:27:08.837Z | Downloaded indent_write v2.2.0 |
591 | 2025-01-25T04:27:08.837Z | Downloaded sqlparser_derive v0.2.2 |
592 | 2025-01-25T04:27:08.837Z | Downloaded linked-hash-map v0.5.6 |
593 | 2025-01-25T04:27:08.843Z | Downloaded hyper-rustls v0.27.3 |
594 | 2025-01-25T04:27:08.849Z | Downloaded linear-map v1.2.0 |
595 | 2025-01-25T04:27:08.849Z | Downloaded libefi-sys v0.1.0 |
596 | 2025-01-25T04:27:08.849Z | Downloaded ipnet v2.10.1 |
597 | 2025-01-25T04:27:08.849Z | Downloaded keccak v0.1.5 |
598 | 2025-01-25T04:27:08.852Z | Downloaded impl-trait-for-tuples v0.2.2 |
599 | 2025-01-25T04:27:08.852Z | Downloaded rand_seeder v0.3.0 |
600 | 2025-01-25T04:27:08.852Z | Downloaded multer v3.1.0 |
601 | 2025-01-25T04:27:08.858Z | Downloaded jobserver v0.1.32 |
602 | 2025-01-25T04:27:08.865Z | Downloaded memoffset v0.9.1 |
603 | 2025-01-25T04:27:08.865Z | Downloaded hickory-client v0.24.2 |
604 | 2025-01-25T04:27:08.865Z | Downloaded memmap2 v0.9.5 |
605 | 2025-01-25T04:27:08.869Z | Downloaded toolchain_find v0.4.0 |
606 | 2025-01-25T04:27:08.869Z | Downloaded cassowary v0.3.0 |
607 | 2025-01-25T04:27:08.869Z | Downloaded buf-list v1.0.3 |
608 | 2025-01-25T04:27:08.874Z | Downloaded same-file v1.0.6 |
609 | 2025-01-25T04:27:08.874Z | Downloaded libsw v3.3.1 |
610 | 2025-01-25T04:27:08.874Z | Downloaded rustc-hash v2.0.0 |
611 | 2025-01-25T04:27:08.877Z | Downloaded icu_normalizer_data v1.5.0 |
612 | 2025-01-25T04:27:08.877Z | Downloaded cookie_store v0.21.1 |
613 | 2025-01-25T04:27:08.880Z | Downloaded bcs v0.1.6 |
614 | 2025-01-25T04:27:08.880Z | Downloaded crossbeam-utils v0.8.20 |
615 | 2025-01-25T04:27:08.885Z | Downloaded darling_macro v0.20.10 |
616 | 2025-01-25T04:27:08.889Z | Downloaded hmac v0.12.1 |
617 | 2025-01-25T04:27:08.889Z | Downloaded lock_api v0.4.12 |
618 | 2025-01-25T04:27:08.891Z | Downloaded icu_locid_transform_data v1.5.0 |
619 | 2025-01-25T04:27:08.891Z | Downloaded clang-sys v1.8.1 |
620 | 2025-01-25T04:27:08.895Z | Downloaded foreign-types v0.3.2 |
621 | 2025-01-25T04:27:08.895Z | Downloaded sec1 v0.7.3 |
622 | 2025-01-25T04:27:08.898Z | Downloaded icu_locid v1.5.0 |
623 | 2025-01-25T04:27:08.901Z | Downloaded downcast v0.11.0 |
624 | 2025-01-25T04:27:08.904Z | Downloaded serde-hex v0.1.0 |
625 | 2025-01-25T04:27:08.904Z | Downloaded mockall_derive v0.13.0 |
626 | 2025-01-25T04:27:08.908Z | Downloaded endian-type v0.1.2 |
627 | 2025-01-25T04:27:08.908Z | Downloaded opaque-debug v0.3.1 |
628 | 2025-01-25T04:27:08.920Z | Downloaded newtype_derive v0.1.6 |
629 | 2025-01-25T04:27:08.920Z | Downloaded indexmap v1.9.3 |
630 | 2025-01-25T04:27:08.925Z | Downloaded ssh-cipher v0.2.0 |
631 | 2025-01-25T04:27:08.925Z | Downloaded slog-stdlog v4.1.1 |
632 | 2025-01-25T04:27:08.925Z | Downloaded termtree v0.5.1 |
633 | 2025-01-25T04:27:08.925Z | Downloaded litrs v0.4.1 |
634 | 2025-01-25T04:27:08.925Z | Downloaded const_format_proc_macros v0.2.33 |
635 | 2025-01-25T04:27:08.925Z | Downloaded topological-sort v0.2.2 |
636 | 2025-01-25T04:27:08.928Z | Downloaded mime_guess v2.0.5 |
637 | 2025-01-25T04:27:08.928Z | Downloaded vsss-rs v3.3.4 |
638 | 2025-01-25T04:27:08.931Z | Downloaded unarray v0.1.4 |
639 | 2025-01-25T04:27:08.931Z | Downloaded hyper-util v0.1.10 |
640 | 2025-01-25T04:27:08.936Z | Downloaded pretty-hex v0.2.1 |
641 | 2025-01-25T04:27:08.940Z | Downloaded hkdf v0.12.4 |
642 | 2025-01-25T04:27:08.940Z | Downloaded bzip2 v0.4.4 |
643 | 2025-01-25T04:27:08.946Z | Downloaded xz2 v0.1.7 |
644 | 2025-01-25T04:27:08.946Z | Downloaded signal-hook-registry v1.4.2 |
645 | 2025-01-25T04:27:08.949Z | Downloaded diesel-dtrace v0.4.2 |
646 | 2025-01-25T04:27:08.949Z | Downloaded utf-8 v0.7.6 |
647 | 2025-01-25T04:27:08.949Z | Downloaded signal-hook-tokio v0.3.1 |
648 | 2025-01-25T04:27:08.949Z | Downloaded serde_derive_internals v0.29.1 |
649 | 2025-01-25T04:27:08.952Z | Downloaded base64 v0.13.1 |
650 | 2025-01-25T04:27:08.955Z | Downloaded futures-task v0.3.31 |
651 | 2025-01-25T04:27:08.956Z | Downloaded num v0.4.3 |
652 | 2025-01-25T04:27:08.959Z | Downloaded futures-sink v0.3.31 |
653 | 2025-01-25T04:27:08.959Z | Downloaded foreign-types v0.5.0 |
654 | 2025-01-25T04:27:08.959Z | Downloaded fd-lock v4.0.2 |
655 | 2025-01-25T04:27:08.962Z | Downloaded crossbeam-epoch v0.9.18 |
656 | 2025-01-25T04:27:08.965Z | Downloaded thiserror v2.0.11 |
657 | 2025-01-25T04:27:08.970Z | Downloaded icu_properties v1.5.1 |
658 | 2025-01-25T04:27:08.974Z | Downloaded xattr v1.3.1 |
659 | 2025-01-25T04:27:08.977Z | Downloaded slog-scope v4.4.0 |
660 | 2025-01-25T04:27:08.977Z | Downloaded serde-big-array v0.5.1 |
661 | 2025-01-25T04:27:08.977Z | Downloaded structmeta v0.3.0 |
662 | 2025-01-25T04:27:08.980Z | Downloaded enum-as-inner v0.6.1 |
663 | 2025-01-25T04:27:08.980Z | Downloaded document-features v0.2.10 |
664 | 2025-01-25T04:27:08.984Z | Downloaded progenitor-impl v0.8.0 |
665 | 2025-01-25T04:27:08.984Z | Downloaded crypto-bigint v0.5.5 |
666 | 2025-01-25T04:27:08.990Z | Downloaded predicates-core v1.0.8 |
667 | 2025-01-25T04:27:08.993Z | Downloaded packed_struct_codegen v0.10.1 |
668 | 2025-01-25T04:27:08.993Z | Downloaded termtree v0.4.1 |
669 | 2025-01-25T04:27:08.997Z | Downloaded tap v1.0.1 |
670 | 2025-01-25T04:27:08.997Z | Downloaded wyz v0.5.1 |
671 | 2025-01-25T04:27:08.997Z | Downloaded hickory-resolver v0.24.2 |
672 | 2025-01-25T04:27:09.001Z | Downloaded predicates-tree v1.0.11 |
673 | 2025-01-25T04:27:09.004Z | Downloaded radium v0.7.0 |
674 | 2025-01-25T04:27:09.004Z | Downloaded phf v0.11.2 |
675 | 2025-01-25T04:27:09.007Z | Downloaded der_derive v0.7.3 |
676 | 2025-01-25T04:27:09.007Z | Downloaded yasna v0.5.2 |
677 | 2025-01-25T04:27:09.010Z | Downloaded chacha20poly1305 v0.10.1 |
678 | 2025-01-25T04:27:09.013Z | Downloaded rustls-pki-types v1.10.0 |
679 | 2025-01-25T04:27:09.016Z | Downloaded libloading v0.8.5 |
680 | 2025-01-25T04:27:09.019Z | Downloaded compact_str v0.8.0 |
681 | 2025-01-25T04:27:09.021Z | Downloaded zerofrom v0.1.4 |
682 | 2025-01-25T04:27:09.024Z | Downloaded write16 v1.0.0 |
683 | 2025-01-25T04:27:09.024Z | Downloaded writeable v0.5.5 |
684 | 2025-01-25T04:27:09.027Z | Downloaded serde_plain v1.0.2 |
685 | 2025-01-25T04:27:09.027Z | Downloaded headers-core v0.3.0 |
686 | 2025-01-25T04:27:09.029Z | Downloaded signal-hook v0.3.17 |
687 | 2025-01-25T04:27:09.032Z | Downloaded num-complex v0.4.6 |
688 | 2025-01-25T04:27:09.035Z | Downloaded spki v0.7.3 |
689 | 2025-01-25T04:27:09.035Z | Downloaded globset v0.4.15 |
690 | 2025-01-25T04:27:09.038Z | Downloaded new_debug_unreachable v1.0.6 |
691 | 2025-01-25T04:27:09.038Z | Downloaded owo-colors v4.1.0 |
692 | 2025-01-25T04:27:09.041Z | Downloaded hickory-server v0.24.2 |
693 | 2025-01-25T04:27:09.048Z | Downloaded ssh-encoding v0.2.0 |
694 | 2025-01-25T04:27:09.051Z | Downloaded slog-envlogger v2.2.0 |
695 | 2025-01-25T04:27:09.051Z | Downloaded signature v2.2.0 |
696 | 2025-01-25T04:27:09.051Z | Downloaded float-ord v0.3.2 |
697 | 2025-01-25T04:27:09.054Z | Downloaded parking_lot_core v0.8.6 |
698 | 2025-01-25T04:27:09.056Z | Downloaded parking_lot v0.11.2 |
699 | 2025-01-25T04:27:09.057Z | Downloaded yoke-derive v0.7.4 |
700 | 2025-01-25T04:27:09.059Z | Downloaded peg-runtime v0.8.3 |
701 | 2025-01-25T04:27:09.059Z | Downloaded minimal-lexical v0.2.1 |
702 | 2025-01-25T04:27:09.065Z | Downloaded newline-converter v0.3.0 |
703 | 2025-01-25T04:27:09.070Z | Downloaded tui-tree-widget v0.22.0 |
704 | 2025-01-25T04:27:09.070Z | Downloaded tinystr v0.7.6 |
705 | 2025-01-25T04:27:09.070Z | Downloaded thiserror-impl v2.0.11 |
706 | 2025-01-25T04:27:09.074Z | Downloaded pkcs1 v0.7.5 |
707 | 2025-01-25T04:27:09.074Z | Downloaded litemap v0.7.3 |
708 | 2025-01-25T04:27:09.079Z | Downloaded bytes v1.9.0 |
709 | 2025-01-25T04:27:09.085Z | Downloaded futures v0.3.31 |
710 | 2025-01-25T04:27:09.089Z | Downloaded float-cmp v0.9.0 |
711 | 2025-01-25T04:27:09.089Z | Downloaded smf v0.2.3 |
712 | 2025-01-25T04:27:09.089Z | Downloaded ed25519 v2.2.3 |
713 | 2025-01-25T04:27:09.092Z | Downloaded shlex v1.3.0 |
714 | 2025-01-25T04:27:09.092Z | Downloaded olpc-cjson v0.1.4 |
715 | 2025-01-25T04:27:09.103Z | Downloaded powerfmt v0.2.0 |
716 | 2025-01-25T04:27:09.106Z | Downloaded dirs-sys-next v0.1.2 |
717 | 2025-01-25T04:27:09.106Z | Downloaded omicron-zone-package v0.12.0 |
718 | 2025-01-25T04:27:09.109Z | Downloaded rcgen v0.12.1 |
719 | 2025-01-25T04:27:09.113Z | Downloaded vte_generate_state_changes v0.1.2 |
720 | 2025-01-25T04:27:09.117Z | Downloaded foldhash v0.1.3 |
721 | 2025-01-25T04:27:09.117Z | Downloaded sqlformat v0.2.6 |
722 | 2025-01-25T04:27:09.121Z | Downloaded progenitor-macro v0.9.1 |
723 | 2025-01-25T04:27:09.121Z | Downloaded phf_generator v0.11.2 |
724 | 2025-01-25T04:27:09.121Z | Downloaded postgres-types v0.2.8 |
725 | 2025-01-25T04:27:09.126Z | Downloaded quick-error v1.2.3 |
726 | 2025-01-25T04:27:09.126Z | Downloaded proc-macro-crate v1.3.1 |
727 | 2025-01-25T04:27:09.128Z | Downloaded mio v1.0.2 |
728 | 2025-01-25T04:27:09.131Z | Downloaded foreign-types-shared v0.1.1 |
729 | 2025-01-25T04:27:09.134Z | Downloaded foreign-types-macros v0.2.3 |
730 | 2025-01-25T04:27:09.134Z | Downloaded r2d2 v0.8.10 |
731 | 2025-01-25T04:27:09.138Z | Downloaded quinn-udp v0.5.5 |
732 | 2025-01-25T04:27:09.141Z | Downloaded newtype-uuid v1.2.1 |
733 | 2025-01-25T04:27:09.141Z | Downloaded yoke v0.7.4 |
734 | 2025-01-25T04:27:09.141Z | Downloaded slab v0.4.9 |
735 | 2025-01-25T04:27:09.143Z | Downloaded rustls-pemfile v1.0.4 |
736 | 2025-01-25T04:27:09.146Z | Downloaded diesel_derives v2.2.3 |
737 | 2025-01-25T04:27:09.149Z | Downloaded termcolor v1.4.1 |
738 | 2025-01-25T04:27:09.152Z | Downloaded strum_macros v0.25.3 |
739 | 2025-01-25T04:27:09.155Z | Downloaded pbkdf2 v0.11.0 |
740 | 2025-01-25T04:27:09.155Z | Downloaded packed_struct v0.10.1 |
741 | 2025-01-25T04:27:09.158Z | Downloaded path-slash v0.1.5 |
742 | 2025-01-25T04:27:09.160Z | Downloaded openssl-macros v0.1.1 |
743 | 2025-01-25T04:27:09.160Z | Downloaded pin-utils v0.1.0 |
744 | 2025-01-25T04:27:09.163Z | Downloaded time-macros v0.2.18 |
745 | 2025-01-25T04:27:09.163Z | Downloaded siphasher v0.3.11 |
746 | 2025-01-25T04:27:09.166Z | Downloaded serde_repr v0.1.19 |
747 | 2025-01-25T04:27:09.169Z | Downloaded rustc_version v0.4.1 |
748 | 2025-01-25T04:27:09.169Z | Downloaded elliptic-curve v0.13.8 |
749 | 2025-01-25T04:27:09.173Z | Downloaded parse-display v0.10.0 |
750 | 2025-01-25T04:27:09.175Z | Downloaded url v2.5.3 |
751 | 2025-01-25T04:27:09.178Z | Downloaded flagset v0.4.6 |
752 | 2025-01-25T04:27:09.183Z | Downloaded strum v0.26.3 |
753 | 2025-01-25T04:27:09.183Z | Downloaded scopeguard v1.2.0 |
754 | 2025-01-25T04:27:09.186Z | Downloaded parking_lot_core v0.9.10 |
755 | 2025-01-25T04:27:09.186Z | Downloaded time-core v0.1.2 |
756 | 2025-01-25T04:27:09.186Z | Downloaded ff v0.13.0 |
757 | 2025-01-25T04:27:09.190Z | Downloaded filetime v0.2.25 |
758 | 2025-01-25T04:27:09.194Z | Downloaded untrusted v0.9.0 |
759 | 2025-01-25T04:27:09.195Z | Downloaded glob v0.3.1 |
760 | 2025-01-25T04:27:09.195Z | Downloaded typify v0.3.0 |
761 | 2025-01-25T04:27:09.199Z | Downloaded pin-project-lite v0.2.14 |
762 | 2025-01-25T04:27:09.203Z | Downloaded zone_cfg_derive v0.3.0 |
763 | 2025-01-25T04:27:09.206Z | Downloaded zone v0.1.8 |
764 | 2025-01-25T04:27:09.206Z | Downloaded either v1.13.0 |
765 | 2025-01-25T04:27:09.206Z | Downloaded rustls-pemfile v2.2.0 |
766 | 2025-01-25T04:27:09.209Z | Downloaded prettyplease v0.2.25 |
767 | 2025-01-25T04:27:09.212Z | Downloaded walkdir v2.5.0 |
768 | 2025-01-25T04:27:09.216Z | Downloaded diesel_table_macro_syntax v0.2.0 |
769 | 2025-01-25T04:27:09.216Z | Downloaded derive_builder_macro v0.20.2 |
770 | 2025-01-25T04:27:09.219Z | Downloaded zone_cfg_derive v0.1.2 |
771 | 2025-01-25T04:27:09.219Z | Downloaded group v0.13.0 |
772 | 2025-01-25T04:27:09.219Z | Downloaded snafu-derive v0.8.5 |
773 | 2025-01-25T04:27:09.222Z | Downloaded hash32 v0.2.1 |
774 | 2025-01-25T04:27:09.222Z | Downloaded der v0.7.9 |
775 | 2025-01-25T04:27:09.229Z | Downloaded schemars_derive v0.8.21 |
776 | 2025-01-25T04:27:09.231Z | Downloaded unicode-properties v0.1.3 |
777 | 2025-01-25T04:27:09.231Z | Downloaded scheduled-thread-pool v0.2.7 |
778 | 2025-01-25T04:27:09.236Z | Downloaded salsa20 v0.10.2 |
779 | 2025-01-25T04:27:09.236Z | Downloaded ref-cast v1.0.23 |
780 | 2025-01-25T04:27:09.239Z | Downloaded parse-size v1.1.0 |
781 | 2025-01-25T04:27:09.239Z | Downloaded strum_macros v0.24.3 |
782 | 2025-01-25T04:27:09.242Z | Downloaded rand_core v0.6.4 |
783 | 2025-01-25T04:27:09.242Z | Downloaded dyn-clone v1.0.17 |
784 | 2025-01-25T04:27:09.245Z | Downloaded tokio-rustls v0.25.0 |
785 | 2025-01-25T04:27:09.249Z | Downloaded tokio-stream v0.1.16 |
786 | 2025-01-25T04:27:09.253Z | Downloaded openssl-probe v0.1.5 |
787 | 2025-01-25T04:27:09.253Z | Downloaded oso-derive v0.27.3 |
788 | 2025-01-25T04:27:09.256Z | Downloaded stringprep v0.1.5 |
789 | 2025-01-25T04:27:09.256Z | Downloaded sigpipe v0.1.3 |
790 | 2025-01-25T04:27:09.256Z | Downloaded ecdsa v0.16.9 |
791 | 2025-01-25T04:27:09.263Z | Downloaded pkg-config v0.3.31 |
792 | 2025-01-25T04:27:09.266Z | Downloaded displaydoc v0.2.5 |
793 | 2025-01-25T04:27:09.266Z | Downloaded tinyvec v1.8.0 |
794 | 2025-01-25T04:27:09.266Z | Downloaded similar v2.6.0 |
795 | 2025-01-25T04:27:09.271Z | Downloaded tiny-keccak v2.0.2 |
796 | 2025-01-25T04:27:09.276Z | Downloaded aes v0.8.4 |
797 | 2025-01-25T04:27:09.278Z | Downloaded thread_local v1.1.8 |
798 | 2025-01-25T04:27:09.283Z | Downloaded rsa v0.9.6 |
799 | 2025-01-25T04:27:09.288Z | Downloaded futures-executor v0.3.31 |
800 | 2025-01-25T04:27:09.290Z | Downloaded zone v0.3.0 |
801 | 2025-01-25T04:27:09.290Z | Downloaded pkcs8 v0.10.2 |
802 | 2025-01-25T04:27:09.293Z | Downloaded progenitor-macro v0.8.0 |
803 | 2025-01-25T04:27:09.293Z | Downloaded nodrop v0.1.14 |
804 | 2025-01-25T04:27:09.293Z | Downloaded flume v0.11.1 |
805 | 2025-01-25T04:27:09.298Z | Downloaded futures-channel v0.3.31 |
806 | 2025-01-25T04:27:09.301Z | Downloaded samael v0.0.17 |
807 | 2025-01-25T04:27:09.306Z | Downloaded num-conv v0.1.0 |
808 | 2025-01-25T04:27:09.309Z | Downloaded rand_xorshift v0.3.0 |
809 | 2025-01-25T04:27:09.309Z | Downloaded rand_chacha v0.3.1 |
810 | 2025-01-25T04:27:09.312Z | Downloaded vte v0.11.1 |
811 | 2025-01-25T04:27:09.312Z | Downloaded futures-core v0.3.31 |
812 | 2025-01-25T04:27:09.316Z | Downloaded difflib v0.4.0 |
813 | 2025-01-25T04:27:09.316Z | Downloaded which v4.4.2 |
814 | 2025-01-25T04:27:09.319Z | Downloaded hashbrown v0.13.2 |
815 | 2025-01-25T04:27:09.322Z | Downloaded normalize-line-endings v0.3.0 |
816 | 2025-01-25T04:27:09.325Z | Downloaded parse-display-derive v0.10.0 |
817 | 2025-01-25T04:27:09.325Z | Downloaded phf_shared v0.10.0 |
818 | 2025-01-25T04:27:09.328Z | Downloaded thiserror-no-std v2.0.2 |
819 | 2025-01-25T04:27:09.331Z | Downloaded slog-term v2.9.1 |
820 | 2025-01-25T04:27:09.333Z | Downloaded sha1 v0.10.6 |
821 | 2025-01-25T04:27:09.336Z | Downloaded utf8_iter v1.0.4 |
822 | 2025-01-25T04:27:09.339Z | Downloaded hashbrown v0.12.3 |
823 | 2025-01-25T04:27:09.343Z | Downloaded tabwriter v1.4.0 |
824 | 2025-01-25T04:27:09.345Z | Downloaded subtle v2.6.1 |
825 | 2025-01-25T04:27:09.348Z | Downloaded try-lock v0.2.5 |
826 | 2025-01-25T04:27:09.348Z | Downloaded tower-service v0.3.3 |
827 | 2025-01-25T04:27:09.351Z | Downloaded unicode-xid v0.2.6 |
828 | 2025-01-25T04:27:09.351Z | Downloaded thiserror-impl-no-std v2.0.2 |
829 | 2025-01-25T04:27:09.353Z | Downloaded derive_builder_core v0.20.2 |
830 | 2025-01-25T04:27:09.356Z | Downloaded zerocopy-derive v0.8.10 |
831 | 2025-01-25T04:27:09.363Z | Downloaded diff v0.1.13 |
832 | 2025-01-25T04:27:09.367Z | Downloaded precomputed-hash v0.1.1 |
833 | 2025-01-25T04:27:09.370Z | Downloaded tinyvec_macros v0.1.1 |
834 | 2025-01-25T04:27:09.370Z | Downloaded idna v1.0.3 |
835 | 2025-01-25T04:27:09.374Z | Downloaded phf_codegen v0.11.2 |
836 | 2025-01-25T04:27:09.377Z | Downloaded native-tls v0.2.12 |
837 | 2025-01-25T04:27:09.381Z | Downloaded num-bigint v0.4.6 |
838 | 2025-01-25T04:27:09.387Z | Downloaded embedded-io v0.4.0 |
839 | 2025-01-25T04:27:09.390Z | Downloaded embedded-io v0.6.1 |
840 | 2025-01-25T04:27:09.390Z | Downloaded want v0.3.1 |
841 | 2025-01-25T04:27:09.390Z | Downloaded zip v0.6.6 |
842 | 2025-01-25T04:27:09.396Z | Downloaded subprocess v0.2.9 |
843 | 2025-01-25T04:27:09.400Z | Downloaded twox-hash v1.6.3 |
844 | 2025-01-25T04:27:09.403Z | Downloaded ref-cast-impl v1.0.23 |
845 | 2025-01-25T04:27:09.403Z | Downloaded aho-corasick v1.1.3 |
846 | 2025-01-25T04:27:09.411Z | Downloaded number_prefix v0.4.0 |
847 | 2025-01-25T04:27:09.414Z | Downloaded secrecy v0.8.0 |
848 | 2025-01-25T04:27:09.414Z | Downloaded scrypt v0.11.0 |
849 | 2025-01-25T04:27:09.418Z | Downloaded aes-gcm v0.10.3 |
850 | 2025-01-25T04:27:09.421Z | Downloaded num-integer v0.1.46 |
851 | 2025-01-25T04:27:09.424Z | Downloaded fallible-iterator v0.2.0 |
852 | 2025-01-25T04:27:09.424Z | Downloaded ron v0.8.1 |
853 | 2025-01-25T04:27:09.430Z | Downloaded pin-project v1.1.6 |
854 | 2025-01-25T04:27:09.444Z | Downloaded rtoolbox v0.0.2 |
855 | 2025-01-25T04:27:09.448Z | Downloaded rpassword v7.3.1 |
856 | 2025-01-25T04:27:09.455Z | Downloaded rfc6979 v0.4.0 |
857 | 2025-01-25T04:27:09.455Z | Downloaded progenitor v0.8.0 |
858 | 2025-01-25T04:27:09.455Z | Downloaded percent-encoding v2.3.1 |
859 | 2025-01-25T04:27:09.461Z | Downloaded multimap v0.10.0 |
860 | 2025-01-25T04:27:09.461Z | Downloaded sync_wrapper v1.0.1 |
861 | 2025-01-25T04:27:09.461Z | Downloaded gethostname v0.5.0 |
862 | 2025-01-25T04:27:09.461Z | Downloaded nu-ansi-term v0.50.1 |
863 | 2025-01-25T04:27:09.461Z | Downloaded hashlink v0.9.1 |
864 | 2025-01-25T04:27:09.465Z | Downloaded fxhash v0.2.1 |
865 | 2025-01-25T04:27:09.465Z | Downloaded num_enum_derive v0.5.11 |
866 | 2025-01-25T04:27:09.465Z | Downloaded display-error-chain v0.2.2 |
867 | 2025-01-25T04:27:09.468Z | Downloaded nanorand v0.7.0 |
868 | 2025-01-25T04:27:09.468Z | Downloaded predicates v3.1.2 |
869 | 2025-01-25T04:27:09.472Z | Downloaded num_threads v0.1.7 |
870 | 2025-01-25T04:27:09.475Z | Downloaded password-hash v0.4.2 |
871 | 2025-01-25T04:27:09.475Z | Downloaded oso v0.27.3 |
872 | 2025-01-25T04:27:09.478Z | Downloaded progenitor-client v0.8.0 |
873 | 2025-01-25T04:27:09.484Z | Downloaded unsafe-libyaml v0.2.11 |
874 | 2025-01-25T04:27:09.488Z | Downloaded num_enum v0.5.11 |
875 | 2025-01-25T04:27:09.491Z | Downloaded wait-timeout v0.2.0 |
876 | 2025-01-25T04:27:09.491Z | Downloaded unicase v2.7.0 |
877 | 2025-01-25T04:27:09.494Z | Downloaded quinn v0.11.5 |
878 | 2025-01-25T04:27:09.508Z | Downloaded funty v2.0.0 |
879 | 2025-01-25T04:27:09.512Z | Downloaded zeroize v1.8.1 |
880 | 2025-01-25T04:27:09.512Z | Downloaded env_logger v0.11.5 |
881 | 2025-01-25T04:27:09.512Z | Downloaded sct v0.7.1 |
882 | 2025-01-25T04:27:09.512Z | Downloaded russh-cryptovec v0.7.3 |
883 | 2025-01-25T04:27:09.512Z | Downloaded ena v0.14.3 |
884 | 2025-01-25T04:27:09.512Z | Downloaded rustfmt-wrapper v0.2.1 |
885 | 2025-01-25T04:27:09.512Z | Downloaded pem-rfc7468 v0.7.0 |
886 | 2025-01-25T04:27:09.515Z | Downloaded slog-async v2.8.0 |
887 | 2025-01-25T04:27:09.515Z | Downloaded foreign-types-shared v0.3.1 |
888 | 2025-01-25T04:27:09.518Z | Downloaded pbkdf2 v0.12.2 |
889 | 2025-01-25T04:27:09.518Z | Downloaded futures-io v0.3.31 |
890 | 2025-01-25T04:27:09.521Z | Downloaded env_logger v0.10.2 |
891 | 2025-01-25T04:27:09.526Z | Downloaded synstructure v0.13.1 |
892 | 2025-01-25T04:27:09.526Z | Downloaded zip v2.1.3 |
893 | 2025-01-25T04:27:09.529Z | Downloaded zeroize_derive v1.4.2 |
894 | 2025-01-25T04:27:09.532Z | Downloaded term v0.7.0 |
895 | 2025-01-25T04:27:09.537Z | Downloaded hashbrown v0.14.5 |
896 | 2025-01-25T04:27:09.542Z | Downloaded sync-ptr v0.1.1 |
897 | 2025-01-25T04:27:09.544Z | Downloaded aws-lc-rs v1.10.0 |
898 | 2025-01-25T04:27:09.553Z | Downloaded serde_urlencoded v0.7.1 |
899 | 2025-01-25T04:27:09.556Z | Downloaded progenitor v0.9.1 |
900 | 2025-01-25T04:27:09.559Z | Downloaded rustc-demangle v0.1.24 |
901 | 2025-01-25T04:27:09.562Z | Downloaded typify-macro v0.2.0 |
902 | 2025-01-25T04:27:09.562Z | Downloaded defmt-parser v0.3.4 |
903 | 2025-01-25T04:27:09.562Z | Downloaded defmt-macros v0.3.9 |
904 | 2025-01-25T04:27:09.565Z | Downloaded toml v0.7.8 |
905 | 2025-01-25T04:27:09.569Z | Downloaded deranged v0.3.11 |
906 | 2025-01-25T04:27:09.573Z | Downloaded rusty-fork v0.3.0 |
907 | 2025-01-25T04:27:09.576Z | Downloaded ppv-lite86 v0.2.20 |
908 | 2025-01-25T04:27:09.577Z | Downloaded peg-macros v0.8.4 |
909 | 2025-01-25T04:27:09.580Z | Downloaded polyval v0.6.2 |
910 | 2025-01-25T04:27:09.580Z | Downloaded fallible-streaming-iterator v0.1.9 |
911 | 2025-01-25T04:27:09.580Z | Downloaded fallible-iterator v0.3.0 |
912 | 2025-01-25T04:27:09.585Z | Downloaded peg v0.8.4 |
913 | 2025-01-25T04:27:09.588Z | Downloaded env_filter v0.1.2 |
914 | 2025-01-25T04:27:09.588Z | Downloaded tls_codec v0.4.1 |
915 | 2025-01-25T04:27:09.591Z | Downloaded rayon-core v1.12.1 |
916 | 2025-01-25T04:27:09.594Z | Downloaded simd-adler32 v0.3.7 |
917 | 2025-01-25T04:27:09.597Z | Downloaded getrandom v0.2.15 |
918 | 2025-01-25T04:27:09.601Z | Downloaded defmt v0.3.8 |
919 | 2025-01-25T04:27:09.604Z | Downloaded password-hash v0.5.0 |
920 | 2025-01-25T04:27:09.606Z | Downloaded derive-where v1.2.7 |
921 | 2025-01-25T04:27:09.609Z | Downloaded whoami v1.5.2 |
922 | 2025-01-25T04:27:09.613Z | Downloaded slog-dtrace v0.3.0 |
923 | 2025-01-25T04:27:09.616Z | Downloaded dsl_auto_type v0.1.2 |
924 | 2025-01-25T04:27:09.616Z | Downloaded tokio-native-tls v0.3.1 |
925 | 2025-01-25T04:27:09.619Z | Downloaded tungstenite v0.23.0 |
926 | 2025-01-25T04:27:09.625Z | Downloaded supports-color v3.0.1 |
927 | 2025-01-25T04:27:09.628Z | Downloaded stable_deref_trait v1.2.0 |
928 | 2025-01-25T04:27:09.628Z | Downloaded postgres-protocol v0.6.7 |
929 | 2025-01-25T04:27:09.628Z | Downloaded zerofrom-derive v0.1.4 |
930 | 2025-01-25T04:27:09.628Z | Downloaded slog v2.7.0 |
931 | 2025-01-25T04:27:09.630Z | Downloaded phf_shared v0.11.2 |
932 | 2025-01-25T04:27:09.631Z | Downloaded pem v3.0.4 |
933 | 2025-01-25T04:27:09.633Z | Downloaded num-iter v0.1.45 |
934 | 2025-01-25T04:27:09.633Z | Downloaded form_urlencoded v1.2.1 |
935 | 2025-01-25T04:27:09.636Z | Downloaded blake3 v1.5.4 |
936 | 2025-01-25T04:27:09.643Z | Downloaded serde_with_macros v3.11.0 |
937 | 2025-01-25T04:27:09.647Z | Downloaded psl-types v2.0.11 |
938 | 2025-01-25T04:27:09.651Z | Downloaded num-traits v0.2.19 |
939 | 2025-01-25T04:27:09.653Z | Downloaded russh v0.45.0 |
940 | 2025-01-25T04:27:09.657Z | Downloaded tar v0.4.42 |
941 | 2025-01-25T04:27:09.661Z | Downloaded smallvec v1.13.2 |
942 | 2025-01-25T04:27:09.663Z | Downloaded static_assertions v1.1.0 |
943 | 2025-01-25T04:27:09.663Z | Downloaded data-encoding v2.6.0 |
944 | 2025-01-25T04:27:09.666Z | Downloaded tracing v0.1.40 |
945 | 2025-01-25T04:27:09.669Z | Downloaded parse-zoneinfo v0.3.1 |
946 | 2025-01-25T04:27:09.673Z | Downloaded rand v0.8.5 |
947 | 2025-01-25T04:27:09.676Z | Downloaded darling_core v0.20.10 |
948 | 2025-01-25T04:27:09.682Z | Downloaded slog-json v2.6.1 |
949 | 2025-01-25T04:27:09.685Z | Downloaded russh-keys v0.45.0 |
950 | 2025-01-25T04:27:09.687Z | Downloaded time v0.3.36 |
951 | 2025-01-25T04:27:09.694Z | Downloaded postcard v1.0.10 |
952 | 2025-01-25T04:27:09.697Z | Downloaded dropshot_endpoint v0.12.0 |
953 | 2025-01-25T04:27:09.700Z | Downloaded headers v0.4.0 |
954 | 2025-01-25T04:27:09.705Z | Downloaded uuid v1.12.0 |
955 | 2025-01-25T04:27:09.709Z | Downloaded vergen v8.3.2 |
956 | 2025-01-25T04:27:09.712Z | Downloaded icu_properties_data v1.5.0 |
957 | 2025-01-25T04:27:09.727Z | Downloaded num-rational v0.4.2 |
958 | 2025-01-25T04:27:09.730Z | Downloaded steno v0.4.1 |
959 | 2025-01-25T04:27:09.733Z | Downloaded fatfs v0.3.6 |
960 | 2025-01-25T04:27:09.735Z | Downloaded sqlparser v0.45.0 |
961 | 2025-01-25T04:27:09.742Z | Downloaded quinn-proto v0.11.8 |
962 | 2025-01-25T04:27:09.748Z | Downloaded heapless v0.7.17 |
963 | 2025-01-25T04:27:09.752Z | Downloaded chrono v0.4.39 |
964 | 2025-01-25T04:27:09.760Z | Downloaded lalrpop v0.19.12 |
965 | 2025-01-25T04:27:09.773Z | Downloaded serde_yaml v0.9.34+deprecated |
966 | 2025-01-25T04:27:09.777Z | Downloaded zerovec v0.10.4 |
967 | 2025-01-25T04:27:09.783Z | Downloaded h2 v0.4.6 |
968 | 2025-01-25T04:27:09.790Z | Downloaded qorb v0.2.1 |
969 | 2025-01-25T04:27:09.886Z | Downloaded regex v1.11.1 |
970 | 2025-01-25T04:27:09.909Z | Downloaded publicsuffix v2.3.0 |
971 | 2025-01-25T04:27:09.910Z | Downloaded typed-path v0.9.3 |
972 | 2025-01-25T04:27:09.910Z | Downloaded petname v2.0.2 |
973 | 2025-01-25T04:27:09.910Z | Downloaded reedline v0.35.0 |
974 | 2025-01-25T04:27:09.910Z | Downloaded quick-xml v0.33.0 |
975 | 2025-01-25T04:27:09.910Z | Downloaded tokio-util v0.7.12 |
976 | 2025-01-25T04:27:09.910Z | Downloaded rustyline v14.0.0 |
977 | 2025-01-25T04:27:09.910Z | Downloaded take_mut v0.2.2 |
978 | 2025-01-25T04:27:09.910Z | Downloaded futures-util v0.3.31 |
979 | 2025-01-25T04:27:09.910Z | Downloaded serde_with v3.11.0 |
980 | 2025-01-25T04:27:09.910Z | Downloaded curve25519-dalek v4.1.3 |
981 | 2025-01-25T04:27:09.910Z | Downloaded zerocopy v0.8.10 |
982 | 2025-01-25T04:27:09.920Z | Downloaded rusqlite v0.32.1 |
983 | 2025-01-25T04:27:09.924Z | Downloaded regex-syntax v0.6.29 |
984 | 2025-01-25T04:27:09.928Z | Downloaded p384 v0.13.0 |
985 | 2025-01-25T04:27:09.935Z | Downloaded waitgroup v0.1.2 |
986 | 2025-01-25T04:27:09.939Z | Downloaded dropshot v0.12.0 |
987 | 2025-01-25T04:27:09.959Z | Downloaded portable-atomic v1.9.0 |
988 | 2025-01-25T04:27:09.966Z | Downloaded regress v0.10.1 |
989 | 2025-01-25T04:27:09.975Z | Downloaded git2 v0.19.0 |
990 | 2025-01-25T04:27:09.985Z | Downloaded rustls v0.21.12 |
991 | 2025-01-25T04:27:09.999Z | Downloaded radix_trie v0.2.1 |
992 | 2025-01-25T04:27:10.017Z | Downloaded nix v0.27.1 |
993 | 2025-01-25T04:27:10.030Z | Downloaded proptest v1.5.0 |
994 | 2025-01-25T04:27:10.038Z | Downloaded gimli v0.31.1 |
995 | 2025-01-25T04:27:10.049Z | Downloaded openssl v0.10.66 |
996 | 2025-01-25T04:27:10.061Z | Downloaded polar-core v0.27.3 |
997 | 2025-01-25T04:27:10.073Z | Downloaded object v0.30.4 |
998 | 2025-01-25T04:27:10.082Z | Downloaded vcpkg v0.2.15 |
999 | 2025-01-25T04:27:10.120Z | Downloaded diesel v2.2.6 |
1000 | 2025-01-25T04:27:10.139Z | Downloaded nix v0.29.0 |
1001 | 2025-01-25T04:27:10.149Z | Downloaded openapiv3 v2.0.0 |
1002 | 2025-01-25T04:27:10.161Z | Downloaded rustls v0.23.19 |
1003 | 2025-01-25T04:27:10.174Z | Downloaded dropshot v0.15.1 |
1004 | 2025-01-25T04:27:10.196Z | Downloaded regress v0.9.1 |
1005 | 2025-01-25T04:27:10.204Z | Downloaded smoltcp v0.11.0 |
1006 | 2025-01-25T04:27:10.216Z | Downloaded winnow v0.5.40 |
1007 | 2025-01-25T04:27:10.226Z | Downloaded ratatui v0.28.1 |
1008 | 2025-01-25T04:27:10.245Z | Downloaded regex-syntax v0.8.5 |
1009 | 2025-01-25T04:27:10.253Z | Downloaded bstr v1.10.0 |
1010 | 2025-01-25T04:27:10.262Z | Downloaded typify-impl v0.2.0 |
1011 | 2025-01-25T04:27:10.277Z | Downloaded smoltcp v0.9.1 |
1012 | 2025-01-25T04:27:10.287Z | Downloaded zerocopy-derive v0.6.6 |
1013 | 2025-01-25T04:27:10.297Z | Downloaded nix v0.28.0 |
1014 | 2025-01-25T04:27:10.308Z | Downloaded unicode-width v0.2.0 |
1015 | 2025-01-25T04:27:10.314Z | Downloaded typify-impl v0.3.0 |
1016 | 2025-01-25T04:27:10.330Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1017 | 2025-01-25T04:27:10.341Z | Downloaded sled v0.34.7 |
1018 | 2025-01-25T04:27:10.351Z | Downloaded regex-automata v0.4.8 |
1019 | 2025-01-25T04:27:10.368Z | Downloaded hickory-proto v0.24.2 |
1020 | 2025-01-25T04:27:10.382Z | Downloaded object v0.36.5 |
1021 | 2025-01-25T04:27:10.394Z | Downloaded rustls-webpki v0.102.8 |
1022 | 2025-01-25T04:27:10.411Z | Downloaded rustls v0.22.4 |
1023 | 2025-01-25T04:27:10.423Z | Downloaded lzma-sys v0.1.20 |
1024 | 2025-01-25T04:27:10.453Z | Downloaded chrono-tz v0.10.1 |
1025 | 2025-01-25T04:27:10.466Z | Downloaded rayon v1.10.0 |
1026 | 2025-01-25T04:27:10.468Z | Downloaded webpki-roots v0.26.6 |
1027 | 2025-01-25T04:27:10.473Z | Downloaded tokio-postgres v0.7.12 |
1028 | 2025-01-25T04:27:10.479Z | Downloaded tokio v1.43.0 |
1029 | 2025-01-25T04:27:10.517Z | Downloaded nom v7.1.3 |
1030 | 2025-01-25T04:27:10.521Z | Downloaded libz-sys v1.1.20 |
1031 | 2025-01-25T04:27:10.542Z | Downloaded unicode-normalization v0.1.24 |
1032 | 2025-01-25T04:27:10.545Z | Downloaded csv v1.3.1 |
1033 | 2025-01-25T04:27:10.565Z | Downloaded salty v0.3.0 |
1034 | 2025-01-25T04:27:10.571Z | Downloaded petgraph v0.6.5 |
1035 | 2025-01-25T04:27:10.588Z | Downloaded bitvec v1.0.1 |
1036 | 2025-01-25T04:27:10.602Z | Downloaded bindgen v0.69.5 |
1037 | 2025-01-25T04:27:10.609Z | Downloaded tungstenite v0.21.0 |
1038 | 2025-01-25T04:27:10.612Z | Downloaded uzers v0.12.1 |
1039 | 2025-01-25T04:27:10.615Z | Downloaded sha3 v0.10.8 |
1040 | 2025-01-25T04:27:10.619Z | Downloaded p521 v0.13.3 |
1041 | 2025-01-25T04:27:10.624Z | Downloaded tungstenite v0.24.0 |
1042 | 2025-01-25T04:27:10.630Z | Downloaded zopfli v0.8.1 |
1043 | 2025-01-25T04:27:10.634Z | Downloaded reqwest v0.12.9 |
1044 | 2025-01-25T04:27:10.639Z | Downloaded openssl-sys v0.9.103 |
1045 | 2025-01-25T04:27:10.644Z | Downloaded tracing-core v0.1.32 |
1046 | 2025-01-25T04:27:10.647Z | Downloaded ssh-key v0.6.6 |
1047 | 2025-01-25T04:27:10.654Z | Downloaded debug-ignore v1.0.5 |
1048 | 2025-01-25T04:27:10.658Z | Downloaded fs_extra v1.3.0 |
1049 | 2025-01-25T04:27:10.663Z | Downloaded socket2 v0.5.7 |
1050 | 2025-01-25T04:27:10.663Z | Downloaded futures-macro v0.3.31 |
1051 | 2025-01-25T04:27:10.665Z | Downloaded string_cache v0.8.7 |
1052 | 2025-01-25T04:27:10.665Z | Downloaded rustls-webpki v0.101.7 |
1053 | 2025-01-25T04:27:10.677Z | Downloaded derive_more v0.99.18 |
1054 | 2025-01-25T04:27:10.683Z | Downloaded toml_edit v0.19.15 |
1055 | 2025-01-25T04:27:10.700Z | Downloaded flate2 v1.0.35 |
1056 | 2025-01-25T04:27:10.703Z | Downloaded expectorate v1.1.0 |
1057 | 2025-01-25T04:27:10.706Z | Downloaded unicode-segmentation v1.12.0 |
1058 | 2025-01-25T04:27:10.709Z | Downloaded dirs-next v2.0.0 |
1059 | 2025-01-25T04:27:10.711Z | Downloaded termios v0.3.3 |
1060 | 2025-01-25T04:27:10.711Z | Downloaded crossterm v0.28.1 |
1061 | 2025-01-25T04:27:10.720Z | Downloaded ghash v0.5.1 |
1062 | 2025-01-25T04:27:10.722Z | Downloaded slog-bunyan v2.5.0 |
1063 | 2025-01-25T04:27:10.723Z | Downloaded derive_builder v0.20.2 |
1064 | 2025-01-25T04:27:10.728Z | Downloaded ron v0.7.1 |
1065 | 2025-01-25T04:27:10.736Z | Downloaded tough v0.19.0 |
1066 | 2025-01-25T04:27:10.740Z | Downloaded p256 v0.13.2 |
1067 | 2025-01-25T04:27:10.746Z | Downloaded hyper v1.5.2 |
1068 | 2025-01-25T04:27:10.750Z | Downloaded num-derive v0.4.2 |
1069 | 2025-01-25T04:27:10.753Z | Downloaded ed25519-dalek v2.1.1 |
1070 | 2025-01-25T04:27:10.757Z | Downloaded schemars v0.8.21 |
1071 | 2025-01-25T04:27:10.765Z | Downloaded num-bigint-dig v0.8.4 |
1072 | 2025-01-25T04:27:10.770Z | Downloaded primeorder v0.13.6 |
1073 | 2025-01-25T04:27:10.773Z | Downloaded pkcs5 v0.7.1 |
1074 | 2025-01-25T04:27:10.778Z | Downloaded spin v0.9.8 |
1075 | 2025-01-25T04:27:10.781Z | Downloaded fragile v2.0.0 |
1076 | 2025-01-25T04:27:10.781Z | Downloaded dunce v1.0.5 |
1077 | 2025-01-25T04:27:10.781Z | Downloaded itertools v0.13.0 |
1078 | 2025-01-25T04:27:10.788Z | Downloaded snafu v0.8.5 |
1079 | 2025-01-25T04:27:10.794Z | Downloaded encoding_rs v0.8.34 |
1080 | 2025-01-25T04:27:10.820Z | Downloaded value-bag v1.9.0 |
1081 | 2025-01-25T04:27:10.824Z | Downloaded tracing-attributes v0.1.27 |
1082 | 2025-01-25T04:27:10.824Z | Downloaded semver v0.1.20 |
1083 | 2025-01-25T04:27:10.824Z | Downloaded utf16_iter v1.0.5 |
1084 | 2025-01-25T04:27:10.827Z | Downloaded universal-hash v0.5.1 |
1085 | 2025-01-25T04:27:10.827Z | Downloaded rustversion v1.0.17 |
1086 | 2025-01-25T04:27:10.830Z | Downloaded itertools v0.12.1 |
1087 | 2025-01-25T04:27:10.835Z | Downloaded unicode_categories v0.1.1 |
1088 | 2025-01-25T04:27:10.838Z | Downloaded smallvec v0.6.14 |
1089 | 2025-01-25T04:27:10.842Z | Downloaded pin-project-internal v1.1.6 |
1090 | 2025-01-25T04:27:10.842Z | Downloaded paste v1.0.15 |
1091 | 2025-01-25T04:27:10.846Z | Downloaded unicode-bidi v0.3.17 |
1092 | 2025-01-25T04:27:10.849Z | Downloaded x509-cert v0.2.5 |
1093 | 2025-01-25T04:27:10.853Z | Downloaded des v0.8.1 |
1094 | 2025-01-25T04:27:10.857Z | Downloaded itertools v0.10.5 |
1095 | 2025-01-25T04:27:10.862Z | Downloaded tokio-tungstenite v0.24.0 |
1096 | 2025-01-25T04:27:10.871Z | Downloaded tokio-rustls v0.26.0 |
1097 | 2025-01-25T04:27:10.871Z | Downloaded half v2.4.1 |
1098 | 2025-01-25T04:27:10.871Z | Downloaded tokio-rustls v0.24.1 |
1099 | 2025-01-25T04:27:10.874Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1100 | 2025-01-25T04:27:11.001Z | Downloaded libxml v0.3.3 |
1101 | 2025-01-25T04:27:11.016Z | Downloaded libm v0.2.8 |
1102 | 2025-01-25T04:27:11.016Z | Downloaded tokio-tungstenite v0.23.1 |
1103 | 2025-01-25T04:27:11.016Z | Downloaded http v1.2.0 |
1104 | 2025-01-25T04:27:11.016Z | Downloaded hash32 v0.3.1 |
1105 | 2025-01-25T04:27:11.016Z | Downloaded strum_macros v0.26.4 |
1106 | 2025-01-25T04:27:11.016Z | Downloaded dropshot_endpoint v0.15.1 |
1107 | 2025-01-25T04:27:11.016Z | Downloaded zerocopy v0.6.6 |
1108 | 2025-01-25T04:27:11.017Z | Downloaded untrusted v0.7.1 |
1109 | 2025-01-25T04:27:11.017Z | Downloaded zerovec-derive v0.10.3 |
1110 | 2025-01-25T04:27:11.017Z | Downloaded tokio-tungstenite v0.21.0 |
1111 | 2025-01-25T04:27:11.017Z | Downloaded poly1305 v0.8.0 |
1112 | 2025-01-25T04:27:11.017Z | Downloaded indicatif v0.17.9 |
1113 | 2025-01-25T04:27:11.017Z | Downloaded parking_lot v0.12.3 |
1114 | 2025-01-25T04:27:11.017Z | Downloaded bumpalo v3.16.0 |
1115 | 2025-01-25T04:27:11.017Z | Downloaded backtrace v0.3.74 |
1116 | 2025-01-25T04:27:11.017Z | Downloaded fixedbitset v0.4.2 |
1117 | 2025-01-25T04:27:11.017Z | Downloaded unicode-truncate v1.1.0 |
1118 | 2025-01-25T04:27:11.017Z | Downloaded shell-words v1.1.0 |
1119 | 2025-01-25T04:27:11.017Z | Downloaded rustc_version v0.1.7 |
1120 | 2025-01-25T04:27:11.017Z | Downloaded rustc-hash v1.1.0 |
1121 | 2025-01-25T04:27:11.017Z | Downloaded test-strategy v0.3.1 |
1122 | 2025-01-25T04:27:11.017Z | Downloaded heapless v0.8.0 |
1123 | 2025-01-25T04:27:11.017Z | Downloaded serde_path_to_error v0.1.16 |
1124 | 2025-01-25T04:27:11.017Z | Downloaded crossbeam-channel v0.5.13 |
1125 | 2025-01-25T04:27:11.028Z | Downloaded const_format v0.2.33 |
1126 | 2025-01-25T04:27:11.028Z | Downloaded base64 v0.22.1 |
1127 | 2025-01-25T04:27:11.028Z | Downloaded cc v1.1.30 |
1128 | 2025-01-25T04:27:11.028Z | Downloaded nibble_vec v0.1.0 |
1129 | 2025-01-25T04:27:11.033Z | Downloaded crc-any v2.5.0 |
1130 | 2025-01-25T04:27:11.033Z | Downloaded base64 v0.21.7 |
1131 | 2025-01-25T04:27:11.033Z | Downloaded typify v0.2.0 |
1132 | 2025-01-25T04:27:11.033Z | Downloaded progenitor-impl v0.9.1 |
1133 | 2025-01-25T04:27:11.041Z | Downloaded icu_collections v1.5.0 |
1134 | 2025-01-25T04:27:11.045Z | Downloaded const-oid v0.9.6 |
1135 | 2025-01-25T04:27:11.045Z | Downloaded typify-macro v0.3.0 |
1136 | 2025-01-25T04:27:11.045Z | Downloaded tls_codec_derive v0.4.1 |
1137 | 2025-01-25T04:27:11.045Z | Downloaded structmeta-derive v0.3.0 |
1138 | 2025-01-25T04:27:11.045Z | Downloaded resolv-conf v0.7.0 |
1139 | 2025-01-25T04:27:11.049Z | Downloaded tokio-macros v2.5.0 |
1140 | 2025-01-25T04:27:11.049Z | Downloaded mime v0.3.17 |
1141 | 2025-01-25T04:27:11.049Z | Downloaded lazycell v1.3.0 |
1142 | 2025-01-25T04:27:11.049Z | Downloaded idna_adapter v1.2.0 |
1143 | 2025-01-25T04:27:11.054Z | Downloaded structmeta-derive v0.2.0 |
1144 | 2025-01-25T04:27:11.054Z | Downloaded structmeta v0.2.0 |
1145 | 2025-01-25T04:27:11.054Z | Downloaded strip-ansi-escapes v0.2.0 |
1146 | 2025-01-25T04:27:11.054Z | Downloaded signal-hook-mio v0.2.4 |
1147 | 2025-01-25T04:27:11.058Z | Downloaded iana-time-zone v0.1.61 |
1148 | 2025-01-25T04:27:11.058Z | Downloaded async-bb8-diesel v0.2.1 |
1149 | 2025-01-25T04:27:11.061Z | Downloaded miniz_oxide v0.8.0 |
1150 | 2025-01-25T04:27:11.061Z | Downloaded lazy_static v1.5.0 |
1151 | 2025-01-25T04:27:11.066Z | Downloaded icu_provider v1.5.0 |
1152 | 2025-01-25T04:27:11.069Z | Downloaded icu_normalizer v1.5.0 |
1153 | 2025-01-25T04:27:11.072Z | Downloaded arc-swap v1.7.1 |
1154 | 2025-01-25T04:27:11.077Z | Downloaded maplit v1.0.2 |
1155 | 2025-01-25T04:27:11.077Z | Downloaded blake2 v0.10.6 |
1156 | 2025-01-25T04:27:11.080Z | Downloaded allocator-api2 v0.2.18 |
1157 | 2025-01-25T04:27:11.080Z | Downloaded httparse v1.9.5 |
1158 | 2025-01-25T04:27:11.083Z | Downloaded cbc v0.1.2 |
1159 | 2025-01-25T04:27:11.087Z | Downloaded hyper-staticfile v0.10.1 |
1160 | 2025-01-25T04:27:11.087Z | Downloaded hex v0.4.3 |
1161 | 2025-01-25T04:27:11.089Z | Downloaded cipher v0.4.4 |
1162 | 2025-01-25T04:27:11.089Z | Downloaded bcrypt-pbkdf v0.10.0 |
1163 | 2025-01-25T04:27:11.089Z | Downloaded hubpack v0.1.2 |
1164 | 2025-01-25T04:27:11.092Z | Downloaded httpdate v1.0.3 |
1165 | 2025-01-25T04:27:11.092Z | Downloaded hex-literal v0.4.1 |
1166 | 2025-01-25T04:27:11.095Z | Downloaded crc32fast v1.4.2 |
1167 | 2025-01-25T04:27:11.095Z | Downloaded maybe-uninit v2.0.0 |
1168 | 2025-01-25T04:27:11.097Z | Downloaded hostname v0.3.1 |
1169 | 2025-01-25T04:27:11.097Z | Downloaded atomic-waker v1.1.2 |
1170 | 2025-01-25T04:27:11.100Z | Downloaded aead v0.5.2 |
1171 | 2025-01-25T04:27:11.100Z | Downloaded constant_time_eq v0.3.1 |
1172 | 2025-01-25T04:27:11.262Z | Downloaded libsqlite3-sys v0.30.1 |
1173 | 2025-01-25T04:27:11.364Z | Downloaded ring v0.17.8 |
1174 | 2025-01-25T04:27:11.744Z | Downloaded aws-lc-sys v0.22.0 |
1175 | 2025-01-25T04:27:12.124Z | Compiling serde v1.0.217 |
1176 | 2025-01-25T04:27:12.145Z | Compiling lock_api v0.4.12 |
1177 | 2025-01-25T04:27:12.145Z | Compiling scopeguard v1.2.0 |
1178 | 2025-01-25T04:27:12.145Z | Compiling value-bag v1.9.0 |
1179 | 2025-01-25T04:27:12.145Z | Compiling typenum v1.17.0 |
1180 | 2025-01-25T04:27:12.145Z | Compiling generic-array v0.14.7 |
1181 | 2025-01-25T04:27:12.257Z | Compiling syn v2.0.96 |
1182 | 2025-01-25T04:27:12.273Z | Compiling getrandom v0.2.15 |
1183 | 2025-01-25T04:27:12.415Z | Compiling subtle v2.6.1 |
1184 | 2025-01-25T04:27:12.551Z | Compiling rand_core v0.6.4 |
1185 | 2025-01-25T04:27:12.729Z | Compiling log v0.4.22 |
1186 | 2025-01-25T04:27:12.751Z | Compiling shlex v1.3.0 |
1187 | 2025-01-25T04:27:12.751Z | Compiling jobserver v0.1.32 |
1188 | 2025-01-25T04:27:12.800Z | Compiling smallvec v1.13.2 |
1189 | 2025-01-25T04:27:13.014Z | Compiling const-oid v0.9.6 |
1190 | 2025-01-25T04:27:13.064Z | Compiling spin v0.9.8 |
1191 | 2025-01-25T04:27:13.096Z | Compiling pin-project-lite v0.2.14 |
1192 | 2025-01-25T04:27:13.243Z | Compiling cc v1.1.30 |
1193 | 2025-01-25T04:27:13.254Z | Compiling rustix v0.38.37 |
1194 | 2025-01-25T04:27:13.432Z | Compiling parking_lot_core v0.9.10 |
1195 | 2025-01-25T04:27:13.489Z | Compiling futures-core v0.3.31 |
1196 | 2025-01-25T04:27:13.569Z | Compiling signal-hook-registry v1.4.2 |
1197 | 2025-01-25T04:27:13.718Z | Compiling mio v1.0.2 |
1198 | 2025-01-25T04:27:14.068Z | Compiling aho-corasick v1.1.3 |
1199 | 2025-01-25T04:27:14.350Z | Compiling parking_lot v0.12.3 |
1200 | 2025-01-25T04:27:14.487Z | Compiling either v1.13.0 |
1201 | 2025-01-25T04:27:14.504Z | Compiling regex-syntax v0.8.5 |
1202 | 2025-01-25T04:27:14.757Z | Compiling cpufeatures v0.2.14 |
1203 | 2025-01-25T04:27:14.866Z | Compiling stable_deref_trait v1.2.0 |
1204 | 2025-01-25T04:27:14.895Z | Compiling lazy_static v1.5.0 |
1205 | 2025-01-25T04:27:14.986Z | Compiling futures-sink v0.3.31 |
1206 | 2025-01-25T04:27:15.035Z | Compiling glob v0.3.1 |
1207 | 2025-01-25T04:27:15.140Z | Compiling socket2 v0.5.7 |
1208 | 2025-01-25T04:27:15.143Z | Compiling slab v0.4.9 |
1209 | 2025-01-25T04:27:15.194Z | Compiling prettyplease v0.2.25 |
1210 | 2025-01-25T04:27:15.563Z | Compiling minimal-lexical v0.2.1 |
1211 | 2025-01-25T04:27:15.631Z | Compiling serde_json v1.0.135 |
1212 | 2025-01-25T04:27:15.941Z | Compiling clang-sys v1.8.1 |
1213 | 2025-01-25T04:27:15.992Z | Compiling nom v7.1.3 |
1214 | 2025-01-25T04:27:16.091Z | Compiling libloading v0.8.5 |
1215 | 2025-01-25T04:27:16.352Z | Compiling home v0.5.9 |
1216 | 2025-01-25T04:27:16.476Z | Compiling bindgen v0.69.5 |
1217 | 2025-01-25T04:27:16.631Z | Compiling futures-channel v0.3.31 |
1218 | 2025-01-25T04:27:17.104Z | Compiling itertools v0.12.1 |
1219 | 2025-01-25T04:27:17.123Z | Compiling libm v0.2.8 |
1220 | 2025-01-25T04:27:17.444Z | Compiling foldhash v0.1.3 |
1221 | 2025-01-25T04:27:17.464Z | Compiling futures-io v0.3.31 |
1222 | 2025-01-25T04:27:17.752Z | Compiling rustc-hash v1.1.0 |
1223 | 2025-01-25T04:27:17.774Z | Compiling lazycell v1.3.0 |
1224 | 2025-01-25T04:27:17.914Z | Compiling allocator-api2 v0.2.18 |
1225 | 2025-01-25T04:27:17.944Z | Compiling pin-utils v0.1.0 |
1226 | 2025-01-25T04:27:18.047Z | Compiling futures-task v0.3.31 |
1227 | 2025-01-25T04:27:18.342Z | Compiling regex-automata v0.4.8 |
1228 | 2025-01-25T04:27:18.647Z | Compiling hashbrown v0.15.1 |
1229 | 2025-01-25T04:27:19.120Z | Compiling cmake v0.1.51 |
1230 | 2025-01-25T04:27:19.458Z | Compiling cexpr v0.6.0 |
1231 | 2025-01-25T04:27:19.795Z | Compiling synstructure v0.13.1 |
1232 | 2025-01-25T04:27:20.033Z | Compiling num-traits v0.2.19 |
1233 | 2025-01-25T04:27:20.337Z | Compiling pkg-config v0.3.31 |
1234 | 2025-01-25T04:27:20.929Z | Compiling dunce v1.0.5 |
1235 | 2025-01-25T04:27:21.073Z | Compiling fs_extra v1.3.0 |
1236 | 2025-01-25T04:27:21.395Z | Compiling litemap v0.7.3 |
1237 | 2025-01-25T04:27:21.607Z | Compiling writeable v0.5.5 |
1238 | 2025-01-25T04:27:21.677Z | Compiling ring v0.17.8 |
1239 | 2025-01-25T04:27:21.786Z | Compiling base64ct v1.6.0 |
1240 | 2025-01-25T04:27:22.157Z | Compiling paste v1.0.15 |
1241 | 2025-01-25T04:27:22.598Z | Compiling pem-rfc7468 v0.7.0 |
1242 | 2025-01-25T04:27:22.713Z | Compiling icu_locid_transform_data v1.5.0 |
1243 | 2025-01-25T04:27:22.781Z | Compiling flagset v0.4.6 |
1244 | 2025-01-25T04:27:22.821Z | Compiling httparse v1.9.5 |
1245 | 2025-01-25T04:27:22.978Z | Compiling aws-lc-rs v1.10.0 |
1246 | 2025-01-25T04:27:23.411Z | Compiling tracing-core v0.1.32 |
1247 | 2025-01-25T04:27:23.539Z | Compiling icu_properties_data v1.5.0 |
1248 | 2025-01-25T04:27:23.774Z | Compiling regex v1.11.1 |
1249 | 2025-01-25T04:27:24.014Z | Compiling crossbeam-utils v0.8.20 |
1250 | 2025-01-25T04:27:24.382Z | Compiling rustls-pki-types v1.10.0 |
1251 | 2025-01-25T04:27:24.542Z | Compiling percent-encoding v2.3.1 |
1252 | 2025-01-25T04:27:24.753Z | Compiling utf16_iter v1.0.5 |
1253 | 2025-01-25T04:27:24.846Z | Compiling write16 v1.0.0 |
1254 | 2025-01-25T04:27:24.970Z | Compiling time-core v0.1.2 |
1255 | 2025-01-25T04:27:24.989Z | Compiling powerfmt v0.2.0 |
1256 | 2025-01-25T04:27:25.187Z | Compiling mirai-annotations v1.12.0 |
1257 | 2025-01-25T04:27:25.209Z | Compiling num-conv v0.1.0 |
1258 | 2025-01-25T04:27:25.235Z | Compiling serde_derive v1.0.217 |
1259 | 2025-01-25T04:27:25.302Z | Compiling zeroize_derive v1.4.2 |
1260 | 2025-01-25T04:27:25.370Z | Compiling zerocopy-derive v0.7.35 |
1261 | 2025-01-25T04:27:25.479Z | Compiling zerofrom-derive v0.1.4 |
1262 | 2025-01-25T04:27:25.491Z | Compiling tokio-macros v2.5.0 |
1263 | 2025-01-25T04:27:26.701Z | Compiling zeroize v1.8.1 |
1264 | 2025-01-25T04:27:26.932Z | Compiling yoke-derive v0.7.4 |
1265 | 2025-01-25T04:27:27.325Z | Compiling zerocopy v0.7.35 |
1266 | 2025-01-25T04:27:27.358Z | Compiling thiserror-impl v1.0.69 |
1267 | 2025-01-25T04:27:28.284Z | Compiling crypto-common v0.1.6 |
1268 | 2025-01-25T04:27:28.541Z | Compiling block-buffer v0.10.4 |
1269 | 2025-01-25T04:27:28.572Z | Compiling zerovec-derive v0.10.3 |
1270 | 2025-01-25T04:27:28.641Z | Compiling displaydoc v0.2.5 |
1271 | 2025-01-25T04:27:28.870Z | Compiling digest v0.10.7 |
1272 | 2025-01-25T04:27:28.904Z | Compiling zerofrom v0.1.4 |
1273 | 2025-01-25T04:27:29.379Z | Compiling futures-macro v0.3.31 |
1274 | 2025-01-25T04:27:29.433Z | Compiling block-padding v0.3.3 |
1275 | 2025-01-25T04:27:29.433Z | Compiling hmac v0.12.1 |
1276 | 2025-01-25T04:27:29.477Z | Compiling inout v0.1.3 |
1277 | 2025-01-25T04:27:29.551Z | Compiling sha2 v0.10.8 |
1278 | 2025-01-25T04:27:29.607Z | Compiling yoke v0.7.4 |
1279 | 2025-01-25T04:27:29.755Z | Compiling cipher v0.4.4 |
1280 | 2025-01-25T04:27:30.094Z | Compiling icu_provider_macros v1.5.0 |
1281 | 2025-01-25T04:27:30.203Z | Compiling ppv-lite86 v0.2.20 |
1282 | 2025-01-25T04:27:30.317Z | Compiling der_derive v0.7.3 |
1283 | 2025-01-25T04:27:30.349Z | Compiling thiserror v1.0.69 |
1284 | 2025-01-25T04:27:30.497Z | Compiling tracing-attributes v0.1.27 |
1285 | 2025-01-25T04:27:30.983Z | Compiling futures-util v0.3.31 |
1286 | 2025-01-25T04:27:31.015Z | Compiling rand_chacha v0.3.1 |
1287 | 2025-01-25T04:27:31.037Z | Compiling pest v2.7.14 |
1288 | 2025-01-25T04:27:31.090Z | Compiling zerovec v0.10.4 |
1289 | 2025-01-25T04:27:32.608Z | Compiling der v0.7.9 |
1290 | 2025-01-25T04:27:33.095Z | Compiling tinystr v0.7.6 |
1291 | 2025-01-25T04:27:33.116Z | Compiling icu_collections v1.5.0 |
1292 | 2025-01-25T04:27:33.430Z | Compiling rand v0.8.5 |
1293 | 2025-01-25T04:27:33.504Z | Compiling icu_locid v1.5.0 |
1294 | 2025-01-25T04:27:33.803Z | Compiling tracing v0.1.40 |
1295 | 2025-01-25T04:27:34.143Z | Compiling salsa20 v0.10.2 |
1296 | 2025-01-25T04:27:34.285Z | Compiling pbkdf2 v0.12.2 |
1297 | 2025-01-25T04:27:34.388Z | Compiling untrusted v0.9.0 |
1298 | 2025-01-25T04:27:34.551Z | Compiling icu_normalizer_data v1.5.0 |
1299 | 2025-01-25T04:27:34.561Z | Compiling spki v0.7.3 |
1300 | 2025-01-25T04:27:34.588Z | Compiling icu_provider v1.5.0 |
1301 | 2025-01-25T04:27:34.612Z | Compiling untrusted v0.7.1 |
1302 | 2025-01-25T04:27:34.816Z | Compiling vcpkg v0.2.15 |
1303 | 2025-01-25T04:27:34.879Z | Compiling utf8_iter v1.0.4 |
1304 | 2025-01-25T04:27:35.260Z | Compiling scrypt v0.11.0 |
1305 | 2025-01-25T04:27:35.654Z | Compiling icu_locid_transform v1.5.0 |
1306 | 2025-01-25T04:27:35.664Z | Compiling pest_meta v2.7.14 |
1307 | 2025-01-25T04:27:35.664Z | Compiling cbc v0.1.2 |
1308 | 2025-01-25T04:27:35.815Z | Compiling aes v0.8.4 |
1309 | 2025-01-25T04:27:35.905Z | Compiling time-macros v0.2.18 |
1310 | 2025-01-25T04:27:36.478Z | Compiling deranged v0.3.11 |
1311 | 2025-01-25T04:27:36.771Z | Compiling openssl-sys v0.9.103 |
1312 | 2025-01-25T04:27:37.942Z | Compiling icu_properties v1.5.1 |
1313 | 2025-01-25T04:27:38.021Z | Compiling scroll_derive v0.12.0 |
1314 | 2025-01-25T04:27:38.389Z | Compiling bitflags v2.6.0 |
1315 | 2025-01-25T04:27:38.577Z | Compiling bytes v1.9.0 |
1316 | 2025-01-25T04:27:38.956Z | Compiling indexmap v2.7.0 |
1317 | 2025-01-25T04:27:39.098Z | Compiling semver v1.0.24 |
1318 | 2025-01-25T04:27:39.297Z | Compiling atomic-waker v1.1.2 |
1319 | 2025-01-25T04:27:39.498Z | Compiling tokio v1.43.0 |
1320 | 2025-01-25T04:27:39.744Z | Compiling http v1.2.0 |
1321 | 2025-01-25T04:27:39.780Z | Compiling rustc_version v0.4.1 |
1322 | 2025-01-25T04:27:40.207Z | Compiling num_threads v0.1.7 |
1323 | 2025-01-25T04:27:40.261Z | Compiling tinyvec_macros v0.1.1 |
1324 | 2025-01-25T04:27:40.282Z | Compiling time v0.3.36 |
1325 | 2025-01-25T04:27:40.371Z | Compiling tinyvec v1.8.0 |
1326 | 2025-01-25T04:27:40.537Z | Compiling scroll v0.12.0 |
1327 | 2025-01-25T04:27:41.156Z | Compiling pest_generator v2.7.14 |
1328 | 2025-01-25T04:27:41.446Z | Compiling icu_normalizer v1.5.0 |
1329 | 2025-01-25T04:27:41.929Z | Compiling http-body v1.0.1 |
1330 | 2025-01-25T04:27:41.976Z | Compiling pkcs5 v0.7.1 |
1331 | 2025-01-25T04:27:42.174Z | Compiling form_urlencoded v1.2.1 |
1332 | 2025-01-25T04:27:42.439Z | Compiling which v4.4.2 |
1333 | 2025-01-25T04:27:42.475Z | Compiling idna_adapter v1.2.0 |
1334 | 2025-01-25T04:27:42.896Z | Compiling try-lock v0.2.5 |
1335 | 2025-01-25T04:27:43.068Z | Compiling slog v2.7.0 |
1336 | 2025-01-25T04:27:43.100Z | Compiling goblin v0.8.2 |
1337 | 2025-01-25T04:27:43.123Z | Compiling pest_derive v2.7.14 |
1338 | 2025-01-25T04:27:43.226Z | Compiling want v0.3.1 |
1339 | 2025-01-25T04:27:43.552Z | Compiling idna v1.0.3 |
1340 | 2025-01-25T04:27:43.557Z | Compiling pkcs8 v0.10.2 |
1341 | 2025-01-25T04:27:43.635Z | Compiling uuid v1.12.0 |
1342 | 2025-01-25T04:27:43.908Z | Compiling iana-time-zone v0.1.61 |
1343 | 2025-01-25T04:27:44.206Z | Compiling httpdate v1.0.3 |
1344 | 2025-01-25T04:27:44.299Z | Compiling chrono v0.4.39 |
1345 | 2025-01-25T04:27:44.672Z | Compiling dtrace-parser v0.2.0 |
1346 | 2025-01-25T04:27:45.036Z | Compiling serde_spanned v0.6.8 |
1347 | 2025-01-25T04:27:45.210Z | Compiling serde_tokenstream v0.2.2 |
1348 | 2025-01-25T04:27:45.294Z | Compiling toml_datetime v0.6.8 |
1349 | 2025-01-25T04:27:45.643Z | Compiling match_cfg v0.1.0 |
1350 | 2025-01-25T04:27:45.775Z | Compiling tower-service v0.3.3 |
1351 | 2025-01-25T04:27:45.795Z | Compiling rustversion v1.0.17 |
1352 | 2025-01-25T04:27:45.817Z | Compiling adler2 v2.0.0 |
1353 | 2025-01-25T04:27:45.887Z | Compiling openssl v0.10.66 |
1354 | 2025-01-25T04:27:46.034Z | Compiling foreign-types-shared v0.1.1 |
1355 | 2025-01-25T04:27:46.162Z | Compiling base64 v0.22.1 |
1356 | 2025-01-25T04:27:46.337Z | Compiling foreign-types v0.3.2 |
1357 | 2025-01-25T04:27:46.434Z | Compiling miniz_oxide v0.8.0 |
1358 | 2025-01-25T04:27:46.525Z | Compiling hostname v0.3.1 |
1359 | 2025-01-25T04:27:46.651Z | Compiling url v2.5.3 |
1360 | 2025-01-25T04:27:46.876Z | Compiling async-trait v0.1.83 |
1361 | 2025-01-25T04:27:47.729Z | Compiling tokio-util v0.7.12 |
1362 | 2025-01-25T04:27:47.885Z | Compiling openssl-macros v0.1.1 |
1363 | 2025-01-25T04:27:47.999Z | Compiling serde_derive_internals v0.29.1 |
1364 | 2025-01-25T04:27:48.461Z | Compiling dirs-sys-next v0.1.2 |
1365 | 2025-01-25T04:27:48.616Z | Compiling rustls v0.23.19 |
1366 | 2025-01-25T04:27:48.899Z | Compiling h2 v0.4.6 |
1367 | 2025-01-25T04:27:48.973Z | Compiling dof v0.3.0 |
1368 | 2025-01-25T04:27:48.994Z | Compiling rustls v0.22.4 |
1369 | 2025-01-25T04:27:49.254Z | Compiling syn v1.0.109 |
1370 | 2025-01-25T04:27:49.275Z | Compiling siphasher v0.3.11 |
1371 | 2025-01-25T04:27:49.662Z | Compiling data-encoding v2.6.0 |
1372 | 2025-01-25T04:27:49.851Z | Compiling usdt-impl v0.5.0 |
1373 | 2025-01-25T04:27:50.319Z | Compiling native-tls v0.2.12 |
1374 | 2025-01-25T04:27:50.668Z | Compiling schemars v0.8.21 |
1375 | 2025-01-25T04:27:50.866Z | Compiling schemars_derive v0.8.21 |
1376 | 2025-01-25T04:27:51.137Z | Compiling dirs-next v2.0.0 |
1377 | 2025-01-25T04:27:51.758Z | Compiling http-body-util v0.1.2 |
1378 | 2025-01-25T04:27:52.253Z | Compiling unicode-normalization v0.1.24 |
1379 | 2025-01-25T04:27:52.533Z | Compiling heapless v0.7.17 |
1380 | 2025-01-25T04:27:52.610Z | Compiling crossbeam-epoch v0.9.18 |
1381 | 2025-01-25T04:27:52.970Z | Compiling signature v2.2.0 |
1382 | 2025-01-25T04:27:53.008Z | Compiling sha1 v0.10.6 |
1383 | 2025-01-25T04:27:53.260Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1384 | 2025-01-25T04:27:53.285Z | Compiling thread_local v1.1.8 |
1385 | 2025-01-25T04:27:53.323Z | Compiling multer v3.1.0 |
1386 | 2025-01-25T04:27:53.422Z | Compiling cookie v0.18.1 |
1387 | 2025-01-25T04:27:53.613Z | Compiling encoding_rs v0.8.34 |
1388 | 2025-01-25T04:27:53.725Z | Compiling signal-hook v0.3.17 |
1389 | 2025-01-25T04:27:53.746Z | Compiling dyn-clone v1.0.17 |
1390 | 2025-01-25T04:27:53.752Z | Compiling mime v0.3.17 |
1391 | 2025-01-25T04:27:53.863Z | Compiling unicode-bidi v0.3.17 |
1392 | 2025-01-25T04:27:53.977Z | Compiling ipnet v2.10.1 |
1393 | 2025-01-25T04:27:53.996Z | Compiling unicode-properties v0.1.3 |
1394 | 2025-01-25T04:27:54.266Z | Compiling rayon-core v1.12.1 |
1395 | 2025-01-25T04:27:54.410Z | Compiling slog-async v2.8.0 |
1396 | 2025-01-25T04:27:54.547Z | Compiling gimli v0.31.1 |
1397 | 2025-01-25T04:27:54.892Z | Compiling openssl-probe v0.1.5 |
1398 | 2025-01-25T04:27:55.082Z | Compiling toml_edit v0.22.22 |
1399 | 2025-01-25T04:27:55.178Z | Compiling stringprep v0.1.5 |
1400 | 2025-01-25T04:27:56.287Z | Compiling hyper v1.5.2 |
1401 | 2025-01-25T04:27:58.750Z | Compiling hyper-util v0.1.10 |
1402 | 2025-01-25T04:27:58.995Z | Compiling addr2line v0.24.2 |
1403 | 2025-01-25T04:27:59.144Z | Compiling crossbeam-deque v0.8.5 |
1404 | 2025-01-25T04:27:59.484Z | Compiling usdt-macro v0.5.0 |
1405 | 2025-01-25T04:27:59.510Z | Compiling usdt-attr-macro v0.5.0 |
1406 | 2025-01-25T04:27:59.666Z | Compiling term v0.7.0 |
1407 | 2025-01-25T04:28:00.156Z | Compiling slog-json v2.6.1 |
1408 | 2025-01-25T04:28:00.518Z | Compiling serde_urlencoded v0.7.1 |
1409 | 2025-01-25T04:28:00.947Z | Compiling curve25519-dalek v4.1.3 |
1410 | 2025-01-25T04:28:00.978Z | Compiling crossbeam-channel v0.5.13 |
1411 | 2025-01-25T04:28:00.995Z | Compiling futures-executor v0.3.31 |
1412 | 2025-01-25T04:28:01.032Z | Compiling enum-as-inner v0.6.1 |
1413 | 2025-01-25T04:28:01.516Z | Compiling md-5 v0.10.6 |
1414 | 2025-01-25T04:28:01.552Z | Compiling async-stream-impl v0.3.6 |
1415 | 2025-01-25T04:28:01.621Z | Compiling rustls-pemfile v2.2.0 |
1416 | 2025-01-25T04:28:01.799Z | Compiling num-integer v0.1.46 |
1417 | 2025-01-25T04:28:01.965Z | Compiling hash32 v0.2.1 |
1418 | 2025-01-25T04:28:02.004Z | Compiling ff v0.13.0 |
1419 | 2025-01-25T04:28:02.104Z | Compiling is-terminal v0.4.13 |
1420 | 2025-01-25T04:28:02.246Z | Compiling dropshot v0.12.0 |
1421 | 2025-01-25T04:28:02.249Z | Compiling object v0.36.5 |
1422 | 2025-01-25T04:28:02.334Z | Compiling base16ct v0.2.0 |
1423 | 2025-01-25T04:28:02.454Z | Compiling psl-types v2.0.11 |
1424 | 2025-01-25T04:28:02.623Z | Compiling litrs v0.4.1 |
1425 | 2025-01-25T04:28:02.627Z | Compiling fallible-iterator v0.2.0 |
1426 | 2025-01-25T04:28:02.646Z | Compiling quick-error v1.2.3 |
1427 | 2025-01-25T04:28:02.671Z | Compiling take_mut v0.2.2 |
1428 | 2025-01-25T04:28:02.793Z | Compiling anyhow v1.0.95 |
1429 | 2025-01-25T04:28:02.818Z | Compiling portable-atomic v1.9.0 |
1430 | 2025-01-25T04:28:02.839Z | Compiling linked-hash-map v0.5.6 |
1431 | 2025-01-25T04:28:03.186Z | Compiling num-bigint-dig v0.8.4 |
1432 | 2025-01-25T04:28:03.219Z | Compiling smoltcp v0.9.1 |
1433 | 2025-01-25T04:28:03.415Z | Compiling utf-8 v0.7.6 |
1434 | 2025-01-25T04:28:03.484Z | Compiling rustc-demangle v0.1.24 |
1435 | 2025-01-25T04:28:03.723Z | Compiling document-features v0.2.10 |
1436 | 2025-01-25T04:28:03.751Z | Compiling tungstenite v0.24.0 |
1437 | 2025-01-25T04:28:03.921Z | Compiling postgres-protocol v0.6.7 |
1438 | 2025-01-25T04:28:04.294Z | Compiling lru-cache v0.1.2 |
1439 | 2025-01-25T04:28:04.498Z | Compiling async-stream v0.3.6 |
1440 | 2025-01-25T04:28:04.826Z | Compiling resolv-conf v0.7.0 |
1441 | 2025-01-25T04:28:04.831Z | Compiling publicsuffix v2.3.0 |
1442 | 2025-01-25T04:28:05.167Z | Compiling sec1 v0.7.3 |
1443 | 2025-01-25T04:28:05.221Z | Compiling num-iter v0.1.45 |
1444 | 2025-01-25T04:28:05.455Z | Compiling slog-term v2.9.1 |
1445 | 2025-01-25T04:28:05.541Z | Compiling group v0.13.0 |
1446 | 2025-01-25T04:28:05.732Z | Compiling usdt v0.5.0 |
1447 | 2025-01-25T04:28:05.939Z | Compiling hickory-proto v0.24.2 |
1448 | 2025-01-25T04:28:06.007Z | Compiling futures v0.3.31 |
1449 | 2025-01-25T04:28:06.136Z | Compiling slog-bunyan v2.5.0 |
1450 | 2025-01-25T04:28:06.658Z | Compiling toml v0.8.19 |
1451 | 2025-01-25T04:28:07.369Z | Compiling tokio-native-tls v0.3.1 |
1452 | 2025-01-25T04:28:07.661Z | Compiling camino v1.1.9 |
1453 | 2025-01-25T04:28:07.915Z | Compiling phf_shared v0.11.2 |
1454 | 2025-01-25T04:28:08.246Z | Compiling dropshot_endpoint v0.12.0 |
1455 | 2025-01-25T04:28:08.283Z | Compiling terminal_size v0.4.0 |
1456 | 2025-01-25T04:28:08.409Z | Compiling openapiv3 v2.0.0 |
1457 | 2025-01-25T04:28:08.507Z | Compiling waitgroup v0.1.2 |
1458 | 2025-01-25T04:28:08.545Z | Compiling serde_path_to_error v0.1.16 |
1459 | 2025-01-25T04:28:08.744Z | Compiling hkdf v0.12.4 |
1460 | 2025-01-25T04:28:09.016Z | Compiling backtrace v0.3.74 |
1461 | 2025-01-25T04:28:09.321Z | Compiling crypto-bigint v0.5.5 |
1462 | 2025-01-25T04:28:09.405Z | Compiling zerocopy-derive v0.6.6 |
1463 | 2025-01-25T04:28:11.462Z | Compiling curve25519-dalek-derive v0.1.1 |
1464 | 2025-01-25T04:28:12.053Z | Compiling webpki-roots v0.26.6 |
1465 | 2025-01-25T04:28:12.277Z | Compiling hostname v0.4.0 |
1466 | 2025-01-25T04:28:12.398Z | Compiling hubpack_derive v0.1.1 |
1467 | 2025-01-25T04:28:12.504Z | Compiling fs-err v2.11.0 |
1468 | 2025-01-25T04:28:12.524Z | Compiling crc32fast v1.4.2 |
1469 | 2025-01-25T04:28:12.544Z | Compiling ahash v0.8.11 |
1470 | 2025-01-25T04:28:12.787Z | Compiling winnow v0.5.40 |
1471 | 2025-01-25T04:28:12.849Z | Compiling bitflags v1.3.2 |
1472 | 2025-01-25T04:28:12.876Z | Compiling managed v0.8.0 |
1473 | 2025-01-25T04:28:12.879Z | Compiling debug-ignore v1.0.5 |
1474 | 2025-01-25T04:28:12.960Z | Compiling newtype-uuid v1.2.1 |
1475 | 2025-01-25T04:28:13.031Z | Compiling clap_builder v4.5.21 |
1476 | 2025-01-25T04:28:13.253Z | Compiling hubpack v0.1.2 |
1477 | 2025-01-25T04:28:13.353Z | Compiling strum_macros v0.25.3 |
1478 | 2025-01-25T04:28:15.219Z | Compiling console v0.15.8 |
1479 | 2025-01-25T04:28:15.309Z | Compiling flate2 v1.0.35 |
1480 | 2025-01-25T04:28:15.404Z | Compiling elliptic-curve v0.13.8 |
1481 | 2025-01-25T04:28:16.235Z | Compiling toml_edit v0.19.15 |
1482 | 2025-01-25T04:28:16.237Z | Compiling zerocopy v0.6.6 |
1483 | 2025-01-25T04:28:16.255Z | Compiling hickory-resolver v0.24.2 |
1484 | 2025-01-25T04:28:16.977Z | Compiling phf v0.11.2 |
1485 | 2025-01-25T04:28:17.188Z | Compiling signal-hook-mio v0.2.4 |
1486 | 2025-01-25T04:28:17.265Z | Compiling hyper-tls v0.6.0 |
1487 | 2025-01-25T04:28:17.369Z | Compiling rayon v1.10.0 |
1488 | 2025-01-25T04:28:17.409Z | Compiling cookie_store v0.21.1 |
1489 | 2025-01-25T04:28:17.682Z | Compiling bzip2 v0.4.4 |
1490 | 2025-01-25T04:28:18.893Z | Compiling tokio-tungstenite v0.24.0 |
1491 | 2025-01-25T04:28:19.433Z | Compiling postgres-types v0.2.8 |
1492 | 2025-01-25T04:28:21.407Z | Compiling ed25519 v2.2.3 |
1493 | 2025-01-25T04:28:21.784Z | Compiling phf_shared v0.10.0 |
1494 | 2025-01-25T04:28:21.830Z | Compiling tokio-stream v0.1.16 |
1495 | 2025-01-25T04:28:22.073Z | Compiling pkcs1 v0.7.5 |
1496 | 2025-01-25T04:28:22.139Z | Compiling serde-big-array v0.5.1 |
1497 | 2025-01-25T04:28:22.160Z | Compiling clap_derive v4.5.18 |
1498 | 2025-01-25T04:28:22.376Z | Compiling rfc6979 v0.4.0 |
1499 | 2025-01-25T04:28:22.585Z | Compiling derive-where v1.2.7 |
1500 | 2025-01-25T04:28:22.878Z | Compiling serde_repr v0.1.19 |
1501 | 2025-01-25T04:28:23.002Z | Compiling float-cmp v0.9.0 |
1502 | 2025-01-25T04:28:23.247Z | Compiling bstr v1.10.0 |
1503 | 2025-01-25T04:28:23.272Z | Compiling sync_wrapper v1.0.1 |
1504 | 2025-01-25T04:28:23.368Z | Compiling fixedbitset v0.4.2 |
1505 | 2025-01-25T04:28:23.426Z | Compiling unicode-segmentation v1.12.0 |
1506 | 2025-01-25T04:28:23.882Z | Compiling new_debug_unreachable v1.0.6 |
1507 | 2025-01-25T04:28:23.991Z | Compiling normalize-line-endings v0.3.0 |
1508 | 2025-01-25T04:28:24.006Z | Compiling whoami v1.5.2 |
1509 | 2025-01-25T04:28:24.074Z | Compiling precomputed-hash v0.1.1 |
1510 | 2025-01-25T04:28:24.210Z | Compiling static_assertions v1.1.0 |
1511 | 2025-01-25T04:28:24.273Z | Compiling number_prefix v0.4.0 |
1512 | 2025-01-25T04:28:24.325Z | Compiling bit-vec v0.6.3 |
1513 | 2025-01-25T04:28:24.518Z | Compiling predicates-core v1.0.8 |
1514 | 2025-01-25T04:28:24.560Z | Compiling unicode-width v0.2.0 |
1515 | 2025-01-25T04:28:24.749Z | Compiling difflib v0.4.0 |
1516 | 2025-01-25T04:28:24.793Z | Compiling bit-set v0.5.3 |
1517 | 2025-01-25T04:28:24.835Z | Compiling tokio-postgres v0.7.12 |
1518 | 2025-01-25T04:28:25.105Z | Compiling indicatif v0.17.9 |
1519 | 2025-01-25T04:28:25.121Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1520 | 2025-01-25T04:28:25.770Z | Compiling predicates v3.1.2 |
1521 | 2025-01-25T04:28:26.256Z | Compiling string_cache v0.8.7 |
1522 | 2025-01-25T04:28:26.665Z | Compiling similar v2.6.0 |
1523 | 2025-01-25T04:28:26.864Z | Compiling clap v4.5.21 |
1524 | 2025-01-25T04:28:26.992Z | Compiling petgraph v0.6.5 |
1525 | 2025-01-25T04:28:27.104Z | Compiling ecdsa v0.16.9 |
1526 | 2025-01-25T04:28:27.493Z | Compiling rsa v0.9.6 |
1527 | 2025-01-25T04:28:27.914Z | Compiling ed25519-dalek v2.1.1 |
1528 | 2025-01-25T04:28:28.814Z | Compiling toml v0.7.8 |
1529 | 2025-01-25T04:28:29.211Z | Compiling zip v0.6.6 |
1530 | 2025-01-25T04:28:30.375Z | Compiling crossterm v0.28.1 |
1531 | 2025-01-25T04:28:30.987Z | Compiling hex v0.4.3 |
1532 | 2025-01-25T04:28:31.182Z | Compiling x509-cert v0.2.5 |
1533 | 2025-01-25T04:28:31.427Z | Compiling itertools v0.10.5 |
1534 | 2025-01-25T04:28:31.512Z | Compiling lalrpop-util v0.19.12 |
1535 | 2025-01-25T04:28:31.582Z | Compiling peg-runtime v0.8.3 |
1536 | 2025-01-25T04:28:31.954Z | Compiling unicode-xid v0.2.6 |
1537 | 2025-01-25T04:28:32.083Z | Compiling strum_macros v0.26.4 |
1538 | 2025-01-25T04:28:32.105Z | Compiling xattr v1.3.1 |
1539 | 2025-01-25T04:28:32.172Z | Compiling filetime v0.2.25 |
1540 | 2025-01-25T04:28:32.480Z | Compiling tar v0.4.42 |
1541 | 2025-01-25T04:28:36.828Z | Compiling strum v0.26.3 |
1542 | 2025-01-25T04:28:40.214Z | Compiling aws-lc-sys v0.22.0 |
1543 | 2025-01-25T04:29:08.003Z | Compiling rustls-webpki v0.102.8 |
1544 | 2025-01-25T04:29:11.268Z | Compiling tokio-rustls v0.25.0 |
1545 | 2025-01-25T04:29:12.983Z | Compiling tokio-rustls v0.26.0 |
1546 | 2025-01-25T04:29:13.291Z | Compiling hyper-rustls v0.27.3 |
1547 | 2025-01-25T04:29:13.603Z | Compiling reqwest v0.12.9 |
1548 | 2025-01-25T04:29:15.003Z | Compiling qorb v0.2.1 |
1549 | 2025-01-25T04:29:18.127Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1550 | 2025-01-25T04:29:18.357Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1551 | 2025-01-25T04:29:22.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
1552 | 2025-01-25T04:29:23.020Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1553 | 2025-01-25T04:29:23.297Z | Jan 25 04:29:21.248 INFO Starting download, target: Clickhouse |
1554 | 2025-01-25T04:29:23.297Z | Jan 25 04:29:21.248 INFO Starting download, target: Console |
1555 | 2025-01-25T04:29:23.297Z | Jan 25 04:29:21.248 INFO Starting download, target: DendriteOpenapi |
1556 | 2025-01-25T04:29:23.297Z | Jan 25 04:29:21.248 INFO Starting download, target: Cockroach |
1557 | 2025-01-25T04:29:23.298Z | Jan 25 04:29:21.248 INFO Starting download, target: DendriteStub |
1558 | 2025-01-25T04:29:23.390Z | Jan 25 04:29:21.248 INFO Starting download, target: MaghemiteMgd |
1559 | 2025-01-25T04:29:23.390Z | Jan 25 04:29:21.248 INFO Starting download, target: TransceiverControl |
1560 | 2025-01-25T04:29:23.390Z | Jan 25 04:29:21.249 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1561 | 2025-01-25T04:29:23.391Z | Jan 25 04:29:21.249 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1562 | 2025-01-25T04:29:23.391Z | Jan 25 04:29:21.249 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1563 | 2025-01-25T04:29:23.391Z | Jan 25 04:29:21.249 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1564 | 2025-01-25T04:29:23.391Z | Jan 25 04:29:21.249 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1565 | 2025-01-25T04:29:23.391Z | Jan 25 04:29:21.249 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1566 | 2025-01-25T04:29:23.391Z | Jan 25 04:29:21.249 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1567 | 2025-01-25T04:29:23.474Z | Jan 25 04:29:21.642 INFO Download complete, target: DendriteOpenapi |
1568 | 2025-01-25T04:29:23.591Z | Jan 25 04:29:21.761 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1569 | 2025-01-25T04:29:23.900Z | Jan 25 04:29:22.065 INFO Download complete, target: Console |
1570 | 2025-01-25T04:29:24.204Z | Jan 25 04:29:22.365 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1571 | 2025-01-25T04:29:24.670Z | Jan 25 04:29:22.870 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1572 | 2025-01-25T04:29:24.795Z | Jan 25 04:29:22.994 INFO Download complete, target: TransceiverControl |
1573 | 2025-01-25T04:29:24.852Z | Jan 25 04:29:23.066 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1574 | 2025-01-25T04:29:24.935Z | Jan 25 04:29:23.124 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1575 | 2025-01-25T04:29:25.868Z | Jan 25 04:29:24.087 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1576 | 2025-01-25T04:29:25.868Z | Jan 25 04:29:24.087 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1577 | 2025-01-25T04:29:27.702Z | Jan 25 04:29:25.920 INFO Download complete, target: MaghemiteMgd |
1578 | 2025-01-25T04:29:27.789Z | Jan 25 04:29:26.007 INFO Download complete, target: DendriteStub |
1579 | 2025-01-25T04:29:33.273Z | Jan 25 04:29:31.490 INFO Checking that binary works, target: Cockroach |
1580 | 2025-01-25T04:29:33.442Z | Jan 25 04:29:31.660 INFO Download complete, target: Cockroach |
1581 | 2025-01-25T04:29:37.731Z | Jan 25 04:29:35.948 INFO Checking that binary works, target: Clickhouse |
1582 | 2025-01-25T04:29:37.902Z | Jan 25 04:29:36.118 INFO Download complete, target: Clickhouse |
1583 | 2025-01-25T04:29:37.909Z | All prerequisites installed successfully |
1584 | 2025-01-25T04:29:37.911Z | |
1585 | 2025-01-25T04:29:37.911Z | real 6:51.511335756 |
1586 | 2025-01-25T04:29:37.911Z | user 15:53.961074953 |
1587 | 2025-01-25T04:29:37.911Z | sys 2:04.564100908 |
1588 | 2025-01-25T04:29:37.911Z | trap 0.573536413 |
1589 | 2025-01-25T04:29:37.911Z | tflt 1.386834004 |
1590 | 2025-01-25T04:29:37.912Z | dflt 1.685703923 |
1591 | 2025-01-25T04:29:37.912Z | kflt 0.019495275 |
1592 | 2025-01-25T04:29:37.912Z | lock 25:11.158889148 |
1593 | 2025-01-25T04:29:37.912Z | slp 59:28.994291257 |
1594 | 2025-01-25T04:29:37.912Z | lat 1:01.324367710 |
1595 | 2025-01-25T04:29:37.912Z | stop 2:26.283185645 |
1596 | 2025-01-25T04:29:37.912Z | + ptime -m cargo xtask download softnpu |
1597 | 2025-01-25T04:29:38.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1598 | 2025-01-25T04:29:38.464Z | Running `target/debug/xtask download softnpu` |
1599 | 2025-01-25T04:29:39.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1600 | 2025-01-25T04:29:39.332Z | Running `target/debug/xtask-downloader softnpu` |
1601 | 2025-01-25T04:29:39.369Z | Jan 25 04:29:37.585 INFO Starting download, target: Softnpu |
1602 | 2025-01-25T04:29:39.371Z | Jan 25 04:29:37.586 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1603 | 2025-01-25T04:29:39.781Z | Jan 25 04:29:37.997 INFO Download complete, target: Softnpu |
1604 | 2025-01-25T04:29:39.784Z | |
1605 | 2025-01-25T04:29:39.786Z | real 1.867476415 |
1606 | 2025-01-25T04:29:39.786Z | user 1.246402603 |
1607 | 2025-01-25T04:29:39.787Z | sys 0.538665199 |
1608 | 2025-01-25T04:29:39.787Z | trap 0.001335657 |
1609 | 2025-01-25T04:29:39.787Z | tflt 0.000057022 |
1610 | 2025-01-25T04:29:39.787Z | dflt 0.000080519 |
1611 | 2025-01-25T04:29:39.787Z | kflt 0.000000000 |
1612 | 2025-01-25T04:29:39.787Z | lock 4.139783269 |
1613 | 2025-01-25T04:29:39.787Z | slp 0.264837473 |
1614 | 2025-01-25T04:29:39.787Z | lat 0.088014817 |
1615 | 2025-01-25T04:29:39.787Z | stop 0.000165522 |
1616 | 2025-01-25T04:29:39.787Z | + export CARGO_INCREMENTAL=0 |
1617 | 2025-01-25T04:29:39.787Z | + CARGO_INCREMENTAL=0 |
1618 | 2025-01-25T04:29:39.787Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1619 | 2025-01-25T04:29:40.757Z | Compiling proc-macro2 v1.0.92 |
1620 | 2025-01-25T04:29:40.758Z | Compiling unicode-ident v1.0.14 |
1621 | 2025-01-25T04:29:40.760Z | Compiling libc v0.2.169 |
1622 | 2025-01-25T04:29:40.760Z | Compiling serde v1.0.217 |
1623 | 2025-01-25T04:29:40.760Z | Compiling autocfg v1.4.0 |
1624 | 2025-01-25T04:29:40.760Z | Compiling version_check v0.9.5 |
1625 | 2025-01-25T04:29:40.760Z | Compiling cfg-if v1.0.0 |
1626 | 2025-01-25T04:29:40.994Z | Compiling memchr v2.7.4 |
1627 | 2025-01-25T04:29:41.016Z | Compiling typenum v1.17.0 |
1628 | 2025-01-25T04:29:41.155Z | Compiling shlex v1.3.0 |
1629 | 2025-01-25T04:29:41.459Z | Compiling value-bag v1.9.0 |
1630 | 2025-01-25T04:29:41.477Z | Compiling scopeguard v1.2.0 |
1631 | 2025-01-25T04:29:41.588Z | Compiling lock_api v0.4.12 |
1632 | 2025-01-25T04:29:41.634Z | Compiling generic-array v0.14.7 |
1633 | 2025-01-25T04:29:41.844Z | Compiling log v0.4.22 |
1634 | 2025-01-25T04:29:41.950Z | Compiling parking_lot_core v0.9.10 |
1635 | 2025-01-25T04:29:42.334Z | Compiling serde_json v1.0.135 |
1636 | 2025-01-25T04:29:42.352Z | Compiling once_cell v1.20.2 |
1637 | 2025-01-25T04:29:42.525Z | Compiling rustix v0.38.37 |
1638 | 2025-01-25T04:29:42.553Z | Compiling libm v0.2.8 |
1639 | 2025-01-25T04:29:42.639Z | Compiling quote v1.0.38 |
1640 | 2025-01-25T04:29:42.731Z | Compiling jobserver v0.1.32 |
1641 | 2025-01-25T04:29:42.804Z | Compiling getrandom v0.2.15 |
1642 | 2025-01-25T04:29:43.060Z | Compiling syn v2.0.96 |
1643 | 2025-01-25T04:29:43.153Z | Compiling cc v1.1.30 |
1644 | 2025-01-25T04:29:43.174Z | Compiling aho-corasick v1.1.3 |
1645 | 2025-01-25T04:29:43.176Z | Compiling num-traits v0.2.19 |
1646 | 2025-01-25T04:29:43.212Z | Compiling regex-syntax v0.8.5 |
1647 | 2025-01-25T04:29:43.231Z | Compiling thiserror v1.0.69 |
1648 | 2025-01-25T04:29:43.427Z | Compiling either v1.13.0 |
1649 | 2025-01-25T04:29:43.480Z | Compiling itoa v1.0.11 |
1650 | 2025-01-25T04:29:43.712Z | Compiling spin v0.9.8 |
1651 | 2025-01-25T04:29:43.966Z | Compiling slab v0.4.9 |
1652 | 2025-01-25T04:29:44.239Z | Compiling errno v0.3.9 |
1653 | 2025-01-25T04:29:44.286Z | Compiling byteorder v1.5.0 |
1654 | 2025-01-25T04:29:44.538Z | Compiling lazy_static v1.5.0 |
1655 | 2025-01-25T04:29:44.637Z | Compiling rand_core v0.6.4 |
1656 | 2025-01-25T04:29:44.755Z | Compiling glob v0.3.1 |
1657 | 2025-01-25T04:29:45.224Z | Compiling prettyplease v0.2.25 |
1658 | 2025-01-25T04:29:45.483Z | Compiling clang-sys v1.8.1 |
1659 | 2025-01-25T04:29:45.582Z | Compiling minimal-lexical v0.2.1 |
1660 | 2025-01-25T04:29:46.007Z | Compiling nom v7.1.3 |
1661 | 2025-01-25T04:29:46.117Z | Compiling libloading v0.8.5 |
1662 | 2025-01-25T04:29:46.167Z | Compiling smallvec v1.13.2 |
1663 | 2025-01-25T04:29:46.244Z | Compiling subtle v2.6.1 |
1664 | 2025-01-25T04:29:46.459Z | Compiling bindgen v0.69.5 |
1665 | 2025-01-25T04:29:46.548Z | Compiling home v0.5.9 |
1666 | 2025-01-25T04:29:46.781Z | Compiling itertools v0.12.1 |
1667 | 2025-01-25T04:29:46.886Z | Compiling regex-automata v0.4.8 |
1668 | 2025-01-25T04:29:47.008Z | Compiling lazycell v1.3.0 |
1669 | 2025-01-25T04:29:47.160Z | Compiling allocator-api2 v0.2.18 |
1670 | 2025-01-25T04:29:47.163Z | Compiling rustc-hash v1.1.0 |
1671 | 2025-01-25T04:29:47.638Z | Compiling cmake v0.1.51 |
1672 | 2025-01-25T04:29:48.110Z | Compiling fs_extra v1.3.0 |
1673 | 2025-01-25T04:29:48.403Z | Compiling dunce v1.0.5 |
1674 | 2025-01-25T04:29:48.549Z | Compiling semver v1.0.24 |
1675 | 2025-01-25T04:29:48.886Z | Compiling pkg-config v0.3.31 |
1676 | 2025-01-25T04:29:48.975Z | Compiling cexpr v0.6.0 |
1677 | 2025-01-25T04:29:49.577Z | Compiling ring v0.17.8 |
1678 | 2025-01-25T04:29:49.808Z | Compiling pin-project-lite v0.2.14 |
1679 | 2025-01-25T04:29:49.963Z | Compiling ryu v1.0.18 |
1680 | 2025-01-25T04:29:49.990Z | Compiling paste v1.0.15 |
1681 | 2025-01-25T04:29:50.342Z | Compiling synstructure v0.13.1 |
1682 | 2025-01-25T04:29:50.466Z | Compiling aws-lc-rs v1.10.0 |
1683 | 2025-01-25T04:29:50.541Z | Compiling httparse v1.9.5 |
1684 | 2025-01-25T04:29:50.855Z | Compiling const-oid v0.9.6 |
1685 | 2025-01-25T04:29:51.216Z | Compiling schemars v0.8.21 |
1686 | 2025-01-25T04:29:51.223Z | Compiling fnv v1.0.7 |
1687 | 2025-01-25T04:29:51.458Z | Compiling serde_derive_internals v0.29.1 |
1688 | 2025-01-25T04:29:51.609Z | Compiling equivalent v1.0.1 |
1689 | 2025-01-25T04:29:51.744Z | Compiling foldhash v0.1.3 |
1690 | 2025-01-25T04:29:52.038Z | Compiling hashbrown v0.15.1 |
1691 | 2025-01-25T04:29:52.242Z | Compiling regex v1.11.1 |
1692 | 2025-01-25T04:29:52.849Z | Compiling signal-hook-registry v1.4.2 |
1693 | 2025-01-25T04:29:53.170Z | Compiling heck v0.5.0 |
1694 | 2025-01-25T04:29:53.254Z | Compiling parking_lot v0.12.3 |
1695 | 2025-01-25T04:29:53.438Z | Compiling mio v1.0.2 |
1696 | 2025-01-25T04:29:53.689Z | Compiling stable_deref_trait v1.2.0 |
1697 | 2025-01-25T04:29:54.802Z | Compiling socket2 v0.5.7 |
1698 | 2025-01-25T04:29:54.819Z | Compiling serde_derive v1.0.217 |
1699 | 2025-01-25T04:29:54.964Z | Compiling zeroize_derive v1.4.2 |
1700 | 2025-01-25T04:29:55.317Z | Compiling zerocopy-derive v0.7.35 |
1701 | 2025-01-25T04:29:55.701Z | Compiling thiserror-impl v1.0.69 |
1702 | 2025-01-25T04:29:55.922Z | Compiling tokio-macros v2.5.0 |
1703 | 2025-01-25T04:29:56.287Z | Compiling zeroize v1.8.1 |
1704 | 2025-01-25T04:29:56.487Z | Compiling zerofrom-derive v0.1.4 |
1705 | 2025-01-25T04:29:56.618Z | Compiling yoke-derive v0.7.4 |
1706 | 2025-01-25T04:29:56.724Z | Compiling zerovec-derive v0.10.3 |
1707 | 2025-01-25T04:29:56.744Z | Compiling futures-macro v0.3.31 |
1708 | 2025-01-25T04:29:57.133Z | Compiling displaydoc v0.2.5 |
1709 | 2025-01-25T04:29:58.356Z | Compiling zerocopy v0.7.35 |
1710 | 2025-01-25T04:29:58.477Z | Compiling crypto-common v0.1.6 |
1711 | 2025-01-25T04:29:58.647Z | Compiling icu_provider_macros v1.5.0 |
1712 | 2025-01-25T04:29:58.673Z | Compiling tracing-attributes v0.1.27 |
1713 | 2025-01-25T04:29:58.933Z | Compiling schemars_derive v0.8.21 |
1714 | 2025-01-25T04:29:59.016Z | Compiling block-buffer v0.10.4 |
1715 | 2025-01-25T04:29:59.276Z | Compiling digest v0.10.7 |
1716 | 2025-01-25T04:29:59.726Z | Compiling num-conv v0.1.0 |
1717 | 2025-01-25T04:29:59.747Z | Compiling futures-core v0.3.31 |
1718 | 2025-01-25T04:29:59.911Z | Compiling time-core v0.1.2 |
1719 | 2025-01-25T04:30:00.008Z | Compiling crossbeam-utils v0.8.20 |
1720 | 2025-01-25T04:30:00.123Z | Compiling time-macros v0.2.18 |
1721 | 2025-01-25T04:30:00.384Z | Compiling der_derive v0.7.3 |
1722 | 2025-01-25T04:30:00.557Z | Compiling vcpkg v0.2.15 |
1723 | 2025-01-25T04:30:02.031Z | Compiling openssl-sys v0.9.103 |
1724 | 2025-01-25T04:30:02.839Z | Compiling syn v1.0.109 |
1725 | 2025-01-25T04:30:03.108Z | Compiling futures-sink v0.3.31 |
1726 | 2025-01-25T04:30:03.166Z | Compiling cpufeatures v0.2.14 |
1727 | 2025-01-25T04:30:03.265Z | Compiling slog v2.7.0 |
1728 | 2025-01-25T04:30:03.732Z | Compiling ahash v0.8.11 |
1729 | 2025-01-25T04:30:03.932Z | Compiling zerofrom v0.1.4 |
1730 | 2025-01-25T04:30:04.180Z | Compiling iana-time-zone v0.1.61 |
1731 | 2025-01-25T04:30:04.217Z | Compiling yoke v0.7.4 |
1732 | 2025-01-25T04:30:04.583Z | Compiling futures-channel v0.3.31 |
1733 | 2025-01-25T04:30:04.602Z | Compiling scroll_derive v0.12.0 |
1734 | 2025-01-25T04:30:04.874Z | Compiling futures-task v0.3.31 |
1735 | 2025-01-25T04:30:04.985Z | Compiling futures-io v0.3.31 |
1736 | 2025-01-25T04:30:05.104Z | Compiling openssl v0.10.66 |
1737 | 2025-01-25T04:30:05.160Z | Compiling pin-utils v0.1.0 |
1738 | 2025-01-25T04:30:05.278Z | Compiling ucd-trie v0.1.7 |
1739 | 2025-01-25T04:30:05.358Z | Compiling futures-util v0.3.31 |
1740 | 2025-01-25T04:30:05.507Z | Compiling zerovec v0.10.4 |
1741 | 2025-01-25T04:30:05.724Z | Compiling pest v2.7.14 |
1742 | 2025-01-25T04:30:06.363Z | Compiling hmac v0.12.1 |
1743 | 2025-01-25T04:30:06.776Z | Compiling bitflags v2.6.0 |
1744 | 2025-01-25T04:30:07.106Z | Compiling bytes v1.9.0 |
1745 | 2025-01-25T04:30:08.685Z | Compiling indexmap v2.7.0 |
1746 | 2025-01-25T04:30:08.963Z | Compiling tokio v1.43.0 |
1747 | 2025-01-25T04:30:09.902Z | Compiling serde_tokenstream v0.2.2 |
1748 | 2025-01-25T04:30:10.449Z | Compiling uuid v1.12.0 |
1749 | 2025-01-25T04:30:10.462Z | Compiling http v1.2.0 |
1750 | 2025-01-25T04:30:11.553Z | Compiling which v4.4.2 |
1751 | 2025-01-25T04:30:11.770Z | Compiling chrono v0.4.39 |
1752 | 2025-01-25T04:30:12.142Z | Compiling rustc_version v0.4.1 |
1753 | 2025-01-25T04:30:14.653Z | Compiling pest_meta v2.7.14 |
1754 | 2025-01-25T04:30:17.372Z | Compiling block-padding v0.3.3 |
1755 | 2025-01-25T04:30:17.622Z | Compiling openssl-macros v0.1.1 |
1756 | 2025-01-25T04:30:18.301Z | Compiling rustls v0.23.19 |
1757 | 2025-01-25T04:30:18.323Z | Compiling native-tls v0.2.12 |
1758 | 2025-01-25T04:30:18.606Z | Compiling inout v0.1.3 |
1759 | 2025-01-25T04:30:18.660Z | Compiling pest_generator v2.7.14 |
1760 | 2025-01-25T04:30:18.873Z | Compiling tinystr v0.7.6 |
1761 | 2025-01-25T04:30:19.367Z | Compiling serde_spanned v0.6.8 |
1762 | 2025-01-25T04:30:19.522Z | Compiling toml_datetime v0.6.8 |
1763 | 2025-01-25T04:30:19.696Z | Compiling tracing-core v0.1.32 |
1764 | 2025-01-25T04:30:19.917Z | Compiling litemap v0.7.3 |
1765 | 2025-01-25T04:30:19.963Z | Compiling writeable v0.5.5 |
1766 | 2025-01-25T04:30:19.983Z | Compiling dyn-clone v1.0.17 |
1767 | 2025-01-25T04:30:20.349Z | Compiling strsim v0.11.1 |
1768 | 2025-01-25T04:30:20.469Z | Compiling tracing v0.1.40 |
1769 | 2025-01-25T04:30:20.634Z | Compiling icu_locid v1.5.0 |
1770 | 2025-01-25T04:30:21.277Z | Compiling pest_derive v2.7.14 |
1771 | 2025-01-25T04:30:21.832Z | Compiling cipher v0.4.4 |
1772 | 2025-01-25T04:30:22.026Z | Compiling sha2 v0.10.8 |
1773 | 2025-01-25T04:30:22.303Z | Compiling usdt-impl v0.5.0 |
1774 | 2025-01-25T04:30:22.531Z | Compiling cookie v0.18.1 |
1775 | 2025-01-25T04:30:22.809Z | Compiling base64ct v1.6.0 |
1776 | 2025-01-25T04:30:22.870Z | Compiling icu_provider v1.5.0 |
1777 | 2025-01-25T04:30:23.377Z | Compiling pem-rfc7468 v0.7.0 |
1778 | 2025-01-25T04:30:24.180Z | Compiling aws-lc-sys v0.22.0 |
1779 | 2025-01-25T04:30:24.959Z | Compiling scroll v0.12.0 |
1780 | 2025-01-25T04:30:25.047Z | Compiling ppv-lite86 v0.2.20 |
1781 | 2025-01-25T04:30:25.541Z | Compiling async-trait v0.1.83 |
1782 | 2025-01-25T04:30:25.925Z | Compiling rustls-pki-types v1.10.0 |
1783 | 2025-01-25T04:30:27.588Z | Compiling plain v0.2.3 |
1784 | 2025-01-25T04:30:27.733Z | Compiling percent-encoding v2.3.1 |
1785 | 2025-01-25T04:30:27.851Z | Compiling icu_locid_transform_data v1.5.0 |
1786 | 2025-01-25T04:30:27.958Z | Compiling flagset v0.4.6 |
1787 | 2025-01-25T04:30:28.298Z | Compiling anyhow v1.0.95 |
1788 | 2025-01-25T04:30:28.327Z | Compiling camino v1.1.9 |
1789 | 2025-01-25T04:30:28.746Z | Compiling icu_locid_transform v1.5.0 |
1790 | 2025-01-25T04:30:28.749Z | Compiling der v0.7.9 |
1791 | 2025-01-25T04:30:31.400Z | Compiling goblin v0.8.2 |
1792 | 2025-01-25T04:30:31.633Z | Compiling rand_chacha v0.3.1 |
1793 | 2025-01-25T04:30:32.627Z | Compiling tokio-util v0.7.12 |
1794 | 2025-01-25T04:30:33.005Z | Compiling icu_collections v1.5.0 |
1795 | 2025-01-25T04:30:34.797Z | Compiling mirai-annotations v1.12.0 |
1796 | 2025-01-25T04:30:34.981Z | Compiling icu_properties_data v1.5.0 |
1797 | 2025-01-25T04:30:35.242Z | Compiling rayon-core v1.12.1 |
1798 | 2025-01-25T04:30:35.699Z | Compiling powerfmt v0.2.0 |
1799 | 2025-01-25T04:30:35.870Z | Compiling rustls v0.22.4 |
1800 | 2025-01-25T04:30:36.130Z | Compiling untrusted v0.7.1 |
1801 | 2025-01-25T04:30:36.175Z | Compiling untrusted v0.9.0 |
1802 | 2025-01-25T04:30:36.330Z | Compiling pretty-hex v0.4.1 |
1803 | 2025-01-25T04:30:36.370Z | Compiling icu_properties v1.5.1 |
1804 | 2025-01-25T04:30:36.428Z | Compiling deranged v0.3.11 |
1805 | 2025-01-25T04:30:37.038Z | Compiling dof v0.3.0 |
1806 | 2025-01-25T04:30:38.680Z | Compiling rand v0.8.5 |
1807 | 2025-01-25T04:30:38.732Z | Compiling spki v0.7.3 |
1808 | 2025-01-25T04:30:39.255Z | Compiling salsa20 v0.10.2 |
1809 | 2025-01-25T04:30:39.488Z | Compiling dtrace-parser v0.2.0 |
1810 | 2025-01-25T04:30:40.081Z | Compiling pbkdf2 v0.12.2 |
1811 | 2025-01-25T04:30:41.086Z | Compiling thread-id v4.2.2 |
1812 | 2025-01-25T04:30:41.105Z | Compiling icu_normalizer_data v1.5.0 |
1813 | 2025-01-25T04:30:41.250Z | Compiling utf16_iter v1.0.5 |
1814 | 2025-01-25T04:30:41.289Z | Compiling write16 v1.0.0 |
1815 | 2025-01-25T04:30:41.432Z | Compiling num_threads v0.1.7 |
1816 | 2025-01-25T04:30:41.573Z | Compiling winnow v0.5.40 |
1817 | 2025-01-25T04:30:41.612Z | Compiling atomic-waker v1.1.2 |
1818 | 2025-01-25T04:30:41.719Z | Compiling utf8_iter v1.0.4 |
1819 | 2025-01-25T04:30:41.752Z | Compiling litrs v0.4.1 |
1820 | 2025-01-25T04:30:42.151Z | Compiling icu_normalizer v1.5.0 |
1821 | 2025-01-25T04:30:42.355Z | Compiling time v0.3.36 |
1822 | 2025-01-25T04:30:42.724Z | Compiling document-features v0.2.10 |
1823 | 2025-01-25T04:30:44.853Z | Compiling toml_edit v0.19.15 |
1824 | 2025-01-25T04:30:46.535Z | Compiling scrypt v0.11.0 |
1825 | 2025-01-25T04:30:47.016Z | Compiling form_urlencoded v1.2.1 |
1826 | 2025-01-25T04:30:47.036Z | Compiling cbc v0.1.2 |
1827 | 2025-01-25T04:30:47.055Z | Compiling aes v0.8.4 |
1828 | 2025-01-25T04:30:47.261Z | Compiling http-body v1.0.1 |
1829 | 2025-01-25T04:30:47.597Z | Compiling multer v3.1.0 |
1830 | 2025-01-25T04:30:47.608Z | Compiling rustversion v1.0.17 |
1831 | 2025-01-25T04:30:47.863Z | Compiling slog-async v2.8.0 |
1832 | 2025-01-25T04:30:48.157Z | Compiling try-lock v0.2.5 |
1833 | 2025-01-25T04:30:48.305Z | Compiling tinyvec_macros v0.1.1 |
1834 | 2025-01-25T04:30:48.409Z | Compiling tinyvec v1.8.0 |
1835 | 2025-01-25T04:30:48.516Z | Compiling want v0.3.1 |
1836 | 2025-01-25T04:30:48.897Z | Compiling pkcs5 v0.7.1 |
1837 | 2025-01-25T04:30:50.465Z | Compiling idna_adapter v1.2.0 |
1838 | 2025-01-25T04:30:50.760Z | Compiling h2 v0.4.6 |
1839 | 2025-01-25T04:30:50.980Z | Compiling heapless v0.7.17 |
1840 | 2025-01-25T04:30:51.535Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1841 | 2025-01-25T04:30:52.059Z | Compiling httpdate v1.0.3 |
1842 | 2025-01-25T04:30:52.159Z | Compiling signal-hook v0.3.17 |
1843 | 2025-01-25T04:30:52.821Z | Compiling idna v1.0.3 |
1844 | 2025-01-25T04:30:54.304Z | Compiling pkcs8 v0.10.2 |
1845 | 2025-01-25T04:30:55.409Z | Compiling usdt-macro v0.5.0 |
1846 | 2025-01-25T04:30:55.498Z | Compiling usdt-attr-macro v0.5.0 |
1847 | 2025-01-25T04:30:56.699Z | Compiling async-stream-impl v0.3.6 |
1848 | 2025-01-25T04:30:57.171Z | Compiling tower-service v0.3.3 |
1849 | 2025-01-25T04:30:57.316Z | Compiling base64 v0.22.1 |
1850 | 2025-01-25T04:30:57.639Z | Compiling adler2 v2.0.0 |
1851 | 2025-01-25T04:30:57.851Z | Compiling miniz_oxide v0.8.0 |
1852 | 2025-01-25T04:30:59.099Z | Compiling hyper v1.5.2 |
1853 | 2025-01-25T04:31:00.720Z | Compiling curve25519-dalek v4.1.3 |
1854 | 2025-01-25T04:31:01.150Z | Compiling openapiv3 v2.0.0 |
1855 | 2025-01-25T04:31:01.350Z | Compiling enum-as-inner v0.6.1 |
1856 | 2025-01-25T04:31:02.339Z | Compiling hyper-util v0.1.10 |
1857 | 2025-01-25T04:31:05.267Z | Compiling dropshot v0.12.0 |
1858 | 2025-01-25T04:31:05.469Z | Compiling portable-atomic v1.9.0 |
1859 | 2025-01-25T04:31:06.321Z | Compiling foreign-types-shared v0.1.1 |
1860 | 2025-01-25T04:31:06.454Z | Compiling smoltcp v0.9.1 |
1861 | 2025-01-25T04:31:06.569Z | Compiling newtype-uuid v1.2.1 |
1862 | 2025-01-25T04:31:06.873Z | Compiling num-bigint-dig v0.8.4 |
1863 | 2025-01-25T04:31:07.183Z | Compiling match_cfg v0.1.0 |
1864 | 2025-01-25T04:31:07.295Z | Compiling hostname v0.3.1 |
1865 | 2025-01-25T04:31:07.520Z | Compiling foreign-types v0.3.2 |
1866 | 2025-01-25T04:31:09.293Z | Compiling url v2.5.3 |
1867 | 2025-01-25T04:31:11.219Z | Compiling http-body-util v0.1.2 |
1868 | 2025-01-25T04:31:11.473Z | Compiling dirs-sys-next v0.1.2 |
1869 | 2025-01-25T04:31:11.761Z | Compiling encoding_rs v0.8.34 |
1870 | 2025-01-25T04:31:11.947Z | Compiling gimli v0.31.1 |
1871 | 2025-01-25T04:31:12.200Z | Compiling data-encoding v2.6.0 |
1872 | 2025-01-25T04:31:13.641Z | Compiling heck v0.4.1 |
1873 | 2025-01-25T04:31:14.013Z | Compiling mime v0.3.17 |
1874 | 2025-01-25T04:31:15.079Z | Compiling ident_case v1.0.1 |
1875 | 2025-01-25T04:31:15.191Z | Compiling siphasher v0.3.11 |
1876 | 2025-01-25T04:31:15.282Z | Compiling darling_core v0.20.10 |
1877 | 2025-01-25T04:31:15.549Z | Compiling dirs-next v2.0.0 |
1878 | 2025-01-25T04:31:16.637Z | Compiling addr2line v0.24.2 |
1879 | 2025-01-25T04:31:20.979Z | Compiling unicode-normalization v0.1.24 |
1880 | 2025-01-25T04:31:21.569Z | Compiling serde_urlencoded v0.7.1 |
1881 | 2025-01-25T04:31:22.064Z | Compiling crossbeam-epoch v0.9.18 |
1882 | 2025-01-25T04:31:22.158Z | Compiling rustls-pemfile v2.2.0 |
1883 | 2025-01-25T04:31:22.636Z | Compiling hubpack_derive v0.1.1 |
1884 | 2025-01-25T04:31:22.694Z | Compiling dropshot_endpoint v0.12.0 |
1885 | 2025-01-25T04:31:23.193Z | Compiling sha1 v0.10.6 |
1886 | 2025-01-25T04:31:23.499Z | Compiling signature v2.2.0 |
1887 | 2025-01-25T04:31:23.614Z | Compiling curve25519-dalek-derive v0.1.1 |
1888 | 2025-01-25T04:31:23.741Z | Compiling zerocopy-derive v0.6.6 |
1889 | 2025-01-25T04:31:24.956Z | Compiling object v0.36.5 |
1890 | 2025-01-25T04:31:25.461Z | Compiling thread_local v1.1.8 |
1891 | 2025-01-25T04:31:25.976Z | Compiling fs-err v2.11.0 |
1892 | 2025-01-25T04:31:26.609Z | Compiling unicode-properties v0.1.3 |
1893 | 2025-01-25T04:31:27.088Z | Compiling ipnet v2.10.1 |
1894 | 2025-01-25T04:31:27.985Z | Compiling openssl-probe v0.1.5 |
1895 | 2025-01-25T04:31:28.767Z | Compiling winnow v0.6.20 |
1896 | 2025-01-25T04:31:29.596Z | Compiling utf8parse v0.2.2 |
1897 | 2025-01-25T04:31:32.265Z | Compiling anstyle v1.0.10 |
1898 | 2025-01-25T04:31:32.769Z | Compiling rustc-demangle v0.1.24 |
1899 | 2025-01-25T04:31:33.432Z | Compiling unicode-bidi v0.3.17 |
1900 | 2025-01-25T04:31:34.561Z | Compiling stringprep v0.1.5 |
1901 | 2025-01-25T04:31:35.506Z | Compiling backtrace v0.3.74 |
1902 | 2025-01-25T04:31:38.299Z | Compiling rustls-webpki v0.102.8 |
1903 | 2025-01-25T04:31:39.143Z | Compiling toml_edit v0.22.22 |
1904 | 2025-01-25T04:31:45.856Z | Compiling anstyle-parse v0.2.5 |
1905 | 2025-01-25T04:31:47.331Z | Compiling crossbeam-deque v0.8.5 |
1906 | 2025-01-25T04:31:47.870Z | Compiling darling_macro v0.20.10 |
1907 | 2025-01-25T04:31:47.914Z | Compiling term v0.7.0 |
1908 | 2025-01-25T04:31:48.022Z | Compiling slog-json v2.6.1 |
1909 | 2025-01-25T04:31:49.161Z | Compiling crossbeam-channel v0.5.13 |
1910 | 2025-01-25T04:31:49.699Z | Compiling hashbrown v0.14.5 |
1911 | 2025-01-25T04:31:50.282Z | Compiling futures-executor v0.3.31 |
1912 | 2025-01-25T04:31:50.772Z | Compiling num-integer v0.1.46 |
1913 | 2025-01-25T04:31:50.917Z | Compiling md-5 v0.10.6 |
1914 | 2025-01-25T04:31:51.003Z | Compiling ff v0.13.0 |
1915 | 2025-01-25T04:31:51.038Z | Compiling hash32 v0.2.1 |
1916 | 2025-01-25T04:31:51.175Z | Compiling is-terminal v0.4.13 |
1917 | 2025-01-25T04:31:51.245Z | Compiling memmap v0.7.0 |
1918 | 2025-01-25T04:31:51.420Z | Compiling psl-types v2.0.11 |
1919 | 2025-01-25T04:31:51.636Z | Compiling colorchoice v1.0.2 |
1920 | 2025-01-25T04:31:51.647Z | Compiling utf-8 v0.7.6 |
1921 | 2025-01-25T04:31:51.740Z | Compiling anstyle-query v1.1.1 |
1922 | 2025-01-25T04:31:51.819Z | Compiling fallible-iterator v0.2.0 |
1923 | 2025-01-25T04:31:51.905Z | Compiling take_mut v0.2.2 |
1924 | 2025-01-25T04:31:51.940Z | Compiling base16ct v0.2.0 |
1925 | 2025-01-25T04:31:51.971Z | Compiling linked-hash-map v0.5.6 |
1926 | 2025-01-25T04:31:52.082Z | Compiling quick-error v1.2.3 |
1927 | 2025-01-25T04:31:52.328Z | Compiling is_terminal_polyfill v1.70.1 |
1928 | 2025-01-25T04:31:52.442Z | Compiling anstream v0.6.15 |
1929 | 2025-01-25T04:31:52.467Z | Compiling postgres-protocol v0.6.7 |
1930 | 2025-01-25T04:31:52.489Z | Compiling publicsuffix v2.3.0 |
1931 | 2025-01-25T04:31:52.842Z | Compiling lru-cache v0.1.2 |
1932 | 2025-01-25T04:31:53.021Z | Compiling resolv-conf v0.7.0 |
1933 | 2025-01-25T04:31:53.046Z | Compiling sec1 v0.7.3 |
1934 | 2025-01-25T04:31:53.530Z | Compiling tungstenite v0.24.0 |
1935 | 2025-01-25T04:31:53.656Z | Compiling usdt v0.5.0 |
1936 | 2025-01-25T04:31:53.972Z | Compiling num-iter v0.1.45 |
1937 | 2025-01-25T04:31:54.113Z | Compiling slog-term v2.9.1 |
1938 | 2025-01-25T04:31:54.175Z | Compiling group v0.13.0 |
1939 | 2025-01-25T04:31:54.493Z | Compiling regress v0.10.1 |
1940 | 2025-01-25T04:31:54.993Z | Compiling futures v0.3.31 |
1941 | 2025-01-25T04:31:57.812Z | Compiling darling v0.20.10 |
1942 | 2025-01-25T04:31:58.203Z | Compiling slog-bunyan v2.5.0 |
1943 | 2025-01-25T04:31:58.403Z | Compiling tokio-rustls v0.26.0 |
1944 | 2025-01-25T04:31:58.870Z | Compiling tokio-native-tls v0.3.1 |
1945 | 2025-01-25T04:31:58.928Z | Compiling tokio-rustls v0.25.0 |
1946 | 2025-01-25T04:31:59.055Z | Compiling toml v0.8.19 |
1947 | 2025-01-25T04:31:59.345Z | Compiling hickory-proto v0.24.2 |
1948 | 2025-01-25T04:31:59.469Z | Compiling phf_shared v0.11.2 |
1949 | 2025-01-25T04:31:59.819Z | Compiling strum_macros v0.25.3 |
1950 | 2025-01-25T04:32:00.374Z | Compiling async-stream v0.3.6 |
1951 | 2025-01-25T04:32:00.418Z | Compiling waitgroup v0.1.2 |
1952 | 2025-01-25T04:32:00.464Z | Compiling webpki-roots v0.26.6 |
1953 | 2025-01-25T04:32:00.725Z | Compiling terminal_size v0.4.0 |
1954 | 2025-01-25T04:32:00.938Z | Compiling serde_path_to_error v0.1.16 |
1955 | 2025-01-25T04:32:00.957Z | Compiling hkdf v0.12.4 |
1956 | 2025-01-25T04:32:01.395Z | Compiling crypto-bigint v0.5.5 |
1957 | 2025-01-25T04:32:01.842Z | Compiling derive-where v1.2.7 |
1958 | 2025-01-25T04:32:01.884Z | Compiling clap_derive v4.5.18 |
1959 | 2025-01-25T04:32:03.159Z | Compiling serde_repr v0.1.19 |
1960 | 2025-01-25T04:32:03.362Z | Compiling hostname v0.4.0 |
1961 | 2025-01-25T04:32:03.578Z | Compiling crc32fast v1.4.2 |
1962 | 2025-01-25T04:32:03.906Z | Compiling debug-ignore v1.0.5 |
1963 | 2025-01-25T04:32:04.084Z | Compiling unicode-width v0.1.14 |
1964 | 2025-01-25T04:32:04.215Z | Compiling bitflags v1.3.2 |
1965 | 2025-01-25T04:32:04.566Z | Compiling managed v0.8.0 |
1966 | 2025-01-25T04:32:04.700Z | Compiling clap_lex v0.7.2 |
1967 | 2025-01-25T04:32:05.846Z | Compiling clap_builder v4.5.21 |
1968 | 2025-01-25T04:32:07.653Z | Compiling hickory-resolver v0.24.2 |
1969 | 2025-01-25T04:32:08.101Z | Compiling console v0.15.8 |
1970 | 2025-01-25T04:32:08.708Z | Compiling elliptic-curve v0.13.8 |
1971 | 2025-01-25T04:32:09.293Z | Compiling flate2 v1.0.35 |
1972 | 2025-01-25T04:32:10.162Z | Compiling hyper-rustls v0.27.3 |
1973 | 2025-01-25T04:32:12.510Z | Compiling phf v0.11.2 |
1974 | 2025-01-25T04:32:12.667Z | Compiling hyper-tls v0.6.0 |
1975 | 2025-01-25T04:32:13.190Z | Compiling signal-hook-mio v0.2.4 |
1976 | 2025-01-25T04:32:13.209Z | Compiling typify-impl v0.2.0 |
1977 | 2025-01-25T04:32:13.222Z | Compiling rayon v1.10.0 |
1978 | 2025-01-25T04:32:13.329Z | Compiling bzip2 v0.4.4 |
1979 | 2025-01-25T04:32:13.658Z | Compiling cookie_store v0.21.1 |
1980 | 2025-01-25T04:32:17.554Z | Compiling tokio-tungstenite v0.24.0 |
1981 | 2025-01-25T04:32:17.617Z | Compiling postgres-types v0.2.8 |
1982 | 2025-01-25T04:32:17.914Z | Compiling zerocopy v0.6.6 |
1983 | 2025-01-25T04:32:18.065Z | Compiling ed25519 v2.2.3 |
1984 | 2025-01-25T04:32:18.493Z | Compiling hubpack v0.1.2 |
1985 | 2025-01-25T04:32:18.512Z | Compiling phf_shared v0.10.0 |
1986 | 2025-01-25T04:32:18.710Z | Compiling pkcs1 v0.7.5 |
1987 | 2025-01-25T04:32:18.914Z | Compiling tokio-stream v0.1.16 |
1988 | 2025-01-25T04:32:18.948Z | Compiling ipnetwork v0.20.0 |
1989 | 2025-01-25T04:32:19.692Z | Compiling serde-big-array v0.5.1 |
1990 | 2025-01-25T04:32:19.864Z | Compiling rfc6979 v0.4.0 |
1991 | 2025-01-25T04:32:20.205Z | Compiling float-cmp v0.9.0 |
1992 | 2025-01-25T04:32:20.244Z | Compiling sync_wrapper v1.0.1 |
1993 | 2025-01-25T04:32:20.244Z | Compiling bstr v1.10.0 |
1994 | 2025-01-25T04:32:20.244Z | Compiling normalize-line-endings v0.3.0 |
1995 | 2025-01-25T04:32:20.347Z | Compiling whoami v1.5.2 |
1996 | 2025-01-25T04:32:20.854Z | Compiling unicode-width v0.2.0 |
1997 | 2025-01-25T04:32:21.148Z | Compiling unicode-segmentation v1.12.0 |
1998 | 2025-01-25T04:32:21.412Z | Compiling static_assertions v1.1.0 |
1999 | 2025-01-25T04:32:21.530Z | Compiling precomputed-hash v0.1.1 |
2000 | 2025-01-25T04:32:21.574Z | Compiling difflib v0.4.0 |
2001 | 2025-01-25T04:32:21.672Z | Compiling fixedbitset v0.4.2 |
2002 | 2025-01-25T04:32:21.986Z | Compiling number_prefix v0.4.0 |
2003 | 2025-01-25T04:32:22.226Z | Compiling new_debug_unreachable v1.0.6 |
2004 | 2025-01-25T04:32:22.430Z | Compiling bit-vec v0.6.3 |
2005 | 2025-01-25T04:32:22.659Z | Compiling predicates-core v1.0.8 |
2006 | 2025-01-25T04:32:22.728Z | Compiling bit-set v0.5.3 |
2007 | 2025-01-25T04:32:22.753Z | Compiling string_cache v0.8.7 |
2008 | 2025-01-25T04:32:22.983Z | Compiling predicates v3.1.2 |
2009 | 2025-01-25T04:32:23.007Z | Compiling indicatif v0.17.9 |
2010 | 2025-01-25T04:32:23.127Z | Compiling petgraph v0.6.5 |
2011 | 2025-01-25T04:32:23.693Z | Compiling typify-macro v0.2.0 |
2012 | 2025-01-25T04:32:24.665Z | Compiling similar v2.6.0 |
2013 | 2025-01-25T04:32:25.354Z | Compiling reqwest v0.12.9 |
2014 | 2025-01-25T04:32:26.219Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2015 | 2025-01-25T04:32:26.546Z | Compiling tokio-postgres v0.7.12 |
2016 | 2025-01-25T04:32:27.163Z | Compiling ecdsa v0.16.9 |
2017 | 2025-01-25T04:32:28.014Z | Compiling qorb v0.2.1 |
2018 | 2025-01-25T04:32:29.203Z | Compiling rsa v0.9.6 |
2019 | 2025-01-25T04:32:29.624Z | Compiling ed25519-dalek v2.1.1 |
2020 | 2025-01-25T04:32:30.709Z | Compiling zip v0.6.6 |
2021 | 2025-01-25T04:32:30.977Z | Compiling crossterm v0.28.1 |
2022 | 2025-01-25T04:32:31.794Z | Compiling clap v4.5.21 |
2023 | 2025-01-25T04:32:33.196Z | Compiling toml v0.7.8 |
2024 | 2025-01-25T04:32:33.448Z | Compiling x509-cert v0.2.5 |
2025 | 2025-01-25T04:32:34.560Z | Compiling hex v0.4.3 |
2026 | 2025-01-25T04:32:35.223Z | Compiling itertools v0.10.5 |
2027 | 2025-01-25T04:32:35.869Z | Compiling unicode-xid v0.2.6 |
2028 | 2025-01-25T04:32:35.949Z | Compiling peg-runtime v0.8.3 |
2029 | 2025-01-25T04:32:36.046Z | Compiling lalrpop-util v0.19.12 |
2030 | 2025-01-25T04:32:36.287Z | Compiling zerocopy v0.8.10 |
2031 | 2025-01-25T04:32:37.733Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2032 | 2025-01-25T04:32:42.642Z | Compiling proc-macro-crate v1.3.1 |
2033 | 2025-01-25T04:32:43.380Z | Compiling macaddr v1.0.1 |
2034 | 2025-01-25T04:32:43.737Z | Compiling zerocopy-derive v0.8.10 |
2035 | 2025-01-25T04:32:43.816Z | Compiling itertools v0.13.0 |
2036 | 2025-01-25T04:32:45.369Z | Compiling heapless v0.8.0 |
2037 | 2025-01-25T04:32:46.777Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2038 | 2025-01-25T04:32:51.053Z | Compiling num_enum_derive v0.5.11 |
2039 | 2025-01-25T04:32:59.398Z | Compiling hash32 v0.3.1 |
2040 | 2025-01-25T04:33:00.888Z | Compiling smoltcp v0.11.0 |
2041 | 2025-01-25T04:33:01.790Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2042 | 2025-01-25T04:33:05.917Z | Compiling num_enum v0.5.11 |
2043 | 2025-01-25T04:33:05.942Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2044 | 2025-01-25T04:33:06.813Z | Compiling typify v0.2.0 |
2045 | 2025-01-25T04:33:06.909Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2046 | 2025-01-25T04:33:07.902Z | Compiling proc-macro-error-attr v1.0.4 |
2047 | 2025-01-25T04:33:08.241Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2048 | 2025-01-25T04:33:08.326Z | Compiling cobs v0.2.3 |
2049 | 2025-01-25T04:33:08.791Z | Compiling unsafe-libyaml v0.2.11 |
2050 | 2025-01-25T04:33:09.639Z | Compiling thiserror v2.0.11 |
2051 | 2025-01-25T04:33:10.558Z | Compiling serde_yaml v0.9.34+deprecated |
2052 | 2025-01-25T04:33:11.159Z | Compiling postcard v1.0.10 |
2053 | 2025-01-25T04:33:21.700Z | Compiling progenitor-impl v0.8.0 |
2054 | 2025-01-25T04:33:27.212Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2055 | 2025-01-25T04:33:36.570Z | Compiling strum_macros v0.26.4 |
2056 | 2025-01-25T04:33:37.244Z | Compiling foreign-types-macros v0.2.3 |
2057 | 2025-01-25T04:33:37.262Z | Compiling structmeta-derive v0.3.0 |
2058 | 2025-01-25T04:33:38.012Z | Compiling thiserror-impl v2.0.11 |
2059 | 2025-01-25T04:33:38.476Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2060 | 2025-01-25T04:33:38.798Z | Compiling proc-macro-error v1.0.4 |
2061 | 2025-01-25T04:33:40.402Z | Compiling foreign-types-shared v0.3.1 |
2062 | 2025-01-25T04:33:40.545Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2063 | 2025-01-25T04:33:40.731Z | Compiling strum v0.26.3 |
2064 | 2025-01-25T04:33:40.734Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2065 | 2025-01-25T04:33:41.349Z | Compiling foreign-types v0.5.0 |
2066 | 2025-01-25T04:33:45.323Z | Compiling structmeta v0.3.0 |
2067 | 2025-01-25T04:33:49.705Z | Compiling progenitor-macro v0.8.0 |
2068 | 2025-01-25T04:33:53.255Z | Compiling progenitor-client v0.8.0 |
2069 | 2025-01-25T04:33:53.509Z | Compiling tabwriter v1.4.0 |
2070 | 2025-01-25T04:33:57.809Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2071 | 2025-01-25T04:33:57.954Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2072 | 2025-01-25T04:33:58.615Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2073 | 2025-01-25T04:33:59.136Z | Compiling cstr-argument v0.1.2 |
2074 | 2025-01-25T04:33:59.269Z | Compiling dropshot v0.15.1 |
2075 | 2025-01-25T04:33:59.469Z | Compiling pretty-hex v0.2.1 |
2076 | 2025-01-25T04:33:59.591Z | Compiling crucible-workspace-hack v0.1.0 |
2077 | 2025-01-25T04:33:59.915Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2078 | 2025-01-25T04:34:00.176Z | Compiling fastrand v2.1.1 |
2079 | 2025-01-25T04:34:00.445Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2080 | 2025-01-25T04:34:00.702Z | Compiling tempfile v3.13.0 |
2081 | 2025-01-25T04:34:00.768Z | Compiling progenitor v0.8.0 |
2082 | 2025-01-25T04:34:00.929Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2083 | 2025-01-25T04:34:01.005Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2084 | 2025-01-25T04:34:01.133Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2085 | 2025-01-25T04:34:01.811Z | Compiling parse-display-derive v0.10.0 |
2086 | 2025-01-25T04:34:02.063Z | Compiling colored v2.1.0 |
2087 | 2025-01-25T04:34:02.339Z | Compiling serde_with_macros v3.11.0 |
2088 | 2025-01-25T04:34:02.688Z | Compiling dropshot_endpoint v0.15.1 |
2089 | 2025-01-25T04:34:03.289Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2090 | 2025-01-25T04:34:04.050Z | Compiling instant v0.1.13 |
2091 | 2025-01-25T04:34:04.251Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2092 | 2025-01-25T04:34:04.707Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2093 | 2025-01-25T04:34:04.863Z | Compiling serde_with v3.11.0 |
2094 | 2025-01-25T04:34:05.464Z | Compiling parse-display v0.10.0 |
2095 | 2025-01-25T04:34:05.488Z | Compiling backoff v0.4.0 |
2096 | 2025-01-25T04:34:05.875Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2097 | 2025-01-25T04:34:07.346Z | Compiling zone_cfg_derive v0.3.0 |
2098 | 2025-01-25T04:34:07.741Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2099 | 2025-01-25T04:34:08.447Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2100 | 2025-01-25T04:34:08.667Z | Compiling camino-tempfile v1.1.1 |
2101 | 2025-01-25T04:34:08.861Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2102 | 2025-01-25T04:34:09.334Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2103 | 2025-01-25T04:34:09.416Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2104 | 2025-01-25T04:34:09.603Z | Compiling regress v0.9.1 |
2105 | 2025-01-25T04:34:09.624Z | Compiling progenitor-client v0.9.1 |
2106 | 2025-01-25T04:34:09.760Z | Compiling num-derive v0.4.2 |
2107 | 2025-01-25T04:34:10.553Z | Compiling sigpipe v0.1.3 |
2108 | 2025-01-25T04:34:10.710Z | Compiling libefi-sys v0.1.0 |
2109 | 2025-01-25T04:34:11.027Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2110 | 2025-01-25T04:34:11.414Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2111 | 2025-01-25T04:34:11.981Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2112 | 2025-01-25T04:34:13.565Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2113 | 2025-01-25T04:34:14.148Z | Compiling zone v0.3.0 |
2114 | 2025-01-25T04:34:14.631Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2115 | 2025-01-25T04:34:15.715Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2116 | 2025-01-25T04:34:18.037Z | Compiling smf v0.2.3 |
2117 | 2025-01-25T04:34:19.898Z | Compiling bitfield-struct v0.6.2 |
2118 | 2025-01-25T04:34:20.380Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2119 | 2025-01-25T04:34:20.598Z | Compiling blake3 v1.5.4 |
2120 | 2025-01-25T04:34:21.085Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2121 | 2025-01-25T04:34:21.224Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2122 | 2025-01-25T04:34:21.383Z | Compiling xattr v1.3.1 |
2123 | 2025-01-25T04:34:21.675Z | Compiling filetime v0.2.25 |
2124 | 2025-01-25T04:34:21.851Z | Compiling memmap2 v0.9.5 |
2125 | 2025-01-25T04:34:21.966Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2126 | 2025-01-25T04:34:22.021Z | Compiling constant_time_eq v0.3.1 |
2127 | 2025-01-25T04:34:22.110Z | Compiling arrayref v0.3.9 |
2128 | 2025-01-25T04:34:22.164Z | Compiling arrayvec v0.7.6 |
2129 | 2025-01-25T04:34:22.224Z | Compiling same-file v1.0.6 |
2130 | 2025-01-25T04:34:22.245Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2131 | 2025-01-25T04:34:22.431Z | Compiling walkdir v2.5.0 |
2132 | 2025-01-25T04:34:22.531Z | Compiling tar v0.4.42 |
2133 | 2025-01-25T04:34:24.089Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2134 | 2025-01-25T04:34:24.571Z | Compiling gethostname v0.5.0 |
2135 | 2025-01-25T04:34:24.764Z | Compiling cargo-platform v0.1.8 |
2136 | 2025-01-25T04:34:24.968Z | Compiling topological-sort v0.2.2 |
2137 | 2025-01-25T04:34:25.228Z | Compiling omicron-zone-package v0.12.0 |
2138 | 2025-01-25T04:34:25.281Z | Compiling cargo_metadata v0.18.1 |
2139 | 2025-01-25T04:34:25.867Z | Compiling indent_write v2.2.0 |
2140 | 2025-01-25T04:34:26.125Z | Compiling shell-words v1.1.0 |
2141 | 2025-01-25T04:34:33.240Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2142 | 2025-01-25T04:34:34.002Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2143 | 2025-01-25T04:34:35.733Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2144 | 2025-01-25T04:34:55.273Z | Finished `release` profile [optimized] target(s) in 5m 15s |
2145 | 2025-01-25T04:34:55.440Z | Running `target/release/omicron-package -t test target create -p dev` |
2146 | 2025-01-25T04:34:55.489Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2147 | 2025-01-25T04:34:55.492Z | Created new build target 'test' and set it as active |
2148 | 2025-01-25T04:34:55.492Z | |
2149 | 2025-01-25T04:34:55.492Z | real 5:15.662188605 |
2150 | 2025-01-25T04:34:55.492Z | user 36:50.082530147 |
2151 | 2025-01-25T04:34:55.492Z | sys 3:24.634360223 |
2152 | 2025-01-25T04:34:55.492Z | trap 1.155244261 |
2153 | 2025-01-25T04:34:55.492Z | tflt 2.915940531 |
2154 | 2025-01-25T04:34:55.492Z | dflt 0.502853093 |
2155 | 2025-01-25T04:34:55.492Z | kflt 0.023233712 |
2156 | 2025-01-25T04:34:55.492Z | lock 1:13:55.280124914 |
2157 | 2025-01-25T04:34:55.492Z | slp 2:28:35.847868352 |
2158 | 2025-01-25T04:34:55.492Z | lat 2:48.405774043 |
2159 | 2025-01-25T04:34:55.492Z | stop 4:44.774473898 |
2160 | 2025-01-25T04:34:55.495Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2161 | 2025-01-25T04:34:56.461Z | Finished `release` profile [optimized] target(s) in 0.91s |
2162 | 2025-01-25T04:34:56.521Z | Running `target/release/omicron-package -t test package` |
2163 | 2025-01-25T04:34:56.565Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2164 | 2025-01-25T04:34:57.698Z | Compiling thiserror v2.0.11 |
2165 | 2025-01-25T04:34:57.835Z | Compiling typify-impl v0.3.0 |
2166 | 2025-01-25T04:34:57.848Z | Compiling convert_case v0.4.0 |
2167 | 2025-01-25T04:34:57.851Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2168 | 2025-01-25T04:34:57.851Z | Compiling newline-converter v0.3.0 |
2169 | 2025-01-25T04:34:57.851Z | Compiling password-hash v0.5.0 |
2170 | 2025-01-25T04:34:57.851Z | Compiling blake2 v0.10.6 |
2171 | 2025-01-25T04:34:57.866Z | Compiling base64 v0.21.7 |
2172 | 2025-01-25T04:34:58.158Z | Compiling expectorate v1.1.0 |
2173 | 2025-01-25T04:34:58.176Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2174 | 2025-01-25T04:34:58.473Z | Compiling argon2 v0.5.3 |
2175 | 2025-01-25T04:34:58.481Z | Compiling derive_more v0.99.18 |
2176 | 2025-01-25T04:34:58.851Z | Compiling atomicwrites v0.4.4 |
2177 | 2025-01-25T04:34:59.021Z | Compiling owo-colors v4.1.0 |
2178 | 2025-01-25T04:34:59.136Z | Compiling cancel-safe-futures v0.1.5 |
2179 | 2025-01-25T04:34:59.359Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2180 | 2025-01-25T04:34:59.385Z | Compiling num-rational v0.4.2 |
2181 | 2025-01-25T04:34:59.587Z | Compiling progenitor-client v0.9.1 |
2182 | 2025-01-25T04:34:59.938Z | Compiling num-complex v0.4.6 |
2183 | 2025-01-25T04:35:00.759Z | Compiling libsw v3.3.1 |
2184 | 2025-01-25T04:35:00.908Z | Compiling num v0.4.3 |
2185 | 2025-01-25T04:35:01.035Z | Compiling linear-map v1.2.0 |
2186 | 2025-01-25T04:35:01.107Z | Compiling swrite v0.1.0 |
2187 | 2025-01-25T04:35:01.128Z | Compiling float-ord v0.3.2 |
2188 | 2025-01-25T04:35:01.274Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2189 | 2025-01-25T04:35:01.313Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2190 | 2025-01-25T04:35:01.434Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2191 | 2025-01-25T04:35:01.863Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2192 | 2025-01-25T04:35:02.457Z | Compiling highway v1.2.0 |
2193 | 2025-01-25T04:35:03.896Z | Compiling semver v0.1.20 |
2194 | 2025-01-25T04:35:04.395Z | Compiling rustc_version v0.1.7 |
2195 | 2025-01-25T04:35:04.468Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2196 | 2025-01-25T04:35:04.814Z | Compiling newtype_derive v0.1.6 |
2197 | 2025-01-25T04:35:05.193Z | Compiling tungstenite v0.21.0 |
2198 | 2025-01-25T04:35:08.969Z | Compiling typify-macro v0.3.0 |
2199 | 2025-01-25T04:35:09.049Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2200 | 2025-01-25T04:35:09.728Z | Compiling ipnetwork v0.20.0 |
2201 | 2025-01-25T04:35:10.198Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2202 | 2025-01-25T04:35:10.492Z | Compiling tokio-tungstenite v0.21.0 |
2203 | 2025-01-25T04:35:10.886Z | Compiling progenitor-client v0.8.0 |
2204 | 2025-01-25T04:35:10.948Z | Compiling humantime v2.1.0 |
2205 | 2025-01-25T04:35:11.252Z | Compiling progenitor v0.8.0 |
2206 | 2025-01-25T04:35:11.324Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2207 | 2025-01-25T04:35:11.462Z | Compiling dropshot v0.15.1 |
2208 | 2025-01-25T04:35:11.536Z | Compiling instant v0.1.13 |
2209 | 2025-01-25T04:35:11.707Z | Compiling backoff v0.4.0 |
2210 | 2025-01-25T04:35:12.104Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2211 | 2025-01-25T04:35:12.191Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2212 | 2025-01-25T04:35:12.335Z | Compiling typify v0.3.0 |
2213 | 2025-01-25T04:35:12.494Z | Compiling progenitor-impl v0.9.1 |
2214 | 2025-01-25T04:35:18.612Z | Compiling progenitor-macro v0.9.1 |
2215 | 2025-01-25T04:35:19.438Z | Compiling steno v0.4.1 |
2216 | 2025-01-25T04:35:19.580Z | Compiling parse-display v0.10.0 |
2217 | 2025-01-25T04:35:20.108Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2218 | 2025-01-25T04:35:20.271Z | Compiling serde_with v3.11.0 |
2219 | 2025-01-25T04:35:20.315Z | Compiling strum v0.26.3 |
2220 | 2025-01-25T04:35:20.528Z | Compiling regress v0.9.1 |
2221 | 2025-01-25T04:35:23.785Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2222 | 2025-01-25T04:35:25.037Z | Compiling macaddr v1.0.1 |
2223 | 2025-01-25T04:35:25.376Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2224 | 2025-01-25T04:35:25.468Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2225 | 2025-01-25T04:35:25.739Z | Compiling slog-dtrace v0.3.0 |
2226 | 2025-01-25T04:35:26.079Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2227 | 2025-01-25T04:35:26.138Z | Compiling prettyplease v0.2.25 |
2228 | 2025-01-25T04:35:28.153Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2229 | 2025-01-25T04:35:29.549Z | Compiling progenitor v0.9.1 |
2230 | 2025-01-25T04:35:29.830Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2231 | 2025-01-25T04:35:31.883Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2232 | 2025-01-25T04:35:41.185Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2233 | 2025-01-25T04:35:42.910Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2234 | 2025-01-25T04:35:43.289Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2235 | 2025-01-25T04:35:44.340Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2236 | 2025-01-25T04:35:45.834Z | Compiling half v2.4.1 |
2237 | 2025-01-25T04:35:47.736Z | Compiling ciborium-io v0.2.2 |
2238 | 2025-01-25T04:35:47.882Z | Compiling ciborium-ll v0.2.2 |
2239 | 2025-01-25T04:35:48.441Z | Compiling ciborium v0.2.2 |
2240 | 2025-01-25T04:35:49.202Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2241 | 2025-01-25T04:35:49.670Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2242 | 2025-01-25T04:35:50.273Z | Compiling display-error-chain v0.2.2 |
2243 | 2025-01-25T04:35:50.418Z | Compiling fastrand v2.1.1 |
2244 | 2025-01-25T04:35:50.518Z | Compiling same-file v1.0.6 |
2245 | 2025-01-25T04:35:50.784Z | Compiling tempfile v3.13.0 |
2246 | 2025-01-25T04:35:50.892Z | Compiling walkdir v2.5.0 |
2247 | 2025-01-25T04:35:51.518Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2248 | 2025-01-25T04:35:51.538Z | Compiling blake3 v1.5.4 |
2249 | 2025-01-25T04:35:52.223Z | Compiling const_format_proc_macros v0.2.33 |
2250 | 2025-01-25T04:35:54.054Z | Compiling xattr v1.3.1 |
2251 | 2025-01-25T04:35:54.327Z | Compiling memmap2 v0.9.5 |
2252 | 2025-01-25T04:35:54.544Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2253 | 2025-01-25T04:35:54.798Z | Compiling filetime v0.2.25 |
2254 | 2025-01-25T04:35:55.017Z | Compiling arrayref v0.3.9 |
2255 | 2025-01-25T04:35:55.084Z | Compiling keccak v0.1.5 |
2256 | 2025-01-25T04:35:55.126Z | Compiling constant_time_eq v0.3.1 |
2257 | 2025-01-25T04:35:55.144Z | Compiling maplit v1.0.2 |
2258 | 2025-01-25T04:35:55.284Z | Compiling crunchy v0.2.2 |
2259 | 2025-01-25T04:35:55.303Z | Compiling arrayvec v0.7.6 |
2260 | 2025-01-25T04:35:55.783Z | Compiling sha3 v0.10.8 |
2261 | 2025-01-25T04:35:56.239Z | Compiling tar v0.4.42 |
2262 | 2025-01-25T04:35:56.712Z | Compiling const_format v0.2.33 |
2263 | 2025-01-25T04:35:56.740Z | Compiling toolchain_find v0.4.0 |
2264 | 2025-01-25T04:35:57.275Z | Compiling camino-tempfile v1.1.1 |
2265 | 2025-01-25T04:35:57.278Z | Compiling topological-sort v0.2.2 |
2266 | 2025-01-25T04:35:57.534Z | Compiling radium v0.7.0 |
2267 | 2025-01-25T04:35:57.687Z | Compiling tiny-keccak v2.0.2 |
2268 | 2025-01-25T04:35:57.940Z | Compiling omicron-zone-package v0.12.0 |
2269 | 2025-01-25T04:35:58.027Z | Compiling rustfmt-wrapper v0.2.1 |
2270 | 2025-01-25T04:35:58.175Z | Compiling dsl_auto_type v0.1.2 |
2271 | 2025-01-25T04:35:58.309Z | Compiling scheduled-thread-pool v0.2.7 |
2272 | 2025-01-25T04:35:58.571Z | Compiling diesel_table_macro_syntax v0.2.0 |
2273 | 2025-01-25T04:35:58.963Z | Compiling maybe-uninit v2.0.0 |
2274 | 2025-01-25T04:35:59.450Z | Compiling tap v1.0.1 |
2275 | 2025-01-25T04:35:59.553Z | Compiling diesel_derives v2.2.3 |
2276 | 2025-01-25T04:35:59.661Z | Compiling wyz v0.5.1 |
2277 | 2025-01-25T04:35:59.698Z | Compiling r2d2 v0.8.10 |
2278 | 2025-01-25T04:36:00.582Z | Compiling phf_generator v0.11.2 |
2279 | 2025-01-25T04:36:00.662Z | Compiling ascii-canvas v3.0.0 |
2280 | 2025-01-25T04:36:00.799Z | Compiling secrecy v0.8.0 |
2281 | 2025-01-25T04:36:01.172Z | Compiling async-recursion v1.1.1 |
2282 | 2025-01-25T04:36:01.190Z | Compiling ena v0.14.3 |
2283 | 2025-01-25T04:36:01.550Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2284 | 2025-01-25T04:36:01.583Z | Compiling crc-catalog v2.4.0 |
2285 | 2025-01-25T04:36:01.770Z | Compiling funty v2.0.0 |
2286 | 2025-01-25T04:36:01.886Z | Compiling packed_struct v0.10.1 |
2287 | 2025-01-25T04:36:02.340Z | Compiling arc-swap v1.7.1 |
2288 | 2025-01-25T04:36:02.411Z | Compiling regex-syntax v0.6.29 |
2289 | 2025-01-25T04:36:02.912Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2290 | 2025-01-25T04:36:02.984Z | Compiling diff v0.1.13 |
2291 | 2025-01-25T04:36:03.026Z | Compiling slog-scope v4.4.0 |
2292 | 2025-01-25T04:36:03.461Z | Compiling bitvec v1.0.1 |
2293 | 2025-01-25T04:36:03.916Z | Compiling crc v3.2.1 |
2294 | 2025-01-25T04:36:04.542Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2295 | 2025-01-25T04:36:06.066Z | Compiling lalrpop v0.19.12 |
2296 | 2025-01-25T04:36:07.466Z | Compiling phf_codegen v0.11.2 |
2297 | 2025-01-25T04:36:07.892Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2298 | 2025-01-25T04:36:07.929Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2299 | 2025-01-25T04:36:08.200Z | Compiling universal-hash v0.5.1 |
2300 | 2025-01-25T04:36:08.468Z | Compiling packed_struct_codegen v0.10.1 |
2301 | 2025-01-25T04:36:08.915Z | Compiling thiserror-impl-no-std v2.0.2 |
2302 | 2025-01-25T04:36:10.570Z | Compiling diesel v2.2.6 |
2303 | 2025-01-25T04:36:10.890Z | Compiling parse-zoneinfo v0.3.1 |
2304 | 2025-01-25T04:36:11.438Z | Compiling indexmap v1.9.3 |
2305 | 2025-01-25T04:36:11.770Z | Compiling unicase v2.7.0 |
2306 | 2025-01-25T04:36:12.109Z | Compiling nodrop v0.1.14 |
2307 | 2025-01-25T04:36:12.272Z | Compiling opaque-debug v0.3.1 |
2308 | 2025-01-25T04:36:12.328Z | Compiling ref-cast v1.0.23 |
2309 | 2025-01-25T04:36:12.400Z | Compiling poly1305 v0.8.0 |
2310 | 2025-01-25T04:36:12.877Z | Compiling array-init v0.0.4 |
2311 | 2025-01-25T04:36:13.832Z | Compiling chrono-tz-build v0.4.0 |
2312 | 2025-01-25T04:36:13.987Z | Compiling thiserror-no-std v2.0.2 |
2313 | 2025-01-25T04:36:14.895Z | Compiling smallvec v0.6.14 |
2314 | 2025-01-25T04:36:15.976Z | Compiling slog-stdlog v4.1.1 |
2315 | 2025-01-25T04:36:16.794Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2316 | 2025-01-25T04:36:17.108Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2317 | 2025-01-25T04:36:17.418Z | Compiling derive_builder_core v0.20.2 |
2318 | 2025-01-25T04:36:18.146Z | Compiling chacha20 v0.9.1 |
2319 | 2025-01-25T04:36:18.638Z | Compiling headers-core v0.3.0 |
2320 | 2025-01-25T04:36:18.844Z | Compiling aead v0.5.2 |
2321 | 2025-01-25T04:36:19.238Z | Compiling libxml v0.3.3 |
2322 | 2025-01-25T04:36:19.432Z | Compiling ref-cast-impl v1.0.23 |
2323 | 2025-01-25T04:36:19.620Z | Compiling vte_generate_state_changes v0.1.2 |
2324 | 2025-01-25T04:36:20.231Z | Compiling hashbrown v0.12.3 |
2325 | 2025-01-25T04:36:20.511Z | Compiling bitfield v0.14.0 |
2326 | 2025-01-25T04:36:20.836Z | Compiling termcolor v1.4.1 |
2327 | 2025-01-25T04:36:21.892Z | Compiling env_logger v0.10.2 |
2328 | 2025-01-25T04:36:22.583Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2329 | 2025-01-25T04:36:25.210Z | Compiling vte v0.11.1 |
2330 | 2025-01-25T04:36:26.788Z | Compiling derive_builder_macro v0.20.2 |
2331 | 2025-01-25T04:36:27.609Z | Compiling chacha20poly1305 v0.10.1 |
2332 | 2025-01-25T04:36:27.869Z | Compiling headers v0.4.0 |
2333 | 2025-01-25T04:36:28.917Z | Compiling polar-core v0.27.3 |
2334 | 2025-01-25T04:36:31.529Z | Compiling slog-envlogger v2.2.0 |
2335 | 2025-01-25T04:36:31.583Z | Compiling serde-hex v0.1.0 |
2336 | 2025-01-25T04:36:34.221Z | Compiling chrono-tz v0.10.1 |
2337 | 2025-01-25T04:36:34.913Z | Compiling vsss-rs v3.3.4 |
2338 | 2025-01-25T04:36:36.688Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2339 | 2025-01-25T04:36:38.790Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2340 | 2025-01-25T04:36:39.145Z | Compiling ron v0.8.1 |
2341 | 2025-01-25T04:36:39.656Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2342 | 2025-01-25T04:36:40.004Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2343 | 2025-01-25T04:36:41.590Z | Compiling hashbrown v0.13.2 |
2344 | 2025-01-25T04:36:42.847Z | Compiling strum_macros v0.24.3 |
2345 | 2025-01-25T04:36:44.469Z | Compiling fxhash v0.2.1 |
2346 | 2025-01-25T04:36:44.729Z | Compiling samael v0.0.17 |
2347 | 2025-01-25T04:36:44.964Z | Compiling bytecount v0.6.8 |
2348 | 2025-01-25T04:36:45.243Z | Compiling bumpalo v3.16.0 |
2349 | 2025-01-25T04:36:45.771Z | Compiling lockfree-object-pool v0.1.6 |
2350 | 2025-01-25T04:36:45.827Z | Compiling simd-adler32 v0.3.7 |
2351 | 2025-01-25T04:36:46.081Z | Compiling zip v2.1.3 |
2352 | 2025-01-25T04:36:46.250Z | Compiling indoc v1.0.9 |
2353 | 2025-01-25T04:36:46.392Z | Compiling crc-any v2.5.0 |
2354 | 2025-01-25T04:36:47.192Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2355 | 2025-01-25T04:36:47.927Z | Compiling zopfli v0.8.1 |
2356 | 2025-01-25T04:36:52.199Z | Compiling papergrid v0.11.0 |
2357 | 2025-01-25T04:36:54.036Z | Compiling object v0.30.4 |
2358 | 2025-01-25T04:36:56.834Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2359 | 2025-01-25T04:37:00.524Z | Compiling derive_builder v0.20.2 |
2360 | 2025-01-25T04:37:01.944Z | Compiling strip-ansi-escapes v0.2.0 |
2361 | 2025-01-25T04:37:02.928Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2362 | 2025-01-25T04:37:03.251Z | Compiling tabled_derive v0.7.0 |
2363 | 2025-01-25T04:37:05.255Z | Compiling fd-lock v4.0.2 |
2364 | 2025-01-25T04:37:05.370Z | Compiling peg-macros v0.8.4 |
2365 | 2025-01-25T04:37:05.499Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2366 | 2025-01-25T04:37:05.520Z | Compiling kstat-rs v0.2.4 |
2367 | 2025-01-25T04:37:06.445Z | Compiling impl-trait-for-tuples v0.2.2 |
2368 | 2025-01-25T04:37:06.464Z | Compiling oso-derive v0.27.3 |
2369 | 2025-01-25T04:37:06.466Z | Compiling quick-xml v0.33.0 |
2370 | 2025-01-25T04:37:07.398Z | Compiling diesel-dtrace v0.4.2 |
2371 | 2025-01-25T04:37:07.752Z | Compiling path-slash v0.1.5 |
2372 | 2025-01-25T04:37:08.037Z | Compiling nu-ansi-term v0.50.1 |
2373 | 2025-01-25T04:37:08.600Z | Compiling peg v0.8.4 |
2374 | 2025-01-25T04:37:08.737Z | Compiling reedline v0.35.0 |
2375 | 2025-01-25T04:37:09.330Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2376 | 2025-01-25T04:37:12.572Z | Compiling oso v0.27.3 |
2377 | 2025-01-25T04:37:13.589Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2378 | 2025-01-25T04:37:18.926Z | Compiling tabled v0.15.0 |
2379 | 2025-01-25T04:37:25.284Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2380 | 2025-01-25T04:37:34.162Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2381 | 2025-01-25T04:37:36.812Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2382 | 2025-01-25T04:37:38.308Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2383 | 2025-01-25T04:37:38.701Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2384 | 2025-01-25T04:37:39.031Z | Compiling pem v3.0.4 |
2385 | 2025-01-25T04:37:40.516Z | Compiling bb8 v0.8.5 |
2386 | 2025-01-25T04:37:41.213Z | Compiling bcs v0.1.6 |
2387 | 2025-01-25T04:37:41.992Z | Compiling libz-sys v1.1.20 |
2388 | 2025-01-25T04:37:42.702Z | Compiling termtree v0.5.1 |
2389 | 2025-01-25T04:37:43.023Z | Compiling parking_lot_core v0.8.6 |
2390 | 2025-01-25T04:37:43.628Z | Compiling async-bb8-diesel v0.2.1 |
2391 | 2025-01-25T04:37:44.435Z | Compiling mime_guess v2.0.5 |
2392 | 2025-01-25T04:37:46.224Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2393 | 2025-01-25T04:37:49.066Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2394 | 2025-01-25T04:37:49.379Z | Compiling buf-list v1.0.3 |
2395 | 2025-01-25T04:37:51.489Z | Compiling nibble_vec v0.1.0 |
2396 | 2025-01-25T04:37:51.767Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2397 | 2025-01-25T04:37:52.535Z | Compiling pin-project-internal v1.1.6 |
2398 | 2025-01-25T04:37:53.877Z | Compiling atty v0.2.14 |
2399 | 2025-01-25T04:37:54.073Z | Compiling salty v0.3.0 |
2400 | 2025-01-25T04:37:54.508Z | Compiling endian-type v0.1.2 |
2401 | 2025-01-25T04:37:54.783Z | Compiling http-range v0.1.5 |
2402 | 2025-01-25T04:37:55.170Z | Compiling pin-project v1.1.6 |
2403 | 2025-01-25T04:37:55.351Z | Compiling radix_trie v0.2.1 |
2404 | 2025-01-25T04:37:56.295Z | Compiling parking_lot v0.11.2 |
2405 | 2025-01-25T04:38:00.998Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2406 | 2025-01-25T04:38:01.032Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2407 | 2025-01-25T04:38:03.812Z | Compiling snafu-derive v0.8.5 |
2408 | 2025-01-25T04:38:05.547Z | Compiling hyper-staticfile v0.10.1 |
2409 | 2025-01-25T04:38:07.149Z | Compiling sled v0.34.7 |
2410 | 2025-01-25T04:38:08.113Z | Compiling snafu v0.8.5 |
2411 | 2025-01-25T04:38:08.508Z | Compiling hickory-client v0.24.2 |
2412 | 2025-01-25T04:38:11.501Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2413 | 2025-01-25T04:38:14.173Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2414 | 2025-01-25T04:38:16.235Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2415 | 2025-01-25T04:38:25.075Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2416 | 2025-01-25T04:38:37.726Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2417 | 2025-01-25T04:38:39.914Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2418 | 2025-01-25T04:38:41.406Z | Compiling globset v0.4.15 |
2419 | 2025-01-25T04:38:41.477Z | Compiling hickory-server v0.24.2 |
2420 | 2025-01-25T04:38:43.605Z | Compiling olpc-cjson v0.1.4 |
2421 | 2025-01-25T04:38:43.957Z | Compiling primeorder v0.13.6 |
2422 | 2025-01-25T04:38:44.578Z | Compiling vergen v8.3.2 |
2423 | 2025-01-25T04:38:44.820Z | Compiling castaway v0.2.3 |
2424 | 2025-01-25T04:38:44.921Z | Compiling env_filter v0.1.2 |
2425 | 2025-01-25T04:38:45.051Z | Compiling cargo-platform v0.1.8 |
2426 | 2025-01-25T04:38:45.562Z | Compiling serde_plain v1.0.2 |
2427 | 2025-01-25T04:38:45.652Z | Compiling nanorand v0.7.0 |
2428 | 2025-01-25T04:38:46.125Z | Compiling memoffset v0.9.1 |
2429 | 2025-01-25T04:38:46.316Z | Compiling typed-path v0.9.3 |
2430 | 2025-01-25T04:38:46.416Z | Compiling flume v0.11.1 |
2431 | 2025-01-25T04:38:46.660Z | Compiling git2 v0.19.0 |
2432 | 2025-01-25T04:38:47.184Z | Compiling cargo_metadata v0.18.1 |
2433 | 2025-01-25T04:38:48.834Z | Compiling env_logger v0.11.5 |
2434 | 2025-01-25T04:38:50.165Z | Compiling tough v0.19.0 |
2435 | 2025-01-25T04:38:50.271Z | Compiling compact_str v0.8.0 |
2436 | 2025-01-25T04:38:52.810Z | Compiling p384 v0.13.0 |
2437 | 2025-01-25T04:38:53.272Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2438 | 2025-01-25T04:38:53.302Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2439 | 2025-01-25T04:38:54.983Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2440 | 2025-01-25T04:38:57.609Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2441 | 2025-01-25T04:38:58.869Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2442 | 2025-01-25T04:38:59.687Z | Compiling unicode-truncate v1.1.0 |
2443 | 2025-01-25T04:39:00.034Z | Compiling lru v0.12.5 |
2444 | 2025-01-25T04:39:00.416Z | Compiling rand_seeder v0.3.0 |
2445 | 2025-01-25T04:39:00.867Z | Compiling libsqlite3-sys v0.30.1 |
2446 | 2025-01-25T04:39:01.453Z | Compiling lzma-sys v0.1.20 |
2447 | 2025-01-25T04:39:02.241Z | Compiling instability v0.3.2 |
2448 | 2025-01-25T04:39:03.168Z | Compiling parse-size v1.1.0 |
2449 | 2025-01-25T04:39:03.509Z | Compiling cfg_aliases v0.2.1 |
2450 | 2025-01-25T04:39:03.640Z | Compiling rustls v0.21.12 |
2451 | 2025-01-25T04:39:03.660Z | Compiling cassowary v0.3.0 |
2452 | 2025-01-25T04:39:03.703Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2453 | 2025-01-25T04:39:04.006Z | Compiling nix v0.29.0 |
2454 | 2025-01-25T04:39:04.072Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2455 | 2025-01-25T04:39:04.852Z | Compiling ratatui v0.28.1 |
2456 | 2025-01-25T04:39:05.668Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2457 | 2025-01-25T04:39:05.924Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2458 | 2025-01-25T04:39:07.442Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2459 | 2025-01-25T04:39:07.722Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2460 | 2025-01-25T04:39:08.465Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2461 | 2025-01-25T04:39:08.796Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2462 | 2025-01-25T04:39:12.348Z | Compiling rustls-webpki v0.101.7 |
2463 | 2025-01-25T04:39:12.505Z | Compiling sct v0.7.1 |
2464 | 2025-01-25T04:39:12.992Z | Compiling heck v0.3.3 |
2465 | 2025-01-25T04:39:13.331Z | Compiling csv-core v0.1.11 |
2466 | 2025-01-25T04:39:14.238Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2467 | 2025-01-25T04:39:14.583Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2468 | 2025-01-25T04:39:14.925Z | Compiling glob v0.3.1 |
2469 | 2025-01-25T04:39:16.319Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2470 | 2025-01-25T04:39:16.507Z | Compiling csv v1.3.1 |
2471 | 2025-01-25T04:39:16.917Z | Compiling zone_cfg_derive v0.1.2 |
2472 | 2025-01-25T04:39:18.722Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2473 | 2025-01-25T04:39:23.204Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2474 | 2025-01-25T04:39:23.839Z | Compiling nix v0.27.1 |
2475 | 2025-01-25T04:39:24.301Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2476 | 2025-01-25T04:39:24.821Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2477 | 2025-01-25T04:39:27.287Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2478 | 2025-01-25T04:39:30.996Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2479 | 2025-01-25T04:39:35.421Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2480 | 2025-01-25T04:39:35.841Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2481 | 2025-01-25T04:39:36.606Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2482 | 2025-01-25T04:39:36.944Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2483 | 2025-01-25T04:39:37.264Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2484 | 2025-01-25T04:39:37.602Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2485 | 2025-01-25T04:39:37.797Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2486 | 2025-01-25T04:39:38.349Z | Compiling tungstenite v0.23.0 |
2487 | 2025-01-25T04:39:38.482Z | Compiling hashlink v0.9.1 |
2488 | 2025-01-25T04:39:38.607Z | Compiling fallible-iterator v0.3.0 |
2489 | 2025-01-25T04:39:39.273Z | Compiling fallible-streaming-iterator v0.1.9 |
2490 | 2025-01-25T04:39:39.387Z | Compiling base64 v0.13.1 |
2491 | 2025-01-25T04:39:39.584Z | Compiling tokio-tungstenite v0.23.1 |
2492 | 2025-01-25T04:39:40.199Z | Compiling ron v0.7.1 |
2493 | 2025-01-25T04:39:40.300Z | Compiling rusqlite v0.32.1 |
2494 | 2025-01-25T04:39:41.277Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2495 | 2025-01-25T04:39:42.029Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2496 | 2025-01-25T04:39:44.786Z | Compiling xz2 v0.1.7 |
2497 | 2025-01-25T04:39:45.350Z | Compiling tokio-rustls v0.24.1 |
2498 | 2025-01-25T04:39:45.385Z | Compiling zone v0.1.8 |
2499 | 2025-01-25T04:39:48.833Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2500 | 2025-01-25T04:39:50.473Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2501 | 2025-01-25T04:39:50.780Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2502 | 2025-01-25T04:39:53.327Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2503 | 2025-01-25T04:39:55.129Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2504 | 2025-01-25T04:40:02.085Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2505 | 2025-01-25T04:40:03.679Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2506 | 2025-01-25T04:40:07.090Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2507 | 2025-01-25T04:40:07.206Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2508 | 2025-01-25T04:40:07.206Z | Compiling rustls-pemfile v1.0.4 |
2509 | 2025-01-25T04:40:07.884Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2510 | 2025-01-25T04:40:08.210Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2511 | 2025-01-25T04:40:08.405Z | Compiling signal-hook-tokio v0.3.1 |
2512 | 2025-01-25T04:40:08.645Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2513 | 2025-01-25T04:40:08.800Z | Compiling twox-hash v1.6.3 |
2514 | 2025-01-25T04:40:09.815Z | Compiling yasna v0.5.2 |
2515 | 2025-01-25T04:40:12.865Z | Compiling smawk v0.3.2 |
2516 | 2025-01-25T04:40:13.168Z | Compiling is_ci v1.2.0 |
2517 | 2025-01-25T04:40:13.229Z | Compiling unicode-linebreak v0.1.5 |
2518 | 2025-01-25T04:40:13.497Z | Compiling supports-color v3.0.1 |
2519 | 2025-01-25T04:40:13.806Z | Compiling textwrap v0.16.1 |
2520 | 2025-01-25T04:40:13.956Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2521 | 2025-01-25T04:40:15.848Z | Compiling rcgen v0.12.1 |
2522 | 2025-01-25T04:40:17.653Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2523 | 2025-01-25T04:40:24.518Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2524 | 2025-01-25T04:40:24.869Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2525 | 2025-01-25T04:40:26.051Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2526 | 2025-01-25T04:40:29.546Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2527 | 2025-01-25T04:40:36.731Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2528 | 2025-01-25T04:40:41.672Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2529 | 2025-01-25T04:40:43.465Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2530 | 2025-01-25T04:40:54.775Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2531 | 2025-01-25T04:40:55.334Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2532 | 2025-01-25T04:41:01.972Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2533 | 2025-01-25T04:41:02.061Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2534 | 2025-01-25T04:41:02.319Z | Compiling fatfs v0.3.6 |
2535 | 2025-01-25T04:41:02.695Z | Compiling subprocess v0.2.9 |
2536 | 2025-01-25T04:41:05.335Z | Compiling rtoolbox v0.0.2 |
2537 | 2025-01-25T04:41:05.809Z | Compiling assert_matches v1.5.0 |
2538 | 2025-01-25T04:41:07.563Z | Compiling rpassword v7.3.1 |
2539 | 2025-01-25T04:41:08.084Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2540 | 2025-01-25T04:41:11.535Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2541 | 2025-01-25T04:41:12.587Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2542 | 2025-01-25T04:41:15.966Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2543 | 2025-01-25T04:41:20.216Z | Compiling tui-tree-widget v0.22.0 |
2544 | 2025-01-25T04:41:20.783Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2545 | 2025-01-25T04:41:28.701Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2546 | 2025-01-25T04:41:29.066Z | Compiling uzers v0.12.1 |
2547 | 2025-01-25T04:41:32.439Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2548 | 2025-01-25T04:41:35.209Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2549 | 2025-01-25T04:41:37.377Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2550 | 2025-01-25T04:42:07.649Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2551 | 2025-01-25T04:42:15.012Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2552 | 2025-01-25T04:42:18.018Z | Compiling multimap v0.10.0 |
2553 | 2025-01-25T04:44:44.547Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2554 | 2025-01-25T04:44:54.169Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2555 | 2025-01-25T04:51:51.477Z | Finished `release` profile [optimized] target(s) in 16m 54s |
2556 | 2025-01-25T04:52:55.195Z | |
2557 | 2025-01-25T04:52:55.198Z | real 17:59.550715842 |
2558 | 2025-01-25T04:52:55.198Z | user 2:07:10.279173262 |
2559 | 2025-01-25T04:52:55.198Z | sys 3:19.551373004 |
2560 | 2025-01-25T04:52:55.198Z | trap 3.308638907 |
2561 | 2025-01-25T04:52:55.198Z | tflt 2.804311706 |
2562 | 2025-01-25T04:52:55.198Z | dflt 4.335854747 |
2563 | 2025-01-25T04:52:55.198Z | kflt 0.000977267 |
2564 | 2025-01-25T04:52:55.198Z | lock 7:42:06.535032590 |
2565 | 2025-01-25T04:52:55.198Z | slp 6:30:50.336670718 |
2566 | 2025-01-25T04:52:55.198Z | lat 3:26.142617966 |
2567 | 2025-01-25T04:52:55.198Z | stop 2:49.543468480 |
2568 | 2025-01-25T04:52:55.198Z | + mapfile -t packages |
2569 | 2025-01-25T04:52:55.198Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2570 | 2025-01-25T04:52:56.264Z | Finished `release` profile [optimized] target(s) in 1.00s |
2571 | 2025-01-25T04:52:56.331Z | Running `target/release/omicron-package -t test list-outputs` |
2572 | 2025-01-25T04:52:56.379Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2573 | 2025-01-25T04:52:56.382Z | + ptime -m cargo build --locked --release -p xtask |
2574 | 2025-01-25T04:52:56.953Z | Compiling serde v1.0.217 |
2575 | 2025-01-25T04:52:56.956Z | Compiling libc v0.2.169 |
2576 | 2025-01-25T04:52:56.956Z | Compiling rustix v0.38.37 |
2577 | 2025-01-25T04:52:56.956Z | Compiling serde_json v1.0.135 |
2578 | 2025-01-25T04:52:57.055Z | Compiling syn v2.0.96 |
2579 | 2025-01-25T04:52:57.064Z | Compiling bitflags v2.6.0 |
2580 | 2025-01-25T04:52:57.381Z | Compiling usdt-impl v0.5.0 |
2581 | 2025-01-25T04:52:57.445Z | Compiling syn v1.0.109 |
2582 | 2025-01-25T04:52:57.561Z | Compiling log v0.4.22 |
2583 | 2025-01-25T04:52:57.613Z | Compiling hashbrown v0.15.1 |
2584 | 2025-01-25T04:52:57.870Z | Compiling fs-err v2.11.0 |
2585 | 2025-01-25T04:52:58.011Z | Compiling once_cell v1.20.2 |
2586 | 2025-01-25T04:52:58.179Z | Compiling anyhow v1.0.95 |
2587 | 2025-01-25T04:52:58.363Z | Compiling thread-id v4.2.2 |
2588 | 2025-01-25T04:52:58.797Z | Compiling indexmap v2.7.0 |
2589 | 2025-01-25T04:52:59.587Z | Compiling terminal_size v0.4.0 |
2590 | 2025-01-25T04:52:59.668Z | Compiling tempfile v3.13.0 |
2591 | 2025-01-25T04:52:59.835Z | Compiling clap_builder v4.5.21 |
2592 | 2025-01-25T04:53:00.760Z | Compiling proc-macro-error v1.0.4 |
2593 | 2025-01-25T04:53:01.751Z | Compiling tabled_derive v0.7.0 |
2594 | 2025-01-25T04:53:02.757Z | Compiling tabled v0.15.0 |
2595 | 2025-01-25T04:53:03.513Z | Compiling serde_derive v1.0.217 |
2596 | 2025-01-25T04:53:03.513Z | Compiling thiserror-impl v1.0.69 |
2597 | 2025-01-25T04:53:03.517Z | Compiling zerocopy-derive v0.7.35 |
2598 | 2025-01-25T04:53:03.517Z | Compiling scroll_derive v0.12.0 |
2599 | 2025-01-25T04:53:03.517Z | Compiling clap_derive v4.5.18 |
2600 | 2025-01-25T04:53:04.899Z | Compiling scroll v0.12.0 |
2601 | 2025-01-25T04:53:05.397Z | Compiling zerocopy v0.7.35 |
2602 | 2025-01-25T04:53:05.536Z | Compiling goblin v0.8.2 |
2603 | 2025-01-25T04:53:06.281Z | Compiling thiserror v1.0.69 |
2604 | 2025-01-25T04:53:06.376Z | Compiling pest v2.7.14 |
2605 | 2025-01-25T04:53:09.438Z | Compiling pest_meta v2.7.14 |
2606 | 2025-01-25T04:53:09.464Z | Compiling clap v4.5.21 |
2607 | 2025-01-25T04:53:11.040Z | Compiling pest_generator v2.7.14 |
2608 | 2025-01-25T04:53:13.129Z | Compiling pest_derive v2.7.14 |
2609 | 2025-01-25T04:53:13.909Z | Compiling dtrace-parser v0.2.0 |
2610 | 2025-01-25T04:53:18.033Z | Compiling serde_spanned v0.6.8 |
2611 | 2025-01-25T04:53:18.443Z | Compiling serde_tokenstream v0.2.2 |
2612 | 2025-01-25T04:53:19.017Z | Compiling toml_datetime v0.6.8 |
2613 | 2025-01-25T04:53:19.717Z | Compiling toml_edit v0.22.22 |
2614 | 2025-01-25T04:53:20.765Z | Compiling dof v0.3.0 |
2615 | 2025-01-25T04:53:21.806Z | Compiling camino v1.1.9 |
2616 | 2025-01-25T04:53:22.844Z | Compiling usdt-attr-macro v0.5.0 |
2617 | 2025-01-25T04:53:23.097Z | Compiling usdt-macro v0.5.0 |
2618 | 2025-01-25T04:53:24.189Z | Compiling toml v0.8.19 |
2619 | 2025-01-25T04:53:24.323Z | Compiling semver v1.0.24 |
2620 | 2025-01-25T04:53:25.768Z | Compiling cargo-platform v0.1.8 |
2621 | 2025-01-25T04:53:26.975Z | Compiling cargo_metadata v0.18.1 |
2622 | 2025-01-25T04:53:27.356Z | Compiling cargo_toml v0.20.5 |
2623 | 2025-01-25T04:53:28.702Z | Compiling usdt v0.5.0 |
2624 | 2025-01-25T04:53:30.102Z | Compiling camino-tempfile v1.1.1 |
2625 | 2025-01-25T04:53:30.259Z | Compiling macaddr v1.0.1 |
2626 | 2025-01-25T04:53:40.054Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2627 | 2025-01-25T04:53:50.935Z | Finished `release` profile [optimized] target(s) in 54.41s |
2628 | 2025-01-25T04:53:50.962Z | |
2629 | 2025-01-25T04:53:50.965Z | real 54.547562763 |
2630 | 2025-01-25T04:53:50.965Z | user 5:42.325053245 |
2631 | 2025-01-25T04:53:50.965Z | sys 18.004498651 |
2632 | 2025-01-25T04:53:50.965Z | trap 0.156039048 |
2633 | 2025-01-25T04:53:50.965Z | tflt 0.323998953 |
2634 | 2025-01-25T04:53:50.965Z | dflt 0.271831657 |
2635 | 2025-01-25T04:53:50.965Z | kflt 0.000022137 |
2636 | 2025-01-25T04:53:50.965Z | lock 10:31.037076639 |
2637 | 2025-01-25T04:53:50.965Z | slp 16:11.962835281 |
2638 | 2025-01-25T04:53:50.965Z | lat 13.437857926 |
2639 | 2025-01-25T04:53:50.965Z | stop 16.277236185 |
2640 | 2025-01-25T04:53:50.965Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2641 | 2025-01-25T04:53:50.965Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2642 | 2025-01-25T04:53:50.965Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2643 | 2025-01-25T04:53:50.965Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2644 | 2025-01-25T04:53:50.965Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2645 | 2025-01-25T04:53:51.841Z | Compiling hashbrown v0.14.5 |
2646 | 2025-01-25T04:53:52.059Z | Compiling thiserror v2.0.11 |
2647 | 2025-01-25T04:53:52.070Z | Compiling thiserror-impl v2.0.11 |
2648 | 2025-01-25T04:53:52.070Z | Compiling ident_case v1.0.1 |
2649 | 2025-01-25T04:53:52.070Z | Compiling unsafe-libyaml v0.2.11 |
2650 | 2025-01-25T04:53:52.070Z | Compiling ipnetwork v0.20.0 |
2651 | 2025-01-25T04:53:52.070Z | Compiling progenitor-client v0.9.1 |
2652 | 2025-01-25T04:53:52.070Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2653 | 2025-01-25T04:53:52.175Z | Compiling darling_core v0.20.10 |
2654 | 2025-01-25T04:53:52.504Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2655 | 2025-01-25T04:53:52.591Z | Compiling macaddr v1.0.1 |
2656 | 2025-01-25T04:53:52.860Z | Compiling progenitor-client v0.8.0 |
2657 | 2025-01-25T04:53:52.921Z | Compiling instant v0.1.13 |
2658 | 2025-01-25T04:53:53.031Z | Compiling regress v0.10.1 |
2659 | 2025-01-25T04:53:53.081Z | Compiling structmeta-derive v0.3.0 |
2660 | 2025-01-25T04:53:53.081Z | Compiling dropshot v0.15.1 |
2661 | 2025-01-25T04:53:53.192Z | Compiling regress v0.9.1 |
2662 | 2025-01-25T04:53:53.329Z | Compiling serde_yaml v0.9.34+deprecated |
2663 | 2025-01-25T04:53:53.460Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2664 | 2025-01-25T04:53:53.888Z | Compiling dropshot_endpoint v0.15.1 |
2665 | 2025-01-25T04:53:54.751Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2666 | 2025-01-25T04:53:55.441Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2667 | 2025-01-25T04:53:55.691Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2668 | 2025-01-25T04:53:55.794Z | Compiling structmeta v0.3.0 |
2669 | 2025-01-25T04:53:56.172Z | Compiling backoff v0.4.0 |
2670 | 2025-01-25T04:53:56.192Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2671 | 2025-01-25T04:53:56.233Z | Compiling parse-display-derive v0.10.0 |
2672 | 2025-01-25T04:53:56.393Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2673 | 2025-01-25T04:53:56.564Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2674 | 2025-01-25T04:53:56.715Z | Compiling tempfile v3.13.0 |
2675 | 2025-01-25T04:53:57.016Z | Compiling typify-impl v0.2.0 |
2676 | 2025-01-25T04:53:57.157Z | Compiling proc-macro-crate v1.3.1 |
2677 | 2025-01-25T04:53:57.562Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2678 | 2025-01-25T04:53:57.821Z | Compiling typify-impl v0.3.0 |
2679 | 2025-01-25T04:53:57.926Z | Compiling itertools v0.13.0 |
2680 | 2025-01-25T04:53:58.057Z | Compiling zerocopy v0.8.10 |
2681 | 2025-01-25T04:53:58.093Z | Compiling num_enum_derive v0.5.11 |
2682 | 2025-01-25T04:53:58.409Z | Compiling darling_macro v0.20.10 |
2683 | 2025-01-25T04:53:58.893Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2684 | 2025-01-25T04:53:59.307Z | Compiling foreign-types-macros v0.2.3 |
2685 | 2025-01-25T04:53:59.346Z | Compiling darling v0.20.10 |
2686 | 2025-01-25T04:53:59.475Z | Compiling serde_with_macros v3.11.0 |
2687 | 2025-01-25T04:54:00.319Z | Compiling parse-display v0.10.0 |
2688 | 2025-01-25T04:54:00.451Z | Compiling num_enum v0.5.11 |
2689 | 2025-01-25T04:54:00.628Z | Compiling zerocopy-derive v0.8.10 |
2690 | 2025-01-25T04:54:00.697Z | Compiling heapless v0.8.0 |
2691 | 2025-01-25T04:54:00.832Z | Compiling crucible-workspace-hack v0.1.0 |
2692 | 2025-01-25T04:54:01.061Z | Compiling foreign-types-shared v0.3.1 |
2693 | 2025-01-25T04:54:01.151Z | Compiling foreign-types v0.5.0 |
2694 | 2025-01-25T04:54:01.179Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2695 | 2025-01-25T04:54:01.284Z | Compiling proc-macro-error v1.0.4 |
2696 | 2025-01-25T04:54:01.928Z | Compiling camino-tempfile v1.1.1 |
2697 | 2025-01-25T04:54:01.947Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2698 | 2025-01-25T04:54:02.185Z | Compiling serde_with v3.11.0 |
2699 | 2025-01-25T04:54:02.384Z | Compiling hash32 v0.3.1 |
2700 | 2025-01-25T04:54:02.654Z | Compiling cstr-argument v0.1.2 |
2701 | 2025-01-25T04:54:02.752Z | Compiling smoltcp v0.11.0 |
2702 | 2025-01-25T04:54:02.896Z | Compiling pretty-hex v0.2.1 |
2703 | 2025-01-25T04:54:03.109Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2704 | 2025-01-25T04:54:03.449Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2705 | 2025-01-25T04:54:03.508Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2706 | 2025-01-25T04:54:04.100Z | Compiling tabwriter v1.4.0 |
2707 | 2025-01-25T04:54:04.580Z | Compiling colored v2.1.0 |
2708 | 2025-01-25T04:54:04.662Z | Compiling cobs v0.2.3 |
2709 | 2025-01-25T04:54:04.981Z | Compiling postcard v1.0.10 |
2710 | 2025-01-25T04:54:05.642Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2711 | 2025-01-25T04:54:05.736Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2712 | 2025-01-25T04:54:05.934Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2713 | 2025-01-25T04:54:06.058Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2714 | 2025-01-25T04:54:06.393Z | Compiling smf v0.2.3 |
2715 | 2025-01-25T04:54:06.502Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2716 | 2025-01-25T04:54:06.864Z | Compiling zone_cfg_derive v0.3.0 |
2717 | 2025-01-25T04:54:07.627Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2718 | 2025-01-25T04:54:07.650Z | Compiling num-derive v0.4.2 |
2719 | 2025-01-25T04:54:07.984Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2720 | 2025-01-25T04:54:08.049Z | Compiling sigpipe v0.1.3 |
2721 | 2025-01-25T04:54:08.196Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2722 | 2025-01-25T04:54:08.343Z | Compiling zone v0.3.0 |
2723 | 2025-01-25T04:54:08.530Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2724 | 2025-01-25T04:54:08.765Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2725 | 2025-01-25T04:54:09.491Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2726 | 2025-01-25T04:54:09.654Z | Compiling universal-hash v0.5.1 |
2727 | 2025-01-25T04:54:09.766Z | Compiling opaque-debug v0.3.1 |
2728 | 2025-01-25T04:54:09.865Z | Compiling tungstenite v0.21.0 |
2729 | 2025-01-25T04:54:09.884Z | Compiling num-rational v0.4.2 |
2730 | 2025-01-25T04:54:09.955Z | Compiling password-hash v0.5.0 |
2731 | 2025-01-25T04:54:10.074Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2732 | 2025-01-25T04:54:10.641Z | Compiling blake2 v0.10.6 |
2733 | 2025-01-25T04:54:10.855Z | Compiling num-complex v0.4.6 |
2734 | 2025-01-25T04:54:10.919Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2735 | 2025-01-25T04:54:11.234Z | Compiling aead v0.5.2 |
2736 | 2025-01-25T04:54:11.542Z | Compiling base64 v0.21.7 |
2737 | 2025-01-25T04:54:11.646Z | Compiling keccak v0.1.5 |
2738 | 2025-01-25T04:54:11.841Z | Compiling convert_case v0.4.0 |
2739 | 2025-01-25T04:54:11.912Z | Compiling num v0.4.3 |
2740 | 2025-01-25T04:54:11.969Z | Compiling sha3 v0.10.8 |
2741 | 2025-01-25T04:54:12.024Z | Compiling argon2 v0.5.3 |
2742 | 2025-01-25T04:54:12.128Z | Compiling typify-macro v0.2.0 |
2743 | 2025-01-25T04:54:12.500Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2744 | 2025-01-25T04:54:12.692Z | Compiling derive_more v0.99.18 |
2745 | 2025-01-25T04:54:12.725Z | Compiling tokio-tungstenite v0.21.0 |
2746 | 2025-01-25T04:54:12.790Z | Compiling poly1305 v0.8.0 |
2747 | 2025-01-25T04:54:12.984Z | Compiling chacha20 v0.9.1 |
2748 | 2025-01-25T04:54:13.307Z | Compiling float-ord v0.3.2 |
2749 | 2025-01-25T04:54:13.480Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2750 | 2025-01-25T04:54:13.499Z | Compiling semver v0.1.20 |
2751 | 2025-01-25T04:54:13.614Z | Compiling typify-macro v0.3.0 |
2752 | 2025-01-25T04:54:13.918Z | Compiling same-file v1.0.6 |
2753 | 2025-01-25T04:54:14.106Z | Compiling walkdir v2.5.0 |
2754 | 2025-01-25T04:54:14.224Z | Compiling rustc_version v0.1.7 |
2755 | 2025-01-25T04:54:14.564Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2756 | 2025-01-25T04:54:14.624Z | Compiling newline-converter v0.3.0 |
2757 | 2025-01-25T04:54:14.698Z | Compiling primeorder v0.13.6 |
2758 | 2025-01-25T04:54:14.784Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2759 | 2025-01-25T04:54:14.809Z | Compiling secrecy v0.8.0 |
2760 | 2025-01-25T04:54:14.812Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2761 | 2025-01-25T04:54:15.060Z | Compiling cancel-safe-futures v0.1.5 |
2762 | 2025-01-25T04:54:15.212Z | Compiling owo-colors v4.1.0 |
2763 | 2025-01-25T04:54:15.365Z | Compiling expectorate v1.1.0 |
2764 | 2025-01-25T04:54:15.451Z | Compiling newtype_derive v0.1.6 |
2765 | 2025-01-25T04:54:15.566Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2766 | 2025-01-25T04:54:15.586Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2767 | 2025-01-25T04:54:15.698Z | Compiling thiserror-impl-no-std v2.0.2 |
2768 | 2025-01-25T04:54:15.741Z | Compiling blake3 v1.5.4 |
2769 | 2025-01-25T04:54:15.774Z | Compiling half v2.4.1 |
2770 | 2025-01-25T04:54:15.881Z | Compiling unicase v2.7.0 |
2771 | 2025-01-25T04:54:16.047Z | Compiling typify v0.2.0 |
2772 | 2025-01-25T04:54:16.198Z | Compiling progenitor-impl v0.8.0 |
2773 | 2025-01-25T04:54:16.216Z | Compiling arc-swap v1.7.1 |
2774 | 2025-01-25T04:54:16.339Z | Compiling ciborium-io v0.2.2 |
2775 | 2025-01-25T04:54:16.494Z | Compiling ciborium-ll v0.2.2 |
2776 | 2025-01-25T04:54:16.635Z | Compiling slog-scope v4.4.0 |
2777 | 2025-01-25T04:54:16.868Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2778 | 2025-01-25T04:54:16.990Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2779 | 2025-01-25T04:54:17.296Z | Compiling polyval v0.6.2 |
2780 | 2025-01-25T04:54:17.391Z | Compiling typify v0.3.0 |
2781 | 2025-01-25T04:54:17.550Z | Compiling progenitor-impl v0.9.1 |
2782 | 2025-01-25T04:54:17.711Z | Compiling atomicwrites v0.4.4 |
2783 | 2025-01-25T04:54:17.734Z | Compiling libsw v3.3.1 |
2784 | 2025-01-25T04:54:18.061Z | Compiling memmap2 v0.9.5 |
2785 | 2025-01-25T04:54:18.081Z | Compiling arrayvec v0.7.6 |
2786 | 2025-01-25T04:54:18.440Z | Compiling thiserror-no-std v2.0.2 |
2787 | 2025-01-25T04:54:18.498Z | Compiling indent_write v2.2.0 |
2788 | 2025-01-25T04:54:18.527Z | Compiling constant_time_eq v0.3.1 |
2789 | 2025-01-25T04:54:18.586Z | Compiling parking_lot_core v0.8.6 |
2790 | 2025-01-25T04:54:18.735Z | Compiling salty v0.3.0 |
2791 | 2025-01-25T04:54:18.755Z | Compiling linear-map v1.2.0 |
2792 | 2025-01-25T04:54:19.087Z | Compiling libefi-sys v0.1.0 |
2793 | 2025-01-25T04:54:19.090Z | Compiling arrayref v0.3.9 |
2794 | 2025-01-25T04:54:19.103Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2795 | 2025-01-25T04:54:19.230Z | Compiling vsss-rs v3.3.4 |
2796 | 2025-01-25T04:54:19.354Z | Compiling ghash v0.5.1 |
2797 | 2025-01-25T04:54:19.667Z | Compiling slog-stdlog v4.1.1 |
2798 | 2025-01-25T04:54:20.050Z | Compiling ciborium v0.2.2 |
2799 | 2025-01-25T04:54:20.325Z | Compiling p384 v0.13.0 |
2800 | 2025-01-25T04:54:20.345Z | Compiling toolchain_find v0.4.0 |
2801 | 2025-01-25T04:54:21.071Z | Compiling chacha20poly1305 v0.10.1 |
2802 | 2025-01-25T04:54:21.127Z | Compiling ctr v0.9.2 |
2803 | 2025-01-25T04:54:21.328Z | Compiling lzma-sys v0.1.20 |
2804 | 2025-01-25T04:54:21.371Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2805 | 2025-01-25T04:54:21.511Z | Compiling bitfield-struct v0.6.2 |
2806 | 2025-01-25T04:54:21.801Z | Compiling slog-dtrace v0.3.0 |
2807 | 2025-01-25T04:54:21.930Z | Compiling topological-sort v0.2.2 |
2808 | 2025-01-25T04:54:22.090Z | Compiling highway v1.2.0 |
2809 | 2025-01-25T04:54:22.178Z | Compiling omicron-zone-package v0.12.0 |
2810 | 2025-01-25T04:54:22.355Z | Compiling aes-gcm v0.10.3 |
2811 | 2025-01-25T04:54:22.689Z | Compiling rustfmt-wrapper v0.2.1 |
2812 | 2025-01-25T04:54:22.836Z | Compiling mime_guess v2.0.5 |
2813 | 2025-01-25T04:54:22.876Z | Compiling slog-envlogger v2.2.0 |
2814 | 2025-01-25T04:54:22.896Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2815 | 2025-01-25T04:54:23.222Z | Compiling progenitor-macro v0.8.0 |
2816 | 2025-01-25T04:54:23.273Z | Compiling steno v0.4.1 |
2817 | 2025-01-25T04:54:23.780Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2818 | 2025-01-25T04:54:23.991Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2819 | 2025-01-25T04:54:24.179Z | Compiling heck v0.3.3 |
2820 | 2025-01-25T04:54:24.441Z | Compiling ssh-encoding v0.2.0 |
2821 | 2025-01-25T04:54:24.557Z | Compiling blowfish v0.9.1 |
2822 | 2025-01-25T04:54:24.593Z | Compiling nibble_vec v0.1.0 |
2823 | 2025-01-25T04:54:24.701Z | Compiling progenitor-macro v0.9.1 |
2824 | 2025-01-25T04:54:24.809Z | Compiling env_filter v0.1.2 |
2825 | 2025-01-25T04:54:24.938Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2826 | 2025-01-25T04:54:25.024Z | Compiling humantime v2.1.0 |
2827 | 2025-01-25T04:54:25.084Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2828 | 2025-01-25T04:54:25.223Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2829 | 2025-01-25T04:54:25.244Z | Compiling endian-type v0.1.2 |
2830 | 2025-01-25T04:54:25.453Z | Compiling radix_trie v0.2.1 |
2831 | 2025-01-25T04:54:25.507Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2832 | 2025-01-25T04:54:25.567Z | Compiling env_logger v0.11.5 |
2833 | 2025-01-25T04:54:25.612Z | Compiling ssh-cipher v0.2.0 |
2834 | 2025-01-25T04:54:26.137Z | Compiling bcrypt-pbkdf v0.10.0 |
2835 | 2025-01-25T04:54:26.224Z | Compiling zone_cfg_derive v0.1.2 |
2836 | 2025-01-25T04:54:26.434Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2837 | 2025-01-25T04:54:27.138Z | Compiling parking_lot v0.11.2 |
2838 | 2025-01-25T04:54:27.260Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2839 | 2025-01-25T04:54:27.662Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2840 | 2025-01-25T04:54:27.690Z | Compiling password-hash v0.4.2 |
2841 | 2025-01-25T04:54:27.983Z | Compiling gethostname v0.5.0 |
2842 | 2025-01-25T04:54:28.106Z | Compiling fxhash v0.2.1 |
2843 | 2025-01-25T04:54:28.109Z | Compiling base64 v0.13.1 |
2844 | 2025-01-25T04:54:28.128Z | Compiling simd-adler32 v0.3.7 |
2845 | 2025-01-25T04:54:28.184Z | Compiling http-range v0.1.5 |
2846 | 2025-01-25T04:54:28.309Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2847 | 2025-01-25T04:54:28.518Z | Compiling bumpalo v3.16.0 |
2848 | 2025-01-25T04:54:28.521Z | Compiling lockfree-object-pool v0.1.6 |
2849 | 2025-01-25T04:54:28.627Z | Compiling zip v2.1.3 |
2850 | 2025-01-25T04:54:28.689Z | Compiling ron v0.7.1 |
2851 | 2025-01-25T04:54:28.715Z | Compiling sled v0.34.7 |
2852 | 2025-01-25T04:54:28.813Z | Compiling pbkdf2 v0.11.0 |
2853 | 2025-01-25T04:54:28.972Z | Compiling zopfli v0.8.1 |
2854 | 2025-01-25T04:54:28.992Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2855 | 2025-01-25T04:54:29.242Z | Compiling zone v0.1.8 |
2856 | 2025-01-25T04:54:29.571Z | Compiling xz2 v0.1.7 |
2857 | 2025-01-25T04:54:30.004Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2858 | 2025-01-25T04:54:30.635Z | Compiling ssh-key v0.6.6 |
2859 | 2025-01-25T04:54:30.674Z | Compiling hickory-client v0.24.2 |
2860 | 2025-01-25T04:54:31.095Z | Compiling p256 v0.13.2 |
2861 | 2025-01-25T04:54:31.141Z | Compiling p521 v0.13.3 |
2862 | 2025-01-25T04:54:31.924Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2863 | 2025-01-25T04:54:32.085Z | Compiling hickory-server v0.24.2 |
2864 | 2025-01-25T04:54:32.970Z | Compiling pem v3.0.4 |
2865 | 2025-01-25T04:54:33.499Z | Compiling yasna v0.5.2 |
2866 | 2025-01-25T04:54:33.734Z | Compiling headers-core v0.3.0 |
2867 | 2025-01-25T04:54:33.907Z | Compiling kstat-rs v0.2.4 |
2868 | 2025-01-25T04:54:34.500Z | Compiling nanorand v0.7.0 |
2869 | 2025-01-25T04:54:34.709Z | Compiling atty v0.2.14 |
2870 | 2025-01-25T04:54:34.863Z | Compiling russh-cryptovec v0.7.3 |
2871 | 2025-01-25T04:54:34.868Z | Compiling md5 v0.7.0 |
2872 | 2025-01-25T04:54:35.031Z | Compiling flume v0.11.1 |
2873 | 2025-01-25T04:54:35.052Z | Compiling rcgen v0.12.1 |
2874 | 2025-01-25T04:54:35.159Z | Compiling russh-keys v0.45.0 |
2875 | 2025-01-25T04:54:35.357Z | Compiling headers v0.4.0 |
2876 | 2025-01-25T04:54:35.993Z | Compiling progenitor v0.8.0 |
2877 | 2025-01-25T04:54:36.195Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2878 | 2025-01-25T04:54:36.424Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2879 | 2025-01-25T04:54:37.159Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2880 | 2025-01-25T04:54:37.272Z | Compiling hyper-staticfile v0.10.1 |
2881 | 2025-01-25T04:54:37.455Z | Compiling progenitor v0.9.1 |
2882 | 2025-01-25T04:54:37.683Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2883 | 2025-01-25T04:54:37.810Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2884 | 2025-01-25T04:54:38.314Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2885 | 2025-01-25T04:54:38.595Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2886 | 2025-01-25T04:54:38.882Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2887 | 2025-01-25T04:54:38.885Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2888 | 2025-01-25T04:54:40.684Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2889 | 2025-01-25T04:54:41.262Z | Compiling num-bigint v0.4.6 |
2890 | 2025-01-25T04:54:41.626Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2891 | 2025-01-25T04:54:43.214Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2892 | 2025-01-25T04:54:43.357Z | Compiling des v0.8.1 |
2893 | 2025-01-25T04:54:43.690Z | Compiling subprocess v0.2.9 |
2894 | 2025-01-25T04:54:43.766Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2895 | 2025-01-25T04:54:44.241Z | Compiling display-error-chain v0.2.2 |
2896 | 2025-01-25T04:54:44.480Z | Compiling hex-literal v0.4.1 |
2897 | 2025-01-25T04:54:44.661Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2898 | 2025-01-25T04:54:44.682Z | Compiling russh v0.45.0 |
2899 | 2025-01-25T04:54:45.473Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2900 | 2025-01-25T04:54:47.760Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2901 | 2025-01-25T04:54:48.220Z | Compiling internet-checksum v0.2.1 |
2902 | 2025-01-25T04:54:52.635Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2903 | 2025-01-25T04:54:52.635Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2904 | 2025-01-25T04:54:52.638Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2905 | 2025-01-25T04:54:52.638Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2906 | 2025-01-25T04:54:53.521Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2907 | 2025-01-25T04:54:55.472Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2908 | 2025-01-25T04:54:57.008Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2909 | 2025-01-25T04:54:57.018Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2910 | 2025-01-25T04:54:57.413Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2911 | 2025-01-25T04:54:59.791Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2912 | 2025-01-25T04:54:59.899Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2913 | 2025-01-25T04:55:00.392Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2914 | 2025-01-25T04:55:00.449Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2915 | 2025-01-25T04:55:01.452Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2916 | 2025-01-25T04:55:01.986Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2917 | 2025-01-25T04:55:03.431Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2918 | 2025-01-25T04:55:03.845Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2919 | 2025-01-25T04:55:04.903Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2920 | 2025-01-25T04:55:06.572Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2921 | 2025-01-25T04:55:07.392Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2922 | 2025-01-25T04:55:07.532Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2923 | 2025-01-25T04:55:07.828Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2924 | 2025-01-25T04:55:09.406Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2925 | 2025-01-25T04:55:09.926Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2926 | 2025-01-25T04:55:12.276Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2927 | 2025-01-25T04:55:12.478Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2928 | 2025-01-25T04:55:13.039Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2929 | 2025-01-25T04:55:14.398Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2930 | 2025-01-25T04:55:19.890Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2931 | 2025-01-25T04:55:28.240Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2932 | 2025-01-25T04:55:29.772Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2933 | 2025-01-25T04:55:51.692Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2934 | 2025-01-25T04:56:14.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s |
2935 | 2025-01-25T04:56:14.882Z | |
2936 | 2025-01-25T04:56:14.885Z | real 2:23.857300913 |
2937 | 2025-01-25T04:56:14.885Z | user 12:19.233829635 |
2938 | 2025-01-25T04:56:14.886Z | sys 1:34.287720490 |
2939 | 2025-01-25T04:56:14.886Z | trap 0.372149440 |
2940 | 2025-01-25T04:56:14.886Z | tflt 0.843306430 |
2941 | 2025-01-25T04:56:14.886Z | dflt 1.154323875 |
2942 | 2025-01-25T04:56:14.886Z | kflt 0.000092686 |
2943 | 2025-01-25T04:56:14.886Z | lock 22:38.276750466 |
2944 | 2025-01-25T04:56:14.886Z | slp 42:08.448338768 |
2945 | 2025-01-25T04:56:14.886Z | lat 37.612528344 |
2946 | 2025-01-25T04:56:14.886Z | stop 1:39.186349496 |
2947 | 2025-01-25T04:56:14.886Z | + mkdir tests |
2948 | 2025-01-25T04:56:14.889Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2949 | 2025-01-25T04:56:14.889Z | + xargs -I '{}' -t cp '{}' tests/ |
2950 | 2025-01-25T04:56:14.927Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4d72ac0d0a27a912 tests/ |
2951 | 2025-01-25T04:56:14.958Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ce0c3730dcf0497e tests/ |
2952 | 2025-01-25T04:56:14.981Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-abb2ebc63376bf98 tests/ |
2953 | 2025-01-25T04:56:15.008Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-694936f7530bbbda tests/ |
2954 | 2025-01-25T04:56:15.262Z | + 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:56:15.267Z | + 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-ce0c3730dcf0497e tests/commtest-abb2ebc63376bf98 tests/dhcp_server-4d72ac0d0a27a912 tests/end_to_end_tests-694936f7530bbbda 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:57:29.092Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2957 | 2025-01-25T04:57:29.092Z | a .github/buildomat/ci-env.sh 1K |
2958 | 2025-01-25T04:57:29.092Z | a out/target/test 1K |
2959 | 2025-01-25T04:57:29.092Z | a out/npuzone/npuzone 23144K |
2960 | 2025-01-25T04:57:29.092Z | a package-manifest.toml 34K |
2961 | 2025-01-25T04:57:29.092Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2962 | 2025-01-25T04:57:29.092Z | a target/release/omicron-package 36024K |
2963 | 2025-01-25T04:57:29.092Z | a target/release/xtask 11908K |
2964 | 2025-01-25T04:57:29.092Z | a target/debug/bootstrap 220639K |
2965 | 2025-01-25T04:57:29.092Z | a tests/bootstrap-ce0c3730dcf0497e 24276K |
2966 | 2025-01-25T04:57:29.092Z | a tests/commtest-abb2ebc63376bf98 24769K |
2967 | 2025-01-25T04:57:29.092Z | a tests/dhcp_server-4d72ac0d0a27a912 24276K |
2968 | 2025-01-25T04:57:29.092Z | a tests/end_to_end_tests-694936f7530bbbda 282788K |
2969 | 2025-01-25T04:57:29.093Z | a out/clickhouse.tar.gz 294285K |
2970 | 2025-01-25T04:57:29.093Z | a out/clickhouse_keeper.tar.gz 281408K |
2971 | 2025-01-25T04:57:29.093Z | a out/clickhouse_server.tar.gz 294261K |
2972 | 2025-01-25T04:57:29.093Z | a out/cockroachdb.tar.gz 135005K |
2973 | 2025-01-25T04:57:29.093Z | a out/crucible-dtrace.tar 96K |
2974 | 2025-01-25T04:57:29.093Z | a out/crucible-pantry-zone.tar.gz 28544K |
2975 | 2025-01-25T04:57:29.093Z | a out/crucible-zone.tar.gz 36823K |
2976 | 2025-01-25T04:57:29.093Z | a out/external-dns.tar.gz 35466K |
2977 | 2025-01-25T04:57:29.093Z | a out/internal-dns.tar.gz 35464K |
2978 | 2025-01-25T04:57:29.093Z | a out/mg-ddm-gz.tar 63075K |
2979 | 2025-01-25T04:57:29.093Z | a out/nexus.tar.gz 100213K |
2980 | 2025-01-25T04:57:29.093Z | a out/ntp.tar.gz 10508K |
2981 | 2025-01-25T04:57:29.093Z | a out/omicron-gateway-softnpu.tar.gz 24133K |
2982 | 2025-01-25T04:57:29.093Z | a out/omicron-sled-agent.tar 113985K |
2983 | 2025-01-25T04:57:29.093Z | a out/overlay.tar.gz 3K |
2984 | 2025-01-25T04:57:29.093Z | a out/oximeter.tar.gz 48402K |
2985 | 2025-01-25T04:57:29.093Z | a out/oxlog.tar 3153K |
2986 | 2025-01-25T04:57:29.093Z | a out/probe.tar.gz 2764K |
2987 | 2025-01-25T04:57:29.093Z | a out/propolis-server.tar.gz 66467K |
2988 | 2025-01-25T04:57:29.093Z | a out/pumpkind-gz.tar 26665K |
2989 | 2025-01-25T04:57:29.093Z | a out/switch-softnpu.tar.gz 237621K |
2990 | 2025-01-25T04:57:29.106Z | |
2991 | 2025-01-25T04:57:29.106Z | real 1:13.731750982 |
2992 | 2025-01-25T04:57:29.106Z | user 1:10.320942996 |
2993 | 2025-01-25T04:57:29.106Z | sys 4.949406699 |
2994 | 2025-01-25T04:57:29.106Z | trap 0.017926452 |
2995 | 2025-01-25T04:57:29.106Z | tflt 0.000000000 |
2996 | 2025-01-25T04:57:29.107Z | dflt 0.000000000 |
2997 | 2025-01-25T04:57:29.107Z | kflt 0.000000000 |
2998 | 2025-01-25T04:57:29.107Z | lock 0.000000000 |
2999 | 2025-01-25T04:57:29.107Z | slp 1:10.005769665 |
3000 | 2025-01-25T04:57:29.107Z | lat 2.163178119 |
3001 | 2025-01-25T04:57:29.107Z | stop 0.000512573 |
3002 | 2025-01-25T04:57:29.107Z | process exited: duration 2082538 ms, exit code 0 |
|
3003 | 2025-01-25T04:57:29.157Z | found 1 output files |
3004 | 2025-01-25T04:57:29.171Z | uploading: /work/package.tar.gz (1904653143 bytes) |
3005 | 2025-01-25T04:58:13.644Z | uploaded: /work/package.tar.gz |