|
|
|
1 | 2025-01-22T08:39:37.474Z | job assigned to worker 01JJ6JKFPW12G018C6V0675BP4 [factory aws, i-0a98312cb86317d3f] (queued for 1 m 12 s) |
|
2 | 2025-01-22T08:39:45.418Z | starting task 0: "setup" |
3 | 2025-01-22T08:39:45.430Z | ++ uname -s |
4 | 2025-01-22T08:39:45.432Z | + kern=SunOS |
5 | 2025-01-22T08:39:45.432Z | + case "$kern" in |
6 | 2025-01-22T08:39:45.432Z | + groupadd -g 12345 build |
7 | 2025-01-22T08:39:45.435Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-22T08:39:47.465Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-22T08:39:47.545Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-22T08:39:47.548Z | + home_fs=zfs |
11 | 2025-01-22T08:39:47.548Z | + [[ zfs == autofs ]] |
12 | 2025-01-22T08:39:47.548Z | + mkdir -p /home/build |
13 | 2025-01-22T08:39:47.551Z | + chown build:build /home/build /work |
14 | 2025-01-22T08:39:49.552Z | + chmod 0700 /home/build /work |
15 | 2025-01-22T08:39:49.556Z | process exited: duration 4136 ms, exit code 0 |
|
16 | 2025-01-22T08:39:49.562Z | starting task 1: "rust-toolchain" |
17 | 2025-01-22T08:39:49.567Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-22T08:39:49.567Z | ' 1.84.0 |
19 | 2025-01-22T08:39:49.567Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-22T08:39:49.567Z | ' default |
21 | 2025-01-22T08:39:49.568Z | * toolchain channel = "1.84.0" |
22 | 2025-01-22T08:39:49.568Z | * toolchain profile = "default" |
23 | 2025-01-22T08:39:49.572Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-22T08:39:49.572Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-22T08:39:49.677Z | info: downloading installer |
26 | 2025-01-22T08:39:51.248Z | info: profile set to 'default' |
27 | 2025-01-22T08:39:51.248Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-22T08:39:51.251Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-22T08:39:51.404Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-22T08:39:51.404Z | info: downloading component 'cargo' |
31 | 2025-01-22T08:39:52.311Z | info: downloading component 'clippy' |
32 | 2025-01-22T08:39:52.657Z | info: downloading component 'rust-docs' |
33 | 2025-01-22T08:39:53.897Z | info: downloading component 'rust-std' |
34 | 2025-01-22T08:39:55.737Z | info: downloading component 'rustc' |
35 | 2025-01-22T08:40:02.795Z | info: downloading component 'rustfmt' |
36 | 2025-01-22T08:40:03.061Z | info: installing component 'cargo' |
37 | 2025-01-22T08:40:03.895Z | info: installing component 'clippy' |
38 | 2025-01-22T08:40:04.274Z | info: installing component 'rust-docs' |
39 | 2025-01-22T08:40:05.946Z | info: installing component 'rust-std' |
40 | 2025-01-22T08:40:07.700Z | info: installing component 'rustc' |
41 | 2025-01-22T08:40:13.659Z | info: installing component 'rustfmt' |
42 | 2025-01-22T08:40:13.998Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-22T08:40:13.998Z | |
44 | 2025-01-22T08:40:14.380Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-22T08:40:14.380Z | |
46 | 2025-01-22T08:40:14.387Z | |
47 | 2025-01-22T08:40:14.387Z | Rust is installed now. Great! |
48 | 2025-01-22T08:40:14.387Z | |
49 | 2025-01-22T08:40:14.387Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-22T08:40:14.387Z | environment variable. This has not been done automatically. |
51 | 2025-01-22T08:40:14.387Z | |
52 | 2025-01-22T08:40:14.387Z | To configure your current shell, you need to source |
53 | 2025-01-22T08:40:14.387Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-22T08:40:14.387Z | |
55 | 2025-01-22T08:40:14.388Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-22T08:40:14.388Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-22T08:40:14.388Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-22T08:40:14.458Z | + rustc --version |
59 | 2025-01-22T08:40:14.521Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-22T08:40:14.524Z | process exited: duration 24961 ms, exit code 0 |
|
61 | 2025-01-22T08:40:14.530Z | starting task 2: "authentication" |
62 | 2025-01-22T08:40:14.552Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-22T08:40:14.558Z | starting task 3: "clone repository" |
64 | 2025-01-22T08:40:14.566Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-22T08:40:14.569Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-22T08:40:14.613Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-22T08:40:23.114Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-22T08:40:23.114Z | + git fetch origin b2cbd871e3c4725de90daf3c25e4b0055e4d7efd |
69 | 2025-01-22T08:40:23.462Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-22T08:40:23.462Z | * branch b2cbd871e3c4725de90daf3c25e4b0055e4d7efd -> FETCH_HEAD |
71 | 2025-01-22T08:40:23.472Z | + [[ -n renovate/chrono-tz-0.x ]] |
72 | 2025-01-22T08:40:23.475Z | ++ git branch --show-current |
73 | 2025-01-22T08:40:23.478Z | + current=main |
74 | 2025-01-22T08:40:23.478Z | + [[ main != renovate/chrono-tz-0.x ]] |
75 | 2025-01-22T08:40:23.478Z | + git branch -f renovate/chrono-tz-0.x b2cbd871e3c4725de90daf3c25e4b0055e4d7efd |
76 | 2025-01-22T08:40:23.481Z | + git checkout -f renovate/chrono-tz-0.x |
77 | 2025-01-22T08:40:23.659Z | Switched to branch 'renovate/chrono-tz-0.x' |
78 | 2025-01-22T08:40:23.662Z | + git reset --hard b2cbd871e3c4725de90daf3c25e4b0055e4d7efd |
79 | 2025-01-22T08:40:23.833Z | HEAD is now at b2cbd871e Update Rust crate chrono-tz to 0.10.1 |
80 | 2025-01-22T08:40:23.836Z | process exited: duration 9276 ms, exit code 0 |
|
81 | 2025-01-22T08:40:23.844Z | starting task 4: "build" |
82 | 2025-01-22T08:40:23.847Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-22T08:40:23.850Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-22T08:40:23.850Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-22T08:40:23.850Z | + cargo --version |
86 | 2025-01-22T08:40:23.910Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-22T08:40:23.912Z | + rustc --version |
88 | 2025-01-22T08:40:23.975Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-22T08:40:23.978Z | + WORK=/work |
90 | 2025-01-22T08:40:23.978Z | + pfexec mkdir -p /work |
91 | 2025-01-22T08:40:24.061Z | + pfexec chown build /work |
92 | 2025-01-22T08:40:24.065Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-22T08:40:25.663Z | pkg list: illegal option -- F |
94 | 2025-01-22T08:40:25.663Z | Usage: |
95 | 2025-01-22T08:40:25.663Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
96 | 2025-01-22T08:40:25.663Z | [pkg_fmri_pattern ...] |
97 | 2025-01-22T08:40:26.520Z | pkg list: illegal option -- F |
98 | 2025-01-22T08:40:26.520Z | Usage: |
99 | 2025-01-22T08:40:26.520Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
100 | 2025-01-22T08:40:26.520Z | [pkg_fmri_pattern ...] |
101 | 2025-01-22T08:40:34.054Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2025-01-22T08:40:38.164Z | Startup: Caching catalogs ... Done |
103 | 2025-01-22T08:40:49.256Z | Planning: Solver setup ... Done (10.339s) |
104 | 2025-01-22T08:40:49.480Z | Planning: Running solver ... Done (0.145s) |
105 | 2025-01-22T08:40:49.515Z | Planning: Finding local manifests ... Done (0.007s) |
106 | 2025-01-22T08:40:49.528Z | Planning: Fetching manifests: 0/7 0% complete |
107 | 2025-01-22T08:40:49.762Z | Planning: Fetching manifests: 7/7 100% complete |
108 | 2025-01-22T08:40:49.872Z | Planning: Package planning ... Done (0.110s) |
109 | 2025-01-22T08:40:49.930Z | Planning: Merging actions ... Done (0.056s) |
110 | 2025-01-22T08:40:50.128Z | Planning: Checking for conflicting actions ... Done (0.200s) |
111 | 2025-01-22T08:40:52.309Z | Planning: Consolidating action changes ... Done (2.181s) |
112 | 2025-01-22T08:40:52.752Z | Planning: Evaluating mediators ... Done (0.442s) |
113 | 2025-01-22T08:40:52.837Z | Planning: Planning completed in 14.63 seconds |
114 | 2025-01-22T08:40:52.848Z | Packages to install: 4 |
115 | 2025-01-22T08:40:52.851Z | Packages to update: 3 |
116 | 2025-01-22T08:40:52.851Z | Mediators to change: 2 |
117 | 2025-01-22T08:40:52.851Z | Services to change: 1 |
118 | 2025-01-22T08:40:52.851Z | Estimated space available: 155.61 GB |
119 | 2025-01-22T08:40:52.851Z | Estimated space to be consumed: 1.64 GB |
120 | 2025-01-22T08:40:52.851Z | Create boot environment: No |
121 | 2025-01-22T08:40:52.851Z | Create backup boot environment: Yes |
122 | 2025-01-22T08:40:52.851Z | Rebuild boot archive: No |
123 | 2025-01-22T08:40:52.851Z | |
124 | 2025-01-22T08:40:52.851Z | Changed mediators: |
125 | 2025-01-22T08:40:52.851Z | mediator clang: |
126 | 2025-01-22T08:40:52.851Z | version: None -> 15 (system default) |
127 | 2025-01-22T08:40:52.852Z | |
128 | 2025-01-22T08:40:52.852Z | mediator llvm: |
129 | 2025-01-22T08:40:52.852Z | version: 14 (system default) -> 15 (system default) |
130 | 2025-01-22T08:40:52.852Z | |
131 | 2025-01-22T08:40:52.852Z | Changed packages: |
132 | 2025-01-22T08:40:52.852Z | helios-dev |
133 | 2025-01-22T08:40:52.852Z | developer/build-essential |
134 | 2025-01-22T08:40:52.852Z | None -> 11-2.0 |
135 | 2025-01-22T08:40:52.852Z | library/libxmlsec1 |
136 | 2025-01-22T08:40:52.852Z | None -> 1.2.35-2.0 |
137 | 2025-01-22T08:40:52.852Z | ooce/developer/clang-15 |
138 | 2025-01-22T08:40:52.852Z | None -> 15.0.7-2.0 |
139 | 2025-01-22T08:40:52.852Z | ooce/developer/llvm-15 |
140 | 2025-01-22T08:40:52.852Z | None -> 15.0.7-2.0 |
141 | 2025-01-22T08:40:52.852Z | package/pkg |
142 | 2025-01-22T08:40:52.852Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
143 | 2025-01-22T08:40:52.852Z | system/library/g++-runtime |
144 | 2025-01-22T08:40:52.852Z | 13-2.0 -> 14-2.0 |
145 | 2025-01-22T08:40:52.852Z | system/library/gcc-runtime |
146 | 2025-01-22T08:40:52.852Z | 13-2.0 -> 14-2.0 |
147 | 2025-01-22T08:40:52.852Z | |
148 | 2025-01-22T08:40:52.852Z | Services: |
149 | 2025-01-22T08:40:52.852Z | restart_fmri: |
150 | 2025-01-22T08:40:52.852Z | svc:/system/update-man-index:default |
151 | 2025-01-22T08:40:52.852Z | |
152 | 2025-01-22T08:40:52.852Z | Editable files to change: |
153 | 2025-01-22T08:40:52.852Z | Update: |
154 | 2025-01-22T08:40:52.852Z | usr/share/lib/pkg/web/config.shtml |
155 | 2025-01-22T08:40:52.929Z | |
156 | 2025-01-22T08:40:52.929Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
157 | 2025-01-22T08:40:57.939Z | Download: 356/4301 items 16.1/225.4MB 7% complete (3.3M/s) |
158 | 2025-01-22T08:41:02.945Z | Download: 1019/4301 items 19.1/225.4MB 8% complete (2.0M/s) |
159 | 2025-01-22T08:41:08.416Z | Download: 1193/4301 items 83.1/225.4MB 36% complete (8.1M/s) |
160 | 2025-01-22T08:41:13.601Z | Download: 1482/4301 items 117.0/225.4MB 51% complete (9.8M/s) |
161 | 2025-01-22T08:41:18.827Z | Download: 2221/4301 items 119.2/225.4MB 52% complete (3.9M/s) |
162 | 2025-01-22T08:41:23.827Z | Download: 2935/4301 items 121.2/225.4MB 53% complete (425k/s) |
163 | 2025-01-22T08:41:29.619Z | Download: 3245/4301 items 203.1/225.4MB 90% complete (8.4M/s) |
164 | 2025-01-22T08:41:34.619Z | Download: 3284/4301 items 211.7/225.4MB 93% complete (8.2M/s) |
165 | 2025-01-22T08:41:39.641Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (2.0M/s) |
166 | 2025-01-22T08:41:43.020Z | Download: Completed 225.42 MB in 50.09 seconds (4.5M/s) |
167 | 2025-01-22T08:41:45.243Z | Actions: 1/5122 actions (Removing old actions) |
168 | 2025-01-22T08:41:45.269Z | Actions: 194/5122 actions (Installing new actions) |
169 | 2025-01-22T08:41:50.015Z | Actions: 4267/5122 actions (Updating modified actions) |
170 | 2025-01-22T08:41:50.378Z | Actions: Completed 5122 actions in 5.13 seconds. |
171 | 2025-01-22T08:41:50.799Z | Done (0.412s) |
172 | 2025-01-22T08:41:50.801Z | Done (0.001s) |
173 | 2025-01-22T08:41:51.381Z | Done (0.580s) |
174 | 2025-01-22T08:41:55.892Z | Done (4.278s) |
175 | 2025-01-22T08:41:55.978Z | Done (0.018s) |
176 | 2025-01-22T08:41:55.980Z | Done (0.000s) |
177 | 2025-01-22T08:41:56.224Z | Done (0.000s) |
178 | 2025-01-22T08:41:56.927Z | Planning: Evaluating mediator changes ... Done |
179 | 2025-01-22T08:41:57.087Z | Planning: Checking for conflicting actions ... Done |
180 | 2025-01-22T08:41:57.089Z | Planning: Consolidating action changes ... Done |
181 | 2025-01-22T08:41:57.357Z | Planning: Evaluating mediators ... Done |
182 | 2025-01-22T08:41:57.360Z | Planning: Planning completed in 0.43 seconds |
183 | 2025-01-22T08:41:57.398Z | Mediators to change: 2 |
184 | 2025-01-22T08:41:57.398Z | Create boot environment: No |
185 | 2025-01-22T08:41:57.401Z | Create backup boot environment: No |
186 | 2025-01-22T08:41:57.497Z | Done |
187 | 2025-01-22T08:41:57.497Z | Done |
188 | 2025-01-22T08:41:57.900Z | Done |
189 | 2025-01-22T08:42:01.478Z | Done |
190 | 2025-01-22T08:42:01.568Z | Done |
191 | 2025-01-22T08:42:01.572Z | Done |
192 | 2025-01-22T08:42:01.698Z | Done |
193 | 2025-01-22T08:42:02.324Z | Planning: Evaluating mediator changes ... Done |
194 | 2025-01-22T08:42:02.327Z | Planning: Merging actions ... Done |
195 | 2025-01-22T08:42:02.517Z | Planning: Checking for conflicting actions ... Done |
196 | 2025-01-22T08:42:02.520Z | Planning: Consolidating action changes ... Done |
197 | 2025-01-22T08:42:02.787Z | Planning: Evaluating mediators ... Done |
198 | 2025-01-22T08:42:02.844Z | Planning: Planning completed in 0.77 seconds |
199 | 2025-01-22T08:42:02.885Z | Packages to change: 1 |
200 | 2025-01-22T08:42:02.885Z | Mediators to change: 1 |
201 | 2025-01-22T08:42:02.888Z | Services to change: 1 |
202 | 2025-01-22T08:42:02.888Z | Create boot environment: No |
203 | 2025-01-22T08:42:02.888Z | Create backup boot environment: Yes |
204 | 2025-01-22T08:42:05.380Z | Actions: 1/6 actions (Updating modified actions) |
205 | 2025-01-22T08:42:05.383Z | Actions: Completed 6 actions in 0.00 seconds. |
206 | 2025-01-22T08:42:05.383Z | Done |
207 | 2025-01-22T08:42:05.383Z | Done |
208 | 2025-01-22T08:42:05.475Z | Done |
209 | 2025-01-22T08:42:09.065Z | Done |
210 | 2025-01-22T08:42:09.155Z | Done |
211 | 2025-01-22T08:42:09.159Z | Done |
212 | 2025-01-22T08:42:09.283Z | Done |
213 | 2025-01-22T08:42:09.716Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
214 | 2025-01-22T08:42:09.716Z | clang system 15 system |
215 | 2025-01-22T08:42:09.716Z | csh system system illumos |
216 | 2025-01-22T08:42:09.716Z | ctags system system illumos |
217 | 2025-01-22T08:42:09.716Z | gcc vendor 12 vendor |
218 | 2025-01-22T08:42:09.716Z | gcc system 10 system |
219 | 2025-01-22T08:42:09.716Z | gcc system 7 system |
220 | 2025-01-22T08:42:09.716Z | go system 1.20 system |
221 | 2025-01-22T08:42:09.716Z | go system 1.19 system |
222 | 2025-01-22T08:42:09.716Z | llvm system 15 system |
223 | 2025-01-22T08:42:09.716Z | llvm system 14 system |
224 | 2025-01-22T08:42:09.716Z | mariadb system 10.6 system |
225 | 2025-01-22T08:42:09.717Z | mta vendor vendor dma |
226 | 2025-01-22T08:42:09.717Z | openjdk system 17 system |
227 | 2025-01-22T08:42:09.717Z | openjdk system 11 system |
228 | 2025-01-22T08:42:09.717Z | openjdk system 1.8 system |
229 | 2025-01-22T08:42:09.717Z | openssl vendor 3 vendor |
230 | 2025-01-22T08:42:09.717Z | perl system 5.36 system |
231 | 2025-01-22T08:42:09.717Z | postgresql system 15 system |
232 | 2025-01-22T08:42:09.717Z | postgresql system 13 system |
233 | 2025-01-22T08:42:09.717Z | python vendor 3 vendor |
234 | 2025-01-22T08:42:09.717Z | python system 2 system |
235 | 2025-01-22T08:42:09.717Z | python3 system 3.11 system |
236 | 2025-01-22T08:42:09.717Z | ruby system 3.0 system |
237 | 2025-01-22T08:42:09.717Z | words vendor vendor american-english |
238 | 2025-01-22T08:42:09.717Z | words system system australian-english |
239 | 2025-01-22T08:42:09.717Z | words system system british-english |
240 | 2025-01-22T08:42:09.717Z | words system system canadian-english |
241 | 2025-01-22T08:42:09.717Z | words system system french |
242 | 2025-01-22T08:42:09.717Z | words system system italian |
243 | 2025-01-22T08:42:09.717Z | words system system ngerman |
244 | 2025-01-22T08:42:09.717Z | words system system ogerman |
245 | 2025-01-22T08:42:09.717Z | words system system spanish |
246 | 2025-01-22T08:42:10.047Z | PUBLISHER TYPE STATUS P LOCATION |
247 | 2025-01-22T08:42:10.047Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
248 | 2025-01-22T08:42:12.829Z | FMRI IFO |
249 | 2025-01-22T08:42:12.829Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
250 | 2025-01-22T08:42:12.829Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
251 | 2025-01-22T08:42:12.829Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
252 | 2025-01-22T08:42:12.829Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
253 | 2025-01-22T08:42:12.829Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
254 | 2025-01-22T08:42:12.829Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
255 | 2025-01-22T08:42:12.829Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
256 | 2025-01-22T08:42:12.829Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
257 | 2025-01-22T08:42:12.829Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
258 | 2025-01-22T08:42:12.829Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
259 | 2025-01-22T08:42:12.829Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
260 | 2025-01-22T08:42:12.829Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
261 | 2025-01-22T08:42:12.829Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
262 | 2025-01-22T08:42:12.829Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
263 | 2025-01-22T08:42:12.830Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
264 | 2025-01-22T08:42:13.585Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
265 | 2025-01-22T08:42:13.902Z | Updating crates.io index |
266 | 2025-01-22T08:42:13.905Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
267 | 2025-01-22T08:42:14.304Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
268 | 2025-01-22T08:42:14.776Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
269 | 2025-01-22T08:42:15.032Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
270 | 2025-01-22T08:42:15.397Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
271 | 2025-01-22T08:42:15.607Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
272 | 2025-01-22T08:42:16.638Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
273 | 2025-01-22T08:42:18.243Z | Updating git repository `https://github.com/oxidecomputer/opte` |
274 | 2025-01-22T08:42:18.963Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
275 | 2025-01-22T08:42:19.668Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
276 | 2025-01-22T08:42:20.032Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
277 | 2025-01-22T08:42:20.371Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
278 | 2025-01-22T08:42:20.987Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
279 | 2025-01-22T08:42:21.314Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
280 | 2025-01-22T08:42:21.648Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
281 | 2025-01-22T08:42:21.906Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
282 | 2025-01-22T08:42:22.151Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
283 | 2025-01-22T08:42:22.386Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
284 | 2025-01-22T08:42:22.675Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
285 | 2025-01-22T08:42:22.958Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
286 | 2025-01-22T08:42:23.309Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
287 | 2025-01-22T08:42:23.615Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
288 | 2025-01-22T08:42:23.885Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
289 | 2025-01-22T08:42:24.404Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
290 | 2025-01-22T08:42:24.782Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
291 | 2025-01-22T08:42:25.184Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
292 | 2025-01-22T08:42:25.545Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
293 | 2025-01-22T08:42:25.857Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
294 | 2025-01-22T08:42:26.131Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
295 | 2025-01-22T08:42:26.434Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
296 | 2025-01-22T08:42:27.515Z | Downloading crates ... |
297 | 2025-01-22T08:42:27.635Z | Downloaded anstream v0.6.15 |
298 | 2025-01-22T08:42:27.642Z | Downloaded byteorder v1.5.0 |
299 | 2025-01-22T08:42:27.642Z | Downloaded anstyle-parse v0.2.5 |
300 | 2025-01-22T08:42:27.642Z | Downloaded anyhow v1.0.93 |
301 | 2025-01-22T08:42:27.642Z | Downloaded dtrace-parser v0.2.0 |
302 | 2025-01-22T08:42:27.642Z | Downloaded scroll_derive v0.12.0 |
303 | 2025-01-22T08:42:27.642Z | Downloaded equivalent v1.0.1 |
304 | 2025-01-22T08:42:27.642Z | Downloaded pretty-hex v0.4.1 |
305 | 2025-01-22T08:42:27.642Z | Downloaded swrite v0.1.0 |
306 | 2025-01-22T08:42:27.645Z | Downloaded cfg-if v1.0.0 |
307 | 2025-01-22T08:42:27.645Z | Downloaded block-buffer v0.10.4 |
308 | 2025-01-22T08:42:27.647Z | Downloaded usdt-macro v0.5.0 |
309 | 2025-01-22T08:42:27.650Z | Downloaded digest v0.10.7 |
310 | 2025-01-22T08:42:27.650Z | Downloaded anstyle-query v1.1.1 |
311 | 2025-01-22T08:42:27.653Z | Downloaded anstyle v1.0.10 |
312 | 2025-01-22T08:42:27.657Z | Downloaded itoa v1.0.11 |
313 | 2025-01-22T08:42:27.660Z | Downloaded fnv v1.0.7 |
314 | 2025-01-22T08:42:27.660Z | Downloaded errno v0.3.9 |
315 | 2025-01-22T08:42:27.663Z | Downloaded heck v0.5.0 |
316 | 2025-01-22T08:42:27.663Z | Downloaded fs-err v2.11.0 |
317 | 2025-01-22T08:42:27.668Z | Downloaded fastrand v2.1.1 |
318 | 2025-01-22T08:42:27.668Z | Downloaded colorchoice v1.0.2 |
319 | 2025-01-22T08:42:27.668Z | Downloaded bytecount v0.6.8 |
320 | 2025-01-22T08:42:27.673Z | Downloaded thiserror-impl v1.0.69 |
321 | 2025-01-22T08:42:27.673Z | Downloaded camino-tempfile v1.1.1 |
322 | 2025-01-22T08:42:27.673Z | Downloaded unicode-linebreak v0.1.5 |
323 | 2025-01-22T08:42:27.673Z | Downloaded dof v0.3.0 |
324 | 2025-01-22T08:42:27.676Z | Downloaded crypto-common v0.1.6 |
325 | 2025-01-22T08:42:27.676Z | Downloaded terminal_size v0.4.0 |
326 | 2025-01-22T08:42:27.680Z | Downloaded clap_lex v0.7.2 |
327 | 2025-01-22T08:42:27.680Z | Downloaded thread-id v4.2.2 |
328 | 2025-01-22T08:42:27.680Z | Downloaded serde_spanned v0.6.8 |
329 | 2025-01-22T08:42:27.683Z | Downloaded plain v0.2.3 |
330 | 2025-01-22T08:42:27.683Z | Downloaded memmap v0.7.0 |
331 | 2025-01-22T08:42:27.686Z | Downloaded proc-macro-error-attr v1.0.4 |
332 | 2025-01-22T08:42:27.689Z | Downloaded usdt-attr-macro v0.5.0 |
333 | 2025-01-22T08:42:27.689Z | Downloaded thiserror v1.0.69 |
334 | 2025-01-22T08:42:27.692Z | Downloaded toml_datetime v0.6.8 |
335 | 2025-01-22T08:42:27.694Z | Downloaded pest_generator v2.7.14 |
336 | 2025-01-22T08:42:27.694Z | Downloaded smawk v0.3.2 |
337 | 2025-01-22T08:42:27.699Z | Downloaded version_check v0.9.5 |
338 | 2025-01-22T08:42:27.699Z | Downloaded tabled_derive v0.7.0 |
339 | 2025-01-22T08:42:27.702Z | Downloaded serde_tokenstream v0.2.2 |
340 | 2025-01-22T08:42:27.704Z | Downloaded utf8parse v0.2.2 |
341 | 2025-01-22T08:42:27.704Z | Downloaded cargo-platform v0.1.8 |
342 | 2025-01-22T08:42:27.707Z | Downloaded usdt v0.5.0 |
343 | 2025-01-22T08:42:27.707Z | Downloaded generic-array v0.14.7 |
344 | 2025-01-22T08:42:27.707Z | Downloaded is_terminal_polyfill v1.70.1 |
345 | 2025-01-22T08:42:27.712Z | Downloaded cpufeatures v0.2.14 |
346 | 2025-01-22T08:42:27.714Z | Downloaded autocfg v1.4.0 |
347 | 2025-01-22T08:42:27.717Z | Downloaded macaddr v1.0.1 |
348 | 2025-01-22T08:42:27.717Z | Downloaded heck v0.4.1 |
349 | 2025-01-22T08:42:27.721Z | Downloaded clap_derive v4.5.18 |
350 | 2025-01-22T08:42:27.723Z | Downloaded strsim v0.11.1 |
351 | 2025-01-22T08:42:27.730Z | Downloaded semver v1.0.24 |
352 | 2025-01-22T08:42:27.733Z | Downloaded scroll v0.12.0 |
353 | 2025-01-22T08:42:27.737Z | Downloaded zerocopy-derive v0.7.35 |
354 | 2025-01-22T08:42:27.741Z | Downloaded usdt-impl v0.5.0 |
355 | 2025-01-22T08:42:27.746Z | Downloaded sha2 v0.10.8 |
356 | 2025-01-22T08:42:27.748Z | Downloaded pest_derive v2.7.14 |
357 | 2025-01-22T08:42:27.752Z | Downloaded proc-macro-error v1.0.4 |
358 | 2025-01-22T08:42:27.757Z | Downloaded cargo_metadata v0.18.1 |
359 | 2025-01-22T08:42:27.759Z | Downloaded cargo_toml v0.20.5 |
360 | 2025-01-22T08:42:27.759Z | Downloaded quote v1.0.38 |
361 | 2025-01-22T08:42:27.762Z | Downloaded ryu v1.0.18 |
362 | 2025-01-22T08:42:27.764Z | Downloaded proc-macro2 v1.0.92 |
363 | 2025-01-22T08:42:27.767Z | Downloaded textwrap v0.16.1 |
364 | 2025-01-22T08:42:27.767Z | Downloaded unicode-ident v1.0.14 |
365 | 2025-01-22T08:42:27.770Z | Downloaded ucd-trie v0.1.7 |
366 | 2025-01-22T08:42:27.772Z | Downloaded typenum v1.17.0 |
367 | 2025-01-22T08:42:27.775Z | Downloaded toml v0.8.19 |
368 | 2025-01-22T08:42:27.778Z | Downloaded log v0.4.22 |
369 | 2025-01-22T08:42:27.780Z | Downloaded camino v1.1.9 |
370 | 2025-01-22T08:42:27.783Z | Downloaded bitflags v2.6.0 |
371 | 2025-01-22T08:42:27.786Z | Downloaded clap v4.5.21 |
372 | 2025-01-22T08:42:27.792Z | Downloaded tempfile v3.13.0 |
373 | 2025-01-22T08:42:27.795Z | Downloaded pest_meta v2.7.14 |
374 | 2025-01-22T08:42:27.798Z | Downloaded papergrid v0.11.0 |
375 | 2025-01-22T08:42:27.804Z | Downloaded once_cell v1.20.2 |
376 | 2025-01-22T08:42:27.809Z | Downloaded serde_derive v1.0.217 |
377 | 2025-01-22T08:42:27.820Z | Downloaded serde v1.0.217 |
378 | 2025-01-22T08:42:27.825Z | Downloaded indexmap v2.7.0 |
379 | 2025-01-22T08:42:27.846Z | Downloaded memchr v2.7.4 |
380 | 2025-01-22T08:42:27.852Z | Downloaded toml_edit v0.22.22 |
381 | 2025-01-22T08:42:27.872Z | Downloaded pest v2.7.14 |
382 | 2025-01-22T08:42:27.876Z | Downloaded hashbrown v0.15.1 |
383 | 2025-01-22T08:42:27.890Z | Downloaded serde_json v1.0.135 |
384 | 2025-01-22T08:42:27.897Z | Downloaded clap_builder v4.5.21 |
385 | 2025-01-22T08:42:27.903Z | Downloaded goblin v0.8.2 |
386 | 2025-01-22T08:42:27.909Z | Downloaded zerocopy v0.7.35 |
387 | 2025-01-22T08:42:27.923Z | Downloaded winnow v0.6.20 |
388 | 2025-01-22T08:42:27.931Z | Downloaded tabled v0.15.0 |
389 | 2025-01-22T08:42:27.946Z | Downloaded syn v1.0.109 |
390 | 2025-01-22T08:42:27.954Z | Downloaded unicode-width v0.1.14 |
391 | 2025-01-22T08:42:27.964Z | Downloaded syn v2.0.96 |
392 | 2025-01-22T08:42:27.974Z | Downloaded rustix v0.38.37 |
393 | 2025-01-22T08:42:28.009Z | Downloaded libc v0.2.169 |
394 | 2025-01-22T08:42:28.314Z | Compiling proc-macro2 v1.0.92 |
395 | 2025-01-22T08:42:28.314Z | Compiling unicode-ident v1.0.14 |
396 | 2025-01-22T08:42:28.317Z | Compiling version_check v0.9.5 |
397 | 2025-01-22T08:42:28.317Z | Compiling serde v1.0.217 |
398 | 2025-01-22T08:42:28.317Z | Compiling thiserror v1.0.69 |
399 | 2025-01-22T08:42:28.317Z | Compiling memchr v2.7.4 |
400 | 2025-01-22T08:42:28.349Z | Compiling libc v0.2.169 |
401 | 2025-01-22T08:42:28.352Z | Compiling ucd-trie v0.1.7 |
402 | 2025-01-22T08:42:28.578Z | Compiling ryu v1.0.18 |
403 | 2025-01-22T08:42:28.951Z | Compiling itoa v1.0.11 |
404 | 2025-01-22T08:42:29.111Z | Compiling once_cell v1.20.2 |
405 | 2025-01-22T08:42:29.138Z | Compiling byteorder v1.5.0 |
406 | 2025-01-22T08:42:29.163Z | Compiling serde_json v1.0.135 |
407 | 2025-01-22T08:42:29.525Z | Compiling rustix v0.38.37 |
408 | 2025-01-22T08:42:29.577Z | Compiling bitflags v2.6.0 |
409 | 2025-01-22T08:42:29.645Z | Compiling usdt-impl v0.5.0 |
410 | 2025-01-22T08:42:29.957Z | Compiling proc-macro-error-attr v1.0.4 |
411 | 2025-01-22T08:42:29.990Z | Compiling syn v1.0.109 |
412 | 2025-01-22T08:42:30.017Z | Compiling proc-macro-error v1.0.4 |
413 | 2025-01-22T08:42:30.187Z | Compiling plain v0.2.3 |
414 | 2025-01-22T08:42:30.258Z | Compiling quote v1.0.38 |
415 | 2025-01-22T08:42:30.359Z | Compiling errno v0.3.9 |
416 | 2025-01-22T08:42:30.385Z | Compiling log v0.4.22 |
417 | 2025-01-22T08:42:30.388Z | Compiling equivalent v1.0.1 |
418 | 2025-01-22T08:42:30.569Z | Compiling hashbrown v0.15.1 |
419 | 2025-01-22T08:42:30.594Z | Compiling camino v1.1.9 |
420 | 2025-01-22T08:42:30.619Z | Compiling utf8parse v0.2.2 |
421 | 2025-01-22T08:42:30.737Z | Compiling syn v2.0.96 |
422 | 2025-01-22T08:42:30.790Z | Compiling thread-id v4.2.2 |
423 | 2025-01-22T08:42:30.813Z | Compiling anstyle-parse v0.2.5 |
424 | 2025-01-22T08:42:31.141Z | Compiling semver v1.0.24 |
425 | 2025-01-22T08:42:31.249Z | Compiling winnow v0.6.20 |
426 | 2025-01-22T08:42:31.399Z | Compiling anstyle-query v1.1.1 |
427 | 2025-01-22T08:42:31.552Z | Compiling is_terminal_polyfill v1.70.1 |
428 | 2025-01-22T08:42:31.654Z | Compiling indexmap v2.7.0 |
429 | 2025-01-22T08:42:31.678Z | Compiling pretty-hex v0.4.1 |
430 | 2025-01-22T08:42:31.703Z | Compiling autocfg v1.4.0 |
431 | 2025-01-22T08:42:31.727Z | Compiling unicode-width v0.1.14 |
432 | 2025-01-22T08:42:31.896Z | Compiling anstyle v1.0.10 |
433 | 2025-01-22T08:42:32.294Z | Compiling colorchoice v1.0.2 |
434 | 2025-01-22T08:42:32.438Z | Compiling anstream v0.6.15 |
435 | 2025-01-22T08:42:32.486Z | Compiling terminal_size v0.4.0 |
436 | 2025-01-22T08:42:32.725Z | Compiling fs-err v2.11.0 |
437 | 2025-01-22T08:42:32.933Z | Compiling fnv v1.0.7 |
438 | 2025-01-22T08:42:33.016Z | Compiling clap_lex v0.7.2 |
439 | 2025-01-22T08:42:33.056Z | Compiling anyhow v1.0.93 |
440 | 2025-01-22T08:42:33.085Z | Compiling heck v0.4.1 |
441 | 2025-01-22T08:42:33.173Z | Compiling bytecount v0.6.8 |
442 | 2025-01-22T08:42:33.173Z | Compiling strsim v0.11.1 |
443 | 2025-01-22T08:42:33.463Z | Compiling heck v0.5.0 |
444 | 2025-01-22T08:42:33.529Z | Compiling cfg-if v1.0.0 |
445 | 2025-01-22T08:42:33.670Z | Compiling fastrand v2.1.1 |
446 | 2025-01-22T08:42:33.923Z | Compiling clap_builder v4.5.21 |
447 | 2025-01-22T08:42:33.951Z | Compiling papergrid v0.11.0 |
448 | 2025-01-22T08:42:34.125Z | Compiling tempfile v3.13.0 |
449 | 2025-01-22T08:42:34.290Z | Compiling memmap v0.7.0 |
450 | 2025-01-22T08:42:34.339Z | Compiling unicode-linebreak v0.1.5 |
451 | 2025-01-22T08:42:34.629Z | Compiling smawk v0.3.2 |
452 | 2025-01-22T08:42:34.854Z | Compiling textwrap v0.16.1 |
453 | 2025-01-22T08:42:34.958Z | Compiling swrite v0.1.0 |
454 | 2025-01-22T08:42:35.757Z | Compiling tabled_derive v0.7.0 |
455 | 2025-01-22T08:42:37.074Z | Compiling tabled v0.15.0 |
456 | 2025-01-22T08:42:37.631Z | Compiling serde_derive v1.0.217 |
457 | 2025-01-22T08:42:37.634Z | Compiling thiserror-impl v1.0.69 |
458 | 2025-01-22T08:42:37.634Z | Compiling zerocopy-derive v0.7.35 |
459 | 2025-01-22T08:42:37.634Z | Compiling scroll_derive v0.12.0 |
460 | 2025-01-22T08:42:37.831Z | Compiling clap_derive v4.5.18 |
461 | 2025-01-22T08:42:38.964Z | Compiling scroll v0.12.0 |
462 | 2025-01-22T08:42:39.544Z | Compiling zerocopy v0.7.35 |
463 | 2025-01-22T08:42:39.574Z | Compiling goblin v0.8.2 |
464 | 2025-01-22T08:42:40.489Z | Compiling pest v2.7.14 |
465 | 2025-01-22T08:42:41.129Z | Compiling clap v4.5.21 |
466 | 2025-01-22T08:42:42.581Z | Compiling pest_meta v2.7.14 |
467 | 2025-01-22T08:42:43.475Z | Compiling pest_generator v2.7.14 |
468 | 2025-01-22T08:42:44.893Z | Compiling pest_derive v2.7.14 |
469 | 2025-01-22T08:42:45.529Z | Compiling dtrace-parser v0.2.0 |
470 | 2025-01-22T08:42:46.236Z | Compiling serde_tokenstream v0.2.2 |
471 | 2025-01-22T08:42:46.298Z | Compiling serde_spanned v0.6.8 |
472 | 2025-01-22T08:42:46.327Z | Compiling toml_datetime v0.6.8 |
473 | 2025-01-22T08:42:46.499Z | Compiling cargo-platform v0.1.8 |
474 | 2025-01-22T08:42:46.581Z | Compiling macaddr v1.0.1 |
475 | 2025-01-22T08:42:46.781Z | Compiling toml_edit v0.22.22 |
476 | 2025-01-22T08:42:46.968Z | Compiling camino-tempfile v1.1.1 |
477 | 2025-01-22T08:42:47.617Z | Compiling dof v0.3.0 |
478 | 2025-01-22T08:42:47.617Z | Compiling cargo_metadata v0.18.1 |
479 | 2025-01-22T08:42:49.023Z | Compiling usdt-macro v0.5.0 |
480 | 2025-01-22T08:42:49.026Z | Compiling usdt-attr-macro v0.5.0 |
481 | 2025-01-22T08:42:49.570Z | Compiling toml v0.8.19 |
482 | 2025-01-22T08:42:50.178Z | Compiling usdt v0.5.0 |
483 | 2025-01-22T08:42:50.354Z | Compiling cargo_toml v0.20.5 |
484 | 2025-01-22T08:42:52.956Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
485 | 2025-01-22T08:42:56.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.67s |
486 | 2025-01-22T08:42:56.304Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
487 | 2025-01-22T08:42:56.815Z | Downloading crates ... |
488 | 2025-01-22T08:42:56.944Z | Downloaded addr2line v0.24.2 |
489 | 2025-01-22T08:42:56.959Z | Downloaded http-body v1.0.1 |
490 | 2025-01-22T08:42:56.962Z | Downloaded hex-literal v0.4.1 |
491 | 2025-01-22T08:42:56.962Z | Downloaded hex v0.4.3 |
492 | 2025-01-22T08:42:56.964Z | Downloaded darling v0.20.10 |
493 | 2025-01-22T08:42:56.969Z | Downloaded hubpack_derive v0.1.1 |
494 | 2025-01-22T08:42:56.971Z | Downloaded adler2 v2.0.0 |
495 | 2025-01-22T08:42:56.971Z | Downloaded aead v0.5.2 |
496 | 2025-01-22T08:42:56.974Z | Downloaded aes-gcm v0.10.3 |
497 | 2025-01-22T08:42:56.977Z | Downloaded md5 v0.7.0 |
498 | 2025-01-22T08:42:56.980Z | Downloaded atty v0.2.14 |
499 | 2025-01-22T08:42:56.980Z | Downloaded heck v0.3.3 |
500 | 2025-01-22T08:42:56.983Z | Downloaded is_ci v1.2.0 |
501 | 2025-01-22T08:42:56.983Z | Downloaded instant v0.1.13 |
502 | 2025-01-22T08:42:56.985Z | Downloaded match_cfg v0.1.0 |
503 | 2025-01-22T08:42:56.985Z | Downloaded icu_provider_macros v1.5.0 |
504 | 2025-01-22T08:42:56.985Z | Downloaded ahash v0.8.11 |
505 | 2025-01-22T08:42:56.988Z | Downloaded http-range v0.1.5 |
506 | 2025-01-22T08:42:56.991Z | Downloaded aes v0.8.4 |
507 | 2025-01-22T08:42:56.994Z | Downloaded ident_case v1.0.1 |
508 | 2025-01-22T08:42:56.997Z | Downloaded base64 v0.13.1 |
509 | 2025-01-22T08:42:57.000Z | Downloaded mirai-annotations v1.12.0 |
510 | 2025-01-22T08:42:57.000Z | Downloaded base64ct v1.6.0 |
511 | 2025-01-22T08:42:57.003Z | Downloaded bcs v0.1.6 |
512 | 2025-01-22T08:42:57.006Z | Downloaded atomicwrites v0.4.4 |
513 | 2025-01-22T08:42:57.006Z | Downloaded async-trait v0.1.83 |
514 | 2025-01-22T08:42:57.009Z | Downloaded httpdate v1.0.3 |
515 | 2025-01-22T08:42:57.012Z | Downloaded async-stream-impl v0.3.6 |
516 | 2025-01-22T08:42:57.012Z | Downloaded hostname v0.3.1 |
517 | 2025-01-22T08:42:57.014Z | Downloaded argon2 v0.5.3 |
518 | 2025-01-22T08:42:57.018Z | Downloaded bitfield v0.14.0 |
519 | 2025-01-22T08:42:57.018Z | Downloaded hubpack v0.1.2 |
520 | 2025-01-22T08:42:57.021Z | Downloaded atomic-waker v1.1.2 |
521 | 2025-01-22T08:42:57.021Z | Downloaded async-bb8-diesel v0.2.1 |
522 | 2025-01-22T08:42:57.025Z | Downloaded lru v0.12.5 |
523 | 2025-01-22T08:42:57.028Z | Downloaded lazycell v1.3.0 |
524 | 2025-01-22T08:42:57.028Z | Downloaded blowfish v0.9.1 |
525 | 2025-01-22T08:42:57.028Z | Downloaded block-padding v0.3.3 |
526 | 2025-01-22T08:42:57.031Z | Downloaded managed v0.8.0 |
527 | 2025-01-22T08:42:57.031Z | Downloaded lockfree-object-pool v0.1.6 |
528 | 2025-01-22T08:42:57.034Z | Downloaded md-5 v0.10.6 |
529 | 2025-01-22T08:42:57.036Z | Downloaded libsw v3.3.1 |
530 | 2025-01-22T08:42:57.039Z | Downloaded linked-hash-map v0.5.6 |
531 | 2025-01-22T08:42:57.046Z | Downloaded indoc v1.0.9 |
532 | 2025-01-22T08:42:57.046Z | Downloaded impl-trait-for-tuples v0.2.2 |
533 | 2025-01-22T08:42:57.046Z | Downloaded maplit v1.0.2 |
534 | 2025-01-22T08:42:57.048Z | Downloaded lazy_static v1.5.0 |
535 | 2025-01-22T08:42:57.051Z | Downloaded memoffset v0.9.1 |
536 | 2025-01-22T08:42:57.051Z | Downloaded cfg_aliases v0.2.1 |
537 | 2025-01-22T08:42:57.056Z | Downloaded instability v0.3.2 |
538 | 2025-01-22T08:42:57.056Z | Downloaded libefi-sys v0.1.0 |
539 | 2025-01-22T08:42:57.060Z | Downloaded maybe-uninit v2.0.0 |
540 | 2025-01-22T08:42:57.060Z | Downloaded bitflags v1.3.2 |
541 | 2025-01-22T08:42:57.060Z | Downloaded bitfield-struct v0.6.2 |
542 | 2025-01-22T08:42:57.063Z | Downloaded bit-vec v0.6.3 |
543 | 2025-01-22T08:42:57.064Z | Downloaded humantime v2.1.0 |
544 | 2025-01-22T08:42:57.067Z | Downloaded highway v1.2.0 |
545 | 2025-01-22T08:42:57.067Z | Downloaded bcrypt-pbkdf v0.10.0 |
546 | 2025-01-22T08:42:57.071Z | Downloaded linear-map v1.2.0 |
547 | 2025-01-22T08:42:57.073Z | Downloaded mime v0.3.17 |
548 | 2025-01-22T08:42:57.073Z | Downloaded icu_locid_transform v1.5.0 |
549 | 2025-01-22T08:42:57.076Z | Downloaded ciborium-io v0.2.2 |
550 | 2025-01-22T08:42:57.076Z | Downloaded httparse v1.9.5 |
551 | 2025-01-22T08:42:57.078Z | Downloaded cfg_aliases v0.1.1 |
552 | 2025-01-22T08:42:57.082Z | Downloaded inout v0.1.3 |
553 | 2025-01-22T08:42:57.082Z | Downloaded backoff v0.4.0 |
554 | 2025-01-22T08:42:57.085Z | Downloaded iana-time-zone v0.1.61 |
555 | 2025-01-22T08:42:57.089Z | Downloaded progenitor-client v0.9.1 |
556 | 2025-01-22T08:42:57.089Z | Downloaded mime_guess v2.0.5 |
557 | 2025-01-22T08:42:57.093Z | Downloaded libloading v0.8.5 |
558 | 2025-01-22T08:42:57.095Z | Downloaded mockall v0.13.0 |
559 | 2025-01-22T08:42:57.095Z | Downloaded lock_api v0.4.12 |
560 | 2025-01-22T08:42:57.098Z | Downloaded ascii-canvas v3.0.0 |
561 | 2025-01-22T08:42:57.098Z | Downloaded internet-checksum v0.2.1 |
562 | 2025-01-22T08:42:57.101Z | Downloaded termtree v0.4.1 |
563 | 2025-01-22T08:42:57.101Z | Downloaded chrono-tz-build v0.4.0 |
564 | 2025-01-22T08:42:57.105Z | Downloaded rand_chacha v0.3.1 |
565 | 2025-01-22T08:42:57.105Z | Downloaded crc-catalog v2.4.0 |
566 | 2025-01-22T08:42:57.107Z | Downloaded cobs v0.2.3 |
567 | 2025-01-22T08:42:57.107Z | Downloaded cbc v0.1.2 |
568 | 2025-01-22T08:42:57.107Z | Downloaded buf-list v1.0.3 |
569 | 2025-01-22T08:42:57.110Z | Downloaded multer v3.1.0 |
570 | 2025-01-22T08:42:57.113Z | Downloaded convert_case v0.4.0 |
571 | 2025-01-22T08:42:57.115Z | Downloaded strum v0.26.3 |
572 | 2025-01-22T08:42:57.116Z | Downloaded darling_macro v0.20.10 |
573 | 2025-01-22T08:42:57.119Z | Downloaded write16 v1.0.0 |
574 | 2025-01-22T08:42:57.119Z | Downloaded constant_time_eq v0.3.1 |
575 | 2025-01-22T08:42:57.119Z | Downloaded colored v2.1.0 |
576 | 2025-01-22T08:42:57.122Z | Downloaded rustc-hash v1.1.0 |
577 | 2025-01-22T08:42:57.124Z | Downloaded quick-error v1.2.3 |
578 | 2025-01-22T08:42:57.124Z | Downloaded schemars_derive v0.8.21 |
579 | 2025-01-22T08:42:57.126Z | Downloaded crossbeam-deque v0.8.5 |
580 | 2025-01-22T08:42:57.129Z | Downloaded cassowary v0.3.0 |
581 | 2025-01-22T08:42:57.129Z | Downloaded arrayvec v0.7.6 |
582 | 2025-01-22T08:42:57.132Z | Downloaded hyper-rustls v0.27.3 |
583 | 2025-01-22T08:42:57.134Z | Downloaded sync-ptr v0.1.1 |
584 | 2025-01-22T08:42:57.137Z | Downloaded icu_locid_transform_data v1.5.0 |
585 | 2025-01-22T08:42:57.140Z | Downloaded icu_provider v1.5.0 |
586 | 2025-01-22T08:42:57.142Z | Downloaded crc v3.2.1 |
587 | 2025-01-22T08:42:57.145Z | Downloaded litemap v0.7.3 |
588 | 2025-01-22T08:42:57.148Z | Downloaded const_format_proc_macros v0.2.33 |
589 | 2025-01-22T08:42:57.151Z | Downloaded endian-type v0.1.2 |
590 | 2025-01-22T08:42:57.151Z | Downloaded async-stream v0.3.6 |
591 | 2025-01-22T08:42:57.154Z | Downloaded ciborium-ll v0.2.2 |
592 | 2025-01-22T08:42:57.154Z | Downloaded chacha20 v0.9.1 |
593 | 2025-01-22T08:42:57.157Z | Downloaded indexmap v1.9.3 |
594 | 2025-01-22T08:42:57.159Z | Downloaded unicode-xid v0.2.6 |
595 | 2025-01-22T08:42:57.162Z | Downloaded hickory-server v0.24.2 |
596 | 2025-01-22T08:42:57.168Z | Downloaded writeable v0.5.5 |
597 | 2025-01-22T08:42:57.170Z | Downloaded rfc6979 v0.4.0 |
598 | 2025-01-22T08:42:57.173Z | Downloaded ref-cast-impl v1.0.23 |
599 | 2025-01-22T08:42:57.173Z | Downloaded serde_urlencoded v0.7.1 |
600 | 2025-01-22T08:42:57.176Z | Downloaded psl-types v2.0.11 |
601 | 2025-01-22T08:42:57.176Z | Downloaded untrusted v0.7.1 |
602 | 2025-01-22T08:42:57.185Z | Downloaded universal-hash v0.5.1 |
603 | 2025-01-22T08:42:57.185Z | Downloaded scheduled-thread-pool v0.2.7 |
604 | 2025-01-22T08:42:57.185Z | Downloaded zerovec-derive v0.10.3 |
605 | 2025-01-22T08:42:57.185Z | Downloaded wyz v0.5.1 |
606 | 2025-01-22T08:42:57.185Z | Downloaded display-error-chain v0.2.2 |
607 | 2025-01-22T08:42:57.185Z | Downloaded rtoolbox v0.0.2 |
608 | 2025-01-22T08:42:57.188Z | Downloaded curve25519-dalek-derive v0.1.1 |
609 | 2025-01-22T08:42:57.188Z | Downloaded slab v0.4.9 |
610 | 2025-01-22T08:42:57.188Z | Downloaded tokio-native-tls v0.3.1 |
611 | 2025-01-22T08:42:57.191Z | Downloaded slog-json v2.6.1 |
612 | 2025-01-22T08:42:57.194Z | Downloaded mockall_derive v0.13.0 |
613 | 2025-01-22T08:42:57.197Z | Downloaded slog-envlogger v2.2.0 |
614 | 2025-01-22T08:42:57.200Z | Downloaded indicatif v0.17.9 |
615 | 2025-01-22T08:42:57.202Z | Downloaded allocator-api2 v0.2.18 |
616 | 2025-01-22T08:42:57.205Z | Downloaded env_filter v0.1.2 |
617 | 2025-01-22T08:42:57.208Z | Downloaded sqlformat v0.2.6 |
618 | 2025-01-22T08:42:57.210Z | Downloaded thiserror-no-std v2.0.2 |
619 | 2025-01-22T08:42:57.214Z | Downloaded futures-task v0.3.31 |
620 | 2025-01-22T08:42:57.216Z | Downloaded console v0.15.8 |
621 | 2025-01-22T08:42:57.219Z | Downloaded salsa20 v0.10.2 |
622 | 2025-01-22T08:42:57.221Z | Downloaded tiny-keccak v2.0.2 |
623 | 2025-01-22T08:42:57.224Z | Downloaded cipher v0.4.4 |
624 | 2025-01-22T08:42:57.224Z | Downloaded ciborium v0.2.2 |
625 | 2025-01-22T08:42:57.227Z | Downloaded num-integer v0.1.46 |
626 | 2025-01-22T08:42:57.229Z | Downloaded tokio-rustls v0.25.0 |
627 | 2025-01-22T08:42:57.232Z | Downloaded crc32fast v1.4.2 |
628 | 2025-01-22T08:42:57.234Z | Downloaded parse-display v0.10.0 |
629 | 2025-01-22T08:42:57.234Z | Downloaded try-lock v0.2.5 |
630 | 2025-01-22T08:42:57.237Z | Downloaded cancel-safe-futures v0.1.5 |
631 | 2025-01-22T08:42:57.240Z | Downloaded ed25519 v2.2.3 |
632 | 2025-01-22T08:42:57.243Z | Downloaded slog-dtrace v0.3.0 |
633 | 2025-01-22T08:42:57.243Z | Downloaded icu_properties v1.5.1 |
634 | 2025-01-22T08:42:57.245Z | Downloaded progenitor-macro v0.9.1 |
635 | 2025-01-22T08:42:57.248Z | Downloaded derive_builder_core v0.20.2 |
636 | 2025-01-22T08:42:57.251Z | Downloaded derive_builder v0.20.2 |
637 | 2025-01-22T08:42:57.254Z | Downloaded foldhash v0.1.3 |
638 | 2025-01-22T08:42:57.257Z | Downloaded rustc-demangle v0.1.24 |
639 | 2025-01-22T08:42:57.260Z | Downloaded miniz_oxide v0.8.0 |
640 | 2025-01-22T08:42:57.262Z | Downloaded icu_collections v1.5.0 |
641 | 2025-01-22T08:42:57.267Z | Downloaded env_logger v0.10.2 |
642 | 2025-01-22T08:42:57.270Z | Downloaded enum-as-inner v0.6.1 |
643 | 2025-01-22T08:42:57.274Z | Downloaded ecdsa v0.16.9 |
644 | 2025-01-22T08:42:57.277Z | Downloaded spki v0.7.3 |
645 | 2025-01-22T08:42:57.277Z | Downloaded derive_builder_macro v0.20.2 |
646 | 2025-01-22T08:42:57.280Z | Downloaded foreign-types-shared v0.3.1 |
647 | 2025-01-22T08:42:57.280Z | Downloaded foreign-types-shared v0.1.1 |
648 | 2025-01-22T08:42:57.280Z | Downloaded futures-core v0.3.31 |
649 | 2025-01-22T08:42:57.283Z | Downloaded group v0.13.0 |
650 | 2025-01-22T08:42:57.283Z | Downloaded backtrace v0.3.74 |
651 | 2025-01-22T08:42:57.288Z | Downloaded vte_generate_state_changes v0.1.2 |
652 | 2025-01-22T08:42:57.291Z | Downloaded strum_macros v0.24.3 |
653 | 2025-01-22T08:42:57.294Z | Downloaded zone_cfg_derive v0.1.2 |
654 | 2025-01-22T08:42:57.294Z | Downloaded parking_lot v0.11.2 |
655 | 2025-01-22T08:42:57.296Z | Downloaded wait-timeout v0.2.0 |
656 | 2025-01-22T08:42:57.299Z | Downloaded parking_lot_core v0.9.10 |
657 | 2025-01-22T08:42:57.302Z | Downloaded phf_shared v0.11.2 |
658 | 2025-01-22T08:42:57.302Z | Downloaded twox-hash v1.6.3 |
659 | 2025-01-22T08:42:57.305Z | Downloaded rand_xorshift v0.3.0 |
660 | 2025-01-22T08:42:57.305Z | Downloaded progenitor v0.8.0 |
661 | 2025-01-22T08:42:57.307Z | Downloaded csv-core v0.1.11 |
662 | 2025-01-22T08:42:57.308Z | Downloaded xz2 v0.1.7 |
663 | 2025-01-22T08:42:57.310Z | Downloaded rustls-pemfile v2.2.0 |
664 | 2025-01-22T08:42:57.313Z | Downloaded serde_yaml v0.9.34+deprecated |
665 | 2025-01-22T08:42:57.316Z | Downloaded opaque-debug v0.3.1 |
666 | 2025-01-22T08:42:57.320Z | Downloaded schemars v0.8.21 |
667 | 2025-01-22T08:42:57.330Z | Downloaded thiserror-impl-no-std v2.0.2 |
668 | 2025-01-22T08:42:57.333Z | Downloaded hickory-resolver v0.24.2 |
669 | 2025-01-22T08:42:57.336Z | Downloaded crossbeam-epoch v0.9.18 |
670 | 2025-01-22T08:42:57.339Z | Downloaded termios v0.3.3 |
671 | 2025-01-22T08:42:57.342Z | Downloaded structmeta-derive v0.3.0 |
672 | 2025-01-22T08:42:57.344Z | Downloaded structmeta-derive v0.2.0 |
673 | 2025-01-22T08:42:57.344Z | Downloaded smf v0.2.3 |
674 | 2025-01-22T08:42:57.347Z | Downloaded tokio-rustls v0.24.1 |
675 | 2025-01-22T08:42:57.350Z | Downloaded compact_str v0.8.0 |
676 | 2025-01-22T08:42:57.352Z | Downloaded num v0.4.3 |
677 | 2025-01-22T08:42:57.355Z | Downloaded tinyvec_macros v0.1.1 |
678 | 2025-01-22T08:42:57.355Z | Downloaded structmeta v0.2.0 |
679 | 2025-01-22T08:42:57.358Z | Downloaded thread_local v1.1.8 |
680 | 2025-01-22T08:42:57.358Z | Downloaded tls_codec_derive v0.4.1 |
681 | 2025-01-22T08:42:57.361Z | Downloaded parking_lot v0.12.3 |
682 | 2025-01-22T08:42:57.363Z | Downloaded radium v0.7.0 |
683 | 2025-01-22T08:42:57.363Z | Downloaded proc-macro-crate v1.3.1 |
684 | 2025-01-22T08:42:57.366Z | Downloaded polyval v0.6.2 |
685 | 2025-01-22T08:42:57.377Z | Downloaded primeorder v0.13.6 |
686 | 2025-01-22T08:42:57.379Z | Downloaded fallible-streaming-iterator v0.1.9 |
687 | 2025-01-22T08:42:57.379Z | Downloaded fallible-iterator v0.3.0 |
688 | 2025-01-22T08:42:57.382Z | Downloaded postcard v1.0.10 |
689 | 2025-01-22T08:42:57.385Z | Downloaded dunce v1.0.5 |
690 | 2025-01-22T08:42:57.385Z | Downloaded dsl_auto_type v0.1.2 |
691 | 2025-01-22T08:42:57.387Z | Downloaded rpassword v7.3.1 |
692 | 2025-01-22T08:42:57.387Z | Downloaded deranged v0.3.11 |
693 | 2025-01-22T08:42:57.390Z | Downloaded zeroize v1.8.1 |
694 | 2025-01-22T08:42:57.390Z | Downloaded xattr v1.3.1 |
695 | 2025-01-22T08:42:57.393Z | Downloaded des v0.8.1 |
696 | 2025-01-22T08:42:57.397Z | Downloaded defmt v0.3.8 |
697 | 2025-01-22T08:42:57.401Z | Downloaded similar v2.6.0 |
698 | 2025-01-22T08:42:57.405Z | Downloaded slog-async v2.8.0 |
699 | 2025-01-22T08:42:57.408Z | Downloaded shell-words v1.1.0 |
700 | 2025-01-22T08:42:57.408Z | Downloaded path-slash v0.1.5 |
701 | 2025-01-22T08:42:57.411Z | Downloaded nu-ansi-term v0.50.1 |
702 | 2025-01-22T08:42:57.411Z | Downloaded pin-project v1.1.6 |
703 | 2025-01-22T08:42:57.423Z | Downloaded pretty-hex v0.2.1 |
704 | 2025-01-22T08:42:57.426Z | Downloaded cc v1.1.30 |
705 | 2025-01-22T08:42:57.428Z | Downloaded typify-macro v0.2.0 |
706 | 2025-01-22T08:42:57.431Z | Downloaded r2d2 v0.8.10 |
707 | 2025-01-22T08:42:57.431Z | Downloaded unicode-truncate v1.1.0 |
708 | 2025-01-22T08:42:57.433Z | Downloaded libm v0.2.8 |
709 | 2025-01-22T08:42:57.441Z | Downloaded fd-lock v4.0.2 |
710 | 2025-01-22T08:42:57.444Z | Downloaded bumpalo v3.16.0 |
711 | 2025-01-22T08:42:57.447Z | Downloaded fallible-iterator v0.2.0 |
712 | 2025-01-22T08:42:57.450Z | Downloaded itertools v0.10.5 |
713 | 2025-01-22T08:42:57.456Z | Downloaded time-core v0.1.2 |
714 | 2025-01-22T08:42:57.458Z | Downloaded bytes v1.9.0 |
715 | 2025-01-22T08:42:57.461Z | Downloaded want v0.3.1 |
716 | 2025-01-22T08:42:57.463Z | Downloaded waitgroup v0.1.2 |
717 | 2025-01-22T08:42:57.463Z | Downloaded paste v1.0.15 |
718 | 2025-01-22T08:42:57.466Z | Downloaded crypto-bigint v0.5.5 |
719 | 2025-01-22T08:42:57.473Z | Downloaded signature v2.2.0 |
720 | 2025-01-22T08:42:57.477Z | Downloaded tracing-core v0.1.32 |
721 | 2025-01-22T08:42:57.480Z | Downloaded resolv-conf v0.7.0 |
722 | 2025-01-22T08:42:57.480Z | Downloaded predicates-tree v1.0.11 |
723 | 2025-01-22T08:42:57.483Z | Downloaded peg v0.8.4 |
724 | 2025-01-22T08:42:57.485Z | Downloaded diesel-dtrace v0.4.2 |
725 | 2025-01-22T08:42:57.488Z | Downloaded value-bag v1.9.0 |
726 | 2025-01-22T08:42:57.491Z | Downloaded itertools v0.12.1 |
727 | 2025-01-22T08:42:57.498Z | Downloaded password-hash v0.4.2 |
728 | 2025-01-22T08:42:57.501Z | Downloaded uzers v0.12.1 |
729 | 2025-01-22T08:42:57.503Z | Downloaded stable_deref_trait v1.2.0 |
730 | 2025-01-22T08:42:57.506Z | Downloaded flume v0.11.1 |
731 | 2025-01-22T08:42:57.508Z | Downloaded tap v1.0.1 |
732 | 2025-01-22T08:42:57.511Z | Downloaded libxml v0.3.3 |
733 | 2025-01-22T08:42:57.516Z | Downloaded sigpipe v0.1.3 |
734 | 2025-01-22T08:42:57.519Z | Downloaded pbkdf2 v0.11.0 |
735 | 2025-01-22T08:42:57.600Z | Downloaded downcast v0.11.0 |
736 | 2025-01-22T08:42:57.600Z | Downloaded zone_cfg_derive v0.3.0 |
737 | 2025-01-22T08:42:57.619Z | Downloaded yoke-derive v0.7.4 |
738 | 2025-01-22T08:42:57.619Z | Downloaded diesel_table_macro_syntax v0.2.0 |
739 | 2025-01-22T08:42:57.619Z | Downloaded quinn-udp v0.5.5 |
740 | 2025-01-22T08:42:57.619Z | Downloaded base64 v0.21.7 |
741 | 2025-01-22T08:42:57.619Z | Downloaded dyn-clone v1.0.17 |
742 | 2025-01-22T08:42:57.619Z | Downloaded number_prefix v0.4.0 |
743 | 2025-01-22T08:42:57.619Z | Downloaded num-iter v0.1.45 |
744 | 2025-01-22T08:42:57.619Z | Downloaded tungstenite v0.24.0 |
745 | 2025-01-22T08:42:57.619Z | Downloaded idna v1.0.3 |
746 | 2025-01-22T08:42:57.619Z | Downloaded num-derive v0.4.2 |
747 | 2025-01-22T08:42:57.619Z | Downloaded dropshot_endpoint v0.15.1 |
748 | 2025-01-22T08:42:57.619Z | Downloaded vergen v8.3.2 |
749 | 2025-01-22T08:42:57.619Z | Downloaded openssl-probe v0.1.5 |
750 | 2025-01-22T08:42:57.619Z | Downloaded openssl-macros v0.1.1 |
751 | 2025-01-22T08:42:57.619Z | Downloaded powerfmt v0.2.0 |
752 | 2025-01-22T08:42:57.619Z | Downloaded percent-encoding v2.3.1 |
753 | 2025-01-22T08:42:57.619Z | Downloaded term v0.7.0 |
754 | 2025-01-22T08:42:57.619Z | Downloaded rustls-pemfile v1.0.4 |
755 | 2025-01-22T08:42:57.619Z | Downloaded stringprep v0.1.5 |
756 | 2025-01-22T08:42:57.619Z | Downloaded snafu-derive v0.8.5 |
757 | 2025-01-22T08:42:57.619Z | Downloaded tokio-tungstenite v0.21.0 |
758 | 2025-01-22T08:42:57.619Z | Downloaded der_derive v0.7.3 |
759 | 2025-01-22T08:42:57.619Z | Downloaded time-macros v0.2.18 |
760 | 2025-01-22T08:42:57.619Z | Downloaded normalize-line-endings v0.3.0 |
761 | 2025-01-22T08:42:57.619Z | Downloaded fxhash v0.2.1 |
762 | 2025-01-22T08:42:57.619Z | Downloaded thiserror-impl v2.0.11 |
763 | 2025-01-22T08:42:57.620Z | Downloaded ron v0.8.1 |
764 | 2025-01-22T08:42:57.620Z | Downloaded smallvec v0.6.14 |
765 | 2025-01-22T08:42:57.620Z | Downloaded slog-stdlog v4.1.1 |
766 | 2025-01-22T08:42:57.620Z | Downloaded slog-scope v4.4.0 |
767 | 2025-01-22T08:42:57.620Z | Downloaded slog-bunyan v2.5.0 |
768 | 2025-01-22T08:42:57.620Z | Downloaded siphasher v0.3.11 |
769 | 2025-01-22T08:42:57.620Z | Downloaded walkdir v2.5.0 |
770 | 2025-01-22T08:42:57.620Z | Downloaded vte v0.11.1 |
771 | 2025-01-22T08:42:57.620Z | Downloaded vsss-rs v3.3.4 |
772 | 2025-01-22T08:42:57.620Z | Downloaded ssh-encoding v0.2.0 |
773 | 2025-01-22T08:42:57.620Z | Downloaded p256 v0.13.2 |
774 | 2025-01-22T08:42:57.620Z | Downloaded flagset v0.4.6 |
775 | 2025-01-22T08:42:57.623Z | Downloaded globset v0.4.15 |
776 | 2025-01-22T08:42:57.623Z | Downloaded slog v2.7.0 |
777 | 2025-01-22T08:42:57.624Z | Downloaded zerofrom v0.1.4 |
778 | 2025-01-22T08:42:57.624Z | Downloaded ghash v0.5.1 |
779 | 2025-01-22T08:42:57.624Z | Downloaded pkg-config v0.3.31 |
780 | 2025-01-22T08:42:57.624Z | Downloaded poly1305 v0.8.0 |
781 | 2025-01-22T08:42:57.624Z | Downloaded progenitor-client v0.8.0 |
782 | 2025-01-22T08:42:57.624Z | Downloaded pkcs8 v0.10.2 |
783 | 2025-01-22T08:42:57.624Z | Downloaded document-features v0.2.10 |
784 | 2025-01-22T08:42:57.624Z | Downloaded dirs-sys-next v0.1.2 |
785 | 2025-01-22T08:42:57.624Z | Downloaded tower-service v0.3.3 |
786 | 2025-01-22T08:42:57.627Z | Downloaded progenitor-macro v0.8.0 |
787 | 2025-01-22T08:42:57.627Z | Downloaded fatfs v0.3.6 |
788 | 2025-01-22T08:42:57.632Z | Downloaded dirs-next v2.0.0 |
789 | 2025-01-22T08:42:57.632Z | Downloaded difflib v0.4.0 |
790 | 2025-01-22T08:42:57.632Z | Downloaded tungstenite v0.21.0 |
791 | 2025-01-22T08:42:57.635Z | Downloaded russh-cryptovec v0.7.3 |
792 | 2025-01-22T08:42:57.638Z | Downloaded signal-hook-registry v1.4.2 |
793 | 2025-01-22T08:42:57.638Z | Downloaded nodrop v0.1.14 |
794 | 2025-01-22T08:42:57.638Z | Downloaded num-bigint v0.4.6 |
795 | 2025-01-22T08:42:57.642Z | Downloaded subtle v2.6.1 |
796 | 2025-01-22T08:42:57.645Z | Downloaded yoke v0.7.4 |
797 | 2025-01-22T08:42:57.648Z | Downloaded zopfli v0.8.1 |
798 | 2025-01-22T08:42:57.651Z | Downloaded hkdf v0.12.4 |
799 | 2025-01-22T08:42:57.653Z | Downloaded untrusted v0.9.0 |
800 | 2025-01-22T08:42:57.656Z | Downloaded typify-macro v0.3.0 |
801 | 2025-01-22T08:42:57.656Z | Downloaded hyper v1.5.2 |
802 | 2025-01-22T08:42:57.662Z | Downloaded newtype_derive v0.1.6 |
803 | 2025-01-22T08:42:57.664Z | Downloaded zerovec v0.10.4 |
804 | 2025-01-22T08:42:57.669Z | Downloaded gethostname v0.5.0 |
805 | 2025-01-22T08:42:57.672Z | Downloaded embedded-io v0.6.1 |
806 | 2025-01-22T08:42:57.672Z | Downloaded zone v0.3.0 |
807 | 2025-01-22T08:42:57.675Z | Downloaded smallvec v1.13.2 |
808 | 2025-01-22T08:42:57.677Z | Downloaded slog-term v2.9.1 |
809 | 2025-01-22T08:42:57.680Z | Downloaded dropshot_endpoint v0.12.0 |
810 | 2025-01-22T08:42:57.683Z | Downloaded env_logger v0.11.5 |
811 | 2025-01-22T08:42:57.686Z | Downloaded either v1.13.0 |
812 | 2025-01-22T08:42:57.688Z | Downloaded defmt-parser v0.3.4 |
813 | 2025-01-22T08:42:57.688Z | Downloaded num_threads v0.1.7 |
814 | 2025-01-22T08:42:57.688Z | Downloaded tungstenite v0.23.0 |
815 | 2025-01-22T08:42:57.692Z | Downloaded embedded-io v0.4.0 |
816 | 2025-01-22T08:42:57.695Z | Downloaded defmt-macros v0.3.9 |
817 | 2025-01-22T08:42:57.697Z | Downloaded ref-cast v1.0.23 |
818 | 2025-01-22T08:42:57.700Z | Downloaded strum_macros v0.25.3 |
819 | 2025-01-22T08:42:57.703Z | Downloaded strum_macros v0.26.4 |
820 | 2025-01-22T08:42:57.705Z | Downloaded displaydoc v0.2.5 |
821 | 2025-01-22T08:42:57.708Z | Downloaded itertools v0.13.0 |
822 | 2025-01-22T08:42:57.715Z | Downloaded toolchain_find v0.4.0 |
823 | 2025-01-22T08:42:57.718Z | Downloaded progenitor v0.9.1 |
824 | 2025-01-22T08:42:57.721Z | Downloaded pkcs1 v0.7.5 |
825 | 2025-01-22T08:42:57.723Z | Downloaded unarray v0.1.4 |
826 | 2025-01-22T08:42:57.723Z | Downloaded futures v0.3.31 |
827 | 2025-01-22T08:42:57.728Z | Downloaded phf_shared v0.10.0 |
828 | 2025-01-22T08:42:57.731Z | Downloaded tinyvec v1.8.0 |
829 | 2025-01-22T08:42:57.734Z | Downloaded zip v0.6.6 |
830 | 2025-01-22T08:42:57.737Z | Downloaded zerofrom-derive v0.1.4 |
831 | 2025-01-22T08:42:57.739Z | Downloaded oso-derive v0.27.3 |
832 | 2025-01-22T08:42:57.739Z | Downloaded parse-display-derive v0.10.0 |
833 | 2025-01-22T08:42:57.742Z | Downloaded pem-rfc7468 v0.7.0 |
834 | 2025-01-22T08:42:57.744Z | Downloaded pin-utils v0.1.0 |
835 | 2025-01-22T08:42:57.744Z | Downloaded serde-big-array v0.5.1 |
836 | 2025-01-22T08:42:57.747Z | Downloaded peg-runtime v0.8.3 |
837 | 2025-01-22T08:42:57.747Z | Downloaded serde_plain v1.0.2 |
838 | 2025-01-22T08:42:57.747Z | Downloaded ppv-lite86 v0.2.20 |
839 | 2025-01-22T08:42:57.750Z | Downloaded utf-8 v0.7.6 |
840 | 2025-01-22T08:42:57.750Z | Downloaded serde_repr v0.1.19 |
841 | 2025-01-22T08:42:57.753Z | Downloaded unicase v2.7.0 |
842 | 2025-01-22T08:42:57.755Z | Downloaded progenitor-impl v0.9.1 |
843 | 2025-01-22T08:42:57.755Z | Downloaded structmeta v0.3.0 |
844 | 2025-01-22T08:42:57.758Z | Downloaded shlex v1.3.0 |
845 | 2025-01-22T08:42:57.758Z | Downloaded rand_seeder v0.3.0 |
846 | 2025-01-22T08:42:57.760Z | Downloaded which v4.4.2 |
847 | 2025-01-22T08:42:57.763Z | Downloaded uuid v1.12.0 |
848 | 2025-01-22T08:42:57.766Z | Downloaded subprocess v0.2.9 |
849 | 2025-01-22T08:42:57.768Z | Downloaded toml v0.7.8 |
850 | 2025-01-22T08:42:57.771Z | Downloaded ed25519-dalek v2.1.1 |
851 | 2025-01-22T08:42:57.773Z | Downloaded rayon v1.10.0 |
852 | 2025-01-22T08:42:57.783Z | Downloaded take_mut v0.2.2 |
853 | 2025-01-22T08:42:57.786Z | Downloaded fixedbitset v0.4.2 |
854 | 2025-01-22T08:42:57.786Z | Downloaded half v2.4.1 |
855 | 2025-01-22T08:42:57.788Z | Downloaded float-cmp v0.9.0 |
856 | 2025-01-22T08:42:57.791Z | Downloaded openssl-sys v0.9.103 |
857 | 2025-01-22T08:42:57.795Z | Downloaded hash32 v0.3.1 |
858 | 2025-01-22T08:42:57.798Z | Downloaded glob v0.3.1 |
859 | 2025-01-22T08:42:57.798Z | Downloaded tui-tree-widget v0.22.0 |
860 | 2025-01-22T08:42:57.801Z | Downloaded serde-hex v0.1.0 |
861 | 2025-01-22T08:42:57.801Z | Downloaded pin-project-lite v0.2.14 |
862 | 2025-01-22T08:42:57.804Z | Downloaded serde_path_to_error v0.1.16 |
863 | 2025-01-22T08:42:57.808Z | Downloaded rustfmt-wrapper v0.2.1 |
864 | 2025-01-22T08:42:57.811Z | Downloaded newline-converter v0.3.0 |
865 | 2025-01-22T08:42:57.811Z | Downloaded precomputed-hash v0.1.1 |
866 | 2025-01-22T08:42:57.811Z | Downloaded new_debug_unreachable v1.0.6 |
867 | 2025-01-22T08:42:57.811Z | Downloaded rsa v0.9.6 |
868 | 2025-01-22T08:42:57.815Z | Downloaded pkcs5 v0.7.1 |
869 | 2025-01-22T08:42:57.818Z | Downloaded phf_generator v0.11.2 |
870 | 2025-01-22T08:42:57.821Z | Downloaded whoami v1.5.2 |
871 | 2025-01-22T08:42:57.824Z | Downloaded futures-sink v0.3.31 |
872 | 2025-01-22T08:42:57.824Z | Downloaded futures-io v0.3.31 |
873 | 2025-01-22T08:42:57.826Z | Downloaded unicode-properties v0.1.3 |
874 | 2025-01-22T08:42:57.826Z | Downloaded rcgen v0.12.1 |
875 | 2025-01-22T08:42:57.829Z | Downloaded foreign-types v0.3.2 |
876 | 2025-01-22T08:42:57.832Z | Downloaded data-encoding v2.6.0 |
877 | 2025-01-22T08:42:57.832Z | Downloaded rustc_version v0.1.7 |
878 | 2025-01-22T08:42:57.832Z | Downloaded der v0.7.9 |
879 | 2025-01-22T08:42:57.836Z | Downloaded zerocopy v0.6.6 |
880 | 2025-01-22T08:42:57.839Z | Downloaded futures-executor v0.3.31 |
881 | 2025-01-22T08:42:57.841Z | Downloaded sec1 v0.7.3 |
882 | 2025-01-22T08:42:57.844Z | Downloaded tokio-tungstenite v0.23.1 |
883 | 2025-01-22T08:42:57.847Z | Downloaded rand_core v0.6.4 |
884 | 2025-01-22T08:42:57.847Z | Downloaded headers-core v0.3.0 |
885 | 2025-01-22T08:42:57.847Z | Downloaded qorb v0.2.1 |
886 | 2025-01-22T08:42:57.850Z | Downloaded static_assertions v1.1.0 |
887 | 2025-01-22T08:42:57.853Z | Downloaded unicode-bidi v0.3.17 |
888 | 2025-01-22T08:42:57.856Z | Downloaded elliptic-curve v0.13.8 |
889 | 2025-01-22T08:42:57.858Z | Downloaded funty v2.0.0 |
890 | 2025-01-22T08:42:57.861Z | Downloaded parse-zoneinfo v0.3.1 |
891 | 2025-01-22T08:42:57.864Z | Downloaded crossterm v0.28.1 |
892 | 2025-01-22T08:42:57.868Z | Downloaded parse-size v1.1.0 |
893 | 2025-01-22T08:42:57.871Z | Downloaded synstructure v0.13.1 |
894 | 2025-01-22T08:42:57.871Z | Downloaded zeroize_derive v1.4.2 |
895 | 2025-01-22T08:42:57.874Z | Downloaded blake3 v1.5.4 |
896 | 2025-01-22T08:42:57.879Z | Downloaded sqlparser_derive v0.2.2 |
897 | 2025-01-22T08:42:57.882Z | Downloaded icu_properties_data v1.5.0 |
898 | 2025-01-22T08:42:57.890Z | Downloaded predicates-core v1.0.8 |
899 | 2025-01-22T08:42:57.894Z | Downloaded sha1 v0.10.6 |
900 | 2025-01-22T08:42:57.894Z | Downloaded typify v0.2.0 |
901 | 2025-01-22T08:42:57.896Z | Downloaded multimap v0.10.0 |
902 | 2025-01-22T08:42:57.896Z | Downloaded scopeguard v1.2.0 |
903 | 2025-01-22T08:42:57.899Z | Downloaded num_enum_derive v0.5.11 |
904 | 2025-01-22T08:42:57.899Z | Downloaded num_enum v0.5.11 |
905 | 2025-01-22T08:42:57.903Z | Downloaded quinn v0.11.5 |
906 | 2025-01-22T08:42:57.906Z | Downloaded ff v0.13.0 |
907 | 2025-01-22T08:42:57.909Z | Downloaded lalrpop v0.19.12 |
908 | 2025-01-22T08:42:57.919Z | Downloaded tabwriter v1.4.0 |
909 | 2025-01-22T08:42:57.921Z | Downloaded flate2 v1.0.35 |
910 | 2025-01-22T08:42:57.925Z | Downloaded rusqlite v0.32.1 |
911 | 2025-01-22T08:42:57.931Z | Downloaded topological-sort v0.2.2 |
912 | 2025-01-22T08:42:57.934Z | Downloaded termtree v0.5.1 |
913 | 2025-01-22T08:42:57.934Z | Downloaded zerocopy-derive v0.8.10 |
914 | 2025-01-22T08:42:57.940Z | Downloaded rustc-hash v2.0.0 |
915 | 2025-01-22T08:42:57.942Z | Downloaded yasna v0.5.2 |
916 | 2025-01-22T08:42:57.945Z | Downloaded foreign-types-macros v0.2.3 |
917 | 2025-01-22T08:42:57.946Z | Downloaded samael v0.0.17 |
918 | 2025-01-22T08:42:57.949Z | Downloaded thiserror v2.0.11 |
919 | 2025-01-22T08:42:57.955Z | Downloaded snafu v0.8.5 |
920 | 2025-01-22T08:42:57.961Z | Downloaded owo-colors v4.1.0 |
921 | 2025-01-22T08:42:57.963Z | Downloaded p521 v0.13.3 |
922 | 2025-01-22T08:42:57.967Z | Downloaded rayon-core v1.12.1 |
923 | 2025-01-22T08:42:57.970Z | Downloaded zone v0.1.8 |
924 | 2025-01-22T08:42:57.975Z | Downloaded peg-macros v0.8.4 |
925 | 2025-01-22T08:42:57.975Z | Downloaded rand v0.8.5 |
926 | 2025-01-22T08:42:57.978Z | Downloaded fs_extra v1.3.0 |
927 | 2025-01-22T08:42:57.980Z | Downloaded test-strategy v0.3.1 |
928 | 2025-01-22T08:42:57.983Z | Downloaded url v2.5.3 |
929 | 2025-01-22T08:42:57.985Z | Downloaded futures-channel v0.3.31 |
930 | 2025-01-22T08:42:57.988Z | Downloaded num-rational v0.4.2 |
931 | 2025-01-22T08:42:57.991Z | Downloaded sct v0.7.1 |
932 | 2025-01-22T08:42:57.993Z | Downloaded rustyline v14.0.0 |
933 | 2025-01-22T08:42:57.997Z | Downloaded num-traits v0.2.19 |
934 | 2025-01-22T08:42:57.999Z | Downloaded serde_with v3.11.0 |
935 | 2025-01-22T08:42:58.008Z | Downloaded ena v0.14.3 |
936 | 2025-01-22T08:42:58.010Z | Downloaded semver v0.1.20 |
937 | 2025-01-22T08:42:58.010Z | Downloaded zip v2.1.3 |
938 | 2025-01-22T08:42:58.015Z | Downloaded rustc_version v0.4.1 |
939 | 2025-01-22T08:42:58.017Z | Downloaded packed_struct v0.10.1 |
940 | 2025-01-22T08:42:58.017Z | Downloaded prettyplease v0.2.25 |
941 | 2025-01-22T08:42:58.020Z | Downloaded tokio-util v0.7.12 |
942 | 2025-01-22T08:42:58.028Z | Downloaded steno v0.4.1 |
943 | 2025-01-22T08:42:58.031Z | Downloaded git2 v0.19.0 |
944 | 2025-01-22T08:42:58.039Z | Downloaded heapless v0.7.17 |
945 | 2025-01-22T08:42:58.043Z | Downloaded regex v1.11.1 |
946 | 2025-01-22T08:42:58.056Z | Downloaded oso v0.27.3 |
947 | 2025-01-22T08:42:58.059Z | Downloaded aho-corasick v1.1.3 |
948 | 2025-01-22T08:42:58.064Z | Downloaded reqwest v0.12.9 |
949 | 2025-01-22T08:42:58.072Z | Downloaded tough v0.19.0 |
950 | 2025-01-22T08:42:58.080Z | Downloaded tar v0.4.42 |
951 | 2025-01-22T08:42:58.083Z | Downloaded ssh-key v0.6.6 |
952 | 2025-01-22T08:42:58.090Z | Downloaded vcpkg v0.2.15 |
953 | 2025-01-22T08:42:58.128Z | Downloaded russh-keys v0.45.0 |
954 | 2025-01-22T08:42:58.130Z | Downloaded smoltcp v0.9.1 |
955 | 2025-01-22T08:42:58.141Z | Downloaded nix v0.28.0 |
956 | 2025-01-22T08:42:58.152Z | Downloaded p384 v0.13.0 |
957 | 2025-01-22T08:42:58.158Z | Downloaded hickory-proto v0.24.2 |
958 | 2025-01-22T08:42:58.173Z | Downloaded gimli v0.31.1 |
959 | 2025-01-22T08:42:58.181Z | Downloaded bindgen v0.69.5 |
960 | 2025-01-22T08:42:58.188Z | Downloaded chrono v0.4.39 |
961 | 2025-01-22T08:42:58.195Z | Downloaded reedline v0.35.0 |
962 | 2025-01-22T08:42:58.204Z | Downloaded bitvec v1.0.1 |
963 | 2025-01-22T08:42:58.218Z | Downloaded typed-path v0.9.3 |
964 | 2025-01-22T08:42:58.224Z | Downloaded toml_edit v0.19.15 |
965 | 2025-01-22T08:42:58.238Z | Downloaded zerocopy v0.8.10 |
966 | 2025-01-22T08:42:58.264Z | Downloaded hashbrown v0.14.5 |
967 | 2025-01-22T08:42:58.276Z | Downloaded dropshot v0.12.0 |
968 | 2025-01-22T08:42:58.288Z | Downloaded unicode-normalization v0.1.24 |
969 | 2025-01-22T08:42:58.290Z | Downloaded quinn-proto v0.11.8 |
970 | 2025-01-22T08:42:58.296Z | Downloaded webpki-roots v0.26.6 |
971 | 2025-01-22T08:42:58.300Z | Downloaded smoltcp v0.11.0 |
972 | 2025-01-22T08:42:58.312Z | Downloaded rustls v0.21.12 |
973 | 2025-01-22T08:42:58.323Z | Downloaded object v0.30.4 |
974 | 2025-01-22T08:42:58.333Z | Downloaded rustls v0.22.4 |
975 | 2025-01-22T08:42:58.346Z | Downloaded nix v0.29.0 |
976 | 2025-01-22T08:42:58.357Z | Downloaded unicode-width v0.2.0 |
977 | 2025-01-22T08:42:58.363Z | Downloaded curve25519-dalek v4.1.3 |
978 | 2025-01-22T08:42:58.373Z | Downloaded petname v2.0.2 |
979 | 2025-01-22T08:42:58.378Z | Downloaded rustls v0.23.19 |
980 | 2025-01-22T08:42:58.389Z | Downloaded rustls-webpki v0.102.8 |
981 | 2025-01-22T08:42:58.406Z | Downloaded nix v0.27.1 |
982 | 2025-01-22T08:42:58.417Z | Downloaded radix_trie v0.2.1 |
983 | 2025-01-22T08:42:58.422Z | Downloaded polar-core v0.27.3 |
984 | 2025-01-22T08:42:58.431Z | Downloaded sled v0.34.7 |
985 | 2025-01-22T08:42:58.442Z | Downloaded typify-impl v0.3.0 |
986 | 2025-01-22T08:42:58.457Z | Downloaded object v0.36.5 |
987 | 2025-01-22T08:42:58.467Z | Downloaded dropshot v0.15.1 |
988 | 2025-01-22T08:42:58.488Z | Downloaded openssl v0.10.66 |
989 | 2025-01-22T08:42:58.500Z | Downloaded chrono-tz v0.10.1 |
990 | 2025-01-22T08:42:58.504Z | Downloaded bstr v1.10.0 |
991 | 2025-01-22T08:42:58.514Z | Downloaded regex-syntax v0.6.29 |
992 | 2025-01-22T08:42:58.522Z | Downloaded regress v0.10.1 |
993 | 2025-01-22T08:42:58.529Z | Downloaded lzma-sys v0.1.20 |
994 | 2025-01-22T08:42:58.558Z | Downloaded diesel v2.2.6 |
995 | 2025-01-22T08:42:58.576Z | Downloaded regex-syntax v0.8.5 |
996 | 2025-01-22T08:42:58.584Z | Downloaded regress v0.9.1 |
997 | 2025-01-22T08:42:58.594Z | Downloaded openapiv3 v2.0.0 |
998 | 2025-01-22T08:42:58.605Z | Downloaded portable-atomic v1.9.0 |
999 | 2025-01-22T08:42:58.611Z | Downloaded h2 v0.4.6 |
1000 | 2025-01-22T08:42:58.617Z | Downloaded libz-sys v1.1.20 |
1001 | 2025-01-22T08:42:58.718Z | Downloaded winnow v0.5.40 |
1002 | 2025-01-22T08:42:58.721Z | Downloaded nom v7.1.3 |
1003 | 2025-01-22T08:42:58.721Z | Downloaded tokio v1.43.0 |
1004 | 2025-01-22T08:42:58.721Z | Downloaded ratatui v0.28.1 |
1005 | 2025-01-22T08:42:58.721Z | Downloaded x509-cert v0.2.5 |
1006 | 2025-01-22T08:42:58.721Z | Downloaded sha3 v0.10.8 |
1007 | 2025-01-22T08:42:58.721Z | Downloaded salty v0.3.0 |
1008 | 2025-01-22T08:42:58.724Z | Downloaded num-bigint-dig v0.8.4 |
1009 | 2025-01-22T08:42:58.728Z | Downloaded aws-lc-rs v1.10.0 |
1010 | 2025-01-22T08:42:58.736Z | Downloaded typify-impl v0.2.0 |
1011 | 2025-01-22T08:42:58.751Z | Downloaded filetime v0.2.25 |
1012 | 2025-01-22T08:42:58.754Z | Downloaded ssh-cipher v0.2.0 |
1013 | 2025-01-22T08:42:58.754Z | Downloaded zerocopy-derive v0.6.6 |
1014 | 2025-01-22T08:42:58.763Z | Downloaded nanorand v0.7.0 |
1015 | 2025-01-22T08:42:58.766Z | Downloaded foreign-types v0.5.0 |
1016 | 2025-01-22T08:42:58.766Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1017 | 2025-01-22T08:42:58.778Z | Downloaded supports-color v3.0.1 |
1018 | 2025-01-22T08:42:58.780Z | Downloaded time v0.3.36 |
1019 | 2025-01-22T08:42:58.785Z | Downloaded hashlink v0.9.1 |
1020 | 2025-01-22T08:42:58.789Z | Downloaded regex-automata v0.4.8 |
1021 | 2025-01-22T08:42:58.804Z | Downloaded unicode-segmentation v1.12.0 |
1022 | 2025-01-22T08:42:58.807Z | Downloaded fragile v2.0.0 |
1023 | 2025-01-22T08:42:58.809Z | Downloaded typify v0.3.0 |
1024 | 2025-01-22T08:42:58.812Z | Downloaded serde_derive_internals v0.29.1 |
1025 | 2025-01-22T08:42:58.814Z | Downloaded scrypt v0.11.0 |
1026 | 2025-01-22T08:42:58.814Z | Downloaded futures-util v0.3.31 |
1027 | 2025-01-22T08:42:58.825Z | Downloaded diff v0.1.13 |
1028 | 2025-01-22T08:42:58.828Z | Downloaded tokio-tungstenite v0.24.0 |
1029 | 2025-01-22T08:42:58.831Z | Downloaded russh v0.45.0 |
1030 | 2025-01-22T08:42:58.836Z | Downloaded sqlparser v0.45.0 |
1031 | 2025-01-22T08:42:58.840Z | Downloaded proptest v1.5.0 |
1032 | 2025-01-22T08:42:58.849Z | Downloaded signal-hook v0.3.17 |
1033 | 2025-01-22T08:42:58.852Z | Downloaded csv v1.3.0 |
1034 | 2025-01-22T08:42:58.871Z | Downloaded pem v3.0.4 |
1035 | 2025-01-22T08:42:58.873Z | Downloaded petgraph v0.6.5 |
1036 | 2025-01-22T08:42:58.889Z | Downloaded debug-ignore v1.0.5 |
1037 | 2025-01-22T08:42:58.892Z | Downloaded progenitor-impl v0.8.0 |
1038 | 2025-01-22T08:42:58.894Z | Downloaded expectorate v1.1.0 |
1039 | 2025-01-22T08:42:58.894Z | Downloaded quick-xml v0.33.0 |
1040 | 2025-01-22T08:42:58.900Z | Downloaded getrandom v0.2.15 |
1041 | 2025-01-22T08:42:58.902Z | Downloaded num-complex v0.4.6 |
1042 | 2025-01-22T08:42:58.905Z | Downloaded diesel_derives v2.2.3 |
1043 | 2025-01-22T08:42:58.908Z | Downloaded socket2 v0.5.7 |
1044 | 2025-01-22T08:42:58.911Z | Downloaded rustls-webpki v0.101.7 |
1045 | 2025-01-22T08:42:58.922Z | Downloaded hash32 v0.2.1 |
1046 | 2025-01-22T08:42:58.926Z | Downloaded tracing v0.1.40 |
1047 | 2025-01-22T08:42:58.930Z | Downloaded publicsuffix v2.3.0 |
1048 | 2025-01-22T08:42:58.933Z | Downloaded crossbeam-channel v0.5.13 |
1049 | 2025-01-22T08:42:58.935Z | Downloaded predicates v3.1.2 |
1050 | 2025-01-22T08:42:58.938Z | Downloaded headers v0.4.0 |
1051 | 2025-01-22T08:42:58.941Z | Downloaded hashbrown v0.13.2 |
1052 | 2025-01-22T08:42:58.945Z | Downloaded hashbrown v0.12.3 |
1053 | 2025-01-22T08:42:58.950Z | Downloaded pbkdf2 v0.12.2 |
1054 | 2025-01-22T08:42:58.953Z | Downloaded tokio-stream v0.1.16 |
1055 | 2025-01-22T08:42:58.955Z | Downloaded tinystr v0.7.6 |
1056 | 2025-01-22T08:42:58.958Z | Downloaded ron v0.7.1 |
1057 | 2025-01-22T08:42:58.960Z | Downloaded const_format v0.2.33 |
1058 | 2025-01-22T08:42:58.964Z | Downloaded signal-hook-tokio v0.3.1 |
1059 | 2025-01-22T08:42:58.966Z | Downloaded num-conv v0.1.0 |
1060 | 2025-01-22T08:42:58.966Z | Downloaded futures-macro v0.3.31 |
1061 | 2025-01-22T08:42:58.969Z | Downloaded derive_more v0.99.18 |
1062 | 2025-01-22T08:42:58.972Z | Downloaded chacha20poly1305 v0.10.1 |
1063 | 2025-01-22T08:42:58.974Z | Downloaded phf v0.11.2 |
1064 | 2025-01-22T08:42:58.974Z | Downloaded tls_codec v0.4.1 |
1065 | 2025-01-22T08:42:58.977Z | Downloaded termcolor v1.4.1 |
1066 | 2025-01-22T08:42:58.977Z | Downloaded strip-ansi-escapes v0.2.0 |
1067 | 2025-01-22T08:42:58.980Z | Downloaded password-hash v0.5.0 |
1068 | 2025-01-22T08:42:58.980Z | Downloaded darling_core v0.20.10 |
1069 | 2025-01-22T08:42:58.983Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1070 | 2025-01-22T08:42:59.038Z | Downloaded unicode_categories v0.1.1 |
1071 | 2025-01-22T08:42:59.041Z | Downloaded http v1.2.0 |
1072 | 2025-01-22T08:42:59.044Z | Downloaded base64 v0.22.1 |
1073 | 2025-01-22T08:42:59.048Z | Downloaded tokio-postgres v0.7.12 |
1074 | 2025-01-22T08:42:59.052Z | Downloaded secrecy v0.8.0 |
1075 | 2025-01-22T08:42:59.054Z | Downloaded same-file v1.0.6 |
1076 | 2025-01-22T08:42:59.054Z | Downloaded newtype-uuid v1.2.1 |
1077 | 2025-01-22T08:42:59.057Z | Downloaded form_urlencoded v1.2.1 |
1078 | 2025-01-22T08:42:59.057Z | Downloaded rustversion v1.0.17 |
1079 | 2025-01-22T08:42:59.060Z | Downloaded tracing-attributes v0.1.27 |
1080 | 2025-01-22T08:42:59.060Z | Downloaded tokio-rustls v0.26.0 |
1081 | 2025-01-22T08:42:59.063Z | Downloaded packed_struct_codegen v0.10.1 |
1082 | 2025-01-22T08:42:59.063Z | Downloaded derive-where v1.2.7 |
1083 | 2025-01-22T08:42:59.066Z | Downloaded encoding_rs v0.8.34 |
1084 | 2025-01-22T08:42:59.087Z | Downloaded phf_codegen v0.11.2 |
1085 | 2025-01-22T08:42:59.090Z | Downloaded pin-project-internal v1.1.6 |
1086 | 2025-01-22T08:42:59.090Z | Downloaded spin v0.9.8 |
1087 | 2025-01-22T08:42:59.093Z | Downloaded omicron-zone-package v0.12.0 |
1088 | 2025-01-22T08:42:59.095Z | Downloaded blake2 v0.10.6 |
1089 | 2025-01-22T08:42:59.100Z | Downloaded signal-hook-mio v0.2.4 |
1090 | 2025-01-22T08:42:59.100Z | Downloaded rusty-fork v0.3.0 |
1091 | 2025-01-22T08:42:59.102Z | Downloaded mio v1.0.2 |
1092 | 2025-01-22T08:42:59.105Z | Downloaded minimal-lexical v0.2.1 |
1093 | 2025-01-22T08:42:59.108Z | Downloaded utf8_iter v1.0.4 |
1094 | 2025-01-22T08:42:59.110Z | Downloaded utf16_iter v1.0.5 |
1095 | 2025-01-22T08:42:59.110Z | Downloaded postgres-types v0.2.8 |
1096 | 2025-01-22T08:42:59.113Z | Downloaded postgres-protocol v0.6.7 |
1097 | 2025-01-22T08:42:59.116Z | Downloaded crossbeam-utils v0.8.20 |
1098 | 2025-01-22T08:42:59.116Z | Downloaded cookie v0.18.1 |
1099 | 2025-01-22T08:42:59.120Z | Downloaded crc-any v2.5.0 |
1100 | 2025-01-22T08:42:59.123Z | Downloaded const-oid v0.9.6 |
1101 | 2025-01-22T08:42:59.123Z | Downloaded parking_lot_core v0.8.6 |
1102 | 2025-01-22T08:42:59.126Z | Downloaded unsafe-libyaml v0.2.11 |
1103 | 2025-01-22T08:42:59.129Z | Downloaded olpc-cjson v0.1.4 |
1104 | 2025-01-22T08:42:59.129Z | Downloaded nibble_vec v0.1.0 |
1105 | 2025-01-22T08:42:59.132Z | Downloaded native-tls v0.2.12 |
1106 | 2025-01-22T08:42:59.132Z | Downloaded string_cache v0.8.7 |
1107 | 2025-01-22T08:42:59.134Z | Downloaded simd-adler32 v0.3.7 |
1108 | 2025-01-22T08:42:59.134Z | Downloaded serde_with_macros v3.11.0 |
1109 | 2025-01-22T08:42:59.138Z | Downloaded heapless v0.8.0 |
1110 | 2025-01-22T08:42:59.140Z | Downloaded clang-sys v1.8.1 |
1111 | 2025-01-22T08:42:59.144Z | Downloaded hyper-util v0.1.10 |
1112 | 2025-01-22T08:42:59.147Z | Downloaded float-ord v0.3.2 |
1113 | 2025-01-22T08:42:59.148Z | Downloaded rustls-pki-types v1.10.0 |
1114 | 2025-01-22T08:42:59.150Z | Downloaded cookie_store v0.21.1 |
1115 | 2025-01-22T08:42:59.150Z | Downloaded litrs v0.4.1 |
1116 | 2025-01-22T08:42:59.154Z | Downloaded tokio-macros v2.5.0 |
1117 | 2025-01-22T08:42:59.157Z | Downloaded ctr v0.9.2 |
1118 | 2025-01-22T08:42:59.157Z | Downloaded icu_normalizer_data v1.5.0 |
1119 | 2025-01-22T08:42:59.159Z | Downloaded icu_normalizer v1.5.0 |
1120 | 2025-01-22T08:42:59.162Z | Downloaded hmac v0.12.1 |
1121 | 2025-01-22T08:42:59.164Z | Downloaded icu_locid v1.5.0 |
1122 | 2025-01-22T08:42:59.167Z | Downloaded bzip2 v0.4.4 |
1123 | 2025-01-22T08:42:59.169Z | Downloaded hickory-client v0.24.2 |
1124 | 2025-01-22T08:42:59.172Z | Downloaded castaway v0.2.3 |
1125 | 2025-01-22T08:42:59.172Z | Downloaded cmake v0.1.51 |
1126 | 2025-01-22T08:42:59.174Z | Downloaded cexpr v0.6.0 |
1127 | 2025-01-22T08:42:59.174Z | Downloaded sync_wrapper v1.0.1 |
1128 | 2025-01-22T08:42:59.178Z | Downloaded memmap2 v0.9.5 |
1129 | 2025-01-22T08:42:59.178Z | Downloaded arrayref v0.3.9 |
1130 | 2025-01-22T08:42:59.180Z | Downloaded ipnet v2.10.1 |
1131 | 2025-01-22T08:42:59.180Z | Downloaded array-init v0.0.4 |
1132 | 2025-01-22T08:42:59.181Z | Downloaded jobserver v0.1.32 |
1133 | 2025-01-22T08:42:59.183Z | Downloaded hyper-staticfile v0.10.1 |
1134 | 2025-01-22T08:42:59.183Z | Downloaded http-body-util v0.1.2 |
1135 | 2025-01-22T08:42:59.186Z | Downloaded cstr-argument v0.1.2 |
1136 | 2025-01-22T08:42:59.197Z | Downloaded crunchy v0.2.2 |
1137 | 2025-01-22T08:42:59.197Z | Downloaded crucible-workspace-hack v0.1.0 |
1138 | 2025-01-22T08:42:59.197Z | Downloaded lru-cache v0.1.2 |
1139 | 2025-01-22T08:42:59.201Z | Downloaded kstat-rs v0.2.4 |
1140 | 2025-01-22T08:42:59.201Z | Downloaded keccak v0.1.5 |
1141 | 2025-01-22T08:42:59.204Z | Downloaded indent_write v2.2.0 |
1142 | 2025-01-22T08:42:59.204Z | Downloaded ipnetwork v0.20.0 |
1143 | 2025-01-22T08:42:59.207Z | Downloaded is-terminal v0.4.13 |
1144 | 2025-01-22T08:42:59.207Z | Downloaded arc-swap v1.7.1 |
1145 | 2025-01-22T08:42:59.212Z | Downloaded lalrpop-util v0.19.12 |
1146 | 2025-01-22T08:42:59.215Z | Downloaded idna_adapter v1.2.0 |
1147 | 2025-01-22T08:42:59.215Z | Downloaded bit-set v0.5.3 |
1148 | 2025-01-22T08:42:59.218Z | Downloaded bb8 v0.8.5 |
1149 | 2025-01-22T08:42:59.223Z | Downloaded base16ct v0.2.0 |
1150 | 2025-01-22T08:42:59.223Z | Downloaded async-recursion v1.1.1 |
1151 | 2025-01-22T08:42:59.226Z | Downloaded hyper-tls v0.6.0 |
1152 | 2025-01-22T08:42:59.229Z | Downloaded hostname v0.4.0 |
1153 | 2025-01-22T08:42:59.231Z | Downloaded home v0.5.9 |
1154 | 2025-01-22T08:42:59.231Z | Downloaded assert_matches v1.5.0 |
1155 | 2025-01-22T08:42:59.368Z | Downloaded ring v0.17.8 |
1156 | 2025-01-22T08:42:59.473Z | Downloaded libsqlite3-sys v0.30.1 |
1157 | 2025-01-22T08:42:59.830Z | Downloaded aws-lc-sys v0.22.0 |
1158 | 2025-01-22T08:43:00.106Z | Compiling serde v1.0.217 |
1159 | 2025-01-22T08:43:00.109Z | Compiling lock_api v0.4.12 |
1160 | 2025-01-22T08:43:00.109Z | Compiling scopeguard v1.2.0 |
1161 | 2025-01-22T08:43:00.109Z | Compiling value-bag v1.9.0 |
1162 | 2025-01-22T08:43:00.265Z | Compiling typenum v1.17.0 |
1163 | 2025-01-22T08:43:00.268Z | Compiling generic-array v0.14.7 |
1164 | 2025-01-22T08:43:00.307Z | Compiling syn v2.0.96 |
1165 | 2025-01-22T08:43:00.321Z | Compiling getrandom v0.2.15 |
1166 | 2025-01-22T08:43:00.492Z | Compiling shlex v1.3.0 |
1167 | 2025-01-22T08:43:00.597Z | Compiling rand_core v0.6.4 |
1168 | 2025-01-22T08:43:00.766Z | Compiling log v0.4.22 |
1169 | 2025-01-22T08:43:00.933Z | Compiling subtle v2.6.1 |
1170 | 2025-01-22T08:43:00.950Z | Compiling jobserver v0.1.32 |
1171 | 2025-01-22T08:43:00.951Z | Compiling smallvec v1.13.2 |
1172 | 2025-01-22T08:43:01.108Z | Compiling const-oid v0.9.6 |
1173 | 2025-01-22T08:43:01.128Z | Compiling spin v0.9.8 |
1174 | 2025-01-22T08:43:01.195Z | Compiling pin-project-lite v0.2.14 |
1175 | 2025-01-22T08:43:01.281Z | Compiling cc v1.1.30 |
1176 | 2025-01-22T08:43:01.329Z | Compiling rustix v0.38.37 |
1177 | 2025-01-22T08:43:01.530Z | Compiling parking_lot_core v0.9.10 |
1178 | 2025-01-22T08:43:01.589Z | Compiling futures-core v0.3.31 |
1179 | 2025-01-22T08:43:01.739Z | Compiling signal-hook-registry v1.4.2 |
1180 | 2025-01-22T08:43:01.832Z | Compiling mio v1.0.2 |
1181 | 2025-01-22T08:43:02.185Z | Compiling aho-corasick v1.1.3 |
1182 | 2025-01-22T08:43:02.487Z | Compiling parking_lot v0.12.3 |
1183 | 2025-01-22T08:43:02.609Z | Compiling either v1.13.0 |
1184 | 2025-01-22T08:43:02.716Z | Compiling stable_deref_trait v1.2.0 |
1185 | 2025-01-22T08:43:02.831Z | Compiling cpufeatures v0.2.14 |
1186 | 2025-01-22T08:43:02.931Z | Compiling regex-syntax v0.8.5 |
1187 | 2025-01-22T08:43:02.950Z | Compiling lazy_static v1.5.0 |
1188 | 2025-01-22T08:43:03.006Z | Compiling glob v0.3.1 |
1189 | 2025-01-22T08:43:03.170Z | Compiling futures-sink v0.3.31 |
1190 | 2025-01-22T08:43:03.226Z | Compiling socket2 v0.5.7 |
1191 | 2025-01-22T08:43:03.246Z | Compiling slab v0.4.9 |
1192 | 2025-01-22T08:43:03.316Z | Compiling prettyplease v0.2.25 |
1193 | 2025-01-22T08:43:03.645Z | Compiling minimal-lexical v0.2.1 |
1194 | 2025-01-22T08:43:03.701Z | Compiling serde_json v1.0.135 |
1195 | 2025-01-22T08:43:03.827Z | Compiling clang-sys v1.8.1 |
1196 | 2025-01-22T08:43:04.045Z | Compiling nom v7.1.3 |
1197 | 2025-01-22T08:43:04.135Z | Compiling libloading v0.8.5 |
1198 | 2025-01-22T08:43:04.446Z | Compiling home v0.5.9 |
1199 | 2025-01-22T08:43:04.514Z | Compiling bindgen v0.69.5 |
1200 | 2025-01-22T08:43:04.705Z | Compiling futures-channel v0.3.31 |
1201 | 2025-01-22T08:43:05.025Z | Compiling itertools v0.12.1 |
1202 | 2025-01-22T08:43:05.113Z | Compiling futures-io v0.3.31 |
1203 | 2025-01-22T08:43:05.385Z | Compiling libm v0.2.8 |
1204 | 2025-01-22T08:43:05.402Z | Compiling pin-utils v0.1.0 |
1205 | 2025-01-22T08:43:05.509Z | Compiling allocator-api2 v0.2.18 |
1206 | 2025-01-22T08:43:05.704Z | Compiling futures-task v0.3.31 |
1207 | 2025-01-22T08:43:05.998Z | Compiling lazycell v1.3.0 |
1208 | 2025-01-22T08:43:06.177Z | Compiling rustc-hash v1.1.0 |
1209 | 2025-01-22T08:43:06.234Z | Compiling foldhash v0.1.3 |
1210 | 2025-01-22T08:43:06.367Z | Compiling cmake v0.1.51 |
1211 | 2025-01-22T08:43:06.548Z | Compiling regex-automata v0.4.8 |
1212 | 2025-01-22T08:43:07.001Z | Compiling hashbrown v0.15.1 |
1213 | 2025-01-22T08:43:07.271Z | Compiling cexpr v0.6.0 |
1214 | 2025-01-22T08:43:07.463Z | Compiling num-traits v0.2.19 |
1215 | 2025-01-22T08:43:07.766Z | Compiling synstructure v0.13.1 |
1216 | 2025-01-22T08:43:08.154Z | Compiling pkg-config v0.3.31 |
1217 | 2025-01-22T08:43:08.902Z | Compiling fs_extra v1.3.0 |
1218 | 2025-01-22T08:43:09.075Z | Compiling dunce v1.0.5 |
1219 | 2025-01-22T08:43:09.451Z | Compiling litemap v0.7.3 |
1220 | 2025-01-22T08:43:09.483Z | Compiling writeable v0.5.5 |
1221 | 2025-01-22T08:43:09.504Z | Compiling ring v0.17.8 |
1222 | 2025-01-22T08:43:09.855Z | Compiling paste v1.0.15 |
1223 | 2025-01-22T08:43:10.035Z | Compiling base64ct v1.6.0 |
1224 | 2025-01-22T08:43:10.558Z | Compiling pem-rfc7468 v0.7.0 |
1225 | 2025-01-22T08:43:10.644Z | Compiling httparse v1.9.5 |
1226 | 2025-01-22T08:43:10.664Z | Compiling flagset v0.4.6 |
1227 | 2025-01-22T08:43:10.958Z | Compiling aws-lc-rs v1.10.0 |
1228 | 2025-01-22T08:43:11.361Z | Compiling icu_locid_transform_data v1.5.0 |
1229 | 2025-01-22T08:43:11.483Z | Compiling tracing-core v0.1.32 |
1230 | 2025-01-22T08:43:11.570Z | Compiling icu_properties_data v1.5.0 |
1231 | 2025-01-22T08:43:11.826Z | Compiling rustls-pki-types v1.10.0 |
1232 | 2025-01-22T08:43:12.243Z | Compiling regex v1.11.1 |
1233 | 2025-01-22T08:43:12.515Z | Compiling percent-encoding v2.3.1 |
1234 | 2025-01-22T08:43:12.588Z | Compiling crossbeam-utils v0.8.20 |
1235 | 2025-01-22T08:43:12.805Z | Compiling utf8_iter v1.0.4 |
1236 | 2025-01-22T08:43:13.037Z | Compiling untrusted v0.7.1 |
1237 | 2025-01-22T08:43:13.176Z | Compiling utf16_iter v1.0.5 |
1238 | 2025-01-22T08:43:13.205Z | Compiling untrusted v0.9.0 |
1239 | 2025-01-22T08:43:13.226Z | Compiling num-conv v0.1.0 |
1240 | 2025-01-22T08:43:13.324Z | Compiling powerfmt v0.2.0 |
1241 | 2025-01-22T08:43:13.389Z | Compiling write16 v1.0.0 |
1242 | 2025-01-22T08:43:13.414Z | Compiling vcpkg v0.2.15 |
1243 | 2025-01-22T08:43:13.440Z | Compiling serde_derive v1.0.217 |
1244 | 2025-01-22T08:43:13.487Z | Compiling zeroize_derive v1.4.2 |
1245 | 2025-01-22T08:43:13.532Z | Compiling zerocopy-derive v0.7.35 |
1246 | 2025-01-22T08:43:13.685Z | Compiling tokio-macros v2.5.0 |
1247 | 2025-01-22T08:43:14.889Z | Compiling zeroize v1.8.1 |
1248 | 2025-01-22T08:43:15.208Z | Compiling zerofrom-derive v0.1.4 |
1249 | 2025-01-22T08:43:15.245Z | Compiling yoke-derive v0.7.4 |
1250 | 2025-01-22T08:43:15.267Z | Compiling thiserror-impl v1.0.69 |
1251 | 2025-01-22T08:43:15.533Z | Compiling zerocopy v0.7.35 |
1252 | 2025-01-22T08:43:16.273Z | Compiling crypto-common v0.1.6 |
1253 | 2025-01-22T08:43:16.499Z | Compiling block-buffer v0.10.4 |
1254 | 2025-01-22T08:43:16.520Z | Compiling zerovec-derive v0.10.3 |
1255 | 2025-01-22T08:43:16.762Z | Compiling digest v0.10.7 |
1256 | 2025-01-22T08:43:16.888Z | Compiling displaydoc v0.2.5 |
1257 | 2025-01-22T08:43:17.242Z | Compiling hmac v0.12.1 |
1258 | 2025-01-22T08:43:17.500Z | Compiling futures-macro v0.3.31 |
1259 | 2025-01-22T08:43:17.744Z | Compiling block-padding v0.3.3 |
1260 | 2025-01-22T08:43:17.880Z | Compiling sha2 v0.10.8 |
1261 | 2025-01-22T08:43:17.993Z | Compiling inout v0.1.3 |
1262 | 2025-01-22T08:43:18.198Z | Compiling thiserror v1.0.69 |
1263 | 2025-01-22T08:43:18.274Z | Compiling cipher v0.4.4 |
1264 | 2025-01-22T08:43:18.346Z | Compiling icu_provider_macros v1.5.0 |
1265 | 2025-01-22T08:43:18.460Z | Compiling ppv-lite86 v0.2.20 |
1266 | 2025-01-22T08:43:18.787Z | Compiling der_derive v0.7.3 |
1267 | 2025-01-22T08:43:18.816Z | Compiling zerofrom v0.1.4 |
1268 | 2025-01-22T08:43:18.944Z | Compiling tracing-attributes v0.1.27 |
1269 | 2025-01-22T08:43:19.022Z | Compiling yoke v0.7.4 |
1270 | 2025-01-22T08:43:19.337Z | Compiling rand_chacha v0.3.1 |
1271 | 2025-01-22T08:43:19.365Z | Compiling zerovec v0.10.4 |
1272 | 2025-01-22T08:43:19.406Z | Compiling futures-util v0.3.31 |
1273 | 2025-01-22T08:43:19.488Z | Compiling salsa20 v0.10.2 |
1274 | 2025-01-22T08:43:19.727Z | Compiling pest v2.7.14 |
1275 | 2025-01-22T08:43:21.060Z | Compiling tinystr v0.7.6 |
1276 | 2025-01-22T08:43:21.341Z | Compiling der v0.7.9 |
1277 | 2025-01-22T08:43:21.451Z | Compiling icu_locid v1.5.0 |
1278 | 2025-01-22T08:43:21.454Z | Compiling icu_collections v1.5.0 |
1279 | 2025-01-22T08:43:21.677Z | Compiling rand v0.8.5 |
1280 | 2025-01-22T08:43:22.322Z | Compiling tracing v0.1.40 |
1281 | 2025-01-22T08:43:22.743Z | Compiling icu_provider v1.5.0 |
1282 | 2025-01-22T08:43:22.764Z | Compiling pbkdf2 v0.12.2 |
1283 | 2025-01-22T08:43:22.832Z | Compiling icu_normalizer_data v1.5.0 |
1284 | 2025-01-22T08:43:22.943Z | Compiling mirai-annotations v1.12.0 |
1285 | 2025-01-22T08:43:22.963Z | Compiling time-core v0.1.2 |
1286 | 2025-01-22T08:43:23.171Z | Compiling scrypt v0.11.0 |
1287 | 2025-01-22T08:43:23.176Z | Compiling time-macros v0.2.18 |
1288 | 2025-01-22T08:43:23.427Z | Compiling icu_locid_transform v1.5.0 |
1289 | 2025-01-22T08:43:23.693Z | Compiling spki v0.7.3 |
1290 | 2025-01-22T08:43:23.717Z | Compiling pest_meta v2.7.14 |
1291 | 2025-01-22T08:43:23.737Z | Compiling cbc v0.1.2 |
1292 | 2025-01-22T08:43:23.982Z | Compiling aes v0.8.4 |
1293 | 2025-01-22T08:43:24.396Z | Compiling openssl-sys v0.9.103 |
1294 | 2025-01-22T08:43:24.827Z | Compiling icu_properties v1.5.1 |
1295 | 2025-01-22T08:43:25.462Z | Compiling deranged v0.3.11 |
1296 | 2025-01-22T08:43:25.892Z | Compiling scroll_derive v0.12.0 |
1297 | 2025-01-22T08:43:26.284Z | Compiling bitflags v2.6.0 |
1298 | 2025-01-22T08:43:26.393Z | Compiling bytes v1.9.0 |
1299 | 2025-01-22T08:43:26.905Z | Compiling indexmap v2.7.0 |
1300 | 2025-01-22T08:43:27.310Z | Compiling tokio v1.43.0 |
1301 | 2025-01-22T08:43:27.620Z | Compiling http v1.2.0 |
1302 | 2025-01-22T08:43:27.626Z | Compiling semver v1.0.24 |
1303 | 2025-01-22T08:43:28.221Z | Compiling rustc_version v0.4.1 |
1304 | 2025-01-22T08:43:28.340Z | Compiling num_threads v0.1.7 |
1305 | 2025-01-22T08:43:28.485Z | Compiling icu_normalizer v1.5.0 |
1306 | 2025-01-22T08:43:28.924Z | Compiling atomic-waker v1.1.2 |
1307 | 2025-01-22T08:43:29.122Z | Compiling tinyvec_macros v0.1.1 |
1308 | 2025-01-22T08:43:29.285Z | Compiling tinyvec v1.8.0 |
1309 | 2025-01-22T08:43:29.373Z | Compiling http-body v1.0.1 |
1310 | 2025-01-22T08:43:29.539Z | Compiling idna_adapter v1.2.0 |
1311 | 2025-01-22T08:43:29.601Z | Compiling time v0.3.36 |
1312 | 2025-01-22T08:43:29.645Z | Compiling scroll v0.12.0 |
1313 | 2025-01-22T08:43:29.865Z | Compiling pest_generator v2.7.14 |
1314 | 2025-01-22T08:43:29.880Z | Compiling pkcs5 v0.7.1 |
1315 | 2025-01-22T08:43:30.207Z | Compiling form_urlencoded v1.2.1 |
1316 | 2025-01-22T08:43:30.349Z | Compiling slog v2.7.0 |
1317 | 2025-01-22T08:43:30.538Z | Compiling which v4.4.2 |
1318 | 2025-01-22T08:43:30.761Z | Compiling try-lock v0.2.5 |
1319 | 2025-01-22T08:43:30.979Z | Compiling want v0.3.1 |
1320 | 2025-01-22T08:43:30.985Z | Compiling pkcs8 v0.10.2 |
1321 | 2025-01-22T08:43:31.084Z | Compiling goblin v0.8.2 |
1322 | 2025-01-22T08:43:31.227Z | Compiling idna v1.0.3 |
1323 | 2025-01-22T08:43:31.542Z | Compiling uuid v1.12.0 |
1324 | 2025-01-22T08:43:31.608Z | Compiling httpdate v1.0.3 |
1325 | 2025-01-22T08:43:31.742Z | Compiling pest_derive v2.7.14 |
1326 | 2025-01-22T08:43:32.095Z | Compiling iana-time-zone v0.1.61 |
1327 | 2025-01-22T08:43:32.435Z | Compiling chrono v0.4.39 |
1328 | 2025-01-22T08:43:32.531Z | Compiling dtrace-parser v0.2.0 |
1329 | 2025-01-22T08:43:33.115Z | Compiling toml_datetime v0.6.8 |
1330 | 2025-01-22T08:43:33.421Z | Compiling serde_spanned v0.6.8 |
1331 | 2025-01-22T08:43:33.583Z | Compiling serde_tokenstream v0.2.2 |
1332 | 2025-01-22T08:43:33.650Z | Compiling openssl v0.10.66 |
1333 | 2025-01-22T08:43:34.065Z | Compiling tower-service v0.3.3 |
1334 | 2025-01-22T08:43:34.145Z | Compiling rustversion v1.0.17 |
1335 | 2025-01-22T08:43:34.226Z | Compiling base64 v0.22.1 |
1336 | 2025-01-22T08:43:34.318Z | Compiling match_cfg v0.1.0 |
1337 | 2025-01-22T08:43:34.421Z | Compiling foreign-types-shared v0.1.1 |
1338 | 2025-01-22T08:43:34.449Z | Compiling adler2 v2.0.0 |
1339 | 2025-01-22T08:43:34.551Z | Compiling foreign-types v0.3.2 |
1340 | 2025-01-22T08:43:34.661Z | Compiling miniz_oxide v0.8.0 |
1341 | 2025-01-22T08:43:34.681Z | Compiling hostname v0.3.1 |
1342 | 2025-01-22T08:43:34.923Z | Compiling url v2.5.3 |
1343 | 2025-01-22T08:43:34.942Z | Compiling async-trait v0.1.83 |
1344 | 2025-01-22T08:43:35.803Z | Compiling tokio-util v0.7.12 |
1345 | 2025-01-22T08:43:36.105Z | Compiling openssl-macros v0.1.1 |
1346 | 2025-01-22T08:43:36.180Z | Compiling serde_derive_internals v0.29.1 |
1347 | 2025-01-22T08:43:36.719Z | Compiling dof v0.3.0 |
1348 | 2025-01-22T08:43:36.831Z | Compiling h2 v0.4.6 |
1349 | 2025-01-22T08:43:37.074Z | Compiling dirs-sys-next v0.1.2 |
1350 | 2025-01-22T08:43:37.351Z | Compiling schemars v0.8.21 |
1351 | 2025-01-22T08:43:37.638Z | Compiling usdt-impl v0.5.0 |
1352 | 2025-01-22T08:43:37.680Z | Compiling rustls v0.22.4 |
1353 | 2025-01-22T08:43:37.957Z | Compiling syn v1.0.109 |
1354 | 2025-01-22T08:43:38.504Z | Compiling rustls v0.23.19 |
1355 | 2025-01-22T08:43:38.541Z | Compiling native-tls v0.2.12 |
1356 | 2025-01-22T08:43:38.563Z | Compiling siphasher v0.3.11 |
1357 | 2025-01-22T08:43:38.774Z | Compiling data-encoding v2.6.0 |
1358 | 2025-01-22T08:43:38.949Z | Compiling schemars_derive v0.8.21 |
1359 | 2025-01-22T08:43:39.020Z | Compiling dirs-next v2.0.0 |
1360 | 2025-01-22T08:43:40.422Z | Compiling unicode-normalization v0.1.24 |
1361 | 2025-01-22T08:43:40.526Z | Compiling http-body-util v0.1.2 |
1362 | 2025-01-22T08:43:40.834Z | Compiling crossbeam-epoch v0.9.18 |
1363 | 2025-01-22T08:43:40.884Z | Compiling heapless v0.7.17 |
1364 | 2025-01-22T08:43:40.995Z | Compiling sha1 v0.10.6 |
1365 | 2025-01-22T08:43:41.306Z | Compiling signature v2.2.0 |
1366 | 2025-01-22T08:43:41.423Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1367 | 2025-01-22T08:43:41.452Z | Compiling thread_local v1.1.8 |
1368 | 2025-01-22T08:43:41.501Z | Compiling multer v3.1.0 |
1369 | 2025-01-22T08:43:41.599Z | Compiling encoding_rs v0.8.34 |
1370 | 2025-01-22T08:43:41.771Z | Compiling cookie v0.18.1 |
1371 | 2025-01-22T08:43:41.882Z | Compiling openssl-probe v0.1.5 |
1372 | 2025-01-22T08:43:41.904Z | Compiling dyn-clone v1.0.17 |
1373 | 2025-01-22T08:43:42.110Z | Compiling gimli v0.31.1 |
1374 | 2025-01-22T08:43:42.117Z | Compiling unicode-bidi v0.3.17 |
1375 | 2025-01-22T08:43:42.128Z | Compiling unicode-properties v0.1.3 |
1376 | 2025-01-22T08:43:42.168Z | Compiling slog-async v2.8.0 |
1377 | 2025-01-22T08:43:42.534Z | Compiling mime v0.3.17 |
1378 | 2025-01-22T08:43:42.659Z | Compiling signal-hook v0.3.17 |
1379 | 2025-01-22T08:43:42.932Z | Compiling ipnet v2.10.1 |
1380 | 2025-01-22T08:43:43.060Z | Compiling rayon-core v1.12.1 |
1381 | 2025-01-22T08:43:43.353Z | Compiling stringprep v0.1.5 |
1382 | 2025-01-22T08:43:43.474Z | Compiling toml_edit v0.22.22 |
1383 | 2025-01-22T08:43:44.032Z | Compiling hyper v1.5.2 |
1384 | 2025-01-22T08:43:46.384Z | Compiling hyper-util v0.1.10 |
1385 | 2025-01-22T08:43:46.859Z | Compiling addr2line v0.24.2 |
1386 | 2025-01-22T08:43:47.119Z | Compiling crossbeam-deque v0.8.5 |
1387 | 2025-01-22T08:43:47.462Z | Compiling usdt-macro v0.5.0 |
1388 | 2025-01-22T08:43:47.536Z | Compiling usdt-attr-macro v0.5.0 |
1389 | 2025-01-22T08:43:47.721Z | Compiling term v0.7.0 |
1390 | 2025-01-22T08:43:48.587Z | Compiling slog-json v2.6.1 |
1391 | 2025-01-22T08:43:48.816Z | Compiling serde_urlencoded v0.7.1 |
1392 | 2025-01-22T08:43:48.950Z | Compiling crossbeam-channel v0.5.13 |
1393 | 2025-01-22T08:43:48.998Z | Compiling curve25519-dalek v4.1.3 |
1394 | 2025-01-22T08:43:49.017Z | Compiling futures-executor v0.3.31 |
1395 | 2025-01-22T08:43:49.066Z | Compiling md-5 v0.10.6 |
1396 | 2025-01-22T08:43:49.329Z | Compiling async-stream-impl v0.3.6 |
1397 | 2025-01-22T08:43:49.353Z | Compiling enum-as-inner v0.6.1 |
1398 | 2025-01-22T08:43:49.555Z | Compiling rustls-pemfile v2.2.0 |
1399 | 2025-01-22T08:43:49.653Z | Compiling num-integer v0.1.46 |
1400 | 2025-01-22T08:43:49.886Z | Compiling hash32 v0.2.1 |
1401 | 2025-01-22T08:43:50.005Z | Compiling ff v0.13.0 |
1402 | 2025-01-22T08:43:50.244Z | Compiling is-terminal v0.4.13 |
1403 | 2025-01-22T08:43:50.267Z | Compiling dropshot v0.12.0 |
1404 | 2025-01-22T08:43:50.377Z | Compiling object v0.36.5 |
1405 | 2025-01-22T08:43:50.400Z | Compiling smoltcp v0.9.1 |
1406 | 2025-01-22T08:43:50.400Z | Compiling utf-8 v0.7.6 |
1407 | 2025-01-22T08:43:50.551Z | Compiling fallible-iterator v0.2.0 |
1408 | 2025-01-22T08:43:50.597Z | Compiling quick-error v1.2.3 |
1409 | 2025-01-22T08:43:50.698Z | Compiling linked-hash-map v0.5.6 |
1410 | 2025-01-22T08:43:50.762Z | Compiling portable-atomic v1.9.0 |
1411 | 2025-01-22T08:43:51.035Z | Compiling base16ct v0.2.0 |
1412 | 2025-01-22T08:43:51.057Z | Compiling rustc-demangle v0.1.24 |
1413 | 2025-01-22T08:43:51.076Z | Compiling litrs v0.4.1 |
1414 | 2025-01-22T08:43:51.193Z | Compiling num-bigint-dig v0.8.4 |
1415 | 2025-01-22T08:43:51.368Z | Compiling take_mut v0.2.2 |
1416 | 2025-01-22T08:43:51.499Z | Compiling anyhow v1.0.93 |
1417 | 2025-01-22T08:43:51.540Z | Compiling psl-types v2.0.11 |
1418 | 2025-01-22T08:43:51.745Z | Compiling publicsuffix v2.3.0 |
1419 | 2025-01-22T08:43:51.945Z | Compiling sec1 v0.7.3 |
1420 | 2025-01-22T08:43:52.091Z | Compiling postgres-protocol v0.6.7 |
1421 | 2025-01-22T08:43:52.162Z | Compiling document-features v0.2.10 |
1422 | 2025-01-22T08:43:52.516Z | Compiling lru-cache v0.1.2 |
1423 | 2025-01-22T08:43:52.537Z | Compiling resolv-conf v0.7.0 |
1424 | 2025-01-22T08:43:52.714Z | Compiling async-stream v0.3.6 |
1425 | 2025-01-22T08:43:52.848Z | Compiling tungstenite v0.24.0 |
1426 | 2025-01-22T08:43:53.083Z | Compiling hickory-proto v0.24.2 |
1427 | 2025-01-22T08:43:53.212Z | Compiling slog-term v2.9.1 |
1428 | 2025-01-22T08:43:53.250Z | Compiling usdt v0.5.0 |
1429 | 2025-01-22T08:43:53.322Z | Compiling group v0.13.0 |
1430 | 2025-01-22T08:43:53.743Z | Compiling num-iter v0.1.45 |
1431 | 2025-01-22T08:43:54.055Z | Compiling futures v0.3.31 |
1432 | 2025-01-22T08:43:54.178Z | Compiling slog-bunyan v2.5.0 |
1433 | 2025-01-22T08:43:54.871Z | Compiling toml v0.8.19 |
1434 | 2025-01-22T08:43:55.519Z | Compiling tokio-native-tls v0.3.1 |
1435 | 2025-01-22T08:43:55.754Z | Compiling camino v1.1.9 |
1436 | 2025-01-22T08:43:56.016Z | Compiling phf_shared v0.11.2 |
1437 | 2025-01-22T08:43:56.374Z | Compiling dropshot_endpoint v0.12.0 |
1438 | 2025-01-22T08:43:56.405Z | Compiling terminal_size v0.4.0 |
1439 | 2025-01-22T08:43:56.618Z | Compiling waitgroup v0.1.2 |
1440 | 2025-01-22T08:43:56.630Z | Compiling openapiv3 v2.0.0 |
1441 | 2025-01-22T08:43:56.678Z | Compiling serde_path_to_error v0.1.16 |
1442 | 2025-01-22T08:43:56.822Z | Compiling backtrace v0.3.74 |
1443 | 2025-01-22T08:43:57.458Z | Compiling hkdf v0.12.4 |
1444 | 2025-01-22T08:43:57.481Z | Compiling crypto-bigint v0.5.5 |
1445 | 2025-01-22T08:43:57.714Z | Compiling curve25519-dalek-derive v0.1.1 |
1446 | 2025-01-22T08:43:59.166Z | Compiling zerocopy-derive v0.6.6 |
1447 | 2025-01-22T08:43:59.924Z | Compiling webpki-roots v0.26.6 |
1448 | 2025-01-22T08:44:00.131Z | Compiling hostname v0.4.0 |
1449 | 2025-01-22T08:44:00.365Z | Compiling fs-err v2.11.0 |
1450 | 2025-01-22T08:44:00.465Z | Compiling hubpack_derive v0.1.1 |
1451 | 2025-01-22T08:44:00.607Z | Compiling ahash v0.8.11 |
1452 | 2025-01-22T08:44:00.658Z | Compiling crc32fast v1.4.2 |
1453 | 2025-01-22T08:44:00.752Z | Compiling newtype-uuid v1.2.1 |
1454 | 2025-01-22T08:44:00.922Z | Compiling bitflags v1.3.2 |
1455 | 2025-01-22T08:44:01.003Z | Compiling debug-ignore v1.0.5 |
1456 | 2025-01-22T08:44:01.032Z | Compiling managed v0.8.0 |
1457 | 2025-01-22T08:44:01.035Z | Compiling winnow v0.5.40 |
1458 | 2025-01-22T08:44:01.231Z | Compiling clap_builder v4.5.21 |
1459 | 2025-01-22T08:44:01.236Z | Compiling zerocopy v0.6.6 |
1460 | 2025-01-22T08:44:01.305Z | Compiling hubpack v0.1.2 |
1461 | 2025-01-22T08:44:01.749Z | Compiling strum_macros v0.25.3 |
1462 | 2025-01-22T08:44:01.902Z | Compiling console v0.15.8 |
1463 | 2025-01-22T08:44:02.435Z | Compiling flate2 v1.0.35 |
1464 | 2025-01-22T08:44:03.348Z | Compiling elliptic-curve v0.13.8 |
1465 | 2025-01-22T08:44:03.460Z | Compiling hickory-resolver v0.24.2 |
1466 | 2025-01-22T08:44:04.139Z | Compiling phf v0.11.2 |
1467 | 2025-01-22T08:44:04.235Z | Compiling toml_edit v0.19.15 |
1468 | 2025-01-22T08:44:04.474Z | Compiling signal-hook-mio v0.2.4 |
1469 | 2025-01-22T08:44:04.576Z | Compiling hyper-tls v0.6.0 |
1470 | 2025-01-22T08:44:04.657Z | Compiling cookie_store v0.21.1 |
1471 | 2025-01-22T08:44:04.971Z | Compiling rayon v1.10.0 |
1472 | 2025-01-22T08:44:05.513Z | Compiling bzip2 v0.4.4 |
1473 | 2025-01-22T08:44:06.136Z | Compiling tokio-tungstenite v0.24.0 |
1474 | 2025-01-22T08:44:06.667Z | Compiling postgres-types v0.2.8 |
1475 | 2025-01-22T08:44:09.269Z | Compiling ed25519 v2.2.3 |
1476 | 2025-01-22T08:44:09.291Z | Compiling phf_shared v0.10.0 |
1477 | 2025-01-22T08:44:09.393Z | Compiling tokio-stream v0.1.16 |
1478 | 2025-01-22T08:44:09.426Z | Compiling pkcs1 v0.7.5 |
1479 | 2025-01-22T08:44:09.670Z | Compiling serde-big-array v0.5.1 |
1480 | 2025-01-22T08:44:09.909Z | Compiling rfc6979 v0.4.0 |
1481 | 2025-01-22T08:44:10.133Z | Compiling serde_repr v0.1.19 |
1482 | 2025-01-22T08:44:10.325Z | Compiling derive-where v1.2.7 |
1483 | 2025-01-22T08:44:10.357Z | Compiling clap_derive v4.5.18 |
1484 | 2025-01-22T08:44:11.140Z | Compiling float-cmp v0.9.0 |
1485 | 2025-01-22T08:44:11.246Z | Compiling bstr v1.10.0 |
1486 | 2025-01-22T08:44:11.283Z | Compiling sync_wrapper v1.0.1 |
1487 | 2025-01-22T08:44:11.386Z | Compiling difflib v0.4.0 |
1488 | 2025-01-22T08:44:11.443Z | Compiling static_assertions v1.1.0 |
1489 | 2025-01-22T08:44:11.465Z | Compiling normalize-line-endings v0.3.0 |
1490 | 2025-01-22T08:44:11.559Z | Compiling number_prefix v0.4.0 |
1491 | 2025-01-22T08:44:11.608Z | Compiling whoami v1.5.2 |
1492 | 2025-01-22T08:44:11.803Z | Compiling unicode-width v0.2.0 |
1493 | 2025-01-22T08:44:12.190Z | Compiling bit-vec v0.6.3 |
1494 | 2025-01-22T08:44:12.353Z | Compiling unicode-segmentation v1.12.0 |
1495 | 2025-01-22T08:44:12.582Z | Compiling fixedbitset v0.4.2 |
1496 | 2025-01-22T08:44:12.774Z | Compiling new_debug_unreachable v1.0.6 |
1497 | 2025-01-22T08:44:12.796Z | Compiling predicates-core v1.0.8 |
1498 | 2025-01-22T08:44:12.882Z | Compiling precomputed-hash v0.1.1 |
1499 | 2025-01-22T08:44:12.999Z | Compiling string_cache v0.8.7 |
1500 | 2025-01-22T08:44:13.020Z | Compiling predicates v3.1.2 |
1501 | 2025-01-22T08:44:13.117Z | Compiling similar v2.6.0 |
1502 | 2025-01-22T08:44:13.216Z | Compiling petgraph v0.6.5 |
1503 | 2025-01-22T08:44:13.463Z | Compiling bit-set v0.5.3 |
1504 | 2025-01-22T08:44:13.516Z | Compiling indicatif v0.17.9 |
1505 | 2025-01-22T08:44:13.691Z | Compiling tokio-postgres v0.7.12 |
1506 | 2025-01-22T08:44:14.582Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1507 | 2025-01-22T08:44:14.857Z | Compiling clap v4.5.21 |
1508 | 2025-01-22T08:44:14.984Z | Compiling ecdsa v0.16.9 |
1509 | 2025-01-22T08:44:15.252Z | Compiling rsa v0.9.6 |
1510 | 2025-01-22T08:44:15.569Z | Compiling ed25519-dalek v2.1.1 |
1511 | 2025-01-22T08:44:15.796Z | Compiling toml v0.7.8 |
1512 | 2025-01-22T08:44:16.867Z | Compiling zip v0.6.6 |
1513 | 2025-01-22T08:44:16.888Z | Compiling crossterm v0.28.1 |
1514 | 2025-01-22T08:44:18.512Z | Compiling hex v0.4.3 |
1515 | 2025-01-22T08:44:18.603Z | Compiling x509-cert v0.2.5 |
1516 | 2025-01-22T08:44:19.119Z | Compiling itertools v0.10.5 |
1517 | 2025-01-22T08:44:19.415Z | Compiling lalrpop-util v0.19.12 |
1518 | 2025-01-22T08:44:19.798Z | Compiling unicode-xid v0.2.6 |
1519 | 2025-01-22T08:44:19.911Z | Compiling peg-runtime v0.8.3 |
1520 | 2025-01-22T08:44:19.997Z | Compiling strum_macros v0.26.4 |
1521 | 2025-01-22T08:44:20.210Z | Compiling xattr v1.3.1 |
1522 | 2025-01-22T08:44:20.477Z | Compiling filetime v0.2.25 |
1523 | 2025-01-22T08:44:20.799Z | Compiling tar v0.4.42 |
1524 | 2025-01-22T08:44:24.191Z | Compiling strum v0.26.3 |
1525 | 2025-01-22T08:44:27.732Z | Compiling aws-lc-sys v0.22.0 |
1526 | 2025-01-22T08:44:55.026Z | Compiling rustls-webpki v0.102.8 |
1527 | 2025-01-22T08:44:58.190Z | Compiling tokio-rustls v0.25.0 |
1528 | 2025-01-22T08:44:59.880Z | Compiling tokio-rustls v0.26.0 |
1529 | 2025-01-22T08:45:00.214Z | Compiling hyper-rustls v0.27.3 |
1530 | 2025-01-22T08:45:00.718Z | Compiling reqwest v0.12.9 |
1531 | 2025-01-22T08:45:01.855Z | Compiling qorb v0.2.1 |
1532 | 2025-01-22T08:45:04.964Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1533 | 2025-01-22T08:45:05.218Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1534 | 2025-01-22T08:45:09.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1535 | 2025-01-22T08:45:09.745Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1536 | 2025-01-22T08:45:09.796Z | Jan 22 08:45:09.042 INFO Starting download, target: Console |
1537 | 2025-01-22T08:45:09.796Z | Jan 22 08:45:09.042 INFO Starting download, target: DendriteOpenapi |
1538 | 2025-01-22T08:45:09.800Z | Jan 22 08:45:09.042 INFO Starting download, target: Cockroach |
1539 | 2025-01-22T08:45:09.800Z | Jan 22 08:45:09.042 INFO Starting download, target: Clickhouse |
1540 | 2025-01-22T08:45:09.800Z | Jan 22 08:45:09.042 INFO Starting download, target: DendriteStub |
1541 | 2025-01-22T08:45:09.800Z | Jan 22 08:45:09.042 INFO Starting download, target: MaghemiteMgd |
1542 | 2025-01-22T08:45:09.800Z | Jan 22 08:45:09.042 INFO Starting download, target: TransceiverControl |
1543 | 2025-01-22T08:45:09.800Z | Jan 22 08:45:09.043 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1544 | 2025-01-22T08:45:09.800Z | Jan 22 08:45:09.043 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1545 | 2025-01-22T08:45:09.800Z | Jan 22 08:45:09.043 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1546 | 2025-01-22T08:45:09.800Z | Jan 22 08:45:09.043 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1547 | 2025-01-22T08:45:09.800Z | Jan 22 08:45:09.044 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1548 | 2025-01-22T08:45:09.800Z | Jan 22 08:45:09.044 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1549 | 2025-01-22T08:45:09.800Z | Jan 22 08:45:09.044 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1550 | 2025-01-22T08:45:09.988Z | Jan 22 08:45:09.227 INFO Download complete, target: DendriteOpenapi |
1551 | 2025-01-22T08:45:10.333Z | Jan 22 08:45:09.411 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1552 | 2025-01-22T08:45:10.436Z | Jan 22 08:45:09.665 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1553 | 2025-01-22T08:45:10.638Z | Jan 22 08:45:09.879 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1554 | 2025-01-22T08:45:10.761Z | Jan 22 08:45:10.004 INFO Download complete, target: Console |
1555 | 2025-01-22T08:45:10.842Z | Jan 22 08:45:10.087 INFO Download complete, target: TransceiverControl |
1556 | 2025-01-22T08:45:10.988Z | Jan 22 08:45:10.233 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1557 | 2025-01-22T08:45:11.528Z | Jan 22 08:45:10.774 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1558 | 2025-01-22T08:45:11.529Z | Jan 22 08:45:10.774 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1559 | 2025-01-22T08:45:11.701Z | Jan 22 08:45:10.945 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1560 | 2025-01-22T08:45:13.558Z | Jan 22 08:45:12.803 INFO Download complete, target: DendriteStub |
1561 | 2025-01-22T08:45:13.873Z | Jan 22 08:45:13.118 INFO Download complete, target: MaghemiteMgd |
1562 | 2025-01-22T08:45:19.005Z | Jan 22 08:45:18.250 INFO Checking that binary works, target: Cockroach |
1563 | 2025-01-22T08:45:19.168Z | Jan 22 08:45:18.414 INFO Download complete, target: Cockroach |
1564 | 2025-01-22T08:45:24.205Z | Jan 22 08:45:23.448 INFO Checking that binary works, target: Clickhouse |
1565 | 2025-01-22T08:45:24.352Z | Jan 22 08:45:23.597 INFO Download complete, target: Clickhouse |
1566 | 2025-01-22T08:45:24.359Z | All prerequisites installed successfully |
1567 | 2025-01-22T08:45:24.362Z | |
1568 | 2025-01-22T08:45:24.362Z | real 5:00.364475790 |
1569 | 2025-01-22T08:45:24.362Z | user 15:47.811996334 |
1570 | 2025-01-22T08:45:24.362Z | sys 2:03.215970862 |
1571 | 2025-01-22T08:45:24.362Z | trap 0.573509329 |
1572 | 2025-01-22T08:45:24.362Z | tflt 1.462878820 |
1573 | 2025-01-22T08:45:24.362Z | dflt 1.694316022 |
1574 | 2025-01-22T08:45:24.362Z | kflt 0.025067338 |
1575 | 2025-01-22T08:45:24.362Z | lock 24:53.318995482 |
1576 | 2025-01-22T08:45:24.362Z | slp 55:31.319767900 |
1577 | 2025-01-22T08:45:24.363Z | lat 59.633609189 |
1578 | 2025-01-22T08:45:24.363Z | stop 2:21.030882986 |
1579 | 2025-01-22T08:45:24.363Z | + ptime -m cargo xtask download softnpu |
1580 | 2025-01-22T08:45:24.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1581 | 2025-01-22T08:45:24.918Z | Running `target/debug/xtask download softnpu` |
1582 | 2025-01-22T08:45:25.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1583 | 2025-01-22T08:45:25.785Z | Running `target/debug/xtask-downloader softnpu` |
1584 | 2025-01-22T08:45:25.820Z | Jan 22 08:45:25.065 INFO Starting download, target: Softnpu |
1585 | 2025-01-22T08:45:25.823Z | Jan 22 08:45:25.066 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1586 | 2025-01-22T08:45:26.298Z | Jan 22 08:45:25.543 INFO Download complete, target: Softnpu |
1587 | 2025-01-22T08:45:26.304Z | |
1588 | 2025-01-22T08:45:26.309Z | real 1.934753782 |
1589 | 2025-01-22T08:45:26.309Z | user 1.241765464 |
1590 | 2025-01-22T08:45:26.309Z | sys 0.546247038 |
1591 | 2025-01-22T08:45:26.309Z | trap 0.001705024 |
1592 | 2025-01-22T08:45:26.309Z | tflt 0.000033747 |
1593 | 2025-01-22T08:45:26.309Z | dflt 0.000053497 |
1594 | 2025-01-22T08:45:26.309Z | kflt 0.000000000 |
1595 | 2025-01-22T08:45:26.309Z | lock 4.770602867 |
1596 | 2025-01-22T08:45:26.310Z | slp 0.362650322 |
1597 | 2025-01-22T08:45:26.310Z | lat 0.076377871 |
1598 | 2025-01-22T08:45:26.310Z | stop 0.000174552 |
1599 | 2025-01-22T08:45:26.310Z | + export CARGO_INCREMENTAL=0 |
1600 | 2025-01-22T08:45:26.310Z | + CARGO_INCREMENTAL=0 |
1601 | 2025-01-22T08:45:26.310Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1602 | 2025-01-22T08:45:27.225Z | Compiling proc-macro2 v1.0.92 |
1603 | 2025-01-22T08:45:27.225Z | Compiling unicode-ident v1.0.14 |
1604 | 2025-01-22T08:45:27.227Z | Compiling libc v0.2.169 |
1605 | 2025-01-22T08:45:27.227Z | Compiling serde v1.0.217 |
1606 | 2025-01-22T08:45:27.227Z | Compiling autocfg v1.4.0 |
1607 | 2025-01-22T08:45:27.227Z | Compiling version_check v0.9.5 |
1608 | 2025-01-22T08:45:27.227Z | Compiling cfg-if v1.0.0 |
1609 | 2025-01-22T08:45:27.500Z | Compiling memchr v2.7.4 |
1610 | 2025-01-22T08:45:27.533Z | Compiling typenum v1.17.0 |
1611 | 2025-01-22T08:45:27.552Z | Compiling shlex v1.3.0 |
1612 | 2025-01-22T08:45:27.872Z | Compiling value-bag v1.9.0 |
1613 | 2025-01-22T08:45:27.994Z | Compiling generic-array v0.14.7 |
1614 | 2025-01-22T08:45:28.109Z | Compiling lock_api v0.4.12 |
1615 | 2025-01-22T08:45:28.330Z | Compiling log v0.4.22 |
1616 | 2025-01-22T08:45:28.363Z | Compiling scopeguard v1.2.0 |
1617 | 2025-01-22T08:45:28.531Z | Compiling parking_lot_core v0.9.10 |
1618 | 2025-01-22T08:45:28.815Z | Compiling serde_json v1.0.135 |
1619 | 2025-01-22T08:45:28.980Z | Compiling quote v1.0.38 |
1620 | 2025-01-22T08:45:29.013Z | Compiling once_cell v1.20.2 |
1621 | 2025-01-22T08:45:29.063Z | Compiling jobserver v0.1.32 |
1622 | 2025-01-22T08:45:29.138Z | Compiling getrandom v0.2.15 |
1623 | 2025-01-22T08:45:29.406Z | Compiling syn v2.0.96 |
1624 | 2025-01-22T08:45:29.505Z | Compiling cc v1.1.30 |
1625 | 2025-01-22T08:45:29.521Z | Compiling libm v0.2.8 |
1626 | 2025-01-22T08:45:29.539Z | Compiling rustix v0.38.37 |
1627 | 2025-01-22T08:45:29.559Z | Compiling aho-corasick v1.1.3 |
1628 | 2025-01-22T08:45:29.587Z | Compiling num-traits v0.2.19 |
1629 | 2025-01-22T08:45:29.758Z | Compiling thiserror v1.0.69 |
1630 | 2025-01-22T08:45:29.837Z | Compiling regex-syntax v0.8.5 |
1631 | 2025-01-22T08:45:29.887Z | Compiling either v1.13.0 |
1632 | 2025-01-22T08:45:30.147Z | Compiling itoa v1.0.11 |
1633 | 2025-01-22T08:45:30.231Z | Compiling spin v0.9.8 |
1634 | 2025-01-22T08:45:30.529Z | Compiling slab v0.4.9 |
1635 | 2025-01-22T08:45:30.738Z | Compiling errno v0.3.9 |
1636 | 2025-01-22T08:45:30.852Z | Compiling byteorder v1.5.0 |
1637 | 2025-01-22T08:45:30.999Z | Compiling lazy_static v1.5.0 |
1638 | 2025-01-22T08:45:31.136Z | Compiling rand_core v0.6.4 |
1639 | 2025-01-22T08:45:31.296Z | Compiling glob v0.3.1 |
1640 | 2025-01-22T08:45:31.677Z | Compiling prettyplease v0.2.25 |
1641 | 2025-01-22T08:45:32.007Z | Compiling clang-sys v1.8.1 |
1642 | 2025-01-22T08:45:32.057Z | Compiling minimal-lexical v0.2.1 |
1643 | 2025-01-22T08:45:32.452Z | Compiling nom v7.1.3 |
1644 | 2025-01-22T08:45:32.523Z | Compiling libloading v0.8.5 |
1645 | 2025-01-22T08:45:32.555Z | Compiling bindgen v0.69.5 |
1646 | 2025-01-22T08:45:32.718Z | Compiling smallvec v1.13.2 |
1647 | 2025-01-22T08:45:32.856Z | Compiling subtle v2.6.1 |
1648 | 2025-01-22T08:45:32.971Z | Compiling home v0.5.9 |
1649 | 2025-01-22T08:45:33.216Z | Compiling itertools v0.12.1 |
1650 | 2025-01-22T08:45:33.280Z | Compiling rustc-hash v1.1.0 |
1651 | 2025-01-22T08:45:33.441Z | Compiling regex-automata v0.4.8 |
1652 | 2025-01-22T08:45:33.537Z | Compiling lazycell v1.3.0 |
1653 | 2025-01-22T08:45:33.633Z | Compiling allocator-api2 v0.2.18 |
1654 | 2025-01-22T08:45:33.742Z | Compiling cmake v0.1.51 |
1655 | 2025-01-22T08:45:34.486Z | Compiling semver v1.0.24 |
1656 | 2025-01-22T08:45:34.556Z | Compiling dunce v1.0.5 |
1657 | 2025-01-22T08:45:34.696Z | Compiling fs_extra v1.3.0 |
1658 | 2025-01-22T08:45:35.259Z | Compiling pkg-config v0.3.31 |
1659 | 2025-01-22T08:45:35.687Z | Compiling cexpr v0.6.0 |
1660 | 2025-01-22T08:45:35.734Z | Compiling ring v0.17.8 |
1661 | 2025-01-22T08:45:36.122Z | Compiling ryu v1.0.18 |
1662 | 2025-01-22T08:45:36.364Z | Compiling synstructure v0.13.1 |
1663 | 2025-01-22T08:45:36.439Z | Compiling pin-project-lite v0.2.14 |
1664 | 2025-01-22T08:45:36.656Z | Compiling paste v1.0.15 |
1665 | 2025-01-22T08:45:36.997Z | Compiling fnv v1.0.7 |
1666 | 2025-01-22T08:45:37.122Z | Compiling aws-lc-rs v1.10.0 |
1667 | 2025-01-22T08:45:37.175Z | Compiling schemars v0.8.21 |
1668 | 2025-01-22T08:45:37.508Z | Compiling const-oid v0.9.6 |
1669 | 2025-01-22T08:45:37.511Z | Compiling httparse v1.9.5 |
1670 | 2025-01-22T08:45:37.730Z | Compiling serde_derive_internals v0.29.1 |
1671 | 2025-01-22T08:45:38.252Z | Compiling foldhash v0.1.3 |
1672 | 2025-01-22T08:45:38.489Z | Compiling equivalent v1.0.1 |
1673 | 2025-01-22T08:45:38.614Z | Compiling hashbrown v0.15.1 |
1674 | 2025-01-22T08:45:38.848Z | Compiling regex v1.11.1 |
1675 | 2025-01-22T08:45:39.359Z | Compiling signal-hook-registry v1.4.2 |
1676 | 2025-01-22T08:45:39.572Z | Compiling heck v0.5.0 |
1677 | 2025-01-22T08:45:39.729Z | Compiling parking_lot v0.12.3 |
1678 | 2025-01-22T08:45:39.779Z | Compiling mio v1.0.2 |
1679 | 2025-01-22T08:45:39.870Z | Compiling stable_deref_trait v1.2.0 |
1680 | 2025-01-22T08:45:40.819Z | Compiling serde_derive v1.0.217 |
1681 | 2025-01-22T08:45:41.042Z | Compiling zeroize_derive v1.4.2 |
1682 | 2025-01-22T08:45:41.354Z | Compiling zerocopy-derive v0.7.35 |
1683 | 2025-01-22T08:45:41.722Z | Compiling thiserror-impl v1.0.69 |
1684 | 2025-01-22T08:45:42.138Z | Compiling tokio-macros v2.5.0 |
1685 | 2025-01-22T08:45:42.250Z | Compiling zerofrom-derive v0.1.4 |
1686 | 2025-01-22T08:45:42.343Z | Compiling zeroize v1.8.1 |
1687 | 2025-01-22T08:45:42.786Z | Compiling yoke-derive v0.7.4 |
1688 | 2025-01-22T08:45:42.925Z | Compiling zerovec-derive v0.10.3 |
1689 | 2025-01-22T08:45:43.050Z | Compiling futures-macro v0.3.31 |
1690 | 2025-01-22T08:45:43.123Z | Compiling displaydoc v0.2.5 |
1691 | 2025-01-22T08:45:44.341Z | Compiling zerocopy v0.7.35 |
1692 | 2025-01-22T08:45:44.681Z | Compiling crypto-common v0.1.6 |
1693 | 2025-01-22T08:45:44.871Z | Compiling icu_provider_macros v1.5.0 |
1694 | 2025-01-22T08:45:44.925Z | Compiling tracing-attributes v0.1.27 |
1695 | 2025-01-22T08:45:45.152Z | Compiling schemars_derive v0.8.21 |
1696 | 2025-01-22T08:45:45.183Z | Compiling block-buffer v0.10.4 |
1697 | 2025-01-22T08:45:45.412Z | Compiling digest v0.10.7 |
1698 | 2025-01-22T08:45:45.825Z | Compiling socket2 v0.5.7 |
1699 | 2025-01-22T08:45:45.844Z | Compiling futures-core v0.3.31 |
1700 | 2025-01-22T08:45:45.931Z | Compiling num-conv v0.1.0 |
1701 | 2025-01-22T08:45:46.103Z | Compiling time-core v0.1.2 |
1702 | 2025-01-22T08:45:46.258Z | Compiling crossbeam-utils v0.8.20 |
1703 | 2025-01-22T08:45:46.291Z | Compiling time-macros v0.2.18 |
1704 | 2025-01-22T08:45:46.880Z | Compiling der_derive v0.7.3 |
1705 | 2025-01-22T08:45:47.025Z | Compiling vcpkg v0.2.15 |
1706 | 2025-01-22T08:45:48.475Z | Compiling openssl-sys v0.9.103 |
1707 | 2025-01-22T08:45:48.969Z | Compiling syn v1.0.109 |
1708 | 2025-01-22T08:45:49.404Z | Compiling cpufeatures v0.2.14 |
1709 | 2025-01-22T08:45:49.586Z | Compiling futures-sink v0.3.31 |
1710 | 2025-01-22T08:45:49.675Z | Compiling slog v2.7.0 |
1711 | 2025-01-22T08:45:50.034Z | Compiling ahash v0.8.11 |
1712 | 2025-01-22T08:45:50.272Z | Compiling zerofrom v0.1.4 |
1713 | 2025-01-22T08:45:50.497Z | Compiling iana-time-zone v0.1.61 |
1714 | 2025-01-22T08:45:50.776Z | Compiling yoke v0.7.4 |
1715 | 2025-01-22T08:45:50.990Z | Compiling futures-channel v0.3.31 |
1716 | 2025-01-22T08:45:51.143Z | Compiling scroll_derive v0.12.0 |
1717 | 2025-01-22T08:45:51.160Z | Compiling ucd-trie v0.1.7 |
1718 | 2025-01-22T08:45:51.176Z | Compiling futures-io v0.3.31 |
1719 | 2025-01-22T08:45:51.450Z | Compiling pin-utils v0.1.0 |
1720 | 2025-01-22T08:45:51.531Z | Compiling futures-task v0.3.31 |
1721 | 2025-01-22T08:45:51.560Z | Compiling openssl v0.10.66 |
1722 | 2025-01-22T08:45:51.612Z | Compiling pest v2.7.14 |
1723 | 2025-01-22T08:45:51.837Z | Compiling futures-util v0.3.31 |
1724 | 2025-01-22T08:45:51.975Z | Compiling zerovec v0.10.4 |
1725 | 2025-01-22T08:45:52.828Z | Compiling bitflags v2.6.0 |
1726 | 2025-01-22T08:45:52.957Z | Compiling bytes v1.9.0 |
1727 | 2025-01-22T08:45:54.920Z | Compiling indexmap v2.7.0 |
1728 | 2025-01-22T08:45:55.033Z | Compiling tokio v1.43.0 |
1729 | 2025-01-22T08:45:56.061Z | Compiling serde_tokenstream v0.2.2 |
1730 | 2025-01-22T08:45:56.560Z | Compiling uuid v1.12.0 |
1731 | 2025-01-22T08:45:56.588Z | Compiling http v1.2.0 |
1732 | 2025-01-22T08:45:57.819Z | Compiling which v4.4.2 |
1733 | 2025-01-22T08:45:57.937Z | Compiling chrono v0.4.39 |
1734 | 2025-01-22T08:45:58.045Z | Compiling rustc_version v0.4.1 |
1735 | 2025-01-22T08:45:59.411Z | Compiling hmac v0.12.1 |
1736 | 2025-01-22T08:46:00.935Z | Compiling pest_meta v2.7.14 |
1737 | 2025-01-22T08:46:03.747Z | Compiling block-padding v0.3.3 |
1738 | 2025-01-22T08:46:03.994Z | Compiling openssl-macros v0.1.1 |
1739 | 2025-01-22T08:46:04.633Z | Compiling native-tls v0.2.12 |
1740 | 2025-01-22T08:46:04.685Z | Compiling rustls v0.23.19 |
1741 | 2025-01-22T08:46:04.945Z | Compiling inout v0.1.3 |
1742 | 2025-01-22T08:46:04.966Z | Compiling pest_generator v2.7.14 |
1743 | 2025-01-22T08:46:05.076Z | Compiling tinystr v0.7.6 |
1744 | 2025-01-22T08:46:05.474Z | Compiling toml_datetime v0.6.8 |
1745 | 2025-01-22T08:46:05.588Z | Compiling serde_spanned v0.6.8 |
1746 | 2025-01-22T08:46:05.850Z | Compiling tracing-core v0.1.32 |
1747 | 2025-01-22T08:46:05.874Z | Compiling litemap v0.7.3 |
1748 | 2025-01-22T08:46:05.944Z | Compiling writeable v0.5.5 |
1749 | 2025-01-22T08:46:06.321Z | Compiling strsim v0.11.1 |
1750 | 2025-01-22T08:46:06.596Z | Compiling dyn-clone v1.0.17 |
1751 | 2025-01-22T08:46:06.843Z | Compiling icu_locid v1.5.0 |
1752 | 2025-01-22T08:46:06.982Z | Compiling pest_derive v2.7.14 |
1753 | 2025-01-22T08:46:07.040Z | Compiling tracing v0.1.40 |
1754 | 2025-01-22T08:46:07.792Z | Compiling cipher v0.4.4 |
1755 | 2025-01-22T08:46:08.015Z | Compiling sha2 v0.10.8 |
1756 | 2025-01-22T08:46:08.394Z | Compiling cookie v0.18.1 |
1757 | 2025-01-22T08:46:08.705Z | Compiling usdt-impl v0.5.0 |
1758 | 2025-01-22T08:46:08.804Z | Compiling base64ct v1.6.0 |
1759 | 2025-01-22T08:46:08.933Z | Compiling icu_provider v1.5.0 |
1760 | 2025-01-22T08:46:09.364Z | Compiling pem-rfc7468 v0.7.0 |
1761 | 2025-01-22T08:46:10.532Z | Compiling aws-lc-sys v0.22.0 |
1762 | 2025-01-22T08:46:10.826Z | Compiling scroll v0.12.0 |
1763 | 2025-01-22T08:46:11.119Z | Compiling ppv-lite86 v0.2.20 |
1764 | 2025-01-22T08:46:11.345Z | Compiling async-trait v0.1.83 |
1765 | 2025-01-22T08:46:12.097Z | Compiling flagset v0.4.6 |
1766 | 2025-01-22T08:46:12.319Z | Compiling icu_locid_transform_data v1.5.0 |
1767 | 2025-01-22T08:46:12.431Z | Compiling rustls-pki-types v1.10.0 |
1768 | 2025-01-22T08:46:14.119Z | Compiling percent-encoding v2.3.1 |
1769 | 2025-01-22T08:46:14.582Z | Compiling camino v1.1.9 |
1770 | 2025-01-22T08:46:14.636Z | Compiling plain v0.2.3 |
1771 | 2025-01-22T08:46:14.791Z | Compiling anyhow v1.0.93 |
1772 | 2025-01-22T08:46:15.207Z | Compiling icu_locid_transform v1.5.0 |
1773 | 2025-01-22T08:46:15.264Z | Compiling goblin v0.8.2 |
1774 | 2025-01-22T08:46:17.177Z | Compiling der v0.7.9 |
1775 | 2025-01-22T08:46:19.777Z | Compiling rand_chacha v0.3.1 |
1776 | 2025-01-22T08:46:19.961Z | Compiling tokio-util v0.7.12 |
1777 | 2025-01-22T08:46:20.408Z | Compiling icu_collections v1.5.0 |
1778 | 2025-01-22T08:46:21.727Z | Compiling untrusted v0.9.0 |
1779 | 2025-01-22T08:46:21.767Z | Compiling powerfmt v0.2.0 |
1780 | 2025-01-22T08:46:22.225Z | Compiling untrusted v0.7.1 |
1781 | 2025-01-22T08:46:22.270Z | Compiling icu_properties_data v1.5.0 |
1782 | 2025-01-22T08:46:22.376Z | Compiling rayon-core v1.12.1 |
1783 | 2025-01-22T08:46:22.429Z | Compiling rustls v0.22.4 |
1784 | 2025-01-22T08:46:22.523Z | Compiling mirai-annotations v1.12.0 |
1785 | 2025-01-22T08:46:22.663Z | Compiling pretty-hex v0.4.1 |
1786 | 2025-01-22T08:46:22.705Z | Compiling icu_properties v1.5.1 |
1787 | 2025-01-22T08:46:22.722Z | Compiling deranged v0.3.11 |
1788 | 2025-01-22T08:46:22.881Z | Compiling dof v0.3.0 |
1789 | 2025-01-22T08:46:24.150Z | Compiling rand v0.8.5 |
1790 | 2025-01-22T08:46:24.434Z | Compiling spki v0.7.3 |
1791 | 2025-01-22T08:46:24.605Z | Compiling salsa20 v0.10.2 |
1792 | 2025-01-22T08:46:24.792Z | Compiling dtrace-parser v0.2.0 |
1793 | 2025-01-22T08:46:25.536Z | Compiling pbkdf2 v0.12.2 |
1794 | 2025-01-22T08:46:26.297Z | Compiling thread-id v4.2.2 |
1795 | 2025-01-22T08:46:26.384Z | Compiling utf8_iter v1.0.4 |
1796 | 2025-01-22T08:46:26.424Z | Compiling utf16_iter v1.0.5 |
1797 | 2025-01-22T08:46:26.568Z | Compiling num_threads v0.1.7 |
1798 | 2025-01-22T08:46:26.919Z | Compiling write16 v1.0.0 |
1799 | 2025-01-22T08:46:26.938Z | Compiling litrs v0.4.1 |
1800 | 2025-01-22T08:46:27.079Z | Compiling icu_normalizer_data v1.5.0 |
1801 | 2025-01-22T08:46:27.198Z | Compiling atomic-waker v1.1.2 |
1802 | 2025-01-22T08:46:27.530Z | Compiling winnow v0.5.40 |
1803 | 2025-01-22T08:46:27.604Z | Compiling time v0.3.36 |
1804 | 2025-01-22T08:46:27.657Z | Compiling icu_normalizer v1.5.0 |
1805 | 2025-01-22T08:46:27.947Z | Compiling document-features v0.2.10 |
1806 | 2025-01-22T08:46:32.573Z | Compiling toml_edit v0.19.15 |
1807 | 2025-01-22T08:46:32.573Z | Compiling scrypt v0.11.0 |
1808 | 2025-01-22T08:46:32.573Z | Compiling form_urlencoded v1.2.1 |
1809 | 2025-01-22T08:46:32.593Z | Compiling aes v0.8.4 |
1810 | 2025-01-22T08:46:32.666Z | Compiling cbc v0.1.2 |
1811 | 2025-01-22T08:46:32.894Z | Compiling http-body v1.0.1 |
1812 | 2025-01-22T08:46:33.151Z | Compiling multer v3.1.0 |
1813 | 2025-01-22T08:46:33.458Z | Compiling tinyvec_macros v0.1.1 |
1814 | 2025-01-22T08:46:33.588Z | Compiling try-lock v0.2.5 |
1815 | 2025-01-22T08:46:33.701Z | Compiling rustversion v1.0.17 |
1816 | 2025-01-22T08:46:34.115Z | Compiling slog-async v2.8.0 |
1817 | 2025-01-22T08:46:34.343Z | Compiling want v0.3.1 |
1818 | 2025-01-22T08:46:34.561Z | Compiling tinyvec v1.8.0 |
1819 | 2025-01-22T08:46:34.631Z | Compiling pkcs5 v0.7.1 |
1820 | 2025-01-22T08:46:36.176Z | Compiling idna_adapter v1.2.0 |
1821 | 2025-01-22T08:46:36.398Z | Compiling h2 v0.4.6 |
1822 | 2025-01-22T08:46:36.710Z | Compiling heapless v0.7.17 |
1823 | 2025-01-22T08:46:37.315Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1824 | 2025-01-22T08:46:37.690Z | Compiling httpdate v1.0.3 |
1825 | 2025-01-22T08:46:37.787Z | Compiling signal-hook v0.3.17 |
1826 | 2025-01-22T08:46:38.491Z | Compiling idna v1.0.3 |
1827 | 2025-01-22T08:46:39.818Z | Compiling pkcs8 v0.10.2 |
1828 | 2025-01-22T08:46:40.425Z | Compiling usdt-macro v0.5.0 |
1829 | 2025-01-22T08:46:41.154Z | Compiling usdt-attr-macro v0.5.0 |
1830 | 2025-01-22T08:46:41.770Z | Compiling async-stream-impl v0.3.6 |
1831 | 2025-01-22T08:46:42.577Z | Compiling tower-service v0.3.3 |
1832 | 2025-01-22T08:46:42.733Z | Compiling adler2 v2.0.0 |
1833 | 2025-01-22T08:46:42.824Z | Compiling base64 v0.22.1 |
1834 | 2025-01-22T08:46:43.249Z | Compiling miniz_oxide v0.8.0 |
1835 | 2025-01-22T08:46:44.638Z | Compiling hyper v1.5.2 |
1836 | 2025-01-22T08:46:46.601Z | Compiling curve25519-dalek v4.1.3 |
1837 | 2025-01-22T08:46:47.014Z | Compiling openapiv3 v2.0.0 |
1838 | 2025-01-22T08:46:49.572Z | Compiling hyper-util v0.1.10 |
1839 | 2025-01-22T08:46:50.356Z | Compiling enum-as-inner v0.6.1 |
1840 | 2025-01-22T08:46:50.981Z | Compiling dropshot v0.12.0 |
1841 | 2025-01-22T08:46:51.001Z | Compiling smoltcp v0.9.1 |
1842 | 2025-01-22T08:46:51.318Z | Compiling foreign-types-shared v0.1.1 |
1843 | 2025-01-22T08:46:51.545Z | Compiling num-bigint-dig v0.8.4 |
1844 | 2025-01-22T08:46:51.588Z | Compiling match_cfg v0.1.0 |
1845 | 2025-01-22T08:46:51.692Z | Compiling portable-atomic v1.9.0 |
1846 | 2025-01-22T08:46:51.836Z | Compiling newtype-uuid v1.2.1 |
1847 | 2025-01-22T08:46:52.199Z | Compiling foreign-types v0.3.2 |
1848 | 2025-01-22T08:46:52.310Z | Compiling hostname v0.3.1 |
1849 | 2025-01-22T08:46:54.981Z | Compiling url v2.5.3 |
1850 | 2025-01-22T08:46:56.885Z | Compiling http-body-util v0.1.2 |
1851 | 2025-01-22T08:46:57.220Z | Compiling dirs-sys-next v0.1.2 |
1852 | 2025-01-22T08:46:57.409Z | Compiling encoding_rs v0.8.34 |
1853 | 2025-01-22T08:46:57.516Z | Compiling siphasher v0.3.11 |
1854 | 2025-01-22T08:46:57.678Z | Compiling data-encoding v2.6.0 |
1855 | 2025-01-22T08:46:57.870Z | Compiling ident_case v1.0.1 |
1856 | 2025-01-22T08:46:58.043Z | Compiling gimli v0.31.1 |
1857 | 2025-01-22T08:46:59.132Z | Compiling mime v0.3.17 |
1858 | 2025-01-22T08:47:00.183Z | Compiling heck v0.4.1 |
1859 | 2025-01-22T08:47:00.205Z | Compiling darling_core v0.20.10 |
1860 | 2025-01-22T08:47:00.549Z | Compiling dirs-next v2.0.0 |
1861 | 2025-01-22T08:47:04.622Z | Compiling addr2line v0.24.2 |
1862 | 2025-01-22T08:47:06.275Z | Compiling unicode-normalization v0.1.24 |
1863 | 2025-01-22T08:47:07.350Z | Compiling crossbeam-epoch v0.9.18 |
1864 | 2025-01-22T08:47:07.919Z | Compiling serde_urlencoded v0.7.1 |
1865 | 2025-01-22T08:47:08.004Z | Compiling rustls-pemfile v2.2.0 |
1866 | 2025-01-22T08:47:08.107Z | Compiling hubpack_derive v0.1.1 |
1867 | 2025-01-22T08:47:08.477Z | Compiling dropshot_endpoint v0.12.0 |
1868 | 2025-01-22T08:47:08.534Z | Compiling sha1 v0.10.6 |
1869 | 2025-01-22T08:47:08.580Z | Compiling signature v2.2.0 |
1870 | 2025-01-22T08:47:08.814Z | Compiling curve25519-dalek-derive v0.1.1 |
1871 | 2025-01-22T08:47:08.928Z | Compiling zerocopy-derive v0.6.6 |
1872 | 2025-01-22T08:47:09.018Z | Compiling object v0.36.5 |
1873 | 2025-01-22T08:47:10.632Z | Compiling thread_local v1.1.8 |
1874 | 2025-01-22T08:47:11.062Z | Compiling fs-err v2.11.0 |
1875 | 2025-01-22T08:47:12.192Z | Compiling rustc-demangle v0.1.24 |
1876 | 2025-01-22T08:47:14.496Z | Compiling ipnet v2.10.1 |
1877 | 2025-01-22T08:47:15.251Z | Compiling utf8parse v0.2.2 |
1878 | 2025-01-22T08:47:15.426Z | Compiling anstyle v1.0.10 |
1879 | 2025-01-22T08:47:15.852Z | Compiling unicode-bidi v0.3.17 |
1880 | 2025-01-22T08:47:16.193Z | Compiling unicode-properties v0.1.3 |
1881 | 2025-01-22T08:47:17.085Z | Compiling openssl-probe v0.1.5 |
1882 | 2025-01-22T08:47:17.567Z | Compiling winnow v0.6.20 |
1883 | 2025-01-22T08:47:20.977Z | Compiling toml_edit v0.22.22 |
1884 | 2025-01-22T08:47:21.049Z | Compiling stringprep v0.1.5 |
1885 | 2025-01-22T08:47:22.558Z | Compiling backtrace v0.3.74 |
1886 | 2025-01-22T08:47:23.577Z | Compiling rustls-webpki v0.102.8 |
1887 | 2025-01-22T08:47:23.606Z | Compiling anstyle-parse v0.2.5 |
1888 | 2025-01-22T08:47:28.150Z | Compiling crossbeam-deque v0.8.5 |
1889 | 2025-01-22T08:47:31.616Z | Compiling darling_macro v0.20.10 |
1890 | 2025-01-22T08:47:32.472Z | Compiling term v0.7.0 |
1891 | 2025-01-22T08:47:33.083Z | Compiling slog-json v2.6.1 |
1892 | 2025-01-22T08:47:33.742Z | Compiling crossbeam-channel v0.5.13 |
1893 | 2025-01-22T08:47:34.011Z | Compiling hashbrown v0.14.5 |
1894 | 2025-01-22T08:47:34.695Z | Compiling futures-executor v0.3.31 |
1895 | 2025-01-22T08:47:34.982Z | Compiling num-integer v0.1.46 |
1896 | 2025-01-22T08:47:35.125Z | Compiling md-5 v0.10.6 |
1897 | 2025-01-22T08:47:35.165Z | Compiling ff v0.13.0 |
1898 | 2025-01-22T08:47:35.366Z | Compiling hash32 v0.2.1 |
1899 | 2025-01-22T08:47:35.393Z | Compiling is-terminal v0.4.13 |
1900 | 2025-01-22T08:47:35.432Z | Compiling memmap v0.7.0 |
1901 | 2025-01-22T08:47:35.723Z | Compiling is_terminal_polyfill v1.70.1 |
1902 | 2025-01-22T08:47:35.882Z | Compiling utf-8 v0.7.6 |
1903 | 2025-01-22T08:47:36.072Z | Compiling psl-types v2.0.11 |
1904 | 2025-01-22T08:47:36.175Z | Compiling colorchoice v1.0.2 |
1905 | 2025-01-22T08:47:36.344Z | Compiling quick-error v1.2.3 |
1906 | 2025-01-22T08:47:36.501Z | Compiling linked-hash-map v0.5.6 |
1907 | 2025-01-22T08:47:36.520Z | Compiling take_mut v0.2.2 |
1908 | 2025-01-22T08:47:36.523Z | Compiling base16ct v0.2.0 |
1909 | 2025-01-22T08:47:36.690Z | Compiling anstyle-query v1.1.1 |
1910 | 2025-01-22T08:47:36.840Z | Compiling fallible-iterator v0.2.0 |
1911 | 2025-01-22T08:47:36.843Z | Compiling anstream v0.6.15 |
1912 | 2025-01-22T08:47:36.873Z | Compiling lru-cache v0.1.2 |
1913 | 2025-01-22T08:47:37.077Z | Compiling sec1 v0.7.3 |
1914 | 2025-01-22T08:47:37.421Z | Compiling resolv-conf v0.7.0 |
1915 | 2025-01-22T08:47:37.514Z | Compiling postgres-protocol v0.6.7 |
1916 | 2025-01-22T08:47:37.622Z | Compiling publicsuffix v2.3.0 |
1917 | 2025-01-22T08:47:37.995Z | Compiling tungstenite v0.24.0 |
1918 | 2025-01-22T08:47:38.251Z | Compiling usdt v0.5.0 |
1919 | 2025-01-22T08:47:38.635Z | Compiling slog-term v2.9.1 |
1920 | 2025-01-22T08:47:38.720Z | Compiling num-iter v0.1.45 |
1921 | 2025-01-22T08:47:38.927Z | Compiling group v0.13.0 |
1922 | 2025-01-22T08:47:39.068Z | Compiling regress v0.10.1 |
1923 | 2025-01-22T08:47:39.237Z | Compiling futures v0.3.31 |
1924 | 2025-01-22T08:47:41.798Z | Compiling slog-bunyan v2.5.0 |
1925 | 2025-01-22T08:47:42.450Z | Compiling darling v0.20.10 |
1926 | 2025-01-22T08:47:42.580Z | Compiling tokio-rustls v0.26.0 |
1927 | 2025-01-22T08:47:42.669Z | Compiling tokio-rustls v0.25.0 |
1928 | 2025-01-22T08:47:43.037Z | Compiling toml v0.8.19 |
1929 | 2025-01-22T08:47:43.079Z | Compiling tokio-native-tls v0.3.1 |
1930 | 2025-01-22T08:47:43.554Z | Compiling hickory-proto v0.24.2 |
1931 | 2025-01-22T08:47:43.680Z | Compiling strum_macros v0.25.3 |
1932 | 2025-01-22T08:47:44.367Z | Compiling phf_shared v0.11.2 |
1933 | 2025-01-22T08:47:44.714Z | Compiling async-stream v0.3.6 |
1934 | 2025-01-22T08:47:44.774Z | Compiling waitgroup v0.1.2 |
1935 | 2025-01-22T08:47:44.980Z | Compiling webpki-roots v0.26.6 |
1936 | 2025-01-22T08:47:45.349Z | Compiling hkdf v0.12.4 |
1937 | 2025-01-22T08:47:45.377Z | Compiling terminal_size v0.4.0 |
1938 | 2025-01-22T08:47:45.495Z | Compiling serde_path_to_error v0.1.16 |
1939 | 2025-01-22T08:47:45.751Z | Compiling crypto-bigint v0.5.5 |
1940 | 2025-01-22T08:47:46.204Z | Compiling clap_derive v4.5.18 |
1941 | 2025-01-22T08:47:46.237Z | Compiling derive-where v1.2.7 |
1942 | 2025-01-22T08:47:46.987Z | Compiling serde_repr v0.1.19 |
1943 | 2025-01-22T08:47:47.612Z | Compiling hostname v0.4.0 |
1944 | 2025-01-22T08:47:47.820Z | Compiling crc32fast v1.4.2 |
1945 | 2025-01-22T08:47:48.007Z | Compiling debug-ignore v1.0.5 |
1946 | 2025-01-22T08:47:48.127Z | Compiling bitflags v1.3.2 |
1947 | 2025-01-22T08:47:48.173Z | Compiling unicode-width v0.1.14 |
1948 | 2025-01-22T08:47:49.014Z | Compiling managed v0.8.0 |
1949 | 2025-01-22T08:47:49.421Z | Compiling clap_lex v0.7.2 |
1950 | 2025-01-22T08:47:49.513Z | Compiling hickory-resolver v0.24.2 |
1951 | 2025-01-22T08:47:49.822Z | Compiling clap_builder v4.5.21 |
1952 | 2025-01-22T08:47:51.467Z | Compiling console v0.15.8 |
1953 | 2025-01-22T08:47:51.896Z | Compiling elliptic-curve v0.13.8 |
1954 | 2025-01-22T08:47:53.283Z | Compiling flate2 v1.0.35 |
1955 | 2025-01-22T08:47:54.858Z | Compiling hyper-rustls v0.27.3 |
1956 | 2025-01-22T08:47:55.535Z | Compiling phf v0.11.2 |
1957 | 2025-01-22T08:47:56.459Z | Compiling hyper-tls v0.6.0 |
1958 | 2025-01-22T08:47:57.235Z | Compiling typify-impl v0.2.0 |
1959 | 2025-01-22T08:47:57.560Z | Compiling signal-hook-mio v0.2.4 |
1960 | 2025-01-22T08:47:57.736Z | Compiling rayon v1.10.0 |
1961 | 2025-01-22T08:47:57.816Z | Compiling bzip2 v0.4.4 |
1962 | 2025-01-22T08:47:58.198Z | Compiling cookie_store v0.21.1 |
1963 | 2025-01-22T08:48:00.287Z | Compiling tokio-tungstenite v0.24.0 |
1964 | 2025-01-22T08:48:02.032Z | Compiling postgres-types v0.2.8 |
1965 | 2025-01-22T08:48:02.596Z | Compiling zerocopy v0.6.6 |
1966 | 2025-01-22T08:48:02.619Z | Compiling hubpack v0.1.2 |
1967 | 2025-01-22T08:48:03.038Z | Compiling ed25519 v2.2.3 |
1968 | 2025-01-22T08:48:03.232Z | Compiling phf_shared v0.10.0 |
1969 | 2025-01-22T08:48:03.394Z | Compiling pkcs1 v0.7.5 |
1970 | 2025-01-22T08:48:03.452Z | Compiling tokio-stream v0.1.16 |
1971 | 2025-01-22T08:48:03.637Z | Compiling ipnetwork v0.20.0 |
1972 | 2025-01-22T08:48:04.330Z | Compiling rfc6979 v0.4.0 |
1973 | 2025-01-22T08:48:04.392Z | Compiling serde-big-array v0.5.1 |
1974 | 2025-01-22T08:48:04.509Z | Compiling float-cmp v0.9.0 |
1975 | 2025-01-22T08:48:04.533Z | Compiling sync_wrapper v1.0.1 |
1976 | 2025-01-22T08:48:04.689Z | Compiling bstr v1.10.0 |
1977 | 2025-01-22T08:48:04.787Z | Compiling precomputed-hash v0.1.1 |
1978 | 2025-01-22T08:48:04.917Z | Compiling new_debug_unreachable v1.0.6 |
1979 | 2025-01-22T08:48:05.029Z | Compiling normalize-line-endings v0.3.0 |
1980 | 2025-01-22T08:48:05.176Z | Compiling static_assertions v1.1.0 |
1981 | 2025-01-22T08:48:05.290Z | Compiling predicates-core v1.0.8 |
1982 | 2025-01-22T08:48:05.593Z | Compiling whoami v1.5.2 |
1983 | 2025-01-22T08:48:05.745Z | Compiling bit-vec v0.6.3 |
1984 | 2025-01-22T08:48:06.100Z | Compiling fixedbitset v0.4.2 |
1985 | 2025-01-22T08:48:06.126Z | Compiling difflib v0.4.0 |
1986 | 2025-01-22T08:48:06.142Z | Compiling unicode-width v0.2.0 |
1987 | 2025-01-22T08:48:06.681Z | Compiling number_prefix v0.4.0 |
1988 | 2025-01-22T08:48:06.745Z | Compiling unicode-segmentation v1.12.0 |
1989 | 2025-01-22T08:48:07.170Z | Compiling indicatif v0.17.9 |
1990 | 2025-01-22T08:48:07.441Z | Compiling similar v2.6.0 |
1991 | 2025-01-22T08:48:07.558Z | Compiling predicates v3.1.2 |
1992 | 2025-01-22T08:48:07.788Z | Compiling typify-macro v0.2.0 |
1993 | 2025-01-22T08:48:08.888Z | Compiling petgraph v0.6.5 |
1994 | 2025-01-22T08:48:09.226Z | Compiling bit-set v0.5.3 |
1995 | 2025-01-22T08:48:09.507Z | Compiling tokio-postgres v0.7.12 |
1996 | 2025-01-22T08:48:09.664Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1997 | 2025-01-22T08:48:10.657Z | Compiling reqwest v0.12.9 |
1998 | 2025-01-22T08:48:11.101Z | Compiling string_cache v0.8.7 |
1999 | 2025-01-22T08:48:12.461Z | Compiling ecdsa v0.16.9 |
2000 | 2025-01-22T08:48:13.264Z | Compiling qorb v0.2.1 |
2001 | 2025-01-22T08:48:13.955Z | Compiling rsa v0.9.6 |
2002 | 2025-01-22T08:48:14.286Z | Compiling ed25519-dalek v2.1.1 |
2003 | 2025-01-22T08:48:14.802Z | Compiling zip v0.6.6 |
2004 | 2025-01-22T08:48:15.424Z | Compiling crossterm v0.28.1 |
2005 | 2025-01-22T08:48:15.811Z | Compiling clap v4.5.21 |
2006 | 2025-01-22T08:48:17.458Z | Compiling toml v0.7.8 |
2007 | 2025-01-22T08:48:18.395Z | Compiling x509-cert v0.2.5 |
2008 | 2025-01-22T08:48:18.638Z | Compiling hex v0.4.3 |
2009 | 2025-01-22T08:48:19.457Z | Compiling itertools v0.10.5 |
2010 | 2025-01-22T08:48:19.787Z | Compiling zerocopy v0.8.10 |
2011 | 2025-01-22T08:48:19.854Z | Compiling lalrpop-util v0.19.12 |
2012 | 2025-01-22T08:48:20.206Z | Compiling unicode-xid v0.2.6 |
2013 | 2025-01-22T08:48:20.498Z | Compiling peg-runtime v0.8.3 |
2014 | 2025-01-22T08:48:22.461Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2015 | 2025-01-22T08:48:26.560Z | Compiling proc-macro-crate v1.3.1 |
2016 | 2025-01-22T08:48:27.221Z | Compiling macaddr v1.0.1 |
2017 | 2025-01-22T08:48:27.598Z | Compiling zerocopy-derive v0.8.10 |
2018 | 2025-01-22T08:48:27.617Z | Compiling itertools v0.13.0 |
2019 | 2025-01-22T08:48:28.399Z | Compiling heapless v0.8.0 |
2020 | 2025-01-22T08:48:30.490Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2021 | 2025-01-22T08:48:35.568Z | Compiling num_enum_derive v0.5.11 |
2022 | 2025-01-22T08:48:43.562Z | Compiling hash32 v0.3.1 |
2023 | 2025-01-22T08:48:44.395Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2024 | 2025-01-22T08:48:45.373Z | Compiling smoltcp v0.11.0 |
2025 | 2025-01-22T08:48:49.821Z | Compiling num_enum v0.5.11 |
2026 | 2025-01-22T08:48:49.970Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2027 | 2025-01-22T08:48:50.466Z | Compiling typify v0.2.0 |
2028 | 2025-01-22T08:48:50.612Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2029 | 2025-01-22T08:48:51.688Z | Compiling proc-macro-error-attr v1.0.4 |
2030 | 2025-01-22T08:48:52.013Z | Compiling cobs v0.2.3 |
2031 | 2025-01-22T08:48:52.132Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2032 | 2025-01-22T08:48:52.495Z | Compiling thiserror v2.0.11 |
2033 | 2025-01-22T08:48:53.058Z | Compiling unsafe-libyaml v0.2.11 |
2034 | 2025-01-22T08:48:54.702Z | Compiling serde_yaml v0.9.34+deprecated |
2035 | 2025-01-22T08:48:55.043Z | Compiling postcard v1.0.10 |
2036 | 2025-01-22T08:49:07.623Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2037 | 2025-01-22T08:49:09.814Z | Compiling progenitor-impl v0.8.0 |
2038 | 2025-01-22T08:49:20.146Z | Compiling strum_macros v0.26.4 |
2039 | 2025-01-22T08:49:21.006Z | Compiling foreign-types-macros v0.2.3 |
2040 | 2025-01-22T08:49:21.182Z | Compiling thiserror-impl v2.0.11 |
2041 | 2025-01-22T08:49:21.436Z | Compiling structmeta-derive v0.3.0 |
2042 | 2025-01-22T08:49:22.090Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2043 | 2025-01-22T08:49:22.174Z | Compiling proc-macro-error v1.0.4 |
2044 | 2025-01-22T08:49:22.502Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2045 | 2025-01-22T08:49:22.800Z | Compiling foreign-types-shared v0.3.1 |
2046 | 2025-01-22T08:49:24.359Z | Compiling strum v0.26.3 |
2047 | 2025-01-22T08:49:25.125Z | Compiling structmeta v0.3.0 |
2048 | 2025-01-22T08:49:28.083Z | Compiling foreign-types v0.5.0 |
2049 | 2025-01-22T08:49:28.683Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2050 | 2025-01-22T08:49:32.435Z | Compiling progenitor-macro v0.8.0 |
2051 | 2025-01-22T08:49:36.806Z | Compiling progenitor-client v0.8.0 |
2052 | 2025-01-22T08:49:37.270Z | Compiling tabwriter v1.4.0 |
2053 | 2025-01-22T08:49:39.614Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2054 | 2025-01-22T08:49:40.803Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2055 | 2025-01-22T08:49:41.205Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2056 | 2025-01-22T08:49:41.563Z | Compiling cstr-argument v0.1.2 |
2057 | 2025-01-22T08:49:41.840Z | Compiling dropshot v0.15.1 |
2058 | 2025-01-22T08:49:42.162Z | Compiling crucible-workspace-hack v0.1.0 |
2059 | 2025-01-22T08:49:42.227Z | Compiling pretty-hex v0.2.1 |
2060 | 2025-01-22T08:49:42.489Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2061 | 2025-01-22T08:49:42.800Z | Compiling fastrand v2.1.1 |
2062 | 2025-01-22T08:49:43.084Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2063 | 2025-01-22T08:49:43.212Z | Compiling tempfile v3.13.0 |
2064 | 2025-01-22T08:49:43.231Z | Compiling progenitor v0.8.0 |
2065 | 2025-01-22T08:49:43.497Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2066 | 2025-01-22T08:49:43.534Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2067 | 2025-01-22T08:49:43.737Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2068 | 2025-01-22T08:49:44.345Z | Compiling parse-display-derive v0.10.0 |
2069 | 2025-01-22T08:49:44.441Z | Compiling colored v2.1.0 |
2070 | 2025-01-22T08:49:44.891Z | Compiling serde_with_macros v3.11.0 |
2071 | 2025-01-22T08:49:45.423Z | Compiling dropshot_endpoint v0.15.1 |
2072 | 2025-01-22T08:49:45.669Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2073 | 2025-01-22T08:49:46.406Z | Compiling instant v0.1.13 |
2074 | 2025-01-22T08:49:46.603Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2075 | 2025-01-22T08:49:47.065Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2076 | 2025-01-22T08:49:47.318Z | Compiling serde_with v3.11.0 |
2077 | 2025-01-22T08:49:47.988Z | Compiling parse-display v0.10.0 |
2078 | 2025-01-22T08:49:49.192Z | Compiling backoff v0.4.0 |
2079 | 2025-01-22T08:49:49.585Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2080 | 2025-01-22T08:49:49.852Z | Compiling zone_cfg_derive v0.3.0 |
2081 | 2025-01-22T08:49:50.214Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2082 | 2025-01-22T08:49:50.916Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2083 | 2025-01-22T08:49:51.146Z | Compiling camino-tempfile v1.1.1 |
2084 | 2025-01-22T08:49:51.313Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2085 | 2025-01-22T08:49:51.559Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2086 | 2025-01-22T08:49:51.648Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2087 | 2025-01-22T08:49:51.860Z | Compiling regress v0.9.1 |
2088 | 2025-01-22T08:49:51.885Z | Compiling progenitor-client v0.9.1 |
2089 | 2025-01-22T08:49:52.021Z | Compiling num-derive v0.4.2 |
2090 | 2025-01-22T08:49:52.818Z | Compiling sigpipe v0.1.3 |
2091 | 2025-01-22T08:49:52.965Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2092 | 2025-01-22T08:49:53.274Z | Compiling libefi-sys v0.1.0 |
2093 | 2025-01-22T08:49:53.662Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2094 | 2025-01-22T08:49:54.209Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2095 | 2025-01-22T08:49:55.745Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2096 | 2025-01-22T08:49:56.836Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2097 | 2025-01-22T08:49:59.333Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2098 | 2025-01-22T08:49:59.868Z | Compiling zone v0.3.0 |
2099 | 2025-01-22T08:50:00.358Z | Compiling smf v0.2.3 |
2100 | 2025-01-22T08:50:02.988Z | Compiling bitfield-struct v0.6.2 |
2101 | 2025-01-22T08:50:03.216Z | Compiling blake3 v1.5.4 |
2102 | 2025-01-22T08:50:03.593Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2103 | 2025-01-22T08:50:04.170Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2104 | 2025-01-22T08:50:04.297Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2105 | 2025-01-22T08:50:04.448Z | Compiling xattr v1.3.1 |
2106 | 2025-01-22T08:50:04.539Z | Compiling memmap2 v0.9.5 |
2107 | 2025-01-22T08:50:04.795Z | Compiling filetime v0.2.25 |
2108 | 2025-01-22T08:50:05.022Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2109 | 2025-01-22T08:50:05.131Z | Compiling constant_time_eq v0.3.1 |
2110 | 2025-01-22T08:50:05.158Z | Compiling same-file v1.0.6 |
2111 | 2025-01-22T08:50:05.161Z | Compiling arrayref v0.3.9 |
2112 | 2025-01-22T08:50:05.280Z | Compiling arrayvec v0.7.6 |
2113 | 2025-01-22T08:50:05.303Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2114 | 2025-01-22T08:50:05.329Z | Compiling tar v0.4.42 |
2115 | 2025-01-22T08:50:05.461Z | Compiling walkdir v2.5.0 |
2116 | 2025-01-22T08:50:07.070Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2117 | 2025-01-22T08:50:07.526Z | Compiling gethostname v0.5.0 |
2118 | 2025-01-22T08:50:07.754Z | Compiling cargo-platform v0.1.8 |
2119 | 2025-01-22T08:50:07.999Z | Compiling topological-sort v0.2.2 |
2120 | 2025-01-22T08:50:08.291Z | Compiling omicron-zone-package v0.12.0 |
2121 | 2025-01-22T08:50:08.372Z | Compiling cargo_metadata v0.18.1 |
2122 | 2025-01-22T08:50:08.829Z | Compiling shell-words v1.1.0 |
2123 | 2025-01-22T08:50:09.361Z | Compiling indent_write v2.2.0 |
2124 | 2025-01-22T08:50:15.275Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2125 | 2025-01-22T08:50:17.761Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2126 | 2025-01-22T08:50:20.391Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2127 | 2025-01-22T08:50:37.483Z | Finished `release` profile [optimized] target(s) in 5m 11s |
2128 | 2025-01-22T08:50:37.647Z | Running `target/release/omicron-package -t test target create -p dev` |
2129 | 2025-01-22T08:50:37.692Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2130 | 2025-01-22T08:50:37.694Z | Created new build target 'test' and set it as active |
2131 | 2025-01-22T08:50:37.694Z | |
2132 | 2025-01-22T08:50:37.694Z | real 5:11.381325400 |
2133 | 2025-01-22T08:50:37.694Z | user 36:26.586146266 |
2134 | 2025-01-22T08:50:37.695Z | sys 3:18.150313040 |
2135 | 2025-01-22T08:50:37.695Z | trap 1.129705456 |
2136 | 2025-01-22T08:50:37.695Z | tflt 2.650687235 |
2137 | 2025-01-22T08:50:37.695Z | dflt 0.620275833 |
2138 | 2025-01-22T08:50:37.695Z | kflt 0.007447300 |
2139 | 2025-01-22T08:50:37.695Z | lock 1:12:48.004100059 |
2140 | 2025-01-22T08:50:37.695Z | slp 2:26:20.856811396 |
2141 | 2025-01-22T08:50:37.695Z | lat 2:45.146396967 |
2142 | 2025-01-22T08:50:37.695Z | stop 4:39.797508498 |
2143 | 2025-01-22T08:50:37.698Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2144 | 2025-01-22T08:50:38.651Z | Finished `release` profile [optimized] target(s) in 0.90s |
2145 | 2025-01-22T08:50:38.713Z | Running `target/release/omicron-package -t test package` |
2146 | 2025-01-22T08:50:38.760Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2147 | 2025-01-22T08:50:39.884Z | Compiling thiserror v2.0.11 |
2148 | 2025-01-22T08:50:40.019Z | Compiling typify-impl v0.3.0 |
2149 | 2025-01-22T08:50:40.032Z | Compiling convert_case v0.4.0 |
2150 | 2025-01-22T08:50:40.034Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2151 | 2025-01-22T08:50:40.034Z | Compiling newline-converter v0.3.0 |
2152 | 2025-01-22T08:50:40.042Z | Compiling password-hash v0.5.0 |
2153 | 2025-01-22T08:50:40.045Z | Compiling blake2 v0.10.6 |
2154 | 2025-01-22T08:50:40.047Z | Compiling base64 v0.21.7 |
2155 | 2025-01-22T08:50:40.262Z | Compiling expectorate v1.1.0 |
2156 | 2025-01-22T08:50:40.375Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2157 | 2025-01-22T08:50:40.538Z | Compiling atomicwrites v0.4.4 |
2158 | 2025-01-22T08:50:40.678Z | Compiling derive_more v0.99.18 |
2159 | 2025-01-22T08:50:41.052Z | Compiling argon2 v0.5.3 |
2160 | 2025-01-22T08:50:41.071Z | Compiling owo-colors v4.1.0 |
2161 | 2025-01-22T08:50:41.142Z | Compiling cancel-safe-futures v0.1.5 |
2162 | 2025-01-22T08:50:41.317Z | Compiling num-rational v0.4.2 |
2163 | 2025-01-22T08:50:41.412Z | Compiling progenitor-client v0.9.1 |
2164 | 2025-01-22T08:50:41.527Z | Compiling num-complex v0.4.6 |
2165 | 2025-01-22T08:50:41.932Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2166 | 2025-01-22T08:50:42.505Z | Compiling num v0.4.3 |
2167 | 2025-01-22T08:50:42.685Z | Compiling libsw v3.3.1 |
2168 | 2025-01-22T08:50:42.892Z | Compiling float-ord v0.3.2 |
2169 | 2025-01-22T08:50:43.018Z | Compiling swrite v0.1.0 |
2170 | 2025-01-22T08:50:43.088Z | Compiling linear-map v1.2.0 |
2171 | 2025-01-22T08:50:43.177Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2172 | 2025-01-22T08:50:43.336Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2173 | 2025-01-22T08:50:43.495Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2174 | 2025-01-22T08:50:43.682Z | Compiling highway v1.2.0 |
2175 | 2025-01-22T08:50:45.023Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2176 | 2025-01-22T08:50:45.110Z | Compiling semver v0.1.20 |
2177 | 2025-01-22T08:50:45.636Z | Compiling rustc_version v0.1.7 |
2178 | 2025-01-22T08:50:46.032Z | Compiling newtype_derive v0.1.6 |
2179 | 2025-01-22T08:50:46.337Z | Compiling tungstenite v0.21.0 |
2180 | 2025-01-22T08:50:46.662Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2181 | 2025-01-22T08:50:51.058Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2182 | 2025-01-22T08:50:51.148Z | Compiling typify-macro v0.3.0 |
2183 | 2025-01-22T08:50:51.274Z | Compiling ipnetwork v0.20.0 |
2184 | 2025-01-22T08:50:52.014Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2185 | 2025-01-22T08:50:52.662Z | Compiling tokio-tungstenite v0.21.0 |
2186 | 2025-01-22T08:50:52.803Z | Compiling progenitor-client v0.8.0 |
2187 | 2025-01-22T08:50:52.837Z | Compiling humantime v2.1.0 |
2188 | 2025-01-22T08:50:53.270Z | Compiling progenitor v0.8.0 |
2189 | 2025-01-22T08:50:53.426Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2190 | 2025-01-22T08:50:53.507Z | Compiling dropshot v0.15.1 |
2191 | 2025-01-22T08:50:53.596Z | Compiling instant v0.1.13 |
2192 | 2025-01-22T08:50:53.775Z | Compiling backoff v0.4.0 |
2193 | 2025-01-22T08:50:54.112Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2194 | 2025-01-22T08:50:54.286Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2195 | 2025-01-22T08:50:54.519Z | Compiling typify v0.3.0 |
2196 | 2025-01-22T08:50:54.666Z | Compiling progenitor-impl v0.9.1 |
2197 | 2025-01-22T08:51:00.641Z | Compiling progenitor-macro v0.9.1 |
2198 | 2025-01-22T08:51:01.638Z | Compiling steno v0.4.1 |
2199 | 2025-01-22T08:51:01.656Z | Compiling parse-display v0.10.0 |
2200 | 2025-01-22T08:51:02.059Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2201 | 2025-01-22T08:51:02.152Z | Compiling strum v0.26.3 |
2202 | 2025-01-22T08:51:02.257Z | Compiling serde_with v3.11.0 |
2203 | 2025-01-22T08:51:02.361Z | Compiling regress v0.9.1 |
2204 | 2025-01-22T08:51:05.756Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2205 | 2025-01-22T08:51:06.943Z | Compiling macaddr v1.0.1 |
2206 | 2025-01-22T08:51:07.383Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2207 | 2025-01-22T08:51:07.409Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2208 | 2025-01-22T08:51:07.567Z | Compiling slog-dtrace v0.3.0 |
2209 | 2025-01-22T08:51:08.032Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2210 | 2025-01-22T08:51:08.106Z | Compiling prettyplease v0.2.25 |
2211 | 2025-01-22T08:51:10.120Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2212 | 2025-01-22T08:51:11.641Z | Compiling progenitor v0.9.1 |
2213 | 2025-01-22T08:51:11.873Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2214 | 2025-01-22T08:51:13.735Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2215 | 2025-01-22T08:51:23.712Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2216 | 2025-01-22T08:51:24.694Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2217 | 2025-01-22T08:51:25.522Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2218 | 2025-01-22T08:51:26.598Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2219 | 2025-01-22T08:51:27.772Z | Compiling half v2.4.1 |
2220 | 2025-01-22T08:51:29.819Z | Compiling ciborium-io v0.2.2 |
2221 | 2025-01-22T08:51:29.983Z | Compiling ciborium-ll v0.2.2 |
2222 | 2025-01-22T08:51:30.518Z | Compiling ciborium v0.2.2 |
2223 | 2025-01-22T08:51:31.220Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2224 | 2025-01-22T08:51:31.842Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2225 | 2025-01-22T08:51:32.522Z | Compiling display-error-chain v0.2.2 |
2226 | 2025-01-22T08:51:32.776Z | Compiling fastrand v2.1.1 |
2227 | 2025-01-22T08:51:32.927Z | Compiling same-file v1.0.6 |
2228 | 2025-01-22T08:51:33.200Z | Compiling tempfile v3.13.0 |
2229 | 2025-01-22T08:51:33.280Z | Compiling walkdir v2.5.0 |
2230 | 2025-01-22T08:51:33.913Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2231 | 2025-01-22T08:51:33.940Z | Compiling blake3 v1.5.4 |
2232 | 2025-01-22T08:51:34.621Z | Compiling const_format_proc_macros v0.2.33 |
2233 | 2025-01-22T08:51:36.446Z | Compiling xattr v1.3.1 |
2234 | 2025-01-22T08:51:36.713Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2235 | 2025-01-22T08:51:36.734Z | Compiling filetime v0.2.25 |
2236 | 2025-01-22T08:51:37.032Z | Compiling memmap2 v0.9.5 |
2237 | 2025-01-22T08:51:37.130Z | Compiling maplit v1.0.2 |
2238 | 2025-01-22T08:51:37.214Z | Compiling constant_time_eq v0.3.1 |
2239 | 2025-01-22T08:51:37.271Z | Compiling arrayvec v0.7.6 |
2240 | 2025-01-22T08:51:37.386Z | Compiling keccak v0.1.5 |
2241 | 2025-01-22T08:51:37.451Z | Compiling arrayref v0.3.9 |
2242 | 2025-01-22T08:51:37.566Z | Compiling crunchy v0.2.2 |
2243 | 2025-01-22T08:51:38.036Z | Compiling sha3 v0.10.8 |
2244 | 2025-01-22T08:51:38.523Z | Compiling tar v0.4.42 |
2245 | 2025-01-22T08:51:38.678Z | Compiling const_format v0.2.33 |
2246 | 2025-01-22T08:51:38.936Z | Compiling camino-tempfile v1.1.1 |
2247 | 2025-01-22T08:51:39.020Z | Compiling toolchain_find v0.4.0 |
2248 | 2025-01-22T08:51:39.376Z | Compiling radium v0.7.0 |
2249 | 2025-01-22T08:51:39.582Z | Compiling topological-sort v0.2.2 |
2250 | 2025-01-22T08:51:39.817Z | Compiling tiny-keccak v2.0.2 |
2251 | 2025-01-22T08:51:39.864Z | Compiling omicron-zone-package v0.12.0 |
2252 | 2025-01-22T08:51:39.927Z | Compiling rustfmt-wrapper v0.2.1 |
2253 | 2025-01-22T08:51:40.372Z | Compiling dsl_auto_type v0.1.2 |
2254 | 2025-01-22T08:51:40.486Z | Compiling scheduled-thread-pool v0.2.7 |
2255 | 2025-01-22T08:51:40.503Z | Compiling diesel_table_macro_syntax v0.2.0 |
2256 | 2025-01-22T08:51:40.892Z | Compiling tap v1.0.1 |
2257 | 2025-01-22T08:51:41.096Z | Compiling maybe-uninit v2.0.0 |
2258 | 2025-01-22T08:51:41.601Z | Compiling diesel_derives v2.2.3 |
2259 | 2025-01-22T08:51:41.641Z | Compiling wyz v0.5.1 |
2260 | 2025-01-22T08:51:41.827Z | Compiling r2d2 v0.8.10 |
2261 | 2025-01-22T08:51:42.561Z | Compiling phf_generator v0.11.2 |
2262 | 2025-01-22T08:51:42.770Z | Compiling ascii-canvas v3.0.0 |
2263 | 2025-01-22T08:51:42.796Z | Compiling secrecy v0.8.0 |
2264 | 2025-01-22T08:51:43.066Z | Compiling ena v0.14.3 |
2265 | 2025-01-22T08:51:43.218Z | Compiling async-recursion v1.1.1 |
2266 | 2025-01-22T08:51:43.463Z | Compiling funty v2.0.0 |
2267 | 2025-01-22T08:51:44.280Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2268 | 2025-01-22T08:51:44.580Z | Compiling regex-syntax v0.6.29 |
2269 | 2025-01-22T08:51:44.606Z | Compiling diff v0.1.13 |
2270 | 2025-01-22T08:51:44.834Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2271 | 2025-01-22T08:51:45.079Z | Compiling arc-swap v1.7.1 |
2272 | 2025-01-22T08:51:45.699Z | Compiling packed_struct v0.10.1 |
2273 | 2025-01-22T08:51:45.720Z | Compiling crc-catalog v2.4.0 |
2274 | 2025-01-22T08:51:45.901Z | Compiling crc v3.2.1 |
2275 | 2025-01-22T08:51:46.144Z | Compiling slog-scope v4.4.0 |
2276 | 2025-01-22T08:51:46.216Z | Compiling bitvec v1.0.1 |
2277 | 2025-01-22T08:51:46.987Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2278 | 2025-01-22T08:51:47.917Z | Compiling lalrpop v0.19.12 |
2279 | 2025-01-22T08:51:49.503Z | Compiling phf_codegen v0.11.2 |
2280 | 2025-01-22T08:51:49.861Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2281 | 2025-01-22T08:51:50.688Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2282 | 2025-01-22T08:51:50.902Z | Compiling universal-hash v0.5.1 |
2283 | 2025-01-22T08:51:50.902Z | Compiling packed_struct_codegen v0.10.1 |
2284 | 2025-01-22T08:51:51.164Z | Compiling thiserror-impl-no-std v2.0.2 |
2285 | 2025-01-22T08:51:52.398Z | Compiling diesel v2.2.6 |
2286 | 2025-01-22T08:51:53.314Z | Compiling parse-zoneinfo v0.3.1 |
2287 | 2025-01-22T08:51:53.493Z | Compiling unicase v2.7.0 |
2288 | 2025-01-22T08:51:53.892Z | Compiling indexmap v1.9.3 |
2289 | 2025-01-22T08:51:54.225Z | Compiling nodrop v0.1.14 |
2290 | 2025-01-22T08:51:54.377Z | Compiling opaque-debug v0.3.1 |
2291 | 2025-01-22T08:51:54.493Z | Compiling ref-cast v1.0.23 |
2292 | 2025-01-22T08:51:54.731Z | Compiling poly1305 v0.8.0 |
2293 | 2025-01-22T08:51:55.022Z | Compiling array-init v0.0.4 |
2294 | 2025-01-22T08:51:56.050Z | Compiling chrono-tz-build v0.4.0 |
2295 | 2025-01-22T08:51:56.219Z | Compiling thiserror-no-std v2.0.2 |
2296 | 2025-01-22T08:51:57.044Z | Compiling smallvec v0.6.14 |
2297 | 2025-01-22T08:51:57.501Z | Compiling slog-stdlog v4.1.1 |
2298 | 2025-01-22T08:51:58.902Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2299 | 2025-01-22T08:51:59.226Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2300 | 2025-01-22T08:51:59.545Z | Compiling derive_builder_core v0.20.2 |
2301 | 2025-01-22T08:52:00.518Z | Compiling chacha20 v0.9.1 |
2302 | 2025-01-22T08:52:00.996Z | Compiling headers-core v0.3.0 |
2303 | 2025-01-22T08:52:01.189Z | Compiling aead v0.5.2 |
2304 | 2025-01-22T08:52:01.545Z | Compiling libxml v0.3.3 |
2305 | 2025-01-22T08:52:01.589Z | Compiling ref-cast-impl v1.0.23 |
2306 | 2025-01-22T08:52:01.905Z | Compiling vte_generate_state_changes v0.1.2 |
2307 | 2025-01-22T08:52:02.499Z | Compiling hashbrown v0.12.3 |
2308 | 2025-01-22T08:52:02.714Z | Compiling termcolor v1.4.1 |
2309 | 2025-01-22T08:52:03.761Z | Compiling bitfield v0.14.0 |
2310 | 2025-01-22T08:52:04.081Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2311 | 2025-01-22T08:52:04.859Z | Compiling env_logger v0.10.2 |
2312 | 2025-01-22T08:52:08.140Z | Compiling vte v0.11.1 |
2313 | 2025-01-22T08:52:09.669Z | Compiling derive_builder_macro v0.20.2 |
2314 | 2025-01-22T08:52:10.501Z | Compiling chacha20poly1305 v0.10.1 |
2315 | 2025-01-22T08:52:10.570Z | Compiling polar-core v0.27.3 |
2316 | 2025-01-22T08:52:10.745Z | Compiling headers v0.4.0 |
2317 | 2025-01-22T08:52:14.291Z | Compiling slog-envlogger v2.2.0 |
2318 | 2025-01-22T08:52:14.361Z | Compiling serde-hex v0.1.0 |
2319 | 2025-01-22T08:52:16.896Z | Compiling chrono-tz v0.10.1 |
2320 | 2025-01-22T08:52:17.553Z | Compiling vsss-rs v3.3.4 |
2321 | 2025-01-22T08:52:19.317Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2322 | 2025-01-22T08:52:21.516Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2323 | 2025-01-22T08:52:21.851Z | Compiling ron v0.8.1 |
2324 | 2025-01-22T08:52:22.290Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2325 | 2025-01-22T08:52:22.614Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2326 | 2025-01-22T08:52:23.193Z | Compiling hashbrown v0.13.2 |
2327 | 2025-01-22T08:52:24.470Z | Compiling strum_macros v0.24.3 |
2328 | 2025-01-22T08:52:26.999Z | Compiling fxhash v0.2.1 |
2329 | 2025-01-22T08:52:27.262Z | Compiling samael v0.0.17 |
2330 | 2025-01-22T08:52:27.396Z | Compiling crc-any v2.5.0 |
2331 | 2025-01-22T08:52:27.453Z | Compiling bumpalo v3.16.0 |
2332 | 2025-01-22T08:52:28.009Z | Compiling zip v2.1.3 |
2333 | 2025-01-22T08:52:28.323Z | Compiling lockfree-object-pool v0.1.6 |
2334 | 2025-01-22T08:52:28.353Z | Compiling bytecount v0.6.8 |
2335 | 2025-01-22T08:52:28.654Z | Compiling indoc v1.0.9 |
2336 | 2025-01-22T08:52:28.731Z | Compiling simd-adler32 v0.3.7 |
2337 | 2025-01-22T08:52:29.358Z | Compiling zopfli v0.8.1 |
2338 | 2025-01-22T08:52:32.160Z | Compiling papergrid v0.11.0 |
2339 | 2025-01-22T08:52:33.718Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2340 | 2025-01-22T08:52:35.094Z | Compiling object v0.30.4 |
2341 | 2025-01-22T08:52:37.799Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2342 | 2025-01-22T08:52:42.018Z | Compiling derive_builder v0.20.2 |
2343 | 2025-01-22T08:52:45.426Z | Compiling strip-ansi-escapes v0.2.0 |
2344 | 2025-01-22T08:52:46.405Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2345 | 2025-01-22T08:52:46.673Z | Compiling tabled_derive v0.7.0 |
2346 | 2025-01-22T08:52:46.728Z | Compiling fd-lock v4.0.2 |
2347 | 2025-01-22T08:52:46.969Z | Compiling peg-macros v0.8.4 |
2348 | 2025-01-22T08:52:47.012Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2349 | 2025-01-22T08:52:48.002Z | Compiling kstat-rs v0.2.4 |
2350 | 2025-01-22T08:52:48.375Z | Compiling oso-derive v0.27.3 |
2351 | 2025-01-22T08:52:48.673Z | Compiling impl-trait-for-tuples v0.2.2 |
2352 | 2025-01-22T08:52:48.832Z | Compiling quick-xml v0.33.0 |
2353 | 2025-01-22T08:52:49.329Z | Compiling diesel-dtrace v0.4.2 |
2354 | 2025-01-22T08:52:49.658Z | Compiling path-slash v0.1.5 |
2355 | 2025-01-22T08:52:49.923Z | Compiling nu-ansi-term v0.50.1 |
2356 | 2025-01-22T08:52:50.156Z | Compiling peg v0.8.4 |
2357 | 2025-01-22T08:52:50.283Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2358 | 2025-01-22T08:52:51.198Z | Compiling reedline v0.35.0 |
2359 | 2025-01-22T08:52:54.561Z | Compiling tabled v0.15.0 |
2360 | 2025-01-22T08:52:54.607Z | Compiling oso v0.27.3 |
2361 | 2025-01-22T08:53:00.082Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2362 | 2025-01-22T08:53:05.983Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2363 | 2025-01-22T08:53:14.985Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2364 | 2025-01-22T08:53:18.419Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2365 | 2025-01-22T08:53:19.938Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2366 | 2025-01-22T08:53:20.407Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2367 | 2025-01-22T08:53:20.879Z | Compiling pem v3.0.4 |
2368 | 2025-01-22T08:53:22.219Z | Compiling bb8 v0.8.5 |
2369 | 2025-01-22T08:53:22.807Z | Compiling bcs v0.1.6 |
2370 | 2025-01-22T08:53:23.750Z | Compiling libz-sys v1.1.20 |
2371 | 2025-01-22T08:53:24.416Z | Compiling termtree v0.5.1 |
2372 | 2025-01-22T08:53:24.716Z | Compiling parking_lot_core v0.8.6 |
2373 | 2025-01-22T08:53:25.377Z | Compiling async-bb8-diesel v0.2.1 |
2374 | 2025-01-22T08:53:26.171Z | Compiling mime_guess v2.0.5 |
2375 | 2025-01-22T08:53:27.942Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2376 | 2025-01-22T08:53:30.640Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2377 | 2025-01-22T08:53:31.245Z | Compiling buf-list v1.0.3 |
2378 | 2025-01-22T08:53:33.381Z | Compiling nibble_vec v0.1.0 |
2379 | 2025-01-22T08:53:33.709Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2380 | 2025-01-22T08:53:34.476Z | Compiling pin-project-internal v1.1.6 |
2381 | 2025-01-22T08:53:35.520Z | Compiling atty v0.2.14 |
2382 | 2025-01-22T08:53:35.708Z | Compiling endian-type v0.1.2 |
2383 | 2025-01-22T08:53:35.971Z | Compiling http-range v0.1.5 |
2384 | 2025-01-22T08:53:36.573Z | Compiling salty v0.3.0 |
2385 | 2025-01-22T08:53:37.041Z | Compiling radix_trie v0.2.1 |
2386 | 2025-01-22T08:53:37.093Z | Compiling pin-project v1.1.6 |
2387 | 2025-01-22T08:53:37.866Z | Compiling parking_lot v0.11.2 |
2388 | 2025-01-22T08:53:42.565Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2389 | 2025-01-22T08:53:43.744Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2390 | 2025-01-22T08:53:44.335Z | Compiling snafu-derive v0.8.5 |
2391 | 2025-01-22T08:53:48.472Z | Compiling hyper-staticfile v0.10.1 |
2392 | 2025-01-22T08:53:48.709Z | Compiling snafu v0.8.5 |
2393 | 2025-01-22T08:53:48.792Z | Compiling sled v0.34.7 |
2394 | 2025-01-22T08:53:49.935Z | Compiling hickory-client v0.24.2 |
2395 | 2025-01-22T08:53:57.063Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2396 | 2025-01-22T08:54:05.265Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2397 | 2025-01-22T08:54:07.377Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2398 | 2025-01-22T08:54:15.857Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2399 | 2025-01-22T08:54:18.241Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2400 | 2025-01-22T08:54:18.873Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2401 | 2025-01-22T08:54:20.383Z | Compiling hickory-server v0.24.2 |
2402 | 2025-01-22T08:54:22.193Z | Compiling globset v0.4.15 |
2403 | 2025-01-22T08:54:23.950Z | Compiling primeorder v0.13.6 |
2404 | 2025-01-22T08:54:24.480Z | Compiling olpc-cjson v0.1.4 |
2405 | 2025-01-22T08:54:24.841Z | Compiling vergen v8.3.2 |
2406 | 2025-01-22T08:54:25.159Z | Compiling castaway v0.2.3 |
2407 | 2025-01-22T08:54:25.373Z | Compiling env_filter v0.1.2 |
2408 | 2025-01-22T08:54:26.823Z | Compiling serde_plain v1.0.2 |
2409 | 2025-01-22T08:54:27.365Z | Compiling cargo-platform v0.1.8 |
2410 | 2025-01-22T08:54:27.841Z | Compiling nanorand v0.7.0 |
2411 | 2025-01-22T08:54:28.135Z | Compiling memoffset v0.9.1 |
2412 | 2025-01-22T08:54:28.483Z | Compiling typed-path v0.9.3 |
2413 | 2025-01-22T08:54:28.660Z | Compiling flume v0.11.1 |
2414 | 2025-01-22T08:54:29.425Z | Compiling git2 v0.19.0 |
2415 | 2025-01-22T08:54:29.428Z | Compiling cargo_metadata v0.18.1 |
2416 | 2025-01-22T08:54:31.692Z | Compiling tough v0.19.0 |
2417 | 2025-01-22T08:54:32.336Z | Compiling env_logger v0.11.5 |
2418 | 2025-01-22T08:54:33.768Z | Compiling compact_str v0.8.0 |
2419 | 2025-01-22T08:54:35.152Z | Compiling p384 v0.13.0 |
2420 | 2025-01-22T08:54:35.304Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2421 | 2025-01-22T08:54:35.670Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2422 | 2025-01-22T08:54:36.248Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2423 | 2025-01-22T08:54:37.659Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2424 | 2025-01-22T08:54:38.820Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2425 | 2025-01-22T08:54:42.039Z | Compiling unicode-truncate v1.1.0 |
2426 | 2025-01-22T08:54:42.328Z | Compiling lru v0.12.5 |
2427 | 2025-01-22T08:54:42.659Z | Compiling rand_seeder v0.3.0 |
2428 | 2025-01-22T08:54:43.059Z | Compiling libsqlite3-sys v0.30.1 |
2429 | 2025-01-22T08:54:43.586Z | Compiling lzma-sys v0.1.20 |
2430 | 2025-01-22T08:54:44.279Z | Compiling instability v0.3.2 |
2431 | 2025-01-22T08:54:44.560Z | Compiling cfg_aliases v0.2.1 |
2432 | 2025-01-22T08:54:44.688Z | Compiling cassowary v0.3.0 |
2433 | 2025-01-22T08:54:45.221Z | Compiling rustls v0.21.12 |
2434 | 2025-01-22T08:54:45.532Z | Compiling parse-size v1.1.0 |
2435 | 2025-01-22T08:54:45.558Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2436 | 2025-01-22T08:54:45.918Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2437 | 2025-01-22T08:54:45.971Z | Compiling ratatui v0.28.1 |
2438 | 2025-01-22T08:54:46.002Z | Compiling nix v0.29.0 |
2439 | 2025-01-22T08:54:46.933Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2440 | 2025-01-22T08:54:47.177Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2441 | 2025-01-22T08:54:48.394Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2442 | 2025-01-22T08:54:48.896Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2443 | 2025-01-22T08:54:49.634Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2444 | 2025-01-22T08:54:49.950Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2445 | 2025-01-22T08:54:53.494Z | Compiling sct v0.7.1 |
2446 | 2025-01-22T08:54:53.621Z | Compiling rustls-webpki v0.101.7 |
2447 | 2025-01-22T08:54:53.987Z | Compiling heck v0.3.3 |
2448 | 2025-01-22T08:54:54.321Z | Compiling csv-core v0.1.11 |
2449 | 2025-01-22T08:54:55.201Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2450 | 2025-01-22T08:54:55.529Z | Compiling glob v0.3.1 |
2451 | 2025-01-22T08:54:57.439Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2452 | 2025-01-22T08:54:57.541Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2453 | 2025-01-22T08:54:57.871Z | Compiling csv v1.3.0 |
2454 | 2025-01-22T08:55:00.012Z | Compiling zone_cfg_derive v0.1.2 |
2455 | 2025-01-22T08:55:01.339Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2456 | 2025-01-22T08:55:04.363Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2457 | 2025-01-22T08:55:04.703Z | Compiling nix v0.27.1 |
2458 | 2025-01-22T08:55:04.937Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2459 | 2025-01-22T08:55:06.120Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2460 | 2025-01-22T08:55:08.169Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2461 | 2025-01-22T08:55:11.528Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2462 | 2025-01-22T08:55:16.418Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2463 | 2025-01-22T08:55:16.747Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2464 | 2025-01-22T08:55:17.838Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2465 | 2025-01-22T08:55:18.150Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2466 | 2025-01-22T08:55:18.474Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2467 | 2025-01-22T08:55:18.804Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2468 | 2025-01-22T08:55:19.001Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2469 | 2025-01-22T08:55:19.514Z | Compiling tungstenite v0.23.0 |
2470 | 2025-01-22T08:55:19.718Z | Compiling hashlink v0.9.1 |
2471 | 2025-01-22T08:55:20.489Z | Compiling base64 v0.13.1 |
2472 | 2025-01-22T08:55:20.585Z | Compiling fallible-streaming-iterator v0.1.9 |
2473 | 2025-01-22T08:55:20.881Z | Compiling fallible-iterator v0.3.0 |
2474 | 2025-01-22T08:55:21.264Z | Compiling ron v0.7.1 |
2475 | 2025-01-22T08:55:21.660Z | Compiling rusqlite v0.32.1 |
2476 | 2025-01-22T08:55:22.574Z | Compiling tokio-tungstenite v0.23.1 |
2477 | 2025-01-22T08:55:23.195Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2478 | 2025-01-22T08:55:23.472Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2479 | 2025-01-22T08:55:25.882Z | Compiling xz2 v0.1.7 |
2480 | 2025-01-22T08:55:26.479Z | Compiling tokio-rustls v0.24.1 |
2481 | 2025-01-22T08:55:26.496Z | Compiling zone v0.1.8 |
2482 | 2025-01-22T08:55:29.843Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2483 | 2025-01-22T08:55:31.940Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2484 | 2025-01-22T08:55:33.365Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2485 | 2025-01-22T08:55:35.936Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2486 | 2025-01-22T08:55:36.208Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2487 | 2025-01-22T08:55:42.377Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2488 | 2025-01-22T08:55:44.000Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2489 | 2025-01-22T08:55:45.558Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2490 | 2025-01-22T08:55:45.603Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2491 | 2025-01-22T08:55:48.991Z | Compiling rustls-pemfile v1.0.4 |
2492 | 2025-01-22T08:55:49.371Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2493 | 2025-01-22T08:55:49.703Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2494 | 2025-01-22T08:55:49.765Z | Compiling signal-hook-tokio v0.3.1 |
2495 | 2025-01-22T08:55:49.886Z | Compiling twox-hash v1.6.3 |
2496 | 2025-01-22T08:55:49.906Z | Compiling yasna v0.5.2 |
2497 | 2025-01-22T08:55:49.995Z | Compiling smawk v0.3.2 |
2498 | 2025-01-22T08:55:50.287Z | Compiling unicode-linebreak v0.1.5 |
2499 | 2025-01-22T08:55:50.862Z | Compiling is_ci v1.2.0 |
2500 | 2025-01-22T08:55:50.878Z | Compiling textwrap v0.16.1 |
2501 | 2025-01-22T08:55:51.174Z | Compiling supports-color v3.0.1 |
2502 | 2025-01-22T08:55:51.613Z | Compiling rcgen v0.12.1 |
2503 | 2025-01-22T08:55:53.160Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2504 | 2025-01-22T08:55:54.481Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2505 | 2025-01-22T08:56:01.648Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2506 | 2025-01-22T08:56:03.450Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2507 | 2025-01-22T08:56:05.082Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2508 | 2025-01-22T08:56:15.614Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2509 | 2025-01-22T08:56:20.412Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2510 | 2025-01-22T08:56:23.074Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2511 | 2025-01-22T08:56:23.615Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2512 | 2025-01-22T08:56:33.287Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2513 | 2025-01-22T08:56:39.403Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2514 | 2025-01-22T08:56:39.735Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2515 | 2025-01-22T08:56:39.782Z | Compiling fatfs v0.3.6 |
2516 | 2025-01-22T08:56:42.503Z | Compiling rtoolbox v0.0.2 |
2517 | 2025-01-22T08:56:42.649Z | Compiling subprocess v0.2.9 |
2518 | 2025-01-22T08:56:42.951Z | Compiling assert_matches v1.5.0 |
2519 | 2025-01-22T08:56:45.849Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2520 | 2025-01-22T08:56:47.261Z | Compiling rpassword v7.3.1 |
2521 | 2025-01-22T08:56:47.755Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2522 | 2025-01-22T08:56:49.747Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2523 | 2025-01-22T08:56:53.318Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2524 | 2025-01-22T08:56:56.814Z | Compiling tui-tree-widget v0.22.0 |
2525 | 2025-01-22T08:56:57.319Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2526 | 2025-01-22T08:57:02.685Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2527 | 2025-01-22T08:57:03.011Z | Compiling uzers v0.12.1 |
2528 | 2025-01-22T08:57:06.054Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2529 | 2025-01-22T08:57:10.851Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2530 | 2025-01-22T08:57:12.768Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2531 | 2025-01-22T08:57:39.342Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2532 | 2025-01-22T08:57:41.806Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2533 | 2025-01-22T08:57:46.398Z | Compiling multimap v0.10.0 |
2534 | 2025-01-22T09:00:13.258Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2535 | 2025-01-22T09:00:22.018Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2536 | 2025-01-22T09:07:29.701Z | Finished `release` profile [optimized] target(s) in 16m 50s |
2537 | 2025-01-22T09:08:32.693Z | |
2538 | 2025-01-22T09:08:32.696Z | real 17:54.961964240 |
2539 | 2025-01-22T09:08:32.696Z | user 2:04:09.514335751 |
2540 | 2025-01-22T09:08:32.696Z | sys 3:12.494878274 |
2541 | 2025-01-22T09:08:32.696Z | trap 3.097471568 |
2542 | 2025-01-22T09:08:32.696Z | tflt 2.930407140 |
2543 | 2025-01-22T09:08:32.696Z | dflt 3.555757350 |
2544 | 2025-01-22T09:08:32.696Z | kflt 0.075724521 |
2545 | 2025-01-22T09:08:32.696Z | lock 7:28:49.296343059 |
2546 | 2025-01-22T09:08:32.696Z | slp 6:22:35.000519286 |
2547 | 2025-01-22T09:08:32.696Z | lat 3:23.582951472 |
2548 | 2025-01-22T09:08:32.696Z | stop 2:41.774167365 |
2549 | 2025-01-22T09:08:32.696Z | + mapfile -t packages |
2550 | 2025-01-22T09:08:32.696Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2551 | 2025-01-22T09:08:33.684Z | Finished `release` profile [optimized] target(s) in 0.93s |
2552 | 2025-01-22T09:08:33.742Z | Running `target/release/omicron-package -t test list-outputs` |
2553 | 2025-01-22T09:08:33.789Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2554 | 2025-01-22T09:08:33.792Z | + ptime -m cargo build --locked --release -p xtask |
2555 | 2025-01-22T09:08:34.346Z | Compiling serde v1.0.217 |
2556 | 2025-01-22T09:08:34.349Z | Compiling rustix v0.38.37 |
2557 | 2025-01-22T09:08:34.349Z | Compiling libc v0.2.169 |
2558 | 2025-01-22T09:08:34.349Z | Compiling serde_json v1.0.135 |
2559 | 2025-01-22T09:08:34.439Z | Compiling syn v2.0.96 |
2560 | 2025-01-22T09:08:34.456Z | Compiling bitflags v2.6.0 |
2561 | 2025-01-22T09:08:34.771Z | Compiling usdt-impl v0.5.0 |
2562 | 2025-01-22T09:08:34.843Z | Compiling syn v1.0.109 |
2563 | 2025-01-22T09:08:34.956Z | Compiling log v0.4.22 |
2564 | 2025-01-22T09:08:34.972Z | Compiling hashbrown v0.15.1 |
2565 | 2025-01-22T09:08:35.234Z | Compiling fs-err v2.11.0 |
2566 | 2025-01-22T09:08:35.383Z | Compiling once_cell v1.20.2 |
2567 | 2025-01-22T09:08:35.554Z | Compiling anyhow v1.0.93 |
2568 | 2025-01-22T09:08:35.864Z | Compiling thread-id v4.2.2 |
2569 | 2025-01-22T09:08:36.188Z | Compiling indexmap v2.7.0 |
2570 | 2025-01-22T09:08:36.978Z | Compiling terminal_size v0.4.0 |
2571 | 2025-01-22T09:08:36.979Z | Compiling tempfile v3.13.0 |
2572 | 2025-01-22T09:08:37.226Z | Compiling clap_builder v4.5.21 |
2573 | 2025-01-22T09:08:38.141Z | Compiling proc-macro-error v1.0.4 |
2574 | 2025-01-22T09:08:39.003Z | Compiling tabled_derive v0.7.0 |
2575 | 2025-01-22T09:08:40.110Z | Compiling tabled v0.15.0 |
2576 | 2025-01-22T09:08:40.718Z | Compiling serde_derive v1.0.217 |
2577 | 2025-01-22T09:08:40.718Z | Compiling thiserror-impl v1.0.69 |
2578 | 2025-01-22T09:08:40.721Z | Compiling zerocopy-derive v0.7.35 |
2579 | 2025-01-22T09:08:40.721Z | Compiling scroll_derive v0.12.0 |
2580 | 2025-01-22T09:08:40.721Z | Compiling clap_derive v4.5.18 |
2581 | 2025-01-22T09:08:42.074Z | Compiling scroll v0.12.0 |
2582 | 2025-01-22T09:08:42.537Z | Compiling zerocopy v0.7.35 |
2583 | 2025-01-22T09:08:42.699Z | Compiling goblin v0.8.2 |
2584 | 2025-01-22T09:08:43.385Z | Compiling thiserror v1.0.69 |
2585 | 2025-01-22T09:08:43.594Z | Compiling pest v2.7.14 |
2586 | 2025-01-22T09:08:46.371Z | Compiling pest_meta v2.7.14 |
2587 | 2025-01-22T09:08:46.648Z | Compiling clap v4.5.21 |
2588 | 2025-01-22T09:08:47.995Z | Compiling pest_generator v2.7.14 |
2589 | 2025-01-22T09:08:50.057Z | Compiling pest_derive v2.7.14 |
2590 | 2025-01-22T09:08:50.818Z | Compiling dtrace-parser v0.2.0 |
2591 | 2025-01-22T09:08:55.055Z | Compiling serde_tokenstream v0.2.2 |
2592 | 2025-01-22T09:08:55.684Z | Compiling dof v0.3.0 |
2593 | 2025-01-22T09:08:56.217Z | Compiling toml_datetime v0.6.8 |
2594 | 2025-01-22T09:08:56.938Z | Compiling serde_spanned v0.6.8 |
2595 | 2025-01-22T09:08:57.220Z | Compiling toml_edit v0.22.22 |
2596 | 2025-01-22T09:08:58.379Z | Compiling camino v1.1.9 |
2597 | 2025-01-22T09:08:59.691Z | Compiling usdt-attr-macro v0.5.0 |
2598 | 2025-01-22T09:09:01.023Z | Compiling toml v0.8.19 |
2599 | 2025-01-22T09:09:02.626Z | Compiling usdt-macro v0.5.0 |
2600 | 2025-01-22T09:09:03.694Z | Compiling semver v1.0.24 |
2601 | 2025-01-22T09:09:03.793Z | Compiling cargo-platform v0.1.8 |
2602 | 2025-01-22T09:09:04.860Z | Compiling cargo_metadata v0.18.1 |
2603 | 2025-01-22T09:09:05.162Z | Compiling usdt v0.5.0 |
2604 | 2025-01-22T09:09:05.640Z | Compiling cargo_toml v0.20.5 |
2605 | 2025-01-22T09:09:06.564Z | Compiling camino-tempfile v1.1.1 |
2606 | 2025-01-22T09:09:07.080Z | Compiling macaddr v1.0.1 |
2607 | 2025-01-22T09:09:17.174Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2608 | 2025-01-22T09:09:27.835Z | Finished `release` profile [optimized] target(s) in 53.98s |
2609 | 2025-01-22T09:09:27.967Z | |
2610 | 2025-01-22T09:09:27.969Z | real 54.145668400 |
2611 | 2025-01-22T09:09:27.969Z | user 5:40.705765224 |
2612 | 2025-01-22T09:09:27.969Z | sys 18.020756412 |
2613 | 2025-01-22T09:09:27.969Z | trap 0.155415729 |
2614 | 2025-01-22T09:09:27.969Z | tflt 0.202186814 |
2615 | 2025-01-22T09:09:27.969Z | dflt 0.279274046 |
2616 | 2025-01-22T09:09:27.969Z | kflt 0.000020438 |
2617 | 2025-01-22T09:09:27.969Z | lock 10:28.138328798 |
2618 | 2025-01-22T09:09:27.969Z | slp 16:03.013368428 |
2619 | 2025-01-22T09:09:27.969Z | lat 14.898005191 |
2620 | 2025-01-22T09:09:27.969Z | stop 16.599633465 |
2621 | 2025-01-22T09:09:27.970Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2622 | 2025-01-22T09:09:27.970Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2623 | 2025-01-22T09:09:27.970Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2624 | 2025-01-22T09:09:27.970Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2625 | 2025-01-22T09:09:27.970Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2626 | 2025-01-22T09:09:28.829Z | Compiling hashbrown v0.14.5 |
2627 | 2025-01-22T09:09:28.959Z | Compiling thiserror v2.0.11 |
2628 | 2025-01-22T09:09:28.971Z | Compiling thiserror-impl v2.0.11 |
2629 | 2025-01-22T09:09:28.973Z | Compiling ident_case v1.0.1 |
2630 | 2025-01-22T09:09:28.993Z | Compiling unsafe-libyaml v0.2.11 |
2631 | 2025-01-22T09:09:29.008Z | Compiling ipnetwork v0.20.0 |
2632 | 2025-01-22T09:09:29.011Z | Compiling progenitor-client v0.9.1 |
2633 | 2025-01-22T09:09:29.011Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2634 | 2025-01-22T09:09:29.150Z | Compiling darling_core v0.20.10 |
2635 | 2025-01-22T09:09:29.473Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2636 | 2025-01-22T09:09:29.544Z | Compiling macaddr v1.0.1 |
2637 | 2025-01-22T09:09:29.837Z | Compiling progenitor-client v0.8.0 |
2638 | 2025-01-22T09:09:29.876Z | Compiling instant v0.1.13 |
2639 | 2025-01-22T09:09:30.026Z | Compiling regress v0.10.1 |
2640 | 2025-01-22T09:09:30.046Z | Compiling structmeta-derive v0.3.0 |
2641 | 2025-01-22T09:09:30.077Z | Compiling dropshot v0.15.1 |
2642 | 2025-01-22T09:09:30.132Z | Compiling regress v0.9.1 |
2643 | 2025-01-22T09:09:30.299Z | Compiling serde_yaml v0.9.34+deprecated |
2644 | 2025-01-22T09:09:30.463Z | Compiling dropshot_endpoint v0.15.1 |
2645 | 2025-01-22T09:09:30.880Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2646 | 2025-01-22T09:09:32.149Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2647 | 2025-01-22T09:09:32.397Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2648 | 2025-01-22T09:09:32.717Z | Compiling structmeta v0.3.0 |
2649 | 2025-01-22T09:09:33.052Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2650 | 2025-01-22T09:09:33.131Z | Compiling parse-display-derive v0.10.0 |
2651 | 2025-01-22T09:09:33.172Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2652 | 2025-01-22T09:09:33.374Z | Compiling backoff v0.4.0 |
2653 | 2025-01-22T09:09:33.564Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2654 | 2025-01-22T09:09:33.799Z | Compiling typify-impl v0.2.0 |
2655 | 2025-01-22T09:09:33.980Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2656 | 2025-01-22T09:09:34.171Z | Compiling tempfile v3.13.0 |
2657 | 2025-01-22T09:09:34.344Z | Compiling proc-macro-crate v1.3.1 |
2658 | 2025-01-22T09:09:34.838Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2659 | 2025-01-22T09:09:34.994Z | Compiling typify-impl v0.3.0 |
2660 | 2025-01-22T09:09:35.041Z | Compiling itertools v0.13.0 |
2661 | 2025-01-22T09:09:35.213Z | Compiling darling_macro v0.20.10 |
2662 | 2025-01-22T09:09:35.239Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2663 | 2025-01-22T09:09:35.278Z | Compiling num_enum_derive v0.5.11 |
2664 | 2025-01-22T09:09:35.543Z | Compiling zerocopy v0.8.10 |
2665 | 2025-01-22T09:09:36.138Z | Compiling darling v0.20.10 |
2666 | 2025-01-22T09:09:36.279Z | Compiling serde_with_macros v3.11.0 |
2667 | 2025-01-22T09:09:36.518Z | Compiling foreign-types-macros v0.2.3 |
2668 | 2025-01-22T09:09:37.255Z | Compiling parse-display v0.10.0 |
2669 | 2025-01-22T09:09:37.714Z | Compiling num_enum v0.5.11 |
2670 | 2025-01-22T09:09:37.768Z | Compiling zerocopy-derive v0.8.10 |
2671 | 2025-01-22T09:09:37.866Z | Compiling heapless v0.8.0 |
2672 | 2025-01-22T09:09:37.905Z | Compiling crucible-workspace-hack v0.1.0 |
2673 | 2025-01-22T09:09:37.951Z | Compiling foreign-types-shared v0.3.1 |
2674 | 2025-01-22T09:09:38.099Z | Compiling foreign-types v0.5.0 |
2675 | 2025-01-22T09:09:38.227Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2676 | 2025-01-22T09:09:38.249Z | Compiling proc-macro-error v1.0.4 |
2677 | 2025-01-22T09:09:38.758Z | Compiling serde_with v3.11.0 |
2678 | 2025-01-22T09:09:38.966Z | Compiling camino-tempfile v1.1.1 |
2679 | 2025-01-22T09:09:39.132Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2680 | 2025-01-22T09:09:39.427Z | Compiling hash32 v0.3.1 |
2681 | 2025-01-22T09:09:39.704Z | Compiling cstr-argument v0.1.2 |
2682 | 2025-01-22T09:09:39.956Z | Compiling smoltcp v0.11.0 |
2683 | 2025-01-22T09:09:39.976Z | Compiling pretty-hex v0.2.1 |
2684 | 2025-01-22T09:09:40.167Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2685 | 2025-01-22T09:09:40.514Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2686 | 2025-01-22T09:09:40.662Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2687 | 2025-01-22T09:09:41.274Z | Compiling tabwriter v1.4.0 |
2688 | 2025-01-22T09:09:41.655Z | Compiling colored v2.1.0 |
2689 | 2025-01-22T09:09:41.739Z | Compiling cobs v0.2.3 |
2690 | 2025-01-22T09:09:42.055Z | Compiling postcard v1.0.10 |
2691 | 2025-01-22T09:09:42.313Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2692 | 2025-01-22T09:09:42.640Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2693 | 2025-01-22T09:09:42.766Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2694 | 2025-01-22T09:09:42.842Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2695 | 2025-01-22T09:09:43.175Z | Compiling smf v0.2.3 |
2696 | 2025-01-22T09:09:43.658Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2697 | 2025-01-22T09:09:43.837Z | Compiling zone_cfg_derive v0.3.0 |
2698 | 2025-01-22T09:09:44.013Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2699 | 2025-01-22T09:09:44.433Z | Compiling num-derive v0.4.2 |
2700 | 2025-01-22T09:09:44.452Z | Compiling sigpipe v0.1.3 |
2701 | 2025-01-22T09:09:44.584Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2702 | 2025-01-22T09:09:44.928Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2703 | 2025-01-22T09:09:45.081Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2704 | 2025-01-22T09:09:45.234Z | Compiling zone v0.3.0 |
2705 | 2025-01-22T09:09:45.810Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2706 | 2025-01-22T09:09:45.876Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2707 | 2025-01-22T09:09:46.341Z | Compiling universal-hash v0.5.1 |
2708 | 2025-01-22T09:09:46.566Z | Compiling opaque-debug v0.3.1 |
2709 | 2025-01-22T09:09:46.681Z | Compiling tungstenite v0.21.0 |
2710 | 2025-01-22T09:09:46.716Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2711 | 2025-01-22T09:09:46.740Z | Compiling num-rational v0.4.2 |
2712 | 2025-01-22T09:09:46.760Z | Compiling password-hash v0.5.0 |
2713 | 2025-01-22T09:09:47.549Z | Compiling blake2 v0.10.6 |
2714 | 2025-01-22T09:09:47.569Z | Compiling num-complex v0.4.6 |
2715 | 2025-01-22T09:09:47.687Z | Compiling aead v0.5.2 |
2716 | 2025-01-22T09:09:48.083Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2717 | 2025-01-22T09:09:48.298Z | Compiling base64 v0.21.7 |
2718 | 2025-01-22T09:09:48.318Z | Compiling convert_case v0.4.0 |
2719 | 2025-01-22T09:09:48.549Z | Compiling keccak v0.1.5 |
2720 | 2025-01-22T09:09:48.629Z | Compiling num v0.4.3 |
2721 | 2025-01-22T09:09:48.745Z | Compiling argon2 v0.5.3 |
2722 | 2025-01-22T09:09:48.944Z | Compiling sha3 v0.10.8 |
2723 | 2025-01-22T09:09:48.971Z | Compiling typify-macro v0.2.0 |
2724 | 2025-01-22T09:09:49.037Z | Compiling tokio-tungstenite v0.21.0 |
2725 | 2025-01-22T09:09:49.241Z | Compiling derive_more v0.99.18 |
2726 | 2025-01-22T09:09:49.686Z | Compiling poly1305 v0.8.0 |
2727 | 2025-01-22T09:09:49.886Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2728 | 2025-01-22T09:09:49.999Z | Compiling chacha20 v0.9.1 |
2729 | 2025-01-22T09:09:50.027Z | Compiling float-ord v0.3.2 |
2730 | 2025-01-22T09:09:50.226Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2731 | 2025-01-22T09:09:50.499Z | Compiling same-file v1.0.6 |
2732 | 2025-01-22T09:09:50.641Z | Compiling semver v0.1.20 |
2733 | 2025-01-22T09:09:50.694Z | Compiling typify-macro v0.3.0 |
2734 | 2025-01-22T09:09:50.801Z | Compiling walkdir v2.5.0 |
2735 | 2025-01-22T09:09:51.464Z | Compiling rustc_version v0.1.7 |
2736 | 2025-01-22T09:09:51.576Z | Compiling newline-converter v0.3.0 |
2737 | 2025-01-22T09:09:51.706Z | Compiling primeorder v0.13.6 |
2738 | 2025-01-22T09:09:51.709Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2739 | 2025-01-22T09:09:51.767Z | Compiling secrecy v0.8.0 |
2740 | 2025-01-22T09:09:51.917Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2741 | 2025-01-22T09:09:52.018Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2742 | 2025-01-22T09:09:52.232Z | Compiling cancel-safe-futures v0.1.5 |
2743 | 2025-01-22T09:09:52.253Z | Compiling owo-colors v4.1.0 |
2744 | 2025-01-22T09:09:52.288Z | Compiling newtype_derive v0.1.6 |
2745 | 2025-01-22T09:09:52.597Z | Compiling expectorate v1.1.0 |
2746 | 2025-01-22T09:09:52.618Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2747 | 2025-01-22T09:09:52.621Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2748 | 2025-01-22T09:09:52.699Z | Compiling thiserror-impl-no-std v2.0.2 |
2749 | 2025-01-22T09:09:52.802Z | Compiling blake3 v1.5.4 |
2750 | 2025-01-22T09:09:52.903Z | Compiling half v2.4.1 |
2751 | 2025-01-22T09:09:53.016Z | Compiling typify v0.2.0 |
2752 | 2025-01-22T09:09:53.171Z | Compiling progenitor-impl v0.8.0 |
2753 | 2025-01-22T09:09:53.252Z | Compiling unicase v2.7.0 |
2754 | 2025-01-22T09:09:53.452Z | Compiling arc-swap v1.7.1 |
2755 | 2025-01-22T09:09:53.518Z | Compiling ciborium-io v0.2.2 |
2756 | 2025-01-22T09:09:53.664Z | Compiling ciborium-ll v0.2.2 |
2757 | 2025-01-22T09:09:53.824Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2758 | 2025-01-22T09:09:54.067Z | Compiling slog-scope v4.4.0 |
2759 | 2025-01-22T09:09:54.087Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2760 | 2025-01-22T09:09:54.567Z | Compiling polyval v0.6.2 |
2761 | 2025-01-22T09:09:54.701Z | Compiling typify v0.3.0 |
2762 | 2025-01-22T09:09:54.863Z | Compiling progenitor-impl v0.9.1 |
2763 | 2025-01-22T09:09:54.961Z | Compiling atomicwrites v0.4.4 |
2764 | 2025-01-22T09:09:55.018Z | Compiling libsw v3.3.1 |
2765 | 2025-01-22T09:09:55.326Z | Compiling memmap2 v0.9.5 |
2766 | 2025-01-22T09:09:55.349Z | Compiling salty v0.3.0 |
2767 | 2025-01-22T09:09:55.513Z | Compiling thiserror-no-std v2.0.2 |
2768 | 2025-01-22T09:09:55.650Z | Compiling arrayref v0.3.9 |
2769 | 2025-01-22T09:09:55.755Z | Compiling linear-map v1.2.0 |
2770 | 2025-01-22T09:09:55.775Z | Compiling arrayvec v0.7.6 |
2771 | 2025-01-22T09:09:55.778Z | Compiling libefi-sys v0.1.0 |
2772 | 2025-01-22T09:09:56.094Z | Compiling parking_lot_core v0.8.6 |
2773 | 2025-01-22T09:09:56.115Z | Compiling indent_write v2.2.0 |
2774 | 2025-01-22T09:09:56.164Z | Compiling constant_time_eq v0.3.1 |
2775 | 2025-01-22T09:09:56.319Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2776 | 2025-01-22T09:09:56.395Z | Compiling vsss-rs v3.3.4 |
2777 | 2025-01-22T09:09:56.421Z | Compiling ghash v0.5.1 |
2778 | 2025-01-22T09:09:56.669Z | Compiling slog-stdlog v4.1.1 |
2779 | 2025-01-22T09:09:56.704Z | Compiling ciborium v0.2.2 |
2780 | 2025-01-22T09:09:57.541Z | Compiling p384 v0.13.0 |
2781 | 2025-01-22T09:09:57.743Z | Compiling toolchain_find v0.4.0 |
2782 | 2025-01-22T09:09:58.010Z | Compiling chacha20poly1305 v0.10.1 |
2783 | 2025-01-22T09:09:58.066Z | Compiling ctr v0.9.2 |
2784 | 2025-01-22T09:09:58.270Z | Compiling lzma-sys v0.1.20 |
2785 | 2025-01-22T09:09:58.360Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2786 | 2025-01-22T09:09:58.438Z | Compiling bitfield-struct v0.6.2 |
2787 | 2025-01-22T09:09:58.817Z | Compiling slog-dtrace v0.3.0 |
2788 | 2025-01-22T09:09:59.045Z | Compiling topological-sort v0.2.2 |
2789 | 2025-01-22T09:09:59.066Z | Compiling highway v1.2.0 |
2790 | 2025-01-22T09:09:59.267Z | Compiling omicron-zone-package v0.12.0 |
2791 | 2025-01-22T09:09:59.419Z | Compiling aes-gcm v0.10.3 |
2792 | 2025-01-22T09:09:59.737Z | Compiling rustfmt-wrapper v0.2.1 |
2793 | 2025-01-22T09:09:59.837Z | Compiling mime_guess v2.0.5 |
2794 | 2025-01-22T09:09:59.868Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2795 | 2025-01-22T09:10:00.026Z | Compiling slog-envlogger v2.2.0 |
2796 | 2025-01-22T09:10:00.302Z | Compiling progenitor-macro v0.8.0 |
2797 | 2025-01-22T09:10:00.350Z | Compiling steno v0.4.1 |
2798 | 2025-01-22T09:10:00.997Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2799 | 2025-01-22T09:10:01.152Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2800 | 2025-01-22T09:10:01.172Z | Compiling heck v0.3.3 |
2801 | 2025-01-22T09:10:01.535Z | Compiling ssh-encoding v0.2.0 |
2802 | 2025-01-22T09:10:01.562Z | Compiling blowfish v0.9.1 |
2803 | 2025-01-22T09:10:01.649Z | Compiling nibble_vec v0.1.0 |
2804 | 2025-01-22T09:10:01.888Z | Compiling env_filter v0.1.2 |
2805 | 2025-01-22T09:10:01.906Z | Compiling progenitor-macro v0.9.1 |
2806 | 2025-01-22T09:10:02.002Z | Compiling humantime v2.1.0 |
2807 | 2025-01-22T09:10:02.050Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2808 | 2025-01-22T09:10:02.282Z | Compiling endian-type v0.1.2 |
2809 | 2025-01-22T09:10:02.362Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2810 | 2025-01-22T09:10:02.499Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2811 | 2025-01-22T09:10:02.534Z | Compiling radix_trie v0.2.1 |
2812 | 2025-01-22T09:10:02.585Z | Compiling env_logger v0.11.5 |
2813 | 2025-01-22T09:10:02.631Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2814 | 2025-01-22T09:10:02.728Z | Compiling ssh-cipher v0.2.0 |
2815 | 2025-01-22T09:10:03.173Z | Compiling bcrypt-pbkdf v0.10.0 |
2816 | 2025-01-22T09:10:03.275Z | Compiling zone_cfg_derive v0.1.2 |
2817 | 2025-01-22T09:10:03.858Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2818 | 2025-01-22T09:10:04.064Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2819 | 2025-01-22T09:10:04.249Z | Compiling parking_lot v0.11.2 |
2820 | 2025-01-22T09:10:04.715Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2821 | 2025-01-22T09:10:04.769Z | Compiling password-hash v0.4.2 |
2822 | 2025-01-22T09:10:05.124Z | Compiling gethostname v0.5.0 |
2823 | 2025-01-22T09:10:05.144Z | Compiling fxhash v0.2.1 |
2824 | 2025-01-22T09:10:05.251Z | Compiling zip v2.1.3 |
2825 | 2025-01-22T09:10:05.271Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2826 | 2025-01-22T09:10:05.324Z | Compiling http-range v0.1.5 |
2827 | 2025-01-22T09:10:05.372Z | Compiling base64 v0.13.1 |
2828 | 2025-01-22T09:10:05.568Z | Compiling bumpalo v3.16.0 |
2829 | 2025-01-22T09:10:05.588Z | Compiling simd-adler32 v0.3.7 |
2830 | 2025-01-22T09:10:05.628Z | Compiling lockfree-object-pool v0.1.6 |
2831 | 2025-01-22T09:10:05.731Z | Compiling sled v0.34.7 |
2832 | 2025-01-22T09:10:05.914Z | Compiling ron v0.7.1 |
2833 | 2025-01-22T09:10:05.962Z | Compiling zopfli v0.8.1 |
2834 | 2025-01-22T09:10:06.069Z | Compiling pbkdf2 v0.11.0 |
2835 | 2025-01-22T09:10:06.162Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2836 | 2025-01-22T09:10:06.445Z | Compiling zone v0.1.8 |
2837 | 2025-01-22T09:10:06.849Z | Compiling xz2 v0.1.7 |
2838 | 2025-01-22T09:10:06.977Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2839 | 2025-01-22T09:10:07.661Z | Compiling ssh-key v0.6.6 |
2840 | 2025-01-22T09:10:07.929Z | Compiling hickory-client v0.24.2 |
2841 | 2025-01-22T09:10:08.370Z | Compiling p521 v0.13.3 |
2842 | 2025-01-22T09:10:08.489Z | Compiling p256 v0.13.2 |
2843 | 2025-01-22T09:10:09.311Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2844 | 2025-01-22T09:10:09.333Z | Compiling hickory-server v0.24.2 |
2845 | 2025-01-22T09:10:10.343Z | Compiling pem v3.0.4 |
2846 | 2025-01-22T09:10:10.730Z | Compiling yasna v0.5.2 |
2847 | 2025-01-22T09:10:11.098Z | Compiling headers-core v0.3.0 |
2848 | 2025-01-22T09:10:11.282Z | Compiling kstat-rs v0.2.4 |
2849 | 2025-01-22T09:10:11.859Z | Compiling nanorand v0.7.0 |
2850 | 2025-01-22T09:10:11.914Z | Compiling atty v0.2.14 |
2851 | 2025-01-22T09:10:12.076Z | Compiling russh-cryptovec v0.7.3 |
2852 | 2025-01-22T09:10:12.095Z | Compiling md5 v0.7.0 |
2853 | 2025-01-22T09:10:12.267Z | Compiling flume v0.11.1 |
2854 | 2025-01-22T09:10:12.390Z | Compiling russh-keys v0.45.0 |
2855 | 2025-01-22T09:10:12.418Z | Compiling rcgen v0.12.1 |
2856 | 2025-01-22T09:10:12.591Z | Compiling headers v0.4.0 |
2857 | 2025-01-22T09:10:12.941Z | Compiling progenitor v0.8.0 |
2858 | 2025-01-22T09:10:13.174Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2859 | 2025-01-22T09:10:13.615Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2860 | 2025-01-22T09:10:14.370Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2861 | 2025-01-22T09:10:14.762Z | Compiling hyper-staticfile v0.10.1 |
2862 | 2025-01-22T09:10:14.766Z | Compiling progenitor v0.9.1 |
2863 | 2025-01-22T09:10:14.915Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2864 | 2025-01-22T09:10:15.068Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2865 | 2025-01-22T09:10:15.090Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2866 | 2025-01-22T09:10:15.732Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2867 | 2025-01-22T09:10:15.735Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2868 | 2025-01-22T09:10:16.039Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2869 | 2025-01-22T09:10:17.708Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2870 | 2025-01-22T09:10:18.312Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2871 | 2025-01-22T09:10:18.421Z | Compiling num-bigint v0.4.6 |
2872 | 2025-01-22T09:10:20.248Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2873 | 2025-01-22T09:10:20.578Z | Compiling des v0.8.1 |
2874 | 2025-01-22T09:10:20.927Z | Compiling subprocess v0.2.9 |
2875 | 2025-01-22T09:10:21.152Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2876 | 2025-01-22T09:10:21.363Z | Compiling display-error-chain v0.2.2 |
2877 | 2025-01-22T09:10:21.593Z | Compiling hex-literal v0.4.1 |
2878 | 2025-01-22T09:10:21.770Z | Compiling russh v0.45.0 |
2879 | 2025-01-22T09:10:21.980Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2880 | 2025-01-22T09:10:22.681Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2881 | 2025-01-22T09:10:25.097Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2882 | 2025-01-22T09:10:25.544Z | Compiling internet-checksum v0.2.1 |
2883 | 2025-01-22T09:10:29.619Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2884 | 2025-01-22T09:10:29.619Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2885 | 2025-01-22T09:10:29.622Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2886 | 2025-01-22T09:10:29.622Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2887 | 2025-01-22T09:10:30.543Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2888 | 2025-01-22T09:10:32.341Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2889 | 2025-01-22T09:10:33.414Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2890 | 2025-01-22T09:10:33.702Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2891 | 2025-01-22T09:10:34.436Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2892 | 2025-01-22T09:10:36.712Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2893 | 2025-01-22T09:10:36.799Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2894 | 2025-01-22T09:10:37.279Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2895 | 2025-01-22T09:10:37.302Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2896 | 2025-01-22T09:10:38.246Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2897 | 2025-01-22T09:10:38.701Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2898 | 2025-01-22T09:10:40.291Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2899 | 2025-01-22T09:10:40.841Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2900 | 2025-01-22T09:10:41.843Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2901 | 2025-01-22T09:10:43.333Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2902 | 2025-01-22T09:10:43.913Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2903 | 2025-01-22T09:10:44.297Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2904 | 2025-01-22T09:10:44.483Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2905 | 2025-01-22T09:10:46.160Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2906 | 2025-01-22T09:10:46.866Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2907 | 2025-01-22T09:10:48.704Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2908 | 2025-01-22T09:10:49.645Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2909 | 2025-01-22T09:10:51.213Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2910 | 2025-01-22T09:10:51.450Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2911 | 2025-01-22T09:10:56.486Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2912 | 2025-01-22T09:11:04.553Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2913 | 2025-01-22T09:11:06.074Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2914 | 2025-01-22T09:11:28.169Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2915 | 2025-01-22T09:11:50.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
2916 | 2025-01-22T09:11:51.194Z | |
2917 | 2025-01-22T09:11:51.194Z | real 2:23.182173541 |
2918 | 2025-01-22T09:11:51.194Z | user 12:12.207917458 |
2919 | 2025-01-22T09:11:51.194Z | sys 1:33.675348311 |
2920 | 2025-01-22T09:11:51.194Z | trap 0.356896491 |
2921 | 2025-01-22T09:11:51.194Z | tflt 0.994472586 |
2922 | 2025-01-22T09:11:51.194Z | dflt 1.246391533 |
2923 | 2025-01-22T09:11:51.197Z | kflt 0.000073715 |
2924 | 2025-01-22T09:11:51.197Z | lock 22:34.938232671 |
2925 | 2025-01-22T09:11:51.197Z | slp 42:00.499933711 |
2926 | 2025-01-22T09:11:51.197Z | lat 37.474280045 |
2927 | 2025-01-22T09:11:51.197Z | stop 1:36.656072781 |
2928 | 2025-01-22T09:11:51.197Z | + mkdir tests |
2929 | 2025-01-22T09:11:51.200Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2930 | 2025-01-22T09:11:51.200Z | + xargs -I '{}' -t cp '{}' tests/ |
2931 | 2025-01-22T09:11:51.242Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-bd9123359f8052ec tests/ |
2932 | 2025-01-22T09:11:51.269Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bf105ba6b77f500f tests/ |
2933 | 2025-01-22T09:11:51.294Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-1766b4da6615e8e1 tests/ |
2934 | 2025-01-22T09:11:51.320Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b9e00db60b26e4d1 tests/ |
2935 | 2025-01-22T09:11:51.602Z | + 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/*) |
2936 | 2025-01-22T09:11:51.605Z | + 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-bd9123359f8052ec tests/commtest-1766b4da6615e8e1 tests/dhcp_server-bf105ba6b77f500f tests/end_to_end_tests-b9e00db60b26e4d1 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 |
2937 | 2025-01-22T09:13:05.125Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2938 | 2025-01-22T09:13:05.125Z | a .github/buildomat/ci-env.sh 1K |
2939 | 2025-01-22T09:13:05.125Z | a out/target/test 1K |
2940 | 2025-01-22T09:13:05.125Z | a out/npuzone/npuzone 23144K |
2941 | 2025-01-22T09:13:05.125Z | a package-manifest.toml 34K |
2942 | 2025-01-22T09:13:05.125Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2943 | 2025-01-22T09:13:05.125Z | a target/release/omicron-package 36016K |
2944 | 2025-01-22T09:13:05.125Z | a target/release/xtask 11911K |
2945 | 2025-01-22T09:13:05.125Z | a target/debug/bootstrap 220360K |
2946 | 2025-01-22T09:13:05.125Z | a tests/bootstrap-bd9123359f8052ec 24276K |
2947 | 2025-01-22T09:13:05.125Z | a tests/commtest-1766b4da6615e8e1 24769K |
2948 | 2025-01-22T09:13:05.125Z | a tests/dhcp_server-bf105ba6b77f500f 24276K |
2949 | 2025-01-22T09:13:05.125Z | a tests/end_to_end_tests-b9e00db60b26e4d1 282391K |
2950 | 2025-01-22T09:13:05.125Z | a out/clickhouse.tar.gz 294270K |
2951 | 2025-01-22T09:13:05.126Z | a out/clickhouse_keeper.tar.gz 281397K |
2952 | 2025-01-22T09:13:05.126Z | a out/clickhouse_server.tar.gz 294253K |
2953 | 2025-01-22T09:13:05.126Z | a out/cockroachdb.tar.gz 135000K |
2954 | 2025-01-22T09:13:05.126Z | a out/crucible-dtrace.tar 96K |
2955 | 2025-01-22T09:13:05.126Z | a out/crucible-pantry-zone.tar.gz 28545K |
2956 | 2025-01-22T09:13:05.126Z | a out/crucible-zone.tar.gz 36823K |
2957 | 2025-01-22T09:13:05.126Z | a out/external-dns.tar.gz 35458K |
2958 | 2025-01-22T09:13:05.126Z | a out/internal-dns.tar.gz 35458K |
2959 | 2025-01-22T09:13:05.127Z | a out/mg-ddm-gz.tar 63075K |
2960 | 2025-01-22T09:13:05.127Z | a out/nexus.tar.gz 99881K |
2961 | 2025-01-22T09:13:05.127Z | a out/ntp.tar.gz 10508K |
2962 | 2025-01-22T09:13:05.127Z | a out/omicron-gateway-softnpu.tar.gz 24104K |
2963 | 2025-01-22T09:13:05.127Z | a out/omicron-sled-agent.tar 114127K |
2964 | 2025-01-22T09:13:05.128Z | a out/overlay.tar.gz 3K |
2965 | 2025-01-22T09:13:05.128Z | a out/oximeter.tar.gz 48374K |
2966 | 2025-01-22T09:13:05.128Z | a out/oxlog.tar 3153K |
2967 | 2025-01-22T09:13:05.128Z | a out/probe.tar.gz 2764K |
2968 | 2025-01-22T09:13:05.128Z | a out/propolis-server.tar.gz 66467K |
2969 | 2025-01-22T09:13:05.128Z | a out/pumpkind-gz.tar 26665K |
2970 | 2025-01-22T09:13:05.128Z | a out/switch-softnpu.tar.gz 236112K |
2971 | 2025-01-22T09:13:05.131Z | |
2972 | 2025-01-22T09:13:05.131Z | real 1:13.519799126 |
2973 | 2025-01-22T09:13:05.131Z | user 1:10.222419655 |
2974 | 2025-01-22T09:13:05.131Z | sys 4.604537301 |
2975 | 2025-01-22T09:13:05.131Z | trap 0.017654820 |
2976 | 2025-01-22T09:13:05.131Z | tflt 0.000000000 |
2977 | 2025-01-22T09:13:05.131Z | dflt 0.000000000 |
2978 | 2025-01-22T09:13:05.131Z | kflt 0.000000000 |
2979 | 2025-01-22T09:13:05.131Z | lock 0.000000000 |
2980 | 2025-01-22T09:13:05.131Z | slp 1:10.086971640 |
2981 | 2025-01-22T09:13:05.131Z | lat 2.102971972 |
2982 | 2025-01-22T09:13:05.131Z | stop 0.000221978 |
2983 | 2025-01-22T09:13:05.131Z | process exited: duration 1961244 ms, exit code 0 |
|
2984 | 2025-01-22T09:13:05.146Z | found 1 output files |
2985 | 2025-01-22T09:13:05.146Z | uploading: /work/package.tar.gz (1902546715 bytes) |
2986 | 2025-01-22T09:13:54.506Z | uploaded: /work/package.tar.gz |